@charset "utf-8";
/* CSS Document */

/* Imports */
@import url("reset.css");
 
/***** Global *****/
/* Body */
  body {
    font-size: 87.5%; /* Base font size: 14px */
    margin: 0;
    padding: 0;
    text-align: left;
	background:#FFF;
	  font-family: 'Open Sans', sans-serif;
	color:#565656;
	  font-weight: 300;
  }
 
/* Headings */
h1 {font-size: 2.571em} /* 24px */
h2 {font-size: 1.571em} /* 22px */
h3 {font-size: 1.429em} /* 20px */
h4 {font-size: 1.286em} /* 18px */
h5 {font-size: 1.143em} /* 16px */
h6 {font-size: 1em} /* 14px */
 
h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	margin-bottom: .4em;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}
 
/* Anchors */
a {outline:0 !important;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
  color: #2d2017;
  padding: 0 1px;
  text-decoration:none;
}
a:hover, a:active {
  color: #2d2017;
  text-decoration: none;
}


section{
	padding:80px 0 80px 0;
}
  
/*===== Main Style =====*/

#header{
	background:#FFF;
	color: #565656;
	}

#logo a{
	display:block;
	height:90px;
	text-indent:-9999px;
	}

/*navigation*/ 
 
#primary_nav ul {
    list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	height:50px;
	text-transform: uppercase;
	background: #76323f;
	margin-top:30px;
}
 
#primary_nav li a {
    display: block;
    color: #FFF;
    text-decoration: none;
}
 
#primary_nav li:last-child a {
    border-bottom: none;
}




#slider{
	background:url(../img/slider-shadow.png) no-repeat bottom center;
	padding:0 0 29px 0;
}


#slider .s-wrap{
	background:#76323f;
	padding:20px 0 0 0;
}

.slide-wrap{
	width:1366px;
}

.rslides{
	max-height:520px;
	overflow:hidden;
	}

/*MAIN CONTENT*/

.home-content{
	background: #c09f80 !important;
	color: #f5f5f5;
}

.home-content h1{
	color: #f5f5f5;
}

.home-content p{
	margin-top:10px;
	line-height:30px;
}

.content{
	line-height:2.571em;
	}

.content strong{ font-weight:bold; color:#76323f;}

.content p{
	padding:0 0 20px 0;
	font-size:1.143em;
	}

.content h1{
	text-align: center;
	padding-bottom:20px;
	color: #76323f;
	font-size:2.571em;
	text-transform: uppercase;
	}


.content h1:after {
	content: '';
	background:#c09f80;
	width:100px;
	height: 2px;
	display: block;
	margin: 0 auto;
	margin-top:20px;

}


.more a{
	background:#76323f;
	padding:6px 8px;
	color:#f6e7d5;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	}

.more a:hover{
	background:#76323f;
	}

.facilities ul{
	padding-bottom:20px;
	font-weight: bold;
	color:#76323f;
	}
.facilities li{
        position:relative;
	border: 1px solid #dbdbdb;
	float: left;
	margin: 10px 5px;
	padding:2px 6px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
    }

.facilities li:before {
	font-family: FontAwesome;
	font-size:10px;
	top:0;
    left:-5px;
    padding-right:10px;
	color:#76323f;
    content: "\f005"; 
    }

/* LIST ITEM */

.list ul{
	padding-bottom:20px;
	}
.list li{
        position:relative;
		border-bottom:1px dotted #E7BD95;
		padding-bottom:5px;
    }

.list li:before {
	font-family: FontAwesome;
	font-size:6px;
	top:0;
    left:-5px;
    padding-right:5px;
	color:#76323f;
    content: "\f111"; 
    }


/* FEATURE IMAGE */

#featured{
	background: #f1f1f1;;
	padding:0 0 40px 0;
	height:100%;
	overflow:hidden;
	}

/*=== FOOTER ===*/

#footer{
	background:#76323f;
	color:#f5f5f5;
	padding:40px 0 40px 0;
	}

#footer hr{
	border: none;
}

#footer h2{
	font-family: 'Open Sans', sans-serif;
	font-size:1.714em;
	margin:0;
	}

#footer a:link, a:visited {
  color: #f5f5f5;
  padding: 0 1px;
}
#footer a:hover, a:active {
  color: #f5f5f5;
  text-decoration: none;
  background:none;
}

#footer .ft_link li{
	float:left;
	padding:10px 0;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	letter-spacing: 1px;
	}

.ft_link li a{
	font-size:1em !important;
	color:#f5f5f5 !important;
	}

#footer .ft_link li:after{
	font-size:1em;
    top:0;
    left:-5px;
    padding:0 7px;
	color:#f5f5f5;
    content: "|";
	}

#footer a{
	font-size:11px;
	padding:0 0 4px 0;
	color:#D9923B;
	}

.copyright{
	font-size:1em;
	text-align:center;
	padding:15px 0;
	line-height:1.429em;
	}

.copyright a{
	color:#76323f;
	letter-spacing: 1px;
	font-size:0.786em;
	font-weight: bold;
	}
	

.ft_about{
	text-align:justify;
	line-height:20px;
	}

.ft_about h2{
	background-size:30px 28px;
	padding:0 0 0 35px;
	}

.ft_cnct{
	line-height:24px;
	text-align: center;
	}

.ft_cnct h2{
	background-size:30px 28px;
	padding:0 0 0 35px;
	}

.ft_cnct a{
	font-size: 1em !important;
	color: #f1f1f1 !important;
	text-decoration: underline;
}

.ft_gallery ul{
	margin-top:10px;
	}

.ft_gallery li{
	display:block;
	padding:3px 3px 3px 3px;
	float:left;
	margin-right:9px;
	margin-bottom:9px;
	background:#FFF;
	border: 1px solid #c09f80;
	line-height: 0;
	}

.ft_gallery li img{
	width:68px;
	height:54px;
	}


/*==== PAGES ====*/

.tariff{ border:none;}

.tariff td, th{
		padding:10px;
		text-transform:uppercase;
		border:none;
	}

.tariff tr{
	border-bottom:1px solid #231F20;
	}

.tariff ul li{
	font-weight:bold;

	padding:5px 0;
	}

.tariff em{ font-style:italic; text-transform:capitalize;}	

.tariff strong{ font-weight:bold;}
	
.tariff thead{
	font-weight:bold;
	color:#732002;
	}

.tariff tr:nth-of-type(odd){

}
/*media queries*/

@media only screen and (max-width:320px) {
			#logo a{
	background-size:120px 120px !important;
	height:120px !important;
	}
	.tariff{
		font-size:11px;
		}
	}

@media only screen and (max-width:360px) {


}

	
@media only screen and (max-width:768px) {
	#logo a{
	height:auto;
	}
	#slider{
		padding:10px 0;
	}
	.rslides img{min-height:250px;}
	#slider img{min-height:200px;}
	#slider .s-wrap{
		padding:0;
	}
	#home-slider .s-wrap{
		padding:0;
	}

	#services .owl-carousel-li .owl-controls {
		position: absolute;
		width:120px;
		margin: 0 auto;
		padding-top:50px;
		left: 0;
		right: 0
	}

	#featured .owl-carousel-img .owl-controls {
		width:120px;
		margin: 0 auto;
		left: 0;
		right: 0
	}

	section{
		padding:60px 0;
	}
	}
 
@media only screen and (max-width: 980px) {
 
    a.to_nav {
        display: none;
    }
		#primary_nav li a:hover{
		background:none !important;
	}
	#primary_nav .active a{ background:none !important;}
 
}

@media only screen and (min-width: 980px) {
	.space{
	padding:0 0 0 50px;
	}
	
	.reservation{
	float:right;
	}
 
    a.to_nav {
        display: none;
    }
	
	@-moz-document url-prefix() { 
#primary_nav {
        background:url(../img/nav-top.png) no-repeat top center;
		padding-top:5px;
    }
}
     

     
    #primary_nav li {
        display:block;
		float:left;
		line-height:none;
    }
	
	 #primary_nav li:last-child{
		 background:none !important;
		 }
     
    #primary_nav li a {
        border: none;
        padding:20px 14px 16px 14px !important;
    }
	
	/* Hide Dropdowns by Default
 * and giving it a position of absolute */
#primary_nav  ul ul {
   display: none;
   position: absolute;
   top:90%;
   z-index:1000;
}
 
/* Display Dropdowns on Hover */
#primary_nav  ul li:hover > ul {
   display:inherit;
}

#primary_nav  ul ul li a{   
   background:#23170E;
   color:#f2e2cf;
   font-size:14px;
   }
  
#primary_nav  ul ul li a:hover{
background:#3e2c20 !important;
   color:#f2e2cf;
	}
 
/* Fisrt Tier Dropdown */
#primary_nav  ul ul li {
   min-width:170px;
   float:none;
   display:list-item;
   position: relative;
   background:none !important;
}
	

	@media screen and (-webkit-min-device-pixel-ratio:0) {
#primary_nav li a {
        padding:13px 12px 12px 12px;
    }
}

	 #primary_nav li a:hover{
		 background: #853b49;
		 }

	#primary_nav .active a{color: #FFF; background: #853b49;}
 
}

.slicknav_menu {
	display:none;
	background:#76323f !important;
}

.slicknav_menu ul{
	padding:0 20px 20px 0 !important;
	}

.slicknav_menu li a{
	font-family: 'Roboto Slab', serif;
	color:#FFF;
	border-bottom:1px solid #f5f5f5;
	padding:8px 10px 8px 10px;
	}

.slicknav_menu li a:hover{
	background:none;
	color:#FFF;
	}

@media screen and (max-width:980px) {
		
	.slide-wrap{
		width:100% !important;
		}
}

@media screen and (max-width:800px) {
	#primary_nav {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}

}

/* GALLERY
===========*/

.gallery {
	width:100%;
	height:100%;
	overflow:hidden;
	}

.gallery li{
	float:left;
	margin-right:12px;
	}

.gallery li img{
	width:110px;
	height:100px;
	}

.gallery .clr_right{
	margin-right:0;
	}

/*==== MISC ==== */

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.clear{ margin:0; padding:0; clear:both;}

.phone{
	font-size:1.143em;
	background-size:20px 20px;
	padding:2px 0 5px 30px;
	}
	
.email{
	font-size:1.143em;
	background-size:20px 20px;
	padding:2px 0 5px 30px;
	}

.email .fa, .phone .fa{
	font-size: 13px;
	height:25px;
	width:25px;
	text-align: center;
	padding:5px;
	color: #76323f;
	border: 1px solid #76323f;
	border-radius: 50%;
}

.heading{
	font-family: 'Open Sans', sans-serif;
	color:#76323f;
	text-transform: uppercase;
	}


.border{
	}

.txt{ font-style:italic; padding-bottom:6px; border-top:1px dotted #E3D5B9;}

.explore-dzongu{ padding:0 15px 15px 15px;}

.content-box{
	background:#BCAB8A;
	padding:20px;
	border:1px solid #A29274;
	height:100%;
	overflow:hidden;
	}

.tariff th{
	font-size:16px;
	font-family: 'Roboto Slab', serif;
	}
.tariff td{ text-transform:capitalize;}
.tariff td strong{
	font-size:16px;
	}
/* FORM
===========*/

#form{
	margin:0 auto;
	font-size:16px;
	padding:10px 0;
	}

#form h1 span{ font-size:14px; color:#000; font-weight:normal; margin-left:20px;}

#form h1{ margin-left:20px;}

#form span{ color:#F00; font-size:18px;}

#form asp, #form input, #form  select,  #form textarea{
	font-size:14px;
	padding:8px 0 8px 8px;
	background:#FFF;
	margin-bottom:5px;
	border:none;
	color:#23170E;
	border: 1px solid #ccc;
	width:100%;
	}

#form .date-pick{width:100px;}
#form .guest{width:60px;}

#form .submit{
		width:100px;
		background:#76323f;
		cursor:pointer;
		border:none;
		color:#FFF;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		}
	
.error {
	font: normal 10px arial;
	padding: 3px;
	margin: 3px;
	background-color: #ffc;
	border: 1px solid #c00;
}

#services{
	padding:100px 0;
}

#services .item{
	float:left;
	text-align: center;
	font-weight: bold;
}

#services h2 {
	text-align: center;
	padding-bottom:20px;
	color: #76323f;
	font-size:2.571em;
	text-transform: uppercase;
}

h2:after {
	content: '';
	background:#c09f80;
	width:100px;
	height: 2px;
	display: block;
	margin: 0 auto;
	margin-top:20px;

}

#services .service {
	display: block;
	width:80px;
	min-height:80px;
	padding-top:22px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: #76323f;
	border-radius:50%;
	color: #FFF;
	margin-bottom: 20px;
}

#services .fa {
	font-size: 40px;
	margin-bottom: 10px;
}



#services .owl-carousel-li .owl-controls .active.owl-dot span {
	background: #76323f
}

#services .owl-carousel-li .owl-controls .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: 20px;
	border: none;
	color: #FFF;
	background:#76323f;
	text-align: center;
	padding: 8px;
}

#services .owl-carousel-li .owl-controls .owl-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	color: #FFF;
	background:#76323f;
	border: none;
	bottom: 20px;
	text-align: center;
	padding: 8px;
}

#services .owl-carousel-li .owl-controls .fa {
	font-size: 24px
}

#about-us{
	background: #f1f1f1;
}

#about-us .home-about{
	line-height:1.900em;
	padding-right:20px;
	font-weight: 300;
}

.owl-carousel-slide .item img{
	height:400px;
}

#home-slider .owl-carousel-slide .owl-controls {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:220px;
}

#home-slider .owl-carousel-slide .owl-controls .active.owl-dot span {
	background: #76323f
}

#home-slider .owl-carousel-slide .owl-controls .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: 20px;
	border: none;
	color: #111;
	background:#FFF;
	text-align: center;
	padding: 8px;
}

#home-slider .owl-carousel-slide .owl-controls .owl-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	color: #111;
	background:#FFF;
	border: none;
	bottom: 20px;
	text-align: center;
	padding: 8px;
}

#home-slider .owl-carousel-slide .owl-controls .fa {
	font-size: 24px
}

.testimonial {
	margin-top: 10px;
	background: #fff;
}


#owl-testimonial .item {
	text-align: center
}

#owl-testimonial .item img {
	width: 130px;
}

#owl-testimonial .item span {
	margin-top: 28px;
	display: block;
	color: #e86859;
	font-size: 13px;
	font-style: italic;
	font-weight: 300
}

#owl-testimonial .item h4 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212
}


#owl-testimonial .item p {
	font-size: 17px;
	font-style: italic;
	color: #4a4a4a;
	padding: 0;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: .5px
}

.owl-pagination {
	margin-top: 15px;
	margin-left: -30px;
	opacity: 1;
	display: inline-block;
	position: absolute;
	text-align: center;
	z-index: 9999
}

.owl-page span {
	text-align: center;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	filter: alpha(opacity=50);
	opacity: .5;
	border-radius: 20px;
	background: #e86859
}


/** HOME GALLERY **/

#gallery h2 {
	text-align: center;
	padding-bottom:20px;
	color: #76323f;
	font-size:2.571em;
	text-transform: uppercase;
}

h2:after {
	content: '';
	background:#c09f80;
	width:100px;
	height: 2px;
	display: block;
	margin: 0 auto;
	margin-top:20px;

}

#gallery{
	background: #f5f5f5;
}
#gallery .row > div{
	padding: 0;
	margin: 0;
}
#gallery .row  img{
	padding:0 5px !important;
}

.gallery{
	margin-bottom:30px;
}
.gallery a{
	margin: 0;padding:0;
	padding:0 0 0 5px !important;
}

.view-more { text-align: center; display:block;}
.view-more a{
	margin: 0 auto;
	text-align: center;
	color: #76323f;
	font-weight: bold;
	letter-spacing: .1em;
}
.view-more a:hover{
	border-bottom: 2px solid #76323f;
}

/** CONTACT **/
#contact{
	background: #f5f5f5;
	text-align: center;
}
#contact h2{
	color:#76323f;
	font-size:2.500em;
}

#contact span{
	font-size: 2em;
}

#contact .fa{
	color:#76323f;
}


/* ATTRACTIONS */

.img-overlay{
	position: relative;
	margin-bottom: 20px;
}


.img-overlay img{
	width: 100%;
	height:250px;
	transition: transform .2s;
	border: 1px solid #dbdbdb;
	border-bottom: none;
	padding:15px;
}


.img-overlay span{
	background:#c09f80;
	color: #FFF;
	display:inline-block;
	padding:2px 10px;
	font-weight:400;
	font-size:1.2rem;
	width:100%;
}

.centered-text{
	text-align: center;
}
