@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1180px) {
.container {width:98%;}
.header{ width:100%;}
.wrapper{width:98%;}
.worksMnDiv{ width:98%;}
}

@media only screen and (max-width: 767px) {
.col-xsl-1, .col-xsl-2, .col-xsl-3, .col-xsl-4, .col-xsl-5, .col-xsl-6, .col-xsl-7, .col-xsl-8, .col-xsl-9, .col-xsl-10, .col-xsl-11, .col-xsl-12, .footer-col-1, .contact-col-1 {float:none; width:99%;}
.paddingDiv{ text-align:center;}
a.emailBtn div{ padding:15px 20px;}
.footerBg{ text-align:center;}
.copyrights{ text-align:center;}
}
@media only screen and (max-width: 640px) {
#portfolio {  
    -webkit-column-count:1; 
    -moz-column-count: 1;
    column-count: 1;    
}
.worksBgDiv{background:url(images/works-banner-new.html) top center no-repeat;}
.worksDiv{ margin:100px auto 0px auto;}
}
@media only screen and (max-width: 359px) {
a.emailBtn div{ padding:15px 5px;}
.menuDiv{ width:100%;}
}

