/***** Media Styles *****/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    body {
        text-align: center;
    }

    .c-mask {
        top: 133px !important;
    }

    #header_content {
        background-color: #454545;
        padding: 10px 0 0;
        border-bottom: none !important;
    }

    #sidebar {
        width: 100%;
        text-align: center;
        margin: 10px 0;
        margin: 1rem 0;
    }

    #msidebar {
        text-align: left;
    }

        #msidebar ul#ulTop {
/*            margin-top: 12px !important;*/
        }

    #sidebar .widget .fa {
        padding: 0;
        text-align: center;
        width: 100%;
    }

    #sidebar .widget {
        border-radius: 5px 20px 5px;
        width: 8%;
        padding: 20px;
        display: inline-block;
        color: #fff;
        font-size: .1em;
        text-transform: uppercase;
        text-decoration: none;
        margin: 10px;
        font-weight: 400;
        text-align: left;
        -moz-box-shadow: 0 3px 5px 1px #ccc;
        -webkit-box-shadow: 0 3px 5px 1px #ccc;
        box-shadow: 0 3px 5px 1px #ccc;
        margin: 1rem;
    }

    #sidebar a:hover, #profit_sidebar a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .headline {
        display: none;
    }

    /* .logo {
        width: 50%;
        height: auto;
        float: none !important;
        margin: 0 auto 10px !important;
        display: block;
    }*/

    .printBtn {
        display: none;
    }

    .right_header {
        /*float: none !important;*/
        display: block !important;
        /*margin: 0 auto !important;*/
        /*width: 100% !important;*/
        text-align: center;
        margin-top: 8px !important;
    }

        .right_header a {
            width: 99%;
            height: auto;
            display: block;
            margin: 0 2% 10px;
            box-sizing: content-box;
            -ms-box-sizing: content-box;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
        }

    .homePageWidget {
        float: none;
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }

    .noMobile {
        display: none;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {


    #profit_content .table th, #profit_content .table td {
        padding: 10px 0 !important;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
        font-size: 14px;
    }

    #profit_content .table td {
        text-align: center;
    }

    #sidebar {
        width: 100%;
        text-align: center;
        margin: 10px 0;
        margin: 1rem 0;
    }

        #sidebar .widget {
            border-radius: 5px 20px 5px;
            width: 8%;
            padding: 20px;
            display: inline-block;
            color: #fff;
            font-size: .1em;
            text-transform: uppercase;
            text-decoration: none;
            margin: 10px;
            font-weight: 400;
            text-align: left;
            -moz-box-shadow: 0 3px 5px 1px #ccc;
            -webkit-box-shadow: 0 3px 5px 1px #ccc;
            box-shadow: 0 3px 5px 1px #ccc;
            margin: 1rem;
        }

        #sidebar a:hover, #profit_sidebar a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

        #sidebar .widget .fa {
            padding: 0;
            text-align: center;
            width: 100%;
        }

    .headline {
        margin: 15px 0 10px;
        float: left;
        width: 50%;
        text-align: center;
        font-size: 32px;
        font-size: 3.2rem;
    }

    .homePageWidget {
        float: none;
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }

    .headSmall {
        font-size: 20px;
        font-weight: 400;
        display: block;
    }

    /*.logo {
        width: 14%;
        height: auto;
        float: left;
        margin: 10px 1% 10px 1%;
    }*/

    #profit_content img {
        max-width: 100vw;
        /* display: none;*/
    }

    .right_header {
        float: right;
        display: block;
        margin: 15px 1% 0 0;
        /*width: 33%;*/
    }

        .right_header a {
            width: 99%;
            height: auto;
            display: block;
            float: left;
            margin: 0 2%;
            box-sizing: content-box;
            -ms-box-sizing: content-box;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
        }

    .noMobile {
        display: none;
    }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
}
/* Smaller Monitors ----------- */
@media only screen and (min-width : 1025px) and (max-width : 1224px) {
    #profit_content .table th, #profit_content .table td {
        padding: 10px 0 !important;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
        font-size: 14px;
    }

    #profit_content .table td {
        text-align: center !important;
    }

    #profit_content .totalText {
        text-align: left;
        padding-left: 5px;
    }

    #sidebar .widget {
        font-size: .7em;
    }

    .headSmall {
        font-size: 20px;
        font-weight: 400;
        display: block;
    }

    .right_header {
        float: right;
        display: block;
        margin: 30px 2.5% 0 0;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) and (max-width : 1390px) {
    #sidebar .widget {
        font-size: .8em;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1400px) {
}
/* Large screens ----------- */
@media only screen and (min-width : 1921px) {
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
}
