/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1376px) {}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .site_logo_slogan_top {
    font-size: 12px;
  }

  .site_logo_slogan_bottom {
    font-size: 18px;
  }

  .top_panel .row>div {
    position: static;
  }

  header .container {
    position: relative;
  }

  .social_buttons_wrapp {
    position: absolute;
    left: 15px;
    top: 100%;
    z-index: 1005;
    margin-top: 10px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .mobile_hidden {
    display: none !important;
  }

  .desk_hidden {
    display: block !important;
  }

  header .lang_sw {
    margin-bottom: 0px;
    position: absolute;
    width: 170px;
    left: 0;
    top: 151px;
    z-index: 1002;
  }

  .top_panel .row>div:last-child {
    position: static;
  }

  header .container {
    position: relative;
  }

  .lang_sw ul {
    text-align: left;
    height: 8px;
    white-space: nowrap;
  }

  .smaller .top_panel {
    display: none;
  }

  .new_box_txt a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
  }

  .new_box_excerpt {
    font-size: 12px;
  }

  .social_buttons_wrapp {
    position: fixed;
    left: 10px;
    bottom: 15px;
    margin-top: 0px;
    top: initial;
  }

  .social_buttons_list {
    white-space: normal;
  }

  .social_buttons_list>li {
    display: block;
    margin-bottom: 5px;
  }

  .smaller .smaller_site_wrapper {
    display: block !important;
  }
}

/*=================================================================================================*/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .news_list_page .new_box .img_cont {
    /* height: 280px;
    width: 100%;
    margin-bottom: 10px;*/
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 670px) {}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
  /*  .news_list_page .new_box .img_cont {
    height: 360px;
}*/
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 480px) {
  /* .news_list_page .new_box .img_cont {
    height: 340px;
}*/

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 400px) {
  .news_list_wrapper .new_box>.row>div {
    width: 100%;
  }

  .news_list_page .new_box .img_cont {
    height: 250px;
    width: auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width : 350px) {
  .news_list_page .new_box .img_cont {
    height: 200px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 310px) {}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .mobile_hidden {
    display: block !important;
  }

  .desk_hidden {
    display: none !important;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}


/*=================================================*/
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1376px) {}

/*=============================*/
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1700px) {}