@media screen and (min-width: 320px){
	.menu-header,
	.logo,
	.menu-nav,
	.bg-footer {
		height: 200px;
	}
	
	.logo > img {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.logo a {
		font-size: 3.5em;
		height: 200px;
		line-height: 200px;
	}
	
	.lines > img {
		right: -19%;
	}
	
	.menu-nav ul, #footer-desktop {
		display: none;
	}

	.carousel-inner {
		height: 25%;
	}
	
	.carousel-caption {
		bottom: 40%;
	}
	
	.carousel-control img {
		margin-top: 150%;
	}
	
	.transp {
		margin-top: -44%;
		height: 25%;
	}
	
	.nav-mobile, #footer-page {
		display: block;
	}
	
	.morecontent span {
		display: none;
	}
	
	.morelink {
		display: block;
	}
	
	.adress, .text, .contact-form {
		font-size: 2em;
	}
	
	.google-map {
		height: 27%;
	}
	
	#footer-page {
		background: url("../img/background-footer-vertical.jpg");
		background-size: 100%;
		height: 200px;
	}
	
	.nav-mobile p {
		font-family: 'conviction';
		font-size: 4.5em;
		color: #fff;
		text-align: right;
		padding-right: 20px;
		height: 200px;
		line-height: 200px;
	}
	
	.dropdown-mobile {
		font-family: 'conviction';
		background: url("../img/background-central-vertical.jpg") no-repeat;
		background-size: 100% 100%;
		display: none;
		position: absolute;
		z-index: 9999;
		font-size: 3.3em;
		right: 0;
		width: 277px;
	}
	
	.dropdown-mobile ul {
		list-style-type: none;
	}
	
	.read-more {
		display: block;
	}
	
	.more {
		display: none;
	}
	
	.footer-address {
		font-size: 1.6em;
	}
	
	.copy p,
	.cerise p,
	.cerise p a {
		font-size: 1.5em;
	}
}