/* Small devices Tablets (<992px) */
@media(max-width:992px) {	
	 
	#rodo #rodo-content {
		width: 100%;
		margin-top: 0;
		overflow: auto;
		height: 100%; 		 
	}
	
	#rodo #rodo-content #rodo-text {
		overflow: auto;
		height: 300px;
	}
	 
	#rodo #rodo-content #rodo-close-button { width: 90%; position: absolute; bottom: 0;  background-color: #008CD1; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; }
	#rodo #rodo-content #rodo-close-button a { background-color: inherit; color: white; font-weight: bold; border-radius: 0; -moz-border-radius: 0; }
 	
	.newpage .products aside {
		background-image: none;
	}
	 
	.content , .slider {
		width: 100%;
		padding: 0;
	}
	
	footer nav {
		width: 100%;
	}
	
	footer nav > div {
		width: auto;
		margin-right: 30px;
	}
	
	.home .content .left , .categories , .categories li {
		float: none;
		width: 100%;
	}
	
	.categories li {
		padding: 0;
		height: auto;
	}
	
	.brand .logos ul li {
		display: block;
	}
	
}

/* Extra small devices Phones (<768px) */
@media(max-width:767px) { }

/* Medium devices Desktops (>992px) */
@media(min-width:992px){}

/* Large devices Desktops (>1200px) */
@media(min-width:1200px){}