@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 {text-align: center;
	padding: 1rem 4%;
	width:100%;
	height: 100%;
}	
	
	#header{height:100%;
			line-height: normal;
}	

	#title {
		position: inherit;
		top:0px;
		right:0px;
		padding:2rem 4%;
			width: 100%;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 2rem;
}

.footer_left{width:100%;
			 padding: 1rem 4%;
			border-right: none;
			}

.footer_right{width:100%;
			  padding: 1rem 4%;
			}	
	
.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
