﻿/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .headerSearchPanelPosition {
        border-top: 0 !important;
        padding-top: 0 !important;
        padding: 0 !important;
    }

    .Dummy {
        text-align: left;
    }

    .tickerCarousel {
        min-height: 0 !important;
        margin-top: 0;
    }

        .tickerCarousel .item {
            min-height: 0 !important;
        }

    .topNav > li {
        display: inline-block;
        font-size: 8px;
    }

    .Logo img {
        margin: 0 auto;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .topNav > li {
        display: inline-block;
        font-size: 11px !important;
    }

    .SocialIcons {
        /* padding: 0; */
        float: left;
        margin: 0;
    }
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

    .headerSearchPanelPosition {
        border-top: 0 !important;
        padding-top: 0 !important;
        padding: 0 !important;
    }

    .Dummy {
        text-align: left;
    }

    .tickerCarousel {
        min-height: 0 !important;
        margin-top: 0;
    }

        .tickerCarousel .item {
            min-height: 0 !important;
        }

    .topNav > li {
        display: inline-block;
        font-size: 8px;
    }

    .Logo img {
        margin: 0 auto;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .topNav > li {
        display: inline-block;
        font-size: 11px;
    }

    .SocialIcons {
        margin: 0 auto;
        float: left;
    }
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}
