.call_us_if {display:none;}

.equipmentButton:hover, .lengthButton:hover, .languageButton:hover, .audienceButton:hover {background:#156617!important;}
/*input.error, textarea.error {border:2px solid red;}*/
select.error  {color:red;}
.error {color: red; }
.label_error {color:red;}
#event-application-form label {font-size:15px;}
/*small screen for iphone */
@media screen and (max-width: 480px ){

}

@media (min-device-width : 480px) and (max-device-width : 768px) {



}

/*medium screen portrait for ipad*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

   /* .ereader_showlist {display:none!important;}*/
}
/*medium screen landscape for ipad*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

       /* .ereader_showlist {display:none!important;}*/
}
