body {
	background-color: #202c47;
	color: white;
	font-family: 'Open Sans', sans-serif;
}
.container {
	max-width: 960px;
	margin: 0 auto;
}
	.header{
		padding-top: 30px;
		display: inline-block;
		width: 100%
	}
		.logo{
			width: 50%;
			float: left;
			display: inline-block;
		}
		.name{
			text-transform: uppercase;
			width: 48%;
			float: left;
			display: inline-block;
			padding-top: 12px;
			font-size: 16px;
			padding-left: 2%
		}
	.content {
		clear: both;
		padding-top: 80px;
		display: inline-block;
		width: 100%
	}
		.left {
			float: left;
			width: 50%;
			display: inline-block;
			padding-top: 70px;
		}
			.left>.picture {
				float: left;
				margin-right: 20px;
			}
			.left>.text {
				
			}
				.left>.text>h2{
					font-size: 20px;
				}
				.left>.text>.contact {
					font-size: 13px;
				}
				.left>.text>.contact>.phone{
					font-size: 20px;
				}
				.left>.text>.lang {
					font-size: 12px;
				}
			.comp_inf {
				clear: both;
				font-size: 11px;
				color: #8391af;
				padding-top: 60px;
			}
		.right {
			float: left;
			width: 46%;
			display: inline-block;
			margin: 0 2%;
			font-size: 14px;
		}
			.right>.big {
				font-size: 20px;
			}
			.right > .small_gray {
				font-size: 11px;
				color: #8391af;
			}
		.bottom {
			float: left;
			width: 100%;
			display: inline-block;
			margin: 0px ;
			font-size: 14px;

		}
			.bottom>.big {
				font-size: 20px;
			}
			.bottom > .small_gray {
				font-size: 11px;
				color: #8391af;
			}
	.footer {
		clear: both;
		margin-top: 30px;
		text-align: center;
		font-size: 11px;
		color: #8391af;
	}
@media only screen and (max-width: 768px){
	.logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.name {
		float: none;
		width: 100%;
	}
	.content {
		padding-top: 0;
	}
		.left {
			float: none;
			width: 100%;
			text-align: center;
			padding-top: 20px;
		}
			.left>.picture {
				float: none;
				margin-right: 0;
			}
			.comp_inf {
				padding-top: 0;
			}
		.right {
			float: none;
			width: 100%;
			text-align: center;
			margin: 0;
		}
}