html{
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
}

body{
	margin-top: 5px;
	background: url(../images/bg.jpg) repeat;
	color: #627F94;
}

#wrapper{
	width: 900px;
	margin: 0px auto;
	position: relative;
/*	overflow: hidden;*/
}
#shadowWrap {
	overflow: visible !important;
}

a:link{
	text-decoration: none;
	color: #627F94;
}

a:visited{
	text-decoration: none;
	color: #627F94;
}

a:active{
	text-decoration: none;
	color: #627F94;
}

a:hover{
	text-decoration: underline;
	color: #627F94;
}

.visible-tablet{
	display: none;
}

.italics{
	font-style: italic;
}

.underline{
	margin-bottom: 5px;
}

#slider{
	display: none;
}

.royalSlider{
	width: 100%;
	height: 450px;
}

.rsDefault .rsThumb{
	width: 136px;
	height: 68px;
	background: #000000;
}

.rsDefault .rsThumb img{
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.rsDefault .rsThumb.rsNavSelected {
	background: none;
}

.rsDefault .rsThumb.rsNavSelected img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.rsDefault .rsThumbs{
	background: none;
}
.rsDefault .rsThumbsHor{
	width: 88%;
	height: 72px;
}

.rsNav{
	display: none;
	position: absolute;
	top: 500px;
	left: 0;
	right: 0;
	margin: 0px auto;
	padding-top: 10px;
}

img.rsImg {
	margin: 0px auto !important;
	max-height:100% !important;
	max-width:100% !important;
	height: auto !important;
	width: auto !important;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.rsOverflow {
	height: 450px !important;
}

.rsDefault .rsGCaption{
	position: absolute;
	top: 0;
	width: 887px;
	height: 32px;
	padding-top: 38px;
	padding-left: 0;
	padding-right: 0;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 13px;
	color: #627F94;
	font-style: italic;
	background-color: rgba(255,255,255,.75);
}

.rsDefault .rsArrow{
	height: 48px;
	width: 50px;
}

.rsDefault .rsArrowIcn{
	width: 50px;
	height: 48px;
}

.rsDefault .rsArrowRight .rsArrowIcn {
	background-position: 0px 0px;
	background: url('../images/rightArrow.png');
}

.rsDefault .rsArrowLeft .rsArrowIcn {
	background-position: 0px 0px;
	background: url('../images/leftArrow.png');
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position: 0px 0px;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn{
	background-position: 0px 0px;
}

.rsDefault.rsHor .rsArrowRight {
	right: 22px;
	top: 4px;
}

.rsDefault.rsHor .rsArrowLeft {
	right: 82px;
	top: 4px;
	left: auto;
}

#leftThumbArrow{
	display: none;
	position: absolute;
	top: 522px;
	cursor: pointer;
}

#rightThumbArrow{
	display: none;
	position: absolute;
	top: 522px;
	right: 0;
	cursor: pointer;
}

.rsThumbsArrowDisabled img{
	opacity: 0.35;
}

#addressLine{
	position: absolute;
	top: 18px;
	z-index: 5;
	left: 13px;
}

.address{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	color: #627F94;
}

#nav{
	height: 45px;
	width: 100%;
	background: #fff;
	border-top: none;
}

#nav *{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#navList{
	display: inline-block;
	font-size: 14px;
	float: left;
}

#navList li{
	float: left;
	height: 35px;
	padding-top: 8px;
	padding-left: 15px;
	color: #627F94;
}

#photosUL, #detailsUL, #remarksUL, #contactUL{
	display: none;
}

#mainNav, #photosNav, #detailsNav, #remarksNav, #contactNav{
	cursor: pointer;
}

#mainNav{
	/*width: 50px;
	height: 30px;*/
}

#shareNav{
	float: left;
	text-align: right;
	font-size: 14px;
	margin-top: 8px;
	float: right;
}

#shareNav *{
	float: left;
}
#shareNav span {
	margin-top: 4px;
}

#shareNav p{
	margin-right: 15px;
	color: #627F94;
}

#facebookImg{
	margin-right: 20px;
	position: relative;
	top: -5px;
}

#twitterImg{
	margin-right: 20px;
	position: relative;
	top: -5px;
}

#main{
	width: 100%;
	margin-top: 10px;
}

#mainAgentPhoto{
	float: left;
	width: 44px;
	height: 66px;
}

#mainAgentInfo{
	float: left;
	margin-left: 10px;
	width: 78%;
	height: 66px;
	vertical-align: bottom;
	position: relative;
	line-height: 17px;
}

#mainAgentInfoContent{
	position: absolute;
	bottom: 0;
	width: 100%;
}

#mainAgentInfoContent p{
	font-size: 14px;
	font-weight: bold;
}

#mainAgentInfoContent p.sub{
	font-size: 12px;
}

.brokerage{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#mainCompanyLogo{
	margin-left: 10px;
	width: 132px;
	height: 65px;
	float: right;
}
#mainCompanyLogo img {
	width: 132px;
	height: 65px;
}

#details{
	display: none;
	padding-top: 10px;
	font-weight: bold;
}

#details>:first-child{
	margin-left: 15px;
}

#detailsItem{
	float: left;
	width: 78px;
	text-align: center;
	margin-right: 20px;
}

#remarks{
	display: none;
	padding-top: 10px;
}

#remarks p{
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

p.edeLabel{
	font-style: italic;
	font-size: 11px;
	margin-bottom: 5px;
}

p.edeVal{
	font-size: 11px;
}

#contact{
	display: none;
	padding-top: 10px;
}

#agent1Info{
	float: left;
	width: 42%;
}

.ieFacebook{
	display: inline;
	height: 21px !important;
	width: 60px !important;
}

.mac .ieFacebook{
	width: 59px !important;
}

.pc .ieFacebook{
	width: 60px !important;
}

#agentPhoto1{
	float: left;
	margin-right: 10px;
}

#agent2Info{
	float: left;
	width: 42%;
}

#agent1InfoText{
	float: left;
	line-height: 16px;
}

#agentPhoto2{
	float: right;
	margin-left: 10px;
}

#agent2InfoText{
	float: right;
	text-align: right;
	line-height: 16px;
}

#companyLogo{
	float: right;
	padding-left: 10px;
}

#footer{
	width: 100%;
	height: 20px;
	clear: both;
	padding-top: 15px; /*With relative*/
	/*padding-top: 85px;*/ /*With photos*/
}

#eho{
	float: left;
	width: 21px;
	height: 14px;
}

#disclaimer{
	font-size: 10px;
	margin-left: 5px;
	float: left;
	width: 85%;
}

#disclaimer p{
	padding-top: 6px;
}

#copyright{
	font-size: 10px;
	margin-left: 5px;
	float: left;
}

#copyright p{
	padding-top: 6px;
}

#imprev{
	width: 8px;
	height: 16px;
	float: left;
	margin-left: 5px;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder {
    background: none repeat scroll 0 0 #D0D8DF;
}

.rsDefault .rsThumbs {
    background: none repeat scroll 0 0 transparent;
}

#slideShadow {
    background: url("../images/slideShadow.png") no-repeat scroll 0 0 transparent;
	background-size: 100% 100%;
    height: 20px;
    margin: 0 auto;
}

@media (max-width: 899px){
	#shadowWrap {
		-moz-box-shadow: 0 0 0px #000000;
		-webkit-box-shadow: 0 0 0px #000000;
		box-shadow: 0 0 0px #000000;
	}
	.visible-tablet{
		display: block;
	}

	.visible-desktop{
		display: none;
	}

	#slideShadow {
		display: none;
	}

	#slider.ubMobSlider{
		top: 45px;
	}

	.brokerage{
		font-size: 14px;
	}

	#wrapper{
		width: 100%;
		padding-bottom: 120px;
	}

	.royalSlider{
		height: auto;
	}

	.rsOverflow{
		height: 100% !important;
	}

	.rsDefault .rsGCaption {
		width: 100%;
		top: 50px;
		position: relative;
		float: left;
		background: none;
		text-align: center;
		padding: 0;
	}

	.rsNav{
		display: none;
	}

	#companyLogoHead{
		width: 100%;
		height: 50px;
		text-align: center;
	}

	#companyLogoHead img{
		margin-top: 10px;
	}

	#addressLine{
		display: none;
	}

	#mobAddressLine{
		text-align: center;
		position: relative;
		top: 15px;
	}

	#nav{
		position: absolute;
		top: 90px;
		text-align: center;
	}

	#nav.ubMobNav{
		top: 0;
	}

	#detailsMobUL, #remarksMobUL, #contactMobUL{
		display: none;
	}

	#navList{
		float: none;
		font-size: 14px;
	}

	#navList li{
		padding-right: 5px;
		cursor: pointer;
	}

	#slider{
		position: relative;
		top: 90px;
		margin-bottom: 100px;
	}

	.rsDefault.rsHor .rsArrowLeft {
		top: auto;
		bottom: 20px;
	}

	.rsDefault.rsHor .rsArrowRight {
		top: auto;
		bottom: 20px;
	}

	#mainMob{
		width: 100%;
		height: 90px;
		/*display: none;*/
	}

	#details{
		/*display: block;*/
		display: none;
	}

	#details.ubMobDetails{
		padding-top: 0;
		margin-top: -30px;
	}

	#detailsItem{
		float: left;
		width: 33%;
		margin-bottom: 15px;
		margin-right: 0;
	}

	#details>:first-child {
		margin-left: 0;
	}

	#remarks{
		display: none;
		margin: 0px 10px;
	}

	#remarks.ubMobRemarks{
		padding-top: 0;
		margin-top: -30px;
	}

	#remarks p{
		font-style: normal;
	}

	#contact{
		display: none;
	}

	#mobContact{
		display: none;
	}

	#mobAgent1Info{
		float: none;
		width: 100%;
		margin-left: 10px;
		height: 150px;
	}

	#mobAgentPhoto1{
		float: left;
		margin-right: 10px;
	}

	#mobAgent1InfoText{
		width: 50%;
		float: left;
		text-align: left;
		line-height: 16px;
	}

	#mobAgent1SocialBtns{
		float: right;
		margin-right: 20px;
		position: relative;
		top: 20px;
	}

	#mobAgent1SocialBtns *{
		margin-bottom: 10px;
	}

	#mobAgent2Info{
		float: none;
		width: 100%;
		margin-left: 10px
	}

	#mobAgentPhoto2{
		float: left;
		margin-right: 10px;
	}

	#mobAgent2InfoText{
		width: 50%;
		float: left;
		text-align: left;
		line-height: 16px;
	}

	#mobAgent2SocialBtns{
		float: right;
		margin-right: 20px;
		position: relative;
		top: 20px;
	}

	#mobAgent2SocialBtns *{
		margin-bottom: 10px;
	}

	#footer{
		padding-top: 15px;
		height: auto;
		text-align: center;
		padding-bottom: 15px;
	}

	#mobEho{
		margin-bottom: 0px;
	}

	#disclaimer{
		margin-left: 0;
		width: 100%;
		margin: 0px auto 5px auto;
	}

	#copyright{
		margin-left: 0;
		margin: 0px auto;
	}

	#footer *{
		float: none;
	}

	#imprev{
		margin-left: 0;
		margin: 0px auto;
	}

	#mobFooter{
		/*position: relative;
		top: 30px;*/
		position: fixed;
		bottom: 0;
		background: #fff;
		width: 100%;
		height: 120px;
		z-index: 200;
		-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
	}

	#mobFooterAgentPhoto{
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}

	#mobFooterInfo {
		float: left;
		width: 60%;
		line-height: 16px;
		color: #627F94;
	}
	#mobFooterInfo a {
		color: #627F94;
	}

	#mobFooterShareBtns{
		float: right;
		width: 35px;
		margin-right: 15px;
	}

	#mobFooterShareBtns.ubMobShare{
		float: none;
		width: 86px;
		height: 40px;
		display: block;
		text-align: center;
		margin: 27px auto 0 auto;
	}

	#mobFacebook.ubMobFacebook{
		float: left;
	}

	#mobTwitter.ubMobTwitter{
		float: right;
	}

	#topGrad{
/*		background: url('../images/gradTop.png');*/
		width: 100%;
		height: 40px;
	}

	#botGrad{
/*		background: url('../images/gradBot.png');*/
		pointer-events: none;
		width: 100%;
		height: 40px;
		position: relative;
		bottom: 30px;
	}

	.ie #botGrad{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/gradBot.png', sizingMethod='scale');
		background:none !important;
	}

	#mobFooterContent{
		width: 100%;
		height: 70px;
		position: relative;
		bottom: 14px;
	}

	#mobFooterFacebook{
		margin-bottom: 10px;
	}


}

@media (max-width: 500px){


}
