/*------------------------------------------------------------------------
* Copyright (c) 2008-2013 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/

/*Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 767px) {
    #zt-footer-inner{
        text-align: center;
    }
    #zt-social > div{
        float: none !important;
        padding-top: 15px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1000px){
    .pricing_box h2{
        font-size: 35px !important;
    }
    .pricing_box .header span{
        font-size: 12px !important;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    .itemAuthorContent{
        width: 90% !important;
    }
    .itemCommentsForm .inputCommentName,
    .itemCommentsForm .inputCommentEmail,
    .itemCommentsForm .inputCommentUrl{
        width: 90% !important;
    }
    #zt-position-17 h3.moduletitle{
        text-align: center;
    }
    #zt-position-17 ul.weblinks,
    #zt-position-17 ul.menu{
        margin: 0 40px;
    }
    #zt-position-18,
    #zt-position-19,
    #zt-position-20{
        text-align: center;
    }

}

/*Medium Browser Windows and Portrait Tablets*/
@media only screen and (min-width: 680px) and (max-width: 979px) and (orientation : portrait) {

}

/*Portrait Tablet Exceptions to adjust padding in content areas*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}


/*Medium Desktop Browser Windows and Landscape Tablets*/
@media only screen and (min-width: 680px) and (max-width: 979px) and (orientation : landscape) {

}

/*Landscape Tablet Exceptions to adjust padding and reduce font size*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/*Medium-Wide Browser Windows*/
@media only screen and (min-width: 980px) and (max-width: 1200px) {
    #menusys_mega li span.no-image{
        padding: 0 18px !important;
    }
    #menusys_mega li.item > a{
        font-size: 145%;
    }

}

