@import url("fixes/reset.css");
@import url("fixes/fonts.css");
@import url("fixes/base.css");
@import url("fixes/clearfix.css");

@font-face {
    font-family: 'pt-sans-regular';
    src: url('fonts/pt-sans-regular-webfont.eot');
    src: url('fonts/pt-sans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pt-sans-regular-webfont.woff2') format('woff2'),
         url('fonts/pt-sans-regular-webfont.woff') format('woff'),
         url('fonts/pt-sans-regular-webfont.ttf') format('truetype'),
         url('fonts/pt-sans-regular-webfont.svg#pt-sans-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* PAGE LAYOUT */

html,body {
	height: 100%;
}
body {
	background: #fff;
	background-image:url(../images/bg.jpg);
	background-position: top center;
	margin: 0;
	padding: 0;
	font-family: 'pt-sans-regular', sans-serif;
	font-size: 90%;
}
#container {
	background: none;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}
#header {
	width: 180px;
	height: 100%;
	margin: 0;
	top: 0;
	z-index: 1000;
	display: block;
	position: fixed;
	background-color: #F1F1F1;
}
#navi {
	width: 120px;
	margin: 0 30px;
}
#footer {
	margin: 331px 0 0 0;
}

/* TEXT FORMATTING */

a,a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #424A20;
}
h1 {
	font-size: 93%;
	color: #fff;
	font-weight: lighter;
	margin-top: 0;
	text-transform: uppercase;
}
h2 {
	font-size: 85%;
	color: #666;
	margin: 0;
	font-weight: lighter;
}
h3 {
	font-size: 138.5%;
	color: #999;
}
p {
	line-height: 150%;
}
p,label,button,input,textarea,label,li {
	font-size: 93%;
	color: #333;
}

/* HEADER */
#header img {
	margin: 40px 30px 30px 30px;
}

/* NAVIGATION */
#navi ul, #navi li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#navi li {
	display: inline;
	text-transform: uppercase;
}
#navi ul li a {
	color: #999;
	display: block;
	line-height: 26px;
	text-decoration: none;
	font-size: 120%;
}
#navi ul li:last-child a {
}
#navi ul li .current a {
	color: #646200;
}
#navi ul li a:hover {
	color: #424A20;
}
#navi ul li ul li {
}
#navi ul li ul li a {
	height: 20px;
	line-height: 20px;;
	font-size: 85%;
}
#navi ul li ul li:last-child a {
}

/* FOOTER */

#footer p {
	color: #999;
	font-size: 70%;
	line-height: 15px;;
	text-align: right;
	margin: 10px 30px 0 0;
}
#footer a,#footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #646200;
}

/* HOME PAGE */
.bg-home {
	background-image:url(../images/bg-home-man-who-knows-the-way.jpg);
	background-size: cover;
}
#home-footer {
	width: 100%;
	margin: 0;
	z-index: 999;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #CBC600;
}
#home-footer .home-contact {
	width: calc(100% - 180px);
	margin: 0 auto;
	padding: 40px 0 20px 180px;
	text-align: center;
}
#home-footer .home-contact p {
	font-size: 150%;
	color: #424A20;
	line-height: 120%;
}
#home-footer .home-contact a {
	text-transform: lowercase;
	color: #424A20;
}
#home-footer .home-contact a:hover {
	color: #fff;
}

/* OVERRIDE ROYALSLIDER.CSS */

.royalSlider {
	width: 100%!important;
	height: 725px!important;
	direction: ltr;
}
.royalSlider img {
	margin: 0 auto;
	display: block;
}
.rsContainer {
	position: relative;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	padding: 0;
	margin-top: 0px!important;
	padding-left: 200px;
}
/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
img.rsImg {
	height: 650px!important;
}
.rsGCaption {
	width: calc(100% - 180px) !important;
	text-align: center;
	position: absolute;
	margin: 705px 0 0 0;
	padding: 0 0 0 180px;
}
.rsNav {
    position: absolute;
    top: 710px;
}
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	color: #646200;
	font-size: 100%;
}
.rsDefault span {
	color: #333;
	font-size: 85%;
}
.rsDefault .sold {
	color: #F00;
	font-size: 100%;
}

/* ARROWS */
.rsDefault .rsArrow {
	height: 40px;
	width: 28px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 36;
	margin: 675px 0 0 0!important;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 40px;
}
.rsDefault.rsHor .rsArrowLeft { 
	left: 50%; 
	margin-left: -170px!important;
	top: 0; 
}
.rsDefault.rsHor .rsArrowRight { 
	right: 50%;
	margin-right: -350px!important;
	top:0;
}
.rsDefault .rsArrowIcn {		
	width: 28px;
	height: 40px;
	top: 0;
	left: 0;
	margin-top: 0px;	
	margin-left: 0px;
	position: absolute;	
	cursor: pointer;	
	background: url('../images/rs.png');
	background-color: none;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: 0 -40px; }
.rsDefault.rsHor  .rsArrowLeft  .rsArrowIcn:hover { background-position: 0 0!important;}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -28px -40px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:hover { background-position: -28px 0!important;}

/* BULLETS */

.rsDefault .rsBullets {
	position: relative;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: calc(100% - 180px);
	height: auto;
	margin: 0 auto; 
	text-align: center;
	line-height: 8px;
	overflow: hidden;
	padding: 0 0 0 180px;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display: inline; 
	*zoom: 1;
	padding: 6px 2px;
	margin: 20px 0 0 0;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: none;
	background: #F1F1F1;
	margin: 0 0 0 0;
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: rgba(100,98,0,0.5);
}
.map {	
	width: 620px;
	height: 440px;
	background-color: #BBB;
	line-height: 150%;
	margin: 0 auto;
	padding: 30px;
}
.map a {	
	color: #CF3;
}
.map a:hover {	
	color: #424A20;
}
.text-box {
	width: 320px;
	height: 440px;
	background-color: #BBB;
	padding: 30px;
	line-height: 150%;
	margin: 0 auto;
}
.text-box li {
	margin-left: -14px;
	list-style-image: url(../images/li.gif);
	line-height: 20px;
}
.map-box {
	width: 380px;
	height: 440px;
	background-color: #BBB;
	padding: 0px;
	line-height: 150%;
}
.map-box iframe {
	border:0;
}

@media (max-width:1440px){
	body {
		background-size: cover;
	}
	.royalSlider {
		height: 575px!important;
	}
	.rsDefault .rsArrow {
		margin: 525px 0 0 0!important;
	}
	img.rsImg {
		height: 500px!important;
	}
	.rsNav {
		top: 560px;
	}
	.rsGCaption {
    	margin: 555px 0 0 0;
	}
	#footer {
		margin: 181px 0 0 0;
	}
	#home-footer .home-contact p {
		font-size: 110%;
	}
}

@media (max-width:900px){
	.royalSlider {
		height: 475px!important;
	}
	.rsDefault .rsArrow {
		margin: 425px 0 0 0!important;
	}
	img.rsImg {
		height: 400px!important;
	}
	.rsNav {
		top: 460px;
	}
	.rsGCaption {
    	margin: 455px 0 0 0;
	}
	#footer {
		margin: 81px 0 0 0;
	}
	.text-box {
		width: 380px;
		padding: 10px 30px;
		line-height: 150%;
		margin: 0 auto;
	}
#home-footer .home-contact {
    padding: 20px 0 20px 180px;
	}
#home-footer .home-contact p {
	margin-bottom: 0;
	}

//*@media (max-width:600px){
	.royalSlider {
		height: 494px!important;
	}
	.rsDefault .rsArrow {
		margin: 444px 0 0 0!important;
	}
	img.rsImg {
		height: 419px!important;
	}
	.rsNav {
		top: 479px;
	}
	.rsGCaption {
    	margin: 474px 0 0 0;
	}
	#footer {
		margin: 0 0 0 0;
	}
}*//




