body {
	background: #9a9b9f url('../../images/background.jpg');
	background-size: cover;
	color: #ffffff;
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Helvetica", "Arial", sans-serif;
}
h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
    font-style: italic;
}

h2{
	margin: 18px 0 12px; 
}
a, a:hover {
    color: #ffffff;
}
.row{
	position:relative;
}
#brokerLogo {
	float: none;
	width: 135px;
	position:absolute;
	top:11.1%;
	left:10.3%;
	z-index:10;
}
.content-slider-bg {
	background: none;
}
#content-slider-1 {
	width: 97.9%;
	margin: 0 auto;
	outline:10px solid #165e58;
	background-color: transparent;
	/*Uncomment the line below when the fix is released for FF's Outline vs. Drop Shadow issue*/
	/*box-shadow: 2px 13px 25px #444444;*/
}
.rsOverflow, .rsContainer {
	background-color:#165e58;
}
.rsDefault .rsBullets{
	background: #043d3b;
	opacity: 0.8;
	filter: alpha(opacity=80);
	width: 100.1%;
}
.rsDefault .rsBullet{
	background: #165e58;
}
.rsDefault .rsBullet.rsNavSelected {
	background-color: #e79d10;
}
#coLogo {
	float: right;
	width:141px;
	padding-top: 10px;
}
#eho{
	margin-top: -60px;
}
#lastSlide {
	background: #ffffff;
	height: 463px;
}
#lastSlide h2 {
	text-align: center;
	color: #383838;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
}
#agentRemark {
	background: #faebcf;
	margin: 10% 1% 0;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	color: #383838;
}
#agent1 img, #agent2 img {
    margin: 0 4% 20px;
    width: 110px;
	height: 165px;
}
.agentInfo p {
	line-height: 1.4;
	color: #383838;
	font-size: 14px;
	margin-bottom: 1%;
	padding-top:5%;
	margin-right: 10px;
	margin-left: 10px;
}
.agentInfo p a, .agentInfo p a:hover {
	color: #383838;
	font-size: 14px;
}
.agentName {
    font-weight: bold;
    color: #407772;
    font-size: 16px;
}
.agentTitle{
	font-style: italic;
	color: #407772;
	font-size: 12px;
}
.agentInfo p.socialMedia {
	clear: none;
	padding-top:0;
}
#presentedBy {
	font-size: 16px;
	padding-top: 10px;
	color: #414141;
}

#presentedBy a{
	font-size: 16px;
	/*padding-top: 10px;*/
	color: #414141;
}

#presentedBy p#pb {
    font-weight: bold;
    font-style: italic;
    margin: 10px 0 0;
	font-family: "Helvetica", "Arial", sans-serif;
	color: #054b45;
	font-size: 14px;
}

#pbAgent, #pbAgent a{
	font-size: 13px;
}

.thumbnailImg{
	border: #e89d11 5px solid;
}

#lastThumb {
	color: #407772;
	border: #e89d11 5px solid;
}
.contentSlider .rsSlide, .contentSlider .rsOverflow{
	background: #ffffff;
}

.rsSlide > div, img.rsImg {
	height: 100%;
	/*width: 100%;*/
	margin: 0 auto;
}
.pc .ieFacebook {
	width: 60px;
}
.mac .ieFacebook {
	width: 60px;
}

#main-footer{
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 8px;
	padding-top: 8px;
}

footer{
	background: #043d38;
	opacity: 0.34;
	filter: alpha(opacity=34);
}

#main-footer .copy {
	font-family: "Helvetica", "Arial", sans-serif;
	color: #ffffff;
	font-size: 10px;
}

@media screen and (min-width: 800px) and (max-width: 1150px) {
	#agentRemark {
		font-size: .9em;
		line-height: 1.2;
		margin: 0;
		height: 100%;
	}
	#agent1 img, #agent2 img {
		width: 80px;
		height: 120px;
	}
	.agentInfo {
		margin: 0 auto;
		font-size: .9em;
	}
	.agentInfo p {
		padding-top:0;
		font-size:.9em;
	}
	.agentInfo p a, .agentInfo p a:hover{
		font-size: 11px;
	}
	#lastSlide h2 {

		font-size:1em;
	}
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	h1 {
		font-size:14px;
	}
	#coLogo {
		padding-top: 10px;
		padding-bottom: 10px;
		float: left;
	}
	#brokerLogo {
		display:none;
	}
	#eho {
		width: 18px;
	}
	#aInfoMob p {
		clear: none;
		margin: 0 10px 5px 60px;
		font-size: 11px;
	}
	#aInfoMob p a{
		font-size: 11px;
	}
	#lastSlide h2 {
		margin: 1.5% 0 0;
		font-size:.9em;
	}
	#agent1 img, #agent2 img {
		width: 55px;
		height: 83px;
		margin: 0 5% 25% 0;
	}
	.agentInfo p {
		padding-top: 0;
	}
	#lastSlide {
		padding-bottom: 20px;
		height:100%;
	}
	.agentInfo p, .agentInfo p a, .agentInfo p a:hover {
		color: #383838;
	}
	.agentInfo {
		margin: 9px auto 0;
	}
	#agentRemark {
		font-size: 1.2em;
		line-height: 1.4;
		margin: 0;
	}
	#presentedBy a {
		font-size: 14px;
	}

	#aInfoMob p.socialMedia{
		float: right;
		margin-right: 17%;
	}
	.socialMedia{
		margin: 0;
	}
}

@media screen and (min-width: 0px) and (max-width: 500px) {
	#brokerLogo {
		display:none;
	}
	#agentRemark {
		font-size: 0.8em;
		line-height: 1.2;
		margin: 0;
	}
	#agent1 img, #agent2 img {
		margin: 0 3% 10% 0;
	}
	.agentInfo{
		width: 100%;
	}
	.socialMedia{
		margin: 0;
	}
}