html * {
-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased; }

body {-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased; 
 
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::after, *::before {
  content: '';
}textarea {
    resize: vertical;
}


ul{list-style: none}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #000, 0 0 5px #000;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%; margin-left: -17px; margin-top: -17px;
  width: 34px;
  height: 34px;
  border: solid 1px transparent;
  border-top-color: #000;
  border-left-color: #000;
  border-radius: 50%;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

img, svg{width: 100%}


/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../font/gotham-medium-webfont.woff2') format('woff2'),
         url('../font/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


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






@font-face {
    font-family: 'neoubold';
    src: url('../font/neou-bold-webfont.woff2') format('woff2'),
         url('../font/neou-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neouthin';
    src: url('../font/neou-thin-webfont.woff2') format('woff2'),
         url('../font/neou-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #F1D300;
    text-shadow: none;
}

::selection {
    background: #F1D300;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html{height: 100%;}
body{height: 100%; width: 100%;background: #282828;font-size: 1em; color: #000;  overflow-x: hidden;}
img{width: 100%}svg{width: 100%}

/* Fade effect */

#barba-wrapper{height: 100%; }
.barba-container{height: 100%}

a{text-decoration: none; }
p{font-size: 1.2em;line-height: 1.8em; color: #000;  margin: 0 0 1em;padding: 0;  text-align: left; font-family: 'gothambook';}

p.strong{    font-family: 'gotham_mediumregular';font-size: 1.3em}
@media (min-width:1400px) {
    p{font-size: 1.8em}
    p.strong{font-size: 2.2em}}


p span{font-style: italic}
p span.strong{ font-family: 'gotham_mediumregular';}


p.agenda {text-align: left; margin: 2em 0 0.5em;position: relative; padding: 0;color: #000; text-transform: uppercase;font-family: 'gotham_mediumregular';}
p.agenda:after{position: absolute; width: 90px; height: 2px; background: #000;left:0;bottom:0}

p.cinema{font-size: 0.9em;line-height: 1.3em;font-family: 'gothambook'; }
h1{font-size: 3.4em; font-weight: normal;line-height: 1.2em; color: #000;    text-transform: ;  margin: 0 auto 0.5em; text-align: center;       font-family: 'neoubold';
position: relative; letter-spacing: 2px }

h1 span{font-family: 'Morracle'; font-size: 1.8em}
h1.cubric{text-transform:uppercase; font-size:1.3em;color: #fff;height: 44px; line-height: 44px;position: relative; background: #000;  margin-bottom: 2em; width: 380px;}
h2{font-size: 2.4em;line-height: 1em; margin: 0 auto 1em;font-family: 'neouthin';text-align: center; color: #000;  font-weight: normal; letter-spacing: 2px;}
h2 span{    font-family: 'Morracle';font-size: 1.4em; margin-right: 0.2em}
@media only screen and (max-width: 767px) {
    h1{font-size: 1.8em}
    h1 span {font-size: 1.6em}
    h2{font-size: 1.2em}
    h2 span { font-size: 1.8em}}

h4{font-family: 'gotham_mediumregular'; text-align: center; font-size: 1.2em; font-weight: normal}
h6{font-weight: normal;font-family: 'gothambook'; text-align: center; margin: 0 auto 5em; color: #000; font-size: 1.6em; line-height: 1.6em}
h6 span{padding: 0 0.3em; font-size: 1.8em;  font-family: 'Morracle';}
@media only screen and (max-width: 767px) {h6{margin: 0 auto 3em;  font-size: 1.2em; line-height: 1.6em}}

.top{position: fixed; top:0; left:0; background: #000; z-index: 2; height: 1em; width: 100%}
.bottom{position: fixed; bottom:0; left:0; background: #000; z-index: 2; height: 1em; width: 100%}
.left{position: fixed; top:0; left:0; background: #000; z-index: 2; width: 1em; height: 100%}
.right{position: fixed; top:0; right:0; background: #000; z-index:2; width: 1em; height: 100%}



.top-nav{position: fixed; top:0; left:0; background: #000; z-index: 2; height: 1em; width: 100%}
.bottom-nav{position: fixed; bottom:0; left:0; background: #000; z-index: 2; height: 1em; width: 100%}
.left-nav{position: fixed; top:0; left:0; background: #000; z-index: 2; width: 1em; height: 100%}
.right-nav{position: fixed; top:0; right:0; background: #000; z-index:2; width: 1em; height: 100%}


.svgs{display:none; visibility:hidden;opacity:0;}
.social{ position:relative;margin: 2em auto; text-align: center}
.social a{  display: inline-block; margin:0 auto; -webkit-transition: all 0.6s cubic-bezier(.19, 1, .22, 1) ;
  -moz-transition: all 0.6s cubic-bezier(.19, 1, .22, 1) ;
  transition: all 0.6s cubic-bezier(.19, 1, .22, 1) ; text-align: center; width: 44px;  line-height: 40px; height: 44px; border-radius: 50%; border:1px solid #000;  margin:0px 0.3em;}

.icon{fill:#000;;text-align:center; -webkit-transition: all 0.6s cubic-bezier(.19, 1, .22, 1) ;
  -moz-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.6s cubic-bezier(.19, 1, .22, 1) ;height:17px}
.icon-facebook{width:36px; }
.icon-instagram{width:40px}
.social a:hover{background: #000; color: #F1D300 }
.social a:hover .icon{fill:#F1D300}
.camp{position: absolute; bottom:2em;  right:6em;width: 150px; text-align: center; color: #F1D300; background:}
.camp p{color: #F1D300; text-transform: uppercase; font-size: 0.9em; text-align: center; margin: 0;padding: 0;}
.camp img{text-align: center; width: 110px;}
.fixheight{padding-bottom: 20%; border:1em solid #fff}

@media only screen and (max-width: 767px)
    
{.camp{right: 1em}
    .instag{font-size: 1.6em; margin:0 auto 0em}
.fixheight{padding-bottom: 28%; border:0.5em solid #fff}
}

.right-side{background: #F1D300; width: 4em; top:5em; bottom:1em; z-index: 2; position: fixed; right:1em;display: block}
@media (max-width:768px) {.right-side{display: none}}
.lang{position: fixed; top:6em;  right:2em ; z-index: 3}
.lang a{margin: 0 auto; font-family: 'gotham_mediumregular'; text-transform: ; color: #000; text-align: center; font-size: 0.9em; display: block;;border-radius: 50%; border: 1px solid transparent; width: 33px; height: 33px; line-height: 30px;-webkit-transition: all 0.6s cubic-bezier(.19, 1, .22, 1) ;
  -moz-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.6s cubic-bezier(.19, 1, .22, 1) ;}
.lang a:hover{color: #fff; }
.lang .active{color: #fff;background: #000}

@media (max-width:768px) {.lang a{color: #fff}
.lang{position: absolute; top:6em;  right:2em ; z-index: 3}

}

main{background: #fff;width: 100%; height: 100%;  }

.title{font-size: 6em; line-height: 1em; text-transform:uppercase; position: absolute; color: #F1D300;         font-family: 'neouthin';letter-spacing: 2px; top:50%; width: 100%; left:50%; margin-left: -50%; text-align: center; transform: translateY(-50%);-webkit-transform: translateY(-50%);}

.title.gal{ line-height: 1em; text-transform:uppercase; position: relative; color: #F1D300;font-family: 'neouthin';letter-spacing: 2px; top:0; padding: 2em 0 10px; width: 100%; left:inherit; margin-left: inherit; text-align: center; transform: translateY(0%);-webkit-transform: translateY(0%);}

.title span{
line-height: 1em
}

.title span a{text-align: center; display: inline-block; color: #F1D300; text-decoration: none}
.title span a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #F1D300;
    transition: width .3s;
}

.title span a:hover::after  {
    width: 0%;
}
@media (max-width:768px) {.title{font-size: 3.8em;}.title.gal{padding: 3.5em 0 5px}}


.home{position: relative; width: 100%; height: 100%;  overflow: hidden;
background: url(../img/bg0.jpg) top center #282828; background-size: cover; -webkit-background-size:cover;
}

.bar{position: relative; width: 100%; height: 100%;  overflow: hidden;
 background:url(../img/bg-bar.jpg) bottom right #282828;background-size: cover; -webkit-background-size:cover
}


.rooms{position: relative; width: 100%; height: 100%;  overflow: hidden;
 background:url(../img/beehome5.jpg) center #282828;background-size: cover; -webkit-background-size:cover
}
.events{position: relative; width: 100%; height: 100%;  overflow: hidden;
  background: url(../img/eventos/5.jpg) bottom center #282828;background-size: cover; -webkit-background-size:cover
}

.social-page{position: relative; width: 100%; background: #282828;
}
.group-page{position: relative; width: 100%; height: 100%;  overflow: hidden;
  background: url(../img/bee/social.jpg) bottom center #282828;background-size: cover; -webkit-background-size:cover
}

.camping-page{position: relative; width: 100%; height: 100%;  overflow: hidden;
  background: url(../img/camp.jpg) bottom center #282828;background-size: cover; -webkit-background-size:cover
}

.bg-events{background: url(../img/cubric1.svg) bottom left no-repeat rgba(241,211,0, 0.6) ; background-size: contain;-webkit-background-size: contain; width: 100%; height: ; opacity:  }
.location{position: relative; width: 100%; height: 100%;  overflow: ;
  background: #282828
}
#map{ z-index: ; position:absolute; top:1em; text-align: center; left:1em; right:5em; bottom:0em}
@media (max-width:768px) {#map{right: 1em}}
.loc ul {margin: 0;padding: 0;}
.loc ul li{text-align: center;  line-height: 1em; margin-bottom: 1em; font-size: 1.2em;font-family: 'gothambook';}
 .loc ul li span{font-family: 'gotham_mediumregular'; margin-right: 0.2em}

.route{width: 100%; height: 5em; padding-top: 2em; background: #282828;text-align: center;font-size: 0.9em; margin: 0 auto; text-align: center; color: #F1D300; font-family: 'gotham_mediumregular'; text-align: center; }


.route span{display: inline-block; }
.route span::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #F1D300;
    transition: width .3s;
}

.route span:hover::after, .route:hover span::after {
    width: 100%;
}

.next{ padding: 6em 0 0; height: ; background: #fff}
.colored{background: rgba(241,211,0, 0.6) ; padding: 6em 0 !important}
.colored1{background: rgba(241,211,0, 0.6) ; padding: 2em; height: 100%; position: relative}


@media (max-width:768px) {
    .next{ padding: 4em 0 0;}
  .colored{padding: 4em 0 !important}
}

.last{ padding: 0em 0 0; height: ; background: #fff}

.bee{ background: url(../img/bee.jpg) center left no-repeat; padding: 2em 0 1em; background-size: contain;-webkit-background-size: contain;}
@media (max-width:768px) {.bee{background: none}}

.mtop{margin-top: 2em}
.logo{position: absolute; top:1.5em ;left:1.5em;  width: 24%;z-index: 2}
@media (max-width:768px) {
.logo{ top:1.5em ;left:1.5em;  width: 180px;}

}
.logo-black{position: absolute; top:1.5em ;left:1.5em;  width: 24%}


.scroll-top{opacity: 0; -webkit-transition: all 0.3s ease-out ;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out ;position: absolute;  -webkit-transform: translateY(100%);  transform: translateY(100%); width: 20px;bottom:4em; left:50%; margin-left: -10px}

.logo-small{opacity: 0; position: absolute; transform: translateY(100%);-webkit-transform: translateY(100%);  bottom:0.3em; left:50%; margin-left: -1.7em; width: 3.4em; z-index: 99999;-webkit-transition: all 0.3s ease-out ;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out ; transition-delay: 0.1s}

.eye{  -webkit-animation: eye 3s ease infinite ;
    animation: eye 3s ease infinite ;}
@-webkit-keyframes eye {
    0% {fill:#000
    }
    2% {fill:#F1D300 
    }
     98% {fill:#F1D300
    }
    100% {fill:#000
    }
}

@keyframes eye {
     0% {fill:#000
    }
    2% {fill:#F1D300
    }
     98% {fill:#F1D300
    }
    100% {fill:#000
    }
}








@media (max-width:768px) {
}
@-webkit-keyframes bh {
    0% {opacity: 0;
        -webkit-transform: translateX(0);
    }
   
    10% {opacity: 1;
        -webkit-transform: translateX(20px);;
    }
     30% {opacity: 0;
        -webkit-transform: translateX(40px);;
    }
    100% {opacity: 0;
        -webkit-transform: translateX(40px);;
    }
}

@keyframes bh {
    0% {opacity: 0;
        transform: translateX(0);
    }
   
    10% {opacity: 1;
 transform: translateX(20px);;    }
     30% {opacity: 0;
 transform: translateX(40px);;    }
    100% {opacity: 0;
 transform: translateX(40px);;    }
}


#scene4{position: absolute;bottom: 1em; right:30%;}
#scene5{position: absolute;top: 1em; right:5em;}

.anim4 svg{ width: 250px; height: 250px;}

.anim4 svg polygon {
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: dash 3s linear alternate infinite;
}

@media (max-width:768px) {
    #scene4{bottom: 15%; right:10%;}

    .anim4 svg{ width: 150px; height: 150px;}
}




@-webkit-keyframes dash {
    0% {opacity:1;
        stroke-dashoffset: 1600;
    }

  stroke-dashoffset: 0;
    }
    100% {opacity: 1;
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes dash {
    0% {opacity:1;
       stroke-dashoffset: 1600;
    }

    100% {opacity:1;
        stroke-dashoffset: 0;
    }
}

@-o-keyframes dash {
    0% {opacity:1;
        stroke-dashoffset: 1600;
    }

    100% {opacity:1;
     stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {opacity:1;
       stroke-dashoffset: 1600;
    }


    100% {opacity:1;
        stroke-dashoffset: 0; ;
    }
}











.dinner{position: absolute; bottom: 0; height: 4em;line-height: 3.2em; left:280px; color: #fff; font-size: 1.1em;      font-family: 'neouthin';

text-transform: uppercase; letter-spacing: 2px}
@media (max-width:768px) {
    .dinner{bottom: 4.5em; height: 3em;line-height: 3em; left:1.5em; color: #fff; font-size: 0.9em;   }
    
}


.book{position: absolute; left:0em; bottom:0.8em;text-decoration: none; font-size: 1.1em ;color: #fff; text-transform:uppercase;                       font-family: 'gotham_mediumregular';
z-index: 1;

 font-weight: normal;
 text-align: center; width: 260px; letter-spacing: 1px;  height: 3em; line-height: 3em; font-weight: normal;  background: #000;

 -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) ;
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) ;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) ;}




.book,
.book::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}


.book::before,
.book::after {
  background: #F1D300;
  content: '';
  position: absolute;
  z-index: -1;
}

.book:hover {
  color: #000;
}

/* BUTTON 1 */
.book::after {
  height: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.book:hover:after {
  height: 100%;
}






.btn {position: relative;  margin: 0em 0 0em 1.8em;
 
 -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) ;
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) ;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) ;}

.btn img{ -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) ;
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) ;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) ;width: 20px;transform: translateX(0) rotate(90deg);-webkit-transform:translateX(0) rotate(90deg) ; margin-top: -2em}

.btn img:hover{transform: translateX(10px) rotate(90deg);-webkit-transform:translateX(10px) rotate(90deg) ;}
.hive{padding-bottom:  35%; position: relative; margin-bottom: 5em; }
.hive-bg{position: absolute; top:0; left:0;width: 100%; height: 100%; }

.tilt{cursor: pointer}

.hive h3{text-align: left; color: #000; font-size: 3.6em; white-space: ;text-transform: ; line-height: 1.4em; font-weight: normal;        font-family: 'neoubold';
 margin: 0.5em 0 0.2em;padding: 0;white-space: nowrap; letter-spacing: 2px
}
.hive h3 span{font-size: 1.3em;    margin-right: 0.1em; font-family: 'Morracle';

}
.hive h4{margin: 0 0 0.5em;padding: 0;text-align: left; color: #000; font-size:1.1em; line-height: 1.6em; font-weight: normal;     font-family: 'gotham_mediumregular';white-space: ; 

}
.hive h5{margin: 0 0 1em;padding: 0;text-align: left; color: #000; font-size:1em; font-style: ; line-height: 1.6em; font-weight: normal;    font-family: 'gothambook';white-space: ; 
}


@media (max-width:768px) {
    .hive{  margin-bottom: 2em;padding-bottom:  50%; }
.hive h3{font-size: 1.6em;}
.hive h4{font-size:0.9em; line-height: 1.2em;white-space: nowrap}
.hive h5{font-size:0.8em; line-height: 1em
}
}


.footer{width: 100%;position: relative;text-align: center; margin: 0 auto;  font-family: 'gothambook';color: #000; text-align: center; margin: 0 auto;padding: 2em 0 2em; font-size: 0.9em; background: #fff}
.footer a{color: #000; text-align: center; margin: 0 auto;  font-family: 'gothambook';}

.facilities p{text-align: center; font-size: 0.9em;  margin: 2em auto; line-height: 1.6em; font-style: italic; text-transform: ;}
.facilities p.strong{text-align: center; font-size: 1em;  margin: 2em auto; line-height: 1.6em; font-style: normal; text-transform: ;}

.facilities ul{margin: 2em 0 1em; padding: 0; width: 100%; text-align: center}
.facilities ul li{ font-family: 'gothambook';text-transform: uppercase; margin: 0 1em; padding: 0; color: #000; display: inline-block; letter-spacing: 2px;}
.facilities ul li span{padding-left: 1em; font-family: 'gotham_mediumregular'; display: inline-block}


.facilities1 div{padding-top: 1em}
.facilities1 p{text-align: center; text-transform: uppercase;text-align: left; font-family: 'gotham_mediumregular';font-size: 1em;  margin: 0.5em 0 0em 0; line-height: 1.6em;  text-transform: ;}

.facilities3 {margin: 4em 0 0;}
.facilities3 p{ text-align: center;text-transform: }
.nav{margin: 0em auto; padding: 6em 0 2em; position: relative; text-align: center; background: #fff}
.nav ul{margin: 0;padding: 0}
.nav ul li{ display: inline-block; color: #000; font-size: 0.9em;  text-transform: uppercase; font-family: 'gotham_mediumregular';margin: 0 1em}
.nav ul li a{color: #000; text-decoration: none; display: inline-block}
.nav ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.nav ul li a:hover::after,.nav ul li a.active::after  {
    width: 100%;
}

@media (max-width:1150px) {.nav ul li{ display:block; margin: 0.7em auto }}


.container-fluid {
    padding-right: 1em;
    padding-left:1em; 
    position:;overflow: hidden}
.container-fluid.full {
    margin-right: 0em;
    margin-left:-1em;}
 .container-fluid.rms {
    margin-right: 2em;
        margin-left:2em;}
@media (min-width:769px) {
    .container-fluid {
    padding-right: 7em;
        padding-left:3em; padding-top: 2em;}
    
   
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm-2,.col-sm-3, .col-sm-4, .col-sm-5,
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10,
.col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;margin-bottom: 1em; 
padding-left: 0.5em !important; padding-right: 0.5em !important;  
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-filter {
    float: left
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    float: left
}
.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}



.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

.height{height: 100%}.pleft{padding-left: 0.5em !important}
 .hide{display: none}
@media (min-width:768px) {
    .pleft{padding-left: 1.5em !important}
    .hide{display: block}
.height{height: 100%}
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
    .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {position: relative;
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }


    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}
.out {
   
  position: relative;width: 100%;overflow: hidden; margin:0em 0 0em; margin-bottom: 6em
}

.list{margin:0 1em 3em}
.list h2{ letter-spacing: 0;    font-family: 'neouthin';margin: 0 0 0em;color: #000; font-size: 2em;text-align: center; line-height: 1em;text-transform: uppercase; padding: 0.3em 0 0.2em}

.list h3 {font-weight: normal;text-align: center;  font-size: 0.9em;text-transform: ; font-family: 'gotham_mediumregular' ;color: #000; font-style: normal;margin: 0 0 0em;padding: 0; line-height: 1em; text-transform: uppercase}
.list h4 {font-weight: normal;text-align: center;  font-size: 1em;text-transform: ; font-family: 'gothambook';color: #666; font-style: normal;margin: 0.8em 0 0.5em;padding: 0; line-height: 1em;}


h7{text-align: center;font-family: 'gothambook';color: #666; font-size: 0.9em; text-align: center}


.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}
.content {
	position: relative;
	
	height: 100%;

}
.global-menu__wrap ul{display: block; margin: 0; padding: 0}
.global-menu__wrap ul li{display: block}

.global-menu {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 100;
}

.demo-5 .global-menu {
	text-align: center;
}

.global-menu__item {
	color: #000;
    font-family: 'neoubold';
	font-size: 1.4em; text-transform: uppercase;
	font-weight:normal;
opacity: 0;
	pointer-events: none;

	transition: transform 0.3s, opacity 0.3s;
	transition-timing-function: ease-in;	transition-timing-function: ease-out;	transform: translateY(-100%);

}

.global-menu__item--demo-5{margin: 0.4em 0!important;display: inline-block; }
.global-menu__item--demo-5::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.global-menu__item--demo-5:hover::after,.global-menu__item--demo-5.active::after  {
    width: 100%;
}

.global-menu__item:nth-child {
	transform: translateX(100%) rotate(10deg) scale(0.9);
}
.global-menu__item:nth-child(1) {
	transform: translateX(100%) rotate(10deg) scale(0.5);
}
.global-menu__item:nth-child(3) {
	transform: translateX(100%) rotate(10deg) scale(0.5);
}

.global-menu__item:nth-child(2) {
	transform: translateX(100%) rotate(-10deg) scale(0.5);
}
.global-menu__item:nth-child(4) {
	transform: translateX(100%) rotate(-10deg) scale(0.5);
}
.global-menu__item:nth-child(5) {
	transform: translateX(100%) rotate(10deg) scale(0.5);
}
.global-menu__item:nth-child(6) {
	transform: translateX(100%) rotate(10deg) scale(0.5);
}


.global-menu__item:hover {
	color: #000;
}



.global-menu__item.is-opened {
	opacity: 1;
	transform: translateX(0) rotate(0) scale(1);
	pointer-events: auto;
	transition-timing-function: ease;
}




/* demo 5 */


.global-menu__item:nth-of-type {
	transition-delay: 0.1s;
}

.global-menu__item.is-opened:nth-of-type {
	transition-delay: 0.6s;
}
.global-menu__item:nth-of-type(1) {
	transition-delay: 0.15s;
}

.global-menu__item.is-opened:nth-of-type(1) {
	transition-delay: 0.65s;
}

.global-menu__item:nth-of-type(2) {
	transition-delay: 0.20s;
}

.global-menu__item.is-opened:nth-of-type(2) {
	transition-delay: 0.70s;
}

.global-menu__item:nth-of-type(3) {
	transition-delay: 0.25s;
}

.global-menu__item.is-opened:nth-of-type(3) {
	transition-delay: 0.75s;
}

.global-menu__item:nth-of-type(4) {
	transition-delay: 0.30s;
}

.global-menu__item.is-opened:nth-of-type(4) {
	transition-delay: 0.80s;
}

.global-menu__item:nth-of-type(5) {
    transition-delay: 0.35s;
}

.global-menu__item.is-opened:nth-of-type(5) {
    	transition-delay: 0.85s;
}
.global-menu__item:nth-of-type(5) {
    transition-delay: 0.40s;
}

.global-menu__item.is-opened:nth-of-type(5) {
    	transition-delay: 0.90s;
}


.shape-overlays {
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;z-index: 22
}

.shape-overlays.is-opened {
	pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
	fill: #000;
}

.shape-overlays__path:nth-of-type(2) {
	fill:#F1D300;
}


@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

.hamburger {
	width: 4em;
	height: 4em;
	display: block;
	cursor: pointer;
	position: fixed;
	top: 1em;
	right: 1em;
	z-index: 110;
	background-color: #000;
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hamburger::after {
	width: 4em;
	height: 4em;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.hamburger__line {
	width: 28px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

.hamburger__line-in {
	width: 84px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

.hamburger__line-in::before,
.hamburger__line-in::after {
	width: 28px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	background-color: #fff;
}

.hamburger__line-in::before {
	left: -56px;
}

.hamburger__line-in::after {
	left: 0;
}

.hamburger__line--01,
.hamburger__line--02,
.hamburger__line--03,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	left: 18px;
}

.hamburger__line--01 {
	top: 24.6px;
}

.hamburger__line--02,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	top: 31px;
}

.hamburger__line--03 {
	top: 37.4px;
}

.hamburger__line--cross01 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger__line--cross02 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger__line {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger__line-in {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger__line-in::before,
.hamburger__line-in::after {
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.hamburger__line-in--cross01,
.hamburger__line-in--cross02 {
	-webkit-transform: translateX(-33.3%);
	transform: translateX(-33.3%);
}

.hamburger__line-in--01 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.hamburger__line-in--02 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.hamburger__line-in--02::before,
.hamburger__line-in--02::after {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger__line-in--03 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger__line-in--03::before,
.hamburger__line-in--03::after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger__line-in--cross01 {
	-webkit-transition-delay: 0.0s;
	transition-delay: 0.0s;
}

.hamburger__line-in--cross02 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger__line-in--cross02::before,
.hamburger__line-in--cross02::after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger.is-opened-navi .hamburger__line-in--01,
.hamburger.is-opened-navi .hamburger__line-in--02,
.hamburger.is-opened-navi .hamburger__line-in--03 {
	-webkit-transform: translateX(33.3%);
	transform: translateX(33.3%);
}

.hamburger.is-opened-navi .hamburger__line-in--cross01,
.hamburger.is-opened-navi .hamburger__line-in--cross02 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.hamburger.is-opened-navi .hamburger__line-in--01 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.hamburger.is-opened-navi .hamburger__line-in--02 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger.is-opened-navi .hamburger__line-in--03 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger.is-opened-navi .hamburger__line-in--cross01 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.hamburger.is-opened-navi .hamburger__line-in--cross02 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger:hover .hamburger__line-in::before,
.hamburger:hover .hamburger__line-in::after {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.hamburger:hover .hamburger__line-in--01::before,
.hamburger:hover .hamburger__line-in--01::after,
.hamburger:hover .hamburger__line-in--02::before,
.hamburger:hover .hamburger__line-in--02::after,
.hamburger:hover .hamburger__line-in--03::before,
.hamburger:hover .hamburger__line-in--03::after {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.hamburger:hover .hamburger__line-in--cross01::before,
.hamburger:hover .hamburger__line-in--cross01::after,
.hamburger:hover .hamburger__line-in--cross02::before,
.hamburger:hover .hamburger__line-in--cross02::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::after {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.hamburger.is-opened-navi:hover .hamburger__line-in--01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}



/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: none; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/default-skin.svg) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */


/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 1em;
  line-height: 44px;
  color: #000;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../img/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }


.booking-form {
  margin: 0em 2em 0 0;
  background: none;
  padding: 0px 0;
  position: relative;
  
}
.booking-form #form-loading {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
  z-index: 1000;
  background: none;
}
.booking-form #form-loading i {
  font-size: 100px;
}
.booking-form #form-message {
  text-align: center;
  color: #000; min-height: 200px
}


.booking-form .group {
  *zoom: 1;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  padding: 0.7em 0; font-size: 1.1em
}
.booking-form .group:before,
.booking-form .group:after {
  content: " ";
  display: table;
}
.booking-form .group:after {
  clear: both;
}
.booking-form .group > label {
 
  color: #666;
  font-size: 1em; margin: 0;padding: 0;
  display: block;
}
.booking-form .group > label.empty {
  display: block;
  height: 1px;
  padding: 0;
  margin: 0;
}
.booking-form .group > div {
  padding: 0px;
}
.booking-form .group > div.addon-right {
  position: relative;
  padding-right: 50px;
}
.booking-form .group > div.addon-right > i {
  position: absolute;
  right: 25px;
  top: 9px;
  z-index: 999;
  color: #666;
}
.booking-form .group > div .error-message {
  font-size: 12px;
  color: red;
  margin-top: 5px;
}
.booking-form .group.active {
  background: none;
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.booking-form input[type=submit] {
  border: none;
  background: #000;
  color: #fff;  letter-spacing: 2px;
  padding: 1em 2em;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-box-shadow: none;    font-family: 'gotham_mediumregular';

  box-shadow: none;width: 100%;
  -webkit-transition: background ease-in-out .15s;
  transition: background ease-in-out .15s;
}
.booking-form input[type=submit]:hover {
opacity: 0.6}


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0px 0px;
  font-size: 0.8em; text-transform: uppercase;
  line-height: 1em;
  color: #000;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #000;border-left: none;;border-right: none;;border-top: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;    font-family: 'gothambook';

}
.form-control:focus {
  border-bottom: 1px solid #000;border-left: none;;border-right: none;;border-top: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow:none;
}
.form-control::-moz-placeholder {
  color: #666; font-size: 0.9em;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}/* ==========================================================================
   Helper classes
   ========================================================================== */
.hide {
  display: none !important;
}
.show {
  display: block !important;
}










