 @media (min-width: 1200px) {
 .smartphone {
display: none
}
}
 @media (max-width: 1199px) {
 .smartphone {
display: none
}
}
 @media (max-width: 581px) {
 .smartphone {
display: block
}
 .no-smartphone {
display: none}

.container { padding-left:0; padding-right:0;}
.blog-masonry .blog-carousel { border:none; margin:0; padding:0}

}

/* Smartphones (landscape) */
@media  (min-width : 321px) {
	

}

/* Smartphones (portrait) */
@media  (max-width : 320px) {
	
	#sidebar { display:none} 
	.modal-content { width: 80%}

}

/* iPads (portrait & landscape) */
@media  (min-device-width : 768px) 
and (max-device-width : 1024px) {

	#sidebar { display:none} 
}

/* iPads (landscape) */
@media  (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

/* iPads (portrait) */
@media  (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}

/* Ordenadores de sobremesa y portátiles */
@media  (min-width : 1224px) {

}

/* Pantallas grandes */
@media  (min-width : 1824px) {

}

/* iPhone 4 */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

}
