/* ==============

	style.css

============== */

@media (max-width: 1499px) {
  
}

@media (max-width: 1389px) {
  
}

@media (max-width: 1259px) {
  .btn-book{
	width: 160px;
  }
  .m-nav-list {
  	margin-right: -20px;
  }
  .m-nav-text {
	  padding: 0 10px;
  }
  .m-nav__wrap-close-btn {
    display: none;
    position: fixed;
    top: 90px;
    right: 50px;
  }
  .m-languages-text {
    font-size: 12px;
    color: #fff;
  }
  
  /**/
  /*.main-intro { bottom: 140px }*/
  .main-intro h1 {
	font-size: 36px;
  }
  .main-intro h1::after {
	margin: 15px auto;
  }
  .main-intro p {
	font-size: 18px;
  }
}

@media (max-width: 969px) {
#main-header .et_menu_container_custom #et-top-navigation {
    padding-left: 0!important;
    display: inline-block;
    float: right;
}
  .logo-nav {
    width: 340px;
    height: 64px;
  }
  .btn-book{
	width: 100%;
  }
  .m-nav {
    height: 100px;
  }
  .m-nav-right {
    /*top: 100%;
    width: 100%;*/
    z-index: 1;
  }
  .m-nav-left {
    left: 115px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .m-nav__wrap-close-btn {
    right: 20px;
    top: 90px;
    z-index: 2;
  }
  .m-nav-wrap-toggle {
    display: block;
    position: absolute;
    right: 216px;
    top: 0;
	cursor: pointer;
  }
  .m-nav-wrap-toggle {
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .m-nav-center {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 64px;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .m-nav-center:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
  }
  .m-nav-center:after {
    width: 140px;
    height: 280px;
    overflow: hidden;
    font-family: 'icomoon';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 278px;
    color: #efefef;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /*.m-nav-item-languages { display: none !important }*/
  
  .m-nav-item {
    border-bottom: 1px solid #cbcbcb;
  }
  .m-nav-item:last-child {
    padding-bottom: 20px;
  }
  .m-nav-item:nth-last-child(2) {
    border-bottom: 0;
  }
  
  /**/
  .main-intro h1 {
	font-size: 30px;
  }
  
  .btn-explore { margin-top: 20px; }
  .btn-scroll,
  .btn-video,
  .slick-dots {display: none !important }
}
@media (max-width: 812px) {
  .main-intro {
    bottom: calc(50% - 30%);
  }
  .main-intro h1 {
    font-size: 24px;
  }
  .main-intro p {
    font-size: 14px;
  }
  .btn-explore a {
	font-size: 12px;  
  }
  .arrow-right::after {
	width: 8px;
	height: 8px;
	top: -7px; 
  }
}
@media (max-width: 767px) {
  .btn-book{
    width: 100%;
  }
  /*.btn-book-text {
    line-height: 60px;
  }*/
  .m-nav {
    height: 100px;
  }
  .m-nav-center {
    z-index: 2;
    top: 60px;
    padding: 20px 0;
  }
  /*.m-nav-item-languages { 
  	display: none !important
  }*/
}

@media (max-width: 599px) {
  .toggle-nav-text {
    display: none;
  }
  .toggle-nav-icon {
    width: 32px;
    height: 32px;
  }
  .logo-nav {
    width: 190px;
  }
  .btn-book-text {
    font-size: 24px;
  }
  .m-nav {
    height: 75px;
  }
  .m-nav-center {
    top: 47px;
  }
  .m-nav-wrap-toggle {
    right: 5px;
  }
  .m-nav__wrap-close-btn {
    top: 56px;
    right: 8px;
  }
  .m-nav-item:last-child {
    border-bottom: 0;
    padding: 0;
  }
  
  /**/
  .main-intro h1 {
	font-size: 24px;
  }
  .main-intro h1::after {
	margin: 10px auto;
  }
  .main-intro p {
	font-size: 15px;
  }
  .btn-explore {
	margin-top: 15px;
  }
  .btn-explore a {
    font-size: 12px;
    border: 2px solid #fff;
	border-radius: 5px;
    padding: 8px 10px;
  }
  .arrow-right::after {
	 height: 8px;
     width: 8px; 
	 top: -7px;
  }
  .toggle-nav-icon { right: 10px; }
}

@media only screen and (max-width: 480px) {
  /*.m-nav-left {
    left: calc(50% - 30px);
  }*/
}

/* ==============

	form.css

============== */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .booking-form select + span {
	  position: absolute;
	  top: 40px;
	  right: 12px;
	  display: block;
	  border-top-width: 5px;
	  border-top-style: solid;
	  border-right: 5px solid transparent;
	  border-left: 5px solid transparent;
  }
}

/*@media only screen and (min-width: 768px)  {

}

@media only screen and (min-width: 990px)  {

}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 480px) {
  .booking-form select,
  .booking-form input[type="text"] {
	  font-size: 11px;
  }
}*/