/* RESPONSIVE */
@media only screen and (max-width: 1280px) {
	/*footer*/
	footer .center{
		width:96%;
		margin:0 2%;
	}
	
	footer .center .footer-newsletter title {
		font-size:1em;
	}
	
	/* general-containers */
	.central{
		width:94%;
		margin:0 3%;
	}
}

@media only screen and (max-width: 992px) {
	#body-container .container{
		width:100%;
		margin:0 0;
		display:inline-block;
	}
	
	.display-mobile {
	    display: block !important;
	}
	
	header .nav li a, .list-prod {
		font-size:0.8em;
	}
	
	/* footer */
	footer .center .footer-newsletter {
		display:none;
	}
	
	footer .center .footer-info {
		width:100%;
		border-right: 0;
		margin-top:50px;
		padding-right:0px;
		text-align:center;
	}

}


@media only screen and (max-width: 768px) {
	body {
		min-width:320px;
	}
	
	#body-container {
		padding-top:50px;
	}
	
	.display-responsive {
		display:none;
	}

		
	/*header*/	
	header {
		height: 50px;	
	}
	
	header .logo img{
		height:30px;
		margin:10px;
	}
	
	header .nav {
		position:absolute;
		float:none;
		top:50px;
		display:none;
		height:auto;
	}
	
	header .nav li{
		width:100%;
		float:left;
		background-color:#f5f5f5;
	}
	
	header .nav li a{
		width:100%;
		margin:0;
		line-height:50px;
		height:50px;
		border-bottom: solid 1px #ccc;
		float:left;
	}
	
	header .nav li.language {
		width:50%;
	}
	
	header .nav li.language a {
		margin:0;
	}
	
	header .nav li a, .list-prod {
		font-size:1em;
	}
	
	.toggle {
		cursor: pointer;
		display: block;
		height: 50px;
		position: relative;
		float:right;
		width: 50px;
		z-index: 50;
	}
	
	#toggle:checked ~ .nav {
		display: block;
		left: 0;
		opacity: 1;
		width: 100%;
	}
	
	#toggle:checked ~ .nav li {
		opacity: 1;
	}
	
	.toggle::after {
		box-sizing: border-box;
		content: "";
		float: left;
		height: 50px;
		width: 50px;
	}
	
	.toggle:hover::after {
	}
	
	#toggle:checked + .toggle::after {
		content: "";
	}
	
	.list-prod {
		border-bottom: 1px solid #ccc;
		display: block;
    	margin: 0;
		height:50px;
		line-height:50px;
	}
	
	#list-prod:checked ~ .submenu {
		display: list-item;
		left: auto;
		top: auto;
		position:relative;
		opacity: 1;
		width: 100%;
		margin:0;
		overflow:hidden;
		height:120px;
	}
	
	#list-prod:checked ~ .submenu li {
		opacity: 1;
		background-color:transparent;
		color:#ccc;
		display:inline-block;
		width:25%;
	}
	
	.submenu li a{
		margin:0 !important;
		border:0 !important;
	}
	
	.submenu span.cat-icon {
		width:60px;
		height:60px;
		line-height:50px;
		border-radius:30px;
		display:inline-block;
		margin-bottom:10px;
		font-size:2.5em;
	}
	
	.submenu span.cat-text {
		font-size:0.6em;
	}
	
	/* footer */
	footer .center .footer-info {
		margin-top:30px;
	}
	
	
	
}
