@media screen and (max-width: 1200px) {
  html {
    font-size: 80%;
  }
}

  @media screen and (min-width: 901px) {
  .hide_desktop {
  	display: none !important;
  }
}



@media screen and (max-width: 500px) {
  #news #exhb_left .exhb_img, #news #arrivals > .content .arrv_img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  #news .place-news, #news #exhb_left .title-news {
    margin-left: 0 !important;
  }

  #news #exhb_right {
    min-width: 0;
  }

  #news #arrivals #arrv_right {
    max-width: 100% !important;
  }
  
  /* online exhibitions */
   #online-exhibitions #exhb_left .exhb_img, #online-exhibitions #arrivals > .content .arrv_img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  #online-exhibitions .place-news, #online-exhibitions #exhb_left .title-news {
    margin-left: 0 !important;
  }

  #online-exhibitions #exhb_right {
    min-width: 0;
  }

  #online-exhibitions #arrivals #arrv_right {
    max-width: 100% !important;
  }
  
  /* podcast */
   #podcast #exhb_left .exhb_img, #podcast #arrivals > .content .arrv_img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  #podcast .place-news, #podcast #exhb_left .title-news {
    margin-left: 0 !important;
  }

  #podcast #exhb_right {
    min-width: 0;
  }

  #podcast #arrivals #arrv_right {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 900px) {
  .hide_mobile {
    display: none !important;
  }

  img {
    max-width: 100%;
  }

  #menu_mobile {
    min-height: 100vh;
    width: 75vw;
    position: fixed;
    right: calc(-75vw - 50px);
    top: 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,1);
    background-color: #fff;
    z-index: 9;

    -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
  }

  #menu_mobile.visible {
    right: 0;
  }

  #menu_mobile_overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 8;
  }

  #menu_mobile_overlay.visible {
    display: block;
  }

  header {
    text-align: justify;
  }

  header div.content p:after{
    content: '';
    display: inline-block;
    width: 100%;
  }

  header #logo {
    left: 0 !important;
    max-width: 70%;
    vertical-align: middle;
  }

  header #menu_mobile_button {
    max-width: 10%;
    vertical-align: middle;
  }

  header div#menu_mobile ul#topnav li {
    display: block;
    margin-left: 2rem;
    margin-bottom: 1rem;
  }

  header div#menu_mobile ul#top-menu li {
    display: block;
    margin-left: 2rem;
    margin-bottom: 1rem;
  }

  header div#menu_mobile ul#lang_switcher {
    text-align: left;
    margin-left: 2rem;
    margin-top: 3rem;
  }

  header ul.topnav li:hover a {
  	white-space: normal;
  }

  header ul.top-menu li:hover a {
  	white-space: normal;
  }

  header ul#top_social_links, header ul.languages {
    float:none;
  }
  header ul#top_social_links {
    margin-left: 2rem;
    margin-top: 3rem;
  }


  /********************** about ********/
  #about #abouts {
/*      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
*/
      padding-left: 1rem !important;
  }

  #about #abouts div.about {
    width: 100%;
  }

  #about #abouts div.about > h2 {
    text-align: left;
  }

  #about #abouts div.about > p {
    width: 100%;
    padding-left: 0;
  }


  #about #cooperations .content {
      -webkit-column-count: 1; /* Chrome, Safari, Opera */
      -moz-column-count: 1; /* Firefox */
      column-count: 1;
  }

  #about #cooperations .content > div {
    width: 100%;
  }

  #about #cooperations .content > div > p {
    padding: 0;
  }

  #about #cooperations > img {
    vertical-align: middle;
    width: 100%;
  }

  #about #the_team .team_person {
    width: 50%;
  	padding: 1rem 1rem;
  }


  /********************** about-end ********/



  /********************** contact ********/

  #contact #body, #contact #map {
    width: 100%;
  }

  #contact #map {
    position: static;
    margin-top: 4rem;
    height: 50vh;
  }

  /********************** contact-end ********/

  /********************** news ********/

  #news #exhb_left .exhb_img, #news #arrivals > .content .arrv_img {
    float: none;/*
    width: 100%;
    max-width: 100%;*/
    margin-right: 0;
  }

  #news #exhb_left #exhb_right, #news #arrivals #arrv_right {
    display: block;
    position: relative;
    width: 100%;
    height: 50vh;
    top: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    margin-top: 3rem;
  	background-color: #f2f2f2;
  }

  #news #arrivals {
  	background-color: #fff;
  }

  #news #arrivals #arrv_right .arrv {
    margin-left: 1rem;
    padding-right: 33px;
  }

  #news #exhb_left > .exhb, #news #arrivals > .content > .arrv {
    padding-right: 0;
  }


  #news .ps-container > .ps-scrollbar-y-rail {
    height: 50vh !important;
  }

  #news #exhb_right .exhb {
    padding-left: 3rem;
  }

  /********************** news-end ********/

  /********************** online exhibitions ********/

  #online-exhibitions #exhb_left .exhb_img, #online-exhibitions #arrivals > .content .arrv_img {
    float: none;/*
    width: 100%;
    max-width: 100%;*/
    margin-right: 0;
  }

  #online-exhibitions #exhb_left #exhb_right, #online-exhibitions #arrivals #arrv_right {
    display: block;
    position: relative;
    width: 100%;
    height: 50vh;
    top: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    margin-top: 3rem;
  	background-color: #f2f2f2;
  }

  #online-exhibitions #arrivals {
  	background-color: #fff;
  }

  #online-exhibitions #arrivals #arrv_right .arrv {
    margin-left: 1rem;
    padding-right: 33px;
  }

  #online-exhibitions #exhb_left > .exhb, #online-exhibitions #arrivals > .content > .arrv {
    padding-right: 0;
  }


  #online-exhibitions .ps-container > .ps-scrollbar-y-rail {
    height: 50vh !important;
  }

  #online-exhibitions #exhb_right .exhb {
    padding-left: 3rem;
  }

  /********************** online exhibitions-end ********/
  
    /********************** podcast ********/

  #podcast #exhb_left .exhb_img, #podcast #arrivals > .content .arrv_img {
    float: none;/*
    width: 100%;
    max-width: 100%;*/
    margin-right: 0;
  }

  #podcast #exhb_left #exhb_right, #podcast #arrivals #arrv_right {
    display: block;
    position: relative;
    width: 100%;
    height: 50vh;
    top: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    margin-top: 3rem;
  	background-color: #f2f2f2;
  }

  #podcast #arrivals {
  	background-color: #fff;
  }

  #podcast #arrivals #arrv_right .arrv {
    margin-left: 1rem;
    padding-right: 33px;
  }

  #podcast #exhb_left > .exhb, #podcast #arrivals > .content > .arrv {
    padding-right: 0;
  }


  #podcast .ps-container > .ps-scrollbar-y-rail {
    height: 50vh !important;
  }

  #podcast #exhb_right .exhb {
    padding-left: 3rem;
  }

  /********************** podcast-end ********/



  body#artists div#artists_list {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }

  body#artists div#artist_details div#bio div#exhb_content > div {
    width: 100%;
  }

  body#exhibitions #date_column {
    width: 100%;
    margin-bottom: 3rem;
  }

  body#exhibitions #exhibitions_column {
    padding-left: 0;
    width: 100%;
  }

  body#exhibitions #exhibitions_column .exhb {
    width: 100%;
  }

  body#exhibitions #exhibitions_column .exhb .exhb_main_image {
    display: block;
    max-width: 100%;
  }

  body#exhibitions #exhibitions_column .exhb .exhb_content {
    display: block;
    width: 100%;
  }

  body#art-fairs #date_column {
    width: 100%;
    margin-bottom: 3rem;
  }

  body#art-fairs #exhibitions_column {
    padding-left: 0;
    width: 100%;
  }

  body#art-fairs #exhibitions_column .exhb {
    width: 100%;
  }

  body#art-fairs #exhibitions_column .exhb .exhb_main_image {
    display: block;
    max-width: 100%;
  }

  body#art-fairs #exhibitions_column .exhb .exhb_content {
    display: block;
    width: 100%;
  }
}
