/* ============================================================= */
/* ==================== Large devices ==================== */
/* ============================================================= */
@media only screen and (min-width: 1201px) {

}
/* ============================================================= */
/* ==================== Medium devices ==================== */
/* ============================================================= */
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .hero_logo, #home_slider .hero_logo {
        margin-left: 50px;
    }
    /* HOMEPAGE */
    .home_news_box_sideinnerbox_tweets .twitter_button iframe,
    .siderbar_box_twitter .twitter_button iframe {
        width: 30%;
    }
    .home_news_box_sideinnerbox_weekly ul {
        width: 90%;
    }
    .slick-dots {
        display: none !important;
    }
    .slick-prev {
        left: -20px;
    }
    .slick-next {
        right: -20px;
    }
    /* ABOUT PAGES */
    .about_mision_box .hr_mision,
    .about_vision_box .hr_vision,
    .about_history_box1 .hr_history1 {
        width: 70%;
    }
    .col-md-2.col-sm-4.col-xs-6.about3_partners_box {
        padding-right: 10px;
        padding-left: 10px;
    }
    .about3_partners_box p {
        padding: 10px;
    }
    /* NEWS PAGES */
    .membership_box_left.light_gray_bgd_box,
    .membership_box_right.white_bgd_box{
        padding: 50px;
    }
    .col-md-2.col-sm-4.col-xs-6.news_partners_box {
        padding-right: 10px;
        padding-left: 10px;
    }
    .news_partners_box p {
        padding: 8px 15px;
    }
    .news_login_left.light_gray_bgd_box,
    .news_login_right.white_bgd_box {
        padding: 50px;
    }
}
/* ============================================================= */
/* ==================== Medium devices ==================== */
/* ============================================================= */

@media only screen and (min-width: 768px) {
    .small-image{
        display: none !important;
    }


}

@media only screen and (max-width: 768px) {
    .small-image{
        display: block !important;
    }

    .big-image-bckg{
        background-image: none !important;
    }


    #home_slider h2 {
        width: 80%;
    }

    .resources_about_qatar_downbox{
        min-height: 400px;
        padding: 0;
        overflow: hidden;
    }

    .resources_about_qatar_downbox .small-image{
        position: absolute;
        width: 100%;
        z-index: -1;
    }

}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .hero_logo, #home_slider .hero_logo {
        margin-left: 0px;
    }
    .nav > li > a {
        padding: 10px 5px;
    }
    .singup a, .login a {
        margin-left: 5px;
    }
    /* HOMEPAGE */
    .home_single_news {
        text-align: center;
        padding-bottom: 25px;
    }
    .home_single_news img {
        margin: 0 auto;
    }
    .home_news_box_innerbox .dugme_viewall {
        top:0px;
    }
    .home_news_box_sideinnerbox {
        width: 70%;
        margin: 0 auto;
    }
    .home_news_box_sideinnerbox_weekly,
    .home_news_box_sideinnerbox_tweets {
        border: 1px solid #ebebed;
    }
    .slick-dots {
        display: none !important;
    }
    /* ABOUT PAGES */
    .about_pages_navigation .container {
        padding: 0px;
    }
    .about_pages_navigation ul li {
        font-size: 14px;
        padding: 10px 5px;
    }
    .about2_board, .about2_members {
        padding-bottom: 20px;
    }
    .about4_stuffs img {
        width: 40%;
    }
    .about4_stuffs_stuffmember {
        margin: 20px 0px 45px;
    }
    #about5_membership {
        background: #ebebed;
    }
    #about5_membership .container {
        padding: 0px;
    }
    .membership_box_left.light_gray_bgd_box {
        padding: 50px;
        text-align: center;
    }
    .membership_box_right.white_bgd_box {
        padding: 50px;
    }
    .membership_box_right p:first-of-type {
        padding-top: 0px;
    }
    /* Contact */
    #contact_box {
        background: #fff;
        padding-top: 25px;
        padding-bottom: 30px;
    }
    #contact_box .container {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    #contact_box .container h1 {
        padding-bottom: 30px;
    }
    #contact_box .container h1,
    #contact_box .container h3 {
        text-align: center;
    }
    .contact_box_left.light_gray_bgd_box,
    .contact_box_right.white_bgd_box {
        padding: 50px;
        text-align: center;
    }
    /* NEWS PAGES */
    .news_all_mainbox_headline {
        border: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        text-align: center;
    }
    .news_all_mainbox_2latestnews,
    .news_all_mainbox_4smallnews {
        border: 1px solid #f1f1f1;
    }
    .news_all_mainbox_4smallnews .home_single_news {
        border: none;
    }
    #news_login {
        background: #ebebed;
        padding-top: 25px;
        padding-bottom: 30px;
    }
    #news_login .container {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    #news_login .container h1,
    #news_login .container h3 {
        text-align: center;
    }
    .news_login_left.light_gray_bgd_box,
    .news_login_right.white_bgd_box {
        padding: 50px;
    }
}
/* ============================================================= */
/* ==================== Small devices ==================== */
/* ============================================================= */
@media only screen and (min-width: 601px) and (max-width: 767px) {
    /* HOMEPAGE */
    .slick-prev {
        left: -45px;
    }
    .slick-next {
        right: -45px;
    }
    .home_news_box_sideinnerbox_signup img {
        margin: 0 auto;
        padding: 10px 0px;
        margin-bottom: 15px;
    }
    /* ABOUT PAGES */
    .about_pages_navigation ul li {
        font-size: 12px;
        padding: 10px 4px;
    }
    .about_mision_box .hr_mision,
    .about_vision_box .hr_vision,
    .about_history_box1 .hr_history1 {
        width: 100%;
        margin-left: 0px;
        margin-top: 5px;
    }
    /* NEWS PAGES */
    .news_login_left img {
        width: 70%;
        margin: 0 auto;
    }
    .news_login_forma {
        width: 75%;
    }
    .about4_stuffs img {
        width: 45%;
    }
}
/* ============================================================= */
/* ==================== Small devices ==================== */
/* ============================================================= */
@media only screen and (min-width: 481px) and (max-width: 600px) {
    /* HOMEPAGE */
    .home_single_news img {
        width: 100%;
    }
    .slick-slide img {
        margin: 0 auto;
        width: 70%;
    }
    /* ABOUT PAGES */
    .about4_stuffs img {
        width: 45%;
    }
}
/* ============================================================= */
/* ==================== extra Small devices ==================== */
/* ============================================================= */
@media only screen and (max-width: 480px) {
    /* ABOUT PAGES */
    .about_mision_box .hr_mision,
    .about_vision_box .hr_vision,
    .about_history_box1 .hr_history1 {
        width: 50%;
    }
    .col-md-2.col-sm-4.col-xs-6.about3_partners_box {
        padding-right: 10px;
        padding-left: 10px;
    }
    .about3_partners_box p {
        padding: 8px 20px;
    }
    /* NEWS PAGES */
    .news_all_mainbox_2latestnews .home_single_news:first-of-type {
        padding-bottom: 25px;
    }
    .col-md-2.col-sm-4.col-xs-6.news_partners_box {
        padding-right: 10px;
        padding-left: 10px;
    }
    .news_partners_box p {
        padding: 8px 15px;
    }
}
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
@media only screen and (max-width: 600px) {
    /* HOMEPAGE */
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0px;
    }
    /* ABOUT PAGES */
    .about_pages_navigation {
        background: #fafafa;
        padding-bottom: 15px;
    }
    .about_pages_navigation ul li {
        width: 100%;
        text-align: center;
        border: none;
    }
    .about_pages_navigation ul li:hover {
        background: #851641;
        border-bottom: 1px solid #851641;
        color: #f1f1f1;
    }
    /* NEWS PAGES */
    .news_login_forma {
        width: 90%;
    }
    /* SERVICES PAGES */ 
    .services_navigation {
        background: #fafafa;
        padding-bottom: 15px;
    }
    .services_navigation li {
        width: 100%;
        text-align: center;
        border: none;
    }
    .services_navigation li:hover {
        background: #851641;
        border-bottom: 1px solid #851641;
        color: #f1f1f1;
    }

}
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
@media only screen and (max-width: 767px) {
    .hero_logo, #home_slider .hero_logo {
        margin-left: 0px;
    }
    .login a, .singup a {
        margin-left: 0px;
        border-bottom: none !important;
    }
    .nav > li > a {
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar {
        margin: 0px;
        padding: 7px 0px;
    }
    /* HOMEPAGE */
    #home_slider h1 {
        font-size: 28px;
        padding: 0px 50px;
    }
    ol.flex-control-nav.flex-control-paging {
        display: block;
    }
    .flex-control-paging li a {
        background: #fff;
    }
    .flex-control-paging li a.flex-active {
        background: #bc0035;	
    }
    .flex-direction-nav {
        display: none;
    }
    .home_news_box_innerbox .dugme_viewall {
        top:0px;
    }
    .col-md-4.home_single_news {
        padding-bottom: 25px;
    }
    .home_news_box_sideinnerbox_weekly,
    .home_news_box_sideinnerbox_tweets {
        border: 1px solid #ebebed;
    }
    .home_news_box_sideinnerbox_weekly ul {
        width:100%;
    }
    .home_news_box_sideinnerbox_weekly .news_side_headline {
        text-align: left;
    }
    .home_news_box_sideinnerbox_weekly,
    .home_news_box_sideinnerbox_tweets {
        min-height: 400px;
    }
    .slick-slide img {
        margin: 0 auto;
    }
    /* HOMEPAGE */
    /* ABOUT PAGES */
    .about2_board, .about2_members {
        padding-bottom: 30px;
    }
    .about_headline,
    .about3_partners h1,
    .about4_stuffs h1 {
        text-align: center;
    }
    .about4_stuffs_stuffmember {
        margin: 20px 0px 45px;
    }
    #about5_membership {
        background: #ebebed;
    }
    #about5_membership .container {
        padding: 0px;
    }
    .membership_box_left.light_gray_bgd_box {
        padding: 50px;
        text-align: center;
    }
    .membership_box_right.white_bgd_box {
        padding: 50px;
    }
    .membership_box_right p:first-of-type {
        padding-top: 0px;
    }
    /* ABOUT PAGES */
    /* Contact */
    #contact_box {
        background: #fff;
        padding-top: 25px;
        padding-bottom: 30px;
    }
    #contact_box .container {
        padding: 0px;
    }
    #contact_box .container h1 {
        padding-bottom: 30px;
    }
    #contact_box .container h1,
    #contact_box .container h3 {
        text-align: center;
    }
    .contact_box_left.light_gray_bgd_box,
    .contact_box_right.white_bgd_box {
        padding: 50px;
        text-align: center;
    }
    /* Contact */
    /* NEWS PAGES */
    #news_login {
        background: #ebebed;
        padding-top: 25px;
        padding-bottom: 30px;
    }
    #news_login .container {
        padding: 0px;
    }
    #news_login .container h1,
    #news_login .container h3 {
        text-align: center;
    }
    .news_login_left.light_gray_bgd_box,
    .news_login_right.white_bgd_box {
        padding: 50px;
    }
    .siderbar_box_twitter {
        margin-top: 25px;
    }
    .news_single_body_box {
        padding: 30px;
    }
    .home_single_news {
        padding-bottom: 25px;
    }
    .home_single_news img {
        width: 100%;
    }
    .news_all_mainbox_headline {
        border: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        text-align: center;
    }
    .news_all_mainbox_2latestnews,
    .news_all_mainbox_4smallnews {
        border: 1px solid #f1f1f1;
    }
    .news_all_mainbox_4smallnews .home_single_news {
        border: none;
    }
    /* NEWS PAGES */
    /* SERVICES PAGES */
    .services1_upperbox hr,
    .services1_downbox_levobox hr {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
























}