@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway");
#logTable tbody td {
  color: #111 !important; }

.tab-halfcol {
  color: #393e48; }

.captcha span {
  padding: 0 30px !important; }

.captcha table tr td {
  padding: 0;
  vertical-align: initial !important;
  background: #737b85; }
  .captcha table tr td img {
    vertical-align: initial !important; }

.checkbox-outer {
  display: flex;
  align-items: center; }
  .checkbox-outer label {
    color: #111; }
  .checkbox-outer input {
    width: 1.2em;
    height: 1.2em;
    accent-color: green;
    margin: 0; }

#contactoForm strong {
  color: #111; }

.error {
  border: 1px solid #ae0000 !important;
  background: #f8d9d9 !important; }

@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latosemibold';
  src: url("../fonts/lato-semibold-webfont.woff2") format("woff2"), url("../fonts/lato-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold';
  src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoheavy';
  src: url("../fonts/lato-heavy-webfont.woff2") format("woff2"), url("../fonts/lato-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoblack';
  src: url("../fonts/lato-black.woff2") format("woff2"), url("../fonts/lato-black.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoitalic';
  src: url("../fonts/lato-italic.woff2") format("woff2"), url("../fonts/lato-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("../fonts/proxima_nova_bold.woff2") format("woff2"), url("../fonts/proxima_nova_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*** Button Style ****************************************************/
/*
.primary-button {
    width: 100%;
    float: left;
    text-align: center;
    min-width: 80px;
    height: 69px;
    min-width: 158px;
    padding: 26px 25px;
    color: $btn-txt;
    font-size: $size-h5;
    line-height: 17px;
    font-family: $mainfont;
    font-weight: 300;
    border: none;
    background: $shade6;
    border: $shade6 solid 2px;
    white-space: nowrap; 
    position: relative; 
    @include transition(all, 0.5s, ease-in-out);
    z-index: 20; 
    &:after{
        content: "";
        width: 18px;
        height: 24px;
        position: absolute;
        background: url(../images/pdf_icon.svg) no-repeat center center;
        right: 17px;
        top: 50%;
        margin-top: -12px;
        opacity: 0;
    @include transition(all, 0.5s, ease-in-out);
    }
    &:hover {
     background: rgba($shade6, .2);
    font-weight: 400;
    color: $btn-txt;
        &:after{opacity: 1;}
    }
}

*/
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;
  color: white; }

body {
  font-family: "latoregular";
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

html {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  padding: 0; }

h1 {
  text-transform: uppercase;
  font-family: "latoheavy";
  font-size: 38px;
  line-height: 33px; }

h2 {
  font-family: "latoheavy";
  font-size: 34px;
  line-height: 33px; }

h3 {
  font-family: "latoheavy";
  font-size: 30px;
  line-height: 33px; }

h4 {
  font-family: "latoheavy";
  font-size: 28px;
  line-height: 33px; }

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  line-height: 33px; }

h6 {
  font-family: "latoheavy";
  font-size: 18px;
  line-height: 20px; }

p {
  font-size: 16px;
  line-height: 18px;
  color: #737373;
  margin: 0 0 20px 0; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0; }

a {
  color: #caa362;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s; }

a:visited {
  outline: 0; }

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  color: #2a3c56; }

/* Placeholder text color -- selectors need to be separate to work. */
.main-field::-webkit-input-placeholder {
  font-family: "latoregular";
  font-size: 16px;
  color: #545454;
  opacity: 1; }

.main-field::-moz-placeholder {
  font-family: "latoregular";
  font-size: 16px;
  color: #545454;
  opacity: 1; }

.main-field:-ms-input-placeholder {
  font-family: "latoregular";
  font-size: 16px;
  color: #545454;
  opacity: 1; }

/*** header *****************************************************************************************************************************************/
body {
  font-family: "latoregular";
  font-size: 18px;
  line-height: 20px;
  background: #d4d4d4; }

.off-canvas {
  z-index: 9999; }

.js-off-canvas-exit {
  background: rgba(0, 0, 0, 0.5); }

.off-canvas.position-left {
  left: -250px;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  height: 100%;
  top: 70px; }

.is-open-right {
  -moz-transform: translateY(-250%);
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateY(-250%);
  transform: translateX(-250px); }

.js-off-canvas-exit {
  background: rgba(0, 0, 0, 0.9); }

.is-open-left {
  -moz-transform: translateY(-250%);
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateY(-250%);
  transform: translateX(-250px); }

.off-canvas-content,
.off-canvas-content {
  background: transparent; }

.off-canvas.is-open {
  -moz-transform: translate(250px, 0);
  -webkit-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0); }

.position-left.is-open ~ .off-canvas-content {
  -moz-transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0); }

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed; }

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  visibility: hidden;
  width: 100%; }

.off-canvas-wrapper {
  overflow: hidden; }

.header-outercon {
  background: white;
  float: left;
  width: 100%;
  height: auto;
  padding: 0 0px;
  z-index: 99999;
  position: fixed; }
  .header-outercon .logo-outercont {
    width: 100%;
    height: auto;
    float: left;
    max-width: 136px;
    padding: 3px 0 3px; }
    .header-outercon .logo-outercont img {
      width: 136px;
      height: 61px; }
  .header-outercon ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    text-align: center;
    padding-top: 17px; }
    .header-outercon ul li {
      width: auto;
      height: auto;
      display: inline-block;
      position: relative;
      padding: 0px 12px; }
      .header-outercon ul li a {
        color: #3e4149;
        padding: 6px 10px 7px;
        font-family: "latobold";
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        float: left; }
      .header-outercon ul li.active-nav > a {
        background: #caa362;
        color: white; }
      .header-outercon ul li.ext-link {
        position: relative;
        padding: 0px 12px; }
        .header-outercon ul li.ext-link a {
          font-family: "latosemibold";
          padding: 7px 13px;
          color: #737373;
          position: relative;
          top: 0; }
          .header-outercon ul li.ext-link a:hover {
            background: #caa362;
            color: white; }
        .header-outercon ul li.ext-link:before {
          position: absolute;
          left: 0;
          top: 1px;
          content: "";
          width: 2px;
          height: 35px;
          background: #caa362; }
      .header-outercon ul li:hover {
        background: #caa362;
        color: white; }
      .header-outercon ul li:hover ul {
        display: block; }
      .header-outercon ul li:hover > a {
        color: white; }
    .header-outercon ul ul {
      position: absolute;
      left: 0;
      top: 31px;
      width: 100px;
      background: #caa362;
      padding: 0;
      margin: 0;
      display: none; }
      .header-outercon ul ul li {
        float: left;
        width: 100%; }
        .header-outercon ul ul li a {
          float: left;
          width: 100%;
          text-align: left; }
  .header-outercon .social-block {
    width: 21px;
    height: 21px;
    float: left;
    padding-top: 25px; }
  .header-outercon .language-block {
    width: auto;
    height: auto;
    float: right;
    padding-top: 25px; }
    .header-outercon .language-block ul {
      width: 100%;
      height: auto;
      float: left;
      list-style: none;
      text-align: center;
      margin-top: -5px;
      padding: 0px; }
      .header-outercon .language-block ul li {
        width: auto;
        height: auto;
        float: left;
        text-align: center;
        padding: 0px; }
        .header-outercon .language-block ul li a {
          width: 100%;
          float: left;
          color: #3e4149;
          padding: 5px  10px;
          font-family: "latoregular";
          font-size: 16px;
          font-weight: 300;
          border-left: #e9e9e8 solid 1px;
          text-align: center;
          text-transform: uppercase; }
          .header-outercon .language-block ul li a:hover {
            color: #caa362;
            background: none; }
        .header-outercon .language-block ul li:first-child a {
          border: none; }
        .header-outercon .language-block ul li.active-nav > a {
          color: #caa362;
          background: none; }

.title-bar {
  background: none;
  padding: 0;
  position: absolute;
  width: auto;
  left: 15px;
  top: 20px; }

.title-bar-left {
  color: #737373;
  font-size: 26px;
  cursor: pointer; }

.menu-icon {
  height: 22px;
  width: 100px; }
  .menu-icon:after {
    content: none; }
  .menu-icon .icon {
    float: left;
    height: 22px;
    width: 23px;
    padding-top: 7px; }
  .menu-icon .icon > span {
    background: #caa362;
    float: left;
    height: 3px;
    margin-bottom: 3px;
    width: 25px; }
  .menu-icon i {
    width: auto;
    height: auto;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 23px;
    position: relative;
    top: 2px;
    padding-left: 10px; }

.offcan-outer {
  background: white;
  float: right;
  height: 100%;
  max-width: 280px;
  position: fixed;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 100%;
  top: 0;
  z-index: 99999 !important; }
  .offcan-outer .logo-outercont {
    width: 100%;
    height: auto;
    float: left;
    padding: 8px 0 4px;
    text-align: center; }
    .offcan-outer .logo-outercont img {
      width: 90px;
      height: 53px; }
  .offcan-outer ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    text-align: left;
    padding-top: 0px; }
    .offcan-outer ul li {
      width: 100%;
      height: auto;
      float: left; }
      .offcan-outer ul li a {
        color: #737373;
        padding: 0 16px;
        font-family: "latoregular";
        font-size: 16px;
        font-weight: 300;
        padding: 13px 20px;
        float: left;
        width: 100%;
        border-top: #caa362 dotted 1px; }
        .offcan-outer ul li a:hover {
          color: white;
          background: #caa362; }
      .offcan-outer ul li.active-nav > a {
        color: white;
        background: #caa362; }

.submenu.is-drilldown-submenu {
  height: 100%;
  margin: 0;
  background: white; }

.offcanvas-trigger .offcanvas-outer {
  left: 0; }

.off-canvas-exit.enable {
  background: rgba(42, 60, 86, 0.8);
  float: left;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.off-canvas-content, .off-canvas-content {
  float: left; }

.page-outer {
  margin: 0;
  padding: 0;
  transition: all 300ms ease-in-out 0s; }

.left-off-canvas .main-menu {
  display: none; }

/*select box*/
.sbHolder {
  font-size: 12px;
  font-weight: normal;
  height: 34px;
  position: relative;
  width: 62px; }

.sbSelector {
  display: block;
  height: 34px;
  left: 0;
  line-height: 34px;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 49px;
  text-align: right; }

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  outline: none;
  text-decoration: none; }

.sbToggle {
  display: block;
  height: 34px;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px; }

.sbOptions {
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 34px;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  float: left !important; }

.sbOptions li {
  padding: 0px;
  width: 60px !important;
  border: none !important;
  background: white; }

.sbOptions a {
  display: block;
  outline: none;
  padding: 0px !important;
  text-align: center;
  float: left !important; }

.sbOptions a:link, .sbOptions a:visited {
  text-decoration: none; }

.sbOptions li.last a {
  border-bottom: none; }

.sbOptions .sbDisabled {
  display: block;
  padding: 0px; }

.sbOptions .sbGroup {
  display: block;
  font-weight: bold;
  padding: 0px; }

.sbOptions .sbSub {
  padding-left: 17px; }

.form-group.single-formblk {
  z-index: 9999; }
  .form-group.single-formblk .sbHolder {
    width: 100%;
    text-align: left; }
  .form-group.single-formblk .sbSelector {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    padding: 0 13px;
    color: #FF0000;
    float: left; }
    .form-group.single-formblk .sbSelector:focus {
      box-shadow: none; }
  .form-group.single-formblk .sbOptions {
    width: 100% !important;
    background: white;
    padding: 0px; }
    .form-group.single-formblk .sbOptions li {
      width: 100% !important;
      text-align: left;
      height: 32px !important; }
    .form-group.single-formblk .sbOptions a {
      width: 100% !important;
      text-align: left;
      height: 32px !important;
      padding: 5px 13px !important; }
      .form-group.single-formblk .sbOptions a:hover {
        background: #caa362;
        color: white; }

/*select box*/
.language-switcher .sbHolder {
  float: right; }

.language-switcher .sbSelector {
  background: url(../images/arrowimg.svg) no-repeat left center;
  background-size: 18px 9px; }

.language-switcher a {
  color: #737373;
  font-size: 16px; }

.language-switcher ul.sbOptions {
  background: none;
  padding: 0px;
  border: none;
  top: 49px !important;
  width: 62px !important; }
  .language-switcher ul.sbOptions li {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px; }
    .language-switcher ul.sbOptions li a {
      padding: 8px 0 !important;
      width: 100%;
      float: left;
      color: #737373;
      font-size: 16px; }
      .language-switcher ul.sbOptions li a:hover {
        background: #caa362;
        color: white; }

.language-switcher .sbToggle {
  display: block;
  height: 34px;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  border-right: #e9e9e8 solid 1px; }

.ie9 .position-left.off-canvas {
  left: -280px; }

@media only screen and (max-width: 1499px) {
  .header-outercon ul li a {
    font-size: 12px;
    padding: 5px 10px 6px; }
  .header-outercon ul li {
    padding: 0 1px; }
  .header-outercon .language-block ul li {
    width: 27px; }
  .header-outercon .language-block ul li a {
    font-size: 14px;
    padding: 5px 0px; }
  .header-outercon ul li.ext-link {
    padding: 0 4px; }
  .header-outercon ul li.ext-link a {
    padding: 7px 10px; }
  .header-outercon ul {
    padding-top: 17px; }
  .header-outercon ul li.ext-link a {
    top: 1px; } }

@media screen and (max-width: 74.9375em) {
  .header-outercon .language-block ul li a {
    font-size: 12px;
    padding: 5px 0px; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .header-outercon .language-block ul li a {
    font-size: 12px;
    padding: 5px 0px; } }

@media screen and (max-width: 63.9375em) {
  .header-outercon .social-block {
    display: none; }
  .header-outercon .language-block ul li {
    width: 24px; }
  .header-outercon ul li {
    padding: 0px; }
  .header-outercon ul {
    padding-top: 19px; }
  .header-outercon ul li.ext-link {
    padding: 0px 6px; }
  .header-outercon ul li.ext-link a {
    padding: 7px 2px; }
  .header-outercon ul li.ext-link {
    display: none; } }

@media screen and (max-width: 47.9375em) {
  .title-bar-left {
    display: block; }
  .off-canvas.is-open {
    transform: translate(250px, 0); }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
    cursor: pointer; }
  .header-outercon .logo-outercont {
    margin: 0 auto;
    float: none; }
  .header-outercon ul,
  .header-outercon .language-block {
    display: none; }
  .left-off-canvas .main-menu {
    display: block; }
  .language-switcher {
    position: absolute;
    right: 15px;
    width: 25%;
    border: none;
    padding: 21px 0 0;
    top: 0; }
  .offcan-outer ul li {
    position: relative; }
  .offcan-outer ul li ul {
    margin: 0;
    display: none; }
  .offcan-outer ul li ul li a {
    padding: 8px 35px;
    font-size: 15px; }
  .arrow {
    color: #000000;
    float: right;
    height: 43px;
    line-height: 47px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    background: #e8e8ec;
    cursor: pointer; }
  .arrow:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #707070; } }

@media only screen and (min-width: 320px) and (max-width: 400px) {
  .header-outercon .logo-outercont {
    text-align: center;
    padding: 4px 0 6px; }
  .header-outercon .logo-outercont img {
    height: 39px;
    width: 115px; }
  .menu-icon .icon {
    padding-top: 0; }
  .menu-icon i {
    line-height: 10px; }
  .language-switcher {
    padding: 10px 0 0; }
  .title-bar {
    top: 16px; }
  .language-switcher ul.sbOptions {
    top: 42px !important; } }

/*** media queries ****************************************************************************************************************************************/
/*** footer ****************************************************************************************************************************************/
.footer-container {
  float: left;
  width: 100%; }

.footer-top-con {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 310px; }
  .footer-top-con img {
    float: left;
    width: 100%;
    min-height: 310px; }
  .footer-top-con .footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 40, 56, 0.9); }
  .footer-top-con .footer-top-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 970px;
    text-align: center;
    padding-top: 63px; }
    .footer-top-con .footer-top-content h2 {
      float: left;
      width: 100%;
      text-transform: uppercase; }
      .footer-top-con .footer-top-content h2:after {
        bottom: -30px; }

.newsletter-form {
  float: left;
  width: 100%;
  padding-top: 83px; }

.form-block {
  float: left;
  width: 100%; }
  .form-block .input-style {
    float: left;
    width: 72.2%;
    color: white;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    background: rgba(202, 163, 98, 0.11) url("../images/mail-icon.svg") no-repeat 5px -11px;
    background-size: 10% auto;
    border: none;
    position: relative;
    margin: 0px;
    padding: 0 70px; }
    .form-block .input-style::-webkit-input-placeholder {
      color: white !important;
      opacity: 1; }
    .form-block .input-style::-moz-placeholder {
      color: white !important;
      opacity: 1; }
    .form-block .input-style:-ms-input-placeholder {
      color: white !important;
      opacity: 1; }
    .form-block .input-style:focus {
      box-shadow: none;
      background: white url("../images/mail-icon-focus.svg") no-repeat 5px -11px;
      background-size: 10% auto;
      color: #2a3c56; }
      .form-block .input-style:focus::-webkit-input-placeholder {
        color: #2a3c56 !important;
        opacity: 1; }
      .form-block .input-style:focus::-moz-placeholder {
        color: #2a3c56 !important;
        opacity: 1; }
      .form-block .input-style:focus:-ms-input-placeholder {
        color: #2a3c56 !important;
        opacity: 1; }
  .form-block .subscribe {
    float: left;
    width: 27.8%;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    font-family: "latobold";
    text-transform: uppercase;
    color: white;
    background: #caa362;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s; }
    .form-block .subscribe:hover {
      opacity: 0.6; }

.footer-map-con {
  float: left;
  width: 100%;
  overflow: hidden; }

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 22.2%;
  position: relative; }
  .embed-container #map-canvas {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.footer-mid-con {
  float: left;
  width: 100%;
  background: white;
  padding: 40px 0 19px; }

.footer-leftblk {
  float: left;
  width: 100%; }

.footer-logo {
  float: left;
  margin-right: 12%;
  width: 20.6%; }

.footer-left-content {
  float: left;
  width: 67.4%; }
  .footer-left-content h6 {
    font-size: 16px;
    color: #21324c;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "latobold";
    margin: 4px 0 10px; }
  .footer-left-content address {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #737373;
    font-family: "latoregular";
    line-height: 24px; }

.footer-midblk {
  float: left;
  width: 100%; }
  .footer-midblk ul {
    float: left;
    width: 100%;
    list-style: none; }
    .footer-midblk ul li {
      float: left;
      width: 100%;
      padding-left: 70px; }

.footer-mid-content {
  float: left;
  width: 100%; }
  .footer-mid-content .footer-icon {
    float: left;
    width: 23.33%;
    max-height: 50px; }
    .footer-mid-content .footer-icon img {
      display: block;
      width: 65px;
      height: 65px;
      margin: 0 auto; }
  .footer-mid-content .footer-data {
    float: left;
    width: 76.67%; }
    .footer-mid-content .footer-data p {
      margin: 6px 0 0; }
      .footer-mid-content .footer-data p:first-child {
        margin: 3px 0 0; }
    .footer-mid-content .footer-data a {
      font-size: 16px;
      font-family: "latoregular";
      color: #737373;
      float: left;
      padding: 15px 0; }
      .footer-mid-content .footer-data a:hover {
        color: #caa362; }

.footer-rightblk {
  float: left;
  width: 100%;
  text-align: right;
  padding-top: 5px; }

.footer-bottom-con {
  float: left;
  width: 100%;
  background: #f5f5f5;
  position: relative; }
  .footer-bottom-con .bottom-content {
    float: left;
    width: 100%;
    padding: 23px 0 25px; }
    .footer-bottom-con .bottom-content p {
      float: left;
      width: 100%;
      color: #818080;
      font-size: 15px;
      margin: 0; }
      .footer-bottom-con .bottom-content p a {
        text-decoration: underline;
        color: #818080; }
        .footer-bottom-con .bottom-content p a:hover {
          text-decoration: none; }
  .footer-bottom-con .author-block {
    position: absolute;
    right: 2px;
    bottom: 0px;
    max-width: 67px;
    display: block;
    text-align: center;
    background: #545454;
    padding: 4px 10px 7px; }
    .footer-bottom-con .author-block span {
      color: white;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      padding-bottom: 7px;
      float: left;
      width: 100%; }

/*===============================================
	Media Queries
==================================================*/
@media screen and (max-width: 63.9375em) {
  .footer-top-con .footer-top-content {
    padding: 60px 15px 0; }
  .form-block .input-style {
    background-position: 5px 4px;
    padding: 0 55px;
    background-size: auto; }
  .form-block .input-style:focus {
    background-position: 5px 4px;
    background-size: auto; }
  .embed-container {
    padding-bottom: 29.3%; }
  .footer-logo {
    margin-right: 5%; }
  .footer-left-content {
    width: 74.4%; }
  .footer-left-content h6 {
    font-size: 14px;
    margin-bottom: 5px; }
  .footer-left-content address {
    font-size: 14px; }
  .footer-midblk ul li {
    padding-left: 35px; }
  .footer-mid-content .footer-data p {
    font-size: 14px; }
  .footer-mid-content .footer-data a {
    font-size: 14px;
    padding: 17px 0 0; }
  .footer-mid-content .footer-data {
    padding-left: 5px; }
  .footer-bottom-con .bottom-content p {
    font-size: 13px; }
  .footer-rightblk img {
    max-width: 120px; } }

@media screen and (max-width: 47.9375em) {
  .footer-bottom-con p {
    font-size: 14px;
    line-height: 22px; }
  .footer-bottom-con .bottom-content {
    padding: 11px 24% 16px 3.2%; }
  .footer-top-con .footer-top-content {
    max-width: 420px;
    padding: 30px 0 0; }
  .footer-top-con .footer-top-content h2 {
    font-size: 26px; }
  .newsletter-form {
    padding-top: 55px; }
  .form-block .input-style {
    width: 100%;
    padding: 0 65px;
    background-size: 14%;
    background-position: 5px 0px; }
  .form-block .input-style:focus {
    background-size: 14%;
    background-position: 5px 0px; }
  .form-block .subscribe {
    width: 100%; }
  .footer-top-con {
    min-height: 260px; }
  .footer-top-con img {
    min-height: 260px; }
  .embed-container {
    padding-bottom: 55%; }
  .embed-container #map-canvas {
    height: 422px; }
  .footer-midblk ul li {
    padding: 0px; }
  .footer-midblk {
    padding-top: 20px; }
  .footer-rightblk {
    display: none; }
  .footer-bottom-con .author-block {
    padding: 5px 10px 5px; }
  .footer-logo {
    margin: 0 auto;
    width: 25%;
    float: none;
    display: inline-block; }
  .footer-left-content {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    width: 50%;
    float: none; }
  .footer-midblk {
    display: inline-block;
    float: none;
    margin: 0 auto;
    max-width: 250px; }
  .footer-mid-content .footer-data {
    padding-left: 11px;
    text-align: left; }
  .footer-mid-con {
    text-align: center; } }

@media only screen and (min-width: 320px) and (max-width: 400px) {
  .footer-top-con .footer-top-content h2 {
    font-size: 20px; }
  .footer-top-con .footer-top-content {
    max-width: 300px; }
  .form-block .input-style {
    background-size: 14%;
    background-position: 5px 6px;
    padding: 0 45px; }
  .form-block .input-style:focus {
    background-size: 14%;
    background-position: 5px 6px; }
  .footer-bottom-con .author-block {
    padding: 17px 10px 15px; }
  .footer-left-content {
    padding-left: 18px;
    width: 70%; }
  .footer-logo {
    width: 20%; }
  .embed-container {
    padding-bottom: 90%; } }

/*** Banner *****************************************************************************************************************************************/
.banner-outerblock {
  width: 100%;
  height: auto;
  background: #000;
  overflow: hidden; }
  .banner-outerblock li {
    width: 100%; }
    .banner-outerblock li img {
      width: 100%;
      height: auto;
      max-width: none; }
    .banner-outerblock li.zoom-active img {
      animation: animationFrames linear 50s;
      animation-iteration-count: infinite;
      transform-origin: 50% 50%;
      -webkit-animation: animationFrames linear 50s;
      -webkit-animation-iteration-count: infinite;
      -webkit-transform-origin: 50% 50%;
      -moz-animation: animationFrames linear 50s;
      -moz-animation-iteration-count: infinite;
      -moz-transform-origin: 50% 50%;
      -o-animation: animationFrames linear 50s;
      -o-animation-iteration-count: infinite;
      -o-transform-origin: 50% 50%;
      -ms-animation: animationFrames linear 50s;
      -ms-animation-iteration-count: infinite;
      -ms-transform-origin: 50% 50%; }

.banner-outerblock ul li img {
  float: left;
  width: 100%; }

@keyframes animationFrames {
  0% {
    transform: scaleX(1) scaleY(1); }
  100% {
    transform: scaleX(2) scaleY(2); } }

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: scaleX(1) scaleY(1); }
  100% {
    -moz-transform: scaleX(2) scaleY(2); } }

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: scaleX(2) scaleY(2); } }

@-o-keyframes animationFrames {
  0% {
    -o-transform: scaleX(1) scaleY(1); }
  100% {
    -o-transform: scaleX(2) scaleY(2); } }

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: scaleX(1) scaleY(1); }
  100% {
    -ms-transform: scaleX(2) scaleY(2); } }

/*** media queries ****************************************************************************************************************************************/
@media only screen and (max-width: 1399px) {
  .banner-outerblock li img {
    height: 100%;
    width: auto; } }

@media only screen and (max-width: 1199px) {
  .inner-bannerblock {
    height: 310px; }
  .inner-bannerblock li {
    height: 310px; }
  .inner-bannerblock li img {
    position: absolute;
    bottom: 0px; }
  .top-main-outer.inner-pageheader .header-bottomblock {
    height: 75px; }
  .banner-outerblock {
    margin-top: 71px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-main-outer .header-bottomblock h1 {
    text-align: right; }
  .banner-outerblock {
    margin-top: 71px; } }

@media screen and (max-width: 47.9375em) {
  .inner-bannerblock li img {
    position: absolute;
    bottom: 0px; }
  .top-main-outer.inner-pageheader .header-bottomblock h1 {
    text-align: center;
    font-size: 28px; }
  .inner-bannerblock li img {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 1000px;
    left: 50%;
    margin-left: -500px; }
  .banner-outerblock {
    margin-top: 52px; } }

/*** Home Content ****************************************************************************************************************************************/
.content-container {
  float: left;
  width: 100%; }

.home-content {
  float: left;
  width: 100%;
  background: #fafafa;
  padding-bottom: 49px; }
  .home-content .content-logo {
    float: left;
    width: 100%;
    padding-top: 36px; }
  .home-content .content-block {
    float: left;
    width: 100%;
    padding-top: 54px; }
    .home-content .content-block h3 {
      color: #2a3c56;
      padding-bottom: 46px;
      margin-bottom: 36px;
      text-transform: uppercase; }
    .home-content .content-block p {
      color: #737373;
      line-height: 25px; }

.titleBorder {
  position: relative;
  display: inline-block; }

.titleBorder.center::after {
  /*left: 50%;
    transform: translate(-50%, 0px);*/
  left: 0;
  right: 0;
  margin: 0 auto; }

.titleBorder::after {
  background: url("../images/title_border.png") repeat-x center bottom;
  bottom: 0;
  content: "";
  height: 9px;
  position: absolute;
  width: 192px; }

.featured-block {
  float: left;
  width: 100%; }

.featured-header {
  float: left;
  width: 100%;
  background: url("../images/wood_bg.png") repeat-x left top;
  height: 177px;
  text-align: center;
  display: table;
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.75) inset;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.75) inset; }
  .featured-header h1 {
    display: table-cell;
    vertical-align: middle; }

.featured-content {
  float: left;
  width: 100%;
  padding-bottom: 44px; }

.item-single {
  float: left;
  width: 100%;
  overflow: hidden; }
  .item-single:hover .overlay {
    opacity: 1; }
  .item-single:hover .rent-rate {
    opacity: 0; }
  .item-single:hover .item-image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.item-single > a {
  overflow: hidden; }

.item-image {
  float: left;
  width: 100%;
  position: relative;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: .6s ease-in-out;
  -webkit-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  -ms-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  height: 307px;
  overflow: hidden; }
  .item-image img {
    float: left;
    width: 100%; }
  .item-image .rent-rate {
    position: absolute;
    left: 0;
    top: 18px;
    float: left;
    width: auto;
    background: #caa362;
    padding: 9px 15px 11px 17px;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s; }
    .item-image .rent-rate span {
      font-size: 17px;
      color: white;
      font-family: "latobold";
      font-style: italic; }
  .item-image .overlay {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    background: rgba(41, 58, 146, 0.48); }
    .item-image .overlay .overlay-inner {
      float: left;
      width: 100%;
      height: 100%;
      display: table;
      text-align: center; }
      .item-image .overlay .overlay-inner .overlay-content {
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle; }
        .item-image .overlay .overlay-inner .overlay-content img {
          float: none;
          width: 52px;
          height: 52px;
          display: inline-block !important; }
        .item-image .overlay .overlay-inner .overlay-content span {
          font-family: "latoheavy";
          font-size: 18px;
          color: white;
          display: block;
          margin-top: 7px; }

.item-content {
  float: left;
  width: 100%; }

.item-content-top {
  float: left;
  width: 100%;
  text-align: center;
  background: white;
  padding: 10px 55px;
  position: relative;
  min-height: 92px; }
  .item-content-top .count-box {
    float: right;
    width: auto;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 10; }
    .item-content-top .count-box .time-count {
      width: auto;
      padding: 9px 11px 8px 13px;
      background: #21324c;
      z-index: 10;
      text-align: center; }
      .item-content-top .count-box .time-count span {
        font-size: 26px;
        color: white;
        font-family: "latoblack"; }
    .item-content-top .count-box .count-label {
      width: auto;
      background: #597396;
      padding: 1px 11px 3px;
      text-align: center; }
      .item-content-top .count-box .count-label span {
        color: white;
        font-size: 14px;
        font-family: "latobold";
        text-transform: uppercase; }
  .item-content-top .item-top-inner {
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    .item-content-top .item-top-inner h6 {
      color: #2a3c56;
      text-transform: uppercase;
      font-family: "latoheavy";
      line-height: 18px; }
    .item-content-top .item-top-inner span {
      color: #585a5c;
      font-size: 14px;
      font-family: "latobold"; }

.item-content-bottom {
  float: left;
  width: 100%;
  background: #f7f7f7;
  padding: 26px 20px 25px; }
  .item-content-bottom .item-bottom-inner {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 100%; }
    .item-content-bottom .item-bottom-inner p {
      color: #737373;
      font-size: 14px;
      font-family: "latosemibold";
      margin: 0; }

.featured-block.sticky-post .row .column {
  padding: 0 !important;
  overflow: hidden; }

.featured-block.sticky-post .row .columns {
  padding: 0 !important;
  overflow: hidden; }

.item-single.odd-one .item-content-top {
  background: #fafafa; }

.item-single.odd-one .item-content-bottom {
  background: #f0f0f0; }

.content-content h2 {
  color: #2a3c56;
  margin-bottom: 24px;
  margin-top: 6px;
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: 30px; }

.content-content h3 {
  color: #2a3c56;
  margin-bottom: 28px;
  padding-bottom: 0;
  text-transform: normal;
  font-size: 24px; }

.content-content ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-position: inside; }
  .content-content ul li {
    color: #535353;
    font-size: 16px;
    padding-bottom: 4px; }

.content-content p {
  color: #535353;
  line-height: 1.4em; }

.contact-side h2 {
  color: #2a3c56;
  margin-bottom: 12px;
  margin-top: 6px;
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: 24px; }

.contact-side p {
  color: #535353;
  line-height: 1.4em; }

.contact-frm .contact-form {
  margin-top: 0;
  padding-top: 0; }
  .contact-frm .contact-form .form-field.large-one {
    width: 100% !important; }
  .contact-frm .contact-form .form-field textarea.main-field {
    padding-top: 10px; }
  .contact-frm .contact-form .captcha {
    width: 50%; }
  .contact-frm .contact-form .captcha-repeat {
    width: 50%; }
    .contact-frm .contact-form .captcha-repeat #code {
      width: 100% !important;
      padding: 5px 19px; }
  .contact-frm .contact-form .submit-btn {
    border: 0;
    padding: 10px 8px; }

/*===============================================
	Media Queries
==================================================*/
@media screen and (max-width: 74.9375em) {
  .home-content .content-block h3 {
    font-size: 24px; }
  .item-content-top .item-top-inner span {
    font-size: 13px; }
  .home-content .content-logo {
    text-align: center; } }

@media screen and (max-width: 47.9375em) {
  .home-content .content-block h3 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    line-height: 25px; }
  .home-content .content-block {
    padding-top: 20px; }
  .home-content .content-block p {
    font-size: 15px; }
  .featured-header h1 {
    font-size: 28px; }
  .featured-header {
    height: 109px; }
  .item-single {
    margin-bottom: 20px; }
  .featured-content {
    padding: 0 44px 6px; } }

@media only screen and (min-width: 320px) and (max-width: 400px) {
  .item-content-top .item-top-inner h6 {
    font-size: 16px; }
  .featured-header h1 {
    font-size: 20px; }
  .featured-content {
    padding: 0 20px 6px; } }

/*** BARRA COOKIES ***/
#barraaceptacion {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  width: 100%;
  text-align: left;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  z-index: 99999;
  opacity: 1; }

#barraaceptacion p {
  display: block;
  float: left;
  margin: 0;
  padding: 0; }

#barraaceptacion img#ok_cookie {
  display: block;
  float: center; }

#barraaceptacion a.ok {
  padding: 4px;
  color: #febf27;
  text-decoration: none;
  float: right; }

#barraaceptacion a.info {
  text-decoration: underline;
  color: #febf27;
  font-weight: bold; }

#barraaceptacion .int {
  width: 90%; }

/*** Listing Page *****************************************************************************************************************************************/
.content-container.listing-page {
  padding-top: 71px;
  background: #e8e8ec; }

.listing-header {
  float: left;
  width: 100%;
  text-align: center;
  background: url("../images/wood_bg.png") repeat-x left top;
  height: 177px;
  display: table;
  position: relative; }
  .listing-header h1 {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  .listing-header:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(38, 55, 81, 0.87); }

.listing-content {
  float: left;
  width: 100%;
  padding: 58px 0 60px; }
  .listing-content .item-single {
    margin-bottom: 30px; }

.listing-subhead {
  float: left;
  width: 100%;
  padding-bottom: 45px; }
  .listing-subhead .page-info {
    float: left;
    width: auto; }
    .listing-subhead .page-info span {
      float: left;
      color: #2a3c56;
      font-size: 16px;
      font-family: "latoheavy"; }
      .listing-subhead .page-info span b {
        color: #2a3c56 !important; }
  .listing-subhead .list-sort {
    float: right;
    width: 180px; }

.form-field .sbHolder {
  float: left;
  width: 100%;
  background: white;
  height: 33px; }

.form-field .sbSelector {
  float: left;
  width: 145px;
  padding: 0 10px;
  text-align: left;
  color: #595959;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 34px;
  position: relative;
  overflow: visible; }
  .form-field .sbSelector.arrow-blk:after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: -11px;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 10; }

.form-field .sbToggle {
  float: right;
  left: auto;
  right: 0;
  width: 35px; }
  .form-field .sbToggle:before {
    position: absolute;
    left: 1px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 6px;
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #707070; }

.form-field .sbOptions {
  width: 100% !important;
  background: white;
  left: 0;
  top: 45px !important;
  padding: 4px;
  text-align: left !important;
  -webkit-box-shadow: 0px -4px 6px 0px #d2d2d6;
  -moz-box-shadow: 0px -4px 6px 0px #d2d2d6;
  box-shadow: 0px -4px 6px 0px #d2d2d6; }
  .form-field .sbOptions li {
    float: left !important;
    border-top: 1px solid #f0f1f3 !important;
    width: 100% !important;
    text-align: left !important; }
    .form-field .sbOptions li:first-child {
      border: none !important; }
    .form-field .sbOptions li a {
      float: left;
      width: 100%;
      color: #787878;
      font-size: 14px;
      font-family: "latoregular";
      text-align: left !important;
      padding: 4px 10px 7px 25px !important; }
      .form-field .sbOptions li a:hover {
        background: #caa362 !important;
        color: white !important; }

.list-pagination {
  float: left;
  width: 100%;
  margin-top: 13px; }
  .list-pagination ul {
    float: left;
    width: 100%;
    text-align: center; }
    .list-pagination ul li {
      display: inline-block;
      margin: 0 4px; }
      .list-pagination ul li a {
        color: white;
        font-size: 14px;
        font-family: "latoregular";
        background: #21324c;
        height: 39px;
        display: table-cell;
        padding: 0 13px;
        vertical-align: middle;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-transform: uppercase; }
        .list-pagination ul li a:hover {
          background: #caa362; }
      .list-pagination ul li span {
        background: #caa362;
        height: 39px;
        display: table-cell;
        padding: 0 13px;
        vertical-align: middle;
        color: white;
        font-size: 14px;
        font-family: "latoregular";
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-transform: uppercase; }
      .list-pagination ul li.prev-btn span {
        background: #e8e8ec;
        color: #a9aaac;
        border: 1px solid #c4c8cd; }
      .list-pagination ul li.next-btn a {
        border: 1px solid trasparent; }
      .list-pagination ul li.more-indicator a {
        color: #babcbc;
        background: none;
        border-radius: 0;
        font-size: 24px;
        line-height: 27px;
        vertical-align: unset;
        padding: 0;
        width: 40px; }

/*===============================================
	Media Queries
==================================================*/
@media screen and (max-width: 47.9375em) {
  .listing-content .item-single {
    padding: 0; }
  .list-pagination {
    margin-top: 0; }
  .listing-content {
    padding: 25px 0 20px; }
  .listing-subhead {
    padding-bottom: 20px; }
  .listing-header h1 {
    font-size: 28px; }
  .listing-header {
    height: 109px; } }

@media only screen and (min-width: 320px) and (max-width: 400px) {
  .listing-subhead .list-sort {
    margin-top: 20px;
    float: left; }
  .list-pagination ul li {
    margin: 0 2px; }
  .list-pagination ul li.more-indicator a {
    width: 20px; }
  .content-container.listing-page {
    padding-top: 52px; } }

/*** Detail Page *****************************************************************************************************************************************/
.detail-outer {
  float: left;
  width: 100%;
  padding-bottom: 190px; }

.detail-page-slider {
  float: left;
  width: 100%;
  padding: 0 0 50px; }
  .detail-page-slider .galleria {
    width: 100%; }
  .detail-page-slider .gallery-details {
    width: 34.1%;
    background: white;
    position: absolute;
    right: 0;
    top: 0;
    display: table; }
    .detail-page-slider .gallery-details .detail-inner {
      display: table-cell;
      height: 100%;
      position: relative; }
      .detail-page-slider .gallery-details .detail-inner .detail-head {
        width: 100%;
        float: left;
        padding: 55px 30px 10px;
        text-align: center; }
        .detail-page-slider .gallery-details .detail-inner .detail-head h6 {
          color: #2a3c56;
          font-size: 20px;
          text-transform: uppercase;
          padding: 0 0 10px; }
        .detail-page-slider .gallery-details .detail-inner .detail-head span {
          color: #585a5c;
          font-size: 16px; }
      .detail-page-slider .gallery-details .detail-inner .detail-content {
        width: 100%;
        float: left;
        padding: 20px 30px 105px; }
        .detail-page-slider .gallery-details .detail-inner .detail-content .other-info-row {
          display: table;
          float: left;
          padding: 7px 0 8px;
          width: 100%;
          border-bottom: 1px solid #e8e8ec; }
          .detail-page-slider .gallery-details .detail-inner .detail-content .other-info-row .other-info-attribute {
            color: #2a3c56;
            display: table-cell;
            font-weight: 400;
            text-align: left;
            vertical-align: middle;
            width: 65%; }
          .detail-page-slider .gallery-details .detail-inner .detail-content .other-info-row .other-info-value {
            color: #595959;
            display: table-cell;
            text-align: right;
            vertical-align: middle;
            width: 35%; }
          .detail-page-slider .gallery-details .detail-inner .detail-content .other-info-row:last-child {
            border: 0; }
      .detail-page-slider .gallery-details .detail-inner .reserve-link {
        width: 100%;
        float: left;
        background: #caa362;
        color: white;
        font-family: "latoheavy";
        text-transform: capitalize;
        height: 80px;
        line-height: 78px;
        text-align: center;
        padding: 0;
        -webkit-transition: all 300ms ease-in 0s;
        -moz-transition: all 300ms ease-in 0s;
        -ms-transition: all 300ms ease-in 0s;
        -o-transition: all 300ms ease-in 0s;
        transition: all 300ms ease-in 0s;
        position: absolute;
        bottom: 0;
        left: 0; }
        .detail-page-slider .gallery-details .detail-inner .reserve-link:hover {
          opacity: 0.6; }
      .detail-page-slider .gallery-details .detail-inner .count-box {
        float: right;
        width: auto;
        position: absolute;
        right: 0;
        top: -40px;
        z-index: 10; }
        .detail-page-slider .gallery-details .detail-inner .count-box .time-count {
          width: auto;
          padding: 9px 11px 8px 13px;
          background: #21324c;
          z-index: 10;
          text-align: center; }
          .detail-page-slider .gallery-details .detail-inner .count-box .time-count span {
            font-size: 26px;
            color: white;
            font-family: "latoblack"; }
        .detail-page-slider .gallery-details .detail-inner .count-box .count-label {
          width: auto;
          background: #597396;
          padding: 1px 11px 3px;
          text-align: center; }
          .detail-page-slider .gallery-details .detail-inner .count-box .count-label span {
            color: white;
            font-size: 14px;
            font-family: "latobold";
            text-transform: uppercase; }

.detail .listing-header {
  height: 140px; }

.detail-slider {
  float: left;
  width: 100%;
  position: relative; }
  .detail-slider .galleria-theme-classic {
    background: none !important;
    width: 100%;
    overflow: visible; }
    .detail-slider .galleria-theme-classic .galleria-stage {
      top: 0;
      width: 65.9%; }
    .detail-slider .galleria-theme-classic .galleria-info {
      display: none;
      opacity: 0; }
    .detail-slider .galleria-theme-classic .galleria-thumbnails-container {
      width: 100%;
      height: 140px;
      right: 0;
      bottom: -155px;
      left: 0;
      margin: 0 auto; }
      .detail-slider .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails {
        width: 100%;
        margin: 0 auto; }
    .detail-slider .galleria-theme-classic .galleria-thumbnails .galleria-image {
      border: 0 none;
      height: 140px;
      width: 200px !important;
      margin: 0 8px; }
    .detail-slider .galleria-theme-classic .galleria-image-nav-left {
      left: 0 !important; }
    .detail-slider .galleria-theme-classic .galleria-image-nav-right {
      right: 0 !important; }
  .detail-slider .orange-label {
    background: #caa362;
    color: white;
    font-family: "latobold";
    font-size: 20px;
    font-style: italic;
    left: 0px;
    line-height: 16px;
    padding: 9px 25px;
    position: absolute;
    text-align: center;
    top: 14px;
    z-index: 10; }
  .detail-slider .expand {
    position: absolute;
    right: 50%;
    margin-right: -180px;
    top: 10px;
    z-index: 100; }

.galleria {
  float: left; }

.galleria-images {
  width: 100% !important;
  float: left; }

.galleria-image {
  width: 100% !important;
  float: left; }

.galleria-theme-classic .galleria-image-nav-left, .galleria-theme-classic .galleria-image-nav-right {
  background-image: none;
  border: 0 none;
  border-radius: 0;
  height: 60px;
  opacity: 1;
  text-align: center;
  transition: none 0s ease 0s !important;
  width: 42px; }

.galleria-theme-classic .galleria-image-nav-left:before, .galleria-theme-classic .galleria-image-nav-right:before {
  background: #999c9e;
  color: white;
  content: "";
  font-family: "FontAwesome";
  font-size: 26px;
  height: 60px;
  left: 0;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 42px; }

.galleria-theme-classic .galleria-image-nav-left:before {
  content: "\f104"; }

.galleria-theme-classic .galleria-image-nav-right:before {
  content: "\f105";
  background: #677f9f; }

.galleria-theme-classic img {
  opacity: 1 !important;
  top: 0 !important;
  width: 100% !important; }

.galleria-theme-classic .galleria-thumbnails .galleria-image.active {
  opacity: 0.7 !important; }

.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
  width: 100%;
  max-width: 1075px;
  margin: 0 auto; }

.galleria-theme-classic .galleria-thumb-nav-left:before, .galleria-theme-classic .galleria-thumb-nav-right:before {
  background: #a2a2a5;
  color: white;
  content: "";
  font-family: "FontAwesome";
  font-size: 26px;
  height: 34px;
  line-height: 31px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 34px;
  z-index: 9; }

.galleria-theme-classic .galleria-thumb-nav-left:before {
  content: "\f104"; }

.galleria-theme-classic .galleria-thumb-nav-right:before {
  content: "\f105"; }

.galleria-theme-classic .galleria-thumbnails-container .disabled {
  opacity: 1; }

.galleria-theme-classic .galleria-thumb-nav-left, .galleria-theme-classic .galleria-thumb-nav-right {
  background: none !important;
  cursor: pointer;
  height: 34px;
  top: 30px;
  width: 34px; }

.galleria-theme-classic .galleria-thumb-nav-left {
  left: 0; }

.galleria-theme-classic .galleria-thumb-nav-right {
  left: auto;
  right: 0; }

.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover, .galleria-theme-classic.notouch .galleria-thumb-nav-right:hover {
  background: none !important; }

.detail-slider .galleria-theme-classic.fullscreen .galleria-stage {
  width: 100%; }

.detail-slider .galleria-theme-classic.fullscreen .galleria-info {
  display: none !important; }

.detail-slider .galleria-theme-classic.fullscreen .galleria-thumbnails-container {
  bottom: 0; }

.tab-outer {
  width: 100%;
  float: left;
  background: #fcfcfc; }
  .tab-outer .tabs {
    width: 100%;
    content: "";
    float: left;
    background: #e8e8ec;
    border: 0 none;
    position: relative;
    margin: -52px 0 0; }
  .tab-outer .tabs-title {
    margin: 0 5px 0 0; }
    .tab-outer .tabs-title a {
      background: #d9d9db;
      color: #393e48;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      padding: 18px 24px; }
    .tab-outer .tabs-title.is-active a {
      background: #fcfcfc;
      color: #325485; }
  .tab-outer .tabs-content {
    width: 100%;
    float: left;
    background: #fcfcfc;
    border: 0;
    padding: 0 0 50px; }
    .tab-outer .tabs-content .tabs-panel {
      padding: 35px 0;
      color: #6f7273;
      font-size: 15px; }
      .tab-outer .tabs-content .tabs-panel h6 {
        color: #393e48;
        font-size: 20px;
        padding: 0 0 23px;
        margin: 0 0 23px;
        border-bottom: 1px solid #e9e9e8; }
      .tab-outer .tabs-content .tabs-panel .tab-halfcol {
        width: 50%;
        float: left; }
      .tab-outer .tabs-content .tabs-panel p {
        color: #6f7273;
        font-size: 15px;
        line-height: 24px;
        margin: 0 0 27px; }
        .tab-outer .tabs-content .tabs-panel p span {
          color: #6f7273;
          font-family: "latobold"; }
        .tab-outer .tabs-content .tabs-panel p u {
          color: #6f7273;
          font-size: 15px; }
        .tab-outer .tabs-content .tabs-panel p strong {
          color: #6f7273;
          font-size: 15px;
          font-weight: 600; }
  .tab-outer .schedule-block {
    width: 40%;
    float: left; }
    .tab-outer .schedule-block .schedule-row {
      width: 100%;
      float: left;
      padding: 8px 10px 10px;
      background: #f5f5f6; }
      .tab-outer .schedule-block .schedule-row .schedule-col {
        width: 59%;
        float: left;
        font-size: 16px;
        color: #6f7273; }
        .tab-outer .schedule-block .schedule-row .schedule-col.first-col {
          width: 41%;
          color: #4f5253; }
      .tab-outer .schedule-block .schedule-row:nth-child(2n) {
        background: #fcfcfc; }

.single-row {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .single-row ul {
    float: left;
    width: 100%;
    list-style: none; }
    .single-row ul li {
      float: left;
      width: 33.33%; }
      .single-row ul li span {
        float: left;
        width: 100%;
        line-height: 27px;
        color: #6f7273;
        font-size: 15px; }
        .single-row ul li span:before {
          content: "\f00c";
          font-family: 'FontAwesome';
          color: #c0c52d;
          margin: 0 12px 0 0; }
  .single-row:first-child {
    margin: 0px; }

/*detail form*/
.reservation-form {
  float: left;
  width: 100%;
  background: #737b85 url(../images/form_bg.png) repeat left top;
  padding: 55px 0 98px; }
  .reservation-form h2.titleBorder {
    text-align: center;
    display: block;
    padding-bottom: 39px;
    text-transform: uppercase; }

.contact-form {
  margin: 0 auto;
  width: 100%;
  max-width: 770px;
  padding-top: 55px; }

.form-field {
  float: left; }
  .form-field .main-field {
    float: left;
    width: 100%;
    box-shadow: none;
    background: white;
    padding: 5px 35px 5px 19px;
    border: none;
    margin: 0;
    font-family: "latoregular";
    font-size: 16px;
    color: #545454;
    height: 42px; }
  .form-field textarea.main-field {
    resize: none;
    height: 120px;
    margin-bottom: 14px; }
  .form-field.large-one {
    width: 48%;
    margin-bottom: 8px; }
  .form-field.datefield {
    width: 30.6%;
    margin: 20px 0 29px;
    position: relative;
    height: 42px; }
    .form-field.datefield img {
      width: 22px;
      height: 23px;
      position: absolute;
      right: 14px;
      top: 11px; }
  .form-field.selectfield {
    width: 30.6%;
    margin: 20px 0 29px 31px;
    height: 42px; }
    .form-field.selectfield .sbHolder {
      height: 42px; }
    .form-field.selectfield .sbToggle {
      height: 42px; }
      .form-field.selectfield .sbToggle:before {
        top: 11px; }
    .form-field.selectfield .sbSelector {
      height: 42px;
      line-height: 39px;
      font-family: "latoregular";
      font-size: 16px;
      color: #545454;
      padding: 0 50px 0 21px;
      width: 100%; }
    .form-field.selectfield .sbOptions {
      top: 53px !important;
      -webkit-box-shadow: 0px 0 6px 0px #d2d2d6;
      -moz-box-shadow: 0px 0 6px 0px #d2d2d6;
      box-shadow: 0px 0 6px 0px #d2d2d6; }
  .form-field.full-width {
    width: 100%; }
  .form-field.required-fld {
    position: relative; }
    .form-field.required-fld:after {
      background: url(../images/required_icon.png) no-repeat right top;
      position: absolute;
      right: 21px;
      top: 19px;
      content: "";
      width: 7px;
      height: 6px; }

.submit-btn {
  font-family: "latoheavy";
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  background: #caa362;
  float: left;
  width: 100%;
  text-align: center;
  padding: 16px 8px;
  margin-top: 22px;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s; }
  .submit-btn:hover {
    opacity: 0.6; }

.icheckbox-outer {
  float: left;
  width: 48%;
  margin: 7px 0 0 0; }
  .icheckbox-outer .icheckbox {
    float: left;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 38px;
    height: 34px;
    margin: 0 3px 0 0;
    background: url(../images/checkbox.png) no-repeat 0 0; }
  .icheckbox-outer .icheckbox.checked {
    background-position: 0 -34px; }
  .icheckbox-outer label {
    width: 100%;
    max-width: 220px;
    float: left;
    vertical-align: middle;
    color: white;
    margin-left: 12px;
    font-size: 14px;
    font-family: "latoitalic";
    line-height: 18px; }
    .icheckbox-outer label a {
      font-size: 14px;
      color: white;
      text-decoration: underline; }
      .icheckbox-outer label a:hover {
        color: #caa362; }

.captcha-block {
  float: right;
  width: auto; }
  .captcha-block .captcha {
    float: left;
    border: 3px solid white;
    background: #737b85;
    text-align: center; }
    .captcha-block .captcha span {
      font-size: 20px;
      font-family: "proxima_nova_rgbold";
      color: #262626;
      float: left;
      padding: 8px 40px;
      text-align: center;
      width: 100%; }
    .captcha-block .captcha table tr td {
      margin: 0;
      padding: 0; }
    .captcha-block .captcha img#cryptogram {
      height: 32px; }
  .captcha-block .captcha-repeat {
    float: left; }
    .captcha-block .captcha-repeat input {
      float: left;
      width: 100%;
      box-shadow: none;
      background: white;
      padding: 5px 35px 5px 19px;
      border: none;
      margin: 0;
      font-family: "latoregular";
      font-size: 16px;
      color: #545454;
      height: 42px;
      width: 203px; }
    .captcha-block .captcha-repeat.required-fld {
      position: relative; }
      .captcha-block .captcha-repeat.required-fld:after {
        background: url(../images/required_icon.png) no-repeat right top;
        position: absolute;
        right: 21px;
        top: 19px;
        content: "";
        width: 7px;
        height: 6px; }

/* responsive tables */
.tab-outer .tabs-content .table-top h6 {
  margin-bottom: 5px; }

.table-container {
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.responsive-stacked-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .responsive-stacked-table thead {
    background: none;
    border: none; }
    .responsive-stacked-table thead th {
      font-family: "latobold";
      font-weight: 400;
      font-size: 17px;
      padding: 15px 10px; }
  .responsive-stacked-table th, .responsive-stacked-table td {
    color: #6f7273; }
  .responsive-stacked-table tr .col-1 {
    width: 180px; }
  .responsive-stacked-table tr .col-2 {
    width: 30%; }
  .responsive-stacked-table tr .col-4 {
    text-align: center; }
  .responsive-stacked-table tr .col-5 {
    text-align: center; }
  .responsive-stacked-table tr .col-6 {
    text-align: right; }
  .responsive-stacked-table td {
    font-size: 16px;
    color: #6f7273;
    font-family: "latoregular";
    padding: 7px 10px;
    line-height: 24px; }
    .responsive-stacked-table td span {
      color: #4f5253;
      font-family: "latosemibold";
      display: inline-block; }
  .responsive-stacked-table tbody tr:nth-child(odd) {
    background: #f5f5f6; }
  .responsive-stacked-table tbody tr:nth-child(2n) {
    background: #fcfcfc; }

.table-left {
  float: left;
  width: 32%; }

.table-right {
  float: right;
  width: 58%; }

.mob-visible {
  display: block; }

.ie9 .galleria-theme-classic img {
  left: 0 !important; }

.galleria-exit {
  cursor: pointer;
  float: right;
  font-size: 0;
  height: 40px;
  position: absolute;
  right: 60px;
  top: 100px;
  width: 40px;
  z-index: 10;
  background: url(../images/close_btn.svg) no-repeat left top;
  background-size: 40px 40px; }

.galleria-container.notouch.galleria-theme-classic.fullscreen {
  margin-top: 75px; }

/*===============================================
	Media Queries
==================================================*/
@media screen and (max-width: 74.9375em) {
  .form-field.selectfield {
    margin: 20px 0 29px 26px; }
  .icheckbox-outer {
    width: 42%; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
    max-width: 860px; }
  .responsive-stacked-table tr .col-2 {
    width: 25%; }
  .tab-outer .tabs-content {
    padding: 0 20px 50px; }
  .detail-slider .expand {
    margin-right: -140px; }
  .tab-outer .tabs {
    padding: 0 20px; }
  .detail-page-slider .gallery-details .detail-content .other-info-row .other-info-attribute, .detail-page-slider .gallery-details .detail-content .other-info-row .other-info-value {
    font-size: 14px; }
  .detail-page-slider .gallery-details .detail-head h6 {
    font-size: 16px; }
  .detail-page-slider .gallery-details .detail-head {
    padding: 30px 30px 0; }
  .detail-page-slider .gallery-details .reserve-link {
    height: 55px;
    line-height: 55px; }
  .detail-page-slider .gallery-details .detail-content .other-info-row {
    padding: 5px 0 6px; } }

@media screen and (max-width: 63.9375em) {
  .tab-outer .tabs-title a {
    font-size: 14px;
    padding: 19px 12px; }
  .tab-outer .tabs-content .tabs-panel .schedule-block {
    width: 50%; }
  .single-row ul {
    margin: 0px; }
  .single-row ul li {
    width: 50%; }
  .single-row ul li:last-child {
    display: none; }
  .accordion-content {
    float: left;
    width: 100%; }
  .accordion-title {
    text-align: center; }
  .galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
    max-width: 650px; }
  .responsive-stacked-table tr .col-1 {
    width: 130px; }
  .responsive-stacked-table thead th {
    font-size: 16px;
    padding: 10px 8px; }
  .responsive-stacked-table td {
    font-size: 14px;
    padding: 6px 8px; }
  .responsive-stacked-table tr .col-2 {
    width: 28%; }
  .responsive-stacked-table tr .col-3 {
    width: 10%; }
  .responsive-stacked-table tr .col-4 {
    width: 18%; }
  .table-left {
    width: 37%; }
  .form-field.selectfield {
    margin: 20px 0 29px 19px; }
  .captcha-block .captcha span {
    padding: 8px 10px;
    font-size: 15px; }
  .icheckbox-outer label {
    font-size: 13px;
    margin-left: 7px; }
  .icheckbox-outer {
    width: 42%; }
  .captcha-block .captcha-repeat input {
    width: 165px; }
  .icheckbox-outer label {
    width: 150px; }
  .tab-outer .tabs-content {
    padding: 0 20px 50px; }
  .detail-slider .expand {
    margin-right: -100px; }
  .tab-outer .tabs {
    padding: 0 20px; }
  .detail-page-slider .gallery-details .detail-head {
    padding: 20px 20px 0; }
  .detail-page-slider .gallery-details .reserve-link {
    height: 45px;
    line-height: 45px; }
  .detail-page-slider .gallery-details .detail-content .other-info-row {
    padding: 3px 0 4px; }
  .detail-page-slider .gallery-details .detail-content {
    padding: 10px 15px 15px; }
  .detail-page-slider .gallery-details .detail-content .other-info-row .other-info-attribute, .detail-page-slider .gallery-details .detail-content .other-info-row .other-info-value {
    font-size: 12px; }
  .detail-page-slider .gallery-details .detail-head h6 {
    font-size: 16px; } }

@media screen and (max-width: 47.9375em) {
  .detail-page-slider {
    background: white;
    padding: 0 0 20px; }
  .detail-page-slider .gallery-details {
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center; }
  .detail-outer .columns, .tab-outer .columns {
    padding: 0; }
  .detail-page-slider .gallery-details .detail-content {
    padding: 20px 65px 30px; }
  .detail-slider .galleria-theme-classic .galleria-thumbnails-container, .detail-slider .expand {
    display: none; }
  .detail-page-slider .galleria {
    height: 300px; }
  .detail-slider .galleria-theme-classic .galleria-stage {
    width: 100%; }
  .detail-page-slider .gallery-details .reserve-link {
    display: inline-block;
    float: none;
    width: 90%;
    font-size: 30px; }
  .detail-page-slider .gallery-details {
    width: 100%;
    float: left; }
  .tab-outer {
    margin: 0 0 30px;
    background: white; }
  .accordion-title:before {
    content: "\f0d7";
    font-family: "FontAwesome";
    color: #707070; }
  .is-active > .accordion-title::before {
    content: "\f0d8"; }
  .accordion-title {
    width: 100%;
    float: left;
    background: #d9d9db;
    color: #393e48;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    border: 0;
    border-bottom: 3px solid #fcfcfc; }
  .is-active > .accordion-title {
    background: whitesmoke;
    color: #325485; }
  .accordion-content {
    border: 0;
    padding: 35px; }
  .accordion-content h6 {
    color: #393e48;
    font-size: 20px;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e9e9e8; }
  .accordion-content p {
    color: #6f7273;
    font-size: 15px;
    line-height: 24px; }
  .accordion-content span {
    color: #6f7273;
    font-family: "latobold"; }
  .tab-outer .schedule-block {
    width: 100%; }
  .accordion-content {
    padding: 30px 20px; }
  .single-row ul li span:before {
    margin-right: 5px; }
  .single-row ul li span {
    font-family: "latoregular"; }
  .responsive-stacked-table thead {
    display: none; }
  .responsive-stacked-table tr,
  .responsive-stacked-table th,
  .responsive-stacked-table td {
    display: block;
    width: 100% !important;
    text-align: left !important; }
  .responsive-stacked-table td {
    font-size: 16px;
    padding: 7px 10px; }
  .table-left {
    margin-bottom: 30px; }
  .table-left, .table-right {
    width: 100%; }
  .form-field.selectfield {
    margin: 20px 0 29px 18px; }
  .contact-form {
    float: left;
    max-width: 100%;
    padding-top: 27px; }
  .form-field.large-one {
    width: 100%; }
  .form-field.datefield .main-field {
    font-size: 13px; }
  .form-field.datefield {
    width: 48%;
    margin: 0 0 8px; }
  .captcha-block {
    width: 100%; }
  .captcha-block .captcha {
    width: 50%; }
  .captcha-block .captcha-repeat {
    width: 50%; }
  .captcha-block .captcha-repeat input {
    width: 100%; }
  .icheckbox-outer {
    width: 100%;
    margin: 15px 0 0; }
  .icheckbox-outer label {
    max-width: 100%;
    width: 80%;
    margin: 6px 0 0 7px; }
  .submit-btn {
    margin-top: 16px; }
  .reservation-form {
    padding: 40px 0 45px; }
  .reservation-form h2.titleBorder {
    padding-bottom: 23px;
    font-size: 26px; }
  .form-field.selectfield.duration-select {
    width: 48%;
    float: right;
    margin: 0 0 8px; }
  .form-field.selectfield.person-select {
    margin: 0 0 26px;
    width: 100%; }
  .detail-outer {
    padding-bottom: 0px; }
  .mob-visible {
    display: none; }
  .responsive-stacked-table tr td {
    position: relative; }
  .responsive-stacked-table tr .col-1:after,
  .responsive-stacked-table tr .col-2:after,
  .responsive-stacked-table tr .col-3:after,
  .responsive-stacked-table tr .col-4:after,
  .responsive-stacked-table tr .col-5:after,
  .responsive-stacked-table tr .col-6:after {
    position: absolute;
    left: 10px;
    font-family: "latobold"; }
  .responsive-stacked-table tr .col-2:after {
    content: "Half day"; }
  .responsive-stacked-table tr .col-3:after {
    content: "Day"; }
  .responsive-stacked-table tr .col-4:after {
    content: "Weekend"; }
  .responsive-stacked-table tr .col-5:after {
    content: "Weekdays"; }
  .responsive-stacked-table tr .col-6:after {
    content: "Week"; }
  .responsive-stacked-table td {
    padding: 7px 10px 7px 120px; }
  .responsive-stacked-table tr .col-1 {
    padding: 7px 10px; } }

@media only screen and (min-width: 320px) and (max-width: 400px) {
  .tab-outer .schedule-block .schedule-row .schedule-col {
    font-size: 14px; }
  .single-row ul li span {
    font-size: 12px; }
  .detail-page-slider .galleria {
    height: 250px; }
  .responsive-stacked-table td {
    font-size: 13px;
    padding: 7px 10px 7px 90px; } }

.datepicker {
  display: none;
  position: absolute;
  padding: 25px 4px 4px;
  margin-top: 1px;
  direction: ltr; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333;
  font-size: 13px;
  line-height: 18px; }

.datepicker.dropdown-menu td:hover {
  background: #2ba6cb;
  color: #ffffff; }

.datepicker.dropdown-menu th {
  padding: 4px 5px;
  color: #2a3c56; }

.datepicker.dropdown-menu td {
  padding: 4px 5px;
  color: #3e4149; }

.datepicker table {
  border: 0;
  margin: 0;
  width: auto; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer; }

.datepicker td {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer; }

.datepicker td.active.day,
.datepicker td.active.year {
  background: #2ba6cb;
  color: white; }

.datepicker td.old,
.datepicker td.new {
  color: #3e4149; }

.datepicker td span.active {
  background: #2ba6cb; }

.datepicker td.day.disabled {
  color: #eee; }

.datepicker td span.month.disabled,
.datepicker td span.year.disabled {
  color: #eee; }

.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer; }

.datepicker th.active.day,
.datepicker th.active.year {
  background: #2ba6cb; }

.datepicker th.date-switch {
  width: 145px; }

.datepicker th span.active {
  background: #2ba6cb; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.datepicker thead tr:first-child th {
  cursor: pointer;
  font-family: "Roboto", sans-serif; }

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
  font-family: "Roboto", sans-serif; }

.datepicker tfoot tr:first-child th {
  cursor: pointer; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none; }

.datepicker-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px !important;
  line-height: 20px;
  margin: 0;
  height: 25px;
  padding: 0;
  display: none;
  background: #caa362 !important; }

.datepicker-close:hover {
  opacity: 0.5; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

/*# sourceMappingURL=foundation-datepicker.css.map */
/* ----------------------------------- //
//      CSS Hacks Mixins for Sass
// ----------------------------------- //

	How to use:

	@include [Mixin_Name]( 'selector', (property: value) )

	Example:

	@include only_ie9( '.my_element', (color: red) )
	@include only_ff28_above( '.my_element', (
		background-color: green,
		display: flex,
		margin: 2em,
	))

	Tips:
	  - Use firefox mixins before IE mixins. Sometimes Firefox wants to precess the IE css but it can't and skips it's own CSS!

// ----------------------------------- //

	List of Mixins:

	only_ff
	only_ff2
	only_ff2_above
	only_ff3_above
	only_ff6_above
	only_ff16_above
	only_ff21_above
	only_ff24_above
	only_ff25_above
	only_ff26_above
	only_ff27_above
	only_ff28_above
	only_ff30_above
	only_webkit
	only_chrome
	only_safari
	only_safari9
	only_ios
	only_safari_no_ios
	only_opera9_safari2
	only_opera
	only_opera11
	only_edge
	only_ie6
	only_ie7
	only_ie7_below
	only_ie8
	only_ie8_below
	only_ie9
	only_ie9_below
	only_ie10_above
	only_ie11
	only_ie11_above
	no_ie6
	only_ie9_saf4_above
	no_ie_safari6

// ----------------------------------- */
/* ----------------------------------- //
//          Firefox CSS Hacks
// ----------------------------------- */
/*--- Only Firefox ---*/
/*--- Only Firefox 1.5 and Firefox 2 ---*/
/*--- Only Firefox  2 ---*/
/*--- Only Firefox  3 ---*/
/*--- Only Firefox 6 ---*/
/*--- Only Firefox   16 ---*/
/*--- Only Firefox  21 ---*/
/*--- Only Firefox   24 ---*/
/*--- Only Firefox 25 ---*/
/*--- Only Firefox  26 ---*/
/*--- Only Firefox   27 ---*/
/*--- Only Firefox   28 ---*/
/*--- Only Firefox   30 ---*/
/* ----------------------------------- //
//          Webkit CSS Hacks
// ----------------------------------- */
/*--- Only Webkit (Chrome, Safari, Opera   14) ---*/
/*--- Only Chrome 28+, Opera   14 ---*/
/*--- Only Safari   6.1 ---*/
/*--- Only Safari   9 ---*/
/*--- Only iOS Safari   9 ---*/
/*--- Only Safari   9 (Non iOS) ---*/
/*--- Only Opera    9.27, Safari    2 ---*/
/* ----------------------------------- //
//           Opera CSS Hacks
// ----------------------------------- */
/*--- Only Opera   9.5 ---*/
/*--- Only Opera    11 ---*/
/* ----------------------------------- //
//     Edge CSS Hacks
// ----------------------------------- */
/* ----------------------------------- //
//     Internet Explorer CSS Hacks
// ----------------------------------- */
/*--- Only IE    6 ---*/
/*--- Only IE7 ---*/
/*--- Only IE    7 ---*/
/*--- Only IE8 ---*/
/*--- Only IE    8 ---*/
/*--- Only IE9 ---*/
/*--- Only IE    9 ---*/
/*--- Only IE10 ---*/
/*--- Only IE    11 ---*/
/*--- Only IE   11 ---*/
/*--- Anything but IE6 ---*/
/*--- Only IE   9, safari4, android   2.3 ---*/
/* ----------------------------------- //
//           Other CSS Hacks
// ----------------------------------- */
/*--- Everything but IE and Safari    6 ---*/
