@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
#logo {
	background: rgba(255,255,255,0);
	z-index: 100;
	position: static;
	width:100%;
	padding: 1.5rem 4%;
	border-radius: 0;
}

#logo img {width:60%;}
	
	
	
#title {
	position: inherit;
	background:rgba(192,0,0,1);
	width:100%;
		left:0;
	bottom:0;
	border-radius: 0;
	padding: 1rem 4%;
	text-shadow: 0.12rem 0.12rem 0.12rem rgba(0,0,0,0.4);
}

#logos{
	width:100%;
	text-align: center;
}

#logos img{
	display: inline-block !important;
	width:auto;
	height:6rem;
	margin: 1.5rem 0 0 0.3rem;
}
	


#social img{
	position:relative;
	display: inline-block;
	width:1.5rem;
	top:0.5rem;
	margin: 0 0 0 0.2rem;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
