
#full-width-slider{
	width: 100%;
  	color: #000;
	overflow:hidden;
}

#full-width-slider img{
	width: 100%;
}

.hp-height{
  	max-height: 720px;
}

.aop-height{
 	max-height: 300px;
	overflow:hidden;
}

.infoBlock {
  	position: absolute;
  	top: 10%;
  	right: 5%;
  	padding-bottom: 0;
  	overflow: hidden;
  	text-align: left;
	width:35%;
	color:#036;
}

.infoBlock h1 {
  	font-size: 20px;
	font-family: "skolar-sans-latin-condensed", Helvetica, Arial, sans-serif;
  	margin: 7px 0px 0px 0px;
  	padding-bottom: 0px;
  	font-weight: normal;
	line-height:130%;
	z-index: 2;
}

.infoBlock h2 {
  	font-size: 45px;
	font-family: "skolar-sans-latin-condensed", Helvetica, Arial, sans-serif;
  	margin: 5px 0px 0px 0px;
  	font-weight: bold;
	z-index: 2;
	margin-bottom:20px;
	line-height:130%;
}

.infoBlock p {
	font-size: 20px;
	line-height: 150%;
	margin-bottom:10px;
}

.infoBlock h4 a {
  	color: #FFF;
  	text-decoration: underline;  
}


.infoBlock .btn{
	margin-top:20px;
}


/* iPads (portrait & landscape) ----------- */
/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { */
@media only screen and (max-width : 1100px) {



}

/* iPads (portrait & landscape) ----------- */
/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { */
@media only screen and (max-width : 950px) {

}

/* iPad Minis (portrait & landscape) ----------- */
@media only screen and (max-width : 1024px) and (orientation : landscape) {
	
}

/* iPad Minis (portrait & landscape) ----------- */
@media only screen and (max-width : 768px) {
	.hp-height{
		height: 600px;
	}
	
	.infoBlock {
		top: 60%;
	}
	
	


}

/* Smartphones (portrait) ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
@media only screen and (max-width : 500px) {
	#full-width-slider{
		width: 100%;
  		color: #000;
		min-height:250px;
	}

	
	.hp-height{
		height: 250px;
	}
	
	.infoBlock {
		position: absolute;
		top: 5%;
		right: 10%;
		padding-bottom: 0;
		overflow: hidden;
		text-align: left;
	}
	
	.infoBlock h1 {
		font-size: 18px;
		font-family: "skolar-sans-latin-condensed", Helvetica, Arial, sans-serif;
		margin: 7px 0px 0px 0px;
		padding-bottom: 0px;
		font-weight: normal;
		line-height:130%;
		z-index: 2;
		display:none;
	}
	
	.infoBlock h2 {
		font-size: 20px;
		font-family: "skolar-sans-latin-condensed", Helvetica, Arial, sans-serif;
		margin: 5px 0px 0px 0px;
		font-weight: bold;
		z-index: 2;
		margin-bottom:10px;
		line-height:130%;
	}
	
	

}


/* Smartphones (portrait) ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
@media only screen and (max-width : 340px) {
	#full-width-slider{
		width: 100%;
  		color: #000;
		min-height:150px;
	}

	
	.hp-height{
		height: 150px;
	}
	
	.infoBlock {
		position: absolute;
		top: 60%;
		left: 5%;
		padding-bottom: 0;
		overflow: hidden;
		text-align: left;
	}
	
	.infoBlock h4 {
		font-size: 22px;
		font-family: "gill-sans-light", Helvetica, Arial, sans-serif;
		text-shadow: 0px 0px 0px #231f20;
		margin: 7px 0px 0px 0px;
		padding-bottom: 0px;
		font-weight: bold;
		letter-spacing: 0px;
		padding:5px;
		z-index: 2;
		background: #FFF;
		background: rgba(255, 255, 255, 0.8);
	}
	
	.infoBlock h5 {
		font-size: 18px;
		font-family: "gill-sans-light", Helvetica, Arial, sans-serif;
		text-shadow: 0px 0px 0px #231f20;
		margin: 5px 0px 0px 0px;
		padding:5px;
		font-weight:bold;
		letter-spacing: 0px;
		z-index: 2;
		background: #FFF;
		background: rgba(255, 255, 255, 0.8);
		text-align:left;
	}


}