@charset "UTF-8";
/* CSS Document */

.contentSlider {
  width: 100%;
}
.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: #eee;
}
.contentSlider h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 12px 0 8px;
  font-weight: bold;
}
.contentSlider img {
  /*width: 100%;*/
  height: auto;
  display: block;
}
.content-slider-bg {
  width: 85.9%;
  padding: 12px 7%;
  background: #FFF;
}
/*edits*/

a, a:hover{
	color: #000;
}
.wrapper {
	max-width: 1024px;
	max-height: 672px;
}
#presentedBy p#pb {
	font-style: italic;
	margin: 10px 0;
}
#presentedBy p {
	margin: 0;
}
.page .row {
	margin-bottom: 0;
}
footer {
	text-align: center;
	line-height: 12px;
}
#main-footer .copy {
	float: none;
	margin: 0 auto;
	font-size: 6pt;
}
#main-footer {
	border: none;
	margin-top: 0;
	padding-top: 0;
}
.agentInfo {
	margin: 20px auto 9px;
	/*width: 49.5%;*/
	width: 50%;
	text-align: center;
}
#agent1 img {
	float: left;
	margin: 0 4% 20px 30%;
	width: auto;
}
#agent2 img {
	float: right;
	margin: 0 30% 20px 4%;
	width: auto;
}
#agent1 p {
	text-align: left;
}
#agent2 p {
	text-align: right;
}
#eho {
	float:right;
	margin-top:-70px;
	margin-right: 25px;
	padding: 0 5px;
	z-index:50;
	position: relative;
}
#brokerLogo {
	float: right;
	width:100px;
}
#lastSlide {
	text-align: left;
	height: 456.5px;
}
#lastSlide h2{
	text-align: center;
}
#agentRemark {
	padding: 20px;
	margin: 20px;
	background-color: #ccc;
	clear: both;
	min-height: 135px;
	word-wrap:break-word;
}
.socialMedia {
	margin: 0 30%;
	clear: both;
}
.agentName {
	font-weight:bold;
}
.thumbnailDiv{
	display: none;
	position: absolute;
	background:transparent url('triangle.png') no-repeat center bottom;
	height:61px;
	width:90px;
	z-index:100;
}
.thumbnailImg, #lastThumb{
	border: white 5px solid;
	width: 80px;
}
.thumbnailImg{
	height:45px;
}
#lastThumb{
	background-color: #CCCCCC;
	color: #969696;
	text-align: center;
	font-size:14px;
	line-height:1.2;
	padding-top: 15px;
	height: 30px;
}
#footer {
	position:relative;
}
#prev{
	position: absolute;
	left: -36px;
}
#aInfoMob {
	display:none;
}

@media screen and (min-width: 0px) and (max-width: 1160px) {
	#agent1 img {
		float: left;
		margin: 0 4% 20px;
	}
	#agent2 img {
		float: right;
		margin: 0 4% 20px;
	}
	.socialMedia {
		margin: 0 4%;
		clear: both;
	}
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	.agentInfo, #agentRemark{
		font-size: .75em;
	}
	.agentInfo{
		width: 50%;
	}
	#agent2 img {
		float: left;
		margin: 0 4% 20px;
	}
	#agent2 p {
		text-align: left;
	}
	.rsDefault .rsBullet {
		height: 8px;
		margin: 0 2px;
		width: 8px;
	}
	#eho {
		margin-top:-60px;
		margin-right: 10px;
	}
	#aInfo {
		display:none;
	}
	#pbAgent {
		display:none;
	}
	#aInfoMob {
		display: block;
	}
	#aInfoMob p{
		clear: both;
		margin: 5px;
	}
	#lastSlide{
		height: auto;
	}
	#brokerLogo{
		float: left;
		width: 100px;
		height: 50px;
		margin-top:10px;
	}
	#presentedBy p#pb {
		clear:both;
		padding-top:10px;
	}
}