
    
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
		/*container bootstrap override*/
		
		@media only screen and (max-width:1440px) {

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

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

		}
		
		@media only screen and (max-width:1024px) {
			.mni-system img {
			    width: 30%;
			    padding-top: 10px;
			}
			.openlooklogo img {
			    width: 18%;
			    margin-top: -10px;
			}
			.data-same-css label {
		    font-size: 11px;
		    font-weight: 700;
		    padding-top: 8px;
		}
		}
		
		@media (max-width: 991px) {
		.data-same-css input, label, textarea, select {
			    margin-top: 10px;
			    font-size: 10px;
			}
					.data-same-css label {
			    font-size: 9px;
			    padding-left: 5px;
			}
			.form-control {
				font-size: 10px;
			}
		}
		
		@media only screen and (max-width:768px) {
	
		}	
		@media screen and (max-width:575px) {}
		
		@media only screen and (max-width:767px) {
			.col-sm-6 {
			    padding-left: 5px;
			    padding-right: 5px;
			}
			.container {
			    max-width: 700px;
			}
			
				.header-wrapper {
					padding-bottom: 3em;
				}
				ul.my-hash-menu {
				     display: inherit;
					 position: inherit;
					 padding-left: 0px;
   					 padding-top: 0px;
				}
		}
		
		@media only screen and (max-height:375px) {

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

		}
		/*	//recaptcha*/
		
		@media screen and (max-height: 575px) {

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

		}
