@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Tangerine:400,700&display=swap');
html, body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    overflow-x: hidden;
}
li{
	list-style:none;
}
a,
a:active,
a:focus,
a:hover{
	text-decoration:none;
    cursor: pointer;
}

.brdr1 {
    border: 1px solid #000;
}
.brdr {
    border: 1px solid #fff;
}
.mngtop40 {
    margin-top: 40px;
}
.mngtop20 {
    margin-top: 20px;
}
.mngtop30 {
    margin-top: 30px;
}
.mngtop40 {
    margin-top: 40px;
}
.mngtop50 {
    margin-top: 50px;
}
.mngtop60 {
    margin-top: 60px;
}
.mngbtm40 {
    margin-bottom: 40px;
}
.mngbtm20 {
    margin-bottom: 0px;
}
.mngbtm30 {
    margin-bottom: 30px;
}
.mngbtm40 {
    margin-bottom: 40px;
}
.mngbtm50 {
    margin-bottom: 50px;
}
.mngbtm60 {
    margin-bottom: 60px;
}
ul {
    padding: 0;
}
/*------logo_part---------*/
.tpbar{
    height: auto;
    z-index: 9;   
   /* background: rgba(72, 44, 33, 0.81);*/
    background: #000000b5;
    position: absolute;
    width: 100%;
    top: 0px;
}
.lgbgg{
    /*margin: 0 0 0 -76px; */
    /* position: absolute; */
    /* z-index: 10; */
    /* left: 50%; */
    /* top: 0px; */
    padding: 26px 10px 45px 10px;
    /*background: rgba(249,246,241,1);*/
}
.topsection{position: absolute;top: -13px;}
.lgim{
    max-width: 150px;
    padding-top: 13px;
}
.menu{
    border-radius: 0;
    border: 0;
    text-align: center;
    text-transform: uppercase;
}
.menu li a {
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 7px 0 0;
	padding-bottom: 31px;
	padding: 34px 15px;
    color: #fff;
}
.menu .nav{float: right;}
.menu .nav > li > a:hover{background: none;color: #F3BB28;}
.menu .nav > li > a:focus {background: none;}
.menu li ul li a {
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 30px 0 0;
    padding-bottom: 3px;
}
.room-menu .dropdown-menu > li > a {color: #602c0a;}
.menu li ul li a{
   padding: 10px 13px;
    display: block;
        margin: 0;
}
.menu li ul li a:hover{
    background-color: #0278cc;
   padding: 10px 13px;
    color: #fff;
        margin: 0;
    display: block;
}
/*.flmnu:hover {
    background: rgba(249,246,241,0.8);
}*/
#booknowbt{
    font-size: 1em;
    font-weight: 400;
    padding: 8px 30px;
    background-color: #8c9235;
    border: 1px solid #8c9235;
    color: #fff;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    margin-top: 4px;
}
.team_columns_item_caption h4:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 35px;
    height: 2px;
    display: inline-block;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.res-btn{
    border: none;
    outline: none;
    font-size: 11px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.5s ease;
    padding: 3px 16px;
    background: #85ab00;
    
    margin-top: 20px;
}
.right-p-two p {
    color: #4a4646 !important;
    font-family: "Playball", sans-serif !important;
    padding: 0 0 0;
    margin: 0;
    font-size: 18px !important;
    font-weight: bold !important;
}
.right-p-two p span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #888;
    font-weight: 400;
    font-size: 14px;
}
/*---sub_heading---*/
.sec-header {
    position: relative;
    display: table;
    width: 100%;
    padding-left: 15px;
}
.sec-header h1 {
  color: #0943a0;
  font: 2.43em/1em "Playball", sans-serif;
  margin: 0;
  padding: 0;
}
.sec-header h2 {
  color: #676565;
  font: 400 1.20em/1.8em "Open Sans", sans-serif;
  margin: 0 0 0.7em;
  padding: 0;
  font-style: italic;
  position: relative;
}
.sec-header h2:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #0943a0;
  margin: 0 0 0 12px;
}
/*----room_part----*/
.roombg{
    padding:40px 0;
}
.roombg .form-image{
    position:relative;
}
.roombg .form-image:before {
    position: absolute;
    background-color: rgba(167, 204, 56, 0.4);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
}
.roombg .team_columns_item_image:hover .form-image:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}
.btnbgh{
    position: absolute;
    right: 11%;
    top:-120px;
}
.attraction p{font-size: 16px;
    line-height: 27px;}
.attraction .hotel_color{
    color: #121211;
}
/*----footer---*/
.footerbg{
    background-color: #121212;
    padding:60px 0 0;
}
.footerbg .prt{
    color: #999999;
    font-size: 15px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
 }
.social-icon-two li{
	display:inline-block;
	margin-right:5px;
}

.social-icon-two li a{
	position:relative;
	width:40px;
	height:40px;
	border:2px solid #737373;
	border-radius:3px;
	color:#ffffff;
	line-height:36px;
	text-align:center;
	display:inline-block;
	font-size:14px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-icon-two li a:hover{
	color:#222222;
	background-color: #d63a3d;
	border-color: #d63a3d;
}
.lnks li{
	position:relative;
}
.lnks li a{
	position:relative;
	color:#999999;
	font-size:15px;
	margin-bottom: 15px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.lnks li a:hover{
	color: #d63a3d;
}
.footer-title h2 {
    font: 600 18px/17px "Open Sans", sans-serif;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-style: italic;
}
.footer-title h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #d63a3d;
    display: block;
    margin-top: 13px;
}
.get-in-touch ul li {
    list-style: none;
    display: table;
    width: 100%;
    padding-right: 11px;
}
.get-in-touch ul li i {
    float: left;
    font-size: 25px;
    color: #7b7b7b;
    width: 21px;
    line-height: 18px;
    padding-top: 6px;
    /* margin-right: 10px; */
}
.get-in-touch ul li .fleft{
    float: left;
    color: #7b7b7b;
    width: calc(100% - 34px);
    font: 400 1.0715em/1.5em "Open Sans", sans-serif;
    /* padding: 11px 0; */
    margin-bottom: 5px;
    line-height: 33px;
    padding-left: 20px;
}
.get-in-touch ul li .fleft a {
    color: #7b7b7b;
}
.footer-bottom{
    position: relative;
    padding: 34px 0px;
    margin-top: 30px;
    border-top: 1px solid #2a2a2a;
}
.footer-bottom .copyright{
	position:relative;
	color:#999999;
	font-size:14px;
}
.cards{
	position:relative;
}
.cards li{
	position:relative;
	display:inline-block;
	margin-left:10px;
}
.cards li a{
	position:relative;
	color:#999999;
	font-size:22px;
}
/*---------about----------*/
.home_about{
    /*background-color: #CDB377;*/
    background-color: #b33f41;
    color: #fff;
    padding:45px 0px;
}
.home_about p{
    max-width: 80%;
    margin: 20px auto 0;
    font-size: 17px;
    line-height: 26px;
}
.home_about .title{
    color:#fff;
}
.home_about .title.left-right-line:before, .home_about .title.left-right-line:after {
    background-color: #ffffff !important;
}
/*---------project----------*/
.portfolio {
    display: inline-block;
   margin: 40px 0 0;
}
.portfolio-list .mix {
    padding-left: 0;
    padding-right: 0;
}
.portfolio-item {
    overflow: hidden;
    display: block;
    position: relative;
}
.portfolio-item img {
    zoom: 1;
    width: 100%;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all 0.9s ease;
    transition: all .9s ease;
}
.portfolio-item .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(43,44,48,.8);
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 30px;
    -webkit-transition: all 600ms ease-out 0s;
    -moz-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
}
.portfolio-item .icon {
    left: 0;
    right: 0;
    width: 42%;
    top: 23%;
    text-align: center;
    position: absolute;
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: all 600ms ease-out 0s;
    -moz-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
}
.portfolio-item .icon .left {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    transform: translateY(25px);
}
.portfolio-item .icon i {
    width: 38px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 38px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.portfolio-item .content {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    opacity: 0;
    margin: 0 auto;
    padding: 10px 22px;
    text-align: center;
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.portfolio-item .content h3 {
    color: #31302c;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 11px;
    margin-top:0;
}
.portfolio-item .content h3 a {
    color: #fff;
    /* margin-bottom: 0; */
}
.portfolio-item .content p {
    color: #fff;
    font-size: 16px;
}
.portfolio-item:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform:scale(1.4);
    transform: scale(1.4);
}
.portfolio-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.portfolio-item:hover .icon {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.portfolio-item:hover .left {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.portfolio-item:hover .right {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.portfolio-item:hover .content {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

/*===titlr2---*/
.title{
	display: table;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	position: relative;
    color: #0943a0;
    font: 2.43em/1em "Playball", sans-serif;
    margin: 0;
    padding: 0;
}
.subtext{
    width: 100%;
    color: #000000;
    font: 400 1.20em/1.8em "Open Sans", sans-serif;
    margin: 20px 0 0;
    padding: 0;
    font-style: italic;
    position: relative;
    line-height: 24px;
}
.subtext.box-width {
	width: 700px;
	margin: 0 auto
}
.main-title-area .title span{
	display: block;
}
.down-line-left{
	padding-bottom: 20px;
	margin-bottom: 30px
}
.down-line-left::after{
	width: 100px;
    height: 4px;
}
.title-area-2 small{
	font-size: 17px;
	display: block;
	margin-bottom: 5px
}
.left-right-line:before, .left-right-line:after {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 2px;
    top: 50%;
    background-color: #3867b1;
        content: "";
    position: absolute;
}
.left-right-line:before {
    left: -100px;
}
.left-right-line:after {
    right: -100px;
}

/* ======== Our Offers Home Two Styles========= */
.our-offer-htwo{
    padding: 60px 0 30px;
    background-attachment: fixed;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/h1-bg-destinations.jpg);
}
.our-offer-htwo:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(255,255,255,0.9);
}
.our-offer-htwo .sec-header {
    padding-left: 0px;
}
.our-offer-left {
  position: relative;
  /*padding-right: 5em;*/
}

.our-offer-left p {
  color: #000000;
  /*margin: 0 0 1.5em;*/
  padding: 0;
  font: 400 16px/1.5em "Open Sans", sans-serif;
}
.our-offer-left ul li{line-height: 27px;
    font-size: 15px;
    list-style-type: disc;}
.our-offer-left ul{padding-left:30px;}
.offer-right .offer-img-box1, offer1-img-box2 {
  position: relative;
 /* float: left;
  margin-right: 10px;*/
}
.our-offer-left h5{margin-top: 15px;}
.offer-img-box1 img, offer1-img-box img{
    width: 100%;
    height: 384px;
}
.offer1-img-box img{height: 382px;}

.offer-right .offer-img-box2 {
  position: relative;
 /* float: left;*/
}
.offer-img-box2 img {
   height: 187px;
    max-height: 187px;
}
.box1 {
  position: relative;
  margin-bottom: 10px;
}
.box1 .img_holder {
  position: relative;
}
.box1 .img_holder .overlay {
  position: absolute;
  bottom: 15px;
  left: 5%;
  width: 90%;
  right: 5%;
}
.img_holder .overlay .text1 {
  position: relative;
  color: #fff;
  font: 400 0.7em/1.8em "Open Sans", sans-serif;
  text-align: right;
}
.img_holder .overlay .offertext1 {
  background: rgba(255, 255, 255, 0.8);
}
.img_holder .overlay .offertext1 p {
  color: #dc6c04;
  font: 3.5em/1em "Playball", sans-serif;
  margin: 0;
  padding: 0.2em 0.6em;
}
.img_holder .overlay .offertext1 .off-txt {
  color: #dc6c04;
  font: 0.58em/1em "Playball", sans-serif;
  display: inline-block;
}
.img_holder .overlay .offertext1 .winter-txt {
  color: #000;
  font: 700 0.5em/1em 'Open Sans Condensed', sans-serif;
  display: inline-block;
  padding-left: 0.8em;
}
.offer-img-box2 .box2 {
  position: relative;
}
.box2 .img_holder {
  position: relative;
}
.box2 .img_holder .overlay {
  position: absolute;
  bottom: 15px;
  width: 46%;
  right: 5%;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.3em;
}
.box2 .img_holder .overlay p {
  color: #000;
  font: 600 1.7em/1em 'Open Sans Condensed', sans-serif;
  padding: 0;
  margin: 0;
}
.box2 .img_holder .overlay h2 {
  color: #729400;
  padding: 0;
  margin: 0;
  font: 2.67em/1em "Playball", sans-serif;
}
.box2 .img_holder .overlay h2 span {
  color: #729400;
  font: 0.76em/1em "Playball", sans-serif;
}
.box2 .img_holder .overlay h6 {
  border-top: 1px solid #a5a4a4;
  color: #929292;
  font: 400 0.7em/1.8em "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  text-align: center;
}
.spa-offer .img_holder .room-ad-cont {
 overflow: hidden;
    position: relative;
    height: 100%;
   /* background: rgba(72, 44, 33, 0.65);*/
     background: #00000094;
    width: 24vw;
    padding: 1.5em 1.5em;
}
.theme-background-color {
    background-color: #3a3a3a!important;
}
.room-ad-cont li{
    color: #fff;
    font-size: 16px;
    margin-bottom: 9px;
}
.room-ad-cont span{
   margin-right: 14px;
    border: 1px solid #fff;
    padding: 2px 5px 4px;
    border-radius: 100%;
    font-size: 14px;
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 26px;
    /* vertical-align: middle; */
    text-align: center;
}
.room-ad-cont h2 {
  color: #fff;
 /* font: 4em/1em "Playball", sans-serif;*/
  margin: 0 0 0.6em;
  padding: 0;
  font-family: cursive;
}
.room-ad-cont h2 span {
  color: #fff;
  font: 0.59em/1em "Playball", sans-serif;
  display: block;
}
.room-ad-cont h3 {
  color: #fff;
  font: 600 1.66em/1em  'Open Sans Condensed', sans-serif;
  margin: 0 0 0.5em;
  padding: 0;
}
.room-ad-cont a {
  color: #000;
  font: 600 1.0715em/1.6em  'Open Sans Condensed', sans-serif;
}
.room-ad-cont a:hover {
  color: #fff;
}
.room-ad-cont p {
    font: 400 1.0715em/1.6em "Open Sans", sans-serif;
    color: #fff;
    padding: 0;
    margin: 0 0 1.8em;
}
.spa-offer {
    position: relative;
}
.spa-offer .img_holder {
    overflow: hidden;
    position: relative;
}
.spa-offer .img_holder .overlay:before {
    content: ' ';
    position: absolute;
    top: 11px;
    left: 11px;
    right: 11px;
    bottom: 11px;
    background: url(../images/border.png) right top no-repeat;
    background-size: 100% 100%;
}
.spa-offer .img_holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 11px;
}
.spa-offer .img_holder:hover img, .spa-offer .img_holder:focus img, .offer-right .offer-img-box2 .box2 .img_holder:hover img, .offer-right .offer-img-box2 .box2 .img_holder:focus img, .offer-right .offer-img-box2 .box1 .img_holder:hover img, .offer-right .offer-img-box2 .box1 .img_holder:focus img {
    opacity: 1;
    transform: scale(1.06);
}
.spa-offer .img_holder img, .offer-right .offer-img-box2 .box2 .img_holder img, .offer-right .offer-img-box2 .box1 .img_holder img {
    opacity: 1;
    transition: all 300ms linear 0s;
}
.box2 .img_holder, .box1 .img_holder {
    overflow: hidden;
    background: #000;
}
/*----sld_part---*/
.sldbg img{
    height:100vh;
}
/*.sldbg .item:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 460px;
    width: 100%;
    content: "";
    background-image: url(../images/shape-2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}*/
.full_width_carousel_caption_left p{
    font-style: italic;
    font-size: 20px;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    color:#fff;
}
/*---*/
.box-item{
    margin-bottom:40px;
}
.box-item i {
    font-size: 38px;
    color: #000000;
}
.box-item .box-title {
        margin: 13px 0;
    font-size: 20px;
    color: #0943a0;
    /* font: 1.86em/1em "Playball", sans-serif; */
    font-family: cursive;
}
.box-item .description{
   margin: 0 0 10px;
    font-size: 15px;
    /* font-weight: 700; */
    color: #000;
    line-height: 24px;
    /* font-family: 'Open Sans Condensed', sans-serif; */
    font-family: "Open Sans", sans-serif;
}
.btn-link{
    color: rgba(140, 138, 138, 0.55);
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
}
.tpb{
    border-top: 1px solid #090a0a;
    margin-top: 21px;
    padding-top: 8px;
}
/*---site_bar---*/
/*.stm_theme_demos {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 11px 0;
    margin: -89px 0 0;
    z-index: 99999;
}*/
/*.stm_theme_demos__icon {
    display: block;
    position: relative;
    width: 64px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 20px;
}*/
/*.stm_theme_demos__icon span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    color: #26211d;
    transform: translateX(-5px);
    transition: .3s ease;
}
.stm_theme_demos__icon span:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -20px;
    width: 20px;
    background-color: #fff;
}
.stm_theme_demos__icon:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}*/
/*.stm_theme_demos__icon  i{
    font-size:27px;
    color:#000;
}*/
.dpnm{
    background-color: #fff;
    padding: 20px;
    border-radius: 50px;
    display:inline-block;
    -webkit-box-shadow: 11px 6px 12px -4px rgba(0,0,0,0.79);
     box-shadow: 11px 6px 12px -4px rgba(0,0,0,0.79); 
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-box-shadow: 11px 9px 7px -6px rgba(0,0,0,0.79);
    box-shadow: 7px 7px 11px -6px rgba(0,0,0,0.79);
}
.dpnm img{
    max-width:50px;
}






/*				RIGHT-SIDE-ICONS					*/
.crossBtn, .crossBtn span {
position:absolute;
top:0px;
right:14px;
padding:2px 5px;
cursor:pointer;
}
.calUsRightWrapper {
position:fixed;
right:0px;
top:200px;
width:303px;
z-index:2;
margin-right:-194px;
}
.callUsLeft {float:left;width:55px;padding:12px 0 13px 54px;color:#575757;font-size:12px;font-family: 'MyriadPro-Regular';line-height:12px;font-weight:normal;cursor:pointer;background:url(../images/call-us-icon.png) #FFF left top no-repeat;-webkit-border-top-left-radius: 50px;-webkit-border-bottom-left-radius: 50px;-moz-border-radius-topleft: 50px;-moz-border-radius-bottomleft: 50px;border-top-left-radius: 50px;border-bottom-left-radius: 50px;}
.callUsRight {
float:left;
width:154px;
padding:20px;
position:relative;
background:#FFF;
}
.callUsRight p {
margin:0px;
color:#000;
font-size:16px;
font-family: 'MyriadPro-Regular';
font-weight:bold;
text-transform:uppercase;
}
.callUsRight p.number {
color:#2f2f2f;
}
.callUsRight select {
width:95%;
border:1px solid #9d9d9d;
color:#7d7d7d;
font-size:12px;
font-family: 'Frutiger-LightCn';
text-transform:capitalize;
padding:6px 0 6px 5%;
margin:10px 0 18px 0;
}
.enqueryRightWrapper {
position:fixed;
right:0px;
top:267px;
width:303px;
z-index:3;
margin-right:-194px;
}
.enqueryRightWrapper.eventWrapperPosition {
top:330px;
}
.enqueryLeft {
float:left;
width:auto;
color:#575757;
font-size:12px;
font-family: 'MyriadPro-Regular';
line-height:12px;
font-weight:normal;
-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.enqueryLeft a {
display:block;
text-transform:uppercase;
color:#575757;
text-decoration:none;
padding:11px 15px 13px 54px;
background:url(../images/enquery-now.png) #FFF left top no-repeat;
-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
cursor:pointer;
}
.enqueryLeft a.eventRightBg {
background:url(/img/event-rightBg.png) #FFF 2px 2px no-repeat;
}
.enqueryRight {
float:left;
width:154px;
padding:20px;
position:relative;
background:#FFF;
}
.enqueryRight input {
width:93%;
padding:6px 2% 6px 5%;
margin:10px 0 0 0;
color:#575757;
font-size:12px;
font-family: 'MyriadPro-Regular';
border:1px solid #9d9d9d;
background:#fbfbfb;
}
.enqueryRight select {
width:102%;
padding:6px 2% 6px 5%;
margin:10px 0 0 0;
color:#575757;
font-size:12px;
font-family: 'MyriadPro-Regular';
border:1px solid #9d9d9d;
background:#fbfbfb;
text-transform:capitalize;
}
.enqueryRight .submitBtn {
float:right;
width:auto;
background:#000;
margin:10px 0 0 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.enqueryRight .submitBtn a {
display:block;
text-transform:uppercase;
text-decoration:none;
color:#fff;
font-size:12px;
font-family: 'Frutiger-LightCn';
padding:8px 15px;
}
/*				RIGHT-SIDE-ICONS-END					*/

.bookstabtn{width:auto; float:left; position:fixed; top:250px; left:auto; right:-41px; z-index:999; transform:rotate(270deg);}
.bookstabtn a{display:inline-block; padding:9px 15px 10px; color:#fff; background: #b33f41; font-size:14px; line-height:18px; 
font-weight:400; text-transform:uppercase; }
.bookstabtn a:after{width:37px; height:37px; position:absolute; top:0; content:""; right:-25px; background:#240d0a url(../images/down1.png) no-repeat center; background-size:15px !important; transform:rotate(-270deg);}
.bookstabtn a:hover{background:#170705;}
.bookstabtn a:hover:after{background:#170705 url(../images/down1.png) no-repeat center;}
/*----aboutus,contactus-----*/
.aboutbg{height: 290px;background:  url(../images/about-head.jpg) no-repeat center;margin-top: -19px;}
.roomback{height: 300px;background:  url(../images/maharaga.jpg) no-repeat center;margin-top: -29px;}
.roomback-r{height: 300px;background:  url(../images/rooms-head.jpg) no-repeat center;margin-top: -29px;}
.roomback-p{height: 300px;background:  url(../images/premium-head.jpg) no-repeat center;margin-top: -29px;}
.roomback-f{height: 300px;background:  url(../images/family-head.jpg) no-repeat center;margin-top: -29px;}
.roomback-s{height: 300px;background:  url(../images/super-head.jpg) no-repeat center;margin-top: -29px;}
.roomback-d{height: 300px;background:  url(../images/deluxe-head.jpg) no-repeat center;margin-top: -29px;}
.roomback-stand{height: 300px;background:  url(../images/standard-head.jpg) no-repeat center;margin-top: -29px;}
.gallerybg{height: 300px;background:  url(../images/gallery-bg.jpg) no-repeat center;margin-top: -29px;}
.attractbg{height: 300px;background:  url(../images/attraction.jpg) no-repeat center;margin-top: -29px;}
.contactbg{height: 300px;background:  url(../images/contact-bg.jpg) no-repeat center;margin-top: -29px;}
.gallerybg h1, .attractbg h1, .contactbg h1, .roomback h1, .roomback-p h1, .roomback-f h1, .roomback-s h1, .roomback-r h1, .roomback-d h1, .roomback-stand h1{text-align: center;color: #fff;padding-top: 13%;}
.aboutbg h1{text-align: center;color: #fff;padding-top: 12%;}
.brdcrmbs-ab .breadcrumb{text-align: center;padding: 14px 15px;}
.breadcrumb > li + li:before {padding: 0 5px;color: #ccc;content: "\00a0";}
.brdcrmbs-ab .breadcrumb > li {font-size: 15px;}
.brdcrmbs-ab .breadcrumb > li {color: rgba(169, 82, 47, 0.81);}
.brdcrmbs-ab .breadcrumb > li > a{color: #000;}
.about-htl{margin-top: 3%;}
.slider-bg:before {content: '';position: absolute;top: 10px;left: 5px;right: 25px;bottom: -10px;border-left: 10px solid #b33f41;border-bottom: 10px solid #b33f41;}
.htl-cont{margin: 0;padding: 10px 0;border-top: 1px solid #d6d6d6;border-bottom: 1px solid #d6d6d6;margin-top: 25px;margin-bottom: 25px;}
.htl-cont h4{color: #0943a0;font: 400 1.20em/1.6em "Open Sans", sans-serif;font-size: 16px;font-style: italic;text-align: center;}
.ab-number{background-color: #b33f41;border-radius: 50px 50px;color: #fff;padding: 6px 8px;width: 28px;font-size: 16px;margin-right: 10px;}
.number-ab{margin-top: 15px;width: 55%;margin: 0 auto;}    
.slider-bg .img-responsive, .slider-bg .thumbnail > img, .slider-bg .thumbnail a > img, .slider-bg .carousel-inner > .item > img, .slider-bg .carousel-inner > .item > a > img {height: 300px;}
.slider-bg .carousel-inner {height: 300px;}
.luxury-cont{margin-bottom: 40px;}
.retrive_intro{font-size: 16px;font: 400 16px/1.8em "Open Sans", sans-serif;}
.no-padding{padding-left: 0px;padding-right: 0px;}
.contact-form{background: #f5f5f5;overflow: hidden;padding: 3em 2em;margin-top: 30px;}
.contact-form input, .contact-form select{margin-bottom: 20px;border-radius: 0;font: 400 1.0715em/1.5em 'Open Sans', serif;color: #959595;padding: 11px 20px;border: 1px solid #e1e1e1;height: auto;-webkit-box-shadow: none;box-shadow: none;width: 100%;}
.contact-form textarea{margin-bottom: 32px;resize: none;padding: 15px 20px;height: 170px;width: 100%;border: 1px solid #e1e1e1;font: 400 1.0715em/1.5em 'Open Sans', serif;color: #959595;}
.sub-btn {width: 103px;height: 33px;border: 0;display: block;font-weight: 300;line-height: 34px;border-radius: 3px;text-align: center;text-decoration: none;text-transform: capitalize;font-family: 'Open Sans',sans-serif;-webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;color: #fff;background: #b33f41;border-radius: 0px}
.sub-btn:focus{outline: none;}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus{outline: none;} 
.ad-dtl span{color: #b33f41;font-size: 30px;}
.ad-dtl p{font-size: 16px;}
.address-bg{margin-top: 30px;}
.social-m li{display: inline-block;margin-right: 5px;}
.social-m li a{position: relative;width: 40px;height: 40px;
color: #000;font-size: 16px;}
.social-m li a:hover{color: #b33f41;}
.ad-dtl{margin-bottom: 15px;}
.social-m{margin-top: 20px;}
.map{width: 86%;margin: 0 auto;}
.map iframe{width: 100%;margin-top: 40px;margin-bottom: 40px;height: 350px;}
.sub-btn:hover {background: #000;}
/*----aboutus,contactus-----*/
/*----rooms-----*/
.room-img1{position: relative;height: 386px;width: 652px;overflow: hidden;}
.room-img:before{content: ' ';position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border: 2px solid #fff;}
.room-img img{height: 386px;width: 652px; -webkit-transition: all 2s ease;-moz-transition: all 2s ease;-ms-transition: all 2s ease;transition: all 2s ease;}
.room-img img:hover{height: 450px;width: 700px;}
.rooml-rgt{background: #f7edd7;padding: 15px 20px 24px;position: relative;top: 29px;right: 48px;box-shadow: #ececec 3px 3px 2px;height: 322px;}
.rooml-rgt1{background: #f7edd7;padding: 15px 20px 24px;position: relative;top: 29px;right: -45px;box-shadow: #ececec 0px 3px 8px;z-index: 1;height: 322px;}
.room-details{margin-top: 2px;}
.room-details span{margin-right: 5px;color: #b33f41;width: 8%;}
.room-details p{font-family: "Open Sans", sans-serif; font-size: 14px;}
.rooml-header {position: relative;display: table;width: 100%;padding-bottom: 15px;}
.rooml-header h1 {color: #0943a0;font: 2.43em/1em "Playball", sans-serif;margin: 0;padding: 0;}
.delux-cont{margin-top: 0px;}
.rm-amt{color: #8c3f0c;font-size: 22px;}
.night-rm{font-size: 16px;}
.price-rm{float: right;margin-top: 20px;}
.room-view{float: left;margin-top: 20px;}
.room-book{float: left;margin-top: 20px;margin-right: 10px;display:none;}
.room-view a{width: 103px;height: 33px;display: block;font-weight: 300;line-height: 34px;text-align: center;text-decoration: none;text-transform: capitalize;font-family: 'Open Sans',sans-serif;-webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;color: #000;border:1px solid #b33f41;}
.room-book a{width: 103px;height: 33px;border: 0;display: block;font-weight: 300;line-height: 34px;text-align: center;text-decoration: none;text-transform: capitalize;font-family: 'Open Sans',sans-serif;-webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;color: #fff;background: #b33f41;}
.room-book a:hover{background: #000;}
.room-view a:hover{background: #000;border: 1px solid #fff;color: #fff;}
.rooms-details{margin-bottom: 50px;}
.img_delux h5, .room_delux h5{text-transform: capitalize;color: #424242;padding: 0;margin: 0em 0 0.3em;position: relative;font-size: 26px;font: 26px/1.5em "Playball", sans-serif;}
.retrive_intro1{font-size: 15px;font: 400 15px/1.5em "Open Sans", sans-serif;}
.room_delux{float: left;margin-top: 20px;}
.deluxe-book{float: right;margin-top: 20px;margin-left: 20px;display:none;}
.deluxe-book a{width: 103px;height: 33px;border: 0;display: block;font-weight: 300;line-height: 34px;text-align: center;text-decoration: none;text-transform: capitalize;font-family: 'Open Sans',sans-serif;-webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;color: #fff;background: #b33f41;}
.deluxe-book a:hover{background: #000;}
.cir-htl{font-size: 8px;}
.htl-policy{margin-top: 20px;}
.delx-details{margin-top: 2px;}
.delx-details span{margin-right: 3px;color: #b33f41;}
.delx-details p{font-family: "Open Sans", sans-serif; font-size: 16px;}
.dlx-rgt{background: #f7edd7;padding: 5px 20px 5px;box-shadow: #ececec 3px 3px 2px;}
.dlx-rgt h5{text-transform: capitalize;color: #242424;padding: 0;margin: 1em 0 0.7em;position: relative;font-family: cursive;font-size: 20px;}
.reserve-icon{font-size: 25px!important;}
.deluxe-htl{margin-bottom: 40px;}
.delux-head{font-size: 16px;}
.circle-dlx li{font-size: 17px;list-style:disc!important;font-family: 'Open Sans',sans-serif;}
.circle-dlx{margin-left: 17px;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {color: #fff!important;background-color: transparent!important;}
/*----rooms-----*/
/*----attraction-----*/
.attrac-box{width: 100%;height: 600px;box-shadow: #eae6e6 1px 3px 14px;
padding: 25px 35px 35px;background-color: #fff;margin-top: 30px;}
.attrac-htl{margin-bottom: 40px;}
.triund_text h5 {text-transform: capitalize;color: #242424;padding: 0;margin: 0em 0 0.7em;position: relative;font: 2.0em/1em "Playball", sans-serif;}
.triund-img img{width: 100%;}
.spa-offer {position: relative;}
.spa-offer .img_holder1 {overflow: hidden;position: relative;height: 280px;}
.spa-offer .img_holder1:hover img, .spa-offer .img_holder1:focus img{opacity: 1;transform: scale(1.06);}
.spa-offer .img_holder1 img{opacity: 1;transition: all 300ms linear 0s;}
.navbar-brand-centered {position: absolute;left: 50%;display: block;width: 160px;text-align: center;background-color: transparent;}
.navbar>.container .navbar-brand-centered, .navbar>.container-fluid .navbar-brand-centered {margin-left: -80px;}
.menu li ul li a:hover {background-color: #b33f41;}
.menu li ul li a{}
/*----attraction-----*/
/*----gallery-----*/
.gallery-htl{margin-bottom: 40px;}
.glry-img{padding-top: 0px;}
.glry1 img{width: 100%;}
.glry1{margin-top: 0px;}
.gly-mdl .modal-backdrop.in {opacity: .0!important;}
.thumbnail {margin-bottom: 0px;border: none;border-radius: 0px;}
.thumb{padding: 2px;}
.gly-mdl .modal-dialog {width: 820px;}
.gly-mdl .btn-primary {background-color: #b33f41;border-color: #b33f41;}
.gly-mdl .btn-primary:hover {background-color: #c13e40;border-color:#c13e40;}
.gly-mdl .btn-primary:focus {outline: none;}
.close {color: #d82a26;opacity: .8;}
.close:hover {color: #d82a26;}

   .section-box-twelve{
       
/*
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
*/
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-twelve figure {
        position: absolute;
        text-align: center;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        transition: ease-in-out .5s;
        opacity: 0;
        transform: scale(2);
    }
    .section-box-twelve:hover figure {
        opacity: 1;
        transform: scale(1);
        background: rgba(0, 0, 0, 0.2);
    }
    .section-box-twelve figure a{
        color: #fff;
        font-size: 3em;
        top: 35%;
        position: relative;
        background: transparent;
    }
    .section-box-twelve img{
        height: 100%;
    }
.responsive-roomsec{display: none;}
.mount-enjoy{
     font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    /* color: #fff; */
    color: #505050;
    width: 55%;
    margin: 0 auto;
    margin-top: 39px;
    text-align: center;}
.mount-enjoy1{margin-bottom: 20px;
     font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    /* color: #fff; */
    color: #505050;
    width: 60%;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;}
/*----gallery-----*/
.theme-background-color {
    background-color: #000!important;
}
.mngbtm20 img{width: 50%;margin-top: -58px;}


/*Booking Engine CSS Code */
.modalModifyCancel__inner{
overflow: hidden !important;
}
.BEx4IDaY4cXE{
height: 38px !important;
}       
#BEx4IDaY3bWD .BEx4ZXaY3bWR{
margin-top: 10px;
}
#BEx4IDaY3bWR .BEx4ZXaY3bOP > div{
margin-top: -24px !important;
}
#BEx4IDaY3bWD .BEx4ZXaY3bDPI{
top: 31px !important;
right: 31px !important;
}
.BEh8JJiwI1dPaBPrice{
margin-top: 3px !important;
width: 103px !important;
padding: 0px 0px 19px 3px !important;
text-transform: capitalize;
}
.BEh4IDsZ4eZE{
  color: #005C93 !important;
}
.BEh4IDsZ4dZE{
  color: #333 !important;
}
.divWidth{
  color: #333 !important;
}
#BEx4IDaY3bWD select.BEx4ZXaY3bPC, #BEx4IDaY3bWD select.BEx4ZXaY3bPP{
background: #fff !important;
color: #000 !important;
}
#BEx4IDaY3bWD input.BEx4ZXaY3bQBT{
background: #b33f41 !important;
margin-bottom: 0px !important;
margin-top: 14px !important;
}
#BEx4IDaY3bWD .BEx4ZXaY3bWR a{
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
#BEx4IDaY3bWD .BEx4IDaY3bQBT:hover .BEx4ZXaY3bQBT, .BEx4ZXaY3bQBT:focus{
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
background: #ffffff !important;
color: #ed8323 !important;
} 
#BEx4IDaY3bWD .BEx4ZXaY3bWR{
    width: 240px;
    z-index: 999 !important;
    position: absolute !important;
    right: -700px !important;
    top: -377px !important;
}
.BEh4IDsZ4fZE{
        color: #b33f41 !important;
}
.BEh8JJiwI1dPaBPrice{
    background-color: #b33f41 !important;
}
.widget .BEh4IDsZ4fZE, .widget .BEh4IDsZ4eZE, .widget .BEh4IDsZ4dZE, .widget .BEh4IDsZdPr0ZE span {
    color: #b33f41 !important;
}
.BEh4IDsZ4dZENP{
    color: #b33f41 !important;
}
.widget #BEx4IDaY3bWD .BEx4ZXaY3bWR {
    border-color: #b33f41 !important;
    /*box-shadow: none;*/
}
.BExyz5i8narrowSingle-up{
    border-bottom: 5px solid #b33f41 !important;
}

/*Booking Engine CSS Code End*/



/*Media Query*/

@media only screen and (min-device-width: 200px) and (max-device-width: 812px) 
     { 
         #BEx4IDaY3bWD .BEx4ZXaY3bWR {
                right: 73px !important;
                      top: 61px !important;
    }
}

/*Media Query*/