/* Created by zapgroup 2015 */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext);

body{
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #1e1f20;
  overflow-x: hidden;
  letter-spacing: -0.02em;
  background: #ececec;
}
@font-face {
  font-family: 'bebas_neuebold';
  src: url('font/bold/BebasNeue Bold-webfont.eot');
  src: url('font/bold/BebasNeue Bold-webfont.eot#iefix') format('embedded-opentype'),
       url('font/bold/BebasNeue Bold-webfont.woff') format('woff2'),
       url('font/bold/BebasNeue Bold-webfont.woff') format('woff'),
       url('font/bold/BebasNeue Bold-webfont.ttf') format('truetype'),
       url('font/bold/BebasNeue Bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar{
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #0e0e0e; position: relative;
}
::-webkit-scrollbar-thumb {
  background: #3b3c3d; 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  cursor: pointer;
}
::-moz-selection {
  text-shadow: none;
}
::selection {
  text-shadow: none;
}
input:focus {
  border-color: #0089ec;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'bebas_neuebold'; letter-spacing: 0.7px;
  outline: none; font-weight: normal;
}
a{
  text-decoration:none;
  border:0px;
  outline:none;
  color: #1e1f20
}
ul{
  list-style: none;
}
button{background: transparent; border: 0; outline: none;}
input[type='text'], input[type='password'], input[type='submit'], textarea, select {
  font-family: "Open Sans", sans-serif;
  -webkit-transition: 0.3s linear border;
  -moz-transition: 0.3s linear border;
  -ms-transition: 0.3s linear border;
  -o-transition: 0.3s linear border;
  transition: 0.3s linear border;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-appearance:none;*/
  border: 0;
  outline: none; padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
  outline: 0;
  outline: thin dotted \9;
  background: #fefefe;
  border-color: #a7a7a7;
}
input[type='submit']{
  border: 0px; font-family: 'bebas_neuebold';
}
textarea{
  height: 120px;
  line-height: 24px;
  padding: 10px;
  resize: none;
}
::-webkit-input-placeholder {color: #888888;}
:-moz-placeholder {color: #888888;}
::-moz-placeholder {color: #888888;}
:-ms-input-placeholder {color: #888888;}
.fl{
  float: left;
  width: 100%;
}
.fr{
  float: right;
}
.m10{
  margin: 10px 0
}
.m20{
  margin: 20px 0
}
.m30{
  margin: 30px 0
}
.m40{
  margin: 40px 0
}
.p20{padding: 20px 0}
.center{text-align: center;}
.dropShadow{
  -webkit-box-shadow: 0px 2px 3px 0px rgba(7, 8, 8, 0.3);
  -moz-box-shadow:    0px 2px 3px 0px rgba(7, 8, 8, 0.3);
  box-shadow:         0px 2px 3px 0px rgba(7, 8, 8, 0.3);
}
a, .menu > li .megadrop > a > div, input[type="submit"]{
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-outs;
}
/**/
.container{margin-top:0;margin-bottom:0;margin-left:auto;margin-right:auto;width: 1200px;}

/*Slide*/
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .slides-container > div.box .slideSep{
  position: absolute; z-index: 9999; width: 375px; height: 380px; text-align: center; margin-top: -190px; top: 55%; text-align: center;
  background: url(../img/icon/bannerSep.png) center no-repeat; padding: 70px 30px; color: #fff;
}
#slides .slides-container > div.box h1{font-size: 70px; letter-spacing: -1.8px}
#slides .slides-container > div.box p{font-weight: 700; text-transform: uppercase; font-size: 13px; padding: 20px 30px}
#slides .slides-container > div.box a{width: auto !important; height: auto !important; line-height: 38px !important; display: inline-block; float: none !important; padding: 0 20px}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 19%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
  width: 50px; height: 50px;
  background: rgba(0,0,0,0.8) url(../img/slider/arrow.png) 0 0;
}
.slides-navigation a.prev {
  float: left;
  background-position: 0 0
}
.slides-navigation a.next {
  float: left; margin-left: 60px;
  background-position: -50px 0
}
.slides-navigation a:hover{
  background-color: rgba(17,89,166,0.8)
}
.slides-pagination {
  position: relative;
  z-index: 3;
  bottom: 200px;
  text-align: right;
  width: 980px;
  margin: 0 auto; display: none;
}
.slides-pagination a {
  border: 2px solid #fff;
  background: center no-repeat;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 2px 43px;
  overflow: hidden;
  text-indent: -100%; font-size: 0;
}
.slides-pagination a.current {
  background-image: url(../img/icon/slide-sep.png);
}
.slides-pagination a:after{
  content: ""; position: absolute; cursor: default; top: 11px; width: 88px; height: 3px; background: #fff
}
.slides-pagination a:last-child:after{width: 0}
.slides-pagination a:last-child{margin-right: 0}
/**/
.slides-bottom .slides-pagination{
  display: none;
}
.slides-bottom .slides-container .box{width: 120%; height: 100%}
.slides-bottom .slides-container .box .slideBg{
  width: 100%; background: rgba(0,0,0,0.8); bottom: 20%; left: 0; color: #fff; padding: 20px; position: absolute; z-index: 1
}
.slides-bottom .slides-container .box .slideBg p{padding: 10px 0 !important}

header{
  width: 100%; text-align: center; position: absolute; top: 30px; z-index: 6;
}
header .menuBox{
  display: inline-block; height: 72px; position: relative
}
header .menuBox a.logo{
  float: left; width: 230px; height: 100%; line-height: 72px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #2c2c2c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(100%,#2c2c2c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #000000 0%,#2c2c2c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #000000 0%,#2c2c2c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #000000 0%,#2c2c2c 100%); /* IE10+ */
  background: linear-gradient(to right, #000000 0%,#2c2c2c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2c2c2c',GradientType=1 ); /* IE6-9 */
}
header nav.large-menu{
  float: left;
  height: 100%; position: relative;
  background: #000;
}
header nav.large-menu ul, header nav.large-menu ul > li{
  float: left;
}
header nav.large-menu ul > li > a, header nav.large-menu .selectLang{
  float: left; line-height: 72px;
  padding: 0 15px; color: #fff;
}
header nav.large-menu ul > span{
  float: left; width: 1px; min-height: 72px; background: url(../img/icon/menuSep.jpg);
}
/*Menu*/
.menu {
  width: 100%;
  position: relative;
}
.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
  text-decoration: none;
}
.menu a:hover {
  color: #f5f5f6;
  text-decoration: none;
}
.menu > li {
  display: inline-block;
  text-align: center;
}
.menu > li > a {
  display: block;
}
.menu > li:hover, .menu > li > a.active {
  background: #1159a6;
}
/**/
.selectLang {
  float: left; height: 100%;
  position: relative;
  background: #121212;
  cursor: pointer;
  outline: none; padding: 0 20px 0 45px !important;
}
.selectLang > h3{color: #7a7a7a}
.selectLang:after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
  background: url(../img/icon/arrow.jpg) left no-repeat;
}
.selectLang .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0px;
  background: #1159a6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.selectLang .dropdown li{width: 100%; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.1)}
.selectLang .dropdown li:last-child{border: 0}
.selectLang .dropdown li a {
  display: inline-block;
  text-decoration: none; width: 100%; text-align: center;
  color: #fff; line-height: 20px;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.selectLang .dropdown li:hover a {
  color: #cacaca;
}
.selectLang.active:after {
  background-position: right;
}
.selectLang.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.no-opacity       .selectLang .dropdown,
.no-pointerevents .selectLang .dropdown {
  display: none;
  opacity: 1;
  pointer-events: auto;
}
.no-opacity       .selectLang.active .dropdown,
.no-pointerevents .selectLang.active .dropdown {
  display: block;
}
/**/
/* Megadrop width dropdown */
.menu > li .megadrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  left: -50%;
  min-width: 705px;
  height: 340px;
  z-index: 99;
  background: #272727; overflow: hidden;
  top: 73px;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.menu > li.posRel{position: relative;}
.menu > li .menu-list {
  left: 0 !important;
  text-align: left;
  min-width: 150px;
  width: 220px;
  height: auto !important;
  background: #0e0e0e;
  top: 72px;
  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}
.menu > li .menu-list a{
  display: block; width: 100% !important; height: auto !important; padding: 18px 15px; color: #fff; font-weight: 300; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,0.2)
}
.menu > li .menu-list a:hover{border-color: rgba(255,255,255,0.5); padding-left: 20px; color: rgba(255,255,255,0.5);}
.menu > li:hover .megadrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.menu > li > ul li ul, .menu li > ul li, .menu > li .megadrop, .menu > li > ul, .menu > li {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-outs;
}
.menu > li .megadrop > a{
  width: 235px; min-height: 100%; float: left; position: relative;
}
.menu > li .megadrop > a > div.img{
  position: absolute; width: 100%; height: 100%; background: center no-repeat; background-size: cover; opacity: 0.5; filter: alpha(opacity=50);
  -webkit-filter: grayscale(1); -moz-filter: grayscale(1); filter: grayscale(1);
  -moz-box-shadow:    inset 0 0 200px #000; -webkit-box-shadow: inset 0 0 200px #000; box-shadow: inset 0 0 200px #000;
}
.menu > li .megadrop > a > div.img:hover{
  opacity: 1; filter: alpha(opacity=100);
  -webkit-filter: grayscale(0); -moz-filter: grayscale(0); filter: grayscale(0);
}
.menu > li .megadrop > a > div.content{
  position: absolute; bottom: 0; width: 100%; padding: 25px 20px
}
.menu > li .megadrop > a > div.content h1{
  font-size: 20px; line-height: 20px; color: #fff; margin-bottom: 10px
}
.menu > li .megadrop > a > div.content span{
  background: #121212; color: #fff; font-size: 9px; font-weight: 600; padding: 3px 10px;
  -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
}
.menu > li .megadrop > a > div.img:hover ~ .content > span{
  background-color: #1159a6
}
/*Menu*/
header .menuBox .reservation, header .menuBox .reservation form.reserved{
  background: #202020; /* Old browsers */
  background: -moz-linear-gradient(left, #202020 1%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%,#202020), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #202020 1%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #202020 1%,#000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #202020 1%,#000000 100%); /* IE10+ */
  background: linear-gradient(to right, #202020 1%,#000000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
header .menuBox .reservation{
  float: left; width: 180px; height: 100%; padding: 12px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px
}
header .menuBox .reservation > a, #slides .slides-container > div.box .slideSep a, #content .info-contact > a, #content form.contact input[type="submit"]{
  float: left; width: 100%; height: 100%; text-transform: uppercase; color: #fff; line-height: 48px;
  background-color: #46bbff;
  background: -webkit-gradient(linear, left top, left bottom, from(#46bbff), to(#1965ff));
  background: -webkit-linear-gradient(top, #46bbff, #1965ff);
  background: -moz-linear-gradient(top, #46bbff, #1965ff);
  background: -ms-linear-gradient(top, #46bbff, #1965ff);
  background: -o-linear-gradient(top, #46bbff, #1965ff);
  box-shadow: inset 1px 1px 2px #96d6ff;
  -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
}
header .menuBox a.res-button{z-index: 2; cursor: pointer;}
header .menuBox .reservation > a:hover, #slides .slides-container > div.box .slideSep a:hover, #content .info-contact > a:hover, form.contact input[type="submit"]:hover{box-shadow: inset 2px 2px 2px rgba(12, 69, 155, 0.74)}
header .menuBox .reservation form.reserved{
  -webkit-border-bottom-right-radius: 50px; -moz-border-radius-bottomright: 50px; border-bottom-right-radius: 50px;
  position: absolute; display: none; text-align: right; padding: 20px; padding-top: 50px; color: #fff; right: 0; top: 40px; width: 100%; padding-bottom: 50px; z-index: -1;
}
header .menuBox .reservation form.reserved > div{
  float: left; width: 33.3%; margin-top: 10px; font-size: 11px; text-transform: uppercase; font-weight: 700
}
header .menuBox .reservation form.reserved > div label{height: 20px; float: right}
header .menuBox .reservation form.reserved > div input, header .menuBox .reservation form.reserved > div select{
  height: 30px; width: 100%; cursor: pointer;
}
header .menuBox .reservation form.reserved input[type="submit"]{
  height: 50px; margin-top: 25px; float: right; width: 30%; background: transparent; border: 2px solid #fff; color: #fff
}
header .menuBox .reservation form.reserved input[type="submit"]:hover{background: #1159a6; border: 0}
header .menuBox .reservation .srch-close{
  position: absolute;
  right: -33px; top: 50px; background: #000;
  z-index: 3; padding: 10px;
  cursor: pointer;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
header a.weatherBox{
  display: inline-block; cursor: pointer; margin-top: -6px; vertical-align: top; color: #fff; padding: 5px 0; text-align: center; width: 72px; height: 78px; background: url(../img/icon/weatherBg.png);
}
header a.weatherBox > span{display: block; font-size: 31px; height: 42px; line-height: 42px}
header a.weatherBox > p{font-size: 14px; font-weight: 700}

/**/
.md-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  min-width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.md-close{
  width: 45px;
  height: 45px;
  line-height: 44px;
  text-align: center;
  cursor: pointer; position: fixed; top: 30px; right: 30px;
}
.md-close:hover{
  background: #1159a6;
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0,0,0,0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-content {
  color: #fff;
  position: relative;
  margin: 0 auto; overflow: auto;
  height: 100%; padding: 30px
}
.md-effect-7{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
/**/

section#social{
  position: fixed; left: 0; top: 50%; width: 30px; min-height: 124px; margin-top: -62px; z-index: 5
}
section#social a{
  float: left; width: 30px; height: 30px; margin-bottom: 1px; background: #090909 url(../img/icon/social.png) no-repeat;
}
section#social a:hover{background-color: #00bdec}
section#social a.phone{background-position: 0 0}
section#social a.facebook{background-position: -30px 0}
section#social a.twitter{background-position: -60px 0}
section#social a.instagram{background-position: -90px 0}
footer{
  position: fixed; bottom: 0; width: 100%; z-index: 5
}
footer .back{background: #fafafa; width: 100%; min-height: 55px; line-height: 55px; text-align: center; float: left;}
footer .button{float: left; width: 100%; margin-bottom: 10px}
footer .button img{
  width: 320px; max-height: 65px; display: inline-block; margin: 0 2px;
  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
footer .button a:hover{
opacity: 0.85; filter: alpha(opacity=85);
}
footer h3 a{color: #a4a4a4}
footer h3 a:hover, #content .quick-menu > a:hover, #content .row3-2 > div:nth-child(1) > div.main-contact > p > span a:hover, a.view_cancel:hover{text-decoration: underline}
/**/
.tipper { 
  height: 1px; 
  left: -99999px; 
  position: absolute; 
  pointer-events: none; 
  top: -99999px; 
  width: 1px; 
}
.tipper .tipper-content { 
  color: #fff; 
  font-size: 13px;
  display: block; 
  float: left; 
  padding: 3px 10px; 
  position: relative; 
  white-space: nowrap;
  z-index: 10;
}
.tipper .tipper-content{
}
.tipper .tipper-caret { 
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-right-color: rgba(9, 9, 9, 0.9);
}
.tipper.right .tipper-content,
.tipper.left .tipper-content,
.tipper.top .tipper-content,
.tipper.bottom .tipper-content { 
  background: rgba(9, 9, 9, 0.9); 
}
.tipper.right .tipper-caret { 
  left: -12px; 
  top: 0; 
}
.tipper.left .tipper-caret { 
  right: -5px; 
  top: 0; 
}
.tipper.top .tipper-caret { 
  bottom: -5px; left: 0; 
}
.tipper.bottom .tipper-caret { 
  top: -5px; 
  left: 0; 
}
/**/

#content{
  float: left; width: 100%; padding: 330px 0 100px 0;
}
#content .quick-menu{
  text-align: center;
}
#content .quick-menu > a, #content .quick-menu > span{display: inline-block; font-size: 12px}
#content .quick-menu > a{font-weight: 600; padding: 2px 7px}
#content .quick-menu > a.active{background: #3ab4ff; color: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
#content .quick-menu > a.active:hover{text-decoration: none;}
#content .quick-menu > span{
  width: 5px; height: 9px; background: url(../img/icon/qArrow.png);
}
#content .row3-2 > div{width: 50%; position: relative; min-height: 670px; float: left; display: inline-block; vertical-align: top} #content .row3-2 > div h1, #content form.contact h1{font-size: 40px; position: relative; z-index: 1; margin-bottom: 30px}
#content .row3-2 > div:nth-child(1) > div:nth-child(1){background: #fff; height: 375px}
#content .row3-2 > div:nth-child(1) > div.main-contact:nth-child(1){height: 670px}
#content .row3-2 > div:nth-child(1) > div.main-contact > p{float: left; width: 100%; margin-bottom: 20px}
#content .row3-2 > div:nth-child(1) > div.main-contact > p > span a{color: #1159a6}
#content .row3-2 > div:nth-child(1) > div:nth-child(2){height: 295px; background: no-repeat center; background-size: cover; text-align: center; line-height: 235px}
#content .row3-2 > div:nth-child(1) > div{padding: 30px}
#content .row3-2 > div:nth-child(2){
  height: 670px; padding: 30px; color: #fff; font-size: 12px;
}
#content .row3-2 > div p{font-size: 14px; line-height: 20px}
#content .row3-2 > div #map-canvas{
  position: absolute; width: 100%; height: 100%; left: 0; top: 0; border: 0
}
#content .row3-2 > div:nth-child(2){
  background: linear-gradient(54deg, #8dc500, #3ab4ff, #ff3ab2);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 50s ease infinite;
  -moz-animation: AnimationName 50s ease infinite;
  animation: AnimationName 50s ease infinite;
}

@-webkit-keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes AnimationName { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

#content .info-contact{
  min-height: 190px; position: relative; background: #fff url(../img/icon/info-contact.jpg) left center no-repeat; padding: 30px;
}
#content .info-contact .text{
  position: absolute; max-width: 360px; top: 50px; left: 320px; font-size: 14px;
}
#content .info-contact .text h1{font-size: 40px}
#content .info-contact > a{max-width: 145px; max-height: 50px; text-align: center; position: absolute; top: 70px; right: 75px;}
#content form.contact{
  background: #f4f4f4; padding: 25px; padding-bottom: 100px
}
#content form.contact .left{float: left; width: 40%; font-size: 14px}
#content form.contact .left > div, #content form.contact input{float: left; width: 100%;}
#content form.contact input, #content form.contact textarea{
  height: 40px; background: #fff; border: 1px solid #bababa; padding: 0 10px
}
#content form.contact .left > div{margin-bottom: 10px} #content form.contact label{height: 30px; cursor: pointer; float: left;}
#content form.contact .right{float: right; width: 50%}
#content form.contact textarea{width: 100%; margin-bottom: 20px; resize: none; padding: 10px; height: 185px}
#content form.contact .security {position: relative; float: left;}
#content form.contact .security img {
  position: absolute; left: 3px; top: 3px; width: 86px; height: 44px;
}
#content form.contact .security input {
  padding-left: 100px; height: 50px; width: 270px; font-size: 14px
}
form.contact input[type="submit"]{max-width: 145px; max-height: 50px; float: right !important; font-size: 20px}

/**/
.owl-carousel .item{
display: block;
margin: 10px 5px;
text-align: center;
}
.owl-carousel .item img{
width: 100%;
height: auto;
}
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-item{
  float: left;
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
  cursor:url(../img/icon/grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px 0;
  padding: 0 10px;
  font-size: 12px;
  background: #2f2f2f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div:last-child{
  background: #0c0c0c;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
}
.owl-item.loading{
  min-height: 150px;
  background: url(../img/icon/loading.gif) no-repeat center center
}
.owl-pagination{
  position: relative;
  bottom: 0;
  z-index: 2; text-align: center;
}
.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page:first-child{
  margin-left: 0;
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 30px;
  height: 10px;
  margin: 0 2px;
  border: 1px solid #121212;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.owl-theme .owl-controls .owl-page.active span{
  background: #1159a6; border-color: transparent;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #121212;
}
/**/
.smallImage:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#content .imgBox{
  position: relative;
}
#content .imgBox a img{width: 100%}
#content .imgBox > div{
  float: left; background: #fff; width: 100%; padding: 40px 30px;
}
#content .imgBox > div h1{font-size: 40px;margin-bottom: 35px;}
#content .imgBox > div p{font-size: 14px}
a.view_cancel{color: #fff; font-size: 11px; font-weight: 700;}
header nav.mobile-menu{
  display: none;
  float: left; height: 72px; background: #000
}
header nav.mobile-menu > button{color: #fff; padding: 0 15px; float: left; line-height: 72px}
header nav.mobile-menu > button:hover{background: #1159a6}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(17,89,166,0.9);
  overflow-y: auto;
}
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  cursor: pointer;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay ul li.lang > a{display: inline-block; margin: 0 10px}
.overlay ul li.lang > a h2{color: #ccc; font-size: 16px}
.overlay ul li.lang > a.active{background: #fff; width: 40px; height: 40px; text-align: center; line-height: 40px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.overlay ul li.lang > a.active h2{color: #1159a6}
.overlay ul li.open{
  height: auto; min-height: auto;
}
.overlay ul li.bottomLink ul{display: none;}
.overlay ul li.bottomLink ul.open{display: block;}
.overlay ul li.bottomLink ul li{
  height: auto; min-height: 20px; margin: 2vw 0
}
.overlay ul li.bottomLink ul li a{position: relative;}
.overlay ul li.bottomLink ul li a:after{
  content: ""; position: absolute; background: url(../img/icon/qArrow2.png) left center no-repeat; width: 5px; height: 9px; left: -13px; top: 7px;
}
.overlay ul li.bottomLink a{color: #f0f0f0; cursor: pointer;}
.overlay ul li a h2 {
  font-size: 4vw;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a h2:hover,
.overlay ul li a h2:focus,
.overlay ul li.bottomLink a:hover {
  color: #ccc;
}
.overlay-door {
  visibility: hidden;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
  transition: width 0.5s 0.3s, visibility 0s 0.8s;
}
.overlay-door.open {
  visibility: visible;
  width: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.overlay-door nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.overlay-door nav,
.overlay-door .overlay-close {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.overlay-door.open nav,
.overlay-door.open .overlay-close {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.overlay-door.close nav,
.overlay-door.close .overlay-close {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}

@media (min-width: 979px) and (max-width: 1334px) {
  .container {width: 960px;}
}
@media (min-width: 280px) and (max-width: 1334px) {
  footer .button img {width: 32%}
}
@media (min-width: 280px) and (max-width: 991px) {
  header nav.large-menu{display: none;}
  header nav.mobile-menu{display: block;}
  header .menuBox .reservation form.reserved > div{width: 100%}
}
@media (min-width: 768px) and (max-width: 979px) {
  .container {width:720px;}
  #content .info-contact > a{left: 20px}
  #content form.contact .right{width: 350px}
  #content form.contact .security, #content form.contact .security input{width: 100%;}
  #content form.contact input[type="submit"]{float: left !important;margin-top: 20px;}
}
@media (min-width: 600px) and (max-width: 767px) {
  .container {width:560px;}
}
@media (min-width: 280px) and (max-width: 767px) {
  #content .row3-2 > div, #content .row3-2 > div:nth-child(2), #content .info-contact .text, #content form.contact .left, #content form.contact .right, #content form.contact .security, #content form.contact .security input{width: 100%}
  #content .info-contact .text{max-width: 100%; left: 0; right: auto; top: 0; position: relative; float: left;}
  #content .info-contact > a{position: relative; float: left; top: 0; right: 0; left: 0; margin-top: 20px}
  #content .info-contact{background: #fff; height: auto;}
  #content .row3-2 > div:nth-child(1) > div:nth-child(1), #content .row3-2 > div:nth-child(2){height: auto; min-height: auto}
  #content form.contact input[type="submit"]{float: left !important;margin-top: 20px;}
}
@media (max-width: 599px) {
  .container {width: 96%}
  header .menuBox a.logo{width: 180px} header .menuBox a.logo img{width: 70%}
  header .menuBox .reservation{width: 160px}
  header .menuBox a.res-button h1{font-size: 16px !important}
  header a.weatherBox{display: none;}
  .md-close{top: 10px; right: 10px}
  header .menuBox .reservation form.reserved input[type="submit"]{width: 100%}
}
@media (min-width: 599px) {
  .overlay ul li.mbl{display: none;}
}

#phobs_book{
  display:block !important;
}

.srch-close{
  display: none
}