#slideShow{
	overflow:hidden;
	width:100%;
	margin:0px auto;
}

#slideShow #slides{
	width:400%;
	transition:all 0.5s;
}

#slideShow #slides img{
	float:right;
	width:25%;
}

#slideShow #frontLayer{
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	margin-top:20%;
}

#slideShow #frontLayer i{
	color:#bec6ce;
	cursor:pointer;
	transition:all .5s;
}

#slideShow #frontLayer i:hover{
	color:#ffffff;
}

#slideShow #frontLayer i[title="Next"]{
	float:right;
}

#slideShow #frontLayer #weAre{
	float:right;
	text-transform:uppercase;
	color:#ffffff;
	font-size:26px;
}

#dots{
	width:1000px;
	margin:0px auto;
	margin-top:-35px;
	clear:both;
	margin-bottom:35px;
}

#dots .dot{
	width:15px;
	height:15px;
	float:left;
	background-color:#fff;
	border-radius:50%;
	margin-right:5px;
	transition:all 1s;
}

#dots .active{
	background-color:#85bafe;
}

@media only screen and (max-width: 1025px){
	#slideShow #frontLayer #weAre{
		font-size:15px;
	}
}

@media only screen and (max-width: 1100px){
	#slideShow #frontLayer #weAre{
		font-size:18px;
	}
}