@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 768px){
 
 /*.formError .formErrorContent
 {
	 width: 100% !important;
 }*/
}

@media only screen and (min-width: 1280px){
   #logo{
    width: 255px;
    height: 57px;
	
  } 
}
@media only screen and (max-width: 600px) {
  .columnmenu img, .columnmenu1 img, .columnmenu2 img, .columnmenu3 img{
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.verifydiv
	{
		width: auto !important;
		margin-bottom: 5%;
	}
}
@media only screen and (max-width: 1100px) and (min-width: 1000px){
	body #header-outer .slide-out-widget-area-toggle .lines-button, body #header-outer .slide-out-widget-area-toggle .lines, body #header-outer .slide-out-widget-area-toggle .lines:before, body #header-outer .slide-out-widget-area-toggle .lines:after {
    height: 3px!important;
    width: 20px!important;
    background-color: #ffffff!important;
}
}
