<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.select-options-layer .sublayer .option-row label,.select-options-layer .sublayer .option-row label:before{ outline: medium none;  text-decoration: none; -webkit-transition : all 0.2s linear 0s; -moz-transition : all 0.2s linear 0s; -ms-transition : all 0.2s linear 0s; -o-transition : all 0.2s linear 0s; transition : all 0.2s linear 0s}
.breadcrumb{
  padding: 18px 0 8px
}
.main-content{
  margin-top: 0;
  padding-top: 0
}
.select-options-layer{
  width: 250px;
  position: relative;
}
.select-options-layer &gt; span{
  display: block;
  width: 100%;
  line-height: 45px;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 20px;
  position: relative;
  font-size: 14px;
  font-size: #222b30
}
.select-options-layer &gt; span:before{
  width: 15px;
  height: 15px;
  content: '\f2f2';
  font-size: 21px;
  color: #92999c;
  position: absolute;
  left: 10px;
  top: 2px;
  font-family: 'material';
}
.select-options-layer &gt; span:hover{
  cursor: pointer;
}
.select-options-layer .sublayer{
  position: absolute;
  right: 0;
  top: 53px;
  background-color: #fff;
  border:1px solid #e9eef2;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px 18px 10px;
  width: 100%;
  z-index: 1000;
  display: none
}
.select-options-layer .sublayer .option-row{
  width: 100%;
  margin-bottom: 13px;
  position: relative;
}
.select-options-layer .sublayer .option-row input{
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}
.select-options-layer .sublayer .option-row label{
  display: block;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  padding-right: 20px;
  position: relative
}
.select-options-layer .sublayer .option-row label:before{
  content: '\f11a';
  font-family: 'bnicon';
  font-size: 11px;
  position: absolute;
  right: 0;
  top: -2px;
  color: #d9e3e8;
  direction: ltr
}
.select-options-layer .sublayer .option-row label:hover,
.select-options-layer .sublayer .option-row label:hover:before{
  cursor: pointer;
  color: #1c84ef
}
.select-options-layer .sublayer .option-row input:checked + label:before{
  color: #74c947
}
.select-options-layer .sublayer .option-row input:checked + label{
  color: #4fb61a
}
.pagination-layer{
  margin: 35px 0 30px
}
.last-articles-layer .top-articles h2{
  padding-top: 7px
}

@media screen and (max-width : 600px){
  .last-articles-layer .top-articles h2{
    float: none;
    width: 100%
  }
  .last-articles-layer .left-col{
    float: none;
    width: 100%;
    margin-top: 20px;
    clear: both;
  }
  .select-options-layer{
    width: 100%
  }
}</pre></body></html>