
/* Smartphones (landscape) ----------- */
@media screen and (max-width : 320px) {
	.c-mobile-logo {
		width: 60% !important;
	}

}

/* Smartphones (portrait) ----------- */
@media screen and (max-width : 480px) {
	.c-mobile-logo {
		width: 60% !important;
	}	
	.c-content-feature-10 > .c-list {
	    display: block;
	}
	.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-works > li img {	
		width: 75px;
	}
	.c-layout-footer.c-layout-footer-3 .c-postfooter .c-col {
		 height: 0px; 
		line-height: 0px; 
	}
	.owl-carousel.c-owl-nav-center .owl-controls {
		display: none;
	}
	
}

/* iPads (portrait and landscape) ----------- */
/*@media screen and (max-width : 768px) {

}*/
/* iPads (portrait and landscape) ----------- */
/*@media screen and (max-width: 1024px) {

}*/


/* Desktops and laptops ----------- */
/*@media screen  and (min-width : 1224px) {

}*/

/* Large screens ----------- */
/*@media screen  and (min-width : 1824px) {

}
*/
@media only screen and (min-width:1280px) {

}

@media (min-width:1024px) and (max-width:1279px) {

}

@media (min-width:768px) and (max-width:1023px) {
	.owl-carousel .owl-controls .owl-dot{
		display: none;
	}

}

@media (min-width:480px) and (max-width:767px) {

}

@media screen and (max-width:479px) {

}

@media only screen and (max-width:320px) {
	.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-works > li img {
		width: 74px;
	}
	.c-mobile-logo {
		width: 85%;
		padding: 10px;
	}

}

@media only screen and (max-width:767px) {

}