@charset "utf-8";
/*
 Knight Bootstrap theme by BootstrapTaste.com
 Theme URI: https://bootstraptaste.com/knight-free-bootstrap-theme/
 Author: BootstrapTaste
 Author URI: https://bootstraptaste.com
 */
 
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont-v-4.1.0.eot');
  src: url('../fonts/fontawesome-webfont-.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont-v-4.1.0.woff') format('woff'), url('../fonts/fontawesome-webfont-v-4.1.0.ttf') format('truetype'), url('../fonts/fontawesome-webfont-v-4.1.0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Roboto', 'Kanit', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#666;
	margin:0;
	line-height:1.2;
	letter-spacing:0.3px;
	-webkit-filter: grayscale(50%); /* Chrome, Safari, Opera */
    filter: grayscale(50%);
}

a {text-decoration:none; color:#3a80d9;}
a:hover, a:focus {text-decoration:none; color:#2ba653; text-decoration:none;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', 'Kanit', sans-serif;
	margin:0 0 15px 0;
	
	}
	
h1 {font-size:65px; font-weight:700;}
h2 {font-size:48px; font-weight:700;}
h3 {font-size:36px; font-weight:700;}
h4 {font-size:24px; font-weight:700;}

p{
	line-height:24px;
	margin:0 0 15px;
}
.text-blue {color:#0b1938;}
.text-liblue {color:#2991ee;}
.text-uppercase {text-transform:uppercase;}
.text-small {font-size:12px;}


/* Header Styles
---------------------------------*/

.header-logo {width:100%; position:absolute; display:block; float:left; z-index:100; top:0;}
.header-logo img {margin:0 auto;}
.logo{
	width:130px;
	margin:0 auto 35px;
}
header h1{
	font-size:60px;
	font-weight:700;
	margin:0 0 15px 0 ;
	color:#fff;
	text-transform:uppercase;
	
}

header h4{
	
	font-size:26px;
	font-weight:500;
	margin:0 0 15px 0 ;
	color:#fff;
	
}
header i{font-size:36px; line-height:36px; border:2px solid #fff; padding:8px 8px; color:#fff; text-shadow:none; margin-top:50px;}

.welcome-heading h1 {font-size:50px;}

.carousel-caption  {bottom:80px; right:10%; left:10%; text-shadow:0 5px 5px rgba(0, 0, 0, 0.8);}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media only screen and (max-width:1399px) {
.header-logo img {width:450px; height:auto;}
header h1 {font-size:50px;}
header h4 {font-size:22px;}
}

@media only screen and (max-width:991px) {
.header-logo img {width:350px; height:auto;}
header h1 {font-size:45px;}
header h4 {font-size:18px;}
}

@media only screen and (max-width:767px) {
.header-logo img {width:300px; height:auto;}
header h1 {font-size:40px;}
header h4 {font-size:18px;}
.carousel-caption {bottom:50px;}
header i {margin-top:20px;}

}

#wrapper {height: 100%;
    width: 100%;}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.photo-gallery-wrap {
    position: relative;
}
.photo-gallery-wrap img {
    width: 100%;
}
.photo-gallery-item {
    padding: 0;
}
.photo-gallery-wrap .photo-gallery-inner {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    margin-bottom: 0;
    top: 0;
    width: 100%;
	height:100%;
}
.photo-gallery-wrap .photo-gallery-inner h3 {
    margin: 0;
	font-size: 26px;
	font-weight:600;
}
.photo-gallery-wrap .photo-gallery-inner a h3, .photo-gallery-wrap .photo-gallery-inner a:hover h3 , .photo-gallery-wrap .photo-gallery-inner a:focus h3 {
    color: #fff;   
}
.photo-gallery-wrap .overlay {
    background: rgba(11, 25, 56, 0.85) none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 500ms ease 0s;
    vertical-align: middle;
    width: 100%;
}
.photo-gallery-wrap .overlay .preview {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    display: inline-block;
	width:100%;
    height:100%;
    line-height: 100%;
    text-align: center;
}
.photo-gallery-wrap:hover .overlay, .photo-gallery-wrap:focus .overlay, .photo-gallery-wrap:active .overlay {
    opacity: 1;
}
.photo-gallery-wrap .photo-gallery-icon {
    display: block;
    float: left;
    font-size: 100px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	height:100%;
	color:#fff;
	line-height:100% !important;
}


#services-photo .photo-gallery-wrap .photo-gallery-icon a i {
    color: #fff;
	margin-top:70px;
	}
	
#news-details .photo-gallery-wrap .photo-gallery-icon a i {
    color: #fff;
	margin-top:7%;
	}

.photo-gallery-wrap .photo-gallery-inner a h3 {
    color: #fff;
	margin-top:100px;
	}

#reservation .photo-gallery-wrap .photo-gallery-icon a i {
    color: #fff;
	margin-top:70px;
	}


.photo-gallery-wrap .photo-gallery-inner a span {font-size:14px; font-weight:500; line-height:14px; color:#fff; display:block; }

.promotions-slide {background:#f1f1f1; max-height:580px; overflow:hidden; }
.headingline {width:30%; display:block; height:6px; background:#0b1938; margin:30px auto 50px; max-width:200px;}
.promotion-detail { padding:70px 30px 30px;}
.promotion-detail a h3 {color:#0b1938;}
.promotion-detail a:hover h3, .promotion-detail a:focus h3 {color:#3a80d9;}

.carousel-control {position:absolute; text-shadow:none; color:#0b1938; opacity:1; right:0!important; left:inherit; top:30px; height:35px; }
.carousel-control span {width:30px; height:30px; display:block; float:left; font-size:26px;}
.carousel-control a span {color:#0b1938;}
.carousel-control a:hover span, .carousel-control a:focus span {color:#3a80d9;}

@media only screen and (max-width:1399px) {
	 #services-photo .photo-gallery-wrap .photo-gallery-icon a i{margin-top:17%;}
	.photo-gallery-wrap .photo-gallery-inner h3 {font-size:18px;}
	.photo-gallery-wrap .photo-gallery-icon{ font-size: 70px;}	
}
@media only screen and (max-width:1199px) {
	.photo-gallery-wrap .photo-gallery-inner a h3 {margin-top:20%;}
	#services-photo .photo-gallery-wrap .photo-gallery-icon a i{margin-top:13%;}
	#news-details .photo-gallery-wrap .photo-gallery-icon a i {margin-top:10%;}
	.carousel-control {width:100px;}
}
@media only screen and (max-width:991px) {
	 #services-photo .photo-gallery-wrap .photo-gallery-icon a i {margin-top:10%;} 
	 #news-details .photo-gallery-wrap .photo-gallery-icon a i {margin-top:13%;}
	 #services-photo .photo-gallery-wrap .photo-gallery-icon span {font-size:12px;}
}

@media only screen and (max-width:767px) {
	#services-photo .photo-gallery-wrap .photo-gallery-icon a i{margin-top:13%; font-size:80px;}
	#services-photo .photo-gallery-wrap .photo-gallery-icon span {font-size:14px;}
	#news-details .photo-gallery-wrap .photo-gallery-icon a i {margin-top:17%;}
	.photo-gallery-wrap .photo-gallery-inner h3 {font-size:26px;}
	.photo-gallery-wrap .photo-gallery-icon{ font-size: 100px;}
	.promotions-slide {max-height:none;}
	.promotion-detail { padding:30px 30px 30px; min-height:250px;}
	.carousel-control {top:inherit; bottom:15px;}
}

@media only screen and (max-width:479px) {
	#services-photo .photo-gallery-wrap .photo-gallery-icon a i{margin-top:13%; font-size:60px; }
	#services-photo .photo-gallery-wrap .photo-gallery-icon span {font-size:11px;}
	#news-details .photo-gallery-wrap .photo-gallery-icon a i {margin-top:15%;}
	.photo-gallery-wrap .photo-gallery-inner h3 {font-size:22px;}
	.photo-gallery-wrap .photo-gallery-icon{ font-size: 80px;}
	.promotion-detail { min-height:300px;}
}

@media only screen and (max-width:319px) {
	#services .photo-gallery-wrap .photo-gallery-icon a i{margin-top:10%;}
	 #services-photo .col-sm-3.col-xs-6 {width:100%;}
	 #services-photo .photo-gallery-wrap .photo-gallery-icon{font-size:75px;}
	#services-photo .photo-gallery-wrap .photo-gallery-icon span {font-size:14px;}
	#news-details .photo-gallery-wrap .photo-gallery-icon a i {margin-top:10%;}
	.photo-gallery-wrap .photo-gallery-inner h3 {font-size:18px;}
	.photo-gallery-wrap .photo-gallery-icon{ font-size: 70px;}
}


.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding:15px 35px;
	background:#7cc576;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Roboto Condensed', 'Kanit', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#7cc576 !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #7cc576;
	text-decoration:none;
	color:#fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#0b1938;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', 'Kanit', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:25px 15px 5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	font-size:18px;
	font-weight:700;
}

.main-nav li a:hover, .main-nav li.active a{ 
	text-decoration:none;
	color: #3a80d9;
}

.small-logo{ 
	padding:0;
}

.main-nav li.small-logo i a{ 
	margin:20px 15px 5px;
}


.headertop {position:relative;}
.language {position:absolute; width:90px; height:18px; display:block; float:right; right:20px; top:10px;}
.language .flag-icon {display:block; float:left; width:30px; height:18px; margin-left:10px;}
.language a.active .flag-icon.th-flag, .language a:hover .flag-icon.th-flag {background:url(../img/flag.png) no-repeat 0 0;}
.language a.active .flag-icon.en-flag, .language a:hover .flag-icon.en-flag {background:url(../img/flag.png)  no-repeat 0 -30px;}
.language .flag-icon.th-flag {background:url(../img/flag.png) no-repeat -50px 0;}
.language .flag-icon.en-flag {background:url(../img/flag.png)  no-repeat -50px -30px;}

.main-section{
	padding:60px 0 70px;
}

.promo-section{
	padding:60px 0 0px;
}

/* welcome
---------------------------------*/

#welcome h1 span { display:block;}
#welcome h1 span.text-small {font-size:36px; font-weight:500;}
.welcome-text {padding-left:50px; border-left:6px solid #0b1938;}

/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(https://karnmanee.com/img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(https://karnmanee.com/img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(https://karnmanee.com/img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#7cc576;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', 'Kanit', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', 'Kanit', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}

/* Clients
---------------------------------*/
.client-part{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: ''Open Sans',sans-serif';
	font-style: italic;
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #7cc576;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#7cc576;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#7cc576;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding:85px 0;
}
.main-section.team h6{
	margin-bottom:40px;
}


/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:0 auto;
}
.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.team-leader-box span{
	margin-bottom:24px;
	display:block;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;
	
}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
	border-radius:50%;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking{
	background:url(../img/section-bg2.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.business-talking h2{
	font-family: 'Roboto Condensed', 'Kanit', sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}


/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Roboto', 'Kanit', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#7cc576;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', 'Kanit', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

/* Footer
---------------------------------*/

.footer{
	background:#0b1938;
	padding:45px 0 45px;
}

.footer h3 {color:#fff; font-size:40px; line-height:1.3;}
.footer h4 {color:#fff; font-size:20px; font-weight:700;}
.footer .social i {font-size:30px; width:30px; height:30px; display:block; float:left; margin:5px;}
footer .page-scroll i{font-size:36px; line-height:36px; border:2px solid #fff; padding:8px 8px; color:#fff; text-shadow:none; margin-top:30px;}

.footer-nav ul{margin:0; padding:0; }
.footer .footer-nav, .footer .social {padding-left:15px; padding-right:15px;}
.footer-nav li {margin:0;  padding:6px 15px; list-style:none; border-bottom:1px solid rgba(255,255,255,0.1); font-size:14px; text-transform:uppercase; font-family: 'Roboto Condensed', 'Kanit', sans-serif; font-weight:500; letter-spacing:0.5px;}
.footer-nav li a, .footer .social a i {color:#fff;}
.footer-nav li a:hover, .footer-nav li a:focus, .footer .social a:hover i, .footer .social a:focus i {color:#3a80d9;}

.copyrights {text-align:left;}
.designby {text-align:right;}
.bottom .social i {font-size:30px; width:30px; height:30px; display:inline-block;  margin:5px;}
.bottom .social {padding-left:15px; padding-right:15px; text-align:right;}
.bottom .social a i {color:#ccc;}
.bottom .social a:hover i, .bottom .social a:focus i {color:#3a80d9;}

.copyright{
	color:#666;
	font-size:13px;
	padding-top:20px;
	padding-bottom:20px;
}
.copyright a{
	color:#444;
	text-decoration: none;
}

.copyright a:hover,.copyright a:focus {
	color:#3a80d9;
}

.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:28px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:36px;
	height:36px;
	margin:20px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	float:right;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #3a80d9 !important;
}

.portfolioContainer{
	max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}

.page-photo {max-height:350px; overflow:hidden;}
#accommodation .pricestart {position:absolute; background:#2a91ee; padding:11px 17px; color:#fff; top:-15px; right:15px; z-index:10; font-size:18px;}
#accommodation .carousel-indicators {bottom:-40px;}
#accommodation .carousel-indicators li{background-color:#ddd; border-radius:17px; width:17px; height:17px; border:0px transparent none !important; margin:0;} 
#accommodation .carousel-indicators .active {background-color:#2a91ee;}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {width:100%;}
.roomtype{padding-top:35px; padding-bottom:35px; border-bottom:1px solid #ddd;}
.facilities {padding:0; margin:0; padding-top:10px; padding-left:20px;  display:block; width:100%; float:left;}
.facilities li {width:45%;  margin-right:5%; float:left; padding:5px; font-size:14px; list-style:outside square; color:#0b1938;}
.facilities li span {color:#666;}
.facilities li span.text-small {display:block;}

.terms {padding:0; margin:0;  padding-left:20px;  display:block; width:100%; float:left;}
.terms li {width:95%;  margin-right:5%; float:left; padding:5px; font-size:14px; list-style:outside square; color:#0b1938;}
.terms li span {color:#666;}
.terms li span.text-small {display:block;}

#services h4 {margin-bottom:10px; margin-top:10px;}
#services .facilities {padding-top:0px; padding-left:20px; padding-bottom:20px; }

.contact-info {margin:0; padding:20px 0 30px 20px;}
.contact-info li {list-style:none; padding:10px 5px 10px 50px; position:relative; }
.contact-info li i {position:absolute; left:0; top:10px; font-size:25px; color:#0b1938;}

.contact-map {border:1px solid #ddd;}
.howfar {padding-top:20px; padding-bottom:20px;}
.contact-map .distance {font-size:48px; font-weight:500;}
.googlemap {padding:10px;}
#contact-form.main-section, #booking.main-section {background:#f1f1f1;}

.form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: 16px;
    font-weight: 300;
    height: 45px;
}
.form-control:-moz-placeholder {
    color: #555;
}
.form-control::-moz-placeholder {
    color: #555;
}
.form-control:focus {
    background: #fff none repeat scroll 0 0;
    border-color: #00294a;
}

.btn {border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; font-weight:300;}
.btn-primary {
    background: #2a91ee none repeat scroll 0 0;
    border: 1px solid #2a91ee;
}

.btn-primary:focus, .btn-primary:hover {
    background: #2ba653 none repeat scroll 0 0;
    border-color: #2ba653;
}

#reservation .icon-booknow {position:absolute; background:url(../img/icon_booknow.png) no-repeat top center; width:100%; height:91px; display:block;}
#reservation .photo-gallery-wrap {margin-bottom:15px;}


#reservation  a.accordion-toggle  h4 {padding:10px 15px 10px 15px; background:#f1f1f1; border:1px solid #f1f1f1; font-size:16px; font-family: 'roboto', sans-sarif; color:#0b1938;}
#reservation .panel-group .panel, #reservation  .panel-heading {border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; box-shadow:none; padding:0;}
#reservation .panel, #reservation .panel-body {border:transparent none;}
#reservation  a.accordion-toggle.collapsed  h4 {background:#fff; border:1px solid #eee;}
#reservation a.accordion-toggle i {color:#2992ed;}
#reservation .panel-group {margin-top:30px;}

#news h4 {margin-top:15px;}
#news a h4 {color:#0b1938;}
#news a:hover h4, #news a:focus h4 {color:#3a80d9;}
#news p, #news-details p {font-size:14px; line-height:1.3;}
.new-image { position:relative; display:block;}
.new-image  img {width:100%; height:auto;}
.posted-date {position:absolute; top:15px; right:15px; background:#2a91ee; z-index:10; color:#fff; padding:5px 7px; display:block;}
.new-short {width:100%;  display:block; min-height:180px;}
.news-content {margin:20px 0 50px 0;}

#news .new-item:nth-child(4n) {clear:left;}

#promotions .promotion-detail {padding-top:10px;}
.promotion-item {margin-top:20px; margin-bottom:50px; padding-bottom:50px; border-bottom:1px solid #eee;}




/* Localized */