/**************************************************
Baan Innto Resort Stylesheet by CMNice Solutions. *
**************************************************/

/*** Reset Documents ***/
/*@import url('reset.css');*/

/******** Fonts ********/
@import url('fonts.css');

.container-fluid a,
.container a {
    text-decoration: none !important;
}

.body-wrap{
	background-color:#fff;
	max-width: 1170px;
	margin: 0 auto;
    position: relative;
}
/* WIDTH SETTING */
.wrapper {
	width: 100%;
    height: 100%;
	max-width: 1170px;
	margin: 0 auto;
    position: relative;
}
.nav-hold {
	width:100%;
    height: auto;
	margin:0 auto;
    position: relative;
}

.content-container {
    width: 100%;
    height: auto;
    position: relative;
}

.top-contact {
    position: relative;
    background-color: #46a096;
    border-top: 5px solid #f8daa4;
    border-bottom: 5px solid #f8daa4;
}
.top-contact p {
    font: 14px/1 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}
.top-contact strong {
    font: 23.57px/1 kittithada_roman_55regular;
    color: #000;
}


.main-nav{
	width:100%;
	position: relative;
	z-index:9;
}
/* NAVIGATION */
.logo-active {
    display: inline-block;
    width: 157px;
    height: 146px;
    position: relative;
    background: #866d2d;
    vertical-align: top;
}
.logo-active::after {
    position: absolute;
    left: 0;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 78.5px 0 78.5px;
    border-color: #866d2d transparent transparent transparent;
}
.logo-active img,
.logo-inactive img {
    display: block;
    margin: 15px auto;
}
.logo-inactive {
    display: inline-block;
    width: 157px;
    height: 146px;
    position: relative;
    vertical-align: top;
}

.nav-logo{
	display: block;
    position: relative;
    z-index: 2;
	width:100%;
}

/* Main Menu */
.nav-list {
	width: 100%;
    height: 100%;
	position: relative;
    margin-bottom: 0;
}
.nav-list li {
	display:inline-block;
	height: 100%;
	padding:0 1em;
    box-sizing: border-box;
    position: relative;
	text-align:center;
	vertical-align:top;
}
.nav-list li:first-child{
	border:0;
}
.nav-list li:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:100%;
	background-color:#333;
}
.nav-list li:last-child:after{
	display:none;
}
/*.nav-list li#active {
    background: #252525;
    border-radius: 15px;
    padding: 1px 15px;
}*/
.nav-list li a{
	text-decoration: none;
    color: #333;
    font: 18px 'alaskaregular';
}
.nav-list li#active a,
.nav-list li#active a span{
    color: #c00c19;
}
.nav-list li a span{
    font: 18px/1 'CordiaDSE';
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-list li a span{
	display:block;
}

.nav-menu {
	display:none;
}

/* Sub nav */
.nav-list li ul {
	width: 120px;
	display: none;
	position: absolute;
	top: 100%;
	left:0;
	z-index:99;
}
.nav-list li:hover ul {
	display:block;
}
.nav-list li ul li,
.nav-list li ul li:first-child{
	min-height: 25px;
	width: 100%;
	margin: 0;
    background: #f3f3f3;
    border-bottom: 2px dotted #ccc;
	transition:all 0.5s;
}
.nav-list li ul li:hover{
	background: #ccc;
}
.nav-list li ul li:hover a{
	color: #c00c19;
}
.nav-list li ul li::after {
	display: none;
}
.nav-list li ul li:last-child a {
	border: 0;
}
.nav-list li ul li{
	text-align:center;
}
.nav-list li ul li a{
	text-decoration: none;
    color: #333;
    font: 18px 'alaskaregular';
	text-align:center;
}

.nav-item .nav-link {
    font: 16px/1 'Kanit', sans-serif;
    color: #999;
    font-weight: 300;
}

/* Heading */
.heading1 {
	font: 31px/1 'Kanit', sans-serif !important;
    color: #ffe3b3 !important;
    position: relative;
    margin-bottom: 25px;
}
.heading1::after {
	position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 84px;
    height: 3px;
    background-color: #ffe3b3;
    content: "";
}

.heading2 {
    font: 20px/1 'Kanit', sans-serif;
    color: #000;
}

.heading3 {
	font: 31px/1 'Kanit', sans-serif !important;
    color: #46a096 !important;
    position: relative;
    margin-bottom: 25px;
}
.heading3::after {
	position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 84px;
    height: 3px;
    background-color: #46a096;
    content: "";
}

/* About Content */
.about-content {
    position: relative;
    font-family: 'Kanit', sans-serif;
}
.about-content h1 {
    font: 35px/1 'Kanit', sans-serif;
    color: #46a096;
}
.about-content p {
    font: 15px/1.3 'Kanit', sans-serif;
    color: #999;
    font-weight: 300;
}
.about-content button {
    font: 12px/1 'Kanit', sans-serif;
}

/*.fadein-box{
	position: relative;
	width:100%;
	height:auto;
}
.fadein {
	opacity: 0;
  	margin-top:100px;
    max-width:100%;
}*/

/* Text Content */
.text-content {
    position: relative;
    font-family: 'Kanit', sans-serif;
}
.text-content h1 {
    font: 26px/1 'Kanit', sans-serif;
    color: #626262;
}
.text-content p {
    font: 14px/1.3 'Kanit', sans-serif;
    color: #626262;
    font-weight: 300;
}
.text-content img {
    max-width: 100% !important;
    height: auto !important;
}
.text-content ul li {
    list-style: disc;
    list-style-position: inside;
}
.text-content ol li {
    list-style: decimal;
    list-style-position: inside;
}
.text-content ul li,
.text-content ol li {
    font: 14px/1.3 'Kanit', sans-serif;
    color: #626262;
    font-weight: 300;
}

/* Project */
.project-box {
    position: relative;
    width: 100%;
}
.project-box .img {
    position: relative;
    width: 100%;
    height: 230px;
}
.project-box .img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.project-box h1 {
    font: 20px/1 'Kanit', sans-serif;
    color: #000;
}
.project-box p {
    font: 14px/1.4 'Kanit', sans-serif;
    color: #7b7b7b;
    font-weight: 300;
}
.project-box button {
    font: 14px/1 'Kanit', sans-serif;
}

.img-glow {
    padding: 5px;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 1.5px 2.6px 21px rgba(181, 203, 221, 0.8);
}

/* Room Detail */
.room-detail {
    position: relative;
    font-family: 'Kanit', sans-serif;
}
.room-detail img {
    max-width: 100%;
    height: auto !important;
}
.room-detail h1 {
    font: 20px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 500;
}
.room-detail p {
    font: 14px/1.3 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}
.room-detail ol {
    list-style: decimal;
    list-style-position: inside;
}
.room-detail ul {
    list-style: disc;
    list-style-position: inside;
}
.room-detail ul li,
.room-detail ol li {
    font: 14px/1.3 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;    
}

.red-box {
    position: relative;
    background-color: #ffe3b3;
    border-radius: 25px;
}
.red-box * {
    color: #000 !important;
}
.dashed-box {
    position: relative;
    border: 1px dashed #000;
    border-radius: 25px;
}

/* Welcome*/
.welcome-detail{
	font: 26px/1.2 'CordiaDSE';
    color: #333;
}
/* Promotion */
.promotion-contain h3{
	font: 26px/1 'ThaiSansNeue-Bold';
    color: #c10d19;
}
.promotion-contain p{
	text-decoration: none;
    font: 20px 'ThaiSansNeue-Bold';
    font-style: italic;
    color: #333;
}
.promotion-contain a{
	font: 20px 'ThaiSansNeue-Bold';
    font-style: italic;
}
.content-container img{
	max-width:100% !important;
}
.promotion-contain img{
	width:auto !important;
	height:auto !important;
	max-width:100% !important;
}
/* Content */
.content-container{
	font-family: 'Kanit', sans-serif;
    color: #333;
}
.content-container h3{
	font: 16px/1 'Kanit', sans-serif;
	color:#000;
}
.content-container h2 {
    font: 18px/1 'Kanit', sans-serif;
    color: #333;
}
.content-container h2:lang(en){
	font: 18px/1 'Kanit', sans-serif;
}

/* Plan */
.plan-container img{
	max-width:100%;
}
.plan-container a{
	text-decoration: none;
    font: 20px 'ThaiSansNeue-Bold';
    font-style: italic;
}
.plan-list h3{
	font: 22px/1 'ThaiSansNeue-Bold';
    color: #c10d19;
}
.plan-list h3 p{
	text-decoration: none;
    font: 18px 'ThaiSansNeue-Bold';
    font-style: italic;
    color: #016d9b;
}
.plan-list span{
	font: 18px 'ThaiSansNeue-Bold';
	color:#000;
}
.icn-plan-1{
	width:28px;
}
.icn-plan-2{
	width:28px;
}
.icn-plan-3{
	width:36px;
}
.icn-plan-4{
	width:28px;
}

/* Location */
.location-container{
	font: 24px/1.2 'CordiaDSE';
    color: #333;
}


/* Footer */
.footer-content{
	background-color: #46a096;
    border-top: 5px solid #f8daa4;
}
.footer-content h1 {
	font: 24px/1 'Kanit', sans-serif;
    color: #fff;
}
.footer-content p {
	font: 16px/1.3 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}
.hr-1{
	border-top:2px solid #333 !important;
}
.footer {
    width: 100%;
    height: auto;
    background: #333;
	color:#fff;
    position: relative;
}
.footer .banner img{
	max-width:100%;
}
.footer p {
    font: 21px/1 kittithada_roman_55regular;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.footer p a {
    color: #fff;
    text-decoration: none;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #555;
    color: #fff;
}
.flex-direction-nav a{
	line-height:normal;
}

.social-fix{
	width:50px;
	height:auto;
	position:fixed;
	top:30%;
	right:0;
	z-index:999;
}
.social-fix img{
	width:100%;
	float:left;
}
.social-fix a{
	text-decoration: none;
}

.clearfix {
    clear: both;
}