#full-width-slider{
	width: 100%;
  	color: #000;
	background-color:#CCC;
	overflow:hidden;
	max-width:1200px;
	margin:0px auto;
}

#full-page-slider{
	width: 100%;
  	color: #000;
	background-color:#000;
	overflow:hidden;
}

.hp-height{
	max-height:1000px;
	overflow:hidden;
}

.aop-height{
	max-height:400px;
}

.rsImg{
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}

.rsImg:hover{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


.infoBlock {
  	position: absolute;
	background: url(../img/bg.png)top center;
    padding: 20px;
    color: #fff;
	width:33.33333333%;
	margin-left:5%;
}

.infoBlock h1{
	margin:80px 0px 15px 0px;
	font-family:"mrs-eaves";
	font-size:28px;
}

.infoBlock p{
	margin:0px 0px 50px 0px;
	font-size:20px !important;
	line-height:150%;
	float:left;
	font-family:"mrs-eaves";
	font-style:italic;
	font-weight:normal;
}

.infoBlock h2{
	border-bottom:solid 1px #fff;
	margin:0px 0px 0px 0px;
	font-size:20px;
	padding:0px 0px 5px 0px;
	display:inline-block;
	font-family:"mrs-eaves";
}

.infoBlock h2 a{
	color:#FFF;
	text-decoration:none;
}


/* Monitor Resolution ----------- */
/* @media only screen and (min-device-width : 1400px) and (max-device-width : 1050px)  { */
@media only screen and (max-width : 1500px) {


}

/* Monitor Resolution ----------- */
/* @media only screen and (min-device-width : 1280px) and (max-device-width : 720px)  { */
@media only screen and (max-width : 1350px) {


}

/* Monitor Resolution ----------- */
/* @media only screen and (min-device-width : 1152px) and (max-device-width : 864px)  { */
@media only screen and (max-width : 1250px) {


}


/* iPads (portrait & landscape) ----------- */
/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { */
@media only screen and (max-width : 1100px) {
	.infoBlock h1{
		margin:20px 0px 30px 0px;
		font-family:"mrs-eaves";
	}
		
}

/* iPads (portrait & landscape) ----------- */
@media only screen and (max-width : 950px) {
	
	.infoBlock h1 {
		margin: 10px 0px 0px 0px;
		font-family: "mrs-eaves";
	}
	
}


/* iPad Minis (portrait & landscape) ----------- */
@media only screen and (max-width : 768px) {
	.infoBlock {
		position: absolute;
		background: url(../img/bg.png)top center;
		padding: 10px;
		color: #fff;
		width: 50%;
		margin-left: 0%;
	}
	
	.infoBlock p {
		margin: 0px 0px 10px 0px;
		font-size: 20px !important;
		line-height: 150%;
		float: left;
		font-family: "mrs-eaves";
		font-style: italic;
		font-weight: normal;
	}

	.infoBlock h1 {
		margin: 10px 0px 0px 0px;
		font-family: "mrs-eaves";
	}
}


/* Smartphones (portrait) ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
@media only screen and (max-width : 500px) {

	.infoBlock {
		position: absolute;
		background: url(../img/bg.png)top center;
		padding: 5px;
		color: #fff;
		min-height: 1px;
		margin-left:5%;
		display:none;
		visibility:hidden;
	}

}