*{padding:0;margin:auto;font-family: 'centurygothic';font-size: 14px;}
html {overflow-y: scroll;}
@font-face {font-family: 'freightbigpromedium';src: url('../fonts/FreightBigProSemibold-Regular.ttf');}
@font-face {font-family: 'freightbigpromedium_i';src: url('../fonts/FreightBigProMedium-Italic.ttf');}
@font-face {font-family: 'futura';src: url('../fonts/Futura-Std-Bold.otf');}
@font-face {font-family: 'centurygothic';src: url('../fonts/Century_Gothic.ttf');}
@font-face {font-family: 'copperplate';src: url('../fonts/OPTICopperplate-Heavy.otf');}
@font-face {font-family: 'benton';src: url('../fonts/bentonsansbold.otf');}
@font-face {font-family: 'bentonreg';src: url('../fonts/BentonSansRegular.otf');}
@font-face {font-family: 'allison';src: url('../fonts/allison-scriptregular.ttf');}
h1, h2, h3, h4, h5, h6{font-family: 'freightbigpromedium';letter-spacing:2px;}
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;}
/**/
header{
	padding: 0;
    z-index: 20000;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
header .call{display:none;}
header .topheading .logoholder{padding:0px;}
header .topheading .logoholder .logo{
    width: 100%;
    padding: 10px;
    margin:0;
    background: #fff !important;
}
header .topheading .logoholder .logo img{
	margin: 0;
    max-width: 100%;
    height: 70px;
}
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 #FFBC47;
    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 #FFBC47;
	height: 1px;
	width: 2em;
	position: absolute;
	margin: -8px 0px 0px -20px;
}
header .topheading .logoholder button span::after {
    content: "";
	border-top: solid 1px #FFBC47;
	height: 1px;
	width: 2em;
	position: absolute;
	margin: 6px 0px 0px -20px;
}
header .topheading .more{padding:0px;}
header .topheader .dt{
	color: #FFBC47;
    background: #292E44;
    padding: 7px 20px;
}
header .links{
	padding:0px;
}
header .links ul li{
	padding:0px;
}
header .links ul li a{
	color: #000;
    display: block;
    position: relative;
    padding: 12px 0 0;
    font-size: 12px;
    text-transform: uppercase;
	font-family: 'futura';
}
header .links ul li.active a{
	color:#FFBC47 !important;
}
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 .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:#FFBC47 !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 .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('../images/l1.jpg') center !important;
	background-size: cover;
}
.landing .landing_a:nth-child(2){
	background: url('../images/l2.jpg') center !important;
	background-size: cover;
}
.landing .landing_a:nth-child(3){
	background: url('../images/l3.jpg') center !important;
	background-size: cover;
}
.landing .landing_a:nth-child(4){
	background: url('../images/l4.jpg') 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;
}
.slider:after{
	content:"";
	background: url('../images/slider.png') 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: 600px !important;
}
.slider .rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
	background: url('../images/p.png') center no-repeat;
	background-size: contain;
}
.slider .rsMinW.rsHor .rsArrowRight .rsArrowIcn {
	background: url('../images/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: 25%;
	left: 25px;
}
.slider .rsMinW .rsArrowRight {
    right: 25px;
    bottom: 25%;
	left: auto;
}
.slider img {
	min-height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}
.slider .infoBlock {
	max-width: 100%;
    text-align: center;
    top: 42%;
    bottom: auto;
    left: auto;
    right: 0;
    width: 100%;
	overflow:visible;
	color:#3D3E41;
}
.slider .infoBlock a{
	text-decoration: none;
    text-transform: none;
}
.slider .infoBlock .btn-book{
	margin: 10px 0 0;
    padding: 10px 50px;
}
.slider .infoBlock h2{
	font-size: 45px;
    line-height: 60px;
    color: #fff;
    position: relative;
    text-shadow: 0 0 5px rgb(0 0 0);
}
.slider .infoBlock h2:after{
	content: "";
    background: ;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
}
.slider .infoBlock h6{
	font-family: 'benton';
    letter-spacing: 2px;
    color: #FFBC47;
    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:#FFBC47;
	-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;
}
/**/
.desc{
	padding: 0 15px;
    top: -40px;
    z-index: 200;
    position: relative;
}
.desc .inner{
    background: #000;
    color: #fff;
    margin: 0 auto;
    padding: 20px;
}
.desc .inner h4{
	font-family: 'benton';letter-spacing: 2px;
    color: #FFBC47;
    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 .inner h2{
    margin: 0;
    font-size: 44px;
}
.desc .inner .rw_{
	padding:0 0 0 20px;
}
.desc .inner .thumb{
	    position: relative;
    min-height: 505px;
    padding: 40px 0 0;
}
.desc .inner .thumb h3{
    font-family: 'benton';letter-spacing: 2px;
    font-size: 18px;
    margin: 0;
	text-align:right !important;
}
.desc .inner .thumb h2{
	font-family: 'freightbigpromedium';
	display:block;
    font-size: 21px;
	text-align:right !important;
}
.desc .inner .thumb img{
	position: absolute;
    bottom: -140px;
    right: -35px;
}
/**/
.more{
	padding:100px 0 20px;
}
.more .moreh h4{
	color: #A8740F;
    font-size: 13px;
    margin: 0;
	font-family: 'benton';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;
	font-family: 'bentonreg';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 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 .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: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;
}
.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;
}
/**/
.moreinfo{
	background:#292E44;
	padding:20px;
	color:#fff;
	position:relative;
}
.moreinfo .bgicon{
	position: absolute;
    bottom: 0;
    left: 35%;
    height: 25%;
}
.moreinfo .bgdata{
	position: absolute;
    right: 0;
    color: #A8740F;
    font-family: 'benton';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-family: 'allison';
    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;
    font-family: 'benton';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: 30px;
}
.topbanner .inner h4 {
    padding: 0;
    margin: 0;
}
.topbanner .inner h4:after {
    display: none;
}
/**/
.listing{
	padding-top:20px;
}
.listing .filter{
	color:#C7A34F;
	padding:0 50px 70px;
}
.listing .filter select{
	border: solid 1px #000;
    border-radius: 0;
    padding: 3px 10px;
}
/**/
.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 h4 {
    font-family: 'freightbigpromedium';
    color: #fff;
    font-size: 35px;
}
.profile .inner h4 span{
	font-family: 'benton';
    letter-spacing: 2px;
    color: #FFBC47;
	display:block;
}
.profile .inner .rw {
   padding:0 50px 0 0;
}
.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: #FFBC47;
    font-family: 'benton';
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.profile .amenities .num h4:after{
    display: none;
}
.profile .amenities h5{
    font-family: 'benton';letter-spacing: 2px;
    color: #FFBC47;
    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: #FFBC47;
}
.profile .amenities .rw span:last-child:after{
    display:none;
}
.btn-book{
	font-family: 'futura';
    background: #FFBC47;
    border:solid 1px #FFBC47;
    color: #000;
    padding: 15px 50px;
    margin: 10px 0 0 -35px;
    border-radius: 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;	
}
.profile .mapdirections{
	font-family: 'freightbigpromedium_i' !important;
    color: #fff;
    margin: 0 !important;
}
.profile .mapdirections:after{
	display: none;
}
.btn-book:hover,
.btn-book:focus,
.btn-book:active{
    color: #FFBC47;
    background: #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;	
}
/**/
.popfrm{
	
}
.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 h4{
	font-family: 'benton';
}
.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;
}
.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(../images/testimony.jpg) 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;
}
.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{
	background:#EBEAE5;
	padding:80px 80px 0;
}
.testimonials h2{
	font-family: 'copperplate';
    font-size: 40px;
    letter-spacing: 15px;
}
.testimonials .quotes{
	margin: 20px 0 -30px;
}
.testimonials .quotes img{
	height: 16px;
}
.testimonials .heroSlider .rsOverflow, 
.testimonials .royalSlider.heroSlider {
    height: 400px !important;
}
.testimonials .infoBlock {
	max-width: 100%;
    right: auto;
    width: 80%;
    left: 10%;
    background: rgba(0,0,0,0);
}
.testimonials .infoBlock h6{
	color: #000;
    font-family: 'benton';letter-spacing: 2px;
    font-size: 17px;
}
.testimonials .infoBlock h5{
	color: #000;
    font-family: 'benton';letter-spacing: 2px;
    font-size: 17px;
}
.testimonials .infoBlock .rw_ *{
	color: #474546;
    font-family: 'freightbigpromedium_i';
    font-size: 20px;
}
.testimonials .infoBlock .stars{
	padding:0 0 10px;
}
.testimonials .infoBlock .stars svg{
	color:#E8A753;
}
.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;
}
.testimonials .rsMinW .rsArrowLeft .rsArrowIcn:before{
    content:"\2190";
}
.testimonials .rsMinW .rsArrowRight {
    right: 0;
    bottom: 70%;
}
.testimonials .rsMinW .rsArrowRight .rsArrowIcn:before{
    content:"\2192";
}
/**/
/**/
.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{
	color: #FFBC47;
	border: solid 1px #FFBC47;
    opacity: 1;
    background: #fff;
    font-size: 20px;
    cursor: pointer;
    top: 12%;
    right: 11%;
    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;
    background: #fff;
    padding: 20px;
    border: solid 1px grey;
    border-radius: 7px;
    overflow-y: scroll;
}
.popvid .inner iframe{
	height: 100%;
}
.popvid .close:hover, .popvid .close:focus, .popvid .close:active{
	background: #FFBC47;
    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;
}
/**/
/**/
.services:after{
	display:none;
}
.services .inner h4 span{
    font-family: 'freightbigpromedium';
    color: #FFBC47;
    font-size: 35px;
}
.services .more h1{
	font-size: 70px;
    line-height: 45px;
}
.services .inner h1 span{
	font-family: 'freightbigpromedium_i';
	color:#FFBC47;
	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;
    font-family: 'futura';
}
.services .infodata .nums h1 span{
	font-family: 'futura';
    position: absolute;
    bottom: 0;
    text-align: left;
    color: #000;
}
.services .infodata .dt .rw{
	padding:0 0 30px;
}
.services .infodata .dt .row h5{
	font-family: 'futura';
    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;
	font-family: 'futura';
}
.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;
	font-family: 'futura';
	color:#FFBC47;
    -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: 15px 0 0 15px;
	background:#F3F1F2;
}
.contact .contactdata{
	padding:20px;
}
.contact .contactdata h3{
    position: relative;	
	margin:0;
}
.contact .contactdata .rw{
	margin:0 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:100%;}
.contact .mail{
	background:#292E44;
}
.contact .mail h3{
	color:#fff;
}
.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_{
	width: 100%;
}
.btn-send{
	background: #FFBC47;
    border: solid 1px #FFBC47 !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: #FFBC47;
    -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 .copy *{
	font-family: 'bentonreg';
	letter-spacing: 2px;
	font-size: 13px;
}
.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){
		
}

