/* Home - index */

#img-slider {
	margin: auto;
}
#img-slider img {
	width: 100%;
	height: 41.2%;
}
#slides { position: relative; idth: 100%; background-color: #fff; eight: 20px;}
#slides .slide-container { position: absolute; z-index: 1; eight: 100%;}
#slides .slide-container.active { z-index: 3; idth: 100%; }
#slides .slide-text {
	position: absolute;
	top: 50px;
	left: 50px;
	font-size: 2em;
	color: #f00;
	display: none;
}
#row1 {
	border: 0px solid #0f0;
	text-align: center;
	padding: 0 1em;
}

#row2 {
	border: 0px solid #0f0;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 2em 0 1em;
}

#row2 h2 {
	text-align: center;
	font-size: 1.3em;
	margin: 1.5em 0 0;
}

#row2 img {
	border: 0px solid #f00;
	width: 33%;
}


@media only screen and ( min-width: 1250px ) {

}
@media only screen and ( max-width: 1250px ) {

}
@media only screen and ( max-width: 1050px ) {
	p {
 		height: 3em;
	}
}
@media only screen and ( max-width: 750px ) {
	#row1 {
		font-size: 0.9em;
	}

}
@media only screen and ( max-width: 440px ) {
	p {
		display: inline;
	}
}