/* GLOBAL */
body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
}

.visible-desktop{
	display: block;
}

.visible-tablet{
	display: none;
}

#wrapper{
	width: 1024px;
	margin: 0px auto;
}

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

a:active{
	color: #000000;
}

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

a:visited{
	color: #000000;
}

/* ROYALSLIDER */

#slider{
	margin-top: 10px;
}

.royalSlider{
	width: 786px;
	height: 393px;
	margin: 0px auto;
}

.rsOverflow{
	/*height: 393px !important; */
}

.rsNav{
	position: absolute;
	top: 420px;
	width: 100%;
}

.rsDefault .rsThumb {
	height: 48px;
	margin-top: 12px;
	background: #231f20;
}

.rsDefault .rsThumb img{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

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

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

.rsDefault .rsThumbs {
	background: none;
}

.rsDefault .rsThumbsArrow {
	width: 40px;
	background: #ffffff;
}

.rsDefault .rsThumbsArrow:hover {
	background: #ffffff;
}

.rsDefault .rsThumbsArrowIcn {
	width: 21px;
	height: 33px;
	top: 40%;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: 0 0;
	background: url('../images/rightArrow.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: 0 0;
	background: url('../images/leftArrow.png');
}
.rsImg{
	margin-top: 0 !important;
}

.rsArrowLeft{
	height: 60px;
	width: 44px;
	position: absolute;
	cursor: pointer;
	z-index: 21;
	left: 50%;
	top: 50%;
	margin-left: -463px;
	top: 265px;
	display: none;
}

.rsArrowRight{
	height: 60px;
	width: 44px;
	position: absolute;
	cursor: pointer;
	z-index: 21;
	left: 50%;
	right: 50%;
	margin-left: 440px;
	top: 265px;
	display: none;
}

.rsArrowLeft .rsArrowIcn{
	background: url('../images/leftArrow.png');
	background-repeat: no-repeat;
	width: 44px;
	height: 44px;
}

.rsArrowRight .rsArrowIcn{
	background: url('../images/rightArrow.png');
	background-repeat: no-repeat;
	width: 44px;
	height: 44px;
}

#slideShadow{
	width: 786px;
	height: 50px;
	background: none;
	background-repeat: no-repeat;
	margin:0px auto;
}

/* TOP BAR */
#topBar{
	width: 1004px;
	height: 65px;
	background: black;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
}

#pb{
	font-weight: bold;
	font-size: 16px;
	width: 60%;
	float: left;
	margin-left: 10px;
}

#propAddress{
	font-size: 14px;
	width: 70%;
	float: left;
	margin-left: 10px;
}

#shareBtns{
	float: right;
	position: relative;
	top: 15px;
}

#facebook{
	float: right;
	margin-right: 30px;
}

#twitter{
	float: right;
	margin-right: 15px;
}

#coLogo{
	float: right;
}

#nav{
	color: #666666;
	font-size: 15px;
	float: left;
	width: 60%;
}

#detTab, #phoTab, #conTab{
	cursor: pointer;
}

ul#navBtns li{
	float: left;
}

#vertSep{
	margin: 0 15px;
}

.activeNav{
	color: #ffffff;
}

/* CONTENT */
#contentContainer{
	width: 786px;
	margin: 0px auto;
	min-height: 100px;
}

/* DETAILS */
#details{
	/*display: none;*/
	width: 786px;
	margin: 0px auto;
}

#remark{
	padding-bottom: 25px;
}

ul#detailsList{
	text-align: center;
	margin-bottom: 20px;
}

#detailsList li{
	display: inline-block;
	vertical-align: top;
	width: 10%;
}

#edeLabel{
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

/* CONTACT */
#contact{
	display: none;
	width: 786px;
}

#agent1Info{
	float: left;
	width: 50%;
	position: relative;
}

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

#agent1InfoText{
	float: left;
	line-height: 14px;
	font-size: 11px;
}

#agent2Info{
	float: right;
	width: 50%;
	position: relative;
}

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

#agent2InfoText{
	float: right;
	text-align: right;
	line-height: 14px;
	font-size: 11px;
}

#agent1SocialBtns, #agent2SocialBtns{
	margin-top: 3px;
}

#agent1SocialBtns a, #agent2SocialBtns a{
	height: 25px;
	width: 25px;
	display: inline-block;
	margin-right: 5px;
}

#agent2SocialBtns a{
	margin-right: 0;
	margin-left: 5px;
}

#agent1SocialBtns a img, #agent2SocialBtns a img{
	width: 25px;
}

.ieFacebook{
	display: inline;
	height: 20px !important;
	width: 62px !important;
}

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

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

.pluginCountButton{
	display: none;
}

.pluginCountButtonNub{
	display: none;
}

/* BOTTOM BAR */
#botBar{
	width: 1004px;
	height: 20px;
	background: #231f20;
	color: #ffffff;
	font-size: 10px;
	padding: 10px;
	position: relative;
	top: 39px;
}

#botBar > *{
	float: left;
}

#eho{
	position: relative;
	bottom: 2px;
	margin-right: 5px;
}

#disclaimer{
	width: 74%;
	position: relative;
	top: -1px;
	line-height: 1.4;
}

#copyright{
	text-align: right;
	width: 17%;
	position: relative;
	top: 3px;
	float: right;
}

@media (max-width: 1023px){
	.visible-desktop{
		display: none;
	}

	.visible-tablet{
		display: block;
	}

	#wrapper{
		width: 100%;
	}

	#mobTopBar{
		width: 100%;
		text-align: center;
		background: black;
		padding-top: 7px
	}

	#mobTopBar img{
		max-width: 300px;
	}

	#slider{
		margin-top: 10px;
	}

	.royalSlider{
		width: 98%;
		/*padding-left: 10px;
		padding-right: 10px;*/
		height: auto;
		margin: 0px auto;
	}

	.rsArrow.rsArrowRight{
		position: relative;
		left: auto;
		right: auto;
		margin-left: 0;
		top: auto;
		float: right;
	}

	.rsArrow.rsArrowLeft{
		position: relative;
		left: auto;
		right: auto;
		margin-left: 0;
		top: auto;
		float: left;
		padding-left: 20px;
	}

	#slideShadow{
		width: 98%;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#mobBotBar{
		color: #ffffff;
		/*height: 70px;*/
		width: 100%;
		background: #231f20;
		position: fixed;
		height: 120px;
		bottom: 0;
		text-align: center;
		z-index: 50;
	}

	#mobNav{
		width: 100%;
		height: 50px;
		margin: 0px auto;
	}

	#mobDetTab, #mobHomTab, #mobConTab{
		width: 32%;
		height: 10px;
		padding: 20px 0;
		cursor: pointer;
		font-size: 16px;
		color: #666666;
	}

	#navBtns .mobActiveNav{
		color: #ffffff;
	}

	#vertSep{
		margin: 0;
		padding: 20px 0;
		font-size: 16px;
		color: #666666;
	}

	#pb{
		font-size: 14px;
		width: 100%;
		margin-left: 0;
		margin-bottom: 5px;
	}

	#propAddress{
		font-size: 12px;
		width: 100%;
		margin-left: 0;
		padding-bottom: 20px;
	}

	#contentContainer{
		width: 100%;
	}

	#mobArrows{
		width: 170px;
		height: 60px;
		margin: 0px auto;
	}

	#details{
		margin-bottom: 110px;
		display: none;
		width: 95%;
		padding-bottom: 115px;
		height: auto;
	}

	#detailsList li{
		width: 30%;
		margin-bottom: 20px;
	}

	#mobHome{
		/*display: none;*/
		width: 95%;
		margin: 0 auto;
		height: 320px;
	}

	#mobShare{
		width: 160px;
		height: 60px;
		margin: 0 auto;
		position: relative;
		top: 60px;
	}

	#mobFacebook{
		float: left;
	}

	#mobTwitter{
		float: right;
	}

	#mobContact{
		display: none;
		width: 100%;
		padding-bottom: 115px;
		height: 350px;
	}

	#mobAgent1Info{
		float: left;
		width: 48%;
		font-size: 14px;
		line-height: 18px;
		margin-left: 15px;
	}

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

	#mobAgent1InfoText{
		float: left;
		font-size: 11px;
		max-width: 60%;
	}

	#mobAgent1SocialBtns, #mobAgent2SocialBtns{
		margin-top: 5px;
	}

	#mobAgent1SocialBtns a, #mobAgent2SocialBtns a{
		height: 32px;
		width: 32px;
		display: inline-block;
		margin-right: 5px;
	}

	#mobAgent2Info{
		float: left;
		width: 48%;
		font-size: 14px;
		line-height: 18px;
		margin-left: 15px;
	}

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

	#mobAgent2InfoText{
		float: left;
		font-size: 11px;
		max-width: 60%;
	}
}

@media (max-width: 795px){
	#slideShadow{
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
	}
}

@media (max-width: 660px){
	#mobHome{
		min-height: 100px;
	}

	#mobShare{
		top: auto;
	}

	#details{
		height: 400px;
		padding-bottom: 0;
	}

	#mobAgent1Info{
		width: 95%;
		float: none;
		height: 170px;
	}

	#mobAgent2Info{
		width: 95%;
		float: none;
		height: 170px;
	}

	#detailsList li{
		width: 50%;
	}

	#mobContact{
		height: 370px;
		padding-bottom: 0;
	}

	.rsDefault .rsBullets {
		display: none;
	}
}
