body {
	background: #f9f9f9 url(../images/body-bg.jpg);
	font: 14px/1.7em 'Open Sans', sans-serif;
	color: #1c1c1c;
	border-top: 7px solid #ffe401;
}
h3 {
	font: 23px 'Open Sans', sans-serif;
	font-weight: 700;
	color: #1c1c1c;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h4 {
	font: 18px 'Open Sans', sans-serif;
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 8px;
}
h5 {
	font: 17px 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
a {
	color: #006CB5;
}
a:hover {
	color: #006CB5;
	text-decoration: underline;
}
a:focus {
	outline: none;
	color: #1c1c1c;
	text-decoration: none;
}
.post a {
	color: #1897E9;
	text-decoration: underline;
}
.post a:hover {
	color: #006CB5;
	text-decoration: underline;
}
input.search-field {
	background: transparent !important;
	border: 1px solid #555;
	border-radius: 0 !important;
	padding: 0 10px;
	color: #bbb;
	position: relative;
	left: 35px;
}
.btn-flat {
	background: none;
	color: #aaa;
}
.btn-flat:hover {
	color: #ccc;
}
.btn-flat:focus {
	outline: 0;
}
.glyphicon-search {
	color: #874324;
}
#header {
	padding: 15px 0 0 0;
	background: #000 url(../images/header-bg.jpg) repeat-x;
}
#banner ul {
	margin: 0 auto;
}
#plan_form {
	background: rgba(255,255,255,0.7);
	padding: 30px;
	border-left: 6px solid #FFE401;
	overflow: hidden;
	position: relative;
	top: -165px;
	margin-bottom: -155px;
	z-index: 100;
}
#plan_form input {
	width: 200px;
	padding: 7px 10px;
	border: 0;
	background: #fff;
	margin: 4px 3px;
	color: #333;
}
#plan_form input:focus {
	background: #f5f5f5;
}
#plan_form .btnSubmit {
	width: 120px;
	padding: 9px 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	color: #000;
	font: 15px 'Open Sans';
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0 !important;
	background: #fbf6af; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbf6af 0%, #fadd00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf6af), color-stop(100%,#fadd00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbf6af 0%,#fadd00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbf6af 0%,#fadd00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbf6af 0%,#fadd00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbf6af 0%,#fadd00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6af', endColorstr='#fadd00',GradientType=0 ); /* IE6-9 */
}
#plan_form .btnSubmit:hover {
	color: #fff;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
#content {
	padding: 40px 0;
}
.block {
	margin-bottom: 30px;
}
.solid-block {
	background: #fff;
	min-height: 335px;
	padding: 15px;
	position: relative;
	box-shadow: 0 0 5px #f0eeee;
}
.solid-block img {
	width: 100%;
	margin-bottom: 15px;
}
.btn-custom {
	background: -moz-linear-gradient(top,  #fbf6af 0%, #fadd00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf6af), color-stop(100%,#fadd00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbf6af 0%,#fadd00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbf6af 0%,#fadd00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbf6af 0%,#fadd00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbf6af 0%,#fadd00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6af', endColorstr='#fadd00',GradientType=0 ); /* IE6-9 */
	color: #130f30;
	font-weight: 400;
	padding: 7px 12px;
	border-radius: 0;
	border: 1px solid #FAEA5E;
	margin-top: 10px;
}
.btn-custom-big {
	background: #fbf6af; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbf6af 0%, #fadd00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf6af), color-stop(100%,#fadd00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbf6af 0%,#fadd00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbf6af 0%,#fadd00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbf6af 0%,#fadd00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbf6af 0%,#fadd00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6af', endColorstr='#fadd00',GradientType=0 ); /* IE6-9 */
	color: #130f30;
	font-weight: 400;
	padding: 10px 0;
	border-radius: 0;
	border: 1px solid #FAEA5E;
}
.btn-custom:hover, .btn-custom-big:hover {
	background: rgb(249,243,159); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,243,159,1) 0%, rgba(247,202,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,243,159,1)), color-stop(100%,rgba(247,202,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,243,159,1) 0%,rgba(247,202,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,243,159,1) 0%,rgba(247,202,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,243,159,1) 0%,rgba(247,202,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,243,159,1) 0%,rgba(247,202,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f39f', endColorstr='#f7ca00',GradientType=0 ); /* IE6-9 */
	color: #130f30;
}
.btn-book {
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 1.1em;
	font-weight: 700;
}
.btn-book:hover {
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	color: #fff !important;
	border: 1px solid #1F1F1F;
}
.btn:focus {
	outline: none;
}
blockquote {
	background: #fff;
	margin: 0;
	padding: 30px 25px;
	quotes: "\201C" "\201D" "\2018" "\2019";
	font: italic 14px/1.8em 'Merriweather', serif;
	color: #444;
	min-height: 285px;
}
blockquote:before {
	color: #EEEEEE;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote span {
	color: teal;
	display: block;
	margin-top: 8px;
	font: 14px Open Sans;
	font-weight: 600;
}
.airline-logo{
	border: 1px solid #eee; 
	padding: 20px 30px; 
	background: #fff; 
	margin: 10px 0 50px 0;
}
.airline-logo:hover{
	box-shadow: 0 0 10px #ccc;
}
.thumbs {
	width: 260px;
	margin-right: 20px;
}
.special_offer h3 {
	background: url(../images/soffer.png) no-repeat;
	padding: 0 0 2px 18px;
	color: #fff;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 600;
}
ul.idTabs {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: #000;
}
ul.idTabs li {
	float: left;
}
ul.idTabs li a {
	color: #fff;
	padding: 12px 28px;
	display: block;
	font: 15px 'Open Sans';
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 1px;
}
ul.idTabs li a:hover {
	background: #1B1B1B;
	text-decoration: none;
}
ul.idTabs li a.selected {
	color: #000;
	background: #ffe401;
}
.tabs-wrapper {
	background: #fff;
	padding: 30px;
	overflow: hidden;
}
.tabs-wrapper a {
	color: #1897E9;
	text-decoration: underline;
}
.tabs-wrapper a:hover {
	color: #006CB5;
	text-decoration: underline;
}
.gallery {
	float: right;
	margin-left: 20px;
}
.map {
	float: right;
	margin-left: 20px;
}
.reservationform label {
	margin-top: 10px;
	float: left;
	width: 250px;
	font-weight: normal;
}
.reservationform input {
	width: 250px;
	height: 28px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #d5d0c3;
	padding: 0 5px;
}
.reservationform select {
	width: 260px;
	height: 30px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #d5d0c3;
	padding: 2px 3px;
}
.reservationform input[type="checkbox"] {
	width: 20px;
	margin-top: 10px;
}
.reservationform textarea {
	width: 250px;
	height: 100px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #d5d0c3;
}
.reservationform .formbtn {
	width: 120px;
	height: 43px;
	border: 1px solid #edd510;
	border-radius: 3px;
	cursor: pointer;
	color: #000;
	font: 15px Open Sans Bold, Lao UI;
	background: #ffe401;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 15px;
}
.reservationform .formbtn:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
.facebook, .instagram, .twitter, .mail, .Thailand, .US, .Japan {
	background: url(../images/sprites.png) no-repeat;
}
.facebook {
	background-position: -1px 0;
	display: inline-block;
	width: 36px;
	height: 36px;
}
.instagram {
	background-position: -71.984375px 0;
	display: inline-block;
	width: 36px;
	height: 36px;
}
.twitter {
	background-position: -36px 0;
	display: inline-block;
	width: 36px;
	height: 36px;
}
/*.mail {
 background-position: -36px 0;
 display: inline-block;
 width: 36px;
 height: 36px;
 }*/
.facebook:hover, .twitter:hover, .mail:hover, .instagram:hover {
	opacity: 0.8;
}
.Thailand {
	background-position: -70px -34px; 
	display: inline-block;
	width: 32px;
	height: 32px;
}
.US {
	background-position: 0 -34px;
	display: inline-block;
	width: 32px;
	height: 32px;
}
.Japan {
	background-position: -35px -34px;
	display: inline-block;
	width: 32px;
	height: 32px;
}
#footer-top {
	background: #1B1B1B;
	padding: 35px 0 0 0;
	color: #ccc;
}
.links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 240px;
}
.links ul li a {
	display: block;
	color: #ccc;
	text-transform: uppercase;
	padding: 2px 0 2px 20px;
	border-bottom: 1px solid #111;
	box-shadow: 0 1px 0 #2a2a2a;
	background: url(../images/bullet.png) no-repeat left center;
}
.links ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#footer {
	background: #111;
	padding: 10px 0;
	color: #555;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #eee;
	text-decoration: none;
}
span.stars, span.stars span {
	display: block;
	background: url(../images/stars.png) 0 -16px repeat-x;
	width: 80px;
	height: 16px;
}
span.stars span {
	background-position: 0 0;
}
table tr:nth-child(even) td {
	background: transparent;
}
table.room_rate {
	border-collapse: collapse;
}
table.room_rate th {
	border: 1px solid #bbb;
	padding: 8px 20px;
	background: #402E4F;
	color: #fff;
	border-top: 0;
	text-align: center;
}
table.room_rate td {
	border: 1px solid #bbb;
	padding: 6px 20px;
	text-align: center;
}
#tab3 table {
	border-collapse: collapse;
}
#tab3 td, #tab3 th {
	border: 1px solid #ccc;
	padding: 10px;
	border-collapse: collapse;
}
.frame {
	margin: 5px;
	list-style: none;
	background: #000;
	border: 8px solid #fff;
	box-shadow: 0 0 5px #ddd;
	overflow: hidden;
	width: 300px;
}
.frame li {
	height: 180px;
	text-align: center;
}
.frame img {
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.uour-div {
	white-space: nowrap;
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (max-width: 500px) {
	.tabs-wrapper .thumbs {
		margin-right: 200px !important;
		margin-bottom: 20px !important;
	}
}
@media screen and (max-width: 768px) {
	#header form {
		margin-top: 15px;
	}
	#header form .glyphicon {
		display: none;
	}
	.navbar-inverse {
		margin-bottom: 15px;
	}
	.navbar-header {
		background: #333;
	}
	.navbar-toggle {
		border: 0;
		border-radius: 0;
	}
	.navbar-inverse ul.nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-inverse ul.nav > li > a {
		color: #fff;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 700;
		border-bottom: 1px solid #333;
	}
	.navbar-inverse ul.nav > li:last-child > a {
		border-bottom: 0;
	}
	.navbar-inverse ul.nav .dropdown-menu {
		background: #2a2a2a;
		margin: 0;
		padding: 0;
	}
	.navbar-inverse ul.nav .dropdown-menu li a {
		padding-top: 14px;
		padding-bottom: 14px;
		border-bottom: 1px solid #3a3a3a;
		color: #fff !important;
	}
	#plan_form {
		/*background: rgba(0,0,0,0.07);
		 position: relative;
		 top: 20px;
		 margin-bottom: 0;
		 border-left: 0;
		 border-top: 6px solid #FFE401;*/
		display: none;
	}
	#content {
		padding: 15px 0;
	}
	.solid-block {
		margin-bottom: 10px;
	}
	#footer-top .text-right {
		text-align: left;
	}
	.btn-book {
		margin-bottom: 20px;
	}
	.slider {
		margin-top: 30px;
		margin-left: -5px;
	}
	.idTabs {
		display: none;
	}
	.tabs-wrapper {
		background: none;
		padding: 0;
		overflow: hidden;
	}
	#tab1, #tab2, #tab3 {
		display: block !important;
		margin-bottom: 50px;
	}
	.gallery {
		float: left;
		margin-left: 0;
		margin-right: 400px;
	}
	.booking {
		float: left;
	}
	.links ul li a {
		padding: 5px 0 5px 20px;
	}
	#weather {
		display: none;
	}
	.frame img {
		position: relative;
		top: 0;
	}
	input.search-field {
		position: relative;
		left: 0;
	}
	.btn-flat {
		border-radius: 0;
		border: 1px solid #555;
	}
	.social{
		float: left !important;  
	}
}
@media screen and (max-width: 991px) {
	#footer-top .text-right {
		text-align: left;
	}
	.navbar-custom {
		margin-top: 10px !important;
	}
	.navbar-custom ul.nav > li > a {
		font-size: 15px;
		font-weight: 700;
		padding: 15px 9px 15px 9px !important;
	}
	.frame img {
		position: relative;
		top: 0;
	}
}
@media screen and (max-width: 1200px) {
	#plan_form {
		background: rgba(0,0,0,0.07);
		position: relative;
		top: 20px;
		margin-bottom: 0;
		border-left: 0;
		border-top: 6px solid #FFE401;
	}
	.slick-prev, .slick-next {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.navbar-custom {
		margin: 0;
		margin-top: 25px;
		background: none !important;
		border: 0 !important;
		margin-right: -20px;
	}
	.navbar-custom #navbar ul {
		float: right;
	}
	.navbar-custom ul.nav > li > a {
		color: #fff !important;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 700;
		padding: 10px 16px 30px 16px;
	}
	.navbar-custom ul.nav > li:hover > a, ul.nav > li.active a {
		background: none;
		color: #FFE401 !important;
	}
	.navbar-custom ul.nav > li > a:focus {
		background: none !important;
		color: #FFE401 !important;
	}
	.navbar-custom ul.nav .dropdown:hover > .dropdown-menu {
		display: block;
	}
	.navbar-custom ul.nav .dropdown-menu {
		background: rgba(0,0,0,0.9);
		/*background: url(../images/transparent-bg.png);*/
		padding: 0;
		border-radius: 0;
	}
	.navbar-custom ul.nav .dropdown-menu li a {
		color: #eee;
		padding: 8px 16px;
		border-bottom: 1px solid #222;
		min-width: 230px;
	}
	.navbar-custom ul.nav .dropdown-menu > li:last-child > a {
		border-bottom: 0;
	}
	.navbar-custom ul.nav .dropdown-menu > li:hover > a {
		background: none;
		color: #FFE401 !important;
	}
	.dropdown-submenu {
		position: relative;
	}
	.dropdown-submenu li a {
		white-space: normal;
		min-width: 360px !important;
	}
	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -1px;
		margin-left: -1px;
	}
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
	.dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #cccccc;
		margin-top: 5px;
		margin-right: -10px;
	}
	.dropdown-submenu:hover > a:after {
		border-left-color: #ffffff;
	}
	.dropdown-submenu.pull-left {
		float: none;
	}
	.image-frame {
		height: 150px;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.image-frame img {
		width: 100%;
		height: 180px;
		position: relative;
		top: -20px;
	}
	#transport {
		position: relative;
		top: -60px;
	}
}
@media screen and (min-width: 991px) {
	#contact-info {
		padding-left: 30px;
	}
}
@media screen and (min-width: 1200px) {
	.image-frame {
		height: 190px;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.image-frame img {
		width: 100%;
		height: 220px;
		position: relative;
		top: -20px;
	}

}
fieldset legend {
	border-bottom: 0;
	color: #111;
	font: 23px 'Open Sans', sans-serif;
	font-weight: 700;
}
form label {
	margin-top: 15px;
}
form input {
	width: 250px;
	padding: 4px 10px;
}
form select {
	width: 250px;
	padding: 7px 10px;
}
form textarea {
	width: 350px;
	padding: 10px;
}
form #submit {
	width: 120px;
	margin-top: 15px;
	background: -moz-linear-gradient(top,  #fbf6af 0%, #fadd00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf6af), color-stop(100%,#fadd00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbf6af 0%,#fadd00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbf6af 0%,#fadd00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbf6af 0%,#fadd00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbf6af 0%,#fadd00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6af', endColorstr='#fadd00',GradientType=0 ); /* IE6-9 */
	color: #130f30;
	font-weight: 400;
	padding: 7px 12px;
	border-radius: 0;
	border: 1px solid #FAEA5E;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 1.1em;
	font-weight: 700;
}
.flight-schedule table td{
	border: 1px solid #ddd;
	padding: 8px 25px;
}
