 
/*  ============================================================================
    # Media Queries
    ========================================================================= */

@media only screen and (min-width: 960px) and (max-width: 1279px) {



}

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


}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    
    
}

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

  
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    
}

@media only screen and (max-width: 479px) {
	.bluetxt1{
	width: 100% !important;
		padding: 0px 0px 5px 0px !important;
	}
	.bluetxt2{
	width: 100% !important;
		text-align: left !important;
	}
.bluetxt3{
	width: 100% !important;
	padding-top: 5px !important;
	text-align: left !important;
	}
    
}
