@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
    .footer_contact_info {
        padding-right: 0px;
    }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
    .main_nav {
        display: none;
    }

    .hamburger {
        display: inline-block;
        margin-left: 25px;
        vertical-align: middle;
    }

    .top_bar_contact_list li > div {
        font-size: 10px;
    }

    .top_bar_contact_list li:first-child {
        margin-right: 32px !important;
    }

    .top_bar_contact_list li:not(:last-child) {
        margin-right: 23px !important;
    }

    .top_bar_login ul li a {
        font-size: 10px;
    }

    .about_image {
        margin-top: 40px;
    }

    .milestone_col:not(:last-child) {
        margin-bottom: 80px;
    }

    .footer_col:not(:last-child) {
        margin-bottom: 80px;
    }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {
}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {
}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    .top_bar {
        display: none;
    }

    .header.scrolled {
        top: 0px;
    }

    .search_button {
        display: none;
    }

    .home {
        height: 370px;
    }

    .home_title {
        font-size: 36px;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
    p {
        font-size: 13px;
    }

    h2 {
        font-size: 20px;
    }

    .section_title h2 {
        font-size: 20px;
    }

    .section_subtitle {
        font-size: 13px;
        margin-top: 47px;
    }

    .menu {
        width: 100%;
        right: -100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 80px;
    }

    .menu_nav ul li a {
        font-size: 14px;
    }

    .menu_close_container {
        right: 30px;
    }

    .menu .search {
        margin-bottom: 54px;
    }

    .menu .search_input {
        height: 32px;
    }

        .menu .search_input::-webkit-input-placeholder {
            font-size: 12px !important;
        }

        .menu .search_input:-moz-placeholder {
            font-size: 12px !important;
        }

        .menu .search_input::-moz-placeholder {
            font-size: 12px !important;
        }

        .menu .search_input:-ms-input-placeholder {
            font-size: 12px !important;
        }

        .menu .search_input::input-placeholder {
            font-size: 12px !important;
        }

    .menu_extra {
        right: 30px;
        bottom: 15px;
    }

    .menu_phone,
    .menu_social {
        font-size: 9px;
    }

    .menu_social {
        margin-top: 2px;
    }

    .header_search_button i {
        font-size: 14px;
    }

    .button_arrow {
        height: 47px;
    }

    .header_content {
        height: 120px;
    }

    .header.scrolled .header_content {
        height: 80px;
    }

    .logo_img {
        width: auto;
    }

        .logo_img img {
            max-width: 100%;
        }

    .logo_text {
        font-size: 12px;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    .home {
        height: 260px;
    }

    .home_container {
        bottom: 71px;
    }

    .home_title {
        font-size: 24px;
    }

    .breadcrumbs {
        margin-top: 10px;
    }

    .about_row:not(:last-child) {
        margin-bottom: 66px;
    }

    .about_title {
        font-size: 24px;
    }

    .about_text {
        margin-top: 33px;
    }

    .milestone_icon {
        width: 61px;
        height: 61px;
    }

    .milestone_counter {
        font-size: 30px;
    }

    .milestone_text {
        font-size: 14px;
    }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {
}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
    .home_title {
        font-size: 24px;
    }

    .home_subtitle {
        font-size: 13px;
    }
}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
}
