/* Responsive CSS Styles Table of Contents */

@media only screen and (min-width: 1000px) and (max-width: 1169px) {
    .container {
        width: 1000px;
        margin: auto;
    }

    .top_nav .left {
        width: 50%;
    }

    .top_nav .right {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .container {
        width: 747px;
        margin: auto;
    }

    .logo {
        width: 50%;
    }

    .menu_main {
        width: 97%;
        position: absolute;
    }

    .top_nav .left {
        width: 30%;
    }

    .top_nav .right {
        width: 70%;
    }

    .fwslider {
        margin-top: 77px;
    }

    .newsletter .enter_email_input {
        width: 100%;
    }
    .header .container {
        padding-left: 0px;
        padding-right: 0px;
        margin-left:2%;
        margin-right:0%;
    }
    ul.faddress {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        font-size: 100%;
    }
    .feature_section3 h2 {
        font-size: 2.25rem;
    }
    .feature_section3 h5 {
        font-size: 1.125rem;
    }
}


@media only screen and (min-width: 640px) and (max-width: 767px) {
    /* columns */
    .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive,
    .one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
        position: relative;
        margin-right: 0%;
        float: left;
    }

    .one_full,
    .one_half,
    .one_third,
    .one_fourth,
    .one_fifth,
    .two_third,
    .three_fourth,
    .onecol_forty,
    .onecol_sixty,
    .onecol_thirtyfive,
    .one_full_less,
    .one_half_less,
    .one_third_less,
    .one_fourth_less,
    .one_fifth_less,
    .two_third_less,
    .three_fourth_less,
    .onecol_forty_less,
    .onecol_sixty_less,
    .onecol_thirtyfive_less {
        width: 100%;
        margin-bottom: 50px;
    }

    .last {
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }


    .container {
        width: 590px;
        margin: auto;
    }

    .logo {
        width: 50%;
    }

    .menu_main {
        width: 93%;
        position: absolute;
    }

    .top_nav .container {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .top_nav .left {
        width: 35%;
    }
    .top_nav .btnLang{
        padding:10px 14px;
        margin-top:2px;
    }

    .top_nav .rightHolder {
        max-width: 140px !important;
        width: 140px !important;
    }

    .navbar-nav > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .top_nav .right {
        width: 65%;
    }

    .fwslider {
        margin-top: 30px;
    }

    .feature_section2 .one_fourth {
        width: 100%;
    }

    .feature_section3 .rightcon li {
        padding-left: 0px;
    }

    .feature_section6 .box1 {
        width: 100%;
        padding-bottom: 10px;
    }

    .feature_section6 .box2 {
        width: 100%;
        padding-bottom: 10px;
    }

    .feature_section6 .box3 {
        width: 100%;
        padding-bottom: 10px;
    }

    .feature_section6 .box4 {
        width: 100%;
        padding-bottom: 10px;
    }

    .copyright_info .one_half {
        margin-bottom: 20px;
        text-align: left;
    }

    ul.footer_social_links {
        float: left;
    }


    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    h2 {
        font-size: 23px;
        line-height: 27px;
    }

    h3 {
        font-size: 18px;
        line-height: 25px;
    }

    h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .feature_section3 h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .feature_section3 h2 {
        font-size: 2.75rem;
        text-align: center;
    }

    .feature_section3 h5 {
        font-size: 1.5rem;
        text-align: center;
    }

    .feature_section5 h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .header .container {
        padding-left: 10px;
        padding-right: 5px;
        margin-left: 10px;
        margin-right: 2px;
    }
    .left_sidebar {
        width: 100%;
        margin-bottom: 75px;
    }

    .content_right {
        width: 100%;
    }

    .right_sidebar {
        width: 100%;
    }

    .content_halfsite {
        width: 100%;
        margin-right: 0%;
    }
}


@media only screen and (min-width: 480px) and (max-width: 639px) {

    /* columns */
    .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive,
    .one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
        position: relative;
        margin-right: 0%;
        float: left;
    }

    .one_full,
    .one_half,
    .one_third,
    .one_fourth,
    .one_fifth,
    .two_third,
    .three_fourth,
    .onecol_forty,
    .onecol_sixty,
    .onecol_thirtyfive,
    .one_full_less,
    .one_half_less,
    .one_third_less,
    .one_fourth_less,
    .one_fifth_less,
    .two_third_less,
    .three_fourth_less,
    .onecol_forty_less,
    .onecol_sixty_less,
    .onecol_thirtyfive_less {
        width: 100%;
        margin-bottom: 50px;
    }

    .last {
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .container {
        width: 440px;
        margin: auto;
    }

    .header .container {
        padding-left: 10px;
        padding-right: 5px;
        margin-left: 10px;
        margin-right: 2px;
    }

    .logo {
        width: 50%;
    }

    .menu_main {
        width: 93%;
        position: absolute;
    }

    .top_nav {
        min-height: 91px !important;
    }
        .top_nav .left {
            width: 100%;
            text-align: left;
        }

        .top_nav .right {
            width: 100%;
            text-align: left;
        }

        .top_nav ul.topsocial {
            float: left;
        }

    .navbar-nav > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .fwslider {
        margin-top: 77px;
    }

    .page_title--big {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        padding: 40px 0px 40px 0px;
        margin-top: 85px;
    }

        .page_title--big .title h1 {
            font-size: 2.5rem;
            padding-bottom: 1rem;
        }

        .page_title--big h5 {
            font-size: 1.2rem;
            width: 90%;
        }

        .page_title--big i {
            margin: 20px 10px 0px 10px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 1.25rem;
        }

    .feature_section2 .one_fourth {
        width: 100%;
    }

    .feature_section3 .rightcon li {
        padding-left: 0px;
    }

    .feature_section6 .box1 {
        width: 100%;
        padding-bottom: 10px;
    }

    .feature_section6 .box2 {
        width: 100%;
        padding-bottom: 10px;
    }

    .feature_section6 .box3 {
        width: 100%;
        padding-bottom: 10px;
    }

    .feature_section6 .box4 {
        width: 100%;
        padding-bottom: 10px;
    }

    .copyright_info .one_half {
        margin-bottom: 20px;
        text-align: left;
    }

    ul.footer_social_links {
        float: left;
    }



    h1 {
        font-size: 27px;
        line-height: 27px;
    }

    h2 {
        font-size: 21px;
        line-height: 25px;
    }

    h3 {
        font-size: 16px;
        line-height: 25px;
    }

    h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .feature_section3 h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .feature_section3 h2 {
        font-size: 2.75rem;
        text-align: center;
    }

    .feature_section3 h5 {
        font-size: 1.5rem;
        text-align: center;
    }

    .feature_section5 h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .content_left {
        width: 100%;
        margin-bottom: 75px;
        border-right: 0px !important;
    }

    .left_sidebar {
        width: 100%;
        margin-bottom: 75px;
    }

    .content_right {
        width: 100%;
    }

    .right_sidebar {
        width: 100%;
    }

    .content_halfsite {
        width: 100%;
        margin-right: 0%;
    }

    .feature_section1 .left {
        width: 100%;
    }

    .feature_section1 .right {
        float: left;
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }

}

@media only screen and (max-width: 479px) {

    /* columns */
    .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive,
    .one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
        position: relative;
        margin-right: 0%;
        float: left;
        display: flex;
        justify-content: center;
        flex-direction:column;
    }

    .one_full,
    .one_half,
    .one_third,
    .one_fourth,
    .one_fifth,
    .two_third,
    .three_fourth,
    .onecol_forty,
    .onecol_sixty,
    .onecol_thirtyfive,
    .one_full_less,
    .one_half_less,
    .one_third_less,
    .one_fourth_less,
    .one_fifth_less,
    .two_third_less,
    .three_fourth_less,
    .onecol_forty_less,
    .onecol_sixty_less,
    .onecol_thirtyfive_less {
        width: 100%;
        margin-bottom: 50px;
    }

    .last {
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        display: flex;
        justify-content: center;
    }

    .container {
        width: 300px;
        margin: auto;
    }

    .logo {
        width: 75%;
    }

    .menu_main {
        width: 90%;
        position: absolute;
    }
    .header .container{
        margin: 0% 2%;
    }

    .top_nav {
        min-height: 91px !important;
    }

    .top_nav .left {
        width: 100%;
        text-align: left;
        font-size: 12px;
    }

    .top_nav .right {
        width: 100%;
        text-align: left;
        font-size: 12px;
    }

    .top_nav ul.topsocial {
        float: left;
    }

    .top_nav .topsocial li {
        margin: 0px 8px 0px 0px;
    }

    .btnLang {
        padding: 8px 7px ;
        margin-top: 5px;
    }

    .fwslider {
        margin-top: 77px;
    }
    .page_title--big {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        padding: 20px 0px 20px 0px;
        margin-top: 85px;
        background-size: 400% !important;
    }

        .page_title--big .title h1 {
            font-size: 1.875rem;
            padding-bottom: 1rem;
        }

        .page_title--big h5 {
            font-size: 0.9rem;
            line-height: 1.25rem;
            width: 90%;
        }

        .page_title--big i {
            margin: 20px 10px 0px 10px;
            width: 40px;
            height: 40px;
            line-height:40px;
            font-size: 1rem;
        }
    .page_title--compact {
        text-align: center;
        position: relative;
    }

        .page_title--compact h1 {
            width:100%;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0px;
            color: #fff;
            line-height: 32px;
        }

        .page_title--compact .pagination{
            position: absolute;
            top: 5.5rem;
            right: 1rem;
        }

        .feature_section2 .one_fourth {
            width: 100%;
        }

    .error_pagenotfound {
        width: 100%;
        padding: 2rem 1rem;
    }

        .error_pagenotfound strong {
            font-size: 75px;
            line-height: 50px;
        }

        .error_pagenotfound b {
            font-size: 16px;
            line-height: 35px;
        }

        .error_pagenotfound em {
            font-size: 12px;
            line-height: 18px;
        }
        .error_pagenotfound a.btn {
            margin-left: 2rem;
            margin-right: 2rem;
        }

    
    .feature_section3 .rightcon li {
        padding-left: 15px;
    }
    
    .feature_section3 .rightcon{
        padding-left:15px;
    }

    .feature_section3 {
        background-size: cover;
    }

    .feature_section3 h2 {
        font-size: 2rem;
        text-align: center;
        text-transform:unset;
    }
    .feature_section3 .container {
        padding:0px;
    }

        .feature_section3 h5 {
            font-size: 1.1rem;
            text-align: center;
        }

    .feature_section6 .box1 {
        width: 100%;
        padding-bottom: 10px;
    }

    .feature_section6 .box2 {
        width: 100%;
        padding-bottom: 10px;
    }

    .feature_section6 .box3 {
        width: 100%;
        padding-bottom: 10px;
    }

    .feature_section6 .box4 {
        width: 100%;
        padding-bottom: 10px;
    }

    .copyright_info .one_half {
        margin-bottom: 20px;
        text-align: left;
    }

    ul.footer_social_links {
        float: left;
    }


    h1 {
        font-size: 21px;
        line-height: 25px;
    }

    h2 {
        font-size: 21px;
        line-height: 25px;
    }

    h3 {
        font-size: 16px;
        line-height: 25px;
    }

    h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .feature_section3 h4 {
        font-size: 30px;
        line-height: 35px;
    }

    .feature_section5 h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .button.two {
        padding: 9px 24px;
        font-size: .8rem;
    }
    .margin_bottom7 {
        margin-bottom: 35px;
    }
    .top_nav .container {
        width:90%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    .navbar-nav>li>a{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .content_left {
        width: 100%;
        margin-bottom: 75px;
        padding: 0 0 0 0;
        border-right: 0px;
    }
    .content_fullwidth {
        padding:30px 0px 30px 0px;
    }
    .left_sidebar {
        width: 100%;
        margin-bottom: 75px;
    }

    .content_right {
        width: 100%;
    }

    .right_sidebar {
        width: 100%;
    }

    .content_halfsite {
        width: 100%;
        margin-right: 0%;
    }


    .feature_section1 .left {
        width: 100%;
    }

    .feature_section1 .right {
        float: left;
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
    dd > ul {
        
    }

    .phRatesAddr > small > span {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    
    .phRatesAddr {
        margin-bottom: 2rem;
    }
}

