@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1000px) {
	body,html{
		overflow-x: hidden;
	}
	
	.element_full{
		margin: 25px auto;
		float: none;
	}

	.element{
		margin: 25px auto;
		float: none;
	}
	.element_main{
		margin: 25px auto;
		float: none;
	}
	
}

@media only screen and (max-width: 767px) {
.element_full{
		width: 440px; 
		height: 440px;
		background-color: #ffffff; 
		margin: 25px auto;
}

.element{
		width: 440px;  
		height: 440px;
		background-color: #ffffff; 
		margin: 25px auto;	
}
.element_main{
		width: 440px;  
		height: 440px;
		background-color: #ffffff; 
		margin: 25px auto;	
}	


	
	
}


@media only screen and (max-width: 439px) {
	
body, html{
	font-size: 15px;
}
	br{
		display: none
	}
	.contact br{
		display: inline-block;
	}	
.logo{
		text-align: center;
}
	
.element{
		margin: 25px auto;
		float: none;
	    width: 90%;
		height: 0;
		padding-bottom: 90%; 
		position: relative;
}
.element_main{
		margin: 25px auto;
		float: none;
	    width: 90%;
		height: 0;
		padding-bottom: 90%; 
		position: relative;
}	
	
.element_full{
		margin: 25px auto;
		float: none;
	    width: 90%;
		height: 0;
		padding-bottom: 90%;
		position: relative;
}	

.container_relative{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.container{
	width: 100%;
	max-width: auto;
	margin: 37px auto;
}
	.contact{
		color: #f6f6f6;
		padding: 20px;
		height: auto;
		position: relative;
	}	

	.mobile_vision{
		position: absolute;
		bottom: 0;
	}
.vision_title img{
	height: 65px;
	width: auto;
	position: absolute;
	bottom: 0px;
	margin-bottom: -5px;
}
	
#image_text{
	width: 95%;
	height: auto
}	
}


@media only screen and (max-width: 389px) {
	
.element{
		margin: 25px auto;
		float: none;
	    width: 90%;
		height: auto;
		padding-bottom: 0%;
		position: relative;

}

.element_main{
		margin: 25px auto;
		float: none;
	    width: 90%;
		height: 0;
		padding-bottom: 90%; 
		position: relative;		
}	
	
.container_relative{
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 0%;
}

.container{
	width: 100%;
	max-width: auto;
	margin: 37px auto;
}
	.contact{
		color: #f6f6f6;
		padding: 20px;
		height: auto;
		position: relative;
	}	

	.mobile_vision{
		position: relative;
		bottom: 0;
	}
.vision_title img{
	height: 65px;
	width: auto;
	position: relative;
	margin-top: 50px;
	bottom: 1px;
}
	
#image_text{
	width: 95%;
	height: auto
}	
}