@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) {
    .course_info:first-child {
        margin-right: 12px;
    }

    .sidebar {
        padding-left: 20px;
    }

    .gallery_item {
        width: calc((100% - 24px) / 3);
        margin-bottom: 12px;
    }
}

/************
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) {
    .sidebar {
        margin-top: 0px;
        padding-left: 0;
    }

    .sidebar_section {
        padding: 5px 10px;
    }

    .sidebar_section-facebook {
        padding-left: 5px;
    }

    .gallery_item img {
        height: 100px;
    }

    .sidebar_categories ul li:last-of-type {
        border-bottom: solid 1px #e5e5e5;
    }
}

/************
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) {
    .course_image {
        height: 100px;
    }
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    .top_bar {
        display: none;
    }

    .home {
        height: 80px;
    }

    .header.scrolled {
        top: 0px;
    }

    .courses {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .pagination_row {
        padding-top: 10px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .gallery_item img {
        height: 60px;
    }

    .container-sidebar {
        padding-left: 5px;
        padding-right: 5px;
    }
    .sidebar_categories ul li:last-of-type {
        border-bottom: none;
    }

}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }

    p {
        font-size: 13px;
    }

    .menu {
        width: 100%;
        right: -100%;
    }

    .dropdown_item_select,
    .home_search_button {
        font-size: 12px;
    }

    .newsletter_form_container {
        width: 100%;
        padding-left: 0;
    }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {

}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {

}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {

}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {

}

/************
14. 320px
************/

@media only screen and (max-width: 320px) {
    .sidebar_section {
        margin: 2px;
    }
}
