<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.slider_index {
  opacity: 0;
  max-height: 80px;   
}
.slider_index.show {
  max-height: auto;
  opacity: 1;
}



@media (max-width: 768px) {

  .btn-info.add_comment {
    background: none !important;
    border: none !important;
    color: #007bff;
  }
}

/*COLOR*/

a.go_top {
  position: fixed;
  bottom: 25px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 10;
  width: 45px;
  height: 45px;
  text-align: center;
  /*background: #ffd201;*/
  color: #999;
  padding: 12px 0;
  color: black !important;
  border-radius: 50%;
  z-index: 1050;
}

.tags.element {
  color: #007bff;
  /*font-size: 20px;*/
}



.tags.element a{
  /*color: black;*/
}

.tags::before {
  font-family: "FontAwesome";
  content: "\f0c6";
  margin-right: 5px;
  /*font-size: 22px;*/
}

.slider_top .tags {
  /*font-size: 13px;*/
}




@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?4254001');
  src: url('fonts/fontello.eot?4254001#iefix') format('embedded-opentype'),
  url('fonts/fontello.woff?4254001') format('woff'),
  url('fonts/fontello.ttf?4254001') format('truetype'),
  url('fonts/fontello.svg?4254001#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


.demo-icon
{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  margin-left: .2em;
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-eye:before { content: '\e800'; } /* 'о&nbsp;Ђ' */
.icon-picture:before { content: '\e801'; } /* 'о&nbsp;Ѓ' */
.icon-chat:before { content: '\e802'; } /* 'о&nbsp;‚' */

body {
  font-family: Verdana;
  font-size: 14px;
}

blockquote {
  padding: 10px 20px;
  margin: 20px 0 20px 5%;
  font-size: 22px;
  border-left: 5px solid #ccc; 
}


blockquote footer {
  opacity: .5;
  font-size: 14px;
}

button, 
button:active, 
button:focus,
a, 
a:active, 
a:focus {
  outline: none;
}

/* a{ color: black;} */

a:hover {
  opacity: .6;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

.p-2 {
  padding: 0.35rem!important;
}

header {
  padding: 20px 0 15px;
}

@media (max-width: 768px) {
  header {
    padding-bottom: 0 !important;
  }
  .h1, h1 {
    font-size: 24px !important;
  }
  .h2, h2 {
    font-size: 22px !important;
  }
  .content_blocks .block_default h3 {
    font-size: 16px;
    margin: 10px 5px 5px;
  }
  .slick-slide h3{
    font-size: 14px !important; 
    font-weight: bold;
  }
}
/* header a { color: black} */

header .slogan {
  font-size: 18px;
  opacity: .5;
  font-style: italic;
  padding: 5px 0 5px 15px;
  font-weight: 100;
}

header .social .fa {
  font-size: 22px;
  opacity: .7;
}

.social img{
  height: 22px;
  width: auto;
}

header .menu_collapse {
  font-size: 24px;
  margin-right: 15px;
}

.main_menu {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .main_menu {
    margin-bottom: 0;
  }
}


.main_menu .menu {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.main_menu .menu_enter_search {
  font-size: 13px;
}

.main_menu .menu_enter_search .fa {
  font-size: 18px;
}

.date_time {
  font-size: 13px;
  opacity: .7;
}

.date_time::before {
  font-family: "FontAwesome";
  content: "\f017";
  margin-right: 3px;
}

.slider_top .tags a { color: white;}
/*.slider_top a:hover {color: white; opacity: .8;}*/



.slider_top .date_time,
.slider_top .text {
  margin-bottom: 5px;
}

.slider_top,
.slider_top a {
 color: white; 
}

.slider_top .tags a {
  text-decoration: underline !important;
}

.slider_top&gt;div {
  min-height: 375px;
}

/*.slider_top&gt;div&gt;a&gt;div .left {
    width: 60%;
    }*/

    .slider_top h2 {
      font-weight: bold;
      font-size: 22px;
    }

    .slider_top h3 {
      font-weight: bold;
      font-size: 18px;
    }

    @media (max-width: 768px) {
      .slider_top h2 {
        font-weight: bold;
        font-size: 20px;
      }
      .slider_top .date_time, .slider_top .text {
        font-size: 13px;
      }
      .slick-next.slick-arrow{ display: none !important; }
      .date_time {
        font-size: 12px;
      }
      .date_time + a{
        font-size: 13px;
      } 

      .tags {
        font-size: 12px;
      }
      .text { font-size: 13px; }
      .content_blocks&gt;div.block_long h3 {
        font-size: 18px !important;
      }
    }

    /* ***************************************  BLOCK`s */

    .row.content_blocks&gt;.col&gt;a&gt;div,
    .row.content_blocks&gt;[class^=col-]&gt;a&gt;div {
      border-radius: 5px;
    }

    .row.content_blocks&gt;.col&gt;a,
    .row.content_blocks&gt;[class^=col-] a {
      color: black;
    }

    .content_blocks&gt;div&gt;div,
    .content_blocks&gt;div&gt;a&gt;div {
      min-height: 280px;
    }

    .content_blocks .block_white_black .date_time,
    .content_blocks .block_default .date_time {
      margin: 7px 0 15px;
    }


    /* *****************  1. defautl */

    .content_blocks .block_default h3 {
      font-size: 20px;
      margin: 10px 5px 5px;
    }

    .content_blocks .block_default .text {
      margin: 0 5px
    }

    .content_blocks .block_default img {
      border-radius: 5px 5px 0 0;
    }


    /* *****************  2. black &amp; white */

    .content_blocks&gt;div&gt;a&gt;div.block_white_black {
      padding: 20px;
    }

    .content_blocks .block_white_black h3 {
      font-size: 22px;
      font-weight: bold;
    }


    /* *****************  3. long */

/*.content_blocks&gt;div.block_long&gt;a&gt;div&gt;div {
    margin: 0 30px 0 40%;
    width: 56%;
    }*/

    .content_blocks&gt;div.block_long&gt;div {
      border-radius: 5px;
    }

    .content_blocks div.block_long a {
      color: white !important
    }

    .content_blocks div.block_long .tags a {
      text-decoration: underline;
    }

    .content_blocks&gt;div.block_long h3 {
      font-size: 24px;
    }

    .content_blocks&gt;div.block_long a .date_time {
      position: absolute;
      bottom: 20px;
      right: 30px;
    }

    .content_blocks&gt;div.block_long .text {
      margin: 7px 0;
    }


    /* *****************  4. image */

    .content_blocks .block_image a * {
      color: white;
    }

    .content_blocks&gt;div.block_image&gt;a&gt;div {
      padding: 60px 30px 60px;
    }

    .content_blocks&gt;div.block_image a .date_time {
      position: absolute;
      bottom: 20px;
      right: 30px;
    }

    .content_blocks .block_image h3 {
      font-size: 20px;
    }


    /* ***************************************  NEWS */

    .news_blocks {
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .news_blocks .date_time {
      opacity: .4;
    }

    .news_blocks&gt;div {
      margin-bottom: 10px;
    }


    /* ***************************************  VIDEO */

    .video_blocks {
      border: 1px solid rgb(240, 240, 240);
      /* border-right: none; */
    }

    .video_blocks .video_list {
      overflow-y: scroll;
      padding: 20px 15px 20px 15px;
      /* height: 100%; */
    }

    .video_blocks ::-webkit-scrollbar {
      width: 10px;
    }

    .video_blocks ::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.3);
      margin-right: -2px !important;
    }

    .video_blocks ::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, .05);
    }

    .video_blocks h3 {
      margin: 20px 20px 0 20px;
      font-size: 20px;
      ;
    }

    .video_list {
      margin-right: -2px;
    }


    /* ***************************************  FOOTER */

    footer .copy {
      font-size: 13px;
    }

    footer .social .fa {
      font-size: 25px;
    }


    /* ***************************************  MENU MODAL */

    .modal.menu .modal-content {
      position: fixed;
      top: 0;
      right: 0 !important;
      background: rgba(77, 77, 77, 0.95);
      border: none;
      height: 100vh;
      border-radius: 0;
      box-shadow: 0 0 40px rgb(0, 0, 0);
    }

    .modal.menu .modal-dialog {
      color: white;
      position: fixed;
      width: auto;
      margin: 0;
      right: 0;
      pointer-events: none;
      background: black;
      width: 100%;
      font-size: 14px;
      pointer-events: auto;
    }

    .modal.menu .close {
      color: white;
      opacity: 1;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 2;
      text-shadow: none;
    }

    .modal.menu .close:hover {
      color: white;
    }

    .modal.menu .modal-body {
      padding: 40px 60px 40px 40px;
      height: calc(90vh - 40px);
      overflow: auto;
      /*direction: rtl;*/
      /* margin-left: 5px; */
    }

    .modal.menu .modal-body::-webkit-scrollbar {
      width: 10px;
    }

    .modal.menu .modal-body::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.3);
      margin-right: -2px !important;
    }

    .modal.menu .modal-body::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, .1);
    }

    .modal.menu .modal-footer {
      -ms-flex-pack: end;
      justify-content: flex-start;
      padding: 1rem;
      border-top: 1px solid rgba(255, 255, 255, .2);
    }


    /* ***************************************  SEARCH MODAL */

    .modal.search .modal-dialog {
      color: white;
      /* position: fixed; */
      /* width: auto; */
      /* margin: auto; */
      /* left: 0; */
      /* pointer-events: none; */
      background: none;
      width: 60% !important;
      max-width: 60%;
      font-size: 24px;
      /* margin: 0 !important; */
    }

    @media (max-width: 768px) {
      .modal.search .modal-dialog {
        width: 100% !important;
        max-width: 100%;
      }
      .modal.search .modal-body {
        padding: 40px 20px 40px 0 !important;
        /* margin-left: 5px; */
      }
    }
    .modal.search .modal-content {
      /* position: fixed; */
      /* top: 0; */
      /* right: 0 !important; */
      /* background: none; */
      /* border: none; */
      /* height: 200px; */
      /* border-radius: 0; */
      background: none;
    }

    .modal.search .close {
      color: white;
      opacity: 1;
      position: fixed;
      top: 20px;
      right: 30px;
      z-index: 2;
      text-shadow: none;
    }

    .modal.search .modal-body {
      padding: 40px 60px 40px 40px;
      /* margin-left: 5px; */
    }

    .modal.search .modal-body input {
      background: black;
      color: white;
      border-color: rgba(255,255,255, .3);
    }

/*.modal.search .modal-backdrop {
  background: #fff !important;
}
*/
.modal.search .modal-backdrop.show {
  opacity: .8 !important;
}  

.modal.search {
  background: rgba(0,0,0, .7) !important;
  /*opacity: .8 !important;*/

}

.slider_top&gt;div:hover,
.block_long&gt;a&gt;div:hover,
.block_image&gt;a&gt;div:hover,
.block_default&gt;img:hover{
  opacity: .9;
  cursor: pointer !important;
}
.block_white_black:hover {
  box-shadow: 0 0 1000px rgba(0,0,0, .1) inset;
  
}

div&gt;a&gt;div {cursor: pointer !important;}


#modal_mobile_menu li, li .login{

  font-size: 18px !important;
  margin-bottom: 5px;

}



</pre></body></html>