@charset "UTF-8";

/*=========================DEVICES===============================*/
/*===============================================================*/
/*===============================================================*/
/*==============Smartphones (portrait and landscape)==================*/


@media only screen and (min-width : 320px) and (max-width : 1430px){
	
#globalLogo{
	width:400px;
	height:33px;
}
	
.homeSlide1{background-position:50% 100%;} 
	
.homeSlide2{background-position:37% 100%;} 
	
.homeSlide3{background-position:55% 100%;} 

.slideTitleLge,.slideTitleLgeBlue{
    font-size: 48px;
}
	
#weProtectTitle{
    width: 500px;
}

#supplyInstallTitle{
    width: 400px;
	left:52%;
}

#mainServTitle{
    width: 500px;
}
	
}

/*================================================================*/
/*================================================================*/
/*===================iPads For portrait layouts only======================*/

@media only screen and (min-width : 950px) and (max-width : 1430px){

#globalLogo{
	width:400px;
	height:33px;
}
	
.whiteRowOuter{
	min-height:250px;
}
	
p.quoteText {
  font-size: 42px;
}
	
.homeSlide1{background-position:50% 100%;} 
	
.homeSlide2{background-position:45% 100%;} 
	
.homeSlide3{background-position:55% 100%;} 



.slideTitleLge,.slideTitleLgeBlue{
    font-size: 48px;
}
	
#weProtectTitle{
    width: 500px;
}

#supplyInstallTitle{
    width: 400px;
	left:52%;
}

#mainServTitle{
    width: 500px;
}
	

}
	
/*==========================================================================*/
/*==========================================================================*/
/*===================Laptops (portrait and landscape)=======================*/

	
 @media only screen 
	 and (min-width : 1430px) and (max-width :2100px) {


		 

		 
}
	
	
/*==========================================================================*/
/*==========================================================================*/
/* --------------------------- Retina Screens ----------------------------- */


@media screen 
	and (min-width: 1430px) and (max-width: 2600px) and (min-resolution: 192dpi) {
	

		
}


