:root { 
    --crna:#2b2d42;
    --siva:#8d99ae;
    --bela:#edf2f4;
    --crvena:#ef233c;
    --crvena2:#d90429;
}

/* ----- fonts ----- */
@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Raleway:wght@400;600&display=swap");

@font-face {
    font-family: 'Counter-Strike';
    src: url('https://balkan-cs.com/balkancs/css/webfonts/Counter-StrikeRegular.woff2') format('woff2'),
        url('https://balkan-cs.com/balkancs/css/webfonts/Counter-StrikeRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'CS Regular';
  src: url('https://balkan-cs.com/balkancs/css/webfonts/cs_regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* ----- text defaults ----- */

body {
  color: #edf2f4;/*#8c8c8e;*/
  font-size: 12px;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-smooth: subpixel-antialiased; 
}

*::-moz-selection {
  color: #ffffff;
  background-color: #d90429;
}
*::selection {
  color: #ffffff;
  background-color: #d90429;
}

.color-crvena {
  color: var(--crvena);
}
.color-zelena {
  color: green;
}
.color-bela {
  color: var(--bela);
}
.color-siva {
  color: var(--siva);
}
.color-crna {
  color: var(--crna);
}
/* ----- title defaults ----- */

h1,
h2 {
  font-weight: normal;
  color: #fafafc;
  margin-bottom: 0;
  font-family: 'Counter-Strike', sans-serif; }
}


h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #fafafc;
  margin-bottom: 0;
  font-family: "Orbitron", sans-serif; }


h1 {
  font-size: 52px;
  font-weight: 800; }


h4 {
  font-size: 17px;
  font-weight: 600; }


h5 {
  font-size: 14px;
  font-weight: 600; }


h6 {
  font-size: 12px;
  font-weight: 400; }

/* ----- text config ----- */

.balkancs-sm-text {
  font-size: 11px; }


.balkancs-lg-text {
  font-size: 16px; }


.balkancs-white {
  color: #fafafc; }


/* ----- container ----- */

.container-fluid {
  overflow: hidden;
  padding: 0 30px;
  position: relative; }

/* ----- buttons frame ----- */
/* line 74,  */
.balkancs-buttons-frame a {
  margin-right: 15px; }

/* ----- suptitle ----- */
/* line 79,  */
.balkancs-el-suptitle {
  margin-top: 5px;
  color: #646466;
  font-style: italic;
  font-size: 11px; }

/* ----- divider ----- */
/* line 86,  */
.balkancs-ls-divider {
  background: #646466;
  width: 100%;
  height: 1px;
  opacity: 0.3; }

/* ----- image defaults ----- */
/* line 93,  */
.balkancs-img-default {
  width: 100%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2); }

/* ----- link defaults ----- */
/* line 99,  */
a {
  text-decoration: none;
  color: #8c8c8e; }
  /* line 103,  */
  a:hover {
    text-decoration: none;
    color: #fafafc; }
  /* line 108,  */
  a:focus {
    outline: inherit; }

/* ----- table ----- */
/* line 113,  */
.balkancs-table {
  color: #8c8c8e; }
  /* line 116,  */
  .balkancs-table ul {
    padding: 0;
    margin: 0; }
    /* line 120,  */
    .balkancs-table ul li {
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 5px; }
      /* line 126,  */
      .balkancs-table ul li:last-child {
        margin-bottom: 0; }

/* ----- quote ----- */
/* line 133,  */
blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  background: var(--crvena);
  color: #191923;
  padding: 30px;
  padding-left: 35px;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
          box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
  position: relative; }
  /* line 146,  */
  blockquote:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 18px;
    opacity: .5;
    top: 5px;
    left: 9px;
    color: #fafafc; }
  /* line 158,  */
  blockquote:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 18px;
    opacity: .5;
    bottom: 5px;
    right: 9px;
    color: #fafafc;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

/* ----- list ----- */
/* line 172,  */
.balkancs-custom-list {
  padding-left: 25px; }
  /* line 175,  */
  .balkancs-custom-list li {
    position: relative;
    list-style-type: none;
    color: #fafafc;
    margin-bottom: 5px; }
    /* line 181,  */
    .balkancs-custom-list li:before {
      content: '';
      position: absolute;
      top: 4px;
      left: -25px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: solid 2px var(--crvena);
      background: transparent;
      -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
              box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2); }

/* ------------------------------

link

------------------------------ */
/* line 200,  */
.balkancs-link {
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #8c8c8e;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
  /* line 212,  */
  .balkancs-link:hover {
    color: #fafafc;
    text-shadow: 0 0 3px rgba(250, 250, 252, 0.4); }
  /* line 217,  */
  .balkancs-link.balkancs-white-link {
    color: #fafafc; }
    /* line 220,  */
    .balkancs-link.balkancs-white-link:hover {
      color: #fafafc;
      text-shadow: 0 0 3px rgba(250, 250, 252, 0.4);
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }
  /* line 227,  */
  .balkancs-link.balkancs-color-link {
    color: var(--crvena); }
    /* line 230,  */
    .balkancs-link.balkancs-color-link:hover {
      color: var(--crvena);
      text-shadow: 0 0 3px rgba(250, 250, 252, 0.4);
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }
  /* line 237,  */
  .balkancs-link.balkancs-w-chevron {
    padding-right: 10px; }
    /* line 239,  */
    .balkancs-link.balkancs-w-chevron:after {
      position: absolute;
      font-family: "Font Awesome 5 free";
      content: '\f054';
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-size: 9px;
      top: 0.3px;
      -webkit-transform: translateX(5px);
              transform: translateX(5px);
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
    /* line 255,  */
    .balkancs-link.balkancs-w-chevron:hover {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      /* line 258,  */
      .balkancs-link.balkancs-w-chevron:hover:after {
        -webkit-transform: translateX(10px);
                transform: translateX(10px); }
  /* line 264,  */
  .balkancs-link:last-child {
    margin-bottom: 0;
    margin-right: 0; }
  /* line 269,  */
  .balkancs-link i {
    font-size: 9px;
    margin-left: 3px; }
  /* line 274,  */
  .balkancs-link.balkancs-left-link {
    padding-left: 10px;
    padding-right: 0; }
    /* line 279,  */
    .balkancs-link.balkancs-left-link.balkancs-w-chevron:after {
      content: '\f053';
      left: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    /* line 286,  */
    .balkancs-link.balkancs-left-link.balkancs-w-chevron:hover:after {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px); }

/* ------------------------------

button

------------------------------ */
/* line 298,  */
.balkancs-btn {
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
          box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
  color: #20202a;
  background: var(--crvena);
  letter-spacing: 1.5px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
  /* line 311,  */
  .balkancs-btn span {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  /* line 316,  */
  .balkancs-btn.balkancs-btn-md {
    height: 45px;
    font-size: 11px;
    padding: 0 35px; }
  /* line 322,  */
  .balkancs-btn.balkancs-btn-sm {
    height: 40px;
    font-size: 11px;
    padding: 0 30px; }
  /* line 328,  */
  .balkancs-btn:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    color: #1e1e28; }

/* ------------------------------

space

------------------------------ */
/* line 338,  */
.p-30-0 {
  padding-top: 30px;
  padding-bottom: 0; }

/* line 343,  */
.p-0-30 {
  padding-top: 0;
  padding-bottom: 30px; }

/* line 348,  */
.p-30-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

/* line 353,  */
.p-30-15 {
  padding-top: 30px;
  padding-bottom: 15px; }

/* line 358,  */
.p-15-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

/* line 363,  */
.p-15-0 {
  padding-top: 15px;
  padding-bottom: 0; }

/* line 368,  */
.p-60-0 {
  padding-top: 60px;
  padding-bottom: 0; }

/* line 373,  */
.p-230-0 {
  padding-top: 230px;
  padding-bottom: 0; }

/* line 378,  */
.mb-10 {
  margin-bottom: 10px; }

/* line 382,  */
.mb-15 {
  margin-bottom: 15px; }

/* line 386,  */
.mb-25 {
  margin-bottom: 25px; }

/* line 390,  */
.mb-30 {
  margin-bottom: 25px; }

@media (max-width: 1400px) {
  /* line 395,  */
  .p-lg-30-0 {
    padding-top: 30px;
    padding-bottom: 0; } }
@media (max-width: 920px) {
  /* line 402,  */
  .p-md-15-0 {
    padding-top: 15px;
    padding-bottom: 0; } }
/* ------------------------------

app marcup

------------------------------ */
/* ----- top background ----- */
/* line 7,  */
.balkancs-top-bg {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  background-position: center;
  height: 400px;
  background-size: cover; }
  /* line 16,  */
  .balkancs-top-bg .balkancs-top-bg-overlay {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 40, 0.93)), color-stop(70%, rgba(30, 30, 40, 0.96)), color-stop(80%, rgba(30, 30, 40, 0.99)), to(#1e1e28));
    background-image: linear-gradient(180deg, rgba(30, 30, 40, 0.93) 0%, rgba(30, 30, 40, 0.96) 70%, rgba(30, 30, 40, 0.99) 80%, #1e1e28 100%); }

/* ----- preloader ----- */
/* line 24,  */
.balkancs-preloader {
  margin: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 30px);
  height: calc(100vh - 30px);
  background: #20202a;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  /* line 37,  */
  .balkancs-preloader .balkancs-preloader-content {
    margin-bottom: 15px;
    text-align: center; }
    /* line 41,  */
    .balkancs-preloader .balkancs-preloader-content .balkancs-preloader-load {
      margin-top: 5px;
      width: 200px; }
      /* line 45,  */
      .balkancs-preloader .balkancs-preloader-content .balkancs-preloader-load .progressbar-text {
        position: relative;
        font-size: 14px;
        font-weight: 400 !important;
        color: #8c8c8e !important;
        height: 300px;
        line-height: 350px; }

/* line 58,  */
.balkancs-preloader-load path:first-child {
  stroke: #191923; }
/* line 61,  */
.balkancs-preloader-load path:last-child {
  stroke: var(--crvena); }

/* ----- scroll frame ----- */
/* line 67,  */
.balkancs-scroll-frame {
  width: 100%;
  height: calc(100vh - 30px); }

/* line 72,  */
.scrollbar-track {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

/* ----- app ----- */
/* line 78,  */
.balkancs-app {
  padding: 15px;
  background: #191923;
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* ----- mobile top bar ----- */ }
  /* line 86,  */
  .balkancs-app * {
    scrollbar-width: none; }
  /* line 90,  */
  .balkancs-app ::-webkit-scrollbar {
    display: none; }
  /* line 94,  */
  .balkancs-app .balkancs-mobile-top-bar {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 70px;
    background: #20202a;
    -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
            box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
    padding: 0 30px;
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  /* line 107,  */
  .balkancs-app .balkancs-app-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background: #1e1e28;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
            box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2); }
    /* line 119,  */
    .balkancs-app .balkancs-app-wrapper .balkancs-app-container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      /* ----- info bar ----- */

      /* ----- content ----- */
      /* ----- menu bar ----- */ }

      .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-info-bar {
        background: #20202a;
        width: 290px;
        min-width: 290px;
        height: calc(100vh - 30px);
        position: relative;
        z-index: 999;
        -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
                box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
        -webkit-transition: 0.55s ease-in-out;
        transition: 0.55s ease-in-out; 
      }
        /* line 134,  */
        .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-info-bar .balkancs-info-bar-frame {
          padding: 0 15px; }
          /* line 137,  */
          .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-info-bar .balkancs-info-bar-frame .balkancs-info-bar-header {
            width: 100%;
            height: 70px;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 999999999999;
            display: none; }
            /* line 148,  */
            .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-info-bar .balkancs-info-bar-frame .balkancs-info-bar-header .balkancs-info-bar-btn {
              margin-left: auto;
              pointer-events: all;
              font-size: 14px;
              padding: 30px; }
              /* line 154,  */
              .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-info-bar .balkancs-info-bar-frame .balkancs-info-bar-header .balkancs-info-bar-btn.balkancs-disabled {
                opacity: 0;
                pointer-events: none; }
          /* line 162,  */
          .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-info-bar .balkancs-info-bar-frame .balkancs-scroll-frame .scroll-content {
            padding: 200px 0 30px; }
      /* line 169,  */
      .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-content {
        position: relative;
        overflow: hidden;
        width: 100vw;
        height: calc(100vh - 30px);
        padding-right: 80px;
        -webkit-transition: 0.55s ease-in-out;
        transition: 0.55s ease-in-out; }
        /* line 177,  */
        .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-content .balkancs-curtain {
          background: rgba(30, 30, 40, 0.88);
          position: absolute;
          z-index: 9;
          left: 0;
          width: 100%;
          height: 100%;
          pointer-events: none;
          opacity: 0;
          -webkit-transition: 0.55s ease-in-out;
          transition: 0.55s ease-in-out; }
        /* line 189,  */
        .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-content.balkancs-active {
          -webkit-transform: translateX(-150px);
                  transform: translateX(-150px); }
          /* line 192,  */
          .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-content.balkancs-active .balkancs-curtain {
            pointer-events: all;
            opacity: 0.7; }
      /* line 199,  */
      .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-menu-bar {
        background: #20202a;
        width: 230px;
        height: calc(100vh - 30px);
        position: absolute;
        z-index: 99;
        right: -150px;
        top: 0;
        bottom: 0;
        -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
                box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
        -webkit-transition: 0.55s ease-in-out;
        transition: 0.55s ease-in-out; }
        /* line 211,  */
        .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-menu-bar .balkancs-menu-bar-frame {
          position: relative; }
          /* line 214,  */
          .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-menu-bar .balkancs-menu-bar-frame .balkancs-menu-bar-header {
            width: 100%;
            height: 70px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9;
            -webkit-box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
                    box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
            background: linear-gradient(159deg, rgba(37, 37, 50, 0.98) 0%, rgba(35, 35, 45, 0.98) 100%); }
            /* line 227,  */
            .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-menu-bar .balkancs-menu-bar-frame .balkancs-menu-bar-header .balkancs-menu-bar-btn {
              pointer-events: all; }
              /* line 230,  */
              .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-menu-bar .balkancs-menu-bar-frame .balkancs-menu-bar-header .balkancs-menu-bar-btn.balkancs-disabled {
                opacity: 0;
                pointer-events: none; }
        /* line 238,  */
        .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-menu-bar.balkancs-active {
          -webkit-transform: translateX(-150px);
                  transform: translateX(-150px); }

/* ------------------------------

app marcup (after 920px)

------------------------------ */
@media (max-width: 920px) {
  /* ----- container ----- */
  /* line 252,  */
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }

  /* ----- preloader ----- */
  /* line 257,  */
  .balkancs-preloader {
    margin: 0;
    width: 100vw;
    height: 100vh; }

  /* ----- scroll frame ----- */
  /* line 263,  */
  .balkancs-scroll-frame {
    height: 100vh; }

  /* line 267,  */
  .balkancs-app {
    padding: 0;
    /* ----- mobile top bar ----- */ }
    /* line 270,  */
    .balkancs-app .balkancs-mobile-top-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    /* line 274,  */
    .balkancs-app .balkancs-app-wrapper {
      border-radius: 0;
      height: 100vh; }
      /* line 278,  */
      .balkancs-app .balkancs-app-wrapper .balkancs-app-container {
        width: 100%;
        /* ----- info bar ----- */
        /* ----- content ----- */
        /* ----- menu bar ----- */ }
        /* line 281,  */
        .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-info-bar {
          position: absolute;
          left: -290px;
          width: 290px;
          height: 100vh; }
          /* line 287,  */
          .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-info-bar.balkancs-active {
            -webkit-transform: translateX(290px);
                    transform: translateX(290px); }
          /* line 292,  */
          .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-info-bar .balkancs-info-bar-frame .balkancs-info-bar-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            /* line 295,  */
            .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-info-bar .balkancs-info-bar-frame .balkancs-info-bar-header .balkancs-info-bar-btn {
              -webkit-transform: translateX(70px);
                      transform: translateX(70px);
              -webkit-transition: 0.4s ease-in-out;
              transition: 0.4s ease-in-out; }
          /* line 304,  */
          .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-info-bar.balkancs-active .balkancs-info-bar-frame .balkancs-info-bar-btn {
            -webkit-transform: translateX(0);
                    transform: translateX(0); }
        /* line 311,  */
        .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-content {
          position: relative;
          width: 100vw;
          height: 100vh;
          padding-right: 0;
          padding-top: 70px; }
          /* line 318,  */
          .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-content .balkancs-scroll-frame {
            height: calc(100vh - 70px); }
          /* line 322,  */
          .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-content.balkancs-active {
            -webkit-transform: none;
                    transform: none; }
            /* line 325,  */
            .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-content.balkancs-active .balkancs-curtain {
              pointer-events: all;
              opacity: 1; }
        /* line 332,  */
        .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-menu-bar {
          position: absolute;
          right: -230px;
          width: 230px;
          height: 100vh; }
          /* line 338,  */
          .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-menu-bar.balkancs-active {
            -webkit-transform: translateX(-230px);
                    transform: translateX(-230px); }
          /* line 342,  */
          .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-menu-bar .balkancs-menu-bar-btn {
            -webkit-transform: translateX(-80px);
                    transform: translateX(-80px);
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
          /* line 348,  */
          .balkancs-app .balkancs-app-wrapper .balkancs-app-container .balkancs-menu-bar.balkancs-active .balkancs-menu-bar-btn {
            -webkit-transform: translateX(0);
                    transform: translateX(0); } }
/* ------------------------------

app marcup (after 290px)

------------------------------ */
@media (max-width: 290px) {
  /* line 363,  */
  .balkancs-app {
    /* ----- info bar ----- */ }
    /* line 365,  */
    .balkancs-app .balkancs-info-bar {
      width: 100vw; } }
/* ------------------------------

app marcup (after 230px)

------------------------------ */
@media (max-width: 230px) {
  /* line 376,  */
  .balkancs-app {
    /* ----- menu bar ----- */ }
    /* line 378,  */
    .balkancs-app .balkancs-menu-bar {
      width: 100vw; } }
/* line 387,  */
.balkancs-app-onepage .balkancs-app-wrapper .balkancs-app-container .balkancs-content {
  padding-right: 0; }


/* line 7,  */
.balkancs-info-bar {
  padding: 0 15px;
}

  .balkancs-info-bar .balkancs-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    padding: 20px;
    height: 190px;
    background: linear-gradient(159deg, rgba(37, 37, 50, 0.98) 0%, rgba(35, 35, 45, 0.98) 100%);
    text-align: center;
    -webkit-box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
            box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1); 
          }

    .balkancs-info-bar .balkancs-header .balkancs-avatar {
      width: 180px;
      height: 150px;
      margin: 0 auto;
      border-radius: 50%;
      position: relative;
      margin-bottom: 15px; 

    }

      .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-avatar-curtain {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 0%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        outline: inherit;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        z-index: 0; 
      }

        .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-avatar-curtain i {
          background: linear-gradient(159deg, rgba(45, 45, 58, 0.88) 0%, rgba(43, 43, 53, 0.88) 100%);
          width: 30px;
          height: 30px;
          text-align: center;
          -ms-flex-item-align: center;
              align-self: center;
          font-weight: 700;
          font-size: 11px;
          line-height: 30px;
          color: #fafafc;
          border-radius: 50%;
          opacity: 0;
          z-index: 1;
          -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out; }

        .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-avatar-curtain img {
          position: absolute;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          border-radius: 1%;
          z-index: 0; 
        }

        .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-avatar-curtain:hover {
          opacity: 1;
          -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
          outline: inherit; }
          /* line 71,  */
          .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-avatar-curtain:hover i {
            opacity: .7; }
            /* line 74,  */
            .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-avatar-curtain:hover i:hover {
              opacity: 1;
              -webkit-transform: scale(1.07);
                      transform: scale(1.07); }
      /* line 82,  */
      .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-lamp-light {
        z-index: 2; }
        /* line 85,  */
        .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-lamp-light:before {
          content: '';
          position: absolute;
          bottom: -1px;
          right: 1px;
          background: #fafafc;
          height: 23px;
          width: 23px;
          border-radius: 50%;
          -webkit-animation: puls 1s infinite;
                  animation: puls 1s infinite; }
@-webkit-keyframes puls {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
@keyframes puls {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
        /* line 108,  */
        .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-lamp-light .balkancs-available-lamp {
          position: absolute;
          bottom: 3px;
          right: 5px;
          height: 15px;
          width: 15px;
          background: #3cff00;
          border-radius: 50%;
          z-index: 0;
          -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out; }
          /* line 119,  */
          .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-lamp-light .balkancs-available-lamp:after {
            position: relative;
            content: 'Online';
            width: 115px;
            display: block;
            padding: 5px 10px;
            top: -10px;
            left: 28px;
            font-size: 10px;
            font-weight: 200;
            color: #8c8c8e;
            -webkit-box-shadow: 0 1px 4px 0 rgba(60, 255, 0, 0.1);
                    box-shadow: 0 1px 4px 0 rgba(60, 255, 0, 0.1);
            background: #191923;
            opacity: 0;
            pointer-events: none;
            -webkit-transform: translateX(20px);
                    transform: translateX(20px);
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
            text-align: left; }
          /* line 140,  */
          .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-lamp-light .balkancs-available-lamp:before {
            content: '';
            position: absolute;
            height: 5px;
            width: 5px;
            right: -15px;
            top: 5px;
            opacity: 0;
            background: #191923;
            pointer-events: none;
            -webkit-transform: translateX(20px) rotate(45deg);
                    transform: translateX(20px) rotate(45deg);
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
            z-index: 99; }
          /* line 155,  */
          .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-lamp-light .balkancs-available-lamp:hover {
            -webkit-transform: scale(1);
                    transform: scale(1); }
            /* line 158,  */
            .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-lamp-light .balkancs-available-lamp:hover:after {
              opacity: 1;
              -webkit-transform: translateX(0);
                      transform: translateX(0); }
            /* line 163,  */
            .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-lamp-light .balkancs-available-lamp:hover:before {
              opacity: 1;
              -webkit-transform: translateX(0) rotate(45deg);
                      transform: translateX(0) rotate(45deg); }
        /* line 171,  */
        .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-lamp-light.balkancs-not-available:before {
          opacity: 0;
          -webkit-animation: none;
                  animation: none; }
        /* line 176,  */
        .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-lamp-light.balkancs-not-available .balkancs-available-lamp {
          background: red; }
          /* line 179,  */
          .balkancs-info-bar .balkancs-header .balkancs-avatar .balkancs-lamp-light.balkancs-not-available .balkancs-available-lamp:after {
            content: "Offline"; }
  /* line 188,  */
  .balkancs-info-bar .balkancs-name {
    color: #fafafc;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
    /* line 192,  */
    .balkancs-info-bar .balkancs-name a {
      color: #fafafc;
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
    /* line 199,  */
    .balkancs-info-bar .balkancs-name:hover a {
      color: var(--crvena); }
  /* line 205,  */
  .balkancs-info-bar .balkancs-lang-skills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 210,  */
    .balkancs-info-bar .balkancs-lang-skills .balkancs-lang-skills-item {
      width: 33.33333%;
      text-align: center;
      margin-bottom: 15px; }
      /* line 215,  */
      .balkancs-info-bar .balkancs-lang-skills .balkancs-lang-skills-item .balkancs-cirkle-progress {
        width: 65%;
        margin: 0 auto 15px; }
        /* line 219,  */
        .balkancs-info-bar .balkancs-lang-skills .balkancs-lang-skills-item .balkancs-cirkle-progress .progressbar-text {
          font-size: 11px;
          color: #8c8c8e !important;
          position: relative;
          left: 45% !important; }
          /* line 225,  */
          .balkancs-info-bar .balkancs-lang-skills .balkancs-lang-skills-item .balkancs-cirkle-progress .progressbar-text:after {
            content: '%';
            position: absolute;
            right: -7px; }
  /* line 236,  */
  .balkancs-info-bar .balkancs-hard-skills .balkancs-hard-skills-item {
    margin-bottom: 15px;
    position: relative; }
    /* line 240,  */
    .balkancs-info-bar .balkancs-hard-skills .balkancs-hard-skills-item .balkancs-skill-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    /* line 245,  */
    .balkancs-info-bar .balkancs-hard-skills .balkancs-hard-skills-item .balkancs-line-progress {
      width: 100%; }
      /* line 248,  */
      .balkancs-info-bar .balkancs-hard-skills .balkancs-hard-skills-item .balkancs-line-progress .progressbar-text {
        width: 100%;
        text-align: right;
        top: -6px !important;
        font-size: 11px;
        color: #8c8c8e !important; }
  /* line 259,  */
  .balkancs-info-bar .balkancs-knowledge-list {
    padding-left: 0; }
    /* line 262,  */
    .balkancs-info-bar .balkancs-knowledge-list li {
      list-style-type: none;
      margin-bottom: 5px;
      color: #8c8c8e; }
      /* line 267,  */
      .balkancs-info-bar .balkancs-knowledge-list li:last-child {
        margin-bottom: 0; }
      /* line 271,  */
      .balkancs-info-bar .balkancs-knowledge-list li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        margin-right: 5px;
        font-size: 9px;
        color: var(--crvena);
        margin-right: 10px; }
  /* line 283,  */
  .balkancs-info-bar .balkancs-links-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  /* line 289,  */
  .balkancs-info-bar .balkancs-ls-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 35px;
    height: 50px;
    background: linear-gradient(159deg, rgba(37, 37, 50, 0.98) 0%, rgba(35, 35, 45, 0.98) 100%);
    position: absolute;
    bottom: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
            box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
    left: 0;
    width: 100%;
    z-index: 999; }
    /* line 303,  */
    .balkancs-info-bar .balkancs-ls-social a {
      color: #8c8c8e;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      /* line 307,  */
      .balkancs-info-bar .balkancs-ls-social a:hover {
        text-shadow: 0 0 3px rgba(250, 250, 252, 0.4);
        color: #fafafc; }

/* ----- progresbar color ----- */
/* line 319,  */
.balkancs-line-progress path:first-child {
  stroke: #191923; }
/* line 322,  */
.balkancs-line-progress path:last-child {
  stroke: var(--crvena); }

/* line 330,  */
.balkancs-cirkle-progress path:first-child {
  stroke: #191923; }
/* line 333,  */
.balkancs-cirkle-progress path:last-child {
  stroke: var(--crvena); }

/* ------------------------------

menu bar

------------------------------ */
/* line 6,  */
.balkancs-menu-bar {
  /* ----- main menu  ----- */
  /* ----- language change  ----- */
  /* ----- current page title ----- */ }
  /* line 8,  */
  .balkancs-menu-bar nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    position: relative; }
    /* line 14,  */
    .balkancs-menu-bar nav .main-menu {
      width: 100%;
      padding: 0;
      margin: 0 0 60px; }
      /* line 19,  */
      .balkancs-menu-bar nav .main-menu .menu-item {
        width: 100%;
        list-style-type: none;
        -webkit-transition: 0.55s ease-in-out;
        transition: 0.55s ease-in-out;
        opacity: 0;
        -webkit-transform: translateX(60px);
                transform: translateX(60px);
        transition: 0.55s ease-in-out; }
        /* line 27,  */
        .balkancs-menu-bar nav .main-menu .menu-item:nth-child(1) {
          -webkit-transition-delay: 0.05s;
                  transition-delay: 0.05s; }
        /* line 31,  */
        .balkancs-menu-bar nav .main-menu .menu-item:nth-child(2) {
          -webkit-transition-delay: 0.1s;
                  transition-delay: 0.1s; }
        /* line 35,  */
        .balkancs-menu-bar nav .main-menu .menu-item:nth-child(3) {
          -webkit-transition-delay: 0.15s;
                  transition-delay: 0.15s; }
        /* line 39,  */
        .balkancs-menu-bar nav .main-menu .menu-item:nth-child(4) {
          -webkit-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
        /* line 43,  */
        .balkancs-menu-bar nav .main-menu .menu-item:nth-child(5) {
          -webkit-transition-delay: 0.25s;
                  transition-delay: 0.25s; }
        /* line 47,  */
        .balkancs-menu-bar nav .main-menu .menu-item:nth-child(6) {
          -webkit-transition-delay: 0.3s;
                  transition-delay: 0.3s; }
        /* line 51,  */
        .balkancs-menu-bar nav .main-menu .menu-item:nth-child(7) {
          -webkit-transition-delay: 0.35s;
                  transition-delay: 0.35s; }
        /* line 55,  */
        .balkancs-menu-bar nav .main-menu .menu-item:nth-child(8) {
          -webkit-transition-delay: 0.4s;
                  transition-delay: 0.4s; }
        /* line 59,  */
        .balkancs-menu-bar nav .main-menu .menu-item:nth-child(9) {
          -webkit-transition-delay: 0.45s;
                  transition-delay: 0.45s; }
        /* line 63,  */
        .balkancs-menu-bar nav .main-menu .menu-item:nth-child(10) {
          -webkit-transition-delay: 0.5s;
                  transition-delay: 0.5s; }
        /* line 67,  */
        .balkancs-menu-bar nav .main-menu .menu-item a {
          padding: 7px 30px;
          display: inline-block;
          width: 100%;
          text-transform: uppercase;
          font-size: 11px;
          letter-spacing: 1px;
          font-weight: 500;
          color: #8c8c8e;
          -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out; }
          /* line 78,  */
          .balkancs-menu-bar nav .main-menu .menu-item a:hover {
            color: #fafafc;
            text-shadow: 0 0 3px rgba(250, 250, 252, 0.4); }
        /* line 84,  */
        .balkancs-menu-bar nav .main-menu .menu-item.menu-item-has-children {
          padding-left: 0;
          padding-right: 0; }
          /* line 88,  */
          .balkancs-menu-bar nav .main-menu .menu-item.menu-item-has-children:after {
            position: absolute;
            font-family: "Font Awesome 5 free";
            content: '\f054';
            font-weight: 900;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-size: 9px;
            top: 6px;
            right: 30px;
            -webkit-transform: translateX(5px);
                    transform: translateX(5px);
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
        /* line 106,  */
        .balkancs-menu-bar nav .main-menu .menu-item .sub-menu {
          padding-left: 0;
          width: 100%;
          display: block;
          position: relative;
          overflow: hidden;
          pointer-events: none;
          -webkit-box-shadow: inset 0 3px 8px 0 rgba(15, 15, 20, 0.2);
                  box-shadow: inset 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          background: #20202a;
          -webkit-filter: brightness(95%);
                  filter: brightness(95%);
          max-height: 0;
          -webkit-transition: max-height 0.6s ease-in-out;
          transition: max-height 0.6s ease-in-out; }
          /* line 119,  */
          .balkancs-menu-bar nav .main-menu .menu-item .sub-menu .menu-item {
            position: relative;
            opacity: 0;
            -webkit-transition: 0.55s ease-in-out;
            transition: 0.55s ease-in-out; }
            /* line 124,  */
            .balkancs-menu-bar nav .main-menu .menu-item .sub-menu .menu-item a {
              padding: 7px 30px;
              font-weight: 400;
              font-size: 10px; }
            /* line 130,  */
            .balkancs-menu-bar nav .main-menu .menu-item .sub-menu .menu-item .sub-menu {
              margin: 0;
              max-height: 0;
              -webkit-transition: max-height 1s ease-in-out;
              transition: max-height 1s ease-in-out; }
            /* line 137,  */
            .balkancs-menu-bar nav .main-menu .menu-item .sub-menu .menu-item:hover.menu-item-has-children:after {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
            /* line 141,  */
            .balkancs-menu-bar nav .main-menu .menu-item .sub-menu .menu-item:hover .sub-menu {
              max-height: 500px; }
          /* line 147,  */
          .balkancs-menu-bar nav .main-menu .menu-item .sub-menu .menu-item:first-child {
            margin-top: 15px; }
          /* line 151,  */
          .balkancs-menu-bar nav .main-menu .menu-item .sub-menu .menu-item:last-child {
            margin-bottom: 15px; }
          /* line 155,  */
          .balkancs-menu-bar nav .main-menu .menu-item .sub-menu.balkancs-active {
            pointer-events: all;
            max-height: 500px; }
            /* line 159,  */
            .balkancs-menu-bar nav .main-menu .menu-item .sub-menu.balkancs-active .menu-item {
              opacity: 1; }
        /* line 166,  */
        .balkancs-menu-bar nav .main-menu .menu-item:hover.menu-item-has-children:after {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        /* line 172,  */
        .balkancs-menu-bar nav .main-menu .menu-item.current-menu-item a:first-child {
          color: #fafafc;
          text-shadow: 0 0 3px rgba(250, 250, 252, 0.4); }
        /* line 179,  */
        .balkancs-menu-bar nav .main-menu .menu-item.current-menu-item .sub-menu .menu-item a {
          color: #8c8c8e;
          text-shadow: none; }
          /* line 183,  */
          .balkancs-menu-bar nav .main-menu .menu-item.current-menu-item .sub-menu .menu-item a:hover {
            color: #fafafc;
            text-shadow: 0 0 3px rgba(250, 250, 252, 0.4); }
  /* line 195,  */
  .balkancs-menu-bar .balkancs-language-change {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
            box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
    background: linear-gradient(159deg, rgba(37, 37, 50, 0.98) 0%, rgba(35, 35, 45, 0.98) 100%);
    padding: 30px 26px;
    margin: 0; }
    /* line 205,  */
    .balkancs-menu-bar .balkancs-language-change li {
      list-style-type: none;
      -webkit-box-shadow: inset 0 3px 8px 0 rgba(15, 15, 20, 0.2);
              box-shadow: inset 0 3px 8px 0 rgba(15, 15, 20, 0.2);
      background: #1e1e28;
      font-size: 10px;
      border-radius: 50%;
      height: 25px;
      width: 25px;
      margin-bottom: 10px; }
      /* line 215,  */
      .balkancs-menu-bar .balkancs-language-change li a {
        text-transform: uppercase;
        height: 100%;
        width: 100%;
        font-weight: 600;
        display: block;
        text-align: center;
        line-height: 25px;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
      /* line 226,  */
      .balkancs-menu-bar .balkancs-language-change li.balkancs-active-lang {
        background-color: var(--crvena);
        -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
                box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2); }
        /* line 230,  */
        .balkancs-menu-bar .balkancs-language-change li.balkancs-active-lang a {
          color: #1e1e28; }
      /* line 235,  */
      .balkancs-menu-bar .balkancs-language-change li:last-child {
        margin-bottom: 0; }
  /* line 243,  */
  .balkancs-menu-bar.balkancs-active nav .menu-item {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  /* line 250,  */
  .balkancs-menu-bar .balkancs-current-page {
    width: 200px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #fafafc;
    position: absolute;
    overflow: hidden;
    top: 200px;
    opacity: 1;
    left: -62px;
    text-transform: uppercase;
    font-size: 11px;
    opacity: 1;
    letter-spacing: 1px;
    font-weight: 500;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  /* line 267,  */
  .balkancs-menu-bar a {
    display: none;
    visibility: hidden;
    opacity: 0; }
    /* line 272,  */
    .balkancs-menu-bar a:first-child {
      visibility: visible;
      opacity: 1;
      display: block; }
  /* line 280,  */
  .balkancs-menu-bar.balkancs-active .balkancs-current-page {
    opacity: 0; }

/* ------------------------------

content

------------------------------ */
/* ----- section title ----- */
/* line 7,  */
.balkancs-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  /* line 11,  */
  .balkancs-section-title .balkancs-title-frame {
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    margin-bottom: 30px; }
  /* line 17,  */
  .balkancs-section-title .balkancs-right-frame {
    padding-bottom: 30px; }

/* ----- card ----- */
/* line 22,  */
.balkancs-card {
  background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
  padding: 30px;
  margin-bottom: 30px; }
  /* line 28,  */
  .balkancs-card.balkancs-fluid-card {
    height: calc(100% - 30px); }

/* ----- banner ----- */
/* line 33,  */
.balkancs-banner-back {
  content: '';
  position: absolute;
  z-index: 0;
  top: -30px;
  width: 90%;
  height: 30px;
  margin-left: 5%;
 /* -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: rgba(30, 30, 40, 0.88); */
}


.balkancs-banner {
  -webkit-transition: 0.55s ease-in-out;
  transition: 0.55s ease-in-out;
  background-size: cover;
  background-position: center top left;
  position: relative;
  /*-webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);*/
  z-index: 999;

  width: 100%;
  height: 440px;
}

  .balkancs-banner .balkancs-banner-overlay {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px; /*60*/

  width: 100%;
  height: 440px;

    /*background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(45, 45, 58, 0.6)), color-stop(50%, rgba(30, 30, 40, 0.7)), to(rgba(30, 30, 40, 1.0)));
    background-image: linear-gradient(90deg, rgba(30, 30, 40, 0.6) 15%, rgba(30, 30, 40, 0.7) 50%, rgba(30, 30, 40, 1.0) 100%); */
      background:linear-gradient(to right, rgba(30, 30, 40, 1.0), rgba(30, 30, 40, 0.9), rgba(30, 30, 40, 0.8), rgba(30, 30, 40, 0.6), rgba(30, 30, 40, 0.8), rgba(30, 30, 40, 1.0));
  }

    .balkancs-banner .balkancs-banner-overlay.balkancs-side-overlay {
      /*background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(45, 45, 58, 0.9)), color-stop(50%, rgba(30, 30, 40, 0.2)), to(rgba(30, 30, 40, 0.5)));
      background-image: linear-gradient(90deg, rgba(30, 30, 40, 0.9) 15%, rgba(30, 30, 40, 0.2) 50%, rgba(30, 30, 40, 0.5) 100%); */
            background:linear-gradient(to right, rgba(30, 30, 40, 1.0), rgba(30, 30, 40, 0.8), rgba(30, 30, 40, 0.2), rgba(30, 30, 40, 0.4), rgba(30, 30, 40, 1.0));
    }

    .balkancs-banner .balkancs-banner-overlay .balkancs-banner-title {
      width: 100%;
      -ms-flex-item-align: center;
          align-self: center; 
        }

      .balkancs-banner .balkancs-banner-overlay .balkancs-banner-title h1 {
        color: #fafafc; 
      }

    .balkancs-banner .balkancs-banner-overlay .balkancs-banner-photo {
      width: 390px;
      position: absolute;
      right: 30px;
      bottom: 0; 
    }

/* ----- typing code ----- */
/* line 84,  */
.balkancs-code {
  font-family: "Raleway", monospace;
  color: #fafafc; }
  /* line 88,  */
  .balkancs-code i {
    font-style: normal;
    color: var(--crvena); }

/* ----- counters ----- */
/* line 94,  */
.balkancs-counter-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  opacity: 0;
  position: relative; }
  /* line 101,  */
  .balkancs-counter-frame .balkancs-counter-box {
    min-width: 60px; }
    /* line 104,  */
    .balkancs-counter-frame .balkancs-counter-box .balkancs-counter {
      color: var(--crvena);
      font-weight: 600;
      font-family: "Raleway", sans-serif;
      font-size: 22px; }
    /* line 111,  */
    .balkancs-counter-frame .balkancs-counter-box .balkancs-counter-plus {
      margin-left: 3px;
      color: var(--crvena);
      font-weight: 600;
      font-family: "Raleway", sans-serif;
      font-size: 22px; }

/* ----- services ----- */
/* line 121,  */
.balkancs-service-icon-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
  background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%); }
  /* line 129,  */
  .balkancs-service-icon-box .balkancs-service-ib-content {
    padding: 30px; }
    /* line 132,  */
    .balkancs-service-icon-box .balkancs-service-ib-content .balkancs-service-ib-icon {
      position: absolute;
      right: 10px;
      bottom: -45px;
      opacity: 0.03;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100px;
      -ms-flex-item-align: center;
          align-self: center; }

/* ----- prices ----- */
/* line 144,  */
.balkancs-price {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
  text-align: center;
  -webkit-transition: 0.55s ease-in-out;
  transition: 0.55s ease-in-out; }
  /* line 154,  */
  .balkancs-price.balkancs-popular-price {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
    /* line 157,  */
    .balkancs-price.balkancs-popular-price:before {
      font-size: 10px;
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      z-index: 99;
      top: 18px;
      -webkit-box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
              box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
      font-weight: 600;
      color: #1e1e28;
      right: -72px;
      content: 'POPULAR';
      padding: 2px;
      width: 200px;
      text-align: center;
      background: var(--crvena); }
  /* line 175,  */
  .balkancs-price .balkancs-price-body {
    position: relative;
    padding: 30px; }
    /* line 179,  */
    .balkancs-price .balkancs-price-body .balkancs-asterisk {
      position: absolute;
      width: 100%;
      bottom: 10px;
      left: 0;
      text-align: center;
      font-size: 8px;
      opacity: 0.4; }
    /* line 189,  */
    .balkancs-price .balkancs-price-body .balkancs-price-cost {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 30px;
      padding: 0 10px; }
      /* line 196,  */
      .balkancs-price .balkancs-price-body .balkancs-price-cost .balkancs-number {
        font-size: 32px;
        color: var(--crvena);
        font-weight: 600;
        margin-bottom: 0; }
        /* line 202,  */
        .balkancs-price .balkancs-price-body .balkancs-price-cost .balkancs-number span {
          color: #fafafc;
          font-size: 12px;
          font-weight: 200;
          padding: 0 5px;
          opacity: 0.6; }
        /* line 210,  */
        .balkancs-price .balkancs-price-body .balkancs-price-cost .balkancs-number sup {
          font-size: 14px;
          position: absolute;
          top: 15px;
          right: 0;
          opacity: 0.6; }
    /* line 220,  */
    .balkancs-price .balkancs-price-body .balkancs-price-list {
      padding: 0;
      margin: 0 0 30px; }
      /* line 224,  */
      .balkancs-price .balkancs-price-body .balkancs-price-list li {
        list-style-type: none;
        margin-bottom: 15px; }
        /* line 228,  */
        .balkancs-price .balkancs-price-body .balkancs-price-list li:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f00c";
          margin-right: 5px;
          font-size: 9px;
          color: var(--crvena); }
        /* line 237,  */
        .balkancs-price .balkancs-price-body .balkancs-price-list li.balkancs-empty-item {
          opacity: 0.3; }
          /* line 240,  */
          .balkancs-price .balkancs-price-body .balkancs-price-list li.balkancs-empty-item:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f00d";
            margin-right: 5px;
            font-size: 9px;
            color: var(--crvena); }
    /* line 252,  */
    .balkancs-price .balkancs-price-body .balkancs-link {
      margin: 0; }

/* ----- testimonials ----- */
/* line 258,  */
.balkancs-testimonial-slider {
  width: 100%; }

/* line 262,  */
.balkancs-testimonial {
  position: relative;
  background-size: cover;
  padding: 30px;
  background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2); }
  /* line 269,  */
  .balkancs-testimonial .testimonial-body {
    width: 100%;
    height: 100%;
    z-index: 0; }
    /* line 274,  */
    .balkancs-testimonial .testimonial-body .balkancs-testimonial-face {
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      right: 30px;
      top: -15px;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
              box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2); }
  /* line 286,  */
  .balkancs-testimonial .balkancs-testimonial-footer {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center; }
    /* line 293,  */
    .balkancs-testimonial .balkancs-testimonial-footer .balkancs-star-rate {
      padding: 0;
      margin: 0;
      -webkit-box-shadow: inset 0 3px 8px 0 rgba(15, 15, 20, 0.2);
              box-shadow: inset 0 3px 8px 0 rgba(15, 15, 20, 0.2);
      padding: 5px 15px;
      font-size: 10px;
      margin-top: 5px;
      background: #20202a;
      border-radius: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: var(--crvena); }
      /* line 305,  */
      .balkancs-testimonial .balkancs-testimonial-footer .balkancs-star-rate li {
        list-style-type: none;
        margin-right: 5px; }
        /* line 309,  */
        .balkancs-testimonial .balkancs-testimonial-footer .balkancs-star-rate li.balkancs-empty-item {
          color: rgba(43, 43, 53, 0.98); }
    /* line 315,  */
    .balkancs-testimonial .balkancs-testimonial-footer .balkancs-testimonial-icon {
      position: absolute;
      left: 45%;
      top: 20px;
      opacity: 0.03;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 120px;
      -ms-flex-item-align: center;
          align-self: center; }

/* line 327,  */
.balkancs-slider-navigation {
  padding: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  /* line 332,  */
  .balkancs-slider-navigation .swiper-pagination-bullet {
    margin-right: 10px;
    background-color: #8c8c8e;
    border-radius: 5px;
    opacity: 0.5;
    height: 4px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
    /* line 340,  */
    .balkancs-slider-navigation .swiper-pagination-bullet:focus {
      outline: inherit; }
    /* line 344,  */
    .balkancs-slider-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 20px;
      background-color: var(--crvena);
      opacity: 1; }
  /* line 351,  */
  .balkancs-slider-navigation .balkancs-slider-nav-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 354,  */
    .balkancs-slider-navigation .balkancs-slider-nav-frame .balkancs-slider-nav {
      margin-left: 15px;
      cursor: pointer;
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
      /* line 359,  */
      .balkancs-slider-navigation .balkancs-slider-nav-frame .balkancs-slider-nav.swiper-button-disabled {
        opacity: 0.2;
        cursor: not-allowed; }
      /* line 364,  */
      .balkancs-slider-navigation .balkancs-slider-nav-frame .balkancs-slider-nav:focus {
        outline: inherit; }

/* ----- timeline ----- */
/* line 371,  */
.balkancs-timeline {
  position: relative; }
  /* line 374,  */
  .balkancs-timeline::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 5px;
    height: calc(100% - 10px);
    width: 5px;
    background: #191923; }
  /* line 384,  */
  .balkancs-timeline .balkancs-timeline-item {
    position: relative; }
    /* line 387,  */
    .balkancs-timeline .balkancs-timeline-item .balkancs-timeline-mark-light {
      background: #fafafc;
      position: absolute;
      top: 4px;
      right: -4px;
      width: 23px;
      height: 23px;
      opacity: 0;
      border-radius: 50%;
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
    /* line 399,  */
    .balkancs-timeline .balkancs-timeline-item .balkancs-timeline-mark {
      position: absolute;
      top: 8px;
      right: 0;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: solid 3px var(--crvena);
      background: #1e1e28;
      -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
              box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2); }
    /* line 412,  */
    .balkancs-timeline .balkancs-timeline-item:hover .balkancs-timeline-mark-light {
      -webkit-animation: puls 1s infinite;
              animation: puls 1s infinite; }
  /* line 418,  */
  .balkancs-timeline .balkancs-timeline-content {
    position: relative;
    margin-right: 45px;
    background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
            box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2); }
    /* line 426,  */
    .balkancs-timeline .balkancs-timeline-content:after {
      height: 10px;
      width: 10px;
      background-color: rgba(43, 43, 53, 0.98);
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      content: '';
      position: absolute;
      top: 11px;
      right: -5px;
      border-top-right-radius: 50%; }
    /* line 438,  */
    .balkancs-timeline .balkancs-timeline-content .balkancs-card-header {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      /* line 444,  */
      .balkancs-timeline .balkancs-timeline-content .balkancs-card-header .balkancs-right-side {
        margin-bottom: 15px; }
        /* line 447,  */
        .balkancs-timeline .balkancs-timeline-content .balkancs-card-header .balkancs-right-side .balkancs-date {
          color: #646466;
          margin-left: auto;
          background: #20202a;
          padding: 5px 15px;
          border-radius: 15px;
          -webkit-box-shadow: inset 0 3px 8px 0 rgba(15, 15, 20, 0.2);
                  box-shadow: inset 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          font-size: 10px; }

/* ----- contact form ----- */
/* line 461,  */
.balkancs-form-field input,
.balkancs-form-field textarea {
  height: 50px;
  width: 100%;
  background: linear-gradient(159deg, #252532 0%, #23232d 100%);
  border: none;
  color: #fafafc;
  padding-left: 65px;
  padding-right: 15px;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(15, 15, 20, 0.1);
          box-shadow: inset 0 1px 4px 0 rgba(15, 15, 20, 0.1);
  margin-bottom: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }

/* line 475,  */
::-webkit-input-placeholder {
  color: #646466; }
:-ms-input-placeholder {
  color: #646466; }
::-ms-input-placeholder {
  color: #646466; }
::placeholder {
  color: #646466; }

/* line 479,  */
.balkancs-form-field textarea {
  padding-left: 15px;
  padding-top: 15px;
  height: 150px;
  border-left: solid 50px #20202a; }
  /* line 485,  */
  .balkancs-form-field textarea.balkancs-active {
    border-color: var(--crvena); }
  /* line 489,  */
  .balkancs-form-field textarea:focus {
    border-color: var(--crvena); }

/* line 494,  */
.balkancs-contact-form .balkancs-input:focus {
  outline: none; }

/* line 498,  */
.balkancs-contact-form .balkancs-input.balkancs-active + label,
.balkancs-contact-form .balkancs-input:focus + label {
  background: var(--crvena);
  color: #20202a; }

/* line 504,  */
.balkancs-form-field {
  position: relative;
  margin-bottom: 30px; }

/* line 509,  */
.balkancs-contact-form label {
  text-align: center;
  color: #8c8c8e;
  position: absolute;
  height: 50px;
  width: 50px;
  background: #20202a;
  top: 0;
  left: 0;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: text; }

/* line 528,  */
.balkancs-submit-frame {
  position: relative;
  height: 45px; }
  /* line 532,  */
  .balkancs-submit-frame .balkancs-submit {
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 999; }
    /* line 538,  */
    .balkancs-submit-frame .balkancs-submit:focus {
      outline: inherit; }
  /* line 543,  */
  .balkancs-submit-frame .balkancs-success {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -15px;
    overflow: hidden;
    max-width: 150px;
    -webkit-transform: scale(0);
            transform: scale(0);
    text-transform: uppercase;
    color: #fafafc;
    background: #20202a;
    letter-spacing: 1.5px;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    border: none;
    height: 0;
    font-size: 11px;
    padding: 15px 35px 0;
    margin: 0; }

/* ----- blog ----- */
/* line 567,  */
.balkancs-blog-card {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
  margin-bottom: 30px; }
  /* line 573,  */
  .balkancs-blog-card .balkancs-port-cover {
    position: relative;
    padding-bottom: 60%;
    display: block; }
    /* line 578,  */
    .balkancs-blog-card .balkancs-port-cover img {
      width: 100%;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
  /* line 588,  */
  .balkancs-blog-card .balkancs-post-description {
    background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
    padding: 30px;
    position: relative;
    bottom: 0; }
  /* line 597,  */
  .balkancs-blog-card:hover .balkancs-port-cover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07); }

/* line 605,  */
.balkancs-blog-slider .balkancs-blog-card {
  margin-bottom: 0; }

/* ----- pagination ----- */
/* line 610,  */
.balkancs-pagination {
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
  padding: 30px 30px 25px;
  background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 617,  */
  .balkancs-pagination .balkancs-pagination-center {
    text-align: center;
    position: absolute;
    width: 200px;
    left: 50%;
    top: 25px;
    margin-left: -100px; }
    /* line 625,  */
    .balkancs-pagination .balkancs-pagination-center a {
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out;
      padding: 0 5px; }
      /* line 629,  */
      .balkancs-pagination .balkancs-pagination-center a.balkancs-active-pag {
        color: var(--crvena); }
  /* line 635,  */
  .balkancs-pagination .balkancs-link {
    margin: 0; }

/* ----- brands ----- */
/* line 640,  */
.balkancs-brand {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  opacity: 0.6;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
  /* line 649,  */
  .balkancs-brand:hover {
    opacity: 1; }

/* ----- footer ----- */
/* line 654,  */
footer {
  width: 100%;
  padding: 17px 30px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
  -webkit-box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
          box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
  font-size: 11px;
  color: #8c8c8e;
  -webkit-transition: 0.55s ease-in-out;
  transition: 0.55s ease-in-out;
  z-index: 9; }
  /* line 668,  */
  footer div {
    margin-bottom: 10px; }
  /* line 672,  */
  footer a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    /* line 675,  */
    footer a:hover {
      color: #fafafc; }

/* ------------------------------

portfolio

------------------------------ */
/* ----- filter ----- */
/* line 687,  */
.balkancs-filter a {
  color: #8c8c8e;
  margin-bottom: 0; }
  /* line 691,  */
  .balkancs-filter a.balkancs-current {
    color: #fafafc; }

/* ----- portfolio items ----- */
/* line 697,  */
.balkancs-portfolio-item-frame {
  display: block;
  width: 100%;
  outline: inherit;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
  position: relative;
  padding-bottom: 60%; }
  /* line 706,  */
  .balkancs-portfolio-item-frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-filter: brightness(85%) blur(0);
            filter: brightness(85%) blur(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  /* line 718,  */
  .balkancs-portfolio-item-frame .balkancs-item-hover {
    width: 27px;
    height: 27px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
            box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
    border-radius: 50%;
    position: absolute;
    color: #fafafc;
    top: 30px;
    left: 30px;
    background: linear-gradient(159deg, rgba(45, 45, 58, 0.88) 0%, rgba(43, 43, 53, 0.88) 100%);
    font-size: 11px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  /* line 737,  */
  .balkancs-portfolio-item-frame:hover .balkancs-item-hover {
    opacity: 0.5; }
    /* line 740,  */
    .balkancs-portfolio-item-frame:hover .balkancs-item-hover:hover {
      opacity: 1;
      -webkit-transform: scale(1.07);
              transform: scale(1.07); }
  /* line 746,  */
  .balkancs-portfolio-item-frame:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    -webkit-filter: brightness(100%) blur(0);
            filter: brightness(100%) blur(0); }

/* line 753,  */
.balkancs-grid {
  -webkit-transition: 0.55s ease-in-out;
  transition: 0.55s ease-in-out;
  width: 100%;
  /* clear fix */ }
  /* line 757,  */
  .balkancs-grid:after {
    content: '';
    display: block;
    clear: both; }
  /* line 763,  */
  .balkancs-grid .balkancs-grid-item {
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    height: auto;
    padding: 0 15px; }
    /* line 771,  */
    .balkancs-grid .balkancs-grid-item .balkancs-item-description {
      position: absolute;
      z-index: 9;
      bottom: 0;
      left: 15px;
      width: calc(100% - 29px);
      padding: 30px;
      background: linear-gradient(159deg, rgba(45, 45, 58, 0.98) 0%, rgba(43, 43, 53, 0.98) 100%);
      -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
              box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: 0.55s ease-in-out;
      transition: 0.55s ease-in-out; }
    /* line 785,  */
    .balkancs-grid .balkancs-grid-item:hover .balkancs-item-description {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  /* line 792,  */
  .balkancs-grid.balkancs-grid-2-col .balkancs-grid-item {
    width: 50%; }
    /* line 796,  */
    .balkancs-grid.balkancs-grid-2-col .balkancs-grid-item .balkancs-portfolio-item-frame.balkancs-horizontal {
      padding-bottom: 66.7%; }
    /* line 800,  */
    .balkancs-grid.balkancs-grid-2-col .balkancs-grid-item .balkancs-portfolio-item-frame.balkancs-vertical {
      padding-bottom: 140%; }
    /* line 804,  */
    .balkancs-grid.balkancs-grid-2-col .balkancs-grid-item .balkancs-portfolio-item-frame.balkancs-square {
      padding-bottom: 90%; }
  /* line 812,  */
  .balkancs-grid.balkancs-grid-3-col .balkancs-grid-item {
    width: 33.3333%; }
    /* line 816,  */
    .balkancs-grid.balkancs-grid-3-col .balkancs-grid-item .balkancs-portfolio-item-frame.balkancs-horizontal {
      padding-bottom: 65%; }
    /* line 820,  */
    .balkancs-grid.balkancs-grid-3-col .balkancs-grid-item .balkancs-portfolio-item-frame.balkancs-vertical {
      padding-bottom: 140%; }
    /* line 824,  */
    .balkancs-grid.balkancs-grid-3-col .balkancs-grid-item .balkancs-portfolio-item-frame.balkancs-square {
      padding-bottom: 90%; }

/* ----- touch device ----- */
@media (pointer: coarse) {
  /* line 834,  */
  .balkancs-portfolio-item-frame .balkancs-item-hover {
    opacity: 0.5; }

  /* line 841,  */
  .balkancs-grid .balkancs-grid-item .balkancs-item-description {
    position: relative;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  /* line 849,  */
  .balkancs-grid .balkancs-grid-item:hover .balkancs-item-description {
    -webkit-transform: none;
            transform: none; } }
/* ----- single project ----- */
/* line 857,  */
.balkancs-project-cover {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
  margin-bottom: 30px; }
  /* line 863,  */
  .balkancs-project-cover .balkancs-portfolio-item-frame {
    padding-bottom: 50%; }

/* line 868,  */
.balkancs-project-category {
  color: #646466;
  margin-left: auto;
  display: inline;
  background: #20202a;
  padding: 5px 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: inset 0 3px 8px 0 rgba(15, 15, 20, 0.2);
  font-size: 10px; }

/* ----- fancybox customization ----- */
/* line 879,  */
.fancybox-container {
  margin: 15px;
  width: calc(100vw - 30px);
  height: calc(100vh - 30px); }
  /* line 884,  */
  .fancybox-container .fancybox-bg {
    background: rgba(32, 32, 42, 0.98); }

/* line 889,  */
.fancybox-is-open .fancybox-bg {
  opacity: 1; }

/* line 893,  */
.fancybox-toolbar {
  background: linear-gradient(159deg, rgba(45, 45, 58, 0.88) 0%, rgba(43, 43, 53, 0.88) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 30px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
  z-index: 999999;
  padding: 0 17px;
  -webkit-transition: 0.55s ease-in-out;
  transition: 0.55s ease-in-out; }
  /* line 905,  */
  .fancybox-toolbar .fancybox-button {
    background: transparent;
    color: #8c8c8e; }
    /* line 909,  */
    .fancybox-toolbar .fancybox-button:hover {
      color: #fafafc; }
    /* line 913,  */
    .fancybox-toolbar .fancybox-button svg {
      width: 20px; }

/* line 919,  */
.fancybox-slide--image {
  padding: 130px 0 60px; }

/* line 924,  */
.fancybox-navigation .fancybox-button {
  background-color: transparent;
  margin: 0 15px; }

/* line 930,  */
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 11px;
  margin-left: 5px;
  z-index: 9999999999999;
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #8c8c8e; }

/* line 945,  */
.fancybox-progress {
  background: var(--crvena);
  z-index: 999999999999999999; }

/* line 951,  */
.fancybox-content .fancybox-image {
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2); }

/* line 956,  */
.fancybox-thumbs {
  background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
          box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2); }

/* line 961,  */
.fancybox-thumbs__list a:before {
  border-color: var(--crvena);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }

/* line 966,  */
.fancybox-button[disabled] {
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }

/* line 972,  */
.balkancs-recomendation-popup {
  background-color: transparent;
  max-width: 50%; }

/* ------------------------------

content (after 1600px)

------------------------------ */
@media (max-width: 1600px) {
  /* line 985,  */
  .balkancs-banner .balkancs-banner-overlay .balkancs-banner-title h1 {
    color: #fafafc;
    font-size: 42px; }
  /* line 991,  */
  .balkancs-banner .balkancs-banner-overlay .balkancs-banner-photo {
    width: 360px; } }
/* ------------------------------

content (after 1400px)

------------------------------ */
@media (max-width: 1400px) {
  /* line 1003,  */
  .balkancs-banner-back {
    display: none; }

  /* line 1010,  */
  .balkancs-banner .balkancs-banner-overlay .balkancs-banner-title h1 {
    color: #fafafc;
    font-size: 36px; }
  /* line 1016,  */
  .balkancs-banner .balkancs-banner-overlay .balkancs-banner-photo {
    width: 320px; } }
/* ------------------------------

content (after 1200px)

------------------------------ */
@media (max-width: 1200px) {
  /* line 1030,  */
  .balkancs-banner .balkancs-banner-overlay .balkancs-banner-photo {
    display: none; }

  /* line 1038,  */
  .balkancs-grid.balkancs-grid-2-col .balkancs-grid-item {
    width: 50%; }
  /* line 1044,  */
  .balkancs-grid.balkancs-grid-3-col .balkancs-grid-item {
    width: 50%; } }
/* ------------------------------

content (after 920px)

------------------------------ */
@media (max-width: 920px) {
  /* line 1057,  */
  .balkancs-banner .balkancs-banner-overlay {
    padding: 60px 30px; }
    /* line 1060,  */
    .balkancs-banner .balkancs-banner-overlay .balkancs-banner-title {
      text-align: center; }
      /* line 1063,  */
      .balkancs-banner .balkancs-banner-overlay .balkancs-banner-title h1 {
        color: #fafafc;
        font-size: 46px; }
      /* line 1068,  */
      .balkancs-banner .balkancs-banner-overlay .balkancs-banner-title .balkancs-buttons-frame {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        /* line 1074,  */
        .balkancs-banner .balkancs-banner-overlay .balkancs-banner-title .balkancs-buttons-frame a {
          max-width: 200px;
          margin: 0 auto; }
          /* line 1078,  */
          .balkancs-banner .balkancs-banner-overlay .balkancs-banner-title .balkancs-buttons-frame a:first-child {
            margin-bottom: 15px; }

  /* line 1087,  */
  .balkancs-code {
    min-height: 70px;
    margin-bottom: 0; }

  /* line 1093,  */
  .balkancs-timeline .balkancs-timeline-content {
    margin-right: 30px; }

  /* line 1098,  */
  .fancybox-container {
    margin: 0;
    width: 100vw;
    height: 100vh; }

  /* line 1104,  */
  .fancybox-toolbar {
    width: 100vw; }

  /* line 1108,  */
  .fancybox-navigation {
    width: 100%;
    position: absolute;
    bottom: 35px; } }
/* ------------------------------

content (after 768px)

------------------------------ */
@media (max-width: 768px) {
  /* line 1120,  */
  .balkancs-section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 1123,  */
    .balkancs-section-title .balkancs-right-frame {
      margin-left: auto;
      margin-right: auto; }

  /* line 1131,  */
  .balkancs-grid.balkancs-grid-2-col .balkancs-grid-item {
    width: 100%; }
  /* line 1137,  */
  .balkancs-grid.balkancs-grid-3-col .balkancs-grid-item {
    width: 100%; }

  /* line 1143,  */
  .balkancs-filter {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 1148,  */
    .balkancs-filter a {
      margin: 0 0 10px; }

  /* line 1153,  */
  .balkancs-m-hidden {
    display: none; } }
/* ------------------------------

content (after 500px)

------------------------------ */
@media (max-width: 500px) {
  /* line 1163,  */
  .balkancs-section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 1166,  */
    .balkancs-section-title .balkancs-right-frame {
      margin-left: auto;
      margin-right: auto; }

  /* line 1174,  */
  .balkancs-grid.balkancs-grid-2-col .balkancs-grid-item {
    width: 100%; }
  /* line 1180,  */
  .balkancs-grid.balkancs-grid-3-col .balkancs-grid-item {
    width: 100%; } }
/* ------------------------------

burger button

------------------------------ */
/* line 6, ../scss/_burger.scss */
.balkancs-menu-bar-btn {
  margin-top: -10px;
  display: inline-block;
  width: 15px;
  height: 12px;
  padding: 30px;
  cursor: pointer; }
  /* line 14, ../scss/_burger.scss */
  .balkancs-menu-bar-btn span, .balkancs-menu-bar-btn span:after, .balkancs-menu-bar-btn span:before {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    border-radius: 1px;
    background: #8c8c8e;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  /* line 27, ../scss/_burger.scss */
  .balkancs-menu-bar-btn span {
    position: relative;
    margin: 5px 0 0; }
    /* line 31, ../scss/_burger.scss */
    .balkancs-menu-bar-btn span:after, .balkancs-menu-bar-btn span:before {
      position: absolute; }
    /* line 36, ../scss/_burger.scss */
    .balkancs-menu-bar-btn span:before {
      top: -5px; }
    /* line 40, ../scss/_burger.scss */
    .balkancs-menu-bar-btn span:after {
      top: 5px; }
  /* line 46, ../scss/_burger.scss */
  .balkancs-menu-bar-btn.balkancs-active span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    /* line 48, ../scss/_burger.scss */
    .balkancs-menu-bar-btn.balkancs-active span:before {
      -webkit-transform: translate(0px, 5px) rotate(-90deg);
              transform: translate(0px, 5px) rotate(-90deg); }
    /* line 51, ../scss/_burger.scss */
    .balkancs-menu-bar-btn.balkancs-active span:after {
      -webkit-transform: translate(0px, -5px) rotate(-90deg);
              transform: translate(0px, -5px) rotate(-90deg); }
  /* line 57, ../scss/_burger.scss */
  .balkancs-menu-bar-btn:hover span, .balkancs-menu-bar-btn:hover span:after, .balkancs-menu-bar-btn:hover span:before {
    background: #fafafc; }

/* ------------------------------

transitions

------------------------------ */
/* line 6,  */
.balkancs-a {
  -webkit-transition: 0.55s ease-in-out;
  transition: 0.55s ease-in-out; }

/* ----- in animation ----- */
/* line 10,  */
.transition-fade {
  -webkit-transition: 0.55s ease-in-out;
  transition: 0.55s ease-in-out;
  opacity: 1; }
  /* line 14,  */
  .transition-fade .balkancs-a {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  /* line 20,  */
  .transition-fade .balkancs-price.balkancs-popular-price {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }

/* ----- out animation ----- */
/* line 26,  */
html.is-animating .transition-fade {
  opacity: 0; }
  /* line 29,  */
  html.is-animating .transition-fade .balkancs-a {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
    opacity: 0; }

/* line 36,  */
html.is-animating .balkancs-a, html.is-animating .balkancs-current-page {
  opacity: 0; }

/* ----- in animation ----- */
/* line 42,  */
.fade-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }

/* ----- out animation ----- */
/* line 47,  */
html.is-animating .fade-right {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  opacity: 0; }

/* ----- in animation ----- */
/* line 52,  */
.fade-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }

/* ----- out animation ----- */

html.is-animating .fade-left {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  opacity: 0; }

@media (max-width: 920px) {

  .transition-fade .balkancs-price.balkancs-popular-price {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.bcl-font {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}