/* mm */

/* Osiedle Studenckie */

body .icon-os
{
  display: block;
  width: 48px !important;
  height: 48px;
  background-image: url('../assets/logo/os-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0px !important;
}

/* ------------------------------------------------------------------------------------ */

/* Przyciski Wyszukiwarki google */

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #555 !important; 

 }

@media only screen and (max-width:900px),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi)
{
  
  .gs-web-image-box{
  float:left !important;
  padding: 2px 8px 2px 0 !important;
  margin-right: 15px !important;
  margin-left:0 !important;
  text-align: center !important;
  

  }
}

@media only screen and (min-width:900px),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi)
{
  
  .gs-web-image-box{
  float:left !important;
  padding: 2px 8px 2px 0 !important;
  margin-right: 25px !important;
  margin-left:0 !important;
  text-align: center !important;
 

  }
}

/* ------------------------------------------------------------------------------------ */

/* Przyciski czerwone w menu */
@media only screen and (max-width: 767px){
.hm-r-red-button{
  width: 50% !important;
}
.hm-r-red-button:not(:first-child) {
    margin: 0px 0px 0px 0px; 
}
}