*{padding:0;margin:auto;font-family: "inconsolata";color:#fff;font-size: 1.1rem;}
@font-face {font-family: 'bodoni';src: url('../fonts/bodonistd.otf');}
@font-face {font-family: 'inconsolata';src: url('../fonts/Inconsolata-Regular.ttf');}
h1, h2, h3, h4, h5, h6{font-family: "bodoni";}
a:hover, a:focus, a:active,
button:hover, button:focus, button: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;}
body{background:#D0BB9D;}
.text-transform{text-transform:uppercase;}
/**/

header{
    z-index: 20000;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0 10px;
    background: rgb(171,152,123,.8);
}
header.fixheader{
	position:fixed;
}
header .topheading .logoholder{
	position: relative;
    z-index: 1;
}
header .topheading a{
	float: none;
    padding: 0 7px;
}
header .topheading a img{
	margin: 0;
    width: 180px;
    padding: 10px 10px 5px;
}
header .topheading button{
    height: 35px;
    border-radius: 50%;
	position:fixed;
	top:20px;
	right:50px;
	padding:3px;
    letter-spacing: 3px;
    font-size: 17px;
    -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 button img{
	height: 20px;
    margin: 0 0 0;
}
header .topheading button:before{
	content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: #000;
    left: 15%;
    top: 45%;
	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;
}
header .topheading button:after{
	content: "";
    position: absolute;
    width: 35%;
    height: 2px;
    background: #000;
    left: 15%;
    top: 60%;
	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;
}/*
header .topheading button span{
	position: absolute;
    width: 70%;
    height: 2px;
    background: #000;
    left: 15%;
    top: 30%;
    -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 button.active{
    -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 button.active_{
	background:#fff !important;
}
header .topheading button.active_ img{
	opacity:0;
}
/*header .topheading button.active:before{*/
header .topheading button.active_:before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);	
	width: 70%;
	top:45%;
	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;
}
/*header .topheading button.active:after{*/
header .topheading button.active_:after{
	width: 70%;
	top:45%;
	opacity:1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
    -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 button.active span{
	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;
}
header .call{display:none;}
header .links ul{
	padding: 95px 55px 0;
    list-style: none;
    position: fixed;
    width: 100%;
    height: 105vh;
    left: 0;
    background: #F1F1F1;
    margin: -70px 0 0;
}
header .links ul .breadcrumbs{
	margin-top:8px;
}
.breadcrumbs{
	margin: 30px 15px;
    font-size: 20px;
	font-family: 'inconsolata';
}
.breadcrumbs *{
	color: #000;
    font-size: 20px;
	padding: 0 !important;
	font-family: 'inconsolata';
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.breadcrumbs i{
	margin: 0 3px 0;
    font-style: normal;
}

header .links .navbar-brand:hover, header .navbar .navbar-brand:active, header .navbar .navbar-brand:focus {background: #fff !important;}
header .links ul li a:hover, header .links ul li a:active, header .links ul li a:focus{
	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;
}
header .topheading button:hover{
	color:#908e8c;
    -webkit-transition: all .2s ease-in;-moz-transition: all .2s ease-in;-o-transition: all .2s ease-in;transition: all .2s ease-in;
}
header .links ul li a:hover:after,
header .links ul li a:focus:after,
header .links ul li a:active:after{
    width: 10%;left: 45%;
    -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 button:hover:before,
header .topheading button:hover:after{
    width: 70%;
    -webkit-transition: all .2s ease-in;-moz-transition: all .2s ease-in;-o-transition: all .2s ease-in;transition: all .2s ease-in;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active{
	color: grey;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/**/
.videolanding{padding: 0 !important;}
/**/
.video{
	height:80vh;
}
.video iframe{
	height:100%;
}
/**/
.wrapper{
	padding: 50px;
    margin:0;
}
.wrapper *{
	color:#fff;
}
.wrapper a{
	color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
/**/
.home{
    position: relative;
    min-height: calc(90vh - 145px);
	padding: 50px 50px 0;
}
.homebtm{
	min-height: 70px;
}
.slider{
	overflow:hidden;
	position:relative;
    padding: 0;
}
.slider,
.slider .heroSlider .rsOverflow, 
.slider .royalSlider.heroSlider,
.slider .rsOverflow, .slider .royalSlider{
    /*height: calc(120vh - 145px) !important;*/
    height: 100vh !important;
}
.slider .container{width: 100%;}
.infoBlock h3 {font-size: 35px;color: white;text-transform:none;margin-bottom: 0;text-shadow:0px 0px 10px black;}
.infoBlock h4 {
	color: #fff;font-size: 22px;border:0 !important;text-transform:none;text-shadow:0px 0px 10px black;
}
.slider .demo-1 .sl-slide h2 {
	text-transform:none;letter-spacing:0;font-size: 35px;text-shadow: 0px 0px 0px black;
}
.slider .demo-1 .sl-slide h2 i{
	font-style: normal;display: block;color: #d5d2d2;font-size: 22px;font-weight:normal;
}
.slider .rsMinW, 
.slider .rsMinW .rsOverflow, 
.slider .rsMinW .rsSlide, 
.slider .rsMinW .rsVideoFrameHolder, 
.slider .rsMinW .rsThumbs {
    background: rgba(0,0,0,0);
}
.slider .infoBlock {
	max-width: 100%;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 10px 20px 0;
    top: auto;
    background: #D0BB9D;
	color:#fff;
    display: none;
}
.slider .infoBlock .rw .data{
	color: white;
    line-height: .6;
    font-size: 12px;
    padding-right: 0;
    display: none;
}
.slider .rsMinW .rsArrowIcn {
    width: 25px;
	height: 25px;
	margin-top: 45%;
}
.slider .rsMinW .rsArrowLeft {
    right: auto;
    left: 37px;
    bottom: 0;
    width: 50%;
    height: 100%;
    top: 0;
	cursor:none;
}
.slider .rsMinW .rsArrowRight {
	right: 37px;
    bottom: 0;
    width: 50%;
    height: 100%;
    top: 0;
	cursor:none;
}
.slider .rsArrowLeft .rsArrowIcn {
	background:url('../images/p.png') center;
	background-size: contain;
	background-position: 0 !important;
	opacity:0;
}
.slider .rsArrowRight .rsArrowIcn {
	background:url('../images/n.png') center;
	background-size: contain;
	background-position: 0 !important;
	right: 0;
	opacity:0;
}
.slider .rsContent,
.slider .rsVideoContainer{
	display:flex;
}
.slider .rsVideoContainer {
	width: auto !important;
}
.slider img.rsImg {
    width: 100% !important;
    margin: auto !important;
    height: auto !important;
}
.slider img.rsImg {
    width: 100% !important;
    margin: auto !important;
    height: auto !important;
    -webkit-animation: zoom 20s; /* Chrome, Safari, Opera */
    animation: zoom 30s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes zoom {
    from {
    	-webkit-transform: scale(1,1);
    }
    to {
    	-webkit-transform: scale(1.5,1.5);
    }
}

/* Standard syntax */
@keyframes zoom {
   from {
        transform: scale(1,1);
   }
   to {
        transform: scale(1.5,1.5);
   }
}
.slider img.resize {
    width: 100% !important;
    margin: auto !important;
    height: auto !important;	
}
.slider .rsVideoContainer iframe{
	width:100%;
	height:100%;
}
.slider .srw{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/**/
.home video{width: 100%;}
/**/
.movable{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.movable .col {
	height: 100%;
    overflow: hidden;
    max-width: calc(50% - 30px);
    margin: 0;
}
.movable .col:last-child{
    margin: 0 0 0 auto;
}
.movable .col img{
	height:35px;
}
.cursor-icon {
	z-index: 1000;
    color: #000;
    font-size: 2em;
    margin: 42% 0 0 14%;
    display: inline-block;
	text-shadow:0 0 5px #000;
}
.cursor-icon-r {	
    margin: 42% 0 0 82%;
}
/**/

/**/
.footer{
	padding: 15px 10px 10px;
    position: relative;
    top: 0;
    background:#D0BB9D;
    color: #fff;
}
.footer *{	
	font-family: 'inconsolata';
}
.footer .social{
	display: block;
    margin: 30px 0;
	position:relative;
}
.footer .social .insta{
	display:inline-block;
    -webkit-transition: all .2s ease-in;-moz-transition: all .2s ease-in;-o-transition: all .2s ease-in;transition: all .2s ease-in;
}
.footer .social svg{
	border: solid 1px #fff;
    padding: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.footer .social img{
    height: 40px;
}
.footer .social svg *{
	color:#fff !important;
}
.footer .social .goup{
	position: absolute;
    right: 30px;
    font-size: 35px;
    top: 0;
    width: 50px;
    height: 50px;
    color: #000;
    border-radius: 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;
}
.godown img,
.footer .social .goup img{
	width: 35px;
    margin: -7px 0 0;
}
.godown.active,
.footer .social .goup.active{
	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;
}
.footer .social .insta:hover,
.footer .social .insta:focus,
.footer .social .insta:active{
	opacity:.7;
    -webkit-transition: all .2s ease-in;-moz-transition: all .2s ease-in;-o-transition: all .2s ease-in;transition: all .2s ease-in;
}
.footer .social .goup:hover, .footer .social .footer .social .goup:focus{
    opacity:.7;
    -webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
