@import url('FranklinGothic-MediumCond.css');
@import url('GESSTwoMedium.css');
@import url('DINNextLTArabic-Light.css');
@import url('droidarabickufi.css');
@import url('calibri.css');


@import url('desktop.css');
@import url('tablet.css');
@import url('mobile.css');



/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/




/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px)
/*and (min-device-width : 768px) 
and (max-device-width : 1024px) */
and (orientation : landscape) {
    /* Styles */

}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */

    .lstShead .itmShead a {
        font-size: 85% !important;
        padding: 16px 6% 0 !important;
    }

    .subHeader > .row > .container {
        width: 748px !important;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}



/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}


/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}
