@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(https://fonts.googleapis.com/css?family=Quicksand);
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/css?family=Play);
@import url(https://fonts.googleapis.com/css?family=Dosis|Maven+Pro);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400italic);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower|Dancing+Script|Oleo+Script);
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);

*{margin:0; padding:0;}


.linkA h3 {
    color: #ce9743;
    font-family: 'Ubuntu Condensed', sans-serif;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.linkA h3:hover{
     background: #59B947;
    color: #fff;
}

.mapfix{
	padding:0;
}

.rooms-list > ul li{
	height:533px !important;
}
.rommlericontrol{
	width:3%;
}
body{
	background:#fff;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Didact Gothic', sans-serif;
	overflow-x:hidden;
}

.mediaM{
	overflow:hidden;
}
.foodM p{
	
}


.fancyCap {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    top: 0px;
    right: 100%;
	text-align:center;
	padding-top:100px;
}
.fancyCap p {
	font-size:24px;
    text-align: center
}
.fancyCap a{
   text-decoration:none;
   color:#fff;
}
.mediaM:hover .fancyCap {
    top: 0px;
    right: 0px
}


.bokingD1 .form-control{
	height:40px;
}



.red_btn{
	cursor:auto !important;
}


.text-greenGray{
	color:#af9b60;
}
.text-lightGray{
	color:#d2d2d2;
}

.form-group{
	margin-bottom:0;
}

.width100{
	width:100%;
}
.martopbtn5{
	margin-top:5px;
}
.martopbtn10{
	margin-top:10px;
}
.martop30{
	margin-top:30px;
}
.martop145xs100{
	margin-top:145px;
}
.marbottom30{
	margin-bottom:30px;
}
.mtoplg20xs0{
	margin-top: 20px;
}
.mtoplg40xs0{
	margin-top: 80px;
}
.mtoplg30xs10{
	margin-top: 0px;
}
.marleft30{
	margin-left:30px;
}
.padleftright0{
	padding-left:0;
	padding-right:0;
}
.padleftright5{
	padding-left:4px;
	padding-right:4px;
}
.padright{
	padding-right:0px;
}
.marleftright{
	margin-right:0px;
	margin-left:0px;
}

.btn-hidden{
	background:none;
	color:#fff;
	border-bottom:1px solid #b3cfd8;
	padding:2px 12px;
}

.btn-green{
	background:#59B947;
	color:#000;
	border-radius:10px;
}
.btn-green:hover{
	color:#000;
}
.btn-yellow-big{
	background:#FE3939;
	color:#fff;
	padding:20px 40px;
}
.btn-yellow-big:hover{
	color:#fff;
}

.btn-yellow{
	background:#FE3939;
	color:#fff;
	padding:10px 40px;
}
.btn-yellow:hover{
	color:#fff;
}

.icon-line {
    width: 50%;
}
.icon-line:before {
    border-bottom: 1px solid #333;
    content: "";
    display: inline-block;
    position: absolute;
	left:0px;
    top: 40px;
    width: 100%;
    z-index: 1;
}
.icon-line h2 {
    color: #333;
	background:#FBFBFB;
    padding: 0px;
    position: relative;
    z-index: 1;
}


.view-allP {
    color: #ffffff;
    font-size:18px;
    padding: 15px 0;
    background: #59b947;
    margin: 30px 0 0 0;
    width: 100%;
    text-align: center;
}


/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#CE9743;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #fff;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* Style Start */
.bokingD1{
	background:rgba(216, 144, 64, 0.5);
	padding-left:150px;
	padding-right:30px;
	    width: 550px;
    height: 91%;
	position:absolute;
	left:-250%;
	top:0%;
}
.bokingD1 h1{
	color: #333;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 30px;
	margin-top:0;
}
#bookMenu1 button{
	background:transparent;
}
#bookMenu2 button{
	background:transparent;
}



.menu::-webkit-scrollbar { 
    display: none; 
}

.menu {
    background: rgba(0, 0, 0,0.93);
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    overflow-X: hidden;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    padding: 50px 0px;
	display:none;
}
.menu ul li{
	list-style:none;
	padding-top:30px;
}
.menu ul li a{
	color:#fff;
	font-size:24px;
}
.menu ul li:hover a{
	color:#fff;
}

.socialV ul li{
	float:left;
	padding:20px;
}
.menuBdr{
	border:1px solid #ccc;
	width:400px;
}

#myNavbarMenu1{
	display:none;
}

.btn-black .icon-bar{
	        width: 40px;
    height: 5px;
    background: #000;
    display: block;
    margin-top: 6px;
}



.headerBack{
	background:url(../img/palashbari_bg.jpg) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	padding-bottom:30px;
	position:relative;
}


.menuTag {
}
#myNavbarMenu button {
    background: transparent;
    position: absolute;
        right: 8px;
    top: 10px;
}

#myNavbarMenu button:hover{
	-webkit-transform: rotateY(180deg); 
    transform: rotateY(180deg);
}

#myNavbarMenu1 button {
    background: transparent;
	color:#fff;
}
.mainlogo img{
	height:60px;
}
.sublogo h1{
	font-family: 'Play', sans-serif;
	/*font-family: 'Dancing Script', cursive;
	font-family: NowAlt-Bold;*/
	font-size:110px;
	color:#fff;
	margin-top: 0;
}
.sublogo h1 span{
	font-size:40px;
	color:#D89040;
	font-family: 'Dancing Script', cursive;
}
.headerF{
	background:rgba(216,144,64,0.8);
	padding:10px;
	color:#fff;
	font-size:36px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	font-family: 'Source Serif Pro', serif;
}
.headerF p{
	margin:0;
	font-size:30px;
	font-family: 'Play', sans-serif;
}



.explore img{
	height:100px;
	margin-top:125px;
	margin-bottom:32px;
	
}
.exImg{
	position:relative;
	
}
/* .explore img:after{
	-webkit-transform-style: preserve-3d;
    -webkit-animation: sonarEffect 2s infinite ease-out;
    -moz-animation: sonarEffect 2s infinite ease-out;
    -o-animation: sonarEffect 2s infinite ease-out;
    -ms-animation: sonarEffect 2s infinite ease-out;
    animation: sonarEffect 2s infinite ease-out;
}
 */
.exText{
	position: absolute;
    top: 25px;
    left: 48%;
	
	
}
.exText p{
	margin-top: -20px;
    margin-left: -6px;
    color: #fff;
    font-size: 14px;
}
.arrows {
    width: 50px;
    height: 72px;
}
@keyframes arrow
{
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}

.arrows path{
    stroke: #fff;
    fill: transparent;
    stroke-width: 2px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}
.tagDc{
	background: #d89040;
	opacity: 0.9;
	width: 190px;
	height: 89px;
	position: absolute;
	top: 1px;
	left: -190px;
	z-index: -1;
}
.tagDc h3{
	font-size: 25px;
	font-family: 'Dosis', sans-serif;
	color:#000;
	padding-left: 20px;
	padding-top: 4px;
	font-weight:bold;
}
.tag:hover{
	left:190px;
}
.tag1:hover{
	left:190px;
}
.tag2:hover{
	left:190px;
}

.tag{
	background:url(../img/tag.png) no-repeat;
	position:absolute;
	top: 19%;
	left:0px;
	height: 155px;
	width: 120px;
	z-index:111;
	transition:all 0.6s linear;
	-webkit-transition:all 0.6s linear;
}
.tag img{
	height: 43px;
	margin: 20px 8px;
}
.tag1{
	background:url(../img/tag.png) no-repeat;
	position:absolute;
	top: 32%;
	left:0px;
	height: 155px;
	width: 120px;
	z-index:111;
	transition:all 0.6s linear;
	-webkit-transition:all 0.6s linear;
}
.tag1 img{
	height: 35px;
	margin: 25px 8px;
}

.tag2{
	background:url(../img/tag.png) no-repeat;
	position:absolute;
	top: 45%;
	left:0px;
	height: 155px;
	width: 120px;
	z-index:111;
	transition:all 0.6s linear;
	-webkit-transition:all 0.6s linear;
}



.tag2 img{
	height: 43px;
	margin: 23px 8px;
}




.aa{
	display:none;
}






.navbar-toggle{
	float:none
}
.header{
	background:#fff;
	border-bottom:1px solid #666;
	padding:10px 0;
}
.header9{
	background:#fff;
	padding:10px 0;
	transition:all 1s linear;
	-webkit-transition:all 1s linear;
	-moz-transition:all 1s linear;
	-o-transition:all 1s linear;
}
.comlogo img{
	height:45px;
}
.header ul li{
	list-style:none;
	float:left;  
	margin: auto 5px;
}
.header ul li a:hover{
	border-bottom:2px solid #FFBF60;
}
.header ul{
	margin-top:10px;
}
.header ul li a{
	color:#333;
	font-size: 16px;
	padding:10px 15px;
	text-align:center;
	border-radius:0;
	display:block;
	border-bottom:2px solid transparent;
	transition:all 1s;
	-webkit-transition:all 1s;
}


.dropdown-menu li a{
	border-bottom:transparent !important;
	background:transparent !important;
}

.header9 ul li{
	list-style:none;
	float:left;  
	margin: auto 5px;
}
.header9 ul li:hover a{
	border-bottom:2px solid #FFBF60;
}
.header9 ul{
	margin-top:10px;
}
.header9 ul li a{
	color:#333;
	font-size: 16px;
	padding:10px 15px;
	text-align:center;
	border-radius:0;
	display:block;
	border-bottom:2px solid transparent;
	transition:all 1s;
	-webkit-transition:all 1s;
}
.logoP img{
	height:110px;
	margin-top:50px;
}

.sitemap{
	background:#454544;
	padding:20px;
}
.sitemap ul li{
	list-style:none;
}
.sitemap ul li a{
	color:#fff;
	font-size:18px;
    font-family: 'Dosis', sans-serif;
}
.sitemap h4{
	color:#fff;
}


.footer{
	background:#1e1e1e;
	padding:10px;
	border-top:2px solid #000;
}
.footer p{
	color:#fff;
}
.footer p a{
	color:#ce9743;
}
.text-orange{
	color:#ce9743;
}
/* .navbar-toggle{
	display:block;
} */
.navbar-toggle .icon-bar{
	background:#000;
	width:30px;
	height:3px;
}

.palashWel h1{
	color:#59b947;
	font-family:NowAlt-Bold;
	font-size:70px;
}
.palashWel h1 small{
	color:#59b947;
}
.palashWel h1 span{
	font-family: 'Quicksand', sans-serif;
	font-size:20px;
	color:#ce9743;
	font-weight:bold;
}
.palashWel p{
	font-size:18px;
	color:#424242;
}
.palashWel2 h2{
	color:#ce9743;
}

.acDg{
	background:#53b749;
	padding:20px;
	height: 300px;
	width:100%;
}

.acDg h2{
	color:#fff;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.acDg p{
	font-size:18px;
	color:#fff;
}
.acImg{
	position:relative;
	overflow:hidden;
}
.acImg img{
	height: 300px;
	width:100%;
}
.acTag{
	position:absolute;
	top:-40px;
	left:45%;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
}
.acTag img{
	height:40px;
}

.acImg:hover .acTag{
	top:-10px;
}

.acTag1{
	position:absolute;
	bottom:-40px;
	left:45%;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
}
.acTag1 img{
	height:40px;
}

.acImg:hover .acTag1{
	bottom:-10px;
}

.acTag2{
	position:absolute;
	top:-40px;
	left:45%;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
}
.acTag2 img{
	height:40px;
}

.acImg:hover .acTag2{
	top:-10px;
}


.activeP{
	margin-top: 30px;
}
.acDb{
	background:#3bb2d4;
	padding:20px;
	height: 300px;
	width:100%;
}
.acDb h2{
	color:#fff;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.acDb p{
	font-size:18px;
	color:#fff;
}
.acDp{
	background:#ce9743;
	padding:20px;
	height: 300px;
	width:100%;
}
.acDp h2{
	color:#fff;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.acDp p{
	font-size:18px;
	color:#fff;
}


.acImgcap {
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
	font-weight:bold;
	font-size:36px;
	text-align:center;
	line-height:300px;
	font-family: 'Ubuntu Condensed', sans-serif;
    z-index: 0;
	opacity:0;
    transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
}
.acImgcap:after {
    opacity: 0.60;
    background: #53b749;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.acImg:hover .acImgcap{
	-moz-transform: scale(1) rotate(0deg);
          -ms-transform: scale(1) rotate(0deg);
          -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
          opacity: 1; 
}
.acImgcap1 {
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
	font-weight:bold;
	font-size:36px;
	text-align:center;
	line-height:300px;
	font-family: 'Ubuntu Condensed', sans-serif;
    z-index: 0;
	opacity:0;
    transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
}
.acImgcap1:after {
    opacity: 0.60;
    background: #ce9743;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.acImg:hover .acImgcap1{
	-moz-transform: scale(1) rotate(0deg);
          -ms-transform: scale(1) rotate(0deg);
          -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
          opacity: 1; 
}


.acImgcap2 {
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
	font-weight:bold;
	font-size:36px;
	text-align:center;
	line-height:300px;
	font-family: 'Ubuntu Condensed', sans-serif;
    z-index: 0;
	opacity:0;
    transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
}
.acImgcap2:after {
    opacity: 0.60;
    background: #3bb2d4;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.acImg:hover .acImgcap2{
	-moz-transform: scale(1) rotate(0deg);
          -ms-transform: scale(1) rotate(0deg);
          -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
          opacity: 1; 
}


.packagesIndex {
	background: url(../img/packages_bg1.JPG) center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 80px 0;
    margin: 20px 0;
}






	
	
/* section {
    float: left;
    position: relative;
    width: 100%;
	background: #fff;
} */

.block.no-padding {
    padding: 0;
}
/* .block {
    float: left;
    width: 100%;
    padding: 90px 0;
    position: relative;
    z-index: 1;
} */

.property-information {
    display: table;
    width: 100%;
}

.property-detail {
    display: table-cell;
    padding: 10px 70px;
    /* vertical-align: middle; */
    width: 50%;
}

.property-detail > span {
    color: #8f8f8f;
    float: left;
    font-family: roboto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 10px;
    width: 100%;
}

.property-detail > h3 {
    float: left;
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 0px;
    width: 100%;
    font-family: 'Play', sans-serif;
}
.property-detail > h3 span {
	color: #59b947;
}

.property-detail > p {
    float: left;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 28px;
    margin: 0;
    width: 100%;
}

.property-detail > ul {
    float: left;
    list-style: outside none none;
    margin: 5px 0 0;
    padding: 0;
    width: 100%;
}
.property-image {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.property-image img {
    width: 100%;
    height: 270px;
}
.block.no-padding {
    padding: 0;
}
.amenities {
    display: table;
    width: 100%;
}
.about-amenities {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.about-amenities img {
    width: 100%;
}
.ammenities-text {
    position: absolute;
    left: 20%;
    top: 50%;
    width: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ammenities-text > span {
    color: #dcdcdc;
    float: left;
    font-family: roboto;
    font-size: 15px;
    margin-bottom: 10px;
    width: 100%;
}
.ammenities-text > p {
    color: #e5e4e4;
    float: left;
    font-size: 18px;
    margin-bottom: 60px;
    width: 100%;
}
.property-detail li {
    color: #666666;
    font-family: domine;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
}
.property-detail li i {
    margin-right: 10px;
}
.block.gray, .gray {
    background-color: #f8f8f8;
}
.amenities {
    display: table;
    width: 100%;
}
.about-amenities {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.about-amenities img {
    width: 100%;
    height: 80%;
}
.ammenities-text > h4 {
    color: #ffffff;
    float: left;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px;
    width: 100%;
	color: #59b947;
	font-family: 'Play', sans-serif;
}
.ammenities-text >p i {
	color: #59b947;
}
.ammenities-text {
    position: absolute;
    left: 20%;
    top: 58%;
    width: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-amenities::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.amenities-blocks {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.amenity-box {
    display: table;
    padding: 30px 20px;
    text-align: center;
    width: 100%;
}
.amenity-box-img {
    float: left;
    vertical-align: middle;
}
.amenity-box-img i {
    font-size: 64px;
}
.amenity-detail {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}
.amenity-detail > span {
    float: left;
    font-size: 11px;
    width: 100%;
	color: #59b947;
}
.amenity-detail > strong {
    color: #232323;
    float: left;
    font-family: domine;
    font-size: 16px;
    margin: 2px 0 5px;
    width: 100%;
}
.amenity-detail > p {
    float: left;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    width: 100%;
}
.theme-layout {
    width: 100%;
	background:#fff;
}
.plan {
    float: left;
    width: 100%;
    font-family: arimo;
    letter-spacing: 0.3px;
    position: relative;
}
.contact-form-image {
    float: left;
    position: relative;
    width: 100%;
}
.contact-form-image > img {
    width: 100%;
}
.fancy-contact-form {
    background:rgba(255, 255, 255, 0.86) none repeat scroll 0 0;
    left: 10%;
    padding: 80px;
    position: absolute;
    top: 50%;
    width: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fancy-form-title {
    float: left;
    margin-bottom: 35px;
    width: 100%;
}
.fancy-form-title > span {
    color: #7a7a7a;
    float: left;
    font-family: arimo;
    font-size: 12px;
    margin-bottom: 7px;
    width: 100%;
}
.fancy-form-title > h3 {
    color: #3c3c3c;
    float: left;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.fancy-form-title > h3 span {
	color: #59b947;
}
.amenities .row {
    margin: 0;
}
.property-form-fields {
    float: left;
    margin-bottom: -10px;
    width: 100%;
}
.all-fields {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
    width: 80%;
}
.amenities .row > div {
    padding: 0;
}

.all-fields .row > div {
    margin-bottom: 0;
    padding: 0 5px;
}
.property-field {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    box-shadow: 0 0 5px #dfdfdf inset;
    display: table;
    height: 45px;
    margin-bottom: 10px;
    width: 100%;
}
.property-field .fa {
    color: #adadad;
    display: table-cell;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.property-field input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #919191;
    display: table-cell;
    font-family: roboto;
    font-size: 12px;
    height: 44px;
    vertical-align: middle;
    width: 100%;
}
.submit-btn {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
}
.submit-btn .book-now {
    float: none;
    font-size: 15px;
    font-weight: bold;
    height: 90%;
    min-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
@media (max-width:1200px) {	

.block.overlap-container .container{width:1000px;}
.creative-header nav > ul > li > a {padding: 32px 20px;}
.creative-header.sticky nav > ul > li > a {padding: 23px 20px;}
nav > ul > li > a {padding: 18px 6px;}
}


@media (max-width:980px) {
.column {float: left;width: 100%;margin-bottom: 30px;}
.column:last-child{margin: 0;}    
.theme-layout{margin:0!important;}

.view-more > a {font-size: 11px;}

.post-details {padding: 20px 30px;}
.post-details blockquote {margin: 20px -30px;padding: 30px;}
.col-md-8 .comments-thread ul ul,.comments-thread ul ul{padding:0;}

form .row > div{float:left;width:100%;}

.block.overlap-container .container {width: 810px;}
.fancy-search-tabs .nav.nav-tabs {border: 0 none;float: left;margin-bottom: 40px;width: 100%;}
.fancy-search-tabs > div {float: left;margin: 0;padding: 0;width: 100%;}
.destination-slide.overlap{margin-bottom:0;}
.booking-name, .booking-detail .package-price, .see-details {display: unset;float: left;padding: 20px 0;text-align: center;width: 100% !important;}
.booking-detail .see-details {text-align: center;}
.booking-detail {padding: 20px 10px;}
.fancy-contact-form {float: left;left: 0;margin: 0;position: relative;width: 100%;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px);
}
.all-fields, .submit-btn {display: unset;float: left;width: 100%;}
.property-detail, .property-image {display: unset;float: left;width: 100%;}
.property-image .package-price {bottom: 0;left: 0;width: 170px;}
.about-amenities, .amenities-blocks {display: unset;float: left;width: 100%;}
.amenities .row > div {float: left;width: 50%;}

.submit-btn .book-now {float: left;height: auto;position: relative;width: 100%;}


header .container{display:block;}

.book-now.modern:after,.book-now:after {display: none !important;}
.responsive-btn { margin-bottom: 10px;text-align: center;width: 100%;}
.responsive-btn a {display: inline-block;float: none;}
.book-now.modern, .book-now{margin-bottom:10px;}

}

@media (max-width:767px) {
.block .container,.container{padding:0 15px;}

.clix_social_floating p a {
position: relative !important;
    font-size: 27px !important;
    top: -36px;
    color: #fff;
    left: -11px !important;
    font-weight: 600;
}

.post-details {padding: 20px 30px;}
.post-details blockquote {margin: 20px -30px; padding: 30px;}
.col-md-8 .comments-thread ul ul, .comments-thread ul ul {padding: 0;}
.post-title {font-size: 17px;line-height: 20px;margin-bottom: 20px;}
.col-md-8 .comment, .comment {padding: 30px;text-align: center;}

.room-thumbs .nav li {margin-bottom: 30px;width:33.334%;}
.room-services ul li {float: left;width:100%;}
.block.overlap-container .container {width:100%;margin-top:0;padding:0 15px;}
.fancy-search-tabs .nav.nav-tabs {border: 0 none;float: left;margin-bottom: 40px;width: 100%;}
.fancy-search-tabs > div {float: left;margin: 0;padding: 0;width: 100%;}
.fancy-search-tabs .tab-content {padding: 0 20px;}
.fancy-contact-form {padding: 30px 15px;}
.property-detail {padding: 30px 15px;}
.ammenities-text {left: 0;padding: 0 15px;width: 100%;}
.amenities .row > div{width:100%;}
.fancy-form-title > h3{font-size:19px;}
.property-information{display:unset;float:left;width:100%;}
.property-detail > h3{font-size:22px;}
.property-features{overflow:auto;}
.ammenities-text {float: left;padding: 30px 20px;position: relative;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px);
}
.ammenities-text > h4 {font-size: 32px;}
.ammenities-text > span {font-size: 13px;}
.ammenities-text > i {font-size: 15px;line-height: 23px;}



.registration-buttons {background: rgba(0, 0, 0, 0.2);width:100%;}
.registration-buttons > a {text-align: center;width: 50%;}

.weather-wrapper:before{border-top-width: 45px;}
}





/* .abtText h2{
	color:#209d0a;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:48px;
}
.abtText h2 span{
	font-family: 'Quicksand', sans-serif;
	font-size:18px;
}
.abtText p {
    font-size: 15px;
    color: #333;
    text-align: justify;
} */








.contAdd{
	background: #F0EDE5;
	padding: 60px 20px 20px 40px;
	height: 510px;
	border-right:1px solid #999;
}
.contAdd h3{
	color: #209d0a;
	font-family: 'Ubuntu Condensed', sans-serif;
	margin:0;
}
.contAdd hr{
	margin:0;
}

.contAdd table tr td{
	vertical-align:middle;
	font-size:16px;
	color: #333;
	border-top:none;
}

.contAdd table tr td a{
	color: #333;
}
.payment{
	background:#F0EDE5;
	padding:30px;
}
.payment h3{
	color:#209d0a;
	font-family: 'Ubuntu Condensed', sans-serif;
	margin-top:0;
}
.contForm{
	padding: 60px 30px 30px 30px;
	background:#F0EDE5;
	height: 510px;
}
.contForm h3{
	color:#209d0a;
	font-family: 'Ubuntu Condensed', sans-serif;
	margin-top:0;
}

.posiDiv1Fix{
	background: #fff;
    z-index: 222;
    padding: 10px;
    border-bottom: 1px solid #666;
	position:fixed;
    top: 0;
    left: 0;
    right: 0;
}

.posiDiv1Fix1{
	background: #fff;
    z-index: 222;
    padding: 10px;
    border-bottom: 1px solid #666;
	position:fixed;
    top: 0;
    left: 0;
    right: 0;
	display:block;
}




.packages{
	background:#CCCCCC;
	padding:20px;
	margin-top:80px;
}
.packages1{
	background:#CCCCCC;
	padding:20px;
	margin-top:120px;
}

.packI img{
	height:300px;
	margin-top:-75px;
	border-radius:10px;
}
.packI{
	position:relative;
}
.packCap{
	position:absolute;
	left:-10px;
	top:175px;
}
.packCap1{
	position:absolute;
	left:-10px;
	top:175px;
}
.packCap img{
	height:100px;
}
.packCap1 img{
	height:100px;
}
.packI h2{
	font-family: 'Ubuntu Condensed', sans-serif;
    color: #000;
}
.packI p{
    font-size: 16px;
}


.packages2{
	background:#F8F8F8;
	padding:30px 0;
}
.packI2{
	position:relative;
	margin-top:10px;
}
.packI2 img{
	width:100%;
	height:400px;
}
.packI2 h2{
	font-family: 'Ubuntu Condensed', sans-serif;
    color: #000;
	margin:0;
	font-size:24px;
}
.packI2 p{
    font-size: 16px;
	display:none;
	padding: 0 15px;
}
.packCap2{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.9);
	opacity:0;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}
.detailsCap2{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	text-align:center;
	background:#fff;
	padding:20px 0;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}
.packI2 .dbutton{
	opacity:0;
	transition:all 0.8s linear;
	-webkit-transition:all 0.8s linear;
}
.packI2:hover .packCap2{
	opacity:1;
}
.packI2:hover .detailsCap2{
	bottom:25%;
	background:transparent;
	color:#fff;
}
.packI2:hover h2{
	color:#fff;
}
.packI2:hover p{
	display:block;
}
.packI2:hover .dbutton{
	opacity:1;
}


.detailsCap3{
	position:absolute;
	top:0;
	right:0;
	left:0;
	text-align:center;
	background:#fff;
	padding:20px 0;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}
.packI2:hover .detailsCap3{
	top:25%;
	background:transparent;
	color:#fff;
}






.pdetailsImg{
	position:relative;
}
.pdetailsImg img{
	width:100%;
	height:400px;
}

.pDetailsCap{
	position:absolute;
	right:10%;
	bottom:0;
	padding:20px;
	background:rgba(255,255,255,0.92);
}
.pDetailsCap h3{
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#ce9743;
	margin:0;
}
.pDetailsCap h4{
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#333;
	margin:0;
}
.pDetailsCap ul li{
	list-style:none;
	font-size:14px;
	color:#333;
	    padding-top: 10px;
}
.pDetailsCap ul li i{
	color:#59B947;
}

.pdetailsText h1{
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#ce9743;
}
.pdetailsText h3{
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#59B947;
}
.pdetailsText ul li{
	list-style:none;
	font-size:16px;
	color:#333;
	padding-top:6px;
}
.pdetailsText ul li i{
	color:#ce9743;
}
.bookingD{
	background:#F8F8F8;
	padding:10px 0;
	text-align:center;
	color:#333;
	margin-top:100px;
}
.bookingD h3{
	margin:0;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#59B947;
	font-size: 36px;
}
.bookM{
	background:#59B947;
	text-align:center;
	padding:8px 0;
	font-size: 24px;
	color:#000;
	font-weight:bold;
}

.pExIn{
	background:#F8F8F8;
	padding:10px;
	margin-top:30px;
}
.pExIn h3{
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#59B947;
}
.pExIn ul li{
	list-style:none;
	font-size:14px;
	color:#333;
	padding-top:6px;
}
.pExIn ul li i{
	color:#ce9743;
}
/* .packD{
	position:relative;
}
.packI{
}
.packI img{
	width:100%;
	height:250px;
	margin-right:10px;
}
.packCap{
	position:absolute;
	top:20px;
	right:0;
	padding:10px 8px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	font-size:14px;
}
.packCap2{
	position:absolute;
	right:0;
	left:0;
	bottom:0;
	padding:10px 0;
	background:rgba(0,0,0,0.8);
	color:#fff;
	font-size:14px;
	text-align:center;
	z-index:1;
}

.packD:hover{
	-webkit-animation: animatedBackgroundscale 1s ease-out 1;
	-moz-animation: animatedBackgroundscale 1s ease-out 1;
	animation: animatedBackgroundscale 1s ease-out 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.threeOpt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    background: -moz-linear-gradient(top, rgba(39, 174, 96,0) 0%, rgba(39, 174, 96,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39, 174, 96,0)), color-stop(100%,rgba(39, 174, 96,1)))!important;
    background: -webkit-linear-gradient(top, rgba(39, 174, 96,0) 0%,rgba(39, 174, 96,1) 100%)!important;
    background: -o-linear-gradient(top, rgba(39, 174, 96,0) 0%,rgba(39, 174, 96,1) 100%)!important;
    background: -ms-linear-gradient(top, rgba(39, 174, 96,0) 0%,rgba(39, 174, 96,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(39, 174, 96,0) 0%,rgba(39, 174, 96,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ef2e44', endColorstr='#ef2e44',GradientType=0 )!important;
}
.packD:hover .threeOpt{
	opacity:0.9;
}
 */


.roompage{
	background:rgba(0,0,0,0.6);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	padding:80px 30px;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}
.roompage:hover{
	border:4px solid #ce9743;
}
.roompage h2{
	color:#fff;
	font-weight:bold;
	font-family: 'Ubuntu Condensed', sans-serif;
}
 .roompage h4{
	color:#fff;
}
.roompage p{
	color:#fff;
}
.roompage h4 span{
	color:#ce9743;
	font-size:50px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
 
 

.nav-tabs{
	border-bottom:none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border-bottom:2px solid #59b947;
	border-top:none;
	border-left:none;
	border-right:none;
	color:#59b947;
}
.nav-tabs>li>a{
	color:#59b947;
	font-size:20px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight:bold;
	border:none;
}
.nav-tabs>li>a:hover{
	background:none;
	border:none;
}
.room1{
	background:url(../img/room/DSCN9297.JPG) center center fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:30px 0;
	margin:20px 0;
}
.room2{
	background:url(../img/room/DSCN9305.JPG) center center fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:30px 0;
	margin:20px 0;
}
.room3{
	background:url(../img/room/DSCN9287.JPG) center center fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:30px 0;
	margin:20px 0;
}

.roomD{
	background:rgba(0,0,0,0.7);
	padding:20px;
}
.roomD h1{
	color:#59b947;
	font-size:50px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.roomD h2{
	color:#fff;
	font-size:40px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.roomD p{
	color:#fff;
	font-size:18px;
}

.bok-stay{
	background:rgba(89,185,71,0.7);
	padding:20px;
	text-align:center;
}
.bok-stay h1{
	color:#fff;
	font-size:50px;
	font-family: 'Ubuntu Condensed', sans-serif;
}




/* .rFacility img{
	height:20px;
} */







.media{
	background:#CCCCCC;
	padding:20px;
}
.mediaM{
	position:relative;
	margin:0 10px;
}
.mediaImg img{
	height:250px;
	width:100%;
}
.mediaCap{
	background:rgba(0,0,0,0.7);
	padding:10px;
	text-align:center;
	color:#fff;
	font-size:30px;
	font-family: 'Dosis', sans-serif;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}

.contactIn{
	margin-top:30px;
}

.contactadd{
	background:#CE9743;
	padding:2px 40px;
	height:400px;
}
.contactadd h1{
	color:#fff;
	font-size:60px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.contactadd p{
	color:#fff;
	font-size:18px;
}
.contactadd ul li{
	list-style:none;
	font-size:18px;
	color:#fff;
}
.contactadd ul li a{
	font-size:18px;
	color:#fff;
}
.contactadd ul li span{
	color:#fff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:24px;
}

/* .soin{
	color:#fff;
	font-size:24px;
    font-family: 'Dosis', sans-serif;
}
.soin span{
	color:#fff;
	font-size:36px;
} */
.soin{
	border:2px solid #fff;
	height:50px;
	width:50px;
	border-radius:50%;
	text-align:center;
	transition:all 0.5 linear;
	-webkit-transition:all 0.5 linear;
}
.soin i{
	line-height:50px;
}
.soin span{
	color:#fff;
	font-size:28px;
}


.contactUs{
	/* margin-top:30px; */
}


.testi{
	padding:30px 0;
	background:#F0EDE5;
}
.testi .item{
	margin:10px;
}
.testiD{
	background:#fff;
	padding:8px;
	margin-top:20px;
}
.testiD img{
	height:80px;
	float:left;
	margin-right:20px;
}
.testiText ul li{
	list-style:none;
	font-size:24px;
	color:#333;
    font-family: 'Dosis', sans-serif;
	float:left;
}
.testiR{
	    background: #53B749;
    height: 200px;
    width: 300px;
    border-radius: 50%;
    margin-left: 65px;
    position: relative;
    padding: 40px 43px;
    box-shadow: 0px 4px 8px -2px;
}
.testiRss{
	    height: 110px;
    width: 100%;
    margin-left: 15px;
    padding: 10px;
    overflow-y: scroll;
}
.testiR img{
	position:absolute;
	    bottom: -25px;
    left: 18px;
	transform:rotate(45deg);
}
.testiR p{
	color:#fff;
	font-size:14px;
}




.barantiP{
	margin:30px 0;
}
.barantiE{
	position:relative;
	overflow:hidden;
}
.bImg img{
	width:100%;
	height:400px;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
}



.barantiE:hover .bImg img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	
}
.bText{
	background:rgba(0,0,0,0.8);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
	padding:15px;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
}
.bText ul li{
	list-style:none;
	color:#fff;
	font-size:15px;
	padding-top:8px;
}
.bText h3{
	color:#fff;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.barantiE:hover .bText{
	opacity:1;
	
}



/*========================== ROOMS SECTION ==========================*/
.rooms-list{
    float:left;
    width:100%;
    position:relative;
}
.rooms-list:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.rooms-list.loaded:before{display:none;}
.rooms-list > ul {
    float:left;
    list-style:outside none none;
    margin:0;
    padding:0;
    width:100%;
}
.rooms-list > ul li{
    float:left;
    position:relative;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}


.rooms-list > ul li:first-child:nth-last-child(2),
.rooms-list > ul li:first-child:nth-last-child(2) ~ li{width:35%;}
.rooms-list > ul li:first-child.active:nth-last-child(2),
.rooms-list > ul li:nth-last-child(2) ~ li.active {width:65% !important;}


.rooms-list > ul li:first-child:nth-last-child(3),
.rooms-list > ul li:first-child:nth-last-child(3) ~ li{width:32%;}
.rooms-list > ul li:first-child.active:nth-last-child(3),
.rooms-list > ul li:nth-last-child(3) ~ li.active {width:36% !important;}


.rooms-list > ul li:first-child:nth-last-child(4),
.rooms-list > ul li:first-child:nth-last-child(4) ~ li{width:22.5%;}
.rooms-list > ul li:first-child.active:nth-last-child(4),
.rooms-list > ul li:nth-last-child(4) ~ li.active {width:32.5%!important;}

.rooms-list > ul li:first-child:nth-last-child(5),
.rooms-list > ul li:first-child:nth-last-child(5) ~ li{width:17.5%;}
.rooms-list > ul li:first-child.active:nth-last-child(5),
.rooms-list > ul li:nth-last-child(5) ~ li.active{width:30%!important;}

.rooms-list > ul li:first-child:nth-last-child(6),
.rooms-list > ul li:first-child:nth-last-child(6) ~ li{width:10.5%;}
.rooms-list > ul li:first-child.active:nth-last-child(6),
.rooms-list > ul li:nth-last-child(6) ~ li.active{width:30%!important;}

.rooms-list > ul li:first-child:nth-last-child(7),
.rooms-list > ul li:first-child:nth-last-child(7) ~ li{width:10%;}
.rooms-list > ul li:first-child.active:nth-last-child(7),
.rooms-list > ul li:nth-last-child(7) ~ li.active{width:30%!important;}

.rooms-list > ul li:first-child:nth-last-child(8),
.rooms-list > ul li:first-child:nth-last-child(8) ~ li{width:10%;}
.rooms-list > ul li:first-child.active:nth-last-child(8),
.rooms-list > ul li:nth-last-child(8) ~ li.active{width:30%!important;}


.room {
    float:left;
    height:100%;
    overflow:hidden;
    position:relative;
    width:100%;
}
.room > img {
    height:100%;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.rooms-list > ul li.active .room > img {width:100%!important;}
.room-name {
    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#7db9e8+0,2d3f4b+100&0+0,0.79+100 */
    background:-moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(45,63,75,0.79) 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(45,63,75,0.79))); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(45,63,75,0.79) 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(45,63,75,0.79) 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(45,63,75,0.79) 100%); /* IE10+ */
    background:linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(45,63,75,0.79) 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#c92d3f4b',GradientType=0 ); /* IE6-9 */    
    height:40%;
    width:100%;
    padding:45px;
    position:absolute;
    left:0;
    bottom:0;
}
.room-name > h4 {
    bottom:0;
    color:#ffffff;
    font-family:domine;
    font-size:20px;
    font-weight:600;
    left:0;
    padding:30px;
    position:absolute;
    text-align:center;
    width:100%;
    z-index:1;
}
.room-name > h4 span {
    float:left;
    width:100%;
}
.rooms-list > ul li.active .room-name{opacity:0;}
.room-detail {
    background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height:100%;
    width:100%;
    padding:40px;
    text-align:center;
    opacity:0;
    position:absolute;
    left:0;
    top:0;

    -webkit-transition:all 0.3s ease 0.15s;
    -moz-transition:all 0.3s ease 0.15s;
    -ms-transition:all 0.3s ease 0.15s;
    -o-transition:all 0.3s ease 0.15s;
    transition:all 0.3s ease 0.15s;
}
.rooms-list > ul li.active .room-detail{opacity:1;}
.room-detail:before {
    content:"";
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.room-inner {
    display:inline-block;
    text-align:left;
    vertical-align:middle;
    width:97%;
}
.room-inner > h3 {
    color:#ffffff;
    float:left;
    font-size:28px;
    font-weight:600;
    letter-spacing:1px;
    margin:0 0 30px;
    width:100%;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.room-inner > p {
    color:#d8d7d7;
    float:left;
    font-size:14px;
    letter-spacing:0.3px;
    line-height:26px;
    margin-bottom:20px;
    width:100%;
}
.room-inner > strong {
    float:left;
    font-family:domine;
    font-size:28px;
    font-weight:bold;
    margin-bottom:15px;
    width:100%;
	color: #ce9743;
}
.room-inner > strong i {
    color: #ffffff;
    font-family: roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.room-features {
    float:left;
    width:100%;
}
.view-more {
       float: right;
    width:123px;
    padding: 2px 10px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: 2px solid #59B947;
}

.view-more:hover {
    background:#59B947;
}

.room-features > span {
    color:#ffffff;
    /* float:left; */
    font-size:15px;
    /* margin-right:12px; */
}

.room-features > span i{
    color:#59b947;
}

.view-more > a {
    color: #e9e9e9;
    float: right;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
	font-family: 'Ubuntu Condensed', sans-serif;
}

/* .roomsD{
	border:1px solid #ccc;
	padding:2px;
	margin-top:20px;
}
.roomImg ul li{
	list-style:none;
	float:left;
	padding-right:10px;
}
.roomImg ul li img{
	width:80px;
	height:50px;
	margin-top:8px;
}
.roomDes h1{
	color:#333;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.roomDes p{
	color:#666;
	font-size:16px;
}
.roomDes ul li{
	list-style:none;
	float:left;
	height:40px;
	width:40px;
	text-align:center;
	border:1px solid #ccc;
	padding-left:10px;
}
.roomDes h2{
	color:#ce9743;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:48px;
	text-align:center;
}
.roomDes h2 span{
	font-size:14px;
	color:#333;
    font-family: 'Dosis', sans-serif;
}
.roomDes{
	border-right:1px solid #ccc;
	    height: 435px;
		padding:0 20px;
}
.roomP ul li{
	list-style:none;
	margin:30px 0;
	height:50px;
	width:50px;
	line-height:50px;
	border:1px solid #ccc;
}
 */



.howTo{
	margin:30px 0;
}
#map {
	height: 400px;
	margin-top: 10px;
  }
/* .reachMap img{
	width:100%;
	height:600px;
}
.hDescription{
	border:1px solid #ccc;
	padding:0 10px;
}
.hDescription h3{
	color:#ce9743;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.hDescription p{
	color:#333;
	font-size:16px;
} */



.gallery{
	margin:30px 0;
}
.galleryP .item img{
	width:100%;
	height:450px;
}
.galleryP ul li{
	list-style:none;
	float:left;
	padding-right:10px;
	cursor:pointer;
}
.galleryP ul li img{
	width:80px;
	height:50px;
	margin-top:8px;
}

.faceShare{
		width:100%;
		background:#115199;
		color:#fff;
		font-size:16px;
		padding:10px 0;
		text-align:center;
		margin-top:10px;
	}
	.share{
		margin:30px 0;
	}
	.twiShare{
		width:100%;
		background:#3CAEE3;
		color:#fff;
		font-size:16px;
		padding:10px 0;
		text-align:center;
		margin-top:10px;
	}
	.gooShare{
		width:100%;
		background:#CD4312;
		color:#fff;
		font-size:16px;
		padding:10px 0;
		text-align:center;
		margin-top:10px;
	}
	.imgDes{
		margin-bottom:30px;
	}
	.imgDes h3{
		color:#ce9743;
		font-family: 'Ubuntu Condensed', sans-serif;
	}
	.imgDes hr{
		margin-bottom:5px;
	}
	.galleryP{
		border:1px solid #ccc;
		padding:10px;
	}



	
.modal .modal-body .close {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ce9743;
    border: 2px solid #ce9743;
    padding: 0px 5px;
    position: absolute;
    top: -22px;
    right: -11px;
    opacity: 1;    
	font-size: 16px;
	line-height:0;
}
.modal .modal-body{
	border-bottom:5px solid #ce9743;
	border-top:2px solid #ce9743;
}
.modal .modal-body h3{
	margin:0;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#59B947;
}
.fmbody{
	padding:0;
}




/*--------------room_details--------------------*/
/* .block_room {
    float: left;
    width: 100%;
     padding: 90px 0;
    position: relative;
    z-index: 1;
} */
.room-gallery{
	background:#F8F8F8;
	padding:30px 0;
}
.tab-content{
	position:relative;
}
.block.remove-gap {
    padding-top: 0;
}
/* .room-gallery {
    float: left;
    width: 100%;
} */
.room-gallery img {
    width: 100%;
}
/* .room-thumbs {
    float: left;
    margin-top: 60px;
    width: 100%;
} */
.room-thumbs .container {
    position: relative;
}
.room-specs {
    background: rgba(255, 255, 255, 0.9);
    /* margin-top: -60px; */
    padding: 10px 20px;
    height: 275px;
    border: 1px solid #59B947;
    border-bottom: 5px solid #59B947;
    position:relative;
    /* -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); */
}

.roomDD{
	height: 135px;
	width:100%;
	padding:10px;
	overflow-y: scroll;
}


.posiBtn{
	    position: absolute;
	    right: 30px;
	    top: 15px;
}

.room-specs > h2 {
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #ce9743;
    margin: 0;
}
.room-specs > h2 span {
	color:#59B947;
}
.features-list {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.features-list > li {
    float: left;
    line-height: 23px;
    /* margin-bottom: 10px; */
    padding-right: 15px;
    position: relative;
}
.features-list > li i{
	color:#59B947;
}
.room-specs p {
        /* float: left; */
    font-size: 16px;
    line-height: 23px;
    /* margin-bottom: 25px; */
    /* padding-left: 15px; */
    width: 100%;
    /* position: relative; */
	margin:0;
}
.room-specs .features-list > li strong {
    float: left;
    font-size: 14px;
    width: 30%;
}
.room-specs a.book-now {
    margin-top: 30px;
}
/* .colr {
	background: #59b947;
	padding:5px 12px;
	border-radius:5px;
	color: #fff;
} */
.colr a:hover {
	color:#fff;
}
.book-now:before {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(178,178,178,1) 100%);
}
.navE>li.active>a, .navE>li.active>a:focus, .navE>li.active>a:hover{
background:none;
}
.roomsSize img{
	height:350px;
}
.room-thumbs .nav {
    display: table;
    float: none;
    margin: 0 10px;
    width: auto;
}
.room-thumbs .nav li {
    border: 0 none;
    padding: 0;
}
.room-thumbs .nav li img {
	width:80px;
	height:50px;
}
.room-thumbs .nav li a{
padding:8px 2px;
}








.refund ol li:before{
	color:#59b947;
	content: counter(item) ". ";
    counter-increment: item;
	font-weight:bold;

}
.refund ol li{
	display:block;
	font-size:18px;
	line-height:30px;
}
.refund ol{
counter-reset: item;
}
.amenities ol li:before{
	color:#59b947;
	content: counter(item) ". ";
    counter-increment: item;
	font-weight:bold;

}
.amenities ol li{
	display:block;
	font-size:18px;
	line-height:30px;
}
.amenities ol{
counter-reset: item;
	margin-left:30px;
}

.disclaimerP h3{
	color:#53B749;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.disclaimerP p{
	font-size:16px;
}
.disclaimerP h4{
	color:#ce9743
}

.disclaimer ul li{
	font-size:16px;
	line-height:30px;
}

.amenities h3{
	color:#53B749;
	font-family: 'Ubuntu Condensed', sans-serif;
}

.reservation1 h1{
	color:#59b947;
	font-family:NowAlt-Bold;
	font-size:50px;
}
.reservation1 h1 small{
	color:#59b947;
}
.reservation1 h1 span{
	font-family: 'Quicksand', sans-serif;
	font-size:20px;
	color:#ce9743;
	font-weight:bold;
}

.disclaimerP ol li:before{
	color:#59b947;
	content: counter(item) ". ";
    counter-increment: item;
	font-weight:bold;

}
.disclaimerP ol li{
	display:block;
	font-size:18px;
	line-height:30px;
}
.disclaimerP ol{
counter-reset: item;
	margin-left:30px;
}




.DoDont ul li{
	font-size:18px;
	line-height:30px;
}
.DoDont ul{
margin-left:30px;
}
.DoDont h3{
	color:#53B749;
	font-family: 'Ubuntu Condensed', sans-serif;
}




	

@media screen and (max-width: 1024px){
	.header9 ul li {
    padding-left: 5px;
}

.testiR {
    height: 175px;
    width: 220px;
    margin-left: 0px;
}
	.testiR p {
    font-size: 11px;
}
}
@media screen and (max-width: 768px){

	.header ul li {
		float: none; 
   		margin-top: 20px;
		padding-left:0px;
}
.header9 ul li {
		float: none; 
   		margin-top: 20px;
		padding-left:0px;
}
.headerBack{
	height:auto;
}
	.navbar-collapse.in {
    overflow-y: visible;
}
.mtoplg40xs0{
	margin-top:0px;
}
.mtoplg20xs0{
	margin-top:0px;
}
.mtoplg30xs10{
	margin-top:10px;
}
.fDt{
	text-align:center !important;
}
.footer p{
	text-align:center;
}

.tag{
	display:none;
}
.tag1{
	display:none;
}
.tag2{
	display:none;
}
.sublogo h1{
	font-size:60px;
	margin-bottom:75px;
}
.sublogo h1 span{
	font-size:20px;
}
.mainlogo img {
    height: 45px;
	margin-right:50px;
}
.martop145xs100{
	margin-top:100px;
}

.headerF p {
    font-size: 14px;
}
.explore{
	display:none;
}
.palashWel h1 {
    font-size: 45px;
}
.palashWel h1 span {
    font-size: 18px;
}
.palashWel p {
    font-size: 16px;
}
.palashWel2 h2 {
    font-size: 16px;
}
.bigBPack h1 {
	    font-size: 24px;
}
.bigBPack p {
    font-size: 13px;
}
.posiImg {
    display: none;
}
.imgH img {
    height: 200px;
}
.owl-prev1 {
    left: 0px;
    top: 35%;
    font-size: 20px;
}
.owl-next1 {
    right: 0px;
    top: 35%;
    font-size: 20px;
}
.nav-tabs>li>a{
	padding:10px 7px;
}

.roomD h1 {
    font-size: 32px;
}
.roomD h2 {
    font-size: 24px;
}
.roomD p {
    font-size: 16px;
}
.bok-stay h1 {
    font-size: 30px;
}
.bok-stay {
    padding: 5px;
}
.contactadd h1 {
    font-size: 36px;
}
.contactadd ul li {
    font-size: 17px;
}
.contactadd {
    padding: 2px 10px;
    height: auto;
}
.soin {
    font-size: 20px;
    font-weight: normal;
}

.testiR{
	margin:0;
}
	.contAdd table tr td {
    font-size: 13px;
}
.contForm {
    height: 600px;
}
.contAdd {
    padding: 60px 0px 0px 5px;
    border-right:none;
}
.packI p {
    font-size: 14px;
}
.packI h2 {
    font-size: 24px;
}
.packI img {
    margin-top: 10px;
}
.packCap {
    top: 90px;
}



.roomDes {
    height: 295px;
}
.roomP ul li {
    margin: 0 10px;
    float: left;
}
.roomImg .item img {
    height: 300px;
}
.galleryP .item img {
    height: 300px;
}

.rooms-list > ul li:first-child:nth-last-child(3),
.rooms-list > ul li:first-child:nth-last-child(3) ~ li{width:100%;}
.rooms-list > ul li:first-child.active:nth-last-child(3),
.rooms-list > ul li:nth-last-child(3) ~ li.active {width:100% !important;}


.rooms-list > ul li:first-child:nth-last-child(4),
.rooms-list > ul li:first-child:nth-last-child(4) ~ li{width:100%;}
.rooms-list > ul li:first-child.active:nth-last-child(4),
.rooms-list > ul li:nth-last-child(4) ~ li.active {width:100%!important;}

.rooms-list > ul li:first-child:nth-last-child(5),
.rooms-list > ul li:first-child:nth-last-child(5) ~ li{width:100%;}
.rooms-list > ul li:first-child.active:nth-last-child(5),
.rooms-list > ul li:nth-last-child(5) ~ li.active{width:100%!important;}

.rooms-list > ul li:first-child:nth-last-child(6),
.rooms-list > ul li:first-child:nth-last-child(6) ~ li{width:100%;}
.rooms-list > ul li:first-child.active:nth-last-child(6),
.rooms-list > ul li:nth-last-child(6) ~ li.active{width:100%!important;}

.rooms-list > ul li:first-child:nth-last-child(7),
.rooms-list > ul li:first-child:nth-last-child(7) ~ li{width:100%;}
.rooms-list > ul li:first-child.active:nth-last-child(7),
.rooms-list > ul li:nth-last-child(7) ~ li.active{width:100%!important;}

.rooms-list > ul li:first-child:nth-last-child(8),
.rooms-list > ul li:first-child:nth-last-child(8) ~ li{width:100%;}
.rooms-list > ul li:first-child.active:nth-last-child(8),
.rooms-list > ul li:nth-last-child(8) ~ li.active{width:100%!important;}


.room-specs {
    background: rgba(255, 255, 255, 0.7);
    /* margin-top: -60px; */
   padding:10px;
    right:0px;
    width:auto;
	height:auto;
    /* -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); */
}
.roomsSize img{
	height:auto;
}
.room-specs > h2 {
    font-size: 20px;
}
.room-specs p {
    font-size: 12px;
}
.room-thumbs .nav li img {
    width: 40px;
    height: 30px;
}


}
.block_room{
	margin-top:20px;
}
.fDt{
	text-align:right;
}


/* Let's get this party started */
.catby::-webkit-scrollbar {
    width:6px;
	height:4px;
}
 
/* Track */
.catby::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */

.catby::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#999;
}


/* Let's get this party started */
.catby2::-webkit-scrollbar {
    width:6px;
	height:4px;
}
 
/* Track */
.catby2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */

.catby2::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#29af1a;
}

@-webkit-keyframes animatedBackgroundscale {
	0% {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
			-webkit-transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
		-ms-transform: scale(1.0, 1.0);
		-o-transform: scale(1.0, 1.0);
		transform:scale(1.0, 1.0);
		z-index:1111111111;
	}

}

	
@-moz-keyframes animatedBackgroundscale {
	100% {
			-webkit-transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
		-ms-transform: scale(1.0, 1.0);
		-o-transform: scale(1.0, 1.0);
		transform:scale(1.0, 1.0);
		z-index:1111111111;
	}
	0% {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}

}
@keyframes animatedBackgroundscale {
	100% {
			-webkit-transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
		-ms-transform: scale(1.0, 1.0);
		-o-transform: scale(1.0, 1.0);
		transform:scale(1.0, 1.0);
		z-index:1111111111;
	}
	0% {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
		z-index:1111111111;
	}

}


/*sonar effect*/
@-webkit-keyframes sonarEffect {
	0% {opacity: 0.3;}
	40% {opacity: 0.5;}
	100% {-webkit-transform: scale(1.5);opacity: 0;}
}
@keyframes sonarEffect {
	0% {opacity: 0.3;}
	40% {opacity: 0.5;}
	100% {transform: scale(1.5);opacity: 0;}
}
.details_btn {
	border-radius: 6px 6px 0px 0px;
}
.pack_ages {
    margin-top: -70px;
}

.error{
	font-size:11px;
	color:red;
}

.help {
    position: fixed;
    top: 30%;
    left: -500px;
    z-index: 99999;
    background: rgb(205, 139, 61);
        width: 300px;
    height: 160px;
    text-align: center;
    padding: 25px 10px;
    color: #fff;
  /*  border-radius: 0 24px 24px 0px;*/
    font-size:18px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.2s linear;
}
.help span{
    font-size:36px;
}
.help p{
    font-size:24px;
	    font-family: NowAlt-Bold;
}
.help i{
	color:#fff;
}
.closeH{
	position:absolute;
	top:3px;
	right:3px;
	height:25px;
	width:25px;
	padding:2px;
	border-radius:50%;
	border:2px solid #fff;
	cursor:pointer;
}
.openH{
	font-size:24px;
	display:none;
	cursor:pointer;
}

