@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: 30%}
	
	#title { 
  margin: 0.5rem 1;
  background: #fff;
  z-index: 2;
  padding: 1rem 1.5rem 0 1.5rem;
  position: inherit;
  bottom: 0rem;	
text-align: center;
	  left: 0;
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
width: 100%;
}
	#icons  :first-child {
margin-bottom: 0.3rem;
}

	
.flex {
	display: block;
}
	
.left, .right, .left-contact, .right-contact, .left-footer, .right-footer {
	width: 100%;
}

.left img{
	margin: 0 0 1rem 0;
}

	.right{
	margin-top:1.5rem;
}
	
.right-contact{
display: flex;
align-items: start;
justify-content: start;
	margin-top: 1.5rem;

}
	
	.left-footer{

	margin-bottom: 1.5rem;

}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
