*{padding:0;margin:auto;font-family: 'averta';font-size: 14px;letter-spacing:1px;}
html {overflow-y: scroll;}
@font-face {font-family: 'averta';src: url('../ttf/avertastd-light.ttf');}
@font-face {font-family: 'intrinsecam';src: url('../ttf/intrinseca-medium.ttf');}
@font-face {font-family: 'intrinseca';src: url('../ttf/intrinseca-regular.ttf');}
@font-face {font-family: 'barlow';src: url('../ttf/barlow-semibold.ttf');}
h1, h2, h3, h4, h5, h6{font-family: 'intrinseca';letter-spacing:1px;}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{font-family: 'intrinseca';letter-spacing:1px;}

a:hover, a:focus, a:active{
	background:rgba(0,0,0,0) !important;
	outline:none !important;
	text-decoration:none !important;
	box-shadow:0 0 0 0 black !important;
}
.thumb{border-radius:0px;padding:0px;border:0px;background:rgba(255,255,255,0);}
.row, .row .col{margin:0px;}
.text-transform{text-transform: uppercase !important;}
img {
    pointer-events: none;
	margin:0;
}
.mobile{display:none;}
.desktop{display:block;}
body{top: 0 !important;}
body .skiptranslate iframe{top: -40px !important;}

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

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #59803b !important; 
}
/**/
/**/
body,
.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-showing, .html5-video-player.ended-mode {
    background-color: #fff !important;
}
/**/
header{
	padding: 0 30px;
    z-index: 200;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .86);
}
header .call{display:none;}
header .topheading .logo img{
    height: 60px;
}
header .topheading .dt{
    padding: 10px 0;
    margin: 0;
    display: flex;
}
header .topheading .dt .txt{
    display: inline-block;
    margin: 0 0 0 auto;
}
header .topheading .dt .txt *{
    margin: 0;
    line-height: 1;
}
header .topheading .dt .langwrapper{
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 0 5px;
}
header .topheading .dt .langwrapper .en{
    background: #123A07 !important;
    border: solid 1px #123A07;
    padding: 7px 12px 5px;
    display: block;
    margin: 0 0 -3px;
    color: #fff;
    position: relative;
}
header .topheading .dt .langwrapper .lang{
    overflow: hidden;
    padding: 17px 23px;
    position: absolute;
    margin: -33px 0 0;
}
header .topheading .dt .langwrapper .lang .goog-te-gadget {
	opacity: 0;
    position: absolute;
    top: 12px;
    width: 90%;
    right: 5px;
}
header .topheading .dt .langwrapper .lang iframe {
	opacity: 1;
}
header .topheading .dt .btn{
    margin: 0;
    display: inline-block;
    padding: 8px 30px;
}


header .topheading .logoholder{padding:0px;}
header .topheading .logoholder .logo{
    width: 100%;
    padding: 10px;
    margin:0;
}
header .topheading .logoholder .logo img{
	margin: 0;
    max-width: 100%;
    height: 80px;
}
header .topheading .call {display: none;}
header .topheading .logoholder button {
    border: solid 1px black;
    border-radius: 0;
    position: absolute;
    right: 0px;
    top: 20px;
	display:none;
}
header .topheading .logoholder button span {
    background: none;
    border-top: solid 1px #AD922C;
    height: 1px;
    width: 2em;
    margin-left: 0px;
    -webkit-transition: all .2s ease-in;-moz-transition: all .2s ease-in;-o-transition: all .2s ease-in;transition: all .2s ease-in;
}
header .topheading .logoholder button span::before {
    content: "";
	border-top: solid 1px #AD922C;
	height: 1px;
	width: 2em;
	position: absolute;
	margin: -8px 0px 0px -20px;
}
header .topheading .logoholder button span::after {
    content: "";
	border-top: solid 1px #AD922C;
	height: 1px;
	width: 2em;
	position: absolute;
	margin: 6px 0px 0px -20px;
}
header .topheading .more{padding:0px;}
header .links{
	padding:0px 30px;
}
header .links ul{
    border-top: solid 1px grey;
}
header .links ul li{
	padding:0px;
}
header .links ul li a{
	color: #000;
    display: block;
    position: relative;
    padding: 12px 0;
    font-size: 12px;
    font-family: 'barlow';
    text-transform: uppercase;
}
header .links ul li.active a{
	color:#AD922C !important;
}
header .links ul li a.btn{
    color: #1d4d1b;
    padding: 5px 17px;
}
header .links ul li ul{
	position: absolute;
    background: #123A07;
    width: auto;
	padding:0px;
	height:0px;
	overflow:hidden;
    border: 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 .links ul li ul li a,
header .links ul li.active ul li a{
	color: #fff;
    padding:5px 15px;
	-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 .navbar .navbar-toggler{display: none;}
header .navbar .navbar-brand{margin: 0;background: #fff !important;padding: 10px;}
header .navbar button span {
    background: none;
    border-top: solid 1px white;
    height: 1px;
    width: 2em;
    margin-left: 0px;
    -webkit-transition: all .2s ease-in;-moz-transition: all .2s ease-in;-o-transition: all .2s ease-in;transition: all .2s ease-in;
}
header .navbar button span::before {
    content: "";
	border-top: solid 1px black;
	height: 1px;
	width: 2em;
	position: absolute;
	margin: -8px 0px 0px -20px;
}
header .navbar button span::after {
    content: "";
	border-top: solid 1px black;
	height: 1px;
	width: 2em;
	position: absolute;
	margin: 6px 0px 0px -20px;
}
header .navbar .navbar-brand img{height: 90px;}
header .links .navbar-brand:hover, header .navbar .navbar-brand:active, header .navbar .navbar-brand:focus {background: #fff !important;}
header .topheader .dt a:hover,
header .topheader .dt a:focus,
header .topheader .dt a:active{
    color: #b6b6b6;
    -webkit-transition: all .2s ease-in;-moz-transition: all .2s ease-in;-o-transition: all .2s ease-in;transition: all .2s ease-in;
}
header .topheading .more .top a:hover, header .topheading .more .top a:active, header .topheading .more .top a:focus, 
header .links ul li a:hover, header .links ul li a:active, header .links ul li a:focus{
	color:#AD922C !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;
}
header .links ul li:hover ul,
header .links ul li:focus ul,
header .links ul li:active ul{
    height: auto;
	padding:10px 0px;
	-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 .logomain{
    padding:30px;
}
header .logomain img{
    height:80px;
}
.landing .landing_a{
    height:70vh;
	-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;
}
.landing .landing_a:first-child{
	background: url('../error.html') center !important;
	background-size: cover;
}
.landing .landing_a:nth-child(2){
	background: url('../error.html') center !important;
	background-size: cover;
}
.landing .landing_a:nth-child(3){
	background: url('../error.html') center !important;
	background-size: cover;
}
.landing .landing_a:nth-child(4){
	background: url('../error.html') center !important;
	background-size: cover;
}
.landing .landing_a:hover,
.landing .landing_a:active,
.landing .landing_a:focus{
    background-position: right !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: 50px;}
.slider{
	padding: 0 !important;
    position: relative;
    z-index: 25;
    background-size: cover;
	z-index:1;
    overflow: hidden;
}
.slider:after{
	content:"";
	background: url('../error.html') center;
	background-size: contain;
	position:absolute;
	width:100%;
	height:20%;
	bottom:-30px;
	left:0;
	z-index:-1;
}
.slider,
.slider .heroSlider .rsOverflow, 
.slider .royalSlider.heroSlider {
    height: 90vh !important;
}
.slider .rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
	background: url('../png/p.png') center no-repeat;
	background-size: contain;
}
.slider .rsMinW.rsHor .rsArrowRight .rsArrowIcn {
	background: url('../png/n.png') center no-repeat;
	background-size: contain;
}
.slider .rsMinW .rsTabs {
    bottom: 20px;
    width: 62vh;
	position: absolute;
	text-align: left;
    padding: 0px 0px 0px 15px;
}
.slider .rsMinW .rsTab {
    padding: 0px 10px;
	min-width: 20px;
	margin-right: 4px;
	border: 1px solid rgba(217, 217, 221,.2);
	background: rgba(217, 217, 221,.2);
}
.slider .rsMinW .rsTab.rsNavSelected {
	border: 1px solid rgba(217, 217, 221,.2);
	background: rgba(217, 217, 221,.2);
}
.slider .rsMinW .rsTab.rsNavSelected:after {
	content: "";
	position: absolute;
    background: white;
    height: 2px;
    width: 11px;
    margin: -1px 0px 0px -11px;
}
.slider .rsMinW .rsArrow, .slider .rsMinW .rsArrowIcn {
	height: 50px;width:50px;
}
.slider .rsMinW .rsArrowLeft {
    right: auto;
	bottom: 200px;
	left: 25px;
}
.slider .rsMinW .rsArrowRight {
    right: 25px;
    bottom: 200px;
	left: auto;
}
.slider img {
	margin: 0 !important;
    min-height: 100% !important;
    width: 100% !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slider .getFrame{
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	overflow: hidden;
	z-index: 30000;
	-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 .getFrame.active{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block !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 .getFrame.activedefault{
	z-index: 3;
    position: relative;
	height: 95vh;
    overflow: hidden;
}
.slider .getFrame.activedefault::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slider .getFrame.activedefault iframe{
	height: 117vh;
    margin:-100px 0 0;
}
.slider .getFrame .cls{
	position: absolute;
    right: 0;
    padding: 3px 12px;
    background: #fff !important;
    font-size: 20px;
    top: 0;
    color: #000;
	-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 .getFrame .innerData{
	width: 100%;
	height: 100%;
	background: #000;
}
.slider .getFrame iframe{
	width: 100%;
	height: 100%;
}
.slider .infoBlock {
	max-width: 100%;
    top: 60vh;
    bottom: auto;
    left: auto;
    right: 0;
    padding: 0 70px;
    width: 100%;
	overflow:visible;
	background:rgba(0,0,0,0);
	color:#3D3E41;
}
.slider .infoBlock a{
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: block;
}
.slider .infoBlock .btn-book{
	margin: 10px 0 0;
    padding: 10px 50px;
    display: inline-block;
}
.slider .infoBlock h2{
	font-size: 35px;
    line-height: 60px;
    color: #fff;
    position: relative;
    text-shadow: 0 0 5px rgb(0 0 0);
    margin: 0 0 -6px;
    text-transform: none;
}
.slider .infoBlock h2:after{
	content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
}
.slider .infoBlock h6{
    letter-spacing: 2px;
    color: #fff;
    /*text-shadow: 0 0 5px #000;*/
    font-size: 20px;
}

.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
    background: rgba(255,255,255,0) !important;
    color: #FFF;
}
.slider .infoBlock .goto:hover,
.slider .infoBlock .goto:focus,
.slider .infoBlock .goto:active{
	background: #fff;
	color:#AD922C;
	-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;
}
/**/
.hmfrm{
	position: absolute;
    width: 90%;
    left: 5%;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 40%);
    padding: 15px;
    margin: -30px 0 0;
    z-index: 40;
    background: #fff;
}
.hmfrm label{
    text-align: justify;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0;
    font-family: 'barlow';
}
.hmfrm .dets{
    display: block;
    padding: 8px 7px 5px;
    width: 100%;
    border: 0;
    border-bottom: solid 1px #bfb1b1 !important;
    background: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    font-size: 10px;
}
.hmfrm .col {
    max-width: 14%;
	overflow: hidden;
}
.hmfrm .btnholder{
    padding: 0 15px;
	border: 0;
}
.hmfrm .btnholder .btn{
    padding: 15px 17px;
    font-size: 12px;
    background: #123A07;
    border: solid 1px #123A07 !important;
    width: 100%;
    font-family: 'barlow';
	-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;	
}
.hmfrm .dts{
    display: inline-block;
    width: 20px;
    text-align: center;
    border: 0 !important;
}
.hmfrm .btnholder .btn:hover{
    background: #AD922C;
    color: #123A07;
    border: solid 1px #AD922C !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;	
}
/**/
.overviewspacer{
    padding-top: 80px;
}
.desc .inner{
    background: #123A07;
    color: #fff;
    margin: 0 auto;
    padding: 20px;
}
.overview .inner{
    background: rgba(0, 0, 0, 0);
    color: #000;
}
.desc .inner h4{
	letter-spacing: 2px;
    color: #AD922C;
    font-size: 14px;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 15px;
}
.desc .inner h4:after{
	content: "";
    width: 30%;
    height: 1px;
    position: absolute;
    background: #fff;
    left: -35px;
    bottom: -5px;
}
.desc h1, .desc h2,
.overview h1, .overview h2{
    margin: 0;
    font-size: 24px;
    position: relative;
}
.desc h1, .overview h1{
    color:#AD922C;
    font-size: 24px;
}
.desc h3, .overview h3{
    color: #ABABAB;
    font-size: 19px;
}
.overview h2::after{
	content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    border-bottom:solid 1px #CCD0DA;
    left: calc(50% - 50px);
    bottom: -5px;
}
.desc .inner .rw_{
	padding:0;
}
.desc .inner .thumb{
	    position: relative;
    min-height: 505px;
    padding: 40px 0 0;
}
.desc .inner .thumb h3{
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0;
	text-align:right !important;
}
.desc .inner .thumb h2{
	display:block;
    font-size: 21px;
	text-align:right !important;
}
/**/
.overview1{
    padding-top: 30px;
    padding-bottom: 50px;
}
.overview h2,
.overview1 h2{
    margin-bottom: 30px;
    color: #000;
    font-size: 23px;
}
.overview h4,
.overview1 h4{
    color: #AD922C;
    font-size: 19px;
}
.overview1 .coldt {
    padding: 0 0 5px;
}
.overview1 .coldt .btn-book {
    background: #000;
    border: solid 1px #000;
}
.overview1 .coldt .btn-book-alt {
    color: #000;
    border: solid 1px #000;
}
.overview1 .coldt .wrap {
    padding: 0 10px;
    display: block;
    color: #000;
}
.overview1 .coldt a .thumb {
    height: auto;
    position: relative;
}
.overview1 .coldt a .thumb img {
    width: 100%;
}
.overview1 .coldt a .thumb::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background:linear-gradient(to top, #123A07 , rgba(0,0,0,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;	
}
.overview1 .coldt .wrap h3{
    font-family: 'barlow';
    font-size: 17px;
    margin: 10px 0 10px;
    color: #AD922C;
}
.overview1 .slide .prev img,
.overview1 .slide .next img{
    width: 30px;
}

.overview1 .coldt .btn-book-alt:hover, 
.overview1 .coldt .btn-book-alt:focus, 
.overview1 .coldt .btn-book-alt:active,
.overview1 .coldt .btn-book:hover, 
.overview1 .coldt .btn-book:focus, 
.overview1 .coldt .btn-book:active{
    background: #AD922C !important;
    border:solid 1px #AD922C !important;
    color: #fff;
	-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;	
}
.overview1 .coldt a:hover .thumb::after,
.overview1 .coldt a:focus .thumb::after,
.overview1 .coldt a:active .thumb::after{
    height: 100%;
	-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;	
}
/**/
.overview2{
    padding: 50px;
}
.overview2 .btn img{
    width: 10px;
    display: inline-block;
    min-width: 5px;
    margin: -4px 0 0;
}
.overview2 .coldt .f {
    padding: 20px;
}
.overview2 .coldt .f .thumb_{
        /* height: 50%; */
        min-height: 200px;
        overflow: hidden;
        margin: 0 0 10px;
        padding: 30px 40px 10px;
}

.overview2 .coldt .f .rws *{
    margin: 0;
}
.overview2 .coldt .thumb {
    position: relative;
    overflow: visible;
    padding: 10px 0;
    height: auto;
}
.overview2 .coldt .thumb img{
    position: relative;
    z-index: 1;
}
.overview2 .coldt .thumb::after {
    content: "";
    border: solid 1px #AD922C;
    position: absolute;
    width: 105%;
    height: 100%;
    top: 0;
    left: -100%;
}
.overview2 .coldt .dts {
    margin: auto 0;
    padding: 0 30px;
}
.overview2 .coldt .dts .btn-book-alt-{
    position: relative;
}
.overview2 .coldt .dts .btn-book-alt-::after{
    content: "";
    position: absolute;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    padding: 2px;
    margin: 7px 0 0 3px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.overview2 .coldt .dts .btn-book-alt{
    border:solid 1px #AD922C ;
}
.overview2 .dts .rws h2{
    font-size: 30px;
}
.overview2 .dts .rws h2::after{
    left: 0;
}
/**/
.overview3{
    background: #F7F6F0;
    padding: 50px;
}
.overview3 .data .col{
    padding: 0;
}
.overview3 .data .col a{
    display: block;
    position: relative;
    overflow: hidden;
}
.overview3 .data .col a .thumb{
    overflow: hidden;
    position: relative;
}
.overview3 .data .col a .thumb::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background:linear-gradient( #123A07 , rgba(0,0,0,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;	
}
.overview3 .data .col a img{
    height: 80vh;
    min-width: 100%;
    max-width: 150%;
}
.overview3 .data .col a h3{
    color: #AD922C;
    font-family: 'barlow';
    margin: 10px 0 0;
}
.overview3 .data .col:nth-child(2) a{
    margin: -15px -15px 0;
    height: calc(80vh + 30px);
    z-index: 1;
}
.overview3 .data .col:nth-child(2) a h3{
    color: #fff;
    margin: -40px 0 0;
    position: absolute;
    width: 100%;
}
.overview3 .data .col:nth-child(2) a .thumb img{
    height: calc(80vh + 30px);
}
.overview3 .data .col a:hover .thumb::after,
.overview3 .data .col a:focus .thumb::after,
.overview3 .data .col a:active .thumb::after{
    height: 100%;
	-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;	
}
/**/
.overview4{
    border: solid 20px #FAF5F2;
    padding: 50px;
}
.overview4 .video{
	padding: 0;
}
.overview4 .wrapperinner{
	margin:0;
	padding: 0;
    position: relative;
}
.overview4 .wrapperinner a{
	display: block;
    position: relative;
    margin: 0;
    height: 500px;
	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;
}
.overview4 .wrapperinner a .img{
	margin:0;
    min-height: 100%;
    width: 100%;
}
.overview4 .wrapperinner .rw{
	position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    background: rgba(255,255,255,.8);
    height: 100%;
    color: #000;
	opacity:0;
    text-align: center;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.overview4 .wrapperinner .play{
    position: absolute;
    bottom: 40%;
    left: calc(50% - 25px);
    display: block;
    height: 65px;
    width: 100px;
    color: #fff;
    font-family: 'barlow';
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.overview4 .wrapperinner .play img{
    width: 35px;
    height: auto;
    margin: auto 17px;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.overview4 .wrapperinner .rw .rwinner{
	color:#000;	
}
.overview4 .wrapperinner .rw .rwinner *{
	margin:0;
	color:#000;
}
.overview4 .wrapperinner .rw h3{
	margin:0;
}
.overview4 .wrapperinner a:hover .rw,
.overview4 .wrapperinner a:active .rw,
.overview4 .wrapperinner a:focus .rw{
	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;
}

.overview4 .wrapperinner a:hover .play img,
.overview4 .wrapperinner a:focus .play img,
.overview4 .wrapperinner a:active .play img{
    width: 25px;  
    margin: auto 20px;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/**/
.overview5{
    padding: 50px 70px;
}
.overview5 .inner{
    margin: 0;
}
.overview5 .inner h2::after{
    left: -85px;
    width: 40%;
}
.overview5 .rwrapper{
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}
.overview5 .rwrapper::before{
    content: "";
    position: absolute;
    background: #f7f6f0;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 30px;
    z-index: -1;
}
.overview5 .rwrapper::after{
    content: "";
    position: absolute;
    background: #f7f6f0;
    width: 40%;
    height: 70%;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.overview5 .rwrapper .col a{
    color: #000;
}
.overview5 .rwrapper .col:first-child{
    flex: 0 0 50%;
    max-width: 50%;
}
.overview5 .rwrapper .col:first-child .wrap{
    padding: 20px 0 0 25px;
}
.overview5 .rwrapper .col:first-child h3{
    color: #000;
    width: 70%;
    margin: 15px 0 15px;
}
.overview5 .rwrapper .col:first-child h6{
    font-family: 'barlow';
    color: #000;
}
.overview5 .rwrapper .col:nth-child(2),
.overview5 .rwrapper .col:nth-child(3){
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center !important;
}
.overview5 .rwrapper .col:nth-child(2){
    padding-right: 0;
    padding-top: 100px;
}
.overview5 .rwrapper .col:nth-child(3){
    padding-top: 35px;
}
.overview5 .rwrapper .col:nth-child(2) a,
.overview5 .rwrapper .col:nth-child(3) a{
    position: relative;
    display: block;
}
.overview5 .rwrapper .col a .thumb{
    position: relative;
    overflow: hidden;
}
.overview5 .rwrapper .col a .thumb img{
	-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;	
}
.overview5 .rwrapper .col:nth-child(2) a .wrap,
.overview5 .rwrapper .col:nth-child(3) a .wrap{
    margin: 0;
    padding: 0 15px;
    z-index: 200;
    position: relative;
}
.overview5 .rwrapper .col:nth-child(2) h6,
.overview5 .rwrapper .col:nth-child(2) h6 *,
.overview5 .rwrapper .col:nth-child(3) h6,
.overview5 .rwrapper .col:nth-child(3) h6 *{
    color: #000;
    font-family: 'barlow';
    margin: 5px 0 2px;
}
.overview5 .rwrapper .col:nth-child(2) h3,
.overview5 .rwrapper .col:nth-child(3) h3{
    color: #AD922C;
    font-size: 19px;
}
.overview5 .rwrapper .showall{
    position: absolute;
    bottom: 57px;
    right: 10%;
    color: #000;
    font-family: 'intrinseca';
    font-size: 17px;
	-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;	
}
.overview5 .rwrapper .showall::before{
    content: "";
    position: absolute;
    border: solid 1px #d5d0b3;
    width: 50%;
    height: 0;
    left: 25%;
    bottom: -2px;
	-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;	
}
.overview5 .rwrapper .col a:hover .thumb img,
.overview5 .rwrapper .col a:focus .thumb img,
.overview5 .rwrapper .col a:active .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-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
}
.overview5 .rwrapper .showall:hover,
.overview5 .rwrapper .showall:active,
.overview5 .rwrapper .showall:focus{
    color: #AD922C;
	-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;	
}
.overview5 .rwrapper .showall:hover::before,
.overview5 .rwrapper .showall:active::before,
.overview5 .rwrapper .showall:focus::before{
    width: 100%;
    left: 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;	
}
/**/
.popvid{
	position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    padding: 50px;
    z-index: 30000;
	overflow:hidden;
	display:flex;
	background: rgba(0,0,0,.6);
    -webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.popvid.active{
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
#popvidlanding{
    position: absolute;
}
.popvid .close{
	color: #fff;
    opacity: 1;
    font-size: 20px;
    cursor: pointer;
    top: 7vh;
    right: 10%;
    width: 45px;
    height: 45px;
    padding: 11px 0 0;
    text-align: center;
	z-index:2;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.popvid .close img{
    height: 35px;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.popvid .inner{
	height: 80vh;
    width: 100%;
    margin: auto;
    padding: 0;
	position:relative;
	z-index:1;
    display: flex;
}
.popvid .inner:after{
	content: "";
    position: absolute;
    left: calc(58% - 150px);
    top: calc(60% - 150px);
    z-index: -1;
    width: 150px;
    height: 150px;
    background: url(../error.html) center;
    background-size: cover;
}
.popvid .inner iframe{
	height: 100%;
}
.popvid .close:hover img, 
.popvid .close:focus img, 
.popvid .close:active img{
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/**/
/**/
.more{
	padding:100px 0 20px;
}
.more .moreh h4{
	color: #A8740F;
    font-size: 13px;
    margin: 0;
	letter-spacing: 2px;
}
.more .moreh h2{
    font-size: 42px;
}
.more .moreh{
	margin:0 auto;
	width:70%;
	padding:0 0 30px;
}
.more .lnk{
	color:#A8740F !important;
    letter-spacing: 2px;
	font-size: 13px;
	-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;
}
.more .lnk svg{
	color:#000;
}
.more .moredata .spacer{
	padding: 30px 15px 0;
}
.more .moredata a{
	color:#000;
	display:block;
}
.more .moredata a .thumb{
    overflow:hidden;
}
.more .moredata a .thumb img{
	-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;
}
.more .moredata a h3{
	position:relative;
	padding:30px 0 0;
	margin:0;
}
.more .moredata a h3:after{
	content: "";
    position: absolute;
    width: 2px;
    height: 75px;
    background: #C7A34F;
    top: -45px;
    left: 50%;
}
.more .moredata .rw{
	padding:0 20px;
}
.more .lnk:hover,
.more .lnk:focus,
.more .lnk:active{
	color:#F85857 !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;
}
.more .moredata a:hover .thumb img,
.more .moredata a:focus .thumb img,
.more .moredata a:active .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-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/**/
.moreinfo{
	background:#1d4d1b;
	padding:20px;
	color:#fff;
	position:relative;
}
.moreinfo .bgicon{
	position: absolute;
    bottom: 0;
    left: 35%;
    height: 25%;
}
.moreinfo .bgdata{
	position: absolute;
    right: 0;
    color: #A8740F;
    letter-spacing: 2px;
    bottom: 0;
    font-size: 13px;
    padding: 20px 30px;
	-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;	
}
.moreinfo .bgdata span{
	display: block;
    color: #EBEAE5;
    text-transform: none !important;
    font-size: 70px;
    line-height: 0;
    margin: 0 0 13px;
}
.moreinfo .col{
	margin:auto 0;
}
.moreinfo .thumb{
	position:relative;
}
.moreinfo .thumb a{
	display: block;
    position: absolute;
    top: calc(50% - 20px);
    right: -25px;
    width: 70px;
    z-index: 1;
    border-radius: 50%;
}
.moreinfo .thumb a img{
	width: 100%;
    height: 100%;
	-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;	
}
.moreinfo .data{
	padding:0 15px 0 30px;
}
.moreinfo h6{
    margin: 0 0 5px -20px;
    color: #A8740F !important;
    letter-spacing: 2px;
    font-size: 13px;
}
.moreinfo h2{
	margin:0 0 0 -20px;
}
.moreinfo .rw{
	padding:20px 0 20px 20px;
}
.moreinfo .rw ul{
	margin: 0 0 0 15px;
}
.moreinfo .rw ul li{
	margin: 0 0 7px;
    position: relative;
    padding: 0 0 0 10px;
}
.moreinfo .rw ul li:before{
	content: "";
    position: absolute;
    background: #1FCBF9;
    width: 20px;
    height: 20px;
    left: -17px;
    top: 0;
    border-radius: 50%;
}
.moreinfo .rw ul li:after{
	content: "";
    position: absolute;
    padding: 2px 4px;
    border: solid 1px #292E44;
    border-top: 0;
    border-right: 0;
    left: -12px;
    top: 6px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.moreinfo .thumb a:hover img,
.moreinfo .thumb a:focus img,
.moreinfo .thumb a:active img{	
    -moz-transform: rotate(238deg);
    -o-transform: rotate(238deg);
    -webkit-transform: rotate(238deg);
    transform: rotate(238deg);
	-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;	
}
.moreinfo .bgdata:hover,
.moreinfo .bgdata:focus,
.moreinfo .bgdata:active{
    color: #fff;
	-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;	
}
/**/
.topbanner{
	top: 0;
    padding: 0;
}
.topbanner .inner{
    padding: 130px 30px 30px;
}
.topbanner .inner h4 {
    padding: 0;
    margin: 0;
}
.topbanner .inner h4:after {
    display: none;
}
.topbanner .inner .rw * {
    margin: 0;
    text-align: center !important;
}
/**/
.listing{
	padding:50px;
}
.listing .coldt {
    padding: 0 7px 20px;
}
.listing .filter{
	color:#C7A34F;
	padding:0 50px 70px;
}
.listing .filter select{
	border: solid 1px #000;
    border-radius: 0;
    padding: 3px 10px;
}
.listing .coldt .btn-book{margin: 0 0 15px 10px;}
.listing .coldt .btn-book-alt {margin: 0 0 15px;}
/**/
.profile{
	top:0;
	padding:0;
	position:relative;
	overflow:hidden;
}
.profile:after{
	content: "";
    /*background: url(../images/semicircle.png) center;
    background-size: cover;*/
    position: absolute;
    right: -115px;
    bottom: 73px;
    width: 265px;
    height: 120px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.profile .inner{
    background:#fff;
    color:#000;
}
.profile .inner h4 {
    color: #000;
    font-size: 35px;
}
.profile .inner h4 *{
    color: #000;
    font-size: 35px;
}
.profile .inner h4 span{
	
    letter-spacing: 2px;
    color: #AD922C;
	display:block;
}
.profile .inner .rw {
   padding:0 50px 0 0;
}
.profile .inner .rwbg {
    background: #AD922C;
    padding: 20px;
    margin: 30px 0 0;
}
.profile .inner .rwbg a{
    display: inline-block;
}
.profile .inner .rwbg img{
    height: 40px;
    width: 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;	
}
.profile .inner .rwbg h2,
.profile .inner .rwbg h3,
.profile .inner .rwbg h4{
    color: #fff;
}
.profile .inner .more .moredata .col{
	margin:auto;
}
.profile .inner .more .moredata a {
    color: #fff;
}
.profile .inner .more .moredata .rw {
    padding: 0;
	display:block;
}
.profile .inner .more .moredata .rw *{
    margin:0;
}
.profile .inner .more .moredata .btn{
    padding: 0 20px;
    margin: 7px 0 0
}
.profile .amenities .num{
	color:#fff;
	margin:0 0 40px;
}
.profile .amenities .num h4{
   color: #AD922C;
    
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.profile .amenities .num h4:after{
    display: none;
}
.profile .amenities h5{
    letter-spacing: 2px;
    color: #AD922C;
    font-size: 14px;
    margin: 0;
}
.profile .amenities .rw span{
    position:relative;
}
.profile .amenities .rw span:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    left: 0;
    top: 10px;
    background: #AD922C;
}
.profile .amenities .rw span:last-child:after{
    display:none;
}
.profile .inner .rw h3{
    text-align: justify !important;
}
.profile .thumb img{
    width: 72%;
    bottom: -25px !important;
}
.btn-book{
    background: #AD922C;
    border:0;
    color: #fff;
    padding: 9px 30px;
    margin: 10px 0 0 0;
    font-size: 12px;
    border-radius: 0;
    font-family: 'intrinsecam';
	-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-book-alt{
    color: #AD922C;
    border:0;
    background: #fff;
    padding: 9px 30px;
    font-size: 12px;
    margin: 10px 0 0;
    border-radius: 0;
    font-family: 'intrinsecam';
	-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-book-alt-{
    color: #AD922C;
    border:0;
    background: #fff;
    padding: 9px 30px;
    font-size: 12px;
    margin: 10px 0 0;
    border-radius: 0;
    font-family: 'intrinsecam';
	-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-book:hover, .btn-book:focus, .btn-book:active{
    color: #AD922C;
    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;	
}
.btn-book-alt:hover, .btn-book-alt:focus, .btn-book-alt:active{
    background: #AD922C !important;
    color: #fff;
	-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-book-alt-:hover, .btn-book-alt-:focus, .btn-book-alt-:active{
    background: #AD922C !important;
    color: #fff;
	-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;	
}
.profile .inner .rwbg a:hover img,
.profile .inner .rwbg a:focus img,
.profile .inner .rwbg a:active img{
    opacity: .4;
	-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;	
}
/**/
.profilecontacts{
    background: #f7f7f7 !important;
    padding: 50px !important;
}
.profilecontacts .mail{
    border: 0 !important;
}
.profilecontacts .mail .frm h3 {
    color: #123A07;
}
.profilecontacts .mail .frm .row{
    padding: 0;
    margin: 0 !important;
}
.profilecontacts .mail .frm .row .form-group{
    padding-left: 0;
}
.profilecontacts .btnholder{
    padding-left: 0;
}
.profilecontacts .btnholder .btn{
    width: 100%;
    padding: 15px;
    background: #123A07;
}
/**/
.blogprofile .inner .thumb{
    padding: 0;
}
.blogprofile .inner .thumb img{
    width: 100%;
}
.blogprofile .inner .dts{
    margin: 0;
}
/**/
.popfrm label{
	display:block;
}
.popfrm .form-group{    
	margin:0 0 30px;
}
.popfrm .dets{    
	width: 100%;
    padding: 10px;
    border: solid 1px #dedede;
}
/**/
.watch{
	background:#F6F6F6;
	position:relative;
	padding:0 0 0 20px;
	z-index:1;
}
.watch:after{
	content: "";
    background: #EDEBEC;
    position: absolute;
    width: 95%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.watch .rules{
	background: #FDBC44;
    padding: 15px;
    margin: -15px 0 15px;
    min-height: 370px;
}
.watch .links{
	padding:15px;
}
.watch .rw{
	height: 100%;
    display: flex;
	width:80%;
}
.watch .rw a{
	display:inline-block;
	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;
}
.watch .rw a img{
	width:70px;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}
.social{
	padding: 0 15px 0 55px;
	margin:auto 0;
}
.social a{
	margin:0 5px 0 0;
	display:inline-block;
}
.social a img{
	width:30px;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}
/*
.social a svg{
	width: 30px !important;
    height: 30px;
    padding: 6px;
    background: #F85F61;
    border:solid 1px #F85F61;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}*/
.watch .testimony{
    background: url(../error.html) center;
    background-size: cover;
	position:relative;
	z-index:1;
}
.watch .testimony:after{
    content: "";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
	background:rgba(0,0,0,.7);
}
.watch .heroSlider .rsOverflow, 
.watch .royalSlider.heroSlider {
    height: 200px !important;
}
.watch .infoBlock {
    right: 0;
    left: 0;
    top: 0;
	background:rgba(0,0,0,0);
    max-width: 100%;
	width: 100%;
	text-align:center !important;
}
.watch .infoBlock .stars{
    display: none;
}
.watch .infoBlock .stars{
    display: none;
}
.watch .rsMinW .rsArrowLeft {
    right: auto;
	left:0;
    bottom: 50%;
}
.watch .rsMinW .rsArrowLeft .rsArrowIcn,
.watch .rsMinW .rsArrowRight .rsArrowIcn{
    background: #000;
    width: 35px;
    height: 35px;
    padding: 5px 10px 0;
    border-radius: 0;
}
.watch .rsMinW .rsArrowLeft .rsArrowIcn:before{
    content:"\2190";
}
.watch .rsMinW .rsArrowRight {
    right: 0;
    bottom: 50%;
}
.watch .rsMinW .rsArrowRight .rsArrowIcn:before{
    content:"\2192";
}
.social a:hover svg,
.social a:focus svg,
.social a:active svg{
    color: #F85F61;
    background: #fff;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.social a:hover img{
	opacity:.5;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}
.watch .rw a:hover img,
.watch .rw a:focus img,
.watch .rw a:active img{
    -webkit-transform: rotate(-125deg);
    -moz-transform: rotate(-125deg);
    -o-transform: rotate(-125deg);
    transform: rotate(-125deg);
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}
.watch .rw a:hover,
.watch .rw a:active,
.watch .rw a:focus{
	color:#FDBC44;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/**/
/**/
.testimonials{
	padding:40px 0 0 40px;
}
.testimonials h2{
    font-size: 18px;
    color: #000;
    padding: 0 50px;
    position: relative;
    line-height: 1;
}
.testimonials h2::after{
    content: "";
    width: 8%;
    position: absolute;
    height: 0;
    border: solid 1px  #CCD0DA;
    left: 46%;
    bottom: -7px;
}
.testimonials h2 img{
    width: 30px;
    position: absolute;
    left: 0;
    top: -5px;
    opacity: .5;
}
.testimonials h2 .q1{
    left: auto;
    right: 0;
}
.testimonials .heroSlider .rsOverflow, 
.testimonials .royalSlider.heroSlider {
    height: 500px !important;
}
.testimonials .infoBlock {
	max-width: 100%;
    right: auto;
    width: 100%;
    left: 0;
    padding:20px 0;
    background: rgba(0,0,0,0);
}
.testimonials .infoBlock h6{
    color: #AD922C;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: 'barlow';
    margin: 0 0 15px;
}
.testimonials .infoBlock h5{
	color: #AD922C;
    letter-spacing: 2px;
    font-size: 17px;
    font-family: 'barlow';
}
.testimonials .infoBlock .rw_ *{
	color: #000;
    font-size: 14px;
}
.testimonials .infoBlock img{
	height: 30px;
}
.testimonials .rsMinW .rsArrowLeft {
    right: auto;
	left:0;
    bottom: 70%;
}
.testimonials .rsMinW .rsArrowLeft .rsArrowIcn,
.testimonials .rsMinW .rsArrowRight .rsArrowIcn{
    background: #000;
    width: 55px;
    height: 50px;
    padding: 10px 0 0;
    border-radius: 0;
    display:none !important;
}
.testimonials .rsMinW .rsArrowLeft .rsArrowIcn:before{
    content:"\2190";
}
.testimonials .rsMinW .rsArrowRight {
    right: 0;
    bottom: 70%;
}
.testimonials .rsMinW .rsArrowRight .rsArrowIcn:before{
    content:"\2192";
}
.testimonials .fla img{
    margin: 0 0 -40px -165px;
}
.testimonials .trip img{
        width: 70px;
    margin: 40px 0 0;
}
/**/
.bookings{
    padding-top: 120px !important;
}
/**/
.awards{
	background:#F1D6CB;
	padding:40px;
}
/**/
.offerspg{
	background: url('../jpg/offersbg.jpg') center no-repeat !important;
	background-size: cover !important;
    position: relative;
}
.offerspg .rwrapper{
	width: 80%;
}
.offerspg .rwrapper .btn{
    padding: 12px 70px;
}
.offerspg .wrap{
    display: block;
    color: #fff;
    padding: 15vh 50px 115px;
    position:relative;
    z-index: 1;
}
.offerspg .wrap:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.offerspg .wrap h2{
    margin: 0;
    color: #fff;
}
.offersdesc .inner {
    background: #fff;
    color: #000;
    padding-top: 15px;
}
.offersdesc .inner h2::after{
    left: 0;
}
.offersdesc .inner .col{
    padding-top: 0;
}
.offerspg .btm{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    z-index: 1;
    padding-top: 50px;
}
.offerspg .btm a{
    color: #fff;
    margin: 0;
    padding: 0 50px;
    font-family: 'barlow';
    text-transform: uppercase;
	-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;	
}
.offerspg .btm a:focus,
.offerspg .btm a:active,
.offerspg .btm a:hover{
    color: #AD922C;
	-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;	
}
.offers{
    padding:0 30px 30px;
}
.offers .moredata .col {
    padding:15px;
}
.offers .moredata .col a {
    /*border:solid 1px rgba(171,136,0,.3);*/
    /*padding:15px;*/
    padding:0;
}
.offers .moredata a h3 {
    font-size: 17px;
}
.offers .moredata a h3:after {
    display:none;
}
.offers .moredata .rw {
    position:relative;
    padding:0;
    color:#AD922C;
}
.offers .moredata .rw:after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: solid 1px #000;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}
.offers .btn{
    margin: 35px 0;
}
.offers .moredata a:hover .rw:after,
.offers .moredata a:focus .rw:after,
.offers .moredata a:active .rw:after{
    width: 50%;
    left: 25%;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}
.offerspg a:hover:after,
.offerspg a:focus:after,
.offerspg a:active:after{
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/**/
.offers{padding-right: 0;}
.offers .moredata .slide{padding: 0;}
.offers .container{margin-right: 0;padding: 0;max-width: 100%;}
.offers .container .col-md-12{padding: 0;}
.offers .prev img,
.offers .next img{width: 25px;}
.offers .heroSlider-fixed .next{right: 0;}
.offers .heroSlider-fixed a {
    padding: 0 3px !important;
}
.offers .heroSlider-fixed .thumb {
    height: auto;
}
.offers .heroSlider-fixed .slick-dots {
    border-bottom: solid 1px #CCD0DA;
    margin: 0 20px 0 0;
}
.offers .heroSlider-fixed .slick-dots li {
    display: inline-block;
    margin: 0;
    width: 10%;
    position: relative;
}
.offers .heroSlider-fixed .slick-dots li button{
    display: block;
    width: 100%;
    position: absolute;
    margin: 5px 0 0;
    height: 2px;
    background: rgba(0, 0, 0, 0);
}
.offers .heroSlider-fixed .slick-dots li.slick-active button {
    background-color: #AD922C;
}

/**/
.faq .inner{
	padding:0;
}
.faq .inner .col{
	margin:auto;
}
.faq .row{
	color:#1d4d1b;
}
.faq .wrapper{
    padding: 7px;
    border-bottom: solid 1px rgba(9, 12, 100, .1) !important;
    margin: 0 0 7px;
}
.faq .sign{
	color: #1d4d1b;
    font-size: 18px;
    margin: 5px 0 0;
    line-height: .5;
}
.faq .content{
	padding: 0 10px 0;
    min-height: 18px;
    line-height: 1;
}

.faq .content h3{
	font-size: 20px;
    color: #090C64;
    margin: 0;
}

.faq .answer{
	height: 0px;overflow: hidden;
	-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: 10px 10px;
    color: #4d4d4d;
}
.faq .description p{margin: 0px;color: #4d4d4d;}
.faq .thumb img{
    width: 100%;
}
/**/

.connect .inner h2::after{
    left: calc(50% - 50px);
}
.connect .sociamedia a{
    display: inline-block;
    margin: 0 10px 0 0;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.connect .sociamedia a img{
    width: 25px;
}
.connect .connectdata{
    padding: 30px 20px 50px;
}
.connect .connectdata .col{
    padding: 0 7px;
}
.connect .sociamedia a:focus,
.connect .sociamedia a:active,
.connect .sociamedia a:hover{
    opacity: .5;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}


/**/
.photos .photoheading{
	overflow:hidden;
	border-bottom:solid 1px grey;
	margin-bottom:10px;
}
.photos .photoheading a{
	color: grey;
    padding: 3px 10px;
    display: block;
    float: left;
    font-size: 12px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.photos .photoheading a.active{
	border-top:solid 2px rgb(13, 88, 49);
	color:rgb(13, 88, 49) !important;
}
.photos .photoheading a:hover,
.photos .photoheading a:active,
.photos .photoheading a:focus{
	color: rgb(13, 88, 49);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
/**/

/**/
.photos img {
	max-width: 100%;
	display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.photos figure {
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	margin-bottom: 10px;
	break-inside: avoid;
}
.photos figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}
.photos .container {
	column-count: 4;
	column-gap: 10px;
	padding: 0;
    height: 100vh;
	opacity: 0;
}
.photos .loading{
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
}
.photos .container.active {
	opacity: 1;
    height: auto;
}
.photos .container figure a {
	overflow: hidden;
    display: block;
    /*border-radius: 20px;*/
}
.caption-container {padding: 0 16px;}
.caption-container p{margin: 0;}
.photos figure a:hover img,
.photos figure a:active img,
.photos figure 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;
}
/**/
.video_{
    height: 100vh;
    overflow:hidden;
}
.video_ iframe{
    height: 120vh;
}
/**/
.popvid{
	position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    padding: 50px;
    z-index: 30000;
	overflow:hidden;
	display:flex;
	background: rgba(0,0,0,.7);
    -webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.popvid.active{
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.popvid .close{
    opacity: 1;
    font-size: 20px;
    cursor: pointer;
    top: 5%;
    right: 8%;
    width: 45px;
    height: 45px;
    padding: 11px 0 0;
    text-align: center;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.popvid .inner{
	height: 80vh;
    width: 80%;
    margin: auto;
    padding: 0;
    background: grey;
    border-radius: 7px;
}
.popvid .inner iframe{
	height: 100%;
}
/**/
/**/
.services:after{
	display:none;
}
.services .inner h4 span{
    color: #AD922C;
    font-size: 35px;
}
.services .more h1{
	font-size: 70px;
    line-height: 45px;
}
.services .inner h1 span{
	color:#AD922C;
	font-size: 20px;
}
.services .infodata{
	background: #fff;
    padding: 20px;
    border: solid 20px #000;
}
.services .infodata .nums h1{
	position: relative;
    font-size: 80px;
    color: #C3313B;
}
.services .infodata .nums h1:after{
	content: "";
    position: absolute;
    background: #C3313B;
    width: 2px;
    height: 100px;
    top: 105px;
}
.services .infodata .nums h1 sup{
	font-size: 20px;
    top: -47px;
}
.services .infodata .nums h1 span{
    position: absolute;
    bottom: 0;
    text-align: left;
    color: #000;
}
.services .infodata .dt .rw{
	padding:0 0 30px;
}
.services .infodata .dt .row h5{
    color: #C3313B;
    position: relative;
    z-index: 1;
    font-size: 17px;
}
.services .infodata .dt .row h5:after{
	content: "";
    z-index: -1;
    background: #FFE9C2;
    position: absolute;
    left: -7px;
    top: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.services .infodata .dt .btn{
	background: #C3313B !important;
    width: 100%;
    border-radius: 0;
    color: #fff;
    border: solid 1px #C3313B;
}
.services .infodata .dt .btn{
	background: #C3313B !important;
    width: 100%;
    border-radius: 0;
    color: #fff;
    border: solid 1px #C3313B;
}
.services .infodata .dt .btn span{
	display: block;
}
/**/
.frm .inner {
	padding-top:50px;
}
.frm .inner h4:after {
    display: none;
}
.frm .inner h4 {
    margin:0;
}
.frm .inner form {
    padding:0 50px;
}
.frm .inner form label{
    display:block;
}
.frm .inner form .dets{
    background: rgba(0,0,0,0);
    border: solid 1px #272727;
    padding: 3px 7px;
    width: 50%;
}
.frm .inner form .dets_{
    width: 100%;
}
.frm .inner form .btn{
    background:rgba(0,0,0,0) !important;
	border:0 !important;
	color:#AD922C;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.frm .inner form .form-group{
    margin:0 0 15px;
}
.frm .inner form .btn:hover,
.frm .inner form .btn:focus,
.frm .inner form .btn:active{
	color:#fff;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/**/
.contact{    
    padding: 30px 0 0 15px;
    background: #fff;
}
.contact .contactdata{
	padding:20px;
}
.contact .contactdata h3{
    position: relative;	
	margin:0;
    text-transform: uppercase;
}
.contact .contactdata .rw{
	margin:7px 0 10px;
	padding: 0;
}
.contact .map-canvas{
	position: relative;
    padding-right: 0;
    margin: 0 -60px 0 0;
    z-index: 1;
}
#map-canvas{
	height:500px;
}
#map-canvas iframe{height: 500px;}
.contact .mail{
	border:solid 1px #000;
}
.contact .mail h3{
	color:#000;
    text-transform: uppercase;    
    font-size: 24px;
}
.contact .mail .rw *{
	margin:0;
}
.contact .mail .frm{
    padding:15px 50px;
}
.contact .mail .frm .row{
	margin:0 -15px;
}
.contact .mail .frm .dets{
	width: 100%;
    padding: 15px;
    border:solid 1px #f8f9fa;
    margin: 0 0 15px;
}
.contact .mail .frm .dets::placeholder{
	color: #b6b6b6;
}
.contact .mail .frm .dets_{
	width: 100%;
}
.btn-send{
	background: #AD922C;
    border: solid 1px #AD922C !important;
    color: #fff;
    border-radius: 0;
    padding: 9px 50px;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn-send:hover,
.btn-send:hover,
.btn-send:hover{
	background: #fff;
    border: solid 1px #fff;
    color: #AD922C;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/**/
/**/
.footer{
	padding:20px;
    background: #000;
    color: #fff;
}
.footer .links{
    padding: 20px 0 20px;
}
.footer .links .logo{
    margin: 0;
}
.footer .links .logo img{
    height: 100px;
    margin: 0 auto;
}
.footer .links .logo .hashtag{
    text-transform: uppercase;
    color: #AD922C;
    display: block;
    margin-top: 25px;
    font-size: 12px;
}
.footer .links h4{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
.footer .links a{
    color: #D6CAC9;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.footer .links a.sp{
    margin: 0 0 10px;
}
.footer .copy{
    padding: 20px;
    margin-top: 20px;
	border-top: solid 1px grey;
}
.footer .copy *{
	letter-spacing: 2px;
	font-size: 10px;
}
.footer .copy a{
	color:#7E7D7B;
}
.footer a:hover,
.footer a:focus,
.footer a:active{
	color: #fff;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/**/
label.error{color:#fb5b5b;}
@media screen and (max-width: 1030px){
		
}

