
*{padding:0;margin:auto;font-family: 'poppins';font-size:14px;letter-spacing: 1px;line-height: 1.2;}
@font-face {font-family: 'goudos';src: url('../fonts/GOUDOS.TTF');}
@font-face {font-family: 'conneqt';src: url('../fonts/Conneqt-Regular.ttf');}
@font-face {font-family: 'verlag';src: url('../fonts/Verlag-Book.otf');}
@font-face {font-family: 'verlag-b';src: url('../fonts/VerlagBold.otf');}
@font-face {font-family: 'itc';src: url('../fonts/ITCBerkeleyOldstyleMedium.otf');}
@font-face {font-family: 'poppins';src: url('../fonts/Poppins-Regular.ttf');}
@font-face {font-family: 'poppinsthin';src: url('../fonts/Poppins-Thin.ttf');}
@font-face {font-family: 'quiche';src: url('../fonts/quiche-sans-medium.ttf');}
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{font-family: 'itc';}
:root{
	-bg-null: rgba(0,0,0,0);
}
a, a:hover, a:focus, a:active{
	background:rgba(0,0,0,0) !important;outline:none !important;text-decoration:none !important;
}
.thumb{border-radius:0px;padding:0px;border:0px;background:rgba(255,255,255,0);}
.row{margin:0px;}
.text-transform{text-transform:uppercase;}
.btn:hover, .btn:focus, .btn:active{outline: none !important;text-shadow: 0px 0px 0px black !important;}
body{top:0px !important;}
body.scroll{overflow: hidden;}
.goog-te-banner-frame {height: 0px !important;}

/* width */
::-webkit-scrollbar {
	width: 7px !important;
}
/* Track */
::-webkit-scrollbar-track {
 background: #836503 !important; 
}

/* Handle */
::-webkit-scrollbar-thumb {
 background: #DFAB03 !important; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #534103 !important; 
}
.desktop{display: block;}
.mobile{display: none;}
/**/
header{
	z-index: 20000;
    position: absolute;
    padding: 0;
    width: 100%;
    left: 0;
}
header nav{background: var(-bg-null);padding: 0 !important;}
header nav .logo{
	padding: 10px 0 0;
    display: block;
    margin: 0 0 0 15px;
}
header nav .logo img{max-width:100%;}
header nav .call{display: none;padding: 5px;}
header nav .call img{height: 20px;}
header nav button{display: none;padding: 5px;}
header nav button img{height: 20px !important;}
header nav .topbarwrap .topbar{padding: 0 0 0 30px;margin: 15px 0 -5px;}
header nav .topbarwrap .topbar,
header nav .topbarwrap .topbar *{color: #fff;font-family: 'goudos';}
header nav .collapse ul{width: 100%;}
header nav .collapse ul li{position: relative;}
header nav .collapsing ul li a,
header nav .collapse ul li a{
    text-transform: uppercase;
	font-family: 'conneqt';
    color: #FEFBFC;
    font-size: 10px;
    letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
header nav .collapse ul li a.gal{border: solid 2px #FEFBFC;}
header nav .collapse ul li a.lst{
	background: #E6DAC4 !important;color: #000;border: solid 1px #E6DAC4;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
}
header nav .collapse ul li.active a{
    color: #F6BE6A;
}
header nav .collapse ul li ul{
	position: absolute;
    background: #f5f5f5;
	overflow:hidden;
    width: auto;
	min-width: 100%;
	height:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
header nav .collapse ul li ul li:first-child{
	margin-top: 7px;
}
header nav .collapse ul li ul li:last-child{
	margin-bottom: 7px;
}
header nav .collapse ul li ul li a{
	display: block;
    padding: 4px 20px;
	color:#000;
	text-shadow: 0 0 0 #000;
	white-space: nowrap;
	font-family: 'goudos';
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
header nav .collapse ul li.active ul li a{
    color: #A67D2E;
}
header .lang_{
	position: absolute;
    right: 45px;
    width: 30px;
    overflow: hidden;
    top: 15px;
    z-index: 1;
    opacity: 0;
}
header .lang .goog-te-gadget-simple span{display: none;}
header .lang .goog-te-gadget {
	opacity: 0;
	position: absolute;
	top: 10px;
	width: 100%;
}

header nav .collapse ul li a:hover,
header nav .collapse ul li a:focus,
header nav .collapse ul li a:active{
    color: #F6BE6A;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
header nav .collapse ul li ul li a:hover,
header nav .collapse ul li ul li a:focus,
header nav .collapse ul li ul li a:active{
    padding-left: 25px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
header nav .collapse ul li:hover ul{
	height:auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
header nav .collapse ul li a.lst:hover,
header nav .collapse ul li a.lst:focus,
header nav .collapse ul li a.lst:active{
	background: #000 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
}
/**/
.home{padding:40px 50px;}

.slider{
	position: relative;
	padding: 0;
	z-index: 1;
	overflow: hidden;
}
.slider,
.slider .container ,
.slider .container .multiplescrolldt,
.slider .container .multiplescrolldt .col-md-12,
.slider .container .multiplescrolldt .col-md-12 .coldata{
	height: 95vh !important;
    max-width: 100%;
}
.slider .container .multiplescrolldt .col-md-12 .coldata{
	position: relative;
	display: flex;
}
.slider .container .multiplescrolldt .col-md-12 .coldata::after{
	content: "";
    background: #000;
	opacity: .1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.slider .container .multiplescrolldt .col-md-12 .coldata img{
    min-height: 100% !important;
    max-width: 140%;
}
.slider .container,
.slider .container .col,
.slider .container .col-md-12{
    padding: 0;
}
.slider .heroSlider-fixed .next,
.slider .heroSlider-fixed .prev{
	top: auto;
    bottom: 50%;
    border: solid 15px rgba(0, 0, 0, 0);
    border-radius: 50%;
    padding: 10px;
    background-color: rgba(255, 255, 255, .4);
	cursor: pointer;
}
.slider .heroSlider-fixed .next{right: 5px !important;}
.slider .heroSlider-fixed .prev{left: 5px;}
.slider .infoBlock {
	position: absolute;
    bottom: 15vh;
    top: auto;
    padding: 0 50px;
    width: 70%;
    background: rgba(0, 0, 0, 0) !important;
    max-width: 70%;
    right: 15%;
	overflow: visible;
	z-index: 1;
}
.slider .infoBlock h2 ,
.slider .infoBlock .goto{
    text-shadow: 0 0 3px #000;
    color: #fff !important;
    padding: 0;
    background: rgba(0,0,0,0) !important;
}
.slider .infoBlock .goto{
	color: #fff !important;
    text-shadow: 0 0 0 #000;
    font-size: 30px;
	font-family: 'itc';
}
.slider .infoBlock h2{
	font-size: 23px;
	color: #E6DAC3 !important;
    margin: -6px 0 35px;
	font-family: 'conneqt';
}
.slider .infoBlock a{
	color: #fff;
    border: solid 2px #F6BE6A;
    padding: 5px 20px;
    font-size: 18px;
    position: relative;	
	font-family: 'itc';
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.slider .prev, .slider .next {
	padding: 25px;
	border-radius:0;
}
.slider .prev {
	background: url('../images/p.png') center no-repeat;
	background-size: contain;
    left: 0;
}
.slider .next {
    background: url(../images/n.png) center no-repeat;
    background-size: contain;
    right: 0px !important;
    z-index: 3;
}
.slider .infoBlock a:hover,
.slider .infoBlock a:focus,
.slider .infoBlock a:active{
    background: #F6BE6A !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/**/
.slider .infoBlock .goto:hover,
.slider .infoBlock .goto:focus,
.slider .infoBlock .goto:active{
	background: #fff;
	color:#031C19;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/**/
/**/
.overview{
	background: #FDF8F4 url('../images/overviewpattern.png') no-repeat right;
	background-size: contain;
}
.overview .dts .rw{
	padding: 20px 0 20px 20px;
	width: 90%;
	margin: 0;
}
.overview .rowsdata .col img{width: 30px;margin: 0 0 -105px;}
.overview .rowsdata .col h5{font-family: 'verlag-b';}
/**/
.categories{
    padding: 25px;
	background: #E6DAC4;
}
.cattt p{color: #836503;font-size: 12px;}
.categories .catinner{padding: 5px;}
.categories .catinner a{
	position: relative;
	display: block;
}
.categories .catinner a h3{
	color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
	z-index: 1;
	font-family: 'conneqt';
}
.categories .catinner a .thumb{
	position: relative;
	overflow: hidden;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.categories .catinner a .thumb::after{
	content: "";
    border: solid 0 #D2D1CD;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.categories .catinner a .thumb img{
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.categories .catinner a:hover .thumb::after,
.categories .catinner a:focus .thumb::after,
.categories .catinner a:active .thumb::after{
	/*border: solid 10px #EBEAE6;*/
	border: solid 10px #E6DAC4;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.categories .catinner a:hover .thumb img,
.categories .catinner a:focus .thumb img,
.categories .catinner a:active .thumb img{
	-moz-transform:scale(1.07); 
	-webkit-transform:scale(1.07);
	-o-transform:scale(1.07);
	transform:scale(1.07);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/**/
.hmbanner{
	background: url('../images/lodge.jpg') fixed center no-repeat;
	background-size: cover;
	height: 70vh;
}
/**/
.hotels .catinner{
	padding: 0 5px 40px;
    position: relative;
	z-index: 1;
	margin: 0;
}
.hotels .properties a h3 *{font-size: 13px;font-family: 'verlag-b';}
.hotels .properties a h3 span{display: block;font-size: 10px;font-family: 'verlag';}
.hotels .properties a .explore{
	position: relative;color: #383838;margin: 15px 0 0;display: inline-block;font-family: 'itc';
}
.hotels .properties a .explore::after{
	content: "";
    position: absolute;
    width: 120%;
    left: -10%;
    bottom: -3px;
    border-top: solid 1px #A67D2E;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}
.hotels .catinner a{
	display: block;
}
.hotels .catinner a .thumb{
	position: relative;
	overflow: hidden;
	height: 40vh;
}
.meetourexperts.hotels .catinner a .thumb{height: auto;}
.hotels .catinner a .thumb{
	min-width: 100%;
	min-height: 100%;
}
.hotels .catinner a .thumb img{
	-moz-transform:scale(1.05); 
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.hotels .catinner a h3{
	font-size: 17px;
    color: #000;
    margin: 10px 0 0;
	padding: 0 15px 0;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.hotels .show a:hover::after,
.hotels .show a:focus::after,
.hotels .show a:active::after{
    width: 100%;
    left: 0;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.hotels .catinner a:hover .thumb img,
.hotels .catinner a:hover .thumb img,
.hotels .catinner a:hover .thumb img{
	-moz-transform:scale(1); 
	-webkit-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.hotels .properties a:hover .explore::after,
.hotels .properties a:focus .explore::after,
.hotels .properties a:active .explore::after{
    width: 80%;
    left: 10%;
    border-top: solid 1px #A67D2E;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}
/**/
.testimonials{
	background: url('../images/reviewsbg.jpg') center no-repeat;
	background-size: cover;
}
.testimonials .trip img{width: 70px;}
.testimonials .reviews img{width: 60px;margin: 0 35px 5px 0;}
.testimonials .reviews *{text-align: right;}
.testimonials .reviews .text-right h4{font-size: 25px;margin: 0 0 30px;}
.testimonials .coldata .data .rws *{text-align: right !important;padding-left: 15%;}
.testimonials h3{color: #A67D2E;font-size: 28px;margin: 0 0 20px;padding: 0;}
.testimonials .coldata .data h5{margin: 35px 0 0;}
.testimonials .coldata .data img{width: 50px;min-width: 10px;margin: 0 0 0;display: inline-block;}
.testimonials .catinner{margin: 0;padding: 0 10px 20px;}
.testimonials .heroSlider-fixed{position: relative;}
.testimonials .heroSlider-fixed .next__,
.testimonials .heroSlider-fixed .prev__ {
	background: rgba(0, 0, 0, .2);
    display: inline-block !important;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 0 0;
    border-radius: 50%;
    bottom: 50%;
    cursor: pointer;
    font-size: 15px;
}
.testimonials .heroSlider-fixed .next__ {right: -45px;left: auto;}
.testimonials .heroSlider-fixed .prev__ {left: 0;}
/**/


/**/
.topbanner{
	overflow: hidden;
	height: 200px;
}
.topbanner img{
	min-width: 100%;
	min-height: 100%;
}
.profilebanner{
	height: 85vh !important;
    display: flex;
    position: relative;
}
.profilebanner img{
	position: absolute;
    left: 0;
    width: 100%;
    min-height: 100%;
    bottom: 0;
}
/**/
.listing h1{
	text-transform: uppercase;
}
.listing .row .inner{
	margin: 0;
}
/**/
.listing .safaris{
	background: rgba(0, 0, 0, 0);
	padding: 40px 0;
}
.listing .safaris .inner a h5 {
    color: #000;
}
/**/
.profilehotel{
	padding: 0px !important;
    background: rgba(0, 0, 0, 0) !important;
    color: #000 !important;
}
.profilehotel .hmtt{
	padding: 30px;
}
.profilehotel .hmtt h4{
	font-size: 14px;
    margin: 0 0 3px;
}
.profilehotel .hmtt h4 i{
	position: relative;
    padding: 0 5px;
}
.profilehotel .hmtt h4 i::after{
	content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 5px);
    background: #000;
    left: 3px;
    top: -2px;
}
.profilehotel .hmtt .discover{
	color: #A67C2E;
	font-size: 34px;
	position: relative;
	padding: 0 0 2px 15%;
	white-space: nowrap;
}
.profilehotel .hmtt .discover img{
	width: 19px;
    position: absolute;
    margin: 11px 0 0 -25px;
}
.profilehotel .hmtt .discover b{
	position: absolute;
    margin: -22px 0 0;
	text-transform: none;
}
.profilehotel .hmtt .discover:after {
    top: 20px;
}
.profilehotel .hmdt{
	margin: 0;
}
.profilehotel .hmdt .desc{
	margin: 0;
    padding: 0 50px;
	background: rgba(0, 0, 0, 0);
}
/**/
.features .fs{padding-bottom: 4px;margin: 0;}
.features .fs i{
	display: inline-block;
    position: absolute;
    background: #3CB549;
    padding: 4px 8px 10px 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 4px 0 0 -19px;
}
.features_ex .fs i{
    background: #F44233;
}
.features .fs i::after{
	content: "";
    position: absolute;
    padding: 2px 1px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	margin: -1px 0px 0;
}
.features_ex .fs i::after{
	content: "x";
    border-bottom: 0;
    border-right: 0;
    margin: -8px 0 0 -2px;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
/**/
.hmttdata{background:#FDF4EF;padding-bottom: 0 !important;}
.faq .inner .wrapper{
	background: #fffcfc;
    padding: 10px 0 0;
    overflow: hidden;
    margin: 0 0 30px;
}
.faq .sign{
	color: #090C64;
    font-size: 18px;
    margin: 5px 0 0;
    line-height: .5;
}
.faq .sign img{
	width:15px;margin: 0;
}
.faq .content{
	padding: 0 10px 0;
	margin: 0;
    min-height: 18px;
    line-height: 1;
}
.faq .content h3{
	font-size: 20px;
    color: #000;
    margin: 0;padding: 0 0 9px;
}
.faq .content h3 i{position: relative;display: inline-block;padding: 0 0 0 10px;}
.faq .content h3 i::after{
	content: "";
    position: absolute;
    border-right: solid 1px #000;
    height: 50px;
    top: -33px;
}
.faq .content h3 span{color: #A97C2E;font-size: 20px;margin: 0 0 0 20px;font-family: 'conneqt';}
.faq .answer{
	height: 0px;overflow: hidden;margin: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.faq .answer.show{
	height: auto;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.faq .description{
    padding: 30px 20px 30px 8%;
    color: #4d4d4d;
}
.faq .description img{max-height: 100vh;margin: 0;}
.faq .description p{margin: 0px;color: #4d4d4d;}
/**/
/**/
.blankresults{
	color: red;
	padding: 30px 0;
}

.blink{
    animation:blinkingText_ 3s infinite;
}
@keyframes blinkingText_{
    0%{
		opacity:1;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
	}
	50%{
		opacity:0;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
	}
    100%{
		opacity:1;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
	}
}
/**/
.photos{
	background: rgba(0, 0, 0, 0) !important;overflow: visible !important;
}
.hmtt .photos img {
	max-width: 100%;
    display: block;
    max-height: 100%;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.photos span {
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	margin-bottom: 10px;
	break-inside: avoid;
}
.photos span > img {
  grid-row: 1 / -1;
  grid-column: 1;
}
.photos .container {
	column-count: 3;
	column-gap: 10px;
	padding: 0;
    /*height: 100vh;
	opacity: 0;*/
}
.photos .container.four {
	width: auto;
    column-count: 5;
    margin: 0 -85px 0;
    max-width: 200%;
}
.photos .loading{
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
}
.photos .container.active {
	opacity: 1;
    height: auto;
}
.photos .container span a {
	overflow: hidden;
    display: block;
    /*border-radius: 20px;*/
}
.photos .container span a .thumb{overflow: hidden;}

.pp .pop-over .close {
    z-index: 1;
    padding: 7px 15px 0;
    font-size: 20px;
}
.caption-container {padding: 0 16px;}
.caption-container p{margin: 0;}
.photos span a:hover img,
.photos span a:active img,
.photos span a:focus img{
	-moz-transform:scale(1.05); 
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/**/
.pagination{
	display: block;padding: 0 0 30px;
}
.pagination a{
    margin: 0 7px 0 0;
    padding: 5px 15px;
    color: #000;
    display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pagination a.active{
    /*background: #000 !important;*/
	color: #A67D2E;
    border-bottom: solid 2px #A67D2E;
}
.pagination .lst:last-child{
    margin:0 0 0 35px;
}
.pagination .lst:last-child:after{
    content: ".....";
    margin: -2px 0 0 -60px;
    position: absolute;
    color: #000;
}
.pagination a:hover,
.pagination a:hover,
.pagination a:hover{
    background: #b3b3b3 !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/**/
.poper{
	position: fixed;
	z-index: 200;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
	z-index:2000000;
    background: rgba(0, 0, 0, .7);
    overflow: hidden;
    display: flex;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.poper.active{
    width: 100%;
    height: 100%;
    padding: 50px;	
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.poper .cls{
	position: absolute;
    background: #fff;
    padding: 3px 10px;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.poper .inner{width: 60%;}
.poper .inner iframe{height: 80vh;}
/**/
.contacts{
	padding: 30px 30px 0;
    color: #000;
	background: #f7f7f7;
}
.contacts .social a{
	display: inline-block;
    margin: 0 15px 0 0;
}
.contacts .social a img{
	width: 40px;
    margin: 0;
}
.contacts .hmdt .mapwrap {padding: 0;}
.contacts .hmdt .mapwrap iframe{height: 95vh;}
.contacts .hmdt .desc {margin-right: 0;}
.hmtt{
	padding:30px 100px;
}
.hmtt h4{
	position: relative;
    font-size: 11px;
    margin: 0;
    color: #E1AC02;
    padding: 0 0 0 77px;
}
.hmtt .discover{
	padding: 0 0 2px 57px;
    color: #000;
    font-size: 1.75rem;
}
.hmtt .discover:after{
	content: "";
    border-top: solid 1px #E1AC02;
    left: -30px;
    width: 65%;
    height: 1px;
    position: absolute;
    top: 15px;
}
.contacts .hmtt .discover:after{display: none;}
.hmtt .hotelgallery{
	padding: 20px 55px !important;
}
/**/
.profileblogs .hmtt .desc img{
    margin: 0;
    max-height: 200vh;
}
/**/
.hmdt{
	margin:0 -30px;
	position:relative;
	padding:0;
	overflow: hidden;
}
.hmdt img{
	position: absolute;
    width: 100%;
}
.hmdt .desc{
	margin-right: 70px;
    padding: 30px 100px 0;
    background: #fff;
    position: relative;
}
.hmdt .desc h4{
	color:#E1AC02;
	font-size:14px;
}
.hmdt .desc .rw{
	padding:0 0 30px 10px;
}
.hmdt .desc .ft{
	margin:30px -15px 0;
}
/**/
.hmtt .rw{
	padding: 0 0 0 77px;
}
.hmtt .rwalt{
	padding: 0;
	height: auto;
}
.hmtt img{
	max-height: 155px;
    margin: 0 0 -60px;
    z-index: 1;
    position: relative;
}
.contacts h3{
	margin:0;
    color: #E1AC02;
}
.contacts form{
	margin:0;
}
.contacts .form-group{
	margin: 0 0 15px;
}
.contacts .form-group .dets{
	width: 100%;
    padding: 12px;
    background: #dadada;
    border: 0;
    color: #000;
}
.contacts .form-group .dets::placeholder{
    color: #807a67;
}

.btn-more,
.btn-more-alt{
	border: solid 2px #E6DAC4;
    padding: 7px 40px;
	background: rgba(0,0,0,0) !important;
    color: #000 !important;
	border-radius:0;
	font-family: 'itc';
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn-more-alt{
	border: solid 1px #000;
    background: #fff !important;
    color: #000 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn-more:hover,
.btn-more:active,
.btn-more:focus{
	background:#E6DAC4 !important;
    color: #000 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn-more-alt:hover,
.btn-more-alt:active,
.btn-more-alt:focus{
	background: #000 !important;
    color: #fff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/**/
.map{
	height:450px;
	padding:0;
}
.map iframe{height:100%;}
.map #map{ height: 100%;width:100%;}

/**/
.insta{
	padding: 20px;
	margin: 0 0 30px;
}
/**/
.fullscreenform1,
.fullscreenform{
	position: fixed;background: #e4e4e4;z-index: 200000;width: 0%;left: 50%;top: 50%;height: 0%;overflow: hidden;overflow-y:scroll;
	-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;
}
.fullscreenform1.unhide,
.fullscreenform.unhide{
	width: 100%;height: 100%;top: 0;left:0;
	-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;
}
.fullscreenform1 .close,
.fullscreenform .close{opacity: 1;text-shadow: 0px 0px 4px #6e6e6e;}
.fullscreenform1 .rw,
.fullscreenform .rw{padding: 70px;width:80%;margin:auto;}
.fullscreenform1 .rw .form-group,
.fullscreenform .rw .form-group{font-size: 17px;margin:0 0 15px;}
.fullscreenform1 .rw .form-group .form-control,
.fullscreenform .rw .form-group .form-control{border-radius: 0;padding: 10px;height: 50px;border:0px;font-size: 17px;}
.fullscreenform1 .rw .form-group textarea,
.fullscreenform .rw .form-group textarea{height: auto !important;}
.fullscreenform1 .rw .form-group.bgcolor .form-control,
.fullscreenform .rw .form-group.bgcolor .form-control{background: #f7d584;} 
.fullscreenform1 .rw .form-group .rw,
.fullscreenform .rw .form-group .rw{width: 100%;padding: 10px 0px;}
.fullscreenform1 .rw .form-group .rw .col,
.fullscreenform .rw .form-group .rw .col{padding-left:0;}
.fullscreenform1 .rw .form-group .rw .col span,
.fullscreenform .rw .form-group .rw .col span{display:block;background:white;overflow:hidden;position: relative;}
.fullscreenform1 .rw .form-group .rw .col span.bgcolor,
.fullscreenform .rw .form-group .rw .col span.bgcolor{background:#f7d584;}
.fullscreenform1 .rw .form-group .rw .col label,
.fullscreenform .rw .form-group .rw .col label{position: absolute;margin:16px 0px 0px 0px;width: 100%;text-align: center;}
.fullscreenform1 .rw .form-group .rw .col label.error,
.fullscreenform .rw .form-group .rw .col label.error{margin: 3px 0px 0px !important;text-align: left;}
.fullscreenform1 .rw .form-group .rw .col .form-control,
.fullscreenform .rw .form-group .rw .col .form-control{position: relative;cursor: pointer;opacity: 0;}
.fullscreenform1 .rw .form-group .btn,
.fullscreenform .rw .form-group .btn{border: solid 1px black;color: black;background: #f7d584;}
.fullscreenform1 .rw .form-group .rw .col .form-control:focus, .fullscreenform1 .rw .form-group .rw .col .form-control:active,
.fullscreenform .rw .form-group .rw .col .form-control:focus, .fullscreenform .rw .form-group .rw .col .form-control:active {outline:none !important;}
.datepicker-dropdown {margin-top: 107px;}
/**/
.groupsform{background: #e4e4e4;}
.groupsform .form-group{font-size: 17px;}
.groupsform .form-group .form-control{border-radius: 0;padding: 10px;height: 50px;border:0px;font-size: 17px;}
.groupsform .form-group.bgcolor .form-control{background: #f7d584;} 
.groupsform .form-group .rw{width: 100%;padding: 10px 0px;}
.groupsform .form-group .rw .col{padding-left:0;}
.groupsform .form-group .rw .col span{display:block;background:white;overflow:hidden;}
.groupsform .form-group .rw .col span.bgcolor{background:#f7d584;}
.groupsform .form-group .rw .col label{position: absolute;margin:16px 0px 0px 0px;width: 100%;text-align: center;}
.groupsform .form-group .rw .col label.error{margin: 3px 0px 0px !important;text-align: left;}
.groupsform .form-group .rw .col .form-control{position: relative;cursor: pointer;opacity: 0;}
.groupsform .form-group .btn{border: solid 1px black;color: black;background: #f7d584;}
.groupsform .form-group .rw .col .form-control:focus, .fullscreenform .rw .form-group .rw .col .form-control:active {outline:none !important;}
/**/
/**/
.footer{
	background: url('../images/footer.jpg') center no-repeat;
	background-size: cover;
	padding: 20px;
}
.footer .topfooter h2{color: #FFFDFE;font-family: 'verlag-b';font-size: 25px;}
.footer .topfooter *{color: #FFFDFE;font-family: 'itc';}
.footer .topfooter .btn-more{
	padding: 3px 25px;
    background: #000 !important;
    color: #A67C2E !important;
    text-transform: uppercase;
	font-family: 'conneqt';
    border: 0;
    margin: 0 0 30vh;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.footer .topfooter .catinner a{
	display: block;
    border: solid 2px #fff;
    margin: 0 0 20px;
    font-size: 11px;
    font-family: 'conneqt';
    padding: 6px 0;
    text-transform: uppercase;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.footer .topfooter .btn-more:hover,
.footer .topfooter .btn-more:focus,
.footer .topfooter .btn-more:active{
    color: #fff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.footer .data{
	padding: 30px 20px 0;
	background: #0B0B0B url('../images/footerpattern.png') right no-repeat;
	background-size: contain;
	color: #fff;
}
.footer .data h4{color:#A77B2B;margin: 0;}
.footer .data *{color: #CECECE;}
.footer .data .social .awards img{margin: 3px 0 15px;width: 100% !important;}
.footer .data .social .rw a{
	display:inline-block;
	padding:0 5px 10px;
}
.footer .data .social .rw a img{
	width: 25px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.footer .data .social .inner a img{
	width: 105px;
}

.footer .copy{padding: 10px;position: relative;margin: 20px 0 0;}
.footer .copy *{color: #9C9B99;}
.footer .copy::after{
	content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    left: 5%;
    top: 0;
    border-top: solid 1px #A77B2B;
}
.footer .copy .whatsapp {
    position: fixed;
    z-index: 200;
    left: 50px;
    width: 50px;
    bottom: 60px;
    border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    background: #fff !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.footer .copy .col{
	margin:0;
}
.footer .topfooter .catinner a:hover,
.footer .topfooter .catinner a:focus,
.footer .topfooter .catinner a:active{
    background: #fff !important;
	color: #000;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.footer .data .social .rw a:hover img,
.footer .data .social .rw a:active img,
.footer .data .social .rw a:focus img{
	opacity: .7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.footer .copy a{
    color: #DFAB03;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.footer .copy a:hover,
.footer .copy a:focus,
.footer .copy a:active{
    color: grey;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.footer .data .thumb .dt a:hover img,
.footer .data .thumb .dt a:hover img,
.footer .data .thumb .dt a:hover img{
	opacity:.5;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/**/
label.error{color:#ff7373;}
@media screen and (max-width: 1260px){
	header .navbar ul {padding: 0px;}
	header .navbar ul li a {font-size: 14px;}
	.slider,
	.slider .container ,
	.slider .container .multiplescrolldt,
	.slider .container .multiplescrolldt .col-md-12,
	.slider .container .multiplescrolldt .col-md-12 .coldata{
		height: 95vh !important;
		max-width: 100%;
	}
}
