﻿@charset "utf-8";
/* CSS Document */

/* #Media Queries
================================================== */
@media only screen and (width : 1920px) {
}

@media only screen and (width : 1600px) {
}

@media only screen and (width : 1440px) {
    .Banner .Title {
        left: 9%;
    }

    .Banner .sub_title {
        left: 9%;
        padding: 0.5% 0 0 0;
    }

    .form-group {
        margin-bottom: 6px !important;
    }
}

@media only screen and (width : 1366px) {
    .Banner .Title {
        left: 6%;
    }

    .Banner .sub_title {
        left: 6.2%;
        padding: 0.5% 0 0 0;
    }

    .form-group {
        margin-bottom: 0px !important;
    }
}

@media only screen and (width : 1360px) {
    .Banner .Title {
        left: 6%;
    }

    .Banner .sub_title {
        left: 6.2%;
        padding: 0.5% 0 0 0;
    }

    .form-group {
        margin-bottom: 0px !important;
    }
}

@media only screen and (width : 1280px) {
    .Banner .Title {
        left: 3%;
    }

    .Banner .sub_title {
        left: 3.6%;
        padding: 1% 0 0 0;
    }

    .form-group {
        margin-bottom: 0px !important;
    }
}

/* Smaller than standard 1200px (devices and browsers) */
@media only screen and (max-width: 1200px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    /* Styles */

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
    .container {
        width: 95%;
        margin: 0 auto;
    }

    #main {
        padding-top: 70px;
    }

    .Banner .Title {
        top: 0%;
        left: 3%;
        width: 50%;
        padding: 4% 2% 0 0;
        font-weight: 34px;
    }

    .Banner .sub_title {
        left: 3.6%;
        padding: 0.5% 0 0 0;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
    .container {
        width: 95%;
        margin: 0 auto;
    }

    #main {
        padding: 0px;
    }

    #main {
        padding-top: 42px;
    }

    header.smaller .logo {
        width: 10%;
    }

    .Banner .Title {
        padding: 8% 0% 0 0;
        right: 16px;
    }
}

@media only screen and (min-device-width : 480px) and (max-device-width : 767px) and (orientation : landscape) {
    #main {
        padding-top: 42px;
    }

    header.smaller .logo {
        width: 10%;
    }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        width: 100%;
        padding: 15px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        width: 100%;
        padding: 15px;
    }

    #main {
        padding-top: 74px;
    }

    header {
        width: 100%;
    }

        header .social_media {
            padding: 7.5% 0 0;
        }

        header.smaller {
            width: 100%;
            padding: 1% 0;
        }

        header .logo {
            width: 50%;
            padding: 0px 0px;
        }

        header.smaller .logo {
            width: 25%;
        }

    .Banner .Title {
        font-size: 13px;
        left: 5%;
        top: 15%;
        line-height: 16px;
    }

        .Banner .Title span {
            font-size: 13px;
        }

    .Banner .sub_title {
        font-size: 7px;
        left: 6%;
    }

    .btn_more {
        width: 35%;
        padding: 2% 0%;
    }

    .video_cat .lt_contain {
        width: 100%;
    }

    .video_cat .rt_contain {
        width: 100%;
    }

    .video_cat .lt_contain .video_row .video_series {
        flex: 100%;
        padding: 10px 0px 15px;
    }

    .video_cat .rt_contain .form .col-sm-12 {
        padding: 0px;
    }

    .video_cat .lt_contain form {
        padding-left: 0px;
    }

    .footer {
        padding: 5% 0% 0%;
    }

        .footer .copyright {
            font-size: 15px;
            text-align: center;
        }

        .footer .link {
            float: none;
            text-align: center;
        }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}
