/* ---------------------------------- */
/* ----------- BASE CONFIG ---------- */
/* ---------------------------------- */
/* -------------------------- */
/* --------- RESET ---------- */
/* -------------------------- */
@import url(./font/Gotham-Bold/styles.css);
@import url(./font/Gotham-Book/styles.css);
@import url(./font/Gotham-Light/styles.css);
@import url(./font/Gotham-Medium/styles.css);
@import url(./font/Rockwell-Light/styles.css);
@import url(./font/GrandHotel-Regular/fonts.css);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* -------------------------- */
/* -------------------------- */
/* ------- TYPOGRAPHY ------- */
/* -------------------------- */
/* -------------------------- */
@-webkit-keyframes arrow-up {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10px); } }
@-moz-keyframes arrow-up {
  from {
    -moz-transform: translateY(0); }
  to {
    -moz-transform: translateY(-10px); } }
@keyframes arrow-up {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); } }
@-webkit-keyframes arrow-down {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(5px); } }
@-moz-keyframes arrow-down {
  from {
    -moz-transform: translateY(0); }
  to {
    -moz-transform: translateY(5px); } }
@keyframes arrow-down {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-webkit-keyframes move-left {
  from {
    -webkit-transform: translateX(0); }
  to {
    -webkit-transform: translateX(-10px); } }
@-moz-keyframes move-left {
  from {
    -moz-transform: translateX(0); }
  to {
    -moz-transform: translateX(-10px); } }
@keyframes move-left {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); } }
.top-grand-hotel {
  font-size: 60px; }

.top-line1 {
  font-size: 80px;
  font-family: "GrandHotel-Regular", sans-serif;
  letter-spacing: 0px;
  font-weight: 100; }

.top-line2 {
  font-size: 60px;
  font-family: "Gotham-Bold", sans-serif; }

.top-line3 {
  font-size: 24px;
  font-family: "Gotham-Light", sans-serif; }

.main-font, html, body {
  font-size: 12px;
  font-family: "Gotham-Light", sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0px; }
  .main-font.bold, html.bold, body.bold, .button span,
  .button input {
    font-family: "Gotham-Bold", sans-serif; }

.main-font-bold {
  font-size: 12px;
  font-family: "Gotham-Bold", sans-serif;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

.main-font-featured {
  font-size: 22px;
  font-family: "Gotham-Light", sans-serif;
  line-height: 1.1em;
  letter-spacing: 1px;
  font-weight: 900; }

.title-font, .general-wrapper-table .general-content .title, h1, h2, h3, h4 {
  font-size: 20px;
  font-family: "Gotham-Bold", sans-serif;
  letter-spacing: 1px;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 0px; }
  @media (max-width: 480px) {
    .title-font, .general-wrapper-table .general-content .title, h1, h2, h3, h4 {
      font-size: 20px; } }

.center {
  text-align: center; }

.content-title-font {
  font-size: 25px;
  font-family: "Gotham-Bold", sans-serif;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1px; }

.featured-font {
  font-size: 35px;
  font-family: "Gotham-Bold", sans-serif;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1px; }
  @media (max-width: 480px) {
    .featured-font {
      font-size: 25px; } }

.slide-font {
  font-size: 48px;
  font-family: "Gotham-Light", sans-serif;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 0px; }
  @media (max-width: 768px) {
    .slide-font {
      font-size: 22px; } }

.big-font {
  font-size: 40px;
  font-family: "Gotham-Light", sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 1px; }
  @media (max-width: 768px) {
    .big-font {
      font-size: 20px; } }

.medium-font-bold {
  font-size: 25px;
  font-family: "Gotham-Bold", sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 2px; }
  @media (max-width: 768px) {
    .medium-font-bold {
      font-size: 25px; } }

.big-font-bold {
  font-size: 35px;
  font-family: "Gotham-Bold", sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 1px; }

.menu-font, header .main .content-items .menu-item {
  font-size: 9px;
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

.footer-font, footer .content, footer .content .wrapper-items .items.politicas p a, footer .content .wrapper-items .items.logo p, footer .content .wrapper-items .politica-privacidad p, footer .content .wrapper-items .politica-privacidad a {
  font-size: 12px;
  font-family: "Gotham-Light", sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 1px; }

.font-color-1 {
  color: #FFFFFF; }

.font-color-2 {
  color: #000000; }

.font-color-3 {
  color: #1BCFC9; }

.font-color-4 {
  color: #FF485B; }

.font-color-5 {
  color: #f7b034; }

.border-text {
  display: table;
  white-space: nowrap;
  width: auto; }
  .border-text:after, .border-text:before {
    background-clip: padding-box;
    background: -webkit-linear-gradient(transparent 30%, #000 0%, #000 60%, transparent 0%);
    background: linear-gradient(to   , #000 0%, #000 60%, transparent 0%);
    content: "";
    margin: 0 10px;
    padding: 0 20px; }
  .border-text.border-white:after, .border-text.border-white:before {
    background: -webkit-linear-gradient(transparent 30%, #FFF 0%, #FFF 60%, transparent 0%);
    background: linear-gradient(to   , #FFF 0%, #FFF 60%, transparent 0%); }
  @media (max-width: 768px) {
    .border-text {
      white-space: normal; } }
  @media (max-width: 480px) {
    .border-text {
      white-space: normal; }
      .border-text:after, .border-text:before {
        display: none; } }

/* ---------------------------------- */
/* ---------------------------------- */
/* --------- GENERAL LAYOUTS -------- */
/* ---------------------------------- */
/* -------------------------- */
/* ----- CONTENT LAYOUT ----- */
/* -------------------------- */
.general-wrapper-table .general-menu {
  background-color: #1b1b1b; }
.general-wrapper-table .general-content .title {
  margin: 0 auto 20px; }
.general-wrapper-table .general-content .no-margin {
  margin: 0 auto; }

.block {
  width: 100%; }
  .block .content {
    width: 1024px;
    margin: 0 auto; }
  .block .small-content {
    width: 768px;
    margin: 0 auto; }
  .block .tiny-content {
    width: 600px;
    margin: 0 auto; }
  @media (max-width: 1024px) {
    .block .content {
      width: 100%;
      padding: 0 20px; } }
  @media (max-width: 768px) {
    .block .small-content, .block .tiny-content {
      width: 100%;
      padding: 0 20px; } }

/* -------------------------- */
/* ------ GENERAL GRID ------ */
/* ------ LAYOUT ------------ */
/* -------------------------- */
html {
  position: relative;
  min-height: 100%;
  background-color: #FFFFFF; }

body {
  margin: 0;
  padding-bottom: 130px; }
  @media (max-width: 900px) {
    body {
      padding-bottom: 0px;
      margin: 0; } }
  @media (max-width: 480px) {
    body {
      padding-bottom: 0px;
      margin: 0; } }
  @media (max-width: 1024px) {
    body {
      padding-bottom: 0px;
      margin: 0; } }

a {
  color: #332207;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:hover {
    color: #EB0028; }

img {
  max-width: 100%; }

strong {
  font-weight: bold; }

.clearboth::after {
  clear: both;
  content: "";
  display: table; }

.hidden {
  display: none; }

.button {
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  /* @include mq(ipad){
       span{
           font-size: 1em;
       }
   }*/ }
  .button:hover {
    text-decoration: none !important; }
  .button span,
  .button input {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px 5px 20px;
    line-height: 1.2em;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    .button span.submit,
    .button input.submit {
      padding: 0;
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    @media (max-width: 480px) {
      .button span,
      .button input {
        margin: 0 0 20px; } }
  .button.small span {
    font-size: 0.8em;
    line-height: 1em;
    padding: 10px; }
  .button.white span {
    color: #332207;
    border-color: #332207;
    background-color: #FFFFFF;
    text-transform: uppercase; }
    .button.white span:hover {
      border-color: #332207;
      background-color: #332207;
      color: #FCF5EB; }
  .button.black span {
    border-color: #EB0028;
    background-color: #FFFFFF;
    color: #332207;
    text-transform: uppercase; }
    .button.black span:hover {
      color: #FCF5EB;
      background-color: #332207; }
  .button.empty input,
  .button.empty span {
    margin: 20px 0;
    padding: 0 30px 0 0;
    background-color: transparent;
    background-image: url(../img/style/readmore.png);
    color: #1f1f1f; }
    .button.empty input:hover,
    .button.empty span:hover {
      color: #EB0028;
      background-image: url(../img/style/readmoreo.png); }
  .button.empty.white span {
    background-image: url(../img/style/readmorew.png);
    background-color: transparent;
    color: #FFFFFF; }
    .button.empty.white span:hover {
      color: #EB0028;
      background-image: url(../img/style/readmoreo.png); }
  .button.center {
    text-align: center; }
  .button.right {
    text-align: right; }
  .button.left {
    text-align: left; }
  .button.inline {
    display: inline-block; }
  @media (max-width: 480px) {
    h2 .button {
      display: block;
      margin-left: 0;
      margin-bottom: 0; }
      h2 .button span {
        display: block; } }

form .select {
  width: 280px;
  height: 34px;
  overflow: hidden;
  background: url(../img/style/arrow_down.png) no-repeat right #FFFFFF;
  background-size: auto 100%;
  border: none;
  margin-bottom: 20px; }
  form .select select {
    font-family: "Gotham-Light", sans-serif;
    background: transparent;
    text-align: right;
    font-size: 1.1em;
    width: 280px;
    padding: 5px 20px 5px 20px;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none; }
form input[type="text"], form input[type="email"], form input[type="tel"] {
  font-family: "Gotham-Light", sans-serif;
  text-align: left;
  width: 100%;
  font-size: 1.1em;
  padding: 5px 20px 5px 5px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  margin-bottom: 10px; }
form input[type="checkbox"] {
  font-family: "Gotham-Light", sans-serif;
  font-size: 1.1em;
  padding: 5px 20px 5px 5px;
  line-height: 1;
  margin-bottom: 10px; }
form textarea {
  font-family: "Gotham-Light", sans-serif;
  text-align: left;
  width: 100%;
  font-size: 1.1em;
  padding: 5px 20px 5px 5px;
  line-height: 1.5;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 10px; }

.lens {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 34, 7, 0.25); }

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 50px;
  font-size: 13px;
  line-height: 1.4em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  z-index: 9999; }
  .cookies .close {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer; }
  .cookies a {
    color: #ccc; }
  .cookies a:hover {
    text-decoration: underline; }

.alert-message {
  padding: 50px;
  color: #FFFFFF;
  margin-top: 50px; }
  .alert-message.ok {
    background-color: #2d9935; }
  .alert-message.error {
    background-color: #BE0411; }

.entry {
  background-size: cover;
  background-position: center;
  position: relative; }

.big-padding {
  padding: 75px; }

.list .list-item {
  display: table;
  width: 100%;
  border-spacing: 0; }
  .list .list-item .image-list-item {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .list .list-item .image-list-item.contain {
      background-size: contain; }
  .list .list-item .info-list-item {
    display: table-cell;
    vertical-align: middle;
    padding: 20px; }
  @media (max-width: 1024px) {
    .list .list-item {
      border: none;
      background-color: transparent; }
      .list .list-item .info-list-item {
        padding: 20px; } }
  @media (max-width: 768px) {
    .list .list-item .info-list-item {
      display: block;
      width: 100%; } }
  @media (max-width: 1024px) {
    .list .list-item .image-list-item {
      height: 200px; } }
  @media (max-width: 480px) {
    .list .list-item .info-list-item {
      padding: 20px; } }

/* -------------------------- */
/* -------------------------- */
header.desktop {
  display: block;
  position: relative;
  margin: auto;
  padding: 10px 20px;
  max-width: 1024px; }
header .logo {
  width: 200px;
  float: left;
  height: 90px;
  display: table; }
  header .logo a {
    display: table-cell;
    vertical-align: bottom; }
    header .logo a img {
      width: auto;
      max-height: 90px; }
header .main {
  width: calc( 100% - 200px);
  float: right; }
  header .main .content-items {
    display: table;
    text-align: right;
    float: right;
    height: 90px; }
    header .main .content-items .menu-item {
      display: table-cell;
      padding-left: 20px;
      vertical-align: bottom; }
      header .main .content-items .menu-item:hover {
        color: #EB0028; }

/* -------------------------- */
/* ----- FOOTER LAYOUT ------ */
/* -------------------------- */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 130px;
  background-color: #2e323a;
  color: #FCF5EB;
  z-index: 3;
  padding: 20px 0; }
  footer a {
    color: #FCF5EB; }
    footer a:hover {
      color: #EB0028; }
  footer .content {
    width: 100%;
    margin: 0 auto; }
    footer .content .wrapper-items {
      display: table;
      width: 100%;
      padding: 0;
      table-layout: fixed; }
      footer .content .wrapper-items .items {
        display: table-cell;
        vertical-align: top;
        padding: 0 20px;
        vertical-align: middle;
        line-height: 1.5em; }
        footer .content .wrapper-items .items * {
          margin-bottom: 10px; }
        footer .content .wrapper-items .items h3 {
          margin-bottom: 10px;
          font-size: 25px; }
        footer .content .wrapper-items .items.politicas {
          float: right;
          padding-top: 40px;
          text-align: right; }
          footer .content .wrapper-items .items.politicas p {
            margin-bottom: 0;
            line-height: 1; }
            footer .content .wrapper-items .items.politicas p a:hover {
              color: #EB0028; }
        footer .content .wrapper-items .items.logo img {
          width: 100px; }
        footer .content .wrapper-items .items .icons {
          display: block;
          margin: 0 auto; }
          footer .content .wrapper-items .items .icons a {
            color: #000000; }
          footer .content .wrapper-items .items .icons i {
            width: 28px;
            padding: 5px;
            background-color: #FFFFFF;
            border-radius: 50%;
            text-align: center;
            font-size: 15px; }
          footer .content .wrapper-items .items .icons img {
            width: 45px;
            -webkit-filter: grayscale(100%) brightness(100);
            filter: grayscale(100%) brightness(100); }
      footer .content .wrapper-items .politica-privacidad a:hover {
        color: #FFFFFF; }
      footer .content .wrapper-items img {
        width: 30px; }
  footer.mobile {
    display: none; }
  @media (max-width: 900px) {
    footer {
      height: auto;
      position: static; }
      footer .content {
        padding: 75px;
        display: block; }
        footer .content .wrapper-items .items {
          padding: 0 20px; } }
  @media (max-width: 1024px) {
    footer {
      height: 100%;
      position: static; }
      footer .content {
        padding: 20px; } }
  @media (max-width: 480px) {
    footer.desktop {
      display: none; }
    footer.mobile {
      display: block; }
    footer .content {
      text-align: center; }
      footer .content .wrapper-items {
        display: block;
        padding: 0; }
        footer .content .wrapper-items .items {
          display: block;
          width: 100%;
          margin-bottom: 20px;
          border-bottom: 1px solid #FFFFFF; }
          footer .content .wrapper-items .items:last-child {
            border-bottom: none; }
          footer .content .wrapper-items .items.politicas a {
            display: inline-block; }
          footer .content .wrapper-items .items.logo {
            margin: 0 auto;
            border-bottom: none; }
          footer .content .wrapper-items .items i {
            font-size: 25px;
            margin: 10px 5px; }
        footer .content .wrapper-items .intu {
          display: block;
          margin: 0 auto; } }

/* -------------------------- */
/* -------------------------- */
/* ----- SIDEBAR LAYOUT ----- */
/* -------------------------- */
/* -------------------------- */
/* -------------------------- */
/* ----- ALERTS LAYOUT ----- */
/* -------------------------- */
/* -------------------------- */
.notification {
  -webkit-animation: show-notification-top 1s;
  -moz-animation: show-notification-top 1s;
  animation: show-notification-top 1s;
  width: 500px;
  top: 200px;
  right: -webkit-calc(50% - (500px/2));
  right: calc(50% - (500px/2));
  overflow: hidden;
  position: fixed;
  padding: 75px;
  text-align: center;
  background-color: #2d9935;
  color: white;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  z-index: 99;
  max-width: 50%; }
  .notification.remove {
    -webkit-animation: hide-notification-top 1s;
    -moz-animation: hide-notification-top 1s;
    animation: hide-notification-top 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .notification.error {
    background-color: #BE0411; }
  .notification.hide {
    display: none; }
  .notification h4 {
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .notification h4:last-child {
      margin-bottom: 10px; }
  .notification .close {
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-decoration: none; }
    .notification .close:hover {
      color: rgba(0, 0, 0, 0.7); }
  .notification i.close {
    font-size: 1.2em;
    position: absolute;
    top: 20px;
    right: 28px; }
  .notification.top {
    -webkit-animation: show-notification-top 1s;
    -moz-animation: show-notification-top 1s;
    animation: show-notification-top 1s;
    width: 500px;
    top: 10%;
    right: -webkit-calc(50% - (500px/2));
    right: calc(50% - (500px/2)); }
    .notification.top.remove {
      -webkit-animation: hide-notification-top 1s;
      -moz-animation: hide-notification-top 1s;
      animation: hide-notification-top 1s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
  .notification a {
    color: white;
    text-decoration: underline; }
  @media (max-width: 768px) {
    .notification {
      max-width: 100%; }
      .notification.top {
        max-width: 100%; } }
  @media (max-width: 480px) {
    .notification {
      width: 100%;
      right: 0;
      top: 150px; }
      .notification.top {
        left: 0;
        right: 0;
        top: 0; } }

/* ---------------------------------- */
/* ---------------------------------- */
/* ------ PAGE SPECIFIC STYLES ------ */
/* ---------------------------------- */
/* -------------------------- */
/* ----- QUIZ LAYOUT ----- */
/* -------------------------- */
.title-quiz {
  font-size: 3em;
  text-align: center;
  padding: 50px 0; }

.quiz-list {
  text-align: center; }
  .quiz-list .quiz-item {
    font-size: 25px;
    margin-bottom: 20px; }

.questions {
  font-size: 15px; }
  .questions .question-title {
    font-size: 20px; }
  .questions .subquestion-title {
    padding-left: 10px;
    margin-top: 10px;
    font-size: 20px;
    color: #818181; }
  .questions .answers {
    padding-left: 50px;
    padding: 20px 0 20px 20px; }
    .questions .answers input {
      margin-bottom: 20px;
      font-size: 18px;
      margin-left: 20px; }
  .questions textarea, .questions input[type="text"] {
    border: 1px solid #000000; }
  .questions label, .questions .label {
    display: block;
    margin: 10px 0; }
    .questions label.element, .questions .label.element {
      display: inline;
      margin: 0; }
  .questions .button {
    margin-bottom: 50px;
    text-align: center;
    font-size: 20px; }

/* ---------------------------------- */
/* -------------------------- */
/* ------- NEO GALLERY ------ */
/* -------------------------- */
.gallery .thumbs .thumb {
  height: auto;
  width: 25%;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block; }
  .gallery .thumbs .thumb .lens {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("../js/plugins/neo/neo-gallery/maximize.png");
    background-size: 40px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .gallery .thumbs .thumb:hover .lens {
    opacity: 1; }
  @media (max-width: 1024px) {
    .gallery .thumbs .thumb {
      height: 200px; } }
  @media (max-width: 480px) {
    .gallery .thumbs .thumb {
      width: 100%;
      height: 200px; } }
.gallery .viewport {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.7), black);
  background-image: radial-gradient(rgba(0, 0, 0, 0.7), black);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .gallery .viewport.active {
    z-index: 2000;
    opacity: 1; }
  .gallery .viewport .menu-button {
    display: table;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10;
    height: 60px;
    cursor: pointer; }
    .gallery .viewport .menu-button .text {
      display: table-cell;
      vertical-align: middle; }
      .gallery .viewport .menu-button .text .close {
        margin-bottom: 0;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 400; }
    .gallery .viewport .menu-button .close-button {
      display: table-cell;
      vertical-align: middle; }
    .gallery .viewport .menu-button .button_ {
      display: table-cell;
      vertical-align: middle; }
    .gallery .viewport .menu-button .lines-button {
      display: table-cell;
      vertical-align: middle;
      height: 50px;
      padding: 0;
      margin: none;
      float: none;
      cursor: pointer;
      background-color: transparent !important;
      border: none; }
    .gallery .viewport .menu-button .lines {
      display: inline-block;
      position: relative;
      height: 3px;
      width: 40px;
      margin-top: -10px;
      background-color: transparent;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .gallery .viewport .menu-button .lines:before, .gallery .viewport .menu-button .lines:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 0;
        height: 3px;
        width: 40px;
        background: #FFFFFF;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .gallery .viewport .menu-button .lines:before {
        top: 0px;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg); }
      .gallery .viewport .menu-button .lines:after {
        top: 0px;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg); }
    @media (max-width: 480px) {
      .gallery .viewport .menu-button {
        z-index: 50; } }
  .gallery .viewport .images {
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .gallery .viewport .images .before,
    .gallery .viewport .images .after {
      z-index: 30;
      height: 100%;
      width: 60px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .gallery .viewport .images .before {
      position: absolute;
      top: 50%;
      left: 0;
      background-image: url("../js/plugins/neo/neo-gallery/prev.png"); }
    .gallery .viewport .images .after {
      position: absolute;
      top: 50%;
      right: 0;
      background-image: url("../js/plugins/neo/neo-gallery/next.png"); }
    .gallery .viewport .images .image {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .gallery .viewport .images .image.current {
        opacity: 1; }
    @media (max-width: 1024px) {
      .gallery .viewport .images .before {
        left: -50px; }
      .gallery .viewport .images .after {
        right: -50px; } }
    @media (max-width: 480px) {
      .gallery .viewport .images {
        height: 100%;
        width: 100%; } }

/* -------------------------- */
/* -------------------------- */
/* -------- NEO SCROLL ------ */
/* -------------------------- */
.scrollable .loading {
  clear: both;
  opacity: 0.5;
  padding-bottom: 40px;
  margin-bottom: 75px;
  background-image: url(../img/style/loading.png);
  background-size: 60px 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center; }
  .scrollable .loading.hidden {
    display: none; }

.fader {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }
  .fader.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
    .fader.active.center {
      -webkit-transition: all 0.5s ease-out 0.1s;
      -moz-transition: all 0.5s ease-out 0.1s;
      transition: all 0.5s ease-out 0.1s; }
    .fader.active.right {
      -webkit-transition: all 0.5s ease-out 0.2s;
      -moz-transition: all 0.5s ease-out 0.2s;
      transition: all 0.5s ease-out 0.2s; }

.box {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

/* -------------------------- */

/*# sourceMappingURL=style.css.map */
