$nav_bg: #860255; // purple
$nav_bg2: #EF4B3F ; // Orange
$search_bg: rgba(0,0,0,0.1) ; // Search box
$search_bg_hover: rgba(0,0,0,0.3) ; // Search box

.nav-menu ul{ width: 95% }

.active_busc{
    top: 80px!important;
    position: relative;
    transition: all .3s;
    display: none;
  }

  .search{
    width: 80px;
    height: 0px;
    float: right;
    color: #fff;
    font-size: 18px;
    border-bottom: 100px solid $search_bg;
    border-left: 80px solid transparent;
    position: relative;
    transition: .3s;
    top: -35px;
    &::before{
      content: '';
    }
    
    &:hover{
      border-bottom: 100px solid $search_bg_hover;
    }
  }

   

.search_active{ top:15px; }

  #adBlock, .gsc-adBlock; .e2, .gc_ {display: none; height: 0px; width: 0px; }
  .gsc-webResult.gsc-result, a.gs-title, .gsc-control-cse .gs-spelling, 
  .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *, .gsc-control-cse.gsc-table-result{    font-family: "Raleway", sans-serif;font-size: 1.3rem;}
  .gs-title{font-weight: 700; font-size:20px;   }
  .gs-webResult div.gs-visibleUrl-long{display: none;}
 .gsc-webResult.gsc-result{ width: 48%; display: block; border: 1px solid #ccc; 
  float: left; min-height: 200px;
padding: 10px;
margin: 1%; }
.gs-web-image-box{width: 100%; display: block; max-height: 100px; min-height: 100px; overflow: hidden;}

.gs-web-image-box, .gs-promotion-image-box, .gs-web-image-box img{ width: 100%; }

  .fa-search{
    position: relative;
    left: 25px;
    top: 38px;
  }

  input[type=search]{
      background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    -webkit-appearance: none;
  }
  input.search_box, .search_box {
    position: absolute;
    font-size: 16px;
    color: #fff;
    line-height: 4;
    top: -100px;
    width: 320px;
    right: 130px;
    transition: all .3s;
  }  
  .search_box_active{
    top: 15px!important;
    transition: all .3s;
  }

 input::-webkit-input-placeholder {
    color: #fff;
  }
  
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1px;
    width: 15px;
    background: transparent;
    border-radius: 50%;
    
    &::before{
    content: '+';
    color: #fff;
    font-weight: bold;
    -webkit-transform: rotate(45deg);
    font-size: 21px;
    position: absolute;
    top: -10px;
    }
    
  }


@media screen and (max-width: 820px) {
  .search{color:#ff5821; top:15px; border-left: 0; border-bottom: 0; font-size: 30px; height: 80px; display: none;}
  .active_busc{}
  input.search_box, .search_box {
   position: relative;

font-size: 16px;

color: #fff;

line-height: 4;

width: 320px;
top:20px;
right: -10px; border: 0;
}
.search_box_active {
position: relative;

font-size: 16px;

color: #fff;

line-height: 4;

width: 320px;
top:20px;
right: -10px;
}
form{border-bottom: 0px;}

 .gsc-webResult.gsc-result{ width: 100%; display: block; border: 0; 
  float: left; min-height: 200px;
padding: 10px;
margin-bottom: 10px ; }


}
.lazy{ background: url("../img/load.gif") no-repeat;
  background-position: center center;
  background-size: cover;
 min-height: 200px; width: 100%; border: 0;
  }
  .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.member .member-img {
    position: relative;
    overflow: hidden;
}
.member .member-info {
    padding: 25px 15px;
    text-align: left;
}

.container_sel{position: relative;z-index: 100; display: block;}
