html, body{
  height:100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: black;
  color: white;
  font-family: 'Arsenal', sans-serif;
}

header {
  height: 100%;
  max-height: 140px;
}

#logo {
  width: 100%;
  max-height: 110px;
  height:100%;
  display: block;
  margin: auto;
  padding-top: 15px;
}

.menu-content {
  text-align: center;
  text-transform: uppercase;
  padding-top: 100px;
  padding-bottom: 100px;
}

.menu-header {
  width:  440px;
  text-align: center; 
  border-bottom: 1px solid #ffffff;
  line-height :0.1em; 
  margin: auto; 
  font-size: 48px;
}

.menu-content span { 
  background: #000; 
  padding: 0 30px; 
}

@media screen and (max-width:550px) {
  .menu-header {
    width:  300px;
    font-size: 32px;
  }
  .menu-content span { 
    padding: 0 15px; 
  }
}

.menu-content a {
  color: white;
  font-size: 26px; 
}

.menu-content a:hover {
  opacity: 0.8;
}

h3:first-of-type {
  margin-top: 60px;
}

h3 {
  margin-top: 35px;
  margin-bottom: 0px;
}

p {
  margin-top: 3px;
}

#map {
  max-height: 600px;
  height: 100%;
  cursor: pointer;
}

.marker {
  background-image: url('images/map-marker.png');
  background-size: cover;
  width: 46px;
  height: 70px;
  //border-radius: 50%;
  cursor: pointer;
}

footer {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

footer p {
  font-size: 18px;
  margin: 0;
  margin-bottom: 5px;
  padding: 0 15px;
}

footer a {
  color: white;
}

footer a:visited {
  color: white;
}

footer a:hover {
  opacity: 0.8;
}

footer .instagram {
  margin-top: 10px;
  max-width: 35px;
  width: 100%;
}

.flexslider {
  height: calc(100% - 140px);
}

.slides, .slides li, .slides li img {
  height: 100%;
}

.slides li img {
  object-fit: cover;
}

.slides .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.90) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.90) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.half-circle {
  background: white;
  height:45px;
  width: 90px;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  z-index:10;
}

.half-circle img {
  width: 30%;
  margin: auto;
  display: block;
  padding-top: 20px;
}
*@media screen and (max-width:768px) {
  #map {
    max-height: 450px;
  }
}

@media screen and (max-width:425px) {
  h2 {
    width: 80%;
  }

  #menu {
    padding: 0 20px;
  }

}

/* Flexslider
*********************************/ 
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; zoom: 1; overflow:hidden;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -10px 0 0; display: block; background: url(images/direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -30px; opacity: 0; }
.flex-direction-nav .flex-prev {left: -30px; opacity: 0; }
.flexslider:hover .flex-next {opacity: 1; right: 5px;}
.flexslider:hover .flex-prev {opacity: 1; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: auto; position: absolute; bottom: 5px; right: 15px; text-align: center; margin: 0 !important;}
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a:hover { background: #ab923b; }
.flex-control-paging li a.flex-active { background: #ab923b; cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.section.flexslider {
  border-bottom: 1px solid #e5e5e5;
  padding: 2px 0;	
  background: #FFF;
}
.slides {
  z-index: 999;
}
.main .flexslider ul {
  margin: 0 0 25px 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
}
.flexslider .sectionholder {
  position: relative;
  max-width: inherit;
}
.flexslider .contain-width {
  width:100%;
  max-width:1200px;
  margin:0 0 0 -600px;
  top: 0px;
  left:50%;
  position:absolute;
  height: 625px;
  z-index: 9999999;
}
.flexslider .sectionholder li {
  height: 625px;
}
.section.flexslider .flex-direction-nav, .section.flexslider .flex-control-nav {
  display: none;
}
.flextext {
  position: absolute;
  top: 20%;
  left: 0;
  margin: 0;
  min-height: 80px;
  max-width: 370px;
  background: rgba(0, 0, 0, .6);
  z-index: 99999;
  text-align:center;
}
div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  z-index: 999999999999 !important;
}
.flextext h1, .flextext h2, .flextext p,
.calendar h1, .calendar h2, .calendar p {
  color: #FFF;
}
.flextext a,
.flextext span {
  text-decoration: none;
  display: block;
  padding: 25px;
}
.flextext a {
  cursor: pointer;
}
.flextext a:hover {
  background: #000;
}
.flextext#topcontent a:hover h1, .flextext#topcontent a:hover h2, .flextext#topcontent a:hover p {
  color: #a48243;
}
.flextext h1 {
  font-size:42px;
}
.flextext p {
  margin: 0;
  font-size: 16px;
}
.flextext.calendar {
  position: absolute;
  top: 20%;
  right: 0;
  left:auto;
  margin: 0;
  min-height: 80px;
  max-width: 320px;
}
@media screen and (max-width:1680px) {
  .flexslider .sectionholder li {
    height: auto !important;
  }
}
@media screen and (max-width:1200px) {
  .flexslider .contain-width {
    width:100%;
    margin:0;
    left: inherit;
    position:absolute;
    height: 625px;
  }
  .flextext.calendar {
    top: 5%;
  }
  .flextext {
    top: 10%;
  }
}
@media screen and (max-width:767px) {
  .flextext {
    display: none;
  }
  .flextext.calendar {
    position: static;
    top: inherit;
    left: inherit;
    right: inherit;
    margin: 0;
    max-width: inherit;
    width: auto;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .7);
  }
  .flexslider .contain-width {
    width:100%;
    max-width:1200px;

    position: static;
    height: auto;
  }
}

/* Transition
*********************************/ 
#frame, .slide, .leftnav a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}