/*==========  Non-Mobile First Method  ==========*/
 @media only screen and (max-width : 1400px) { 
        	   .headerimg{padding-top: 150px !important;
padding-bottom: 150px !important;}

          }

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) { 
        	  
          }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
	      }
/* Medium Devices, Desktops */
    @media only screen and (max-width : 959px) {	 .secondmenu-divider > a {
    border-left:none;
}
	    
	    .vc_col-sm-pull-8 {

    right: 0;

}
.vc_col-sm-push-4 {

    left: 0;

}
	    
	    

    }
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {


	    .form-field.half {

    width: 100%;
    float: left;

}
	    
	    [class^="box-"] {
display: block;
position: relative;
width: 100%;
min-height: auto;
margin-right: 0px;
margin-bottom: 30px;
background: #fff;
padding: 20px;
float: none;border: 1.5px solid #b32e33;
}


    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
	  
	   

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
   