/*
Theme Name: Burasari Phuket
Theme URI: https://studiobkk.com/
Description: Designed for Wordpress 4.x.x
Author: Studio BKK
Author URI: https://studiobkk.com/
Version: 1.0
Text Domain: _studiobkk
*/

@font-face{font-family:'Hipster';
src:url('includes/fonts/Hipster.eot');
src:url('includes/fonts/Hipster.eot?#iefix') format('embedded-opentype'),
url('includes/fonts/Hipster.woff') format('woff'),
url('includes/fonts/Hipster.ttf') format('truetype'),
url('includes/fonts/Hipster.svg') format('svg');
font-weight:normal;font-style:normal;}

@font-face{font-family:'Ludicrous';
src:url('includes/fonts/Ludicrous.eot');
src:url('includes/includes/fonts/Ludicrous.eot?#iefix') format('embedded-opentype'),
url('includes/fonts/Ludicrous.woff') format('woff'),
url('includes/fonts/Ludicrous.ttf') format('truetype'),
url('includes/fonts/Ludicrous.svg') format('svg');
font-weight:normal;font-style:normal;}

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#weather i {
  color: #fff;
  font-family: weather;
  font-size: 7em;
  font-weight: normal;
  font-style: normal;
  line-height: .8;
  text-transform: none;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 100px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#weather ul {
  margin: 0;
  padding: 0;
}

#weather li {
  background: #fff;
  background: rgba(255,255,255,0.90);
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

#weather .currently {
  margin: 0 20px;
}

.sub {
	font-weight: 600;
}

/*
COMMON
**********************/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    color: #fff;
}
a:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #00aaac;
}
input,
textarea {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
input:focus,
textarea:focus {
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
section {
    width: 100%;
    position: relative;
    padding: 80px 0;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
body {
    font-family: 'Open Sans',Arial,sans-serif;
    letter-spacing: .5px;
    overflow-x: hidden;
    font-size: 13px;
    color: #3e3e3e;
    background-color: transparent;
}
a.link-studiobkk {
	color: #a1a1a1;
}



/* Header
########## */
.navbar-header {
	padding: 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	/*height: 80px;
    padding-bottom: 70px;*/
}
.navbar-header .container {
	height: 100%;
	border-bottom: 1px solid rgba(255, 255, 255,.3);
	/*padding: 8px 0 16px;*/
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	
	/*background-color: #fff;*/
}
.navbar-brand {
	max-width: 120px;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /*margin-top: 85px;*/
 
    
}
.navbar-brand.small {
	max-width: 120px;
}
.navbar-brand img {
	/*width: 220px;*/
}
.navbar-gradian {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.navbar-expand-lg .navbar-collapse {
	/*display: inline-block !important;
	display: flex;*/
}
.navbar-social {
	margin: 0 1em;
}
.navbar-social a {
	margin: 0 .3em;
	color: #fff;
	font-size: 1.5em;
}
.navbar-social img {
	max-width: 25px;
	max-height: 25px;
	vertical-align: baseline;
}
.navbar-book a {
	padding: 1em 3em;
	font-size: 1em;
	background-color: #00aaac;
	color: #fff;
	font-weight: 600;
}
.navbar-book a:hover,
.navbar-book a:focus,
.home-gallery:hover,
.home-gallery:focus,
a.offer-book:hover,
a.offer-book:focus,
a.room-book:hover,
a.room-book:focus,
.room-link-detail:hover,
.room-link-detail:focus,
a.room-book-details:hover,
a.room-book-details:focus,
.offer-link-detail:hover,
.offer-link-detail:focus {
	-webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -o-filter: brightness(90%);
    -ms-filter: brightness(90%);
    filter: brightness(90%);
}
.navbar-light .navbar-nav .active>.nav-link {
	color: #327690;
}
.dropdown:hover .dropdown-menu,
.dropdown .dropdown-menu.show {
	display: block;
}
.dropdown .dropdown-menu {
	display: none;
}
.dropdown-menu {
    display: none;
    right: auto !important;
    background-color: #fff;
    border: none;
    margin-top: 0 !important; 
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 230px;
    padding: 0;
}

.dropdown-menu>a {
    display: block;
    padding: 12px 25px;
    clear: both;
    
    line-height: 1.42857143;
    color: #1a6e90;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #00aaac;
}




/* Hero
########## */
.hero {
	height: 160vh;
	background: url(includes/img/hero-phuket-11.jpg) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.hero-inner {
	position: relative;
	height: 100%;
}
.hero-title {
	position: absolute;
	top: 100px;
	right: 0;
	display: inline-block;
	font: 5em 'MoonFlower_B',Arial,sans-serif;
	color: #fff;
	letter-spacing: -3px;
	line-height: 1em;
}
.hero-baget {
	position: absolute;
	right: 5%;
    bottom: 45%;
	display: inline-block;
	max-width: 170px;
	z-index: 10;
}
.hero-baget img {
	
}
.hero-link {
	position: absolute;
    left: 0;
    top: 30%;
    color: #fff;
    transform: translateY(-50%);
    padding: 0 15px;
}
.hero-link h1 {
	font: bold 7em 'Ludicrous', Arial, sans-serif;
	line-height: .9em;
	
	margin: 15px 0 0;
	
}
h1.hero-main {
	font: bold 8.5em 'Ludicrous', Arial, sans-serif;
	letter-spacing: 5px;
	line-height: .9em;
	
	margin: 15px 0 0;
}
.hero-link hr {
	border-top: 2px solid rgba(255,255,255,.3);
	margin: 15px 25% 30px 0;
	width: 50%;
}
.hero-link p {
	padding-right: 30%;
	font-size: 16px;
}
.hero-link .sub {
	font-size: 15px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 600;
}
.hero-link ul {
	padding: 0;
	margin-top: 25px;
    font-weight: 600;
}
.hero-link li {
	display: inline-block;
	
}
.hero-link li>a {
	margin-right: 30px;
	color: #fff;
	font-size: 14px;
}
.hero-link img {
	max-width: 40px;
	vertical-align: middle;
	margin-right: 1em;
}
.home-overlay-left {

    position: absolute;
    top: 0;
    right: 70%;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}
.home-overlay-right {

    position: absolute;
    top: 0;
    left: 70%;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}
.jumbotron video {
	position: absolute;
	object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
}	
.arrow-down-home {
	position: absolute;
	bottom: 38%;
	left: 50%;
	transform: translateX(-50%);
}
.arrow-down-home a,
.arrow-down-home a:hover,
.arrow-down-home a:focus {
	color: #fff;
}
.arrow-down-home .fa {
    font-size: 3em;
    margin-left: 5px;
    margin-top: 25px;
}
.hero-inner-mobile .arrow-down-home {
	bottom: 60px;
}




/* Home-2
########## */
#home-2 {
	/*margin-top: -55vh;*/
	background: url(includes/img/bg-home-2-blue-1.png) no-repeat center left; 
    /*background-size: 100%;*/
    background-size: cover;
    z-index: 2;
    padding-bottom: 40px;
    margin-top: -3px;
}
.bg-home-2-2 {
	/*position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	margin-top: -175px;
	max-width: 15%;
	max-width: 250px;*/
	position: relative;
	text-align: right;
	margin-top: -550px;
}
.bg-home-2-2 img {
	max-width: 15%;
}
.bg-home-2-4 {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	max-width: 250px;
}
.home-2-top {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.home-2-content {
	color: #fff;
	margin-top: 18px;
}
.home-2-content .sub {
	font-style: .8em;
	font-weight: 600;
}
.home-2-content h2 {
	font-family: 'Merriweather', Arial, sans-serif;
	margin: .5em 0; 
}
.home-2-content a.link {
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
}
.home-2-content a.link:hover,
.home-2-content a.link :focus {
	color: #fff;
}
.home-2-content p {
	padding-right: 15px;
}




/* Testimonial
########## */
.testimonial-logo,
.testimonial-weather {
	text-align: center;
	color: #fff;
}
.testimonial-logo img {
	max-width: 60px;
	margin-bottom: 10px;
}
.testimonial-logo p {
	margin-bottom: 10px;
}
.testimonial-logo .link {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.testimonial-bullet img {
    max-width: 12px !important;
}
.testimonial-section {
	padding: 0 7%;
}
.testimonial-section .title {
	font-family: 'Merriweather', Arial, sans-serif;
	margin: 0 0 .5em 0; 
	font-size: 1.5rem;
}
.testimonial-weather img {
	max-width: 40px;
    margin-bottom: 15px;
}
.trip-home {
    text-align: center;
    color: #fff;
    font-size: .7rem;
}
.trip-home img {
	max-width: 120px;
	margin-bottom: 15px;
}
.trip-home a,
.trip-home a:hover,
.trip-home a:focus {
	color: #01adb5;
}
.testimonial-section .trip-room-author {
	font-size: 13px;
	color: #01adb5;
	margin-bottom: 10px;
}
.testimonial-section .title {
	margin: 0;
}




/* Home Offer
########## */
#offer {
	background-color: #fff;
}
.bg-home-2-3 {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	/*max-width: 25%;*/
	max-width: 15%;
	margin-top: -1px;
}
.offer-content {
	/*color: #16686a;*/
	padding-top: 25px;
}
.offer-content .sub {
	color: #1fa7c4;
	font-weight: 600;
}
.offer-content h2 {
    font-family: 'Merriweather', Arial, sans-serif;
    margin: .5em 0;
    color: #1a6e90;
}
.offer-content ul {
	padding: 0;
	list-style: none;
}
.offer-content li {
	margin-bottom: .3em;
}
.offer-content li a {
    letter-spacing: 1.2px;
    color: #1a6e90;
    text-transform: uppercase;
}
.offer-content  p {
	/*margin-bottom: 25px;*/
}
.offer-item {
	border: none;
	margin-bottom: 25px;
	position: relative;
}
.offer-item .badget {
	position: absolute;
	top: 25px;
	right: 25px;
	max-width: 100px;
}
.offer-content-item {
	padding: 25px;
	margin-right: 10%;
	width: 100%;
	background: linear-gradient(-45deg, transparent 40%, #f5f5f5 40%) 0 100%;
}
h4.offer-title {
	font-family: 'Merriweather', Arial, sans-serif;
    margin: .5em 0;
    color: #1a6e90;
}
.offer-content-item p {
	color: #363636;
	width: 60%;
}
a.offer-book {
	padding: 1em 3em;
    background-color: #00aaac;
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 600;
}
.offer-link-detail {
	color: #00aaac;
	font-size: 15px;
}
.offer-sub {
	color: #1fa7c4;
	font-weight: 600;
}




/* Home-room 
########## */
#home-room {
	background-color: #f5f5f5;
}
.home-room-content p {
	padding-right: 15px;
}
.home-room-content {
	/*color: #16686a;*/
}
.home-room-content .sub {
	color: #1fa7c4;
	font-weight: 600;
}
.home-room-content h2 {
    font-family: 'Merriweather', Arial, sans-serif;
    margin: .5em 0;
    color: #1a6e90;
}
.home-room-content ul {
	padding: 0;
	list-style: none;
}
.home-room-content li {
	margin-bottom: .3em;
}
.home-room-content li a {
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1a6e90;
}
.tasty-item ul ul {
	padding: 0;
	list-style: none;
}
.tasty-item ul li {
	margin-bottom: .3em;
}
.tasty-item ul li a {
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1a6e90;
}
.home-room-content p {
	margin-bottom: 25px;
}
.home-room-top {
	/*padding-top: 40px;*/
    margin-bottom: 40px;
}
.room-content-item {
	padding: 25px;
	/*padding-bottom: 75px;*/
	margin-right: 10%;
	width: 100%;
	background: linear-gradient(-45deg, transparent 39%, #ffffff 39%) 0 100%;
}
.room-content-item .badget {
	position: absolute;
	top: 25px;
	right: 25px;
	max-width: 100px;
}
h4.room-title {
	font-family: 'Merriweather', Arial, sans-serif;
    margin: .5em 0;
    font-size: 2rem;
    color: #1a6e90;
}
.room-content-item p {
	color: #363636;
	width: 55%;
	margin-bottom: 15px;
}
a.room-book {
	padding: 1em 3em;
    background-color: #00aaac;
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 600;
}
.room-link-detail {
	color: #00aaac;
	font-size: 15px;
}
.room-sub {
	color: #1a6e90;
	text-transform: uppercase;
	font-weight: 600;
}
.link-calousel {
	/*position: absolute;*/
	bottom: 45px;
	left: 25px;
	display: flex;
}
.link-arrow-l {
	display: inline-block;
	height: 30px;
	width: 15px;
	background: url('includes/img/arrow-l.png') no-repeat;
	background-size: auto 30px;
	float: left;
	margin-right: 8px;
}
.link-arrow-l:hover {
	background: url('includes/img/arrow-l-hover.png') no-repeat;
	background-size: auto 30px;
}
.link-arrow-r {
	display: inline-block;
	height: 30px;
	width: 15px;
	background: url('includes/img/arrow-r.png') no-repeat;
	background-size: auto 30px;
	margin-left: 8px;

}
.link-arrow-r:hover {
	background: url('includes/img/arrow-r-hover.png') no-repeat;
	background-size: auto 30px;
}
.seperate-arrow {
	font-size: 30px;
	float: left;
	line-height: 1em;
	color: #e2e2e2;
	font-weight: bold;
}
.view-all {
	color: #01adb5;
	margin-top: 4px;
    margin-left: 10px;
}
.view-all:hover {
	color: #01adb5;
}
.offer-calousel {
    display: flex;
}
ul.image {
	display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
ul.image li {
	display: inline-block;
}
ul.image li img {
	max-width: 150px;
	margin-left: 15px;
}
.home-room-video {
    margin-bottom: 40px;
}




/* Tasty
########## */
#tasty {
	background: #fff url(includes/img/bg-tasty.jpg) no-repeat top right;
	background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.tasty-item {
	width: 45%;
	padding-bottom: 100px;
}
.tasty-item h2 {
    font-family: 'Merriweather', Arial, sans-serif;
    margin: .5em 0;
    color: #1a6e90;
}
.tasty-item ul {
	padding: 0;
	list-style: none;
}
.tasty-item li {
	margin-bottom: .3em;
	letter-spacing: 1.2px;
	color: #1a6e90;
	text-transform: uppercase;
}
.tasty-item  p {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(190,190,190,.4);
}
.logo-tasty {
	max-width: 400px;
    margin-left: -20px;
	margin-bottom: 25px;
}
.tasty-item .sub {
	color: #1fa7c4;
	font-weight: 600;
}
.tasty-wrapper {
    margin-bottom: 500px;
}




/* Explore
########## */
#explore {
	margin-top: -300px;
	display: table;
}
.bg-left {
	width: 58.33333333%;;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-right {
	width: 41.666667%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}
.explore-item {
	color: #fff;
	padding: 40px 10% 120px 70px;
		
}
.explore-item h2 {
    font-family: 'Merriweather', Arial, sans-serif;
    margin: .5em 0;
}
.explore-item ul {
	padding: 0;
	list-style: none;
}
.explore-item li {
	margin-bottom: .3em;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.explore-item  p {
	margin-bottom: 25px;
}
.explore-item .sub {
	font-weight: 600;
}




/* Resort
########## */
#resort {
	
}
.resort-item {
	color: #fff;
	margin-bottom: 300px;
}
.resort-item h2 {
    font-family: 'Merriweather', Arial, sans-serif;
    margin: .5em 0;
}
#resort .bg-left {
    width: 41.666667%;
}
#resort .bg-right {
    width: 58.33333333%;
}



/* Map
########## */
#map {
	padding: 0;
}
#contactmap {
    width: 100%;
    height: 700px;
}
.bg-r-bt {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	max-width: 25%;
	margin-top: -10px;
	z-index: 1;
}
.mapouter {
    width: 100%;
    margin: 0;
}
.mapouter iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}
.mapouter iframe.clicked{
    pointer-events: auto;
}




/* Home Gallery
########## */
#home-gallery {
	padding: 0;
}
#home-gallery a img {
	width: 100%;
}
.col-gal {
	position: relative;
    float: left;
    background-color: rgba(1, 173, 181, 0.1);
}
.website-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
    background-color: rgba(1, 173, 181, 0.1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.text {
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.text .text-title {
	font-family: 'Merriweather', Arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
}
.text p {
	margin-bottom: 0;
}
.text img {
	max-width: 20px;
}
.col-gal:hover .text {
	opacity: 1;
}
.col-gal:hover .website-overlay {
    background-color: rgba(1, 173, 181, 0.7);
}
.hide-gal {
    display: none;
}





/* Footer
########## */
footer {
	position: relative;
	background-color: #f0f0f0;
	padding: 80px 0;
	color: #a1a1a1;
}
.footer-top {
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(118,118,118,.2);
}
.footer-top img {
	max-width: 100px;
}
.footer-top p {
	font-size: .8em;
	margin-top: 10px;
}
.footer-top .contact-tel a {
	color: #00aaac;
	font-size: 1.8em;
}
.center {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.footer-text {
	font-size: 3.5em;
	color: #b6b6b6;
	font-weight: bold;
}
.block-social {
    display: inline-block;
}
.block-social ul {
	padding: 0;
	margin: 0;
}
.block-social li:first-child {
    margin-left: 0;
}
.block-social li {
    display: inline-block;
    margin-left: 5px;
}
.block-social a {
    padding: 5px;
    background-color: #dbdbdb;
    text-align: center;
}
.block-social .fa {
    font-size: 20px;
    width: 20px;
    vertical-align: middle;
    color: #fff;
}
.form-contact {
    display: inline-block;
}
.form-inline .form-control {
	border: none;
	border-radius: 0;
}
.btn {
	border: none;
    border-radius: 0;
    background-color: #00aaac;
    color: #fff;
}
.footer-logo img {
	vertical-align: middle;
}
.footer-bottom {
	text-align: center;
}
.footer-bottom p {
	margin-top: 15px;
}
.footer-logo {
	margin-top: 40px;
}
.footer-logo ul {
	list-style: none;
	/*display: flex;
	-ms-flex-direction: row;
    flex-direction: row;*/
    padding: 0;
}
.footer-logo li {
	margin: 0 15px;
	/*display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;*/
    display: inline-block;
}
.footer-logo .logo-wrapper {

}
.footer-logo img {
	vertical-align: middle;
	max-height: 70px;
}


/* Page 
########## */
.page-header {
	height: 900px;
	position: relative;
}
.header-wrapper {
	position: relative;
	height: 100%;
}
#page-body {
	background: url(includes/img/bg-page-blue.png) no-repeat top center;
    background-size: 100%;
    margin-top: -455px;
    padding-top: 20px;
}
.hero-page {
	/*top: 30%;*/
}
.page {
	background-color: #f5f5f5;
}
.arrow-down {

}
.arrow-down .fa {
	font-size: 3em;
	margin-left: 5px;
	margin-top: 25px;
}
.option-room {
	color: #1a6e90;
	font-size: 15px;
	margin-bottom: 25px;
}
.option-room span {
	color: #01adb5;
	margin-right: 10px;
}
.room-page-item {
	padding-bottom: 25px;
	min-height: 300px;
}
.page-badget {
	bottom: auto;
	right: 0;
	top: 20%;
	z-index: 1;
}
.bg-pagr-top {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin-top: -315px;
    max-width: 350px;
}
.option-details {
	margin-bottom: 20px;
}
.option-details-room {
	margin-bottom: 15px;
}
.option-link {
	display: inline-block;
}
.option-link a {
    margin-right: 30px;
    color: #fff;
    font-size: 14px;
}
.option-link a img {
    max-width: 40px;
    vertical-align: middle;
    margin-right: 1em;
}
.option-link .details-logo {
	max-width: 40px;
	display: inline-block;
}
.option-link-r {
	display: inline-block;
	float: right;
	/*margin-top: 8px;*/
}
.option-link-r a {
	color: #fff;
	background-color: #1e9ab8;
    padding: 10px 15px;
    border-radius: 10px;
    display: none;
}
.option-link-r a img {
    max-width: 40px;
    vertical-align: middle;
    margin-left: 5px;
}
.option-link-l {
	display: inline-block;

}
.trip-room-l {
	display: inline-block;
	padding-right: 15px;
	vertical-align: super;
}
#trip-slider-room {
	display: inline-block;
	border-left: 1px solid rgba(255,255,255,.5);
}
.trip-room-slide {
    display: inline-block;
    color: #fff;
    margin-left: 15px;
}
.trip-room-author {
	font-size: .7rem;
}
.trip-room-head {
    font-size: 1.2rem;
    font-family: 'Merriweather', Arial, sans-serif;
}
.option-link-l .details-logo {
    /* max-width: 40px; */
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.trip-room-detail {
	float: left;
}
.trip-room-detail p {
	margin-bottom: 0;
	color: #fff;
	font-size: .7rem;
}
.option-room-home {
	font-size: 15px;
	color: #00aaac;
	margin-bottom: 15px;
}
.option-room-detail {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	float: right;
}
.option-room-home span {
    font-weight: bold;
}
.option-room-detail span {
	font-weight: bold;
}
.detail-gallery .carousel-control-prev-icon {
	background-image: url('includes/img/arrow-l.png');
	background-size: auto 30px;
}
.detail-gallery .carousel-control-next-icon {
	background-image: url('includes/img/arrow-r.png');
	background-size: auto 30px;
}
.detail-gallery .carousel-control-next-icon, 
.detail-gallery .carousel-control-prev-icon {
	height: 30px;
    width: 15px;
}
.details-content {
	background-color: #fff;
	padding: 35px 35px 55px;
	color: #363636;
	margin-bottom: 80px;
}
ul.double {
	list-style: none;
    padding: 0;
    margin: 0;
}
.double li { 
	width:50%;
	float:left;
	padding-left: 1em; 
    text-indent: -.7em;
    margin-bottom: 3px;
}
.double li::before {
  content: "•  ";
  margin-right: .5em;
  color: #01adb5; 
}
.room-details-r {
	background-color: #fff;
	padding: 25px;
	margin-top: -120px;
	-webkit-box-shadow: 0px -39px 62px -16px rgba(0,0,0,0.25);
-moz-box-shadow: 0px -39px 62px -16px rgba(0,0,0,0.25);
box-shadow: 0px -39px 62px -16px rgba(0,0,0,0.25);
}
a.room-book-details {
    padding: .94em 3em;
    font-size: 1em;
    background-color: #00aaac;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 35px;
    position: relative;
    font-weight: 600;
}
a.room-book-details:after {
	content: '';
	display: block;  
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-top: 50px solid #00aaac;
	border-right: 50px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0 solid transparent;
}
ul.book-room {
	margin-top: 15px;
	list-style: none;
    padding: 0;
    font-size: 1.2em;
    margin-bottom: 25px;
}
.book-room li { 
	padding-left: 1em; 
    text-indent: -.7em;
    color: #00aaac;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.book-room li::before {
  content: "•   ";
  margin-left: -6px;
  color: #ababab; 
}
ul.book-room-home {
	margin-top: 15px;
	list-style: none;
    padding: 0;
    font-size: 1.2em;
    margin-bottom: 50px;
}
.book-room-home li { 
	padding-left: 1em; 
    text-indent: -.7em;
    color: #1a6e90;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.book-room-home li::before {
  content: "•   ";
  margin-left: -6px;
  color: #ababab; 
}
.details-contact .room-sub {
	margin-bottom: 15px;
	color: #1a6e90;
	font-weight: 600;
}
.details-contact a {
	color: #ababab;
	font-size: 1.2em;
}
.title-more {
	text-align: center;
	margin-bottom: 80px;
	font-family: 'Merriweather', Arial, sans-serif;
    margin: .5em 0 1em;
    font-size: 2rem;
    color: #16686a;
}
.title-more:after {
    margin: 5px auto;
    background-image: url(includes/img/arrow-d.png);
    background-repeat: no-repeat;
    background-size: 30px 15px;
    display: block;
    width: 30px;
    height: 15px;
    content: "";
    text-align: center;
}
#trip-slider {
    margin-right: 15%;
}




/* Offer
########## */
.offer-text {
    font-size: 15px;
    letter-spacing: .5px;
    color: #fff;
    text-align: right;
    margin-bottom: 40px;
}
.block-linkmore a {
    color: #00aaac;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.block-linkmore .fa {
	padding: 2px 8px;
	color: #00aaac;
}




/* Resturant
########## */
.trip-header {
	color: #1fa7c4;
	margin-bottom: 15px;
}
.trip-header img {
	max-width: 50px;
	margin-right: 5px;
}
.trip-slide-author {
	color: #1fa7c4;
	margin-top: 15px;
}
.trip {
	position: relative;
}
.trip .carousel-control-next {
	width: 5%;
}
.trip .carousel-control-next-icon, .trip .carousel-control-prev-icon {
    height: 30px;
    width: 15px;
}
.trip .carousel-control-next-icon {
    background-image: url(includes/img/right-blue.png);
    background-size: auto 30px;
}




/* Contact
########## */
.contact-content {
    background-color: #fff;
    padding: 35px 35px 55px;
    color: #363636;
    margin-bottom: 80px;
}
.contact-sub {
	color: #1fa7c4;
	font-size: 1em;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.contact-title {
	font-family: 'Merriweather', Arial, sans-serif;
    margin: .5em 0;
    font-size: 2rem;
    color: #1a6e90;
}
.room-contact-l a {
	color: #363636;
	text-decoration: underline;
}
.form-group {
    margin-bottom: .8rem;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-color: #f5f5f5;
    border-radius: 0;
    display: block;
    height: 37px;
    font-size: .8rem;
    color: gray;
    border: 2px solid #f5f5f5;
    letter-spacing: 1px;
    box-shadow: none;
    line-height: 2;
}
textarea.form-control {
	height: auto;
}
.form-control:focus {
    border-color: #00aaac;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b8b8b8;
  text-transform: uppercase;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #b8b8b8;
  text-transform: uppercase;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #b8b8b8;
  text-transform: uppercase;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #b8b8b8;
  text-transform: uppercase;
}
.room-contact-l {
    border-right: 1px solid #d6d6d6;
    padding-right: 0;
}
.room-contact-r {
	padding-left: 30px;
}
.btn-contact {
    padding: 1em 2em 1em 3em;
    font-size: 1.2em;
    background-color: #00aaac;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.btn-contact:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #00aaac;
    border-right: 50px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
}
.btn-contact:hover,
.btn-contact:focus {
	-webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -o-filter: brightness(90%);
    -ms-filter: brightness(90%);
    filter: brightness(90%);
}



/* Fix
########## */
.w-60 {
	width: 60%;
}
.trip-link {
	color: #a1a1a1;
}
.hero-inner-mobile {
	display: none;
}
.testimonial-mobile {
	display: none;
}
button:focus {
    outline: none;
}
.navbar-mobile {
	display: none;
}
#offer-slider-mobile {
	display: none;
}
.home-room-bottom-mobile {
	display: none;
}
.explo-mobile {
	display: none;
} 
.jumbotron video {
	display: none;
}
.mb {
	display: none;
}
#gallery-slider .carousel-control-next, 
#gallery-slider .carousel-control-prev {
	top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    height: 15%;
    width: 5%;
    opacity: 1;
    background-color: rgba(255,255,255,.2);
}
.trip-slider-wrapper .trip-room-head {
	color: #1a6e90;
}
.trip-room-detail .trip-link {
	color: #fff;
} 
.trip-room-detail .trip-link:hover,
.trip-room-detail .trip-link:focus {
	color: #fff;
	text-decoration: underline;
}
.navbar-dark {
	background: rgba(0,0,0,.5);
	padding: 0;
}
.resort-image,
.explore-image {
	display: none;
}
.dropdown .fa {
	display: none;
}
li#videos {
	display: none;
}
 



@media only screen and (max-width : 1200px) { 
    #page-body {
	    margin-top: -400px;
	}
	.navbar-header .container {
	    max-width: none;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: .3rem;
	    padding-left: .3rem;
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {
	.navbar-book a {
		padding: 1em;
	}
	.hero {
		height: 100vh;
		background: url(includes/img/hero-mobile.jpg) no-repeat bottom -150px right;
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	.hero-link h1 {
		font-size: 8vw;
	}
	.hero-link.w-60 {
		width: 100%;
	}
	.home-overlay-left {
		display: none;
	}
	.home-overlay-right {
		display: none;
	}
	.hero-link {
		top: 65%;
	}
	#home-2 {
		margin-top: 0;
		background-image:
	    linear-gradient(
	      to top right, 
	      #1a6f91, #1ea0bd
	    );
	}
	.bg-home-2-2,
	.bg-home-2-4 {
		display: none;
	}
	.home-2-content {
	    margin-top: 30px;
	}
	.home-2-bottom .col-md-2:first-child {
		display: none;
	}
	.testimonial-weather {
		display: none;
	}
	.testimonial-section {
		width: 100%;
		max-width: none;
		flex: none;
		text-align: left;
		padding: 0 15px;
	}
	.testimonial-mobile {
		display: inline-block;
	}
	.bg-home-2-3 {
		display: none;
	}
	section,
	footer {
		padding: 40px 0;
	}
	.jumbotron video {
		
	}
	.tasty-wrapper {
		margin-bottom: 0;
	}
	.room-content-item {
		padding-bottom: 25px;
	}
	.bg-pagr-top {
		display: none;
	}
	.page-header {
		height: 100vh;
	}
	.header-offer {
		background: url(includes/img/header-special-offers-mb.jpg) no-repeat top right !important;
		-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	}
	#page-body {
		margin-top: 0;
	}
	a.room-book-details {
	    padding: .94em .5em;
	    margin-bottom: 15px;
	}
	.room-details-r {
		padding: 10px;
	}
	.header-rest-misty {
		background: url(includes/img/head-restuarant-mistybar-mb.jpg) no-repeat top center !important;
		-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	}
	.header-rest-poolbar {
		background: url(includes/img/head-pool-bar-mb.jpg) no-repeat top center !important;
		-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	}
	.header-rest-kantok {
		background: url(includes/img/head-kantok-mb.jpg) no-repeat top center !important;
		-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	}
	.header-rest-just {
		background: url(includes/img/head-restuarant-just-mb.jpg) no-repeat top center !important;
		-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    font-size: 12px;
	}
	.navbar-social {
		margin: 0 .5rem;
		display: none !important;
	}
	.dropdown-toggle::after {
		display: none;
	}
	.navbar-expand-lg .navbar-nav {
		margin-right: 1em;
	}
	.bg-01 {
		background: url(includes/img/room_head_elite_pool-mb.jpg) no-repeat top center !important;
    	background-size: cover !important;
	}
	.bg-02 {
		background: url(includes/img/room_head_elite-mb.jpg) no-repeat top center !important;
    	background-size: cover !important;
	}
	.bg-02 {
		background: url(includes/img/room_head_elite-mb.jpg) no-repeat top center !important;
    	background-size: cover !important;
	}
	.bg-03 {
		background: url(includes/img/room_head_premier_pool-mb.jpg) no-repeat top center !important;
    	background-size: cover !important;
	}
	.bg-04 {
		background: url(includes/img/room_head_premier_pool-mb.jpg) no-repeat top center !important;
    	background-size: cover !important;
	}
	.bg-05 {
		background: url(includes/img/head-premier-room-mb.jpg) no-repeat top center !important;
    	background-size: cover !important;
	}
	.bg-06 {
		background: url(includes/img/room_head_honeymoon-mb.jpg) no-repeat top center !important;
    	background-size: cover !important;
	}
	.head-mood {
		background: url(includes/img/head-mood-collection-mb.jpg) no-repeat top center !important;
    	background-size: cover !important;
	}
	.head-glam {
		background: url(includes/img/head-glam-splash-mb.jpg) no-repeat top center !important;
    	background-size: cover !important;
	}
	ul.image li img {
	    max-width: 80px;
	    margin-left: 15px;
	}
	.testimonial-section .trip-room-slide {
		margin-left: 0;
	}
	.home-2-top {
	    margin-bottom: 20px;
	    padding-bottom: 20px;
	    border-bottom: 1px solid rgba(255,255,255,.3);
	}

}

@media (min-width: 769px) {
	.navbar-expand-lg .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	}
	.navbar-expand-lg .navbar-nav {
	    flex-direction: row;
	}
}




@media only screen and (max-width : 768px) { 
	
	.navbar-expand-lg .navbar-nav {
	    margin-right: 0;
	}
	.hero-inner {
		display: none;
	}
	.hero-inner-mobile {
		display: block;
		position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	}
	.hero-inner-mobile .container {
		position: relative;
	}
	.hero-inner-mobile {
		padding: 0 30px;
		color: #fff;
	}
	
	
	.hero-link-top {
		position: absolute;
		top: 15%;
	}
	.hero-link-bottom {
		display: none;
		position: absolute;
		bottom: 5%;
		
	}
	.hero-link-top h1 {
		font-family: 'Ludicrous', Arial, sans-serif;
		font-size: 17vw;
    	font-weight: 400;
    	line-height: .8em;
		margin: 15px 0 0;
		
	}
	.hero-link-bottom p {
		font-size: 16px;
	}
	.hero-link-top  .sub {
		font-size: 15px;
		letter-spacing: .5px;
		text-transform: uppercase;
	}
	.hero-link-bottom ul {
		padding: 0;
		margin-top: 25px;
	}
	.hero-link-bottom li {
		display: inline-block;
		
	}
	.hero-link-bottom li>a {
		margin-right: 30px;
		color: #fff;
		font-size: 14px;
	}
	.hero-link-bottom img {
		max-width: 40px;
		vertical-align: middle;
		margin-right: 1em;
	}
	.hero-baget {
		right: 15px;
	    bottom: 20%;
	}
	.explo-mobile {
		display: block;
	}
	.explo-mobile img {
		width: 100%;
	}
	.explore-wrapper .bg-left {
		display: none;
	}
	.explore-wrapper .bg-right {
		width: 100%;
		background: url(includes/img/bg-resort-left.png) no-repeat !important;
    	background-size: cover !important;
	} 
	.explore-item {
		padding: 30px 15px 15px;
	}
	#explore {
		margin-top: 0;
		padding: 0;
	}
	.bg-r-bt {
		display: none;
	}
	.text .text-title {
		
		font-size: 1em;
	}
	#gallery-popup {
		margin: 0;
	}
	.hero-link.w-50 {
		width: 100% !important;
		padding: 0 15px;
	}
	.hero-link {
		top: auto;
		bottom: 10%;
		transform: none;
	}
	.arrow-down,
	.hero-link hr {
		display: none;
	}
	.hero-link h1 {
	    font-size: 18vw;
	    padding-right: 30%;
	}
	.page-badget {
		transform: none;
		top: auto;
		bottom: 20% !important;
	}
	.mb {
		display: block;
	}
	.dt {
		display: none;
	}
	.navbar-toggler {
	    background-color: #00aaac !important;
	    border: none;
	    border-radius: 0;
	    padding: 15px 10px;
	}
	.icon-bar {
	    background-color: #fff;
	    display: block;
	    width: 30px;
	    height: 4px;
	    border-radius: 1px;
	}
	.icon-bar+.icon-bar {
	    margin-top: 4px;
	}
	.navbar-right {
		width: 100%;
		/*margin-top: 15px;*/
	}
	.navbar-book {
		display: none !important;
	}
	.navbar-collapse {
		border-color: #bea668;
	    background-color: #16797c;
	    max-height: none;
	    margin-top: 15px;
	    /*margin-left: -15px !important;
    	margin-right: -15px !important;*/
	}
	.navbar-nav>li {
	    font-size: 100%;
	    position: relative;
	    border-bottom: 1px solid rgba(255,255,255,.2);
	    padding: 0;
	    margin: 0;
	    float: none;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font: 14px 'Museo_BB',Arial,sans-serif;
	    color: #fff;
	    text-transform: uppercase;
	    letter-spacing: .1em;
	    display: inline-block;
	    z-index: 1000;
	    margin-left: 0;
	    padding: 1.2em;
	}
	
	.navbar-social {
	    margin: 1em;
	    display: none;
	}
	.option-details {
		width: 100% !important;
		margin-bottom: 0;
		display: none;
	}
	.option-room-detail {
		float: left;
		width: 100%;
    	margin-bottom: 15px;
	}
	
	.padding-detail {
		padding-top: 0 !important;
		background: none !important;
	}
	.room-details-r {
		margin-top: 0;
	}
	ul.image {
		display: none;
		text-align: left;
	}
	ul.image li img {
	    margin-left: 0;
	    margin-right: 15px;
	}
	#resort .bg-right {
		display: none;
	}
	#resort .bg-left {
		width: 100%;
	}
	.resort-item {
		margin-bottom: 15px;
	}
	.contact-content {
		margin-top: 40px;
	}
	.room-contact-l {
		border-right: none;
		padding: 0;
		margin-bottom: 15px;
	}
	.room-contact-r {
		padding: 0;
	}
	.header-wrapper .hero-link {
		top: 15%;
		bottom: auto;
	}
	.contact-content {
		padding: 15px;
		margin: 0;
	}
	.contact-content .row {
		margin: 0;
	}
	.block-social a {
	    padding: 10px;
	}
	.resort-image,
	.explore-image {
		display: block;
		padding: 0;
	}
	#resort {
		padding-bottom: 0;
	}
	#offer .col-md-8 {
		padding: 0;
	}
	#offer-slider-mobile .offer-item,
	#rooms-slider-mobile .offer-item {
		margin: 0 15px;
	}
	#offer-slider-mobile .offer-calousel,
	#rooms-slider-mobile .link-calousel {
		margin: 15px;
	}
	.dropdown-menu {
		background-color: #4ca7aa;
	}
	.dropdown-menu>a {
	    display: block;
	    padding: 1.2em 1.2em 1.2em 2em;
	    clear: both;
	    font-weight: 400;
	    line-height: 1.42857143;
	    color: #fff;
	    white-space: nowrap;
	    font: 14px 'Museo_B',Arial,sans-serif;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.dropdown .fa {
	    display: inline-block;
	    float: right;
	    padding: 1.2em;
	    color: #fff;
	    position: absolute;
	    top: 0;
    	right: 0;
	}
	#gallery-slider .carousel-control-next, 
	#gallery-slider .carousel-control-prev {
		height: 60px;
    	width: 30px;
	}
	.arrow-down-mobile {
	    position: absolute;
	    left: 50%;
	    bottom: 60px;
	    transform: translateX(-50%);
	}
	.arrow-down-mobile a,
	.arrow-down-mobile a:hover,
	.arrow-down-mobile a:focus {
		color: #fff;
	}
	.arrow-down-mobile .fa {
	    font-size: 3em;
	    margin-left: 5px;
	    margin-top: 25px;
	}
	.title-more:after {
	    background-size: 20px 10px;
	    width: 20px;
	    height: 10px;
	}
    .title-more {
    	font-size: 1.5rem;
    }
    .navbar-brand {
		padding: 0;
		margin: 0;
		padding-left: 15px;
	}
	.navbar-toggler {
		margin-right: 15px;
	}
}


@media only screen and (max-width : 480px) {
	.room-padding {
		padding: 0;
	}
    
	/*.navbar-gradian {
		background: #00aaac;
	}*/
	.navbar-header .container {
		max-width: none;
		border-bottom: none;
	}
	.hero-baget {
		right: 15px;
		max-width: 100px;
		bottom: 30%;
	}
	.hero-link-bottom {
	    bottom: 7%;
	}
	.hero-link-bottom li>a {
	    margin-right: 15px;
	    color: #fff;
	    font-size: 14px;
	}
	.navbar-mobile {
	    background-color: #00aaac;
	    text-align: center;
	    padding: 20px;
	    display: block;
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    z-index: 1031;
	}
	.navbar-mobile a {
	    color: #fff;
	    font: 16px 'Museo_BB',Arial,sans-serif;
	    letter-spacing: 1px;
	    font-weight: 600;
	}
	.hero-link-bottom img,
	.hero-link img {
	    max-width: 30px;
	    margin-right: 10px;
	}
	.hero-link-bottom li>a,
	.hero-link li>a {
		font-size: 13px;
	}
	.hero-inner-mobile {
	    padding: 0 18px;
	    color: #fff;
	}
	.footer-logo {
		display: none;
	}
	.footer-top {
		border-bottom: none;
		padding-bottom: 0;
	}
	.footer-middle {
		order: -1;
		margin-bottom: 30px;
	}

	.logo-tat,
	.logo-trip {
		width: 50%;
	}
	.logo-tat img {
		margin-left: auto;
	}
	.logo-trip {

	}
	.footer-social .block-social {
		display: block;
		margin-bottom: 15px;
	}
	.dropdown-menu>li>a {
	    display: block;
	    padding: 1.2em;
	    clear: both;
	    font-weight: 400;
	    line-height: 1.42857143;
	    color: #282828;
	    white-space: nowrap;
	    font: 13px 'Museo_B',Arial,sans-serif;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    border-bottom: 1px solid #585858;
	}
	.offer-content ul {
		/*display: none;*/
	}
	.offer-content {
		order: -1;
		padding-top: 0;
	}
	#offer-slider-mobile {
		display: block;
	}
	#offer-slider {
		display: none;
	}
	.offer-content-item {
		background-color: #f5f5f5;
	}
	.room-content-item {
		background-color: #fff;
	} 
	.offer-content-item p,
	.room-content-item p {
		width: 100%;
	}
	.offer-item {
		background-image: none;
	}
	.offer-content-image,
	.room-content-image {
		position: relative;
	}
	footer .form-group {
		margin-bottom: 0 !important;
		/*width: 80%;*/
	}
	.home-room-content ul {
		display: none;
	}
	.home-room-content {
		margin-top: 15px;
	}
	.home-room-bottom-mobile {
		display: block;
		margin-left: -15px;
    	margin-right: -15px;
	}
	.home-room-bottom {
		display: none;
	}
	.home-room-top {
		margin-bottom: 20px;
		padding: 0;
		border-bottom: none;
	}
	.link-calousel {
		position: static;
	}
	.tasty-item {
		width: 100%;
	}
	#tasty {
	    background: #fff url(includes/img/bg-tasty-mobile.jpg) no-repeat bottom center;
	    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
	.tasty-wrapper {
		margin-bottom: 800px;
	}
	.logo-tasty {
		max-width: 320px;
		margin-left: 0;
	}
	.navbar-nav {
		height: 100vh;
	}
	.navbar-social {
		display: none;
	}
	.hero {
		height: 100vh;
		background: url(includes/img/hero-mobile.jpg) no-repeat bottom right;
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	.dropdown:hover .dropdown-menu {
	    display: none;
	}
	.dropdown .dropdown-menu.show {
		display: block;
		border-radius: 0;
	}
	
	#page-body {
	    background: url(includes/img/bg-blue-mobile.png) no-repeat top center;
	    background-size: 100%;
	}
	.header-offer {
	    background: url(includes/img/head-offer-device.jpg) no-repeat top right -150px !important;
	    -webkit-background-size: cover !important;
	    -moz-background-size: cover !important;
	    -o-background-size: cover !important;
	    background-size: cover !important;
	}
	.mb .offer-content-item {
	    background: #fff;
	}
	
	
	.details-content {
		padding: 15px;
		margin-bottom: 40px;
	}
	.room-details-r {
		margin-top: 0;
		box-shadow: none;
	}
	.double li {
	    width: 100%;
	}
	hr {
		display: none;
	}
	a.room-book-details {
		padding: .94em 2em;
	}
	ul.book-room {
		margin-left: 10px;
	}
	
	.more-content .flexibility {
	    display: inline-block;
	    margin-bottom: 15px;
	}
	
	.hero-link li {
	    display: block;
	    /* display: inline-block; */
	    margin-bottom: 10px;
	}
	.offer-content .offer-calousel {
		display: none;
	}
	.form-group {
	    margin-bottom: .5rem !important;
	}
	a.offer-book,
	a.room-book {
		margin-bottom: 15px;
	}
	.home-room-video {
		margin-bottom: 15px;
	}
	.carousel-item .trip-room-slide,
	.carousel-item .offer-content-item,
	.carousel-item .room-content-item {
		height: auto !important;
	}
	#home-2 {
		padding-bottom: 20px;
	}
	.navbar-header {
		padding: 8px 0;
	}
	
	.bg-green {
		background: #16797c !important;
	}
	.navbar-nav>li:first-child {
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.option-room span {
	    margin-right: 6px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		display: block;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

}



















