 .home{
    background: url('../img/wallpaper_hut_ri_2021.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;

  }
  .ad{
    display: none;
  }
  
  
  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
  }
  .preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font: 14px arial;
  }

/*Loader*/

header{
  display: none;
  background: url('../img/header_ri.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90px;
  width: 100%; 
  padding-top: 5px;
  padding-bottom: 5px;
}
.bg-head{
 /*  background: url("../img/bg-trans.png"); */
  height: 95%;
  width: 350px;
  padding: 5px;
  /*Hut RI */
  margin-top: 50px;
}
.logo-head{
  width: 55px;
}
.title-head{
  font-size: 16px;
  letter-spacing: 13px;
  color: #0d47a1;
  font-weight: 600;

}
.subtitle-head{
  font-size: 16px;  
  color: #e65100;
  font-weight: 600;
}
.orange-text{
  color: orange;
}

.carousel-item{
  max-width: 180px;
}

.text-menu{
    font-weight: 700;
    color : #000;
    font-size: 12px;
}


/*google important*/

.gcsc-branding, .gcsc-branding, .gcsc-branding-text, .gcsc-branding-clickable, .gcsc-branding-text-name{
  color: white !important;
}
.gs-spelling{
  color: rgba(255, 255, 255, 1) !important;
}
.gs-spelling > a > b >i{
  color: rgba(255, 152, 0, 1) !important;
}
.gsc-orderby-container{
  display: none !important;
}
.gsc-result-info{
  padding: 0 !important;
  display: none !important;
}
.gs-visibleUrl-long{
  color: orange !important;
}
.gsc-above-wrapper-area{
  border-bottom: rgba(255, 255, 255, 0) !important;
}
.gsc-resultsHeader{
  display: none; 
}
.gs-fileFormat{
  color: rgba(255, 255, 255, 1) !important;
}
.gsc-cursor-page {
  padding: 6px !important;
  background-color: #008000c9 !important;
  color: white !important;
}
.gsc-cursor-current-page {
  padding: 6px !important;
  background-color:  rgba(134, 134, 134, 0) !important;
  color: white !important;
}

table{
      border-collapse: inherit !important;
}

.gsc-above-wrapper-area,
.gsc-control-cse {
  background-color: rgba(255, 255, 255, 0) !important;
  border-left-color: rgba(255, 255, 255, 0) !important;
  border-bottom-color: rgba(255, 255, 255, 0) !important;
  border-right-color: rgba(255, 255, 255, 0) !important;
  padding: 0% !important;
  margin: 0% !important;
}
.gsc-input-box{
  border-color: rgba(255, 255, 255, 255) !important;
}
.gsc-control-cse{
  border-color: rgba(255, 255, 255, 0) !important;
}
.gcsc-branding{
  display: none !important;
}
.gsc-search-box{
  border-collapse : none !important;
}
.gsc-results-wrapper-nooverlay{
  padding: 0px !important;
}
.gsib_a{
  background-color: rgba(255, 255, 255, 0) !important;
}

.gs-title, .gs-title > b, .gs-snippet, .gsc-orderby-label{
  color: white !important;
}
.gs-no-results-result > .gs-snippet {
  background-color: rgba(255, 255, 255, 0) !important;
}

#resInfo-0{
  color: white !important;
}
.gs-fileFormatType{
  color: orange !important;
}
.gsc-result{
  /*background-color: rgba(255, 255, 255, 0) !important; */
  border-left-color: rgba(255, 255, 255, 0) !important;
  border-bottom-color: rgba(255, 255, 255, 0) !important;
  border-right-color: rgba(255, 255, 255, 0) !important;
  color:white !important; 
  background-color: #008000c9 !important;
  margin: 0px 0px 10px 0px !important;
  padding: 4px !important;
  border-radius: 5px !important;
}
.ad{
  display: none !important;
}
/*google important*/

.panel_local{
  background-color: rgba(0, 0, 0, 0.5) !important;
  line-height: 120%;
  padding: 10px 15px !important;
  margin-bottom: 10px !important;
  border-radius: 5px;
  color: #fff;
}
.panel_local:hover{
  border: 1px solid white;
}