/*******************************************************
    Brand Color
*******************************************************/
/*******************************************************
    Extra Large Media widths
*******************************************************/
/*******************************************************
    TYPOGRAPHY DEFINED HERE
*******************************************************/
.large-title-regular {
  font-family: 'LunchBox, serif';
}
.large-title-light,
.mobile-contents .modal-dialog .image-grid .image-3-4 .text h2,
#myModal .modal-dialog .image-grid .image-3-4 .text h2 {
  font-family: 'LunchBox Light', serif;
}
.large-title-bold {
  font-family: 'LunchBox Light', serif;
}
.blockquote,
.mobile-contents .modal-dialog .image-grid .image-3-4 .text p,
#myModal .modal-dialog .image-grid .image-3-4 .text p,
.mobile-contents .modal-dialog .image-grid .image-quote blockquote p,
#myModal .modal-dialog .image-grid .image-quote blockquote p,
.mobile-contents .modal-dialog .image-grid .image-quote blockquote footer,
#myModal .modal-dialog .image-grid .image-quote blockquote footer {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}
.proxima-nova-thin {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 100;
}
.proxima-nova-light {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.proxima-nova-regular,
.navbar .navbar-nav.navbar-right > li > a,
.dropdown-menu > li > a,
.aspect-video-holder .scroll-down a,
.aspect-video-holder .mobile-tc p,
.aspect-video-holder .text-container p,
.intro .scroll-down a,
footer ul.links li a,
footer .copyright-text,
footer h5,
footer address h6,
footer address p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
}
.proxima-nova-medium,
.menu-icon a span.text {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.proxima-nova-semibold,
.mobile-contents .modal-dialog .modal-content .modal-body .description p,
#myModal .modal-dialog .modal-content .modal-body .description p,
.mobile-contents .modal-dialog .modal-content .modal-body .headphone .text,
#myModal .modal-dialog .modal-content .modal-body .headphone .text,
.contact .wrapper ul li a.btn {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.proxima-nova-bold,
.mobile-contents .modal-dialog .modal-content .modal-body blockquote footer,
#myModal .modal-dialog .modal-content .modal-body blockquote footer {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.q-title-light,
.mobile-contents .modal-dialog .modal-content .modal-body blockquote p,
#myModal .modal-dialog .modal-content .modal-body blockquote p,
#myPopup .modal-content .modal-title,
#myPopup .modal-content .modal-body p {
  font-family: "Quarto A", "Quarto B", serif;
  font-style: normal;
  font-weight: 300;
}
.q-title-medium,
.mobile-contents .modal-dialog .modal-content .modal-body h3,
#myModal .modal-dialog .modal-content .modal-body h3,
.intro .table-row .table-cell p,
.contact .wrapper p,
.mobile-contents .modal-dialog .modal-content .modal-body blockquote p{
  font-family: "Quarto A", "Quarto B", serif;
  font-style: normal;
  font-weight: 400;
}
.q-title-semibold,
.mobile-contents .modal-dialog .modal-content .modal-body .description h3,
#myModal .modal-dialog .modal-content .modal-body .description h3,
.contact .wrapper h2 {
  font-family: "Quarto A", "Quarto B", serif;
  font-style: normal;
  font-weight: 600;
}
.q-title-bold,
.aspect-video-holder .mobile-tc h1,
.aspect-video-holder .text-container h1,
.intro .table-row .table-cell h2 {
  font-family: "Quarto A", "Quarto B", serif;
  font-style: normal;
  font-weight: 700;
}
.title-display {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-style: normal;
  font-weight: 400;
}
.title-display-bold {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-style: normal;
  font-weight: 700;
}
/*******************************************************
    HOME PAGE STYLES DEFINED HERE
*******************************************************/
@media screen and (min-width: 1200px) {
  body {
    min-width: 1200px;
  }
}

/* iframe video displayed from vimeo */
/* 360 Audio Hack */
.ui360,
.sm2-360ui {
  /* size of the container for the circle, etc. */
  width: 62px !important;
  height: 62px !important;
}
.sm2-360ui {
  background-color: #ffe62c !important;
}
/* Column Height Hack */
.equal {
  display: flex;

  flex-wrap: nowrap;
}
.equal > div[class*='col-'] {
  flex-direction: column;
}
/* Loading Screen */
.loading-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #ffe62c;
}
.loading-screen .table-row {
  display: table;
  width: 100%;
  height: 100%;
}
.loading-screen .table-row .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.loading-screen .logo img {
  width: 100%;
  max-width: 200px;
}
/* Top Navigation */
@media (min-width: 1280px) {
  .dropdown:hover > .dropdown-toggle {
    color: #ffe62c;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar-right {
  float: none;
}
@media (min-width: 1280px) {
  .navbar-right {
    margin-right: -30px;
  }
}
.navbar {
  min-height: 0;
  padding-right: 20px;
  padding-left: 30px;
  margin-bottom: 0;
  background-color: #414042;
  border: 0 !important;
}
.navbar .navbar-nav.navbar-right > li > a {
  min-width: 160px;
  padding: 55px 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 600ms ease-in-out;
     -moz-transition: all 600ms ease-in-out;
      -ms-transition: all 600ms ease-in-out;
       -o-transition: all 600ms ease-in-out;
          transition: all 600ms ease-in-out;

  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.main-logo , .menu-icon {
	transition: top .3s ease-in-out;	
	-webkit-transition: top .3s ease-in-out;	
}
.main-logo.pushed {
	top: 160px !important;	
}
.menu-icon.pushed {
	top: 186px !important;	
}

@media (max-width: 1279px) {
  .navbar .navbar-nav.navbar-right > li > a {
   /* padding: 15px;*/
  }
}
.navbar .navbar-nav.navbar-right > li > a:focus,
.navbar .navbar-nav.navbar-right > li > a:hover {
  color: #ffe62c !important;
  background-color: transparent !important;
}
.navbar .social-icons {
  display: flex;
  flex-direction: row;

  justify-content: center;
}
/*.navbar .social-icons > li + li {
  padding-left: 30px;
}*/
.navbar .social-icons > li a {
  width: 33px;
  height: 33px;
  -webkit-background-size: 100%;
          background-size: 100%;
}
.navbar .social-icons > li a.facebook {
  background: url(../images/svg/facebook.svg) center center no-repeat;
}
.navbar .social-icons > li a.facebook:hover {
  background: url(../images/svg/facebook-yellow.svg) center center no-repeat;
}
.navbar .social-icons > li a.twitter {
  background: url(../images/svg/twitter.svg) center center no-repeat;
}
.navbar .social-icons > li a.twitter:hover {
  background: url(../images/svg/twitter-yellow.svg) center center no-repeat;
}
.navbar .social-icons > li a.vimeo {
  background: url(../images/svg/vimeo.svg) center center no-repeat;
}
.navbar .social-icons > li a.vimeo:hover {
  background: url(../images/svg/vimeo-yellow.svg) center center no-repeat;
}
.navbar .social-icons > li a.instagram {
  background: url(../images/svg/instagram.svg) center center no-repeat;
}
.navbar .social-icons > li a.instagram:hover {
  background: url(../images/svg/instagram-yellow.svg) center center no-repeat;
}
.navbar .social-icons > li a.youtube {
  background: url(../images/svg/youtube.svg) center center no-repeat;
}
.navbar .social-icons > li a.youtube:hover {
  background: url(../images/svg/youtube-yellow.svg) center center no-repeat;
}
@media (min-width: 1280px) {
  .navbar .social-icons {
    height: 130px;
    overflow: hidden;
    margin-left: 5px;
  }
  .navbar .social-icons > li > a:hover > img,
  .navbar .social-icons > li a:focus > img {
    opacity: 1;
  }
  .navbar .social-icons > li > a {
    padding: 0;
    margin-top: 47px;
    margin-bottom: 47px;
    overflow: hidden;
  }
  .navbar .social-icons > li > a > img {
    height: 36px;
    opacity: .5;
    -webkit-transition: all 600ms ease-in-out;
       -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
         -o-transition: all 600ms ease-in-out;
            transition: all 600ms ease-in-out;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.dropdown-menu {
  padding: 0px 0;
  background: url("../images/dropdown-bg.png") repeat rgba(0, 0, 0, .5);
  border: none;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 1365px) {
  .dropdown-menu {
    padding: 0;
  }
}
.dropdown-menu:before,
.dropdown-menu::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #414042;
  opacity: .6;
}
.dropdown-menu > li + li a {
  padding-top: 18px;
}
.dropdown-menu > li > a {
  padding: 0 20px;
  font-size: 15px;
  line-height: 110%;
  color: #fff !important;
  text-align: center;
  white-space: normal;
  opacity: 1;
  -webkit-transition: all 600ms ease-in-out;
     -moz-transition: all 600ms ease-in-out;
      -ms-transition: all 600ms ease-in-out;
       -o-transition: all 600ms ease-in-out;
          transition: all 600ms ease-in-out;

  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1365px) {
  .dropdown-menu > li > a {
    padding: 10px 15px 10px 15px !important;
  }
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #ffe62c !important;
  background-color: transparent;
}
.main-logo {
  position: absolute !important;
  top: 30px;
  left: 15px;
  z-index: 15;
  width: 115px;
  height: 95px;
  background: url(../images/svg/logo.svg) no-repeat;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .main-logo {
    top: 35px;
    left: 50px;
  }
}
@media (min-width: 992px) {
  .main-logo {
    width: 105px;
    height: 85px;
  }
}
@media (min-width: 769px) {
  .aspect-video-holder .main-logo {
    position: fixed;
    top: 36px;
    left: 60px;
	   z-index: 100;
  }
}
 /* body:not(.map-module) .main-logo , body:not(.map-module) .menu-icon{
	position: absolute !important;  
  }*/
.menu-icon {
  position: absolute !important;
  top: 63px;
  right: 50px;
  z-index: 100;
  display: none;
}
@media (min-width: 769px) {
  .aspect-video-holder .menu-icon {
    position: fixed;
    top: 72px;
    right: 60px;
	  z-index: 1001;
  }
}
.menu-icon a {
  display: inline-block;
  color: #fff;
}
.menu-icon a span.text {
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
  vertical-align: 6px;
  -webkit-transition: all 600ms ease-in-out;
     -moz-transition: all 600ms ease-in-out;
      -ms-transition: all 600ms ease-in-out;
       -o-transition: all 600ms ease-in-out;
          transition: all 600ms ease-in-out;
}
.menu-icon a span.icon {
  display: inline-block;
}
.menu-icon a span.icon i + i {
  margin-top: 5px;
}
.menu-icon a span.icon i {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all 600ms ease-in-out;
     -moz-transition: all 600ms ease-in-out;
      -ms-transition: all 600ms ease-in-out;
       -o-transition: all 600ms ease-in-out;
          transition: all 600ms ease-in-out;
}
/* Video Section */
.mobile-intro-video {
  display: none;
}
@media (max-width: 1023px) {
  .mobile-intro-video {
    display: block;
  }
}

.aspect-video-holder {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  margin-top: 88px;
}
.scroll-down {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  z-index: 2;
  display: none;
}
.home .scroll-down {
  display: block;	
}
@media (max-width: 1023px) {
  .aspect-video-holder .scroll-down {
    bottom: 30px;
    display: none !important;
  }
  video#introVideo {
    display: none;
}
section.aspect-video-holder {
    height: auto !important;
}
}
.scroll-down a {
  width: 120px;
  margin: auto;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  pointer-events: none;
}
.scroll-down a span {
  display: block;
  padding-bottom: 12px;
}
.scroll-down a:focus,
.scroll-down a:hover {
  text-decoration: none;
}
.scroll-down a i {
  display: block;
  transform: translate3d(0, 15px, 0);
}
.scroll-down a i:after,
.scroll-down a i::after {
  display: block;
  width: 27px;
  height: 27px;
  margin: auto;
  content: ' ';
  background: url('../images/scroll-down-arrow.png')  center center no-repeat;
}
.aspect-video-holder .mobile-tc {
  display: none;
}
@media (max-width: 1023px) {
  .aspect-video-holder .mobile-tc {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 15px 42px 15px;
    background-color: #ffe62c;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aspect-video-holder .mobile-tc {
    padding: 160px 15px 150px 15px;
  }
}
.aspect-video-holder .mobile-tc h1 {
  font-size: 90px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
@media (max-width: 1023px) {
  .aspect-video-holder .mobile-tc h1 {
    font-size: 32px;
    color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aspect-video-holder .mobile-tc h1 {
    font-size: 72px;
  }
}
.aspect-video-holder .mobile-tc p + p {
  margin: 5px 0 0 0;
}
.aspect-video-holder .mobile-tc p {
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
@media (max-width: 1023px) {
  .aspect-video-holder .mobile-tc p {
    height: auto;
    font-size: 17px;
    color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aspect-video-holder .mobile-tc p {
    font-size: 34px;
  }
}
.aspect-video-holder .mobile-tc p span {
  display: inline-block;
  width: 96px;
  height: 3px;
  margin: 30px 0;
  background-color: #ffe62c;
}
@media (max-width: 1023px) {
  .aspect-video-holder .mobile-tc p span {
    width: 50px;
    margin: 10px 0;
    background-color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aspect-video-holder .mobile-tc p span {
    width: 130px;
    margin: 30px 0 20px 0;
  }
}




.aspect-video-holder .text-container {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: none;
  height: 365px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .aspect-video-holder .text-container {
    display: none !important;
    opacity: 0 !important;
  }
}
.aspect-video-holder .text-container h1 {
  font-size: 90px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
@media (max-width: 1023px) {
  .aspect-video-holder .text-container h1 {
    font-size: 32px;
    color: #000;
  }
}
.aspect-video-holder .text-container p + p {
  margin: 5px 0 0 0;
}
.aspect-video-holder .text-container p {
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
@media (max-width: 1023px) {
  .aspect-video-holder .text-container p {
    height: auto;
    font-size: 17px;
    color: #000;
  }
}
.aspect-video-holder .text-container p span {
  display: inline-block;
  width: 96px;
  height: 3px;
  margin: 30px 0;
  background-color: #ffe62c;
}
@media (max-width: 1023px) {
  .aspect-video-holder .text-container p span {
    width: 50px;
    margin: 10px 0;
    background-color: #000;
  }
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 102%;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
}
#map {
  width: 100%;
  height: 100%;
}
.camp-map {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .camp-map {
    display: none;
  }
  /*#contact {
    bottom: 0 !important;
  }
	.contact {
		min-height: 700px;
	}*/
}
.camp-map .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: table;
  width: 100%;
  height: 100%;
  text-align: right;
}
.camp-map .overlay img {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.myModalTest {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  display: none;
  background-color: #000;
}
.myModalTest p {
  color: #fff;
}
.modal-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mobile-contents,
#myModal {
  overflow-y: scroll !important;
  background-color: rgba(0, 0, 0, .75);
}
@media (max-width: 1023px) {
}
.mobile-contents .modal-dialog,
#myModal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}
.mobile-contents .modal-dialog .close,
#myModal .modal-dialog .close {
  position: absolute;
  right: 0;
  z-index: 9;
  padding: 10px 30px 0 0!important;
  font-size: 60px;
  font-weight: 100;
  color: #ffe62c;
  text-shadow: none;
  opacity: 1;
}
.mobile-contents .modal-dialog .modal-content,
#myModal .modal-dialog .modal-content {
  height: 100%;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.mobile-contents .modal-dialog .modal-content .modal-body,
#myModal .modal-dialog .modal-content .modal-body {
  position: absolute;
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 1440px) {
  .mobile-contents .modal-dialog .modal-content .modal-body,
  #myModal .modal-dialog .modal-content .modal-body {
    padding: 0 60px !important;
  }
}
@media (min-width: 1600px) {
  .mobile-contents .modal-dialog .modal-content .modal-body,
  #myModal .modal-dialog .modal-content .modal-body {
    padding: 0 150px !important;
  }
}
.mobile-contents .modal-dialog .modal-content .modal-body .description h3,
#myModal .modal-dialog .modal-content .modal-body .description h3 {
  margin-top: 24px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 80%;
  color: #ffe62c;
}
.mobile-contents .modal-dialog .modal-content .modal-body .description p,
#myModal .modal-dialog .modal-content .modal-body .description p {
  margin-bottom: 0 !important;
  font-size: 16px;
  color: #fff;
}
.mobile-contents .modal-dialog .modal-content .modal-body .container-audio,
#myModal .modal-dialog .modal-content .modal-body .container-audio {
  position: absolute;
  top: 50%;
  right: 30px;
  left: 30px;
  width: auto;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mobile-contents .modal-dialog .modal-content .modal-body .headphone,
#myModal .modal-dialog .modal-content .modal-body .headphone {
   display: none;
  margin-bottom: 40px;
}
.mobile-contents .modal-dialog .modal-content .modal-body .headphone .img,
#myModal .modal-dialog .modal-content .modal-body .headphone .img,
.mobile-contents .modal-dialog .modal-content .modal-body .headphone .text,
#myModal .modal-dialog .modal-content .modal-body .headphone .text {
  display: inline-block;
}
.mobile-contents .modal-dialog .modal-content .modal-body .headphone .img,
#myModal .modal-dialog .modal-content .modal-body .headphone .img {
  margin-right: 10px;
}
.mobile-contents .modal-dialog .modal-content .modal-body .headphone .text,
#myModal .modal-dialog .modal-content .modal-body .headphone .text {
  padding-bottom: 0;
  margin-right: 15px;
  font-size: 18px;
  line-height: 90%;
  color: #ffe62c;
  cursor: pointer;
  border-bottom: thin solid #ffe62c;
}
.mobile-contents .modal-dialog .modal-content .modal-body .headphone .audio-progress,
#myModal .modal-dialog .modal-content .modal-body .headphone .audio-progress {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 4px;
  background-color: #fff;
}
.mobile-contents .modal-dialog .modal-content .modal-body .headphone .audio-progress i,
#myModal .modal-dialog .modal-content .modal-body .headphone .audio-progress i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffe62c;
}
.mobile-contents .modal-dialog .modal-content .modal-body h3,
#myModal .modal-dialog .modal-content .modal-body h3 {
  margin-top: 24px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 80%;
  color: #ffe62c;
}
@media (max-width: 1023px) {
  .mobile-contents .modal-dialog .modal-content .modal-body h3,
  #myModal .modal-dialog .modal-content .modal-body h3 {
    font-size: 32px;
  }
}
.mobile-contents .modal-dialog .modal-content .modal-body blockquote,
#myModal .modal-dialog .modal-content .modal-body blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
@media (max-width: 1023px) {
  .mobile-contents .modal-dialog .modal-content .modal-body blockquote,
  #myModal .modal-dialog .modal-content .modal-body blockquote {
    margin: 0;
  }
}
.mobile-contents .modal-dialog .modal-content .modal-body blockquote:before,
#myModal .modal-dialog .modal-content .modal-body blockquote:before,
.mobile-contents .modal-dialog .modal-content .modal-body blockquote::before,
#myModal .modal-dialog .modal-content .modal-body blockquote::before {
  display: none;
}
.mobile-contents .modal-dialog .modal-content .modal-body blockquote p,
#myModal .modal-dialog .modal-content .modal-body blockquote p {
  font-size: 32px;
  line-height: 120%;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .mobile-contents .modal-dialog .modal-content .modal-body blockquote p,
  #myModal .modal-dialog .modal-content .modal-body blockquote p {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .mobile-contents .modal-dialog .modal-content .modal-body blockquote p,
  #myModal .modal-dialog .modal-content .modal-body blockquote p {
    font-size: 17px;
  }
}

.mobile-contents .modal-dialog .modal-content .modal-body blockquote footer,
#myModal .modal-dialog .modal-content .modal-body blockquote footer {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1023px) {
  .mobile-contents .modal-dialog .modal-content .modal-body blockquote footer,
  #myModal .modal-dialog .modal-content .modal-body blockquote footer {
    font-size: 18px;
  }
}

.mobile-contents .modal-dialog .modal-content .modal-body .table-row,
#myModal .modal-dialog .modal-content .modal-body .table-row {
  display: table;
  width: 100%;
  height: 100%;
}
.mobile-contents .modal-dialog .modal-content .modal-body .table-row .table-cell,
#myModal .modal-dialog .modal-content .modal-body .table-row .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.mobile-contents .modal-dialog .modal-content .modal-body .audio-icon,
#myModal .modal-dialog .modal-content .modal-body .audio-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: inline-block;
  width: 100px;
  height: 83px;
  margin-top: -42px;
  margin-left: -50px;
  background: url("../images/audio-icon.png") no-repeat;
}
.mobile-contents .modal-dialog .image-grid,
#myModal .modal-dialog .image-grid {
  width: 100%;
  height: 100%;
}
.mobile-contents .modal-dialog .image-grid .image-3-4,
#myModal .modal-dialog .image-grid .image-3-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 100%;
}
.mobile-contents .modal-dialog .image-grid .image-3-4 .text,
#myModal .modal-dialog .image-grid .image-3-4 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: 80px;
}
.mobile-contents .modal-dialog .image-grid .image-3-4 .text h2,
#myModal .modal-dialog .image-grid .image-3-4 .text h2 {
  font-size: 70px;
  line-height: 100%;
  color: #fff;
}
.mobile-contents .modal-dialog .image-grid .image-3-4 .text p,
#myModal .modal-dialog .image-grid .image-3-4 .text p {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1023px) {
  .mobile-contents .modal-dialog .image-grid .image-3-4,
  #myModal .modal-dialog .image-grid .image-3-4 {
    position: relative;
    width: 100%;
    min-height: 300px;
  }
  .mobile-contents .modal-dialog .image-grid .image-3-4 .text,
  #myModal .modal-dialog .image-grid .image-3-4 .text {
    width: auto;
    margin: 30px;
  }
  .mobile-contents .modal-dialog .image-grid .image-3-4 .text h2,
  #myModal .modal-dialog .image-grid .image-3-4 .text h2 {
    font-size: 40px;
  }
  .mobile-contents .modal-dialog .image-grid .image-3-4 .text p,
  #myModal .modal-dialog .image-grid .image-3-4 .text p {
    font-size: 14px;
  }
}
.mobile-contents .modal-dialog .image-grid .image-1-4,
#myModal .modal-dialog .image-grid .image-1-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 50%;
}
@media (max-width: 1023px) {
  .mobile-contents .modal-dialog .image-grid .image-1-4,
  #myModal .modal-dialog .image-grid .image-1-4 {
    position: relative;
    width: 100%;
    min-height: 300px;
  }
}
.mobile-contents .modal-dialog .image-grid .image-quote,
#myModal .modal-dialog .image-grid .image-quote {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 50%;
  background-color: #ffe62c;
}
.mobile-contents .modal-dialog .image-grid .image-quote blockquote,
#myModal .modal-dialog .image-grid .image-quote blockquote {
  border-left: none;
}
@media (max-width: 1023px) {
  .mobile-contents .modal-dialog .image-grid .image-quote blockquote,
  #myModal .modal-dialog .image-grid .image-quote blockquote {
    margin: 0;
  }
}
.mobile-contents .modal-dialog .image-grid .image-quote blockquote p,
#myModal .modal-dialog .image-grid .image-quote blockquote p {
  font-size: 24px;
  color: #000;
}
@media (max-width: 1023px) {
  .mobile-contents .modal-dialog .image-grid .image-quote blockquote p,
  #myModal .modal-dialog .image-grid .image-quote blockquote p {
    font-size: 18px;
  }
}
.mobile-contents .modal-dialog .image-grid .image-quote blockquote footer,
#myModal .modal-dialog .image-grid .image-quote blockquote footer {
  font-size: 24px;
  color: #000;
}
@media (max-width: 1023px) {
  .mobile-contents .modal-dialog .image-grid .image-quote blockquote footer,
  #myModal .modal-dialog .image-grid .image-quote blockquote footer {
    font-size: 18px;
  }
}
.mobile-contents .modal-dialog .image-grid .image-quote .table-row,
#myModal .modal-dialog .image-grid .image-quote .table-row {
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}
.mobile-contents .modal-dialog .image-grid .image-quote .table-row .table-cell,
#myModal .modal-dialog .image-grid .image-quote .table-row .table-cell {
  display: table-cell;
  padding: 0 100px;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .mobile-contents .modal-dialog .image-grid .image-quote .table-row .table-cell,
  #myModal .modal-dialog .image-grid .image-quote .table-row .table-cell {
    padding: 60px 30px;
  }
}
@media (max-width: 1023px) {
  .mobile-contents .modal-dialog .image-grid .image-quote,
  #myModal .modal-dialog .image-grid .image-quote {
    position: relative;
    width: 100%;
  }
}
.mobile-contents .modal-dialog .template-dinning .image-3-4 .text,
#myModal .modal-dialog .template-dinning .image-3-4 .text {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 40%;
}
.mobile-contents .modal-dialog .template-dinning .image-quote,
#myModal .modal-dialog .template-dinning .image-quote {
  top: 40%;
  height: 25%;
}
.mobile-contents .modal-dialog .template-dinning .image-1-4.top,
#myModal .modal-dialog .template-dinning .image-1-4.top {
  top: 0;
  bottom: auto;
  height: 40%;
}
.mobile-contents .modal-dialog .template-dinning .image-1-4.bottom,
#myModal .modal-dialog .template-dinning .image-1-4.bottom {
  height: 35%;
}
.mobile-contents .modal-dialog .template-highrope .image-3-4 .text,
#myModal .modal-dialog .template-highrope .image-3-4 .text {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 40%;
}
/* Intro Section */
.intro {
  position: absolute;
  z-index: 3;
  width: 100%;
}
@media (min-width: 1200px) {
  .intro {
    min-height: 900px;
  }
}
@media (max-width: 1023px) {
  .intro {
    position: relative;
  }
}
.intro .wrapper {
  position: relative;
  height: 100%;
  opacity: 0;
}
@media (max-width: 1023px) {
  .intro .wrapper {
    opacity: 1;
  }
}
.intro .table-row {
  display: table;
  width: 100%;
  height: 100%;
}
.intro .table-row .scroll-down {
  right: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  padding: 60px 0;
}
.intro .table-row .scroll-down a:after,
.intro .table-row .scroll-down a::after {
  display: block;
  width: 27px;
  height: 27px;
  margin: auto;
  content: ' ';
  background: url('../images/scroll-down-arrow.png') no-repeat;
}
.intro .table-row .table-cell {
  display: table-cell;
  padding: 60px;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .intro .table-row .table-cell {
    padding: 40px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro .table-row .table-cell {
    padding: 80px 15px;
  }
}
@media (max-width: 1024px) {
  .intro .table-row .table-cell .text-center {
    display: none;
  }
}
.intro .table-row .table-cell .mobile-tc {
  display: none;
  text-align: center;
}
@media (max-width: 1023px) {
  .intro .table-row .table-cell .mobile-tc {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro .table-row .table-cell .mobile-tc img {
    width: auto;
    height: 350px;
  }
}
.intro .table-row .table-cell h2 {
  margin-top: 0;
  font-size: 72px;
  line-height: 100%;
}
@media (max-width: 1023px) {
  .intro .table-row .table-cell h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro .table-row .table-cell h2 {
    font-size: 62px;
  }
}
.intro .table-row .table-cell p {
  font-size: 26px;
  line-height: 90%;
}
@media (max-width: 1023px) {
  .intro .table-row .table-cell p {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro .table-row .table-cell p {
    font-size: 28px;
  }
}
.intro .table-row .table-cell p span {
  display: inline-block;
  width: 96px;
  height: 3px;
  margin: 30px 0;
  background-color: #ffe62c;
}
@media (max-width: 1023px) {
  .intro .table-row .table-cell p span {
    margin: 10px 0;
  }
}
.intro .scroll-down {
  position: relative;
  bottom: 0;
}
@media (max-width: 1023px) {
  .intro .scroll-down {
    display: none;
  }
}
@media (min-width: 1200px) {
  .intro .scroll-down {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    z-index: 2;
  }
}
.intro .scroll-down a {
  width: 120px;
  margin: auto;
  font-size: 15px;
  color: #000;
  text-align: center;
  text-transform: lowercase;
  pointer-events: none;
}
.intro .scroll-down a span {
  display: block;
  padding-bottom: 12px;
}
.intro .scroll-down a:focus,
.intro .scroll-down a:hover {
  text-decoration: none;
}
.intro .scroll-down a i {
  display: block;
  transform: translate3d(0, 15px, 0);
}
.intro .scroll-down a i:after,
.intro .scroll-down a i::after {
  display: block;
  width: 27px;
  height: 27px;
  margin: auto;
  content: ' ';
  background: url('../images/scroll-down-arrow-black.png') center center no-repeat;
}
/* Map Section */
#containerMap {
  overflow: hidden;
}
#containerMap svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#containerMap #trailPath {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
/* Contact Section */
#contact {
  position: initial;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}



body {
    padding-right: 0px !important;	
}
@media (max-width: 1023px) {
  #contact {
    position: relative;
  }
}
.contact {
  display: table;
  margin-bottom: 0;
}
li.menu-item-has-children:hover > .dropdown-menu {		
  display: block !important;			
}		
.dropdown-menu li .dropdown-menu {
    top: 33px;
    /*left: 185px !important;*/
    width: 175px;
}
.dropdown-menu li .dropdown-menu li:first-child a {
	padding-top: 0px;
}
@media (max-width: 1023px) {
  .contact {
    margin: 0 0 0 0;
     background-color: #ffe62c;
  }
}
.contact .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.contact .container {
  overflow: hidden;
}
.contact .wrapper {
  padding: 60px 0;
}
@media (max-width: 1023px) {
  .contact .wrapper img {
    display: none;
  }
}
@media (max-width: 1023px) {
  .contact .wrapper {
    padding: 30px;
  }
}
.contact .wrapper h2 {
  margin-top: 3px;
  font-size: 60px;
  line-height: 90%;
  color: #000;
}
@media (max-width: 1023px) {
  .contact .wrapper h2 {
    font-size: 30px;
    line-height: 1.2 !important;
  }
}

.contact .wrapper ul {
  margin: 40px 0;
}
@media (max-width: 1023px) {
  .contact .wrapper ul {
    margin: 40px 0 20px 0;
  }
}
.contact .wrapper ul li + li {
  margin-left: 36px;
}
@media (max-width: 1023px) {
  .contact .wrapper ul li + li {
    margin-top: 20px;
    margin-left: 0;
  }
}
.contact .wrapper ul li {
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .contact .wrapper ul li {
    display: block;
  }
}
.contact .wrapper ul li a.btn {
  position: relative;
  font-size: 15px;
  color: #000;
  background-color: #ffe62c;
  border: none;
  border-radius: 0;
  -webkit-transition: all 400ms ease-in-out;
     -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
       -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}
.list-inline>li {
    padding-right: 25px;
}
@media (max-width: 1023px) {
  .contact .wrapper ul li a.btn {
    background-color: #fff;
  }
}
.contact .wrapper ul li a.btn:hover {
  color: #ffe62c;
  background-color: #000;
}
.contact .wrapper ul li a.btn:hover:after,
.contact .wrapper ul li a.btn:hover::after {
  border-left: 10px solid #000;
}
.contact .wrapper ul li a.btn:hover::before,
.contact .wrapper ul li a.btn:hover::before {
  border-right: 10px solid #000;
}

.contact .wrapper ul li a.btn:after,
.contact .wrapper ul li a.btn::after {
  position: absolute;
  top: -3px;
  right: -10px;
  width: 0;
  height: 0;
  content: " ";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #ffe62c;
  -webkit-transition: all 400ms ease-in-out;
     -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
       -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}
@media (max-width: 1023px) {
  .contact .wrapper ul li a.btn:after,
  .contact .wrapper ul li a.btn::after {
    border-left-color: #fff;
  }
}
.contact .wrapper ul li a.btn::before,
.contact .wrapper ul li a.btn::before {
  position: absolute;
  top: -3px;
  left: -10px;
  width: 0;
  height: 0;
  content: " ";
  border-top: 20px solid transparent;
  border-right: 10px solid #ffe62c;
  border-bottom: 20px solid transparent;
  -webkit-transition: all 400ms ease-in-out;
     -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
       -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}
@media (max-width: 1023px) {
  .contact .wrapper ul li a.btn::before,
  .contact .wrapper ul li a.btn::before {
    border-right-color: #fff;
  }
}
.contact .wrapper p {
  font-size: 24px;
  line-height: 90%;
  color: #000;
}
@media (max-width: 1023px) {
  .contact .wrapper p {
    display: none;
  }
}
.contact .wrapper p a {
  color: #000;
  -webkit-transition: all 600ms ease-in-out;
     -moz-transition: all 600ms ease-in-out;
      -ms-transition: all 600ms ease-in-out;
       -o-transition: all 600ms ease-in-out;
          transition: all 600ms ease-in-out;
}
.contact .wrapper p a:hover {
  color: #ffe62c;
  text-decoration: none;
}
/* Footer Section */
.bg-white {
  background-color: #fff;
}
footer .bg-gray {
  padding: 35px 0;
  background-color: #414042;
}
@media (max-width: 1023px) {
  footer .bg-gray {
    padding: 5px 0;
  }
}
footer form {
  margin-top: 30px;
}
footer form input {
  width: 100%;
  padding: 2px 4px;
  color: #939598;
}
footer ul.links {
  max-width: 280px;
}
footer ul.links li a {
  font-size: 15px;
  color: #fff;
}

footer .copyright-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 100%;
  color: #000;
}
footer h5 {
  font-size: 15px;
  color: #939598;
}
footer address h6 {
  margin: 0;
  font-size: 15px;
  line-height: 120%;
  color: #ffe62c;
}
footer address p {
  margin: 0;
  font-size: 15px;
  line-height: 120%;
  color: #fff;
}
#mapLayout g#labels_for_experiences g#archery,
#mapLayout g#labels_for_experiences g#paddle,
#mapLayout g#labels_for_experiences g#kayak,
#mapLayout g#labels_for_experiences g#canoe,
#mapLayout g#labels_for_experiences g#playground,
#mapLayout g#labels_for_experiences g#waterski,
#mapLayout g#labels_for_experiences g#dining,
#mapLayout g#labels_for_experiences g#mountain,
#mapLayout g#labels_for_experiences g#highropes,
#mapLayout g#labels_for_experiences g#swing,
#mapLayout #fireClick,
#mapLayout #campClick,
#mapLayout #fireboatClick,
#mapLayout #boatClick,
#mapLayout #bellClick {
  cursor: pointer;
}
#mapLayout g#labels_for_experiences g#archery text,
#mapLayout g#labels_for_experiences g#paddle text,
#mapLayout g#labels_for_experiences g#kayak text,
#mapLayout g#labels_for_experiences g#canoe text,
#mapLayout g#labels_for_experiences g#playground text,
#mapLayout g#labels_for_experiences g#waterski text,
#mapLayout g#labels_for_experiences g#dining text,
#mapLayout g#labels_for_experiences g#mountain text,
#mapLayout g#labels_for_experiences g#highropes text,
#mapLayout g#labels_for_experiences g#swing text {
  transition: all 400ms ease-in-out;
}
#mapLayout g#labels_for_experiences g#archery:hover text,
#mapLayout g#labels_for_experiences g#paddle:hover text,
#mapLayout g#labels_for_experiences g#kayak:hover text,
#mapLayout g#labels_for_experiences g#canoe:hover text,
#mapLayout g#labels_for_experiences g#playground:hover text,
#mapLayout g#labels_for_experiences g#waterski:hover text,
#mapLayout g#labels_for_experiences g#dining:hover text,
#mapLayout g#labels_for_experiences g#mountain:hover text,
#mapLayout g#labels_for_experiences g#highropes:hover text,
#mapLayout g#labels_for_experiences g#swing:hover text {
  fill: #fff;
}
#myPopup .modal-dialog {
  width: 500px;
}
@media (min-width: 1440px) {
  #myPopup .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#myPopup .modal-content {
  background-color: #000;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#myPopup .modal-content .modal-header {
  padding: 40px 30px 0 30px;
  border-bottom: none;
}
#myPopup .modal-content .close {
	font-size: 40px;
    font-weight: 300;
    color: #fff;
    font-family: initial;
    opacity: 1;
}
#myPopup .modal-content .modal-title {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 100%;
  color: #ffe62c;
  font-family: proxima-nova !important;
}
#myPopup .modal-content .modal-body {
  padding: 0 30px 40px 30px;
}
#myPopup .modal-content .modal-body img {
  width: 100%;
  margin-top: 20px;
}
#myPopup .modal-content .modal-body p {
  font-size: 20px;
  color: #fff;
  letter-spacing: .05em;
}
.mobile-contents {
  display: block;
  overflow-x: hidden;
  background-color: #fff;
}
.mobile-contents .modal-dialog {
  width: auto;
  margin: 30px 0;
}
.mobile-contents .modal-dialog .modal-content .modal-body.template-highropes h3 {
  line-height: 100%;
}
.mobile-contents .modal-dialog .modal-content .modal-body {
  position: relative;
  height: 100%;
  padding: 0;
  margin-bottom: 45px;
  text-align: center;
}
.mobile-contents .modal-dialog .modal-content .modal-body h3 {
  color: #000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mobile-contents .modal-dialog .modal-content .modal-body h3 {
    font-size: 64px;
    line-height: 100%;
  }
}
.mobile-contents .modal-dialog .modal-content .modal-body blockquote p {
  font-size: 17px;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mobile-contents .modal-dialog .modal-content .modal-body blockquote p {
    font-size: 28px;
  }
}
.mobile-contents .modal-dialog .modal-content .modal-body .equal {
  display: block;
}
.mobile-contents .modal-dialog .modal-content .modal-body .container-audio {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  padding: 20px 20px 0 20px;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mobile-contents .modal-dialog .modal-content .modal-body .container-audio {
    padding: 40px 80px 20px 80px;
  }

  .navbar .social-icons{
    display: none;  
  }

}
@media (min-width: 992px) and (max-width: 1023px) {
  .mobile-contents .modal-dialog .modal-content .modal-body .container-audio {
    padding: 40px 130px 20px 130px;
  }
}
@media (min-width: 1200px) {
  .mobile-contents {
    display: none;
  }
}

@media (max-width: 1200px) {
  .scrollmagic-pin-spacer {
    min-height: 1px !important;
    padding-bottom: 0 !important;
  }
}


@media (max-width: 1280px){
  .navbar-nav>li>a {
       padding-top: 0px; 
       padding-bottom: 0px;
  }
}



@media (min-width: 1200px){
/*  .page-id-205 #slide-3 .middle .year-box p{
    margin-left: 100px;
  }
  .page-id-205 #slide-3 .middle .year-box h3{
    margin-left: 100px;
  }
  .page-id-205 #slide-6 .column .year-box p{
    margin-left: 100px;
    padding-right: 10px;
  }
  .page-id-205 #slide-6 .column .year-box h3{
    margin-left: 100px;
    padding-right: 10px;
  }

  .page-id-205 #slide-5 .year-box p {
    padding-right: 230px;
  }
  .page-id-205 #slide-4 .column .year-box p{
    margin-left: 65px;
  }*/
}


/*@media (max-width: 768px){
    #menu-item-1059{
      margin-bottom:-5px;
    }
    #menu-item-1063{
      margin-bottom:-5px;
    }
    #menu-item-1109{
      margin-bottom:-5px;
    }
    #menu-item-1070{
      margin-bottom:-5px;
    }
}
*/

@media (max-width: 1023px){
    .page-id-1054 .contact{
      display: none;
    }
    .page-id-1054 .footer-section{
      display: table;
    }
}


@media (min-width: 1200px){
    .page-id-1054 .contact{
      display: table;
    }
    .page-id-1054 .footer-section{
      display: none;
    }
}

@media (max-width: 480px){
li.menu-item-has-children:hover > .dropdown-menu li a {
    font-size: 17px;
    padding: 15px 55px !important;
}
}

@media (max-width: 769px){
li.menu-item-has-children:hover > .dropdown-menu li a {
    font-family: "proxima-nova";
    font-size: 18px;
    color: #bcbec0 !important;
    padding: 11px 55px !important;
    text-align: left;
    border-bottom: 1px #616264 solid;
}
}


.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #ffe62c !important;
    background-color: transparent;
}

.map-module #contact {
  position: relative;
 height: auto !important;
}

.navbar-nav>li {
    visibility: inherit !important;
    opacity: 1 !important;
    transform: none !important;
}