/*
 Table Of Contents
 1.) Media Query for Tablet
 2.) Media Query for mobile Devices
 3.) Media Query for common in mobile and tablets
 4.) Media Query for larger devices
 ===============================================*/
/*



/*
 1.) Media Query for Tablet
 ===============================*/
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
    /* Styles */
    .container
    {
        padding: 0 10px;
    }
    .header-nav .container
    {
        padding-top: 9px;
    }
    .header .anchor-links
    {
        margin-right: 6px;
        margin-top: 37px;
    }
    h1
    {
        font-size: 2.5em;
        line-height: 26px;
        letter-spacing: 0.8px;
        margin-bottom: 6px;
    }
    .time-section
    {
        padding: 10px 0 15px;
    }
    .time-section .first-day, .time-section .second-day
    {
        letter-spacing: -0.3px;
    }
    .time-section .first-day, .time-section .second-day
    {
        padding-right: 18px;
    }
    .time-section .first-day
    {
        padding-left: 27px;
    }
    .time-section .first-day::before
    {
        display: none;
    }
    .detail-section .container
    {
        padding: 13px 0;
        background: url("../images/banner-2.jpg") -22px -19px no-repeat;
    }
    .btn.dir-btn
    {
        display: none;
    }
    .time-section
    {
        padding: 14px 0;
        border-bottom: 1px solid #393939;
    }
    .moddefault .studyname
    {
        color: #FFFFFF;
        font-size: 10.9pt !important;
        padding-bottom: 7px;
        letter-spacing: 0px;
        padding-top: 3px;
        font-size: 14px !important;
        white-space: nowrap;
        overflow: hidden;
        width: 349px;
        text-overflow: ellipsis;
        padding-left: 21px;
        border-left: 1px solid black;
    }
    .blocklist2
    {
        padding-left: 63px;
        padding-bottom: 3px;
        padding-top: 0;
    }
    .header-nav .menu-name
    {
        font-size: 21px;
        font-weight: 300;
        text-transform: uppercase;
        display: block;
    }
    .header .header-logo
    {
        margin-left: 16px;
    }
    .header .header-nav
    {
        padding: 5px 0;
    }
    .header-nav .navigation
    {
        width: 97px;
        margin: 0 auto;
        cursor: pointer;
    }
    .header-nav .navigation .menu-name
    {
        float: right;
        margin-top: 7px;
    }
    .header-nav .navigation .nav
    {
        margin-right: 10px;
        margin-top: 5px;
        float: left;
    }
    .header-nav .nav span
    {
        border: 3px solid #595959;
        margin-bottom: 3px;
    }
    .header-nav .nav
    {
        width: 25px;
    }
    .detail-section
    {
        border-top: 5px solid #393939;
        border-bottom: 5px solid #393939;
    }
    .detail-section .details
    {
        padding-left: 15px;
    }
    .detail-section .details p
    {
        padding-bottom: 10px;
        padding-right: 10px;
    }
    .detail-section .details p .display-area
    {
        display: none;
    }
    .other-links
    {
        padding: 32px 0 54px;
    }
    .other-links .image-section
    {
        float: none;
        width: 100%;
    }
    .other-links .links .btn-lg, .other-links .links .btn-lg-2
    {
        vertical-align: bottom;
    }
    .other-links .links .btn-lg
    {
        padding: 15px 0 38px;
    }
    .other-links .links
    {
        float: none;
        margin-right: 0;
        text-align: center;
        width: 88%;
        margin: 0 auto;
        margin-bottom: 37px;
        overflow: hidden;
    }
    .other-links .links .btn-lg, .other-links .links .btn-lg-2
    {
        display: inline-block;
        margin-bottom: 0;
        float: left;
    }
    .other-links .links .btn-lg-2
    {
        float: right;
        width: 357px;
    }
    .other-links .image-section .fig
    {
        margin-right: 5.6%;
        width: 25.5%;
    }
    .footer .upper-section
    {
        padding: 19px 0 20px;
    }
    .footer .upper-section .address-section .work-shop
    {
        padding-left: 60px;
        padding-right: 12px;
        margin-right: 7px;
    }
    .footer .footer-buttons
    {
        padding: 20px 0 35px;
    }
    .footer .upper-section .address-section .work-shop::before
    {
        left: 34px;
    }
    .footer .footer-buttons .btn
    {
        font-size: 1.3em;
    }
    .footer-buttons .btn:first-child::before, .footer-buttons .btn:nth-child(2)::before
    {
        left: 13px;
    }
    .footer .footer-buttons .btn:nth-child(2)
    {
        margin-left: 10px;
    }
}
/*
 2.) Media Query for Mobile
 ===============================*/
@media only screen and (max-width: 767px)
{
    /* Styles */
    .container
    {
        padding: 0 10px;
    }
    h1
    {
        font-size: 1.5em;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .header .header-logo
    {
        display: inline-block;
        float: none;
    }
    .header .anchor-links
    {
        float: none;
        text-align: center;
    }
    .header-nav .navigation .nav
    {
        position: absolute;
        top: 17px;
        right: 16px;
        background: #F1F1F1;
        padding: 13px;
        cursor: pointer;
    }
    .header-nav .nav span:last-child
    {
        margin: 0;
    }
    .header .header-nav
    {
        background: none;
    }
    .header-nav .nav span
    {
        border: 3px solid #595959;
        margin-bottom: 3px;
    }
    .header-nav .nav
    {
        width: 49px;
    }
    .banner-section
    {
        border-top: none;
    }
    .time-section
    {
        padding: 10px 0 12px;
        border-bottom: 1px solid #447C9F;
        border-top: 1px solid #447C9F;
    }
    .time-section .first-day::before
    {
        content: url("../images/watch-mob.png");
        left: 0;
        top: 7px;
    }
    .time-section .first-day, .time-section .second-day
    {
        padding-left: 48px;
        font-size: 1.2em;
        letter-spacing: -0.4px;
        line-height: 24px;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    .time-section .first-day::before
    {
        left: 4px;
        top: 6px;
    }
    .detail-section
    {
        border-top: 1px solid #5A5A5A;
        border-bottom: 1px solid #5A5A5A;
    }
    .detail-section .container
    {
        background-image: none;
        padding: 16px 0;
    }
    .detail-section .details
    {
        width: 100%;
        text-align: center;
    }
    .detail-section .details p
    {
        display: none;
    }
    .detail-section .details .btn
    {
        font-size: 1.2em;
        line-height: 25px;
        border-radius: 6px;
    }
    .btn.dir-btn
    {
        display: none;
    }
    .other-links
    {
        padding: 20px 0;
    }
    .other-links .links
    {
        float: none;
        margin-right: 0;
        text-align: center;
        padding-bottom: 25px;
        margin-top: 18px;
        margin-bottom: 11px;
    }
    .other-links .links .btn-lg, .other-links .links .btn-lg-2
    {
        margin: 0 auto;
    }
    .other-links .links .btn-lg
    {
        margin-bottom: 24px;
    }
    .other-links .image-section .fig .image-title
    {
        font-size: 1em;
        line-height: 15px;
        padding: 0 6px;
    }
    .other-links .image-section .fig
    {
        margin-right: 3.6%;
        width: 28.5%;
    }
    .footer .upper-section
    {
        padding: 6px 0;
    }
    .footer .upper-section .address-section .work-shop::before
    {
        display: none;
    }
    .footer .upper-section .address-section .work-shop
    {
        border-right: none;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        display: block;
        font-size: 1.2em;
        padding-bottom: 5px;
    }
    .footer .upper-section .address-section .office
    {
        letter-spacing: 0.2px;
        font-size: 1.2em;
    }
    .footer .upper-section .address-section
    {
        font-size: 1.3em;
        line-height: 20px;
        padding-left: 14px;
    }
    .footer .footer-buttons
    {
        padding: 10px 0 16px;
        margin-top: 20px;
    }
    .footer .footer-buttons .btn
    {
        padding-left: 26px;
        line-height: 25px;
    }
    .footer-buttons .btn:first-child::before, .footer-buttons .btn:nth-child(2)::before
    {
        left: 4px;
        top: 2px;
    }
    body
    {
        overflow-x: hidden;
    }
    .header .header-top
    {
        padding: 18px 0 28px;
    }
}
@media only screen and (max-width: 479px)
{
    .btn
    {
        font-size: 1em;
        padding: 0 10px;
        line-height: 17px;
        margin-right: 10px;
    }
    .header .header-logo
    {
        width: 190px;
        margin-bottom: 30px;
    }
    .header .anchor-links .search-icon
    {
        padding: 4px 8px 7px;
    }
    .other-links .links .btn-lg, .other-links .links .btn-lg-2
    {
        width: 300px;
    }
    .header-nav .navigation .nav
    {
        padding: 7px;
        width: 26px;
    }
    .header-nav .nav span
    {
        border: 2px solid #595959;
        margin-bottom: 2px;
    }
    .other-links .links .btn-lg span.first, .other-links .links .btn-lg-2 span.first
    {
        font-size: 2.3em;
        line-height: 30px;
    }
    .other-links .links .btn-lg-2 .btn
    {
        margin-right: 3px;
    }
    .other-links .links .btn-lg-2 .btn :last-child
    {
        margin-right: 0;
    }
    .other-links .links .btn-lg-2 .btn:first-child
    {
        margin-right: 3px;
    }
    .footer .upper-section .address-section
    {
        font-size: 1em;
        line-height: 15px;
        padding-left: 0;
    }
    .footer .upper-section .address-section
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    .other-links .links .btn-lg .first, .other-links .links .btn-lg-2 .first
    {
        font-size: 1.72em !important;
    }
    .detail-section .details h1
    {
        font-size: 1.6em !important;
        font-weight: 600;
        padding-bottom: 7px;
        margin-bottom: 3.2375px;
    }
    .social
    {
        /*+placement: 0px 25px;*/
        position: relative;
        left: 0px;
        top: 25px;
    }
    #maximenuck112-mobilebarmaximenuck
    {
        background-color: #6B93AC;
        margin-top: -132px;
        margin-right: 3px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    .detail-section .details h1
    {
        font-size: 1.9em;
        line-height: 0.675;
        margin: 0 0 0.4375em 0;
        color: #FFFFFF;
        font-weight: 700;
    }
    .header .header-top
    {
        padding: 20px 0 25px;
        position: relative;
    }
    .header .header-logo
    {
        margin-bottom: 12px;
        margin-left: 15px;
    }
    .detail-section .container
    {
        padding: 21px 0 11px;
    }
    .detail-section .details .btn
    {
        font-size: 1.3em;
        line-height: 35px;
    }
    .other-links
    {
        padding: 30px 0 35px;
    }
    .other-links .links
    {
        padding-bottom: 35px;
    }
    .other-links .image-section .fig .image-title
    {
        font-size: 1.4em;
        line-height: 20px;
        padding: 0 8px;
    }
    .footer .upper-section
    {
        padding: 5px 0;
    }
    .footer .footer-buttons
    {
        padding: 16px 0 25px;
    }
    .footer .footer-buttons .btn
    {
        font-size: 1.3em;
        padding: 0 17px 0 38px;
        line-height: 30px;
        margin-right: 0px;
        margin-left: 6px;
    }
    .footer-buttons .btn:first-child::before, .footer-buttons .btn:nth-child(2)::before
    {
        left: 13px;
        top: 5px;
    }
    .time-section .first-day, .time-section .second-day
    {
        padding-left: 48px;
        font-size: 1em;
        letter-spacing: -0.4px;
        line-height: 24px;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    .time-section .first-day::before
    {
        content: url("../images/watch-mob.png");
        left: 0;
        top: -5px;
    }
}
/*
 3.) Media Query for Common section in tablets and mobiles
 ===============================*/
@media only screen and (max-width: 1023px)
{
    .other-links .image-section
    {
        float: none;
        text-align: center;
        width: 100%;
    }
    .footer .footer-buttons
    {
        position: static;
        text-align: center;
    }
    .header-nav .nav span
    {
        display: block;
    }
    .header-nav .navigation-list
    {
        display: none;
        text-align: left;
    }
    .header-nav .navigation
    {
        overflow: hidden;
    }
    .header .header-nav li
    {
        display: block;
        margin: 0;
    }
    .header .header-nav li a
    {
        text-align: center;
        padding: 10px 10px;
    }
    .other-links .links .btn-lg
    {
        padding: 13px 0 7px;
        border-top: 1px solid #3F7496;
        border-bottom: 1px solid #3F7496;
    }
    .other-links .links .btn-lg .tab-button
    {
        font-size: 0.77em;
        line-height: 22px;
        display: inline-block;
        background: #818181;
        min-width: 180px;
        margin-top: 7px;
        color: #FFF;
        text-transform: uppercase;
        margin-left: 0;
        float: ;
    }
    .header .header-nav li a span
    {
        text-align: center;
    }
    .header .header-nav li:last-child
    {
        padding-left: 0;
    }
}
/*
 4.) Media Query for larger devices
 ===============================*/
@media only screen and (min-width: 1600px)
{
    .header .header-nav li
    {
        margin-right: 42px;
    }
}
