@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 img {width:75%;}
	
.left, .right {width: 100%;}

.right {margin-top: 1.5rem; text-align: center;}
	
.right img {
	box-shadow: 0.1rem 0.1rem 0.25rem 0px rgba(0,0,0,0.5);
	margin: 0 0.1rem !important; 
	width:30%;
	display: inline-block;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#footer .flex div{
	width:48%;
	margin: 1rem 0 0 0;
}
	
#footer .flex div:last-child{
	width:100%;
	margin: 1.5rem 0 0 0;
}
	
#footer {padding: 0.5rem 4% 1.5rem 4%;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
