@font-face {
  font-family: 'hamilton';
  src: url('../fonts/hamilton/hamilton.eot');
  src: local('☺'), url('../fonts/hamilton/hamilton.woff') format('woff'), url('../fonts/hamilton/hamilton.ttf') format('truetype'), url('../fonts/hamilton/hamilton.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothamrnd-medium';
  src: url('../fonts/gothamrnd/GothamRnd-Medium.eot');
  src: local('☺'), url('../fonts/gothamrnd/GothamRnd-Medium.woff') format('woff'), url('../fonts/gothamrnd/GothamRnd-Medium.ttf') format('truetype'), url('../fonts/gothamrnd/GothamRnd-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothamrnd-bold';
  src: url('../fonts/gothamrnd/GothamRnd-Bold.eot');
  src: local('☺'), url('../fonts/gothamrnd/GothamRnd-Bold.woff') format('woff'), url('../fonts/gothamrnd/GothamRnd-Bold.ttf') format('truetype'), url('../fonts/gothamrnd/GothamRnd-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: gothamrnd-medium, arial, sans-serif !important;
  /*********************** MENU ****************************/
  /******************* FIN MENU *****************************/
}
body .menu-left {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 50px;
  left: 0;
  background: #fff;
  z-index: 999;
}
body .menu-left ul {
  list-style-type: none;
  padding-left: 0;
}
body .menu-left ul li {
  border-bottom: 1px solid #e8e5e0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
body .menu-left ul li a {
  color: #e1ded8;
}
body .menu-left ul li a:visited {
  color: #e1ded8;
}
body .menu-left ul li.current-page-ancestor {
  background-color: #323232;
}
body .menu-left ul li.current-page-ancestor a {
  color: #9f63af;
}
body .menu-left ul li.current-page-ancestor a:visited {
  color: #9f63af;
}
body .menu-left ul li.current-menu-item {
  background-color: #323232;
}
body .menu-left ul li.current-menu-item a {
  color: #9f63af;
}
body .menu-left ul li.current-menu-item a:visited {
  color: #9f63af;
}
body h1 {
  font-family: hamilton, arial, sans-serif !important;
  font-size: 121px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  font-weight: 300;
}
body p {
  font-family: gothamrnd-medium, arial, sans-serif !important;
}
body footer {
  font-family: gothamrnd-bold, arial, sans-serif !important;
}
body footer .menu-footer {
  text-align: center;
  margin-bottom: 40px;
}
body footer .menu-footer p {
  display: inline-block;
}
body footer .menu-footer ul {
  display: inline-block;
}
body footer .menu-footer ul li {
  display: inline-block;
}
body footer .menu-footer ul li a {
  font-size: 11px;
}
body footer .menu-footer ul li a strong {
  font-weight: 400;
}
/***************************** MOBILE *****************/
@media (max-width: 768px) {
  body .menu-left {
    position: fixed;
    top: 0;
    height: 50px;
    width: 100%;
    right: 0;
    left: 0;
    background: #fff;
  }
  body .menu-left ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
  }
  body .menu-left ul li {
    border-bottom: 0;
    border-right: 1px solid #e8e5e0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    float: left;
    text-align: center;
    display: inline-block;
    width: 20%;
    height: 100%;
  }
  body .menu-left ul li a {
    color: #e1ded8;
  }
  body .menu-left ul li a:visited {
    color: #e1ded8;
  }
  body .menu-left ul li.current-page-ancestor {
    background-color: #323232;
  }
  body .menu-left ul li.current-page-ancestor a {
    color: #9f63af;
  }
  body .menu-left ul li.current-page-ancestor a:visited {
    color: #9f63af;
  }
  body .menu-left ul li.current-menu-item {
    background-color: #323232;
  }
  body .menu-left ul li.current-menu-item a {
    color: #9f63af;
  }
  body .menu-left ul li.current-menu-item a:visited {
    color: #9f63af;
  }
  body .menu-left ul li ul {
    display: none;
  }
  body .menu-left ul li ul.submenu-active {
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    border-right: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  body .menu-left ul li ul.submenu-active #close_menu {
    border: 0;
    color: #b872ca;
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  body .menu-left ul li ul.submenu-active li {
    width: 100%;
    height: 50px;
    display: block;
  }
  body .menu-left ul li ul.submenu-active li.current-menu-item {
    background-color: rgba(0, 0, 0, 0);
  }
  body .menu-left ul li ul.submenu-active li.current-menu-item a {
    color: #b872ca;
  }
  body .menu-left ul li ul.submenu-active li.current-menu-item a:visited {
    color: #b872ca;
  }
  body .menu-left ul li ul.submenu-active li a {
    color: #6f6f6f;
  }
  body .menu-left ul li ul.submenu-active li a:visited {
    color: #6f6f6f;
  }
  body h1 {
    font-size: 40px;
    margin-top: 50px;
  }
  body h2 {
    font-size: 40px;
  }
}
/**************************** FIN MOBILE ***************/
