/*.font(@name, @path, @file, @style: normal, @weight: normal) {
    @font-face {
        font-family: @name;
        //src: url('@{path}/@{file}.ttf');
        src: url('@{path}/@{file}.otf') format('otf'), 
            url('@{path}/@{file}.woff') format('woff'), 
            url('@{path}/@{file}.woff2') format('woff2'),
            //url('@{path}/@{file}.ttf') format('ttf'),
            url('@{path}/@{file}.eot') format('eot'),
            //url('@{path}/@{file}.html') format('html'),
            url('@{path}/@{file}.svg') format('svg');

        //font-style: @style;
        //font-weight: @weight;
    }
}


@LavaProBoldPath: "../fonts/LavaPro";
@LavaProBoldItalicPath: "../fonts/LavaPro";
@LavaProHeavyPath: "../fonts/LavaPro";
@LavaProHeavyItalicPath: "../fonts/LavaPro";
@LavaProMediumPath: "../fonts/LavaPro";
@LavaProMediumItalicPath: "../fonts/LavaPro";
@LavaProRegularPath: "../fonts/LavaPro";
@LavaProRegularItalicPath: "../fonts/LavaPro";

@GeorgiaRegularPath: "../fonts/georgia";
@GeorgiaBoldPath: "../fonts/georgia";
@GeorgiaItalicPath: "../fonts/georgia";
@GeorgiaBoldItalicPath: "../fonts/georgia";



.font('LavaPro', @LavaProRegularPath, 'LavaPro-Regular', normal, 300);
//.font('LavaPro-Italic', @LavaProRegularItalicPath, 'LavaPro-RegularItalic', italic, 300);
.font('LavaPro-Bold', @LavaProBoldPath, 'LavaPro-Bold', normal, 600);
//.font('LavaPro-BoldItalic', @LavaProBoldItalicPath, 'LavaPro-BoldItalic', italic, 600);
//.font('LavaPro-Medium', @LavaProMediumPath, 'LavaPro-Medium', normal, 400);
//.font('LavaPro-MediumItalic', @LavaProMediumItalicPath, 'LavaPro-MediumItalic', italic, 400);
.font('LavaPro-Heavy', @LavaProHeavyPath, 'LavaPro-Heavy', normal, 800);
//.font('LavaPro-HeavyItalic', @LavaProHeavyItalicPath, 'LavaPro-HeavyItalic', italic, 800);
.font('georgia', @GeorgiaRegularPath, 'georgia', normal, 300);
.font('georgia-Bold', @GeorgiaBoldPath, 'georgiab', normal, 600);
.font('georgia-Italic', @GeorgiaItalicPath, 'georgiai', italic, 300);
.font('georgia-BoldItalic', @GeorgiaBoldItalicPath, 'georgiaz', italic, 600);*/
@font-face {
  font-family: 'ionicons';
  src: url('../fonts/ionicons.ttf') format('truetype'), url('../fonts/ionicons.woff') format('woff');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome.otf') format('opentype'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.svg') format('svg'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.woff2') format('woff2');
}
@font-face {
  font-family: 'LavaPro-Bold';
  src: url('/fonts/LavaPro/LavaPro-Bold.eot');
  src: url('/fonts/LavaPro/LavaPro-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/LavaPro/LavaPro-Bold.woff2') format('woff2'), url('/fonts/LavaPro/LavaPro-Bold.woff') format('woff'), url('/fonts/LavaPro/LavaPro-Bold.ttf') format('truetype'), url('/fonts/LavaPro/LavaPro-Bold.svg#Lava Pro') format('svg');
}
@font-face {
  font-family: 'LavaPro-Heavy';
  src: url('/fonts/LavaPro/LavaPro-Heavy.eot');
  src: url('/fonts/LavaPro/LavaPro-Heavy.eot?#iefix') format('embedded-opentype'), url('/fonts/LavaPro/LavaPro-Heavy.woff2') format('woff2'), url('/fonts/LavaPro/LavaPro-Heavy.woff') format('woff'), url('/fonts/LavaPro/LavaPro-Heavy.ttf') format('truetype'), url('/fonts/LavaPro/LavaPro-Heavy.svg#Lava Pro') format('svg');
}
@font-face {
  font-family: 'LavaPro';
  src: url('/fonts/LavaPro/LavaPro-Regular.eot');
  src: url('/fonts/LavaPro/LavaPro-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/LavaPro/LavaPro-Regular.woff2') format('woff2'), url('/fonts/LavaPro/LavaPro-Regular.woff') format('woff'), url('/fonts/LavaPro/LavaPro-Regular.ttf') format('truetype'), url('/fonts/LavaPro/LavaPro-Regular.svg#Lava Pro') format('svg');
}
/*#region main variables*/
.clear {
  clear: both;
  content: '';
  display: table;
}
.p15 {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.p0 {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.m15 {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
.m0 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.mr0 {
  margin-right: 0 !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ptb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}
/*#endregion main variables*/
/*#region div templates*/
/*#endregion div templates*/
/*#region bootstrap-select*/
/*#endregon bootstrap-select*/
/*#region statusbar*/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.ionicons {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.languages .dropdown-toggle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .languages .dropdown-toggle {
    border-bottom: none;
  }
}
.languages .dropdown-menu {
  min-width: max-content;
  background-color: #27343e;
  border-radius: 0;
  margin-left: -1px;
  margin-top: 4px;
}
.languages .dropdown-menu .dropdown-item {
  display: block;
}
.languages .dropdown-menu .dropdown-item span {
  color: #ffffff;
  display: inline-block;
  position: inherit;
  top: 2px;
}
.languages .dropdown-menu .dropdown-item img {
  display: inline-block;
}
.languages .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.articles .news-intro {
  position: relative;
  padding: 10px 25px;
}
@media (max-width: 767px) {
  .articles .news-intro {
    padding: 20px;
  }
}
.articles .news-intro img {
  display: inline-block;
  width: 25px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .articles .news-intro img {
    width: 20px;
  }
}
.articles .news-intro .info-div {
  display: inline-block;
  width: 100%;
  padding-left: 50px;
}
.articles .news-intro .info-div h4 {
  font-size: 15px;
}
@media (max-width: 767px) {
  .articles .news-intro .info-div {
    padding-left: 35px;
  }
}
.articles .news-intro .info-div .news-intro-title {
  display: inline-block;
  width: 80%;
}
@media (max-width: 767px) {
  .articles .news-intro .info-div .news-intro-title {
    width: 100%;
  }
}
.articles .news-intro .info-div .news-intro-title h4 {
  font-size: 15px;
  color: #2b3842;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .articles .news-intro .info-div .news-intro-title h4 {
    font-size: 16px;
  }
}
.articles .news-intro .info-div .news-intro-title p {
  font-size: 13px;
  color: #395e74;
  margin-bottom: 5px;
}
.articles .news-intro .info-div .news-intro-title p a {
  display: block;
}
.articles .news-intro .info-div .news-date {
  display: inline-block;
  width: auto;
  text-align: right;
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .articles .news-intro .info-div .news-date {
    width: 75px;
    right: 18px;
    bottom: 0;
    top: auto;
    left: 52px;
  }
}
.articles .news-intro:nth-child(odd) {
  background-color: rgba(152, 158, 163, 0.1);
}
/*css za buttons*/
.btn.btn-empty {
  padding-left: 30px;
  position: relative;
}
.btn.btn-empty:before {
  margin-right: 7px;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  left: 6px;
}
.info {
  margin-bottom: 15px;
}
.info label {
  color: rgba(55, 62, 68, 0.6);
  margin-right: 5px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .info label {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .info {
    margin-bottom: 0px;
  }
}
.info .eu-flag {
  color: white;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ie-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px;
  font-family: 'Fira Sans', sans-serif;
}
.info .eu-flag.true {
  background-color: #988694;
}
.info .eu-flag.false {
  background-color: #b6a268;
}
/*css za lista so border samo za detali*/
.list-group.outer-border-list {
  padding-top: 20px;
  border: 1px solid #ddd;
}
.list-group.outer-border-list .list-group-item {
  background-color: transparent;
  border: none;
  padding: 5px 25px;
}
.list-group.outer-border-list .list-group-item label {
  color: rgba(55, 62, 68, 0.6);
}
.list-group.outer-border-list .list-group-item:last-of-type {
  border-top: 1px solid #ddd;
  text-align: right;
  padding: 15px 15px 10px;
  margin-top: 15px;
}
.list-group.outer-border-list .list-group-item:last-of-type a {
  color: #395e74;
}
.list-group.outer-border-list .list-group-item:last-of-type a:hover,
.list-group.outer-border-list .list-group-item:last-of-type a:focus {
  color: #7f6c7b;
}
.list-group.outer-border-list:nth-of-type(even) {
  background-color: #f8f8f8;
}
.inner-flag-bcg {
  background-image: url(/content/images/material-gradient-bcg.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  background-position: bottom;
}
/*css za radio buttons*/
.checkbox-btn-custom {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  margin-right: 15px;
  height: 22px;
  margin-top: 10px;
}
.checkbox-btn-custom input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  height: 22px;
  z-index: 1;
  cursor: pointer;
}
.checkbox-btn-custom input:checked + label:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background-color: #5e6f66;
  top: -8px;
  bottom: 0;
  left: 5px;
  right: auto;
  margin: auto;
}
.checkbox-btn-custom label {
  color: #989ea3;
  text-shadow: none;
  font-weight: normal;
}
.checkbox-btn-custom label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  background-color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  z-index: 0;
}
/*css za radio buttons*/
.radio-btn-custom {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  margin-right: 15px;
  height: 22px;
  margin-top: 10px;
}
.radio-btn-custom input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  height: 22px;
  z-index: 1;
  cursor: pointer;
}
.radio-btn-custom input:checked + label:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background-color: #5e6f66;
  top: -8px;
  bottom: 0;
  left: 5px;
  right: auto;
  margin: auto;
}
.radio-btn-custom label {
  color: #989ea3;
  text-shadow: none;
  font-weight: normal;
}
.radio-btn-custom label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  background-color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  z-index: 0;
}
/*css za temna tabela  so boi na naslovi i striped tabela*/
.table.table-primary tbody td:first-of-type {
  font-weight: 500;
}
.table.table-primary tbody td a {
  cursor: pointer;
  font-weight: 500;
}
.table.table-secondary thead {
  background-color: #36454f;
  opacity: .7;
}
.table.table-secondary thead th {
  border-bottom: none;
  padding: 15px 25px;
}
.table.table-secondary tbody td {
  color: #4e586e;
  border-top: none;
  padding: 15px 25px;
}
.table.table-tertiary thead {
  background-color: #f8f8f8;
}
.table.table-tertiary thead th {
  padding: 20px 25px 20px 25px;
  vertical-align: top;
}
.table.table-tertiary tbody tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.table.table-tertiary tbody tr td {
  vertical-align: top;
  padding: 20px 25px 20px 25px;
  border-top: none;
}
.table.table-tertiary tbody tr td:nth-of-type(even) {
  color: #b6a268;
}
.innerWrapperGradient.material-details-intro h1 {
  color: #25282e;
  font-size: 23px;
}
@media (max-width: 767px) {
  .innerWrapperGradient.material-details-intro h1 {
    font-size: 21px;
  }
}
.innerWrapperGradient.material-details-intro h2 {
  color: #25282e;
}
.innerWrapperGradient.pb30 {
  padding-bottom: 30px;
}
.innerWrapperGradient h1 {
  margin: 42px 0;
}
@media (max-width: 767px) {
  .innerWrapperGradient h1 {
    margin: 30px 0;
  }
}
/*css za calendar*/
.calendar {
  margin-top: 40px;
}
.calendar .fc-basic-view .fc-body .fc-row {
  height: 80px !important;
}
.calendar .fc-header-toolbar {
  background-color: #a40022;
  margin-bottom: 0;
  padding: 21px 0 12px;
  position: relative;
}
.calendar .fc-header-toolbar .fc-left {
  float: none;
  display: inline-block;
}
.calendar .fc-header-toolbar .fc-left h2 {
  color: white;
  text-align: center;
  font-family: 'Fira Sans', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
}
.calendar .fc-header-toolbar .fc-left h2:after {
  display: none;
}
.calendar .fc-header-toolbar .fc-right {
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
  bottom: auto;
}
.calendar .fc-header-toolbar .fc-right .fc-today-button {
  display: none;
}
.calendar .fc-header-toolbar .fc-right .fc-button-group {
  float: none;
  min-width: 340px;
  padding: 0;
}
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-state-default {
  background-color: none;
  background-image: none;
}
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-left,
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-right {
  background-color: rgba(51, 51, 51, 0.1);
  box-shadow: none;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
}
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-left .fc-icon,
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-right .fc-icon {
  background: none;
  position: relative;
  text-indent: initial;
  margin: 0 auto;
  line-height: 1;
  height: 22px;
  text-shadow: none;
  box-shadow: none;
  width: 100%;
}
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-left .fc-icon:before,
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-right .fc-icon:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
}
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-left .fc-icon:after,
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-right .fc-icon:after {
  display: none;
}
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-left {
  float: left;
}
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-left .fc-icon:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d5";
}
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-right {
  float: right;
}
.calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-right .fc-icon:before {
  content: "\f3d6";
}
.calendar .fc-header-toolbar:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.calendar .fc-head {
  background-color: #dddddd;
}
.calendar .fc-head tr {
  background-color: transparent;
}
.calendar .fc-head tr .fc-widget-header {
  background-color: transparent;
  border: none;
}
.calendar .fc-head tr .fc-widget-header th {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  padding: 16px 20px;
  font-weight: normal;
  text-shadow: none;
  font-size: 13px;
}
.calendar .fc-body .fc-other-month {
  background-image: url('../content/images/other-month-days.jpg');
  background-size: cover;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  color: #cbd1d2;
}
.calendar .fc-body .fc-other-month.fc-sat,
.calendar .fc-body .fc-other-month.fc-sun {
  color: #cbd1d2;
}
.calendar .fc-body .fc-content-skeleton td {
  text-align: right;
  padding: 9px 9px !important;
}
.calendar .fc-row .fc-bg {
  height: 110px;
  z-index: 4;
  background-color: transparent;
}
.calendar .fc-row .fc-bg .fc-day {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,fafafa+100 */
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #fafafa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcfcfc 0%, #fafafa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#fafafa', GradientType=0);
  /* IE6-9 */
}
.calendar .fc-row .fc-bg .fc-day.fc-sat,
.calendar .fc-row .fc-bg .fc-day.fc-sun {
  color: #e3969e;
  background: #f5f7f9 !important;
}
.calendar .fc-row .fc-bg .fc-day.fc-disabled-day {
  background-image: url('../content/images/other-month-days.jpg');
  background-size: cover;
}
.calendar .fc-content-skeleton {
  z-index: 5 !important;
}
.calendar .fc-content-skeleton tbody {
  display: none;
}
.calendar .fc-content-skeleton .fc-sun .fc-day-number,
.calendar .fc-content-skeleton .fc-sat .fc-day-number {
  color: #e3969e !important;
}
.calendar .fc-widget-content .fc-row:nth-of-type(5) .fc-day,
.calendar .fc-widget-content .fc-row:nth-of-type(4) .fc-day {
  cursor: pointer;
}
.calendar .fc-widget-content .fc-row:nth-of-type(5) .fc-day > span .tooltip,
.calendar .fc-widget-content .fc-row:nth-of-type(4) .fc-day > span .tooltip {
  bottom: 35px;
  top: auto;
}
.calendar .fc-widget-content .fc-row:nth-of-type(1) .fc-day > span .tooltip,
.calendar .fc-widget-content .fc-row:nth-of-type(2) .fc-day > span .tooltip {
  bottom: auto;
  top: 110px;
}
.calendar .fc-widget-content .fc-row .fc-day {
  padding: 15px;
  vertical-align: bottom;
  background-color: white;
  color: #7c8a95;
  cursor: pointer;
}
.calendar .fc-widget-content .fc-row .fc-day > span .tooltip {
  position: absolute;
  display: none;
  opacity: 0;
  z-index: 9999;
  background-color: white;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  padding: 35px 25px 25px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  min-width: 300px;
  max-width: 300px;
  margin: auto;
  height: auto;
}
.calendar .fc-widget-content .fc-row .fc-day > span .tooltip p {
  position: absolute;
  color: #0000007d;
  z-index: 99999;
  right: 25px;
  opacity: 1;
  left: auto;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
  margin-top: -20px;
  text-align: right;
}
.calendar .fc-widget-content .fc-row .fc-day > span .tooltip p:before {
  font-size: 30px;
}
.calendar .fc-widget-content .fc-row .fc-day > span .tooltip ul {
  max-height: 250px;
  overflow: auto;
  padding: 0px 10px 0 0px;
  margin: 0px 1px 0 0;
  list-style: none;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.calendar .fc-widget-content .fc-row .fc-day > span .tooltip ul li {
  position: relative;
  padding-left: 50px;
}
.calendar .fc-widget-content .fc-row .fc-day > span .tooltip ul li:last-of-type {
  margin-bottom: 0;
}
.calendar .fc-widget-content .fc-row .fc-day > span .tooltip ul li .date-start {
  color: #a8a8a8;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.calendar .fc-widget-content .fc-row .fc-day > span .tooltip ul::-webkit-scrollbar {
  width: 5px;
}
.calendar .fc-widget-content .fc-row .fc-day > span .tooltip ul::-webkit-scrollbar-track {
  background: #f1f1f100;
  border-right: 1px solid rgba(152, 134, 149, 0.3);
}
.calendar .fc-widget-content .fc-row .fc-day > span .tooltip ul::-webkit-scrollbar-thumb {
  background: #988695;
  margin-right: 1px;
}
.calendar .fc-widget-content .fc-row .fc-day > span .tooltip ul::-webkit-scrollbar-thumb:hover {
  background: #7f6c7c;
}
.calendar .fc-widget-content .fc-row .fc-day > span.opened .tooltip:first-of-type {
  opacity: 1;
  display: block;
}
.calendar .fc-widget-content .fc-row .fc-day:nth-of-type(7) > span .tooltip,
.calendar .fc-widget-content .fc-row .fc-day:nth-of-type(6) > span .tooltip {
  right: 0;
  left: auto;
}
.calendar .fc-widget-content .badge {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ie-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-right: 4px;
  margin-top: 4px;
  padding: 3px 4px;
  min-width: 11px;
  font-size: 11px;
  font-weight: normal;
  cursor: pointer;
}
.calendar .fc-widget-content .badge.badge-primary {
  background-color: #74a6a2;
}
.calendar .fc-widget-content .badge.badge-light {
  background-color: #6a9ac0;
}
.calendar .fc-widget-content .badge.badge-warning {
  background-color: #e3969e;
}
.calendar .fc-widget-content .badge.badge-last {
  background-color: #b7a368;
}
#calendar-app {
  position: relative;
  padding-right: 300px;
}
@media (max-width: 1199px) {
  #calendar-app .badge {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    color: transparent;
    min-width: 0;
    text-indent: -999px;
    overflow: hidden;
    padding: 2px;
  }
}
#calendar-app .conatanier {
  position: relative;
}
#calendar-app #day-info {
  height: 50px;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  display: none;
}
#calendar-app #day-info.opened {
  display: block;
}
#calendar-app #tooltipListDate {
  font-size: 14px;
  font-weight: bold;
  color: #a40022;
  margin: 0;
  margin-bottom: 30px;
}
#calendar-app #tooltipList {
  list-style: none;
  padding: 0;
  height: 100%;
  overflow-y: auto;
  position: relative;
  margin-bottom: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#calendar-app #tooltipList:before {
  display: none !important;
}
#calendar-app #tooltipList li {
  font-size: 13px;
  position: relative;
  padding-left: 70px;
  padding-right: 5px;
  margin-bottom: 0;
  padding-bottom: 15px;
}
#calendar-app #tooltipList li.event:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 5px;
}
#calendar-app #tooltipList li.event.event1:before {
  background-color: #6a9ac0;
}
#calendar-app #tooltipList li.event.event2:before {
  background-color: #74a6a2;
}
#calendar-app #tooltipList li.event.event3:before {
  background-color: #b7a368;
}
#calendar-app #tooltipList li.event.event4:before {
  background-color: #e3969e;
}
#calendar-app #tooltipList li.event.event5:before {
  background-color: #b7a368;
}
#calendar-app #tooltipList li:not(:last-of-type) a:before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: white;
  left: 18px;
}
#calendar-app #tooltipList li span {
  position: absolute;
  left: 20px;
  top: 0;
}
#calendar-app #tooltipList li a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#calendar-app #tooltipList li a:hover,
#calendar-app #tooltipList li a:focus {
  color: #4e586e;
}
#calendar-app #tooltipList::-webkit-scrollbar {
  width: 5px;
}
#calendar-app #tooltipList::-webkit-scrollbar-track {
  background: #ffffff;
  border-right: 1px solid #ddd;
}
#calendar-app #tooltipList::-webkit-scrollbar-thumb {
  background: #b6a268;
  border-radius: 20px;
}
#calendar-app #tooltipList::-webkit-scrollbar-thumb:hover {
  background: #434c5f;
}
#calendar-app .legend {
  display: block;
  width: 100%;
  background-color: #efecec;
}
#calendar-app .legend .legend-desc {
  display: inline-block;
  position: relative;
  padding: 15px 25px 15px 30px;
  color: #696d74;
}
#calendar-app .legend .legend-desc:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 15px;
}
#calendar-app .legend .legend-desc.plenary-sitting:before {
  background-color: #6a9ac0;
}
#calendar-app .legend .legend-desc.cimmitte-meeting:before {
  background-color: #74a6a2;
}
#calendar-app .legend .legend-desc.standing-bureau:before {
  background-color: #b7a368;
}
#calendar-app .legend .legend-desc.holiday:before {
  background-color: #e3969e;
}
#calendar-app .fc-row .fc-bg {
  z-index: 4;
}
#calendar-app .footer-calendar {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
  background-color: white;
  padding: 30px;
  display: inline-block;
  width: 300px;
  position: absolute;
  top: 0px;
  left: 100%;
  bottom: 0;
  background-size: 60px;
}
@media (max-width: 992px) {
  #calendar-app .footer-calendar #day-info {
    height: 20px;
  }
  #calendar-app .footer-calendar #tooltipList {
    height: 90%;
  }
}
#calendar-app .footer-calendar h3 {
  font-size: 15px;
}
.footer-calendar .home-header {
  display: none;
}
.fc-highlight {
  background: transparent !important;
  opacity: .3;
}
#home a {
  cursor: pointer;
}
#home a span,
#home a strong {
  cursor: pointer;
}
#home #calendar-app {
  padding-right: 600px;
}
#home #calendar-app .closeCallendar {
  display: none;
}
@media (max-width: 991px) {
  #home #calendar-app {
    padding-right: 20px;
  }
  #home #calendar-app:after {
    transform: rotate(90deg);
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
#home #calendar-app .legend {
  display: none;
}
#home #calendar-app .footer-calendar {
  width: 720px;
  box-shadow: none;
  padding-left: 200px;
  margin-left: -130px;
  background-color: #F2ECE0;
  top: -30px;
  left: 100%;
  bottom: -30px;
  background-image: none;
  padding-top: 57px;
  overflow: hidden;
}
#home #calendar-app .footer-calendar .home-header {
  color: #25282e;
  min-height: 60px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 25px;
}
#home #calendar-app .footer-calendar .home-header span {
  display: inline-block;
  padding: 10px 50px 10px 70px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#home #calendar-app .footer-calendar .home-header span:before {
  content: '';
  height: 8px;
  width: 8px;
  background-color: #23e2a0;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 6px rgba(35, 226, 160, 0.2);
}
@media (max-width: 991px) {
  #home #calendar-app .footer-calendar {
    width: 100%;
    box-shadow: none;
    padding-left: 20px;
    margin-left: 0;
    background-color: #F2ECE0;
    top: 100%;
    left: 100%;
    bottom: -30px;
    background-image: none;
    padding-top: 10px;
    position: static;
  }
  #home #calendar-app .footer-calendar .home-header {
    margin-bottom: 0;
  }
}
#home #calendar-app #tooltipList {
  height: 350px;
}
#home #calendar-app #tooltipList li {
  padding-left: 60px;
}
#home #calendar-app #tooltipList li a span {
  left: 0;
  background: #f8f5ee;
  padding: 2px 4px;
  border-radius: 4px;
  color: #25282e;
}
#home #calendar-app #tooltipList li a:hover,
#home #calendar-app #tooltipList li a:focus {
  color: #25282e;
}
#home #calendar-app #tooltipList li.event {
  color: #25282e;
}
#home #calendar-app #tooltipList li.event:before {
  display: none !important;
}
#home .fc-head {
  background-color: white;
}
#home .fc-scroller {
  height: 270px !important;
  overflow: hidden !important;
}
#home .fc-highlight {
  position: relative;
}
#home .fc-highlight:before {
  content: '';
  text-align: right;
  background-color: #25282e36 !important;
  border: 1px solid #25282e17;
  width: 40px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  padding: 0;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
#home .calendar {
  z-index: 1;
  position: relative;
  margin-bottom: 60px;
  margin-top: 60px;
  box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
  background: white;
  padding-right: 50px;
  padding-left: 20px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  #home .calendar {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#home .calendar:after {
  content: "\f3d6";
  font-family: ionicons;
  height: 60px;
  width: 60px;
  box-shadow: 0px 0px 0px 15px rgba(194, 0, 43, 0.1);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  background: #c2002b;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: white;
}
@media (max-width: 991px) {
  #home .calendar:after {
    transform: rotate(90deg);
    top: 100%;
    left: 0;
  }
}
#home .calendar table > .fc-body > tr:hover {
  background-color: white;
}
#home .calendar .fc-unthemed .fc-divider,
#home .calendar .fc-unthemed .fc-popover,
#home .calendar .fc-unthemed .fc-row,
#home .calendar .fc-unthemed tbody,
#home .calendar .fc-unthemed td,
#home .calendar .fc-unthemed th,
#home .calendar .fc-unthemed thead {
  border: none !Important;
}
#home .calendar tbody.fc-body {
  background: white;
}
#home .calendar .fc-body .fc-content-skeleton td {
  padding: 0 !important;
}
#home .calendar .fc-header-toolbar {
  background-color: white;
  padding: 50px 0 20px;
}
#home .calendar .fc-header-toolbar .fc-left h2 {
  color: black;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
#home .calendar .fc-header-toolbar .fc-right {
  top: 41px;
}
#home .calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-left,
#home .calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-right {
  background-color: transparent;
  color: black;
}
#home .calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-left .fc-icon:before,
#home .calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-right .fc-icon:before {
  color: black;
}
#home .calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-left .fc-icon.fc-icon-left-single-arrow:before,
#home .calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-right .fc-icon.fc-icon-left-single-arrow:before,
#home .calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-left .fc-icon.fc-icon-left-single-arrow:before,
#home .calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-right .fc-icon.fc-icon-left-single-arrow:before {
  font-family: ionicons;
}
#home .calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-left .fc-icon.fc-icon-left-single-arrow:before,
#home .calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-right .fc-icon.fc-icon-left-single-arrow:before {
  content: "\f3d2";
}
#home .calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-left .fc-icon.fc-icon-right-single-arrow:before,
#home .calendar .fc-header-toolbar .fc-right .fc-button-group .fc-corner-right .fc-icon.fc-icon-right-single-arrow:before {
  content: "\f3d3";
}
#home .calendar .fc-widget-content .fc-row .fc-day {
  background-color: transparent;
  background: none !important;
  border: none !important;
  padding: 0;
}
#home .calendar .calendar .fc-row .fc-bg .fc-day.fc-sun {
  background: transparent !important;
}
#home .calendar .fc-row .fc-bg {
  z-index: 4;
  position: absolute;
}
#home .calendar .fc-content-skeleton {
  z-index: 0 !important;
}
#home .calendar .fc-widget-content {
  position: relative;
  border: none;
}
#home .calendar .fc-widget-content .badge {
  background-color: rgba(28, 70, 94, 0.4);
  display: inline-block;
  width: 6px !important;
  height: 6px !important;
  text-indent: -999px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  min-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8px;
  z-index: 999999;
}
#home .calendar .fc-basic-view .fc-body .fc-row {
  height: 45px !important;
  min-height: initial;
}
#home .calendar .fc-row .fc-bg {
  height: 45px;
}
#home .calendar .fc-body .fc-content-skeleton td {
  text-align: center;
  /*&.fc-future {
                span {
                    background-color: black;
                    color: white;
                }
            }*/
}
#home .calendar .fc-body .fc-content-skeleton td span {
  text-align: right;
  background: white;
  border: 1px solid white;
  width: 40px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  padding: 0;
  color: black;
}
#home .calendar .fc-body .fc-content-skeleton td.fc-today span {
  border: 1px solid black;
}
#home .calendar .fc-head {
  background-color: white;
}
#home .calendar .fc-head tr .fc-widget-header th {
  background-color: transparent;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.float-right {
  text-align: right;
}
.float-right span {
  display: block;
}
.attention {
  color: #2b3842;
}
#tooltipListDate:empty {
  display: none;
}
.card {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.15);
}
.card .accordion-arrow {
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 55px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ede6e9;
  border: none;
  background-image: url(/content/images/up-arrow.png);
  background-size: 17px;
  border-radius: 0 0 8px 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card .accordion-arrow.collapsed {
  background-color: #a48492;
  background-image: url(/content/images/down-arrow.png);
  border-radius: 0 0 8px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card .accordion-arrow:active {
  box-shadow: none !important;
}
.card .card-header {
  position: relative;
}
.card .card-header .header-content {
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 25px;
  padding-right: 30px;
}
.card .card-header .header-content a {
  display: block;
}
.card .card-header .header-content h3 {
  color: #2b3842;
  font-size: 17px;
  width: 70%;
  display: inline-block;
}
.card .card-header .header-content .text-right {
  float: right;
  display: inline-block;
  margin-top: 31px;
  color: #395e74;
}
.card .card-header .header-content .text-right span {
  display: block;
}
.card .card-body {
  padding: 30px;
  padding-top: 10px;
}
.card .card-body table {
  width: 100%;
}
.card .card-body table td {
  padding-bottom: 15px;
  vertical-align: top;
}
.two-column td:nth-child(even) {
  padding-left: 10%;
}
.two-column td {
  padding-bottom: 20px;
  vertical-align: top;
}
.nested-list {
  list-style: none;
  padding-left: 0;
}
.nested-list li {
  list-style: none;
}
.nested-list li ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nested-list li ul li {
  margin-bottom: 15px;
}
.nested-list > li:nth-child(odd) {
  width: 100%;
  background-color: rgba(51, 51, 51, 0.05);
  padding: 25px;
}
.internships a {
  display: block;
  margin-bottom: 10px;
}
.internships a:visited,
.internships a:focus,
.internships a:hover {
  color: #7b6d78;
}
.internships ol li {
  margin-bottom: 10px;
}
span.signature-line {
  letter-spacing: -2px;
}
div.signature-line {
  margin-right: 330px;
  margin-top: -16px;
  margin-bottom: 20px;
}
.blank-table {
  margin: 40px 0;
}
.blank-table td {
  padding: 12px;
  border: 1px solid black;
}
.blank-table tbody td {
  padding: 20px 12px;
}
.sitemap {
  list-style: none;
}
.sitemap .level2 {
  list-style: none;
  padding: 0;
}
.sitemap .level2 > li {
  margin-top: 25px;
}
.sitemap .level2 > li > a {
  color: #2b3842;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(43, 56, 66, 0.08);
  display: block;
  width: 100%;
  padding: 20px;
}
.sitemap .level3 {
  padding-left: 40px;
  list-style-type: disc;
}
.sitemap .level3 > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 2em;
  height: 100px !important;
}
.fc-scroller {
  height: 500px !important;
}
@media (max-width: 991px) {
  h2.h2-w-total {
    padding-right: 150px;
    min-height: 20px;
  }
  table.table-primary thead th {
    display: none;
  }
  table.table-primary tbody tr {
    display: block !important;
    border-bottom: 1px solid rgba(129, 133, 139, 0.2) !important;
  }
  table.table-primary tbody tr:last-of-type {
    border-bottom: 0;
  }
  table.table-primary tbody tr td {
    display: none;
    padding: 0px 10px 10px !important;
  }
  table.table-primary tbody tr td.details {
    text-align: right;
  }
  table.table-primary tbody tr td:first-of-type {
    display: block;
    padding-top: 10px !important;
    font-family: 'Fira Sans', sans-serif !important;
    position: relative;
    padding-right: 30px !important;
  }
  table.table-primary tbody tr td:last-of-type {
    /*padding-bottom: 20px !important;
                            border-bottom: 1px solid #ddd;*/
  }
  table.table-primary tbody tr td label {
    font-size: 10px;
    color: #8b8b8b;
    text-transform: uppercase;
    display: block;
    font-family: 'Fira Sans', sans-serif !important;
    margin-bottom: 0px;
    font-weight: normal;
  }
  table.table-primary tbody tr td span.btnExpandMobile {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    padding: 10px 0;
    text-align: center;
  }
  table.table-primary tbody tr td span.btnExpandMobile > span {
    width: 100%;
    transform: rotate(90deg);
    font-weight: normal;
    opacity: .6;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ie-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  table.table-primary tbody tr.openAllRowsMobile td {
    display: block !important;
  }
  table.table-primary tbody tr.openAllRowsMobile td span.btnExpandMobile > span {
    transform: rotate(-90deg);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ie-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
#first-toggle ~ .toggle_option_slider {
  left: 0;
}
#first-toggle:checked ~ .toggle_option_slider {
  left: 20px;
}
.social {
  display: block;
  height: 50px;
  width: fit-content;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px #00000029;
}
.social div.a2a_kit {
  position: relative;
  display: inline;
  float: right;
}
.social .head {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-right: 20px;
  background-color: #2b3842;
  border-radius: 60px;
  background-image: url(/images/share.png);
  background-repeat: no-repeat;
  background-position: 13px center;
  background-size: 20px;
}
.social a {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 17px 20px;
  margin-left: -10px;
  opacity: 1;
  transition: .3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.social a span {
  background-color: transparent !important;
}
.social a span svg {
  display: none;
}
.social .in {
  background-image: url(/images/linkedin.png);
}
.social .insta {
  background-image: url(/images/insta.png);
}
.social .twitter {
  background-image: url(/images/twitter.png);
}
.social .ok {
  background-image: url(/images/ok-ru-logo-png-transparent.png);
}
.social .fb {
  background-image: url(/images/facebook-2.png);
}
.social .in:hover,
.social .insta:hover,
.social .twitter:hover,
.social .ok:hover,
.social .fb:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.first .search {
  position: relative;
  display: inline;
}
.first .search-button {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.first .search-button img {
  transform: scaleX(-1);
}
.first button.search-button {
  background: none;
  border: none;
  display: inline;
  margin-right: 20px;
}
.first button.search-button img {
  height: 17px;
  width: 17px;
}
.first input {
  letter-spacing: 0.5px;
  color: #ffffff;
  width: 200px;
  height: 24px;
  padding-left: 8px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'Fira Sans', sans-serif;
}
@media (max-width: 380px) {
  .first input {
    width: 120px;
  }
}
@media (min-width: 381px) and (max-width: 767px) {
  .first input {
    width: 220px;
  }
}
.first input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.first input:focus {
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.datepicker-filter span .btn {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: white;
}
.datepicker-filter span .btn:focus {
  background-color: transparent;
  color: white;
}
.uib-datepicker-popup {
  padding: 15px;
  top: 34px !important;
}
.uib-datepicker-popup .btn.uib-title,
.uib-datepicker-popup .btn.uib-right,
.uib-datepicker-popup .btn.uib-left {
  color: #404c55;
}
.uib-datepicker-popup .btn.uib-left,
.uib-datepicker-popup .btn.uib-right {
  font-size: 16px;
}
.uib-datepicker-popup .btn.uib-left i:before {
  content: "\f3d2";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uib-datepicker-popup .btn.uib-right i:before {
  content: "\f3d3";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uib-datepicker-popup .btn.uib-title strong {
  font-weight: normal;
  font-family: 'Fira Sans', sans-serif;
}
.uib-datepicker-popup li .uib-weeks .uib-day .btn-default {
  color: #404c55;
  min-height: 35px;
  min-width: 35px;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.uib-datepicker-popup li .uib-weeks .uib-day .btn-default:hover {
  border-radius: 35px;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.uib-datepicker-popup li .uib-weeks .uib-day .btn-default.active {
  background-color: transparent;
  border: 1px solid #4e586e;
  border-radius: 50%;
}
.uib-datepicker-popup li .uib-weeks .uib-day .btn-default.active span {
  color: #4e586e;
}
.uib-datepicker-popup li table thead tr:first-of-type th {
  padding-bottom: 15px;
}
.uib-datepicker-popup li table thead tr:last-of-type th {
  padding-bottom: 5px;
  color: #404c55;
  font-weight: normal;
}
.uib-datepicker-popup li table td:first-of-type em {
  font-style: normal;
  color: lightgray;
}
.uib-datepicker-popup li.uib-button-bar .uib-clear {
  color: #ffffff;
  padding-left: 30px;
  position: relative;
  text-decoration: underline;
}
.uib-datepicker-popup li.uib-button-bar .uib-clear:before {
  content: "\f49d";
  position: absolute;
  left: 10px;
  font-size: 16px;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uib-datepicker-popup li.uib-button-bar .btn-info {
  background-color: #d4c088;
  color: white;
}
.uib-datepicker-popup li.uib-button-bar .uib-close {
  background-color: #5e7776;
  color: white;
}
.no-underline {
  text-decoration: none !important;
}
/*#region navbar meni*/
.main-menu {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 999;
  border: 0;
}
.main-menu #subheader {
  background: linear-gradient(240deg, #a70023 0%, #610017 70%, #780004 100%);
  position: relative;
}
.main-menu #subheader:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(/content/images/zname-header.png);
  background-position: left 0 center;
  background-size: contain;
  opacity: .7;
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu #subheader:before {
    opacity: 0.3;
  }
}
@media (max-width: 767px) {
  .main-menu #subheader:before {
    opacity: .25;
  }
}
.main-menu #subheader .moldova-logo,
.main-menu #subheader .nmk-logo {
  position: relative;
  width: 20%;
  display: inline-block;
  left: 42%;
}
@media (max-width: 1199px) {
  .main-menu #subheader .moldova-logo,
  .main-menu #subheader .nmk-logo {
    left: 0 !important;
  }
}
.main-menu #subheader .moldova-logo img,
.main-menu #subheader .nmk-logo img {
  height: 70px;
  width: auto;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .main-menu #subheader .moldova-logo img,
  .main-menu #subheader .nmk-logo img {
    position: relative;
    top: 8px;
    height: 43px;
    margin-top: 0;
  }
}
.main-menu .moldova-features,
.main-menu .nmk-features {
  position: relative;
  float: right;
  display: inline;
}
.main-menu .moldova-features div.first,
.main-menu .nmk-features div.first {
  position: relative;
  display: block;
  text-align: right;
  height: 65px;
  padding: 15px 0;
  float: left;
}
.main-menu .moldova-features div.first .search-icon,
.main-menu .nmk-features div.first .search-icon {
  position: relative;
  display: inline;
  float: left;
  margin-right: 10px;
}
.main-menu .moldova-features div.first .languages,
.main-menu .nmk-features div.first .languages {
  position: relative;
  display: inline;
  float: right;
}
.main-menu .moldova-features div.first .languages a,
.main-menu .nmk-features div.first .languages a {
  position: relative;
  padding: 7px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .main-menu .moldova-features div.first,
  .main-menu .nmk-features div.first {
    float: right;
  }
}
@media (max-width: 767px) {
  .main-menu .moldova-features div.first,
  .main-menu .nmk-features div.first {
    right: 50px;
    top: 7px;
  }
}
.main-menu .moldova-features .font-features,
.main-menu .nmk-features .font-features {
  position: relative;
  display: inline;
  float: left;
  padding: 0 15px 0 0;
}
.main-menu .moldova-features .font-features .btn-group .dropdown-toggle,
.main-menu .nmk-features .font-features .btn-group .dropdown-toggle {
  background-color: transparent !important;
  padding: 0;
}
.main-menu .moldova-features .font-features .btn-group .dropdown-toggle .caret,
.main-menu .nmk-features .font-features .btn-group .dropdown-toggle .caret {
  border-top: 4px solid white;
}
.main-menu .moldova-features .font-features .btn-group .dropdown-menu,
.main-menu .nmk-features .font-features .btn-group .dropdown-menu {
  background: #83001c;
  border: none;
}
.main-menu .moldova-features .font-features .btn-group .dropdown-menu li,
.main-menu .nmk-features .font-features .btn-group .dropdown-menu li {
  margin-bottom: 0 !important;
}
.main-menu .moldova-features .font-features .btn-group .dropdown-menu li a,
.main-menu .nmk-features .font-features .btn-group .dropdown-menu li a {
  padding: 10px 15px;
  color: white;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu .moldova-features .font-features .btn-group .dropdown-menu li a:hover,
.main-menu .nmk-features .font-features .btn-group .dropdown-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu .moldova-features .font-features .btn-group .dropdown-menu li:not(:last-of-type),
.main-menu .nmk-features .font-features .btn-group .dropdown-menu li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.main-menu .moldova-features .font-features a,
.main-menu .nmk-features .font-features a {
  font-size: 13px;
  color: #d6d8da;
  opacity: 0.7;
  position: relative;
  top: 3px;
  padding: 0 5px;
  text-decoration: none;
  cursor: pointer;
}
.main-menu .moldova-features .font-features a.active,
.main-menu .nmk-features .font-features a.active {
  text-decoration: underline;
  opacity: 1;
}
.main-menu .moldova-features .languages .btn-group .dropdown-toggle,
.main-menu .nmk-features .languages .btn-group .dropdown-toggle {
  background-color: transparent !important;
  padding: 0;
}
.main-menu .moldova-features .languages .btn-group .dropdown-toggle:after,
.main-menu .nmk-features .languages .btn-group .dropdown-toggle:after {
  display: none;
}
.main-menu .moldova-features .languages .btn-group .dropdown-toggle:focus,
.main-menu .nmk-features .languages .btn-group .dropdown-toggle:focus {
  color: white;
}
.main-menu .moldova-features .languages .btn-group .dropdown-toggle .caret,
.main-menu .nmk-features .languages .btn-group .dropdown-toggle .caret {
  border-top: 4px solid white;
}
.main-menu .moldova-features .languages .btn-group .dropdown-menu,
.main-menu .nmk-features .languages .btn-group .dropdown-menu {
  background: #83001c;
  border: none;
}
.main-menu .moldova-features .languages .btn-group .dropdown-menu li,
.main-menu .nmk-features .languages .btn-group .dropdown-menu li {
  margin-bottom: 0 !important;
}
.main-menu .moldova-features .languages .btn-group .dropdown-menu li a,
.main-menu .nmk-features .languages .btn-group .dropdown-menu li a {
  padding: 10px 15px;
  color: white;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu .moldova-features .languages .btn-group .dropdown-menu li a:hover,
.main-menu .nmk-features .languages .btn-group .dropdown-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu .moldova-features .languages .btn-group .dropdown-menu li:not(:last-of-type),
.main-menu .nmk-features .languages .btn-group .dropdown-menu li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.main-menu .moldova-features .languages a,
.main-menu .nmk-features .languages a {
  font-size: 13px;
  color: #d6d8da;
  opacity: 0.7;
  position: relative;
  top: 3px;
  padding: 0 5px;
  text-decoration: none;
  cursor: pointer;
}
.main-menu .moldova-features .languages a.active,
.main-menu .nmk-features .languages a.active {
  text-decoration: underline;
  opacity: 1;
}
.main-menu .moldova-features .contrast-features,
.main-menu .nmk-features .contrast-features {
  position: relative;
  display: inline;
  float: right;
  padding: 0 0px;
}
.main-menu .moldova-features .contrast-features > img,
.main-menu .nmk-features .contrast-features > img {
  height: 18px;
}
.main-menu .moldova-features .contrast-features .wrapper,
.main-menu .nmk-features .contrast-features .wrapper {
  display: inline;
  float: right;
  position: relative;
  padding: 0;
  margin-left: 10px;
  width: 40px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.23);
  height: 21px;
}
.main-menu .moldova-features .contrast-features .wrapper input,
.main-menu .nmk-features .contrast-features .wrapper input {
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.main-menu .moldova-features .contrast-features .wrapper::after,
.main-menu .nmk-features .contrast-features .wrapper::after {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  top: 1px;
  left: 0;
  background: white;
  border-radius: 50%;
}
.main-menu .moldova-features .contrast-features .wrapper .toggle_radio,
.main-menu .nmk-features .contrast-features .wrapper .toggle_radio {
  background: rgba(0, 0, 0, 0.23);
  margin: 0px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 20px;
  width: 40px;
}
.main-menu .moldova-features .contrast-features .wrapper .toggle_radio input[type=checkbox],
.main-menu .nmk-features .contrast-features .wrapper .toggle_radio input[type=checkbox] {
  opacity: 0;
  margin-bottom: 0;
  border-radius: 50px;
  position: relative;
  height: 20px;
  width: 40px;
  z-index: 2;
  margin-top: 0;
  cursor: pointer;
}
.main-menu .moldova-features .contrast-features .wrapper .toggle_radio .toggle_option_slider,
.main-menu .nmk-features .contrast-features .wrapper .toggle_radio .toggle_option_slider {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  cursor: pointer !important;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.main-menu .moldova-features .contrast-features .wrapper .toggle_radio #first_toggle + .toggle_option_slider,
.main-menu .nmk-features .contrast-features .wrapper .toggle_radio #first_toggle + .toggle_option_slider {
  background: #d6d8da;
  left: 0px;
}
.main-menu .moldova-features .contrast-features .wrapper .toggle_radio #first_toggle:checked + .toggle_option_slider,
.main-menu .nmk-features .contrast-features .wrapper .toggle_radio #first_toggle:checked + .toggle_option_slider {
  background: #d6d8da;
  left: 20px;
}
.main-menu .moldova-features div.second,
.main-menu .nmk-features div.second {
  position: relative;
  padding: 15px 0;
  display: block;
  top: -15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu .moldova-features div.second,
  .main-menu .nmk-features div.second {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .main-menu .moldova-features div.second,
  .main-menu .nmk-features div.second {
    /* position: fixed !important;
                background: #2c3942;
                top: 30vh;
                padding: 20px 10px !important;
                right: -160px;
                padding-right: 30px !important;
                border-top-left-radius: 7px;
                border-bottom-left-radius: 7px;
                box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.5);
                width: auto !important;*/
    display: none;
    /* &:after {
                    position: absolute;
                    content: '';
                    width: 55px;
                    height: 45px;
                    background: #2c3942;
                    top: 20px;
                    left: -51px;
                    border-radius: 5px;
                    box-shadow: -6px 6px 8px -1px rgba(0, 0, 0, 0.2);
                    background-image: url(/images/settings-icon.png);
                    background-repeat: no-repeat;
                    background-position: center left 10px;
                    background-size: 25px;
                    opacity: .7;
                }

                &:hover {
                    right: 0px;

                    &:after {
                        opacity: 1;
                    }
                }

                .font-features {
                    float: none !important;
                    display: block !important;
                    margin-left: 50px;
                    border-left: 2px solid rgba(0, 0, 0, 0.12);
                    padding: 5px !important;
                    padding-left: 15px !important;

                    img {
                        position: absolute;
                        top: 8px;
                        left: -40px;
                        height: 13px;
                    }

                    a {
                        display: block;
                        margin-bottom: 20px;
                    }
                }

                .contrast-features {
                    float: none !important;
                    display: block !important;
                    margin-left: 50px;
                    border-left: 2px solid rgba(0, 0, 0, 0.12);
                    padding: 5px !important;
                    margin-top: 20px;
                    padding-left: 15px !important;

                    img {
                        position: absolute;
                        top: 3px;
                        left: -40px;
                    }

                    .wrapper {
                        display: block !important;
                        float: none !important;
                        top: 0;
                        right: 0;
                        height: 15px !important;
                        width: 30px !important;

                        &:after {
                            width: 17px !important;
                            height: 17px !important;
                            top: -1px !important;
                            left: 0 !important;
                        }
                    }
                }*/
  }
}
.main-menu .moldova-features-mobile,
.main-menu .nmk-features-mobile {
  position: relative;
  width: 100%;
  background-color: #2c3942;
  box-shadow: 0px 7px 10px 0px rgba(51, 51, 51, 0.1);
  height: 0;
}
.main-menu .moldova-features-mobile .font-features,
.main-menu .nmk-features-mobile .font-features {
  left: 90px;
  padding-top: 20px;
}
.main-menu .moldova-features-mobile .contrast-features,
.main-menu .nmk-features-mobile .contrast-features {
  padding-top: 20px;
}
.main-menu .moldova-features-mobile .calendarIcon,
.main-menu .nmk-features-mobile .calendarIcon {
  background-image: url(/images/icons/nmk-calendar-icon.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 23px;
  transition: .3s ease;
  height: 50px;
  width: 30px;
  display: none;
  right: 20px;
  position: relative;
  float: right;
  background-color: transparent;
  border: 0px;
  /*@media(max-width:991px){
                opacity:0;
            }*/
}
.main-menu .main-menu-holder {
  background-color: white;
  position: relative;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu .main-menu-holder.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
}
.main-menu .main-menu-holder.affix ul.nav.navbar-nav li.active > .dropdown-menu,
.main-menu .main-menu-holder.affix ul.nav.navbar-nav li:hover > .dropdown-menu,
.main-menu .main-menu-holder.affix ul.nav.navbar-nav li:focus > .dropdown-menu {
  top: 60px !important;
}
.main-menu .main-menu-holder ul.nav.navbar-nav {
  float: none;
  display: table;
  margin: 0 auto 0 auto;
  padding: 0;
  list-style: none;
  text-align: right;
  position: static;
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li {
  float: none;
  position: static;
  display: table-cell;
  z-index: 50;
  margin: 0;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu .main-menu-holder ul.nav.navbar-nav > li.main-li {
    width: 20%;
  }
}
@media (min-width: 1360px) {
  .main-menu .main-menu-holder ul.nav.navbar-nav > li.main-li > .dropdown-menu {
    padding: 50px 40px 50px 600px !important;
  }
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li > a {
  color: black;
  opacity: 1;
  text-decoration: none !important;
  padding: 22px 4px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: table;
  line-height: 16px;
  white-space: normal;
  cursor: pointer;
  height: 60px;
  font-weight: bold;
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li > a:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #a40022;
  opacity: 1;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .main-menu .main-menu-holder ul.nav.navbar-nav > li > a {
    padding: 15px 15px;
    line-height: 19px;
  }
}
@media (max-width: 1199px) {
  .main-menu .main-menu-holder ul.nav.navbar-nav > li > a > span {
    position: relative;
    width: 100%;
    white-space: pre-wrap;
  }
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen {
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  text-transform: none;
  visibility: visible !important;
  padding: 50px 0;
  margin-top: 0;
  background-position: left bottom;
  background-image: url('../images/icons/menu_bcg.png') !important;
  background-repeat: no-repeat;
  background-size: 500px;
  padding: 50px 85px;
  border-top: 1px solid #ebebeb;
  /*position: fixed;
                        top: 185px;*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen {
    padding: 50px 0px;
  }
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen > .container-fluid .menu-item > a {
  color: rgba(51, 51, 51, 0.6);
  text-decoration: none;
  white-space: normal;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen > .container-fluid .menu-item > a:hover,
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen > .container-fluid .menu-item > a:focus {
  background-color: transparent;
  text-decoration: none;
  color: rgba(51, 51, 51, 0.8);
}
@media (min-width: 1360px) {
  .main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen {
    padding-left: 500px;
  }
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen > .container-fluid > .menu-item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  float: left;
  min-height: 45px;
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen > .container-fluid > .menu-item > a {
  color: black !important;
  text-decoration: none;
  white-space: normal;
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen > .container-fluid > .menu-item > a:hover,
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen > .container-fluid > .menu-item > a:focus {
  background-color: transparent;
  text-decoration: none;
  color: #d4c088 !important;
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen > .container-fluid > .menu-item > .dropdown-menu {
  display: block;
  position: relative;
  margin-left: 0px;
  box-shadow: none;
  margin-bottom: 15px;
  background-color: transparent !important;
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen > .container-fluid > .menu-item > .dropdown-menu > .container {
  padding: 0;
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen > .container-fluid > .menu-item > .dropdown-menu > .menu-item > a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen > .container-fluid > .menu-item > .dropdown-menu > .menu-item > a:hover,
.main-menu .main-menu-holder ul.nav.navbar-nav > li > .dropdown-menu.menuOpen > .container-fluid > .menu-item > .dropdown-menu > .menu-item > a:focus {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li.active > a,
.main-menu .main-menu-holder ul.nav.navbar-nav > li:hover > a,
.main-menu .main-menu-holder ul.nav.navbar-nav > li:focus > a {
  background-color: transparent !important;
  position: relative;
  color: black;
  opacity: 1 !important;
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li.active > a:before,
.main-menu .main-menu-holder ul.nav.navbar-nav > li:hover > a:before,
.main-menu .main-menu-holder ul.nav.navbar-nav > li:focus > a:before {
  width: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu .main-menu-holder ul.nav.navbar-nav > li.active > a .dropdown-menu .col-md-3 > .menu-item > a,
.main-menu .main-menu-holder ul.nav.navbar-nav > li:hover > a .dropdown-menu .col-md-3 > .menu-item > a,
.main-menu .main-menu-holder ul.nav.navbar-nav > li:focus > a .dropdown-menu .col-md-3 > .menu-item > a {
  color: black;
  text-decoration: none;
}
.main-menu .main-menu-holder .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
}
/*#endregion navbar meni*/
/*#region navbar meni mobilna*/
@media (max-width: 767px) {
  #menu {
    display: none;
  }
}
#menu .second {
  position: absolute;
  bottom: 0;
}
#menu .second .font-features {
  position: relative;
  display: inline;
  float: left;
  padding: 0 15px 0 0;
}
#menu .second .font-features a {
  font-size: 13px;
  color: #d6d8da;
  opacity: 0.7;
  position: relative;
  top: 3px;
  padding: 0 5px;
  text-decoration: none;
  cursor: pointer;
}
#menu .second .font-features a.active {
  text-decoration: underline;
  opacity: 1;
}
#menu .second .contrast-features {
  position: relative;
  display: inline;
  float: right;
  padding: 0 0px;
}
#menu .second .contrast-features img {
  height: 18px;
}
#menu .second .contrast-features .wrapper {
  display: inline;
  float: right;
  position: relative;
  padding: 0 0px 0px 15px;
}
#menu .second .contrast-features .wrapper .toggle_radio {
  background: #5c6a78;
  margin: 0px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 20px;
  width: 40px;
}
#menu .second .contrast-features .wrapper .toggle_radio input[type=checkbox] {
  opacity: 0;
  margin-bottom: 0;
  border-radius: 50px;
  position: relative;
  height: 20px;
  width: 40px;
  cursor: pointer;
  /*z-index: 2;*/
}
#menu .second .contrast-features .wrapper .toggle_radio .toggle_option_slider {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  top: 0px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
#menu .second .contrast-features .wrapper .toggle_radio #first_toggle + .toggle_option_slider {
  background: white;
  left: 0px;
}
#menu .second .contrast-features .wrapper .toggle_radio #first_toggle:checked + .toggle_option_slider {
  background: white;
  left: 20px;
}
.mm-menu {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  z-index: 999;
}
.mm-menu .Mobile:not(.has-dropdown) .mm-next {
  display: none;
}
/*.wrapper {
    position: relative;

    &:after {
        content: '';
        display: block;
        z-index: 9999;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}*/
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none !important;
  position: fixed;
  background-color: #2b3842;
  color: #555555;
  top: 66px;
  width: inherit;
  height: inherit;
  bottom: 0;
}
.mm-menu.mm-offcanvas a.mm-btn.mm-prev {
  position: absolute;
  border-right: 1px solid #ddd;
  top: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  text-decoration: none;
}
.mm-menu.mm-offcanvas a.mm-btn.mm-prev:before {
  content: "\f3d2";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu.mm-offcanvas .mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 20px;
}
.mm-menu.mm-offcanvas .mm-title:first-child {
  display: none;
}
.mm-menu.mm-offcanvas .mm-title {
  color: black;
  display: flex;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
}
.mm-menu.mm-offcanvas .mm-btn:before {
  border-color: #ffffff;
}
.mm-menu.mm-offcanvas .mm-next:after {
  border-color: #ffffff !important;
}
.mm-menu.mm-offcanvas .mm-next:before {
  border: none;
}
.mm-menu.mm-offcanvas .mm-navbar {
  border-color: rgba(255, 255, 255, 0.1);
  height: 40px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.mm-menu.mm-offcanvas .mm-navbar a,
.mm-menu.mm-offcanvas .mm-navbar span {
  color: black;
}
.mm-menu.mm-offcanvas .mm-navbar .mm-listview {
  border: none;
  margin-bottom: 0;
}
.mm-menu.mm-offcanvas .mm-navbar .mm-listview > li {
  border: none;
}
.mm-menu.mm-offcanvas #mm-0 .mm-navbar {
  display: none;
}
.mm-menu.mm-offcanvas .mm-listview {
  padding-left: 0;
  list-style: none;
}
.mm-menu.mm-offcanvas.mm-opened {
  z-index: 99999;
  display: block !important;
  visibility: visible;
  background: white;
  box-shadow: 0px 0px 16px 7px rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-offcanvas.mm-opened .mm-panels > .mm-panel.mm-hasnavbar {
  display: none;
}
.mm-menu.mm-offcanvas.mm-opened .mm-panels > .mm-panel.mm-hasnavbar.mm-opened {
  display: block;
}
.mm-listview > li:not(.mm-divider):after {
  border: none !important;
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  color: rgba(255, 255, 255, 0.7);
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  padding-top: 20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child li,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview li {
  border-bottom: 1px solid rgba(221, 221, 221, 0.12);
  /*&:not(:first-of-type) {
            border-top: 1px solid #2d2d2d;
        }*/
}
.mm-panels > .mm-panel > .mm-listview:first-child li a,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview li a {
  padding: 17px 10px 17px 20px;
}
#hamburger {
  width: 25px;
  overflow: hidden;
  padding: 0;
  right: 15px;
  top: 19px;
  left: auto;
  z-index: 999;
  position: fixed;
  display: block;
  border: 0 solid white;
  float: left;
  display: inline-block;
}
#hamburger span {
  position: relative;
  transform: rotate(0);
  top: 0;
  left: 0;
  opacity: 1;
  transition: none 0.5s ease;
  transition-property: transform, top, left, opacity;
  display: block;
  margin: 5px 0;
  height: 2px !important;
  background-color: #ffffff;
  z-index: 1000;
}
html.mm-opened #hamburger span.top-bar {
  transform: rotate(45deg);
  top: 7px;
}
html.mm-opened #hamburger span.middle-bar {
  opacity: 0;
}
html.mm-opened #hamburger span.bottom-bar {
  transform: rotate(-45deg);
  top: -7px;
}
html #hamburger span {
  transform: rotate(0);
  top: -1px;
}
.mm-navbars-bottom {
  display: none;
}
/*#endregion navbar meni mobilna*/
.affix {
  top: 0;
  width: 100% !important;
  z-index: 9999 !important;
  position: fixed !important;
}
.search-mobile {
  position: absolute;
  right: 110px;
  top: 15px;
}
@media (max-width: 767px) {
  .search-mobile {
    position: absolute;
    right: 140px;
    top: 21px;
  }
}
#searchOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(43, 56, 66, 0.9);
  left: 0;
}
#searchOverlay .search {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  height: 50px;
  padding: 0 20px;
  padding-top: 30%;
  text-align: center;
}
#searchOverlay .search .close_search {
  position: relative;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: white;
}
#searchOverlay .search input.search-field {
  width: 80%;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  left: 0;
  right: 0;
  position: relative;
  display: inline;
  color: rgba(255, 255, 255, 0.8);
}
#searchOverlay .search input.search-field::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.8);
}
#searchOverlay .search input.search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.8);
}
#searchOverlay .search input.search-field::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchOverlay .search .search-button-mobile {
  width: 20px;
  height: auto;
  cursor: pointer;
}
#searchOverlay.visible {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  top: 0;
}
.scrollToTop {
  position: fixed;
  bottom: 60px;
  right: 100px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 6px 18px -3px rgba(0, 0, 0, 0.15);
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scrollToTop:hover,
.scrollToTop:focus {
  background-color: #2f3f4c;
  box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scrollToTop:hover span,
.scrollToTop:focus span {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scrollToTop span {
  font-size: 28px;
  font-weight: bold;
  color: #2b3842;
}
.scrollToTop .fa-angle-up:before {
  content: "\f106";
  height: 100%;
  position: relative;
  left: 1px;
  top: -2px;
}
/*#region carousel on mobile*/
#myCarousel .carousel-inner {
  height: 500px !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #myCarousel .carousel-inner {
    height: 520px !important;
  }
}
@media (max-width: 767px) {
  #myCarousel .carousel-inner {
    height: auto !important;
    overflow: hidden;
  }
}
#myCarousel .carousel-inner a#activities,
#myCarousel .carousel-inner a#news {
  position: relative;
  top: -10px;
}
#myCarousel .carousel-inner .item {
  position: relative;
  text-align: center;
  height: 100%;
  margin-top: 0;
  opacity: 1;
}
#myCarousel .carousel-inner .item.prev,
#myCarousel .carousel-inner .item.next,
#myCarousel .carousel-inner .item.right,
#myCarousel .carousel-inner .item.left {
  padding: 0 !important;
  margin: 0 !important;
}
#myCarousel .carousel-inner .item a {
  opacity: 1;
  text-decoration: none;
  color: #2b3842;
  font-size: 16px;
  padding: 0;
  border: 0;
  background: 0 0;
  transition: all ease-in 0.3s;
}
#myCarousel .carousel-inner .item a.active {
  opacity: 1;
  border: 0;
  background: 0 0;
}
#myCarousel .carousel-inner .item a:first-child {
  font-weight: 500;
  position: relative;
}
#myCarousel .carousel-inner .item.active {
  opacity: 1;
}
#myCarousel .carousel-inner .item.active.prev,
#myCarousel .carousel-inner .item.active.next,
#myCarousel .carousel-inner .item.active.right,
#myCarousel .carousel-inner .item.active.left {
  padding: 0 !important;
  margin: 0 !important;
}
#myCarousel .carousel-inner .item.active a {
  border: 0;
  background: 0 0;
  transition: all ease-in 0.3s;
}
#myCarousel .carousel-inner .item.active a:hover,
#myCarousel .carousel-inner .item.active a:focus {
  opacity: 1;
  text-decoration: underline;
  transition: all ease-in 0.3s;
}
#myCarousel .carousel-inner .item.next.left,
#myCarousel .carousel-inner .item.prev,
#myCarousel .carousel-inner .item.right {
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  #myCarousel .carousel-inner .item {
    display: none;
    margin-bottom: 20px;
  }
  #myCarousel .carousel-inner .item.active {
    display: block;
    margin-bottom: 20px;
  }
}
#myCarousel a.carousel-control {
  box-shadow: none;
  text-shadow: none;
  top: -7px;
  background: #b6a47f;
  margin: 0 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  padding: 4px 0;
}
/*#endregion carousel on mobile*/
.blueBcg a:hover,
.blueBcg a:focus {
  color: white;
}
.contact-icon {
  width: 25px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .contact-icon {
    margin-bottom: 20px;
  }
}
#search-results-page h1 {
  color: #565c65;
}
#search-results-page .search-results {
  list-style: none;
  padding-left: 0;
}
#search-results-page .search-results li {
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.15);
}
#search-results-page .search-results li.newlinks {
  padding: 25px;
  color: white;
  margin-bottom: 30px;
}
#search-results-page .search-results li.oldlinks {
  padding: 25px;
  color: white;
  margin-bottom: 30px;
  position: relative;
}
#search-results-page .search-results li.oldlinks:before {
  content: '';
  background-color: rgba(91, 106, 120, 0.07);
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-image: url(../content/images/archive.png);
  background-position: center;
  background-size: 27px;
  background-repeat: no-repeat;
}
#search-results-page .search-results li h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 18px;
}
/*#region pagination */
div.text-center.mb50 {
  position: relative;
  padding-right: 200px;
}
@media (max-width: 1330px) {
  div.text-center.mb50 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  div.text-center.mb50 {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.text-center.mb50 {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.text-center.mb50 {
    padding-bottom: 60px;
  }
}
div.text-center.mb50 .pagination {
  z-index: 999;
}
@media (min-width: 992px) {
  div.text-center.mb50 .pagination {
    padding-right: 125px;
  }
}
div.text-center.mb50 .goToPage {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  margin: 20px 0;
}
div.text-center.mb50 .goToPage .wrapper {
  position: absolute;
  width: 240px;
  text-align: center;
  right: 8%;
  top: 0;
  padding-top: 12px;
}
@media (max-width: 1330px) {
  div.text-center.mb50 .goToPage .wrapper {
    width: auto;
    left: 0;
    right: 0;
    top: 70px;
    padding-top: 0;
  }
}
div.text-center.mb50 .goToPage input {
  width: 50px;
  padding: 4px 4px;
  margin: 0;
}
div.text-center.mb50 .goToPage .btn.btn-default {
  position: relative;
  background-color: #5e7776;
  color: white;
  padding: 5px 10px;
  top: -1px;
}
div.text-center.mb50 .goToPage .alert.alert-danger {
  position: absolute;
  text-align: center;
  width: 50%;
  right: 20%;
  top: 90px;
  padding: 10px 0;
}
@media (max-width: 991px) {
  div.text-center.mb50 .goToPage .alert.alert-danger {
    top: 130px;
    width: 100%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.text-center.mb50 .goToPage .alert.alert-danger {
    top: 120px;
    width: 80%;
    right: 0;
  }
}
@media (max-width: 767px) {
  div.text-center.mb50 .goToPage {
    position: static;
  }
}
/*#endregion pagination*/
/*#region survey*/
.smcx-embed {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}
.smcx-embed > .smcx-iframe-container {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}
.smcx-embed > .smcx-iframe-container iframe {
  min-height: 100vh !important;
}
.smcx-embed > .smcx-iframe-container iframe .v3theme .survey-page-body .survey-title span {
  color: #2b3842;
}
.smcx-embed .survey-page-body {
  min-height: 100vh !important;
}
.v3theme .survey-page .survey-page-body {
  min-height: 100vh !important;
}
@media (min-width: 768px) {
  .mm-menu.mm-offcanvas.mm-opened {
    display: none !important;
  }
}
/*#endregion survey*/
.member-bcg {
  content: '';
  background-image: none;
  background-size: cover;
  background-position: right 330px center;
  padding-bottom: 45px;
}
@media (max-width: 1771px) {
  .member-bcg {
    background-position: right center;
  }
}
@media (max-width: 767px) {
  .member-bcg {
    padding-bottom: 20px;
  }
}
/*css za video streaming*/
.video-stream-now {
  background: black;
  border-radius: 50%;
  margin: 10px;
  height: 20px;
  width: 20px;
  box-shadow: 0 0 0 0 #000000;
  transform: scale(1);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(212, 192, 136, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(212, 192, 136, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(212, 192, 136, 0);
  }
}
/*end css za video streaming*/
#agenda-sitting-details table thead {
  background: #f2f2f2;
}
#agenda-sitting-details table thead th {
  padding: 20px 25px;
  border: 0;
}
#agenda-sitting-details table td {
  padding: 15px 25px;
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
#agenda-sitting-details table td.orderNumbers {
  position: relative;
  width: 20px;
}
#agenda-sitting-details table td.orderNumbers span.order {
  position: relative;
  background: #f2f2f2;
  color: #333333;
  padding: 5px 10px;
  border-radius: 50px;
}
#agenda-sitting-details table td.agendaTdRight {
  text-align: right;
  max-width: 250px;
  min-width: 200px;
  width: auto;
}
#agenda-sitting-details table td.agendaTdRight span {
  width: 100%;
  position: relative;
  float: left;
  white-space: normal;
  padding: 8px 20px;
}
#agenda-sitting-details table tr:last-of-type td {
  border-bottom: 0px;
}
#agenda-sitting-details tr.suplement td.orderNumbers span.order {
  color: transparent !important;
  background: url(/images/category-icon.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 21px !important;
}
/*#sitting details*/
.tab-content.mobile .tab-pane .news-home-wrapper {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .tab-content.mobile .tab-pane .news-home-wrapper {
    margin-top: 0px;
  }
}
.NewsContent iframe {
  position: relative;
  width: 100%;
}
table tbody tr td a {
  position: relative;
  cursor: pointer;
}
.userIntro {
  position: relative;
  margin-bottom: 30px;
}
.userIntro .userImg {
  height: 320px;
  width: auto;
  max-width: 285px;
  background-color: rgba(255, 255, 255, 0.3);
}
.userIntro .userImg img {
  height: 100%;
  width: auto;
}
.userIntro .userIntroText {
  padding-left: 310px;
  position: absolute;
  width: 100%;
  display: inline;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .userIntro .userIntroText {
    display: block;
    padding: 15px 0 !important;
    position: relative;
  }
}
.independentLabel {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  background: #5e7776;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .pagination > li > a {
    min-width: 25px;
    min-height: 25px;
    line-height: 17px;
    margin: auto 2px;
  }
  .draft-legislative-dark {
    padding: 20px 0 !important;
    height: 50px;
    overflow: hidden;
  }
  .draft-legislative-dark.open {
    height: auto;
  }
  .draft-legislative-dark h5.filters-heading-mobile.visible-xs {
    margin: 0;
    margin-bottom: 10px;
    color: #d5d7d9;
    padding-left: 30px;
    background-image: url(/images/filter.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .userIntro {
    position: relative;
  }
  .userIntro .userImg {
    height: 150px;
    width: auto;
    max-width: 145px;
  }
  .userIntro .userIntroText {
    padding-left: 155px;
    text-align: left;
  }
}
.neptunContent .two-column {
  width: 100%;
}
.neptunContent .two-column tr td {
  vertical-align: top !important;
  padding-bottom: 20px;
}
.neptunContent .two-column tr td:first-of-type {
  font-weight: bolder;
  width: 200px;
}
.neptunContent .two-column tr td:nth-child(even) {
  padding-left: 0;
}
ul.reports-nav {
  padding: 0;
  margin: 30px auto;
  list-style: none;
  text-align: center;
  border-bottom: 2px solid #f1f1f1;
  display: inline-block;
  width: auto;
}
ul.reports-nav li {
  display: inline-block;
  text-align: center;
  padding: 15px 25px;
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  opacity: .7;
  position: relative;
  letter-spacing: 1.5px;
  cursor: pointer;
}
ul.reports-nav li.active {
  opacity: 1;
}
ul.reports-nav li.active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #b2a2b8;
  bottom: -2px;
  left: 0;
}
.select2-container--default .select2-selection--multiple {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: rgba(255, 255, 255, 0.15) 1px solid !important;
  padding: 5px 0;
  padding-right: 35px !important;
  border-radius: 0 !important;
  height: auto !important;
  min-height: unset !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0 !important;
  margin-bottom: 5px !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: white;
  border: 0px !important;
  padding: 3px 5px !important;
  margin-right: 5px !important;
  font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: 0px !important;
  background: #dddddd !important;
  border-radius: 3px;
  padding: 0 !important;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 0.5px;
  margin-right: 3px;
}
.select-wo-arrow:before {
  display: none;
}
.refreshFieldWrap.select-wo-arrow .refresh-field {
  display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 0;
  margin: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear:before {
  content: "\f49d";
  color: #fff;
  font-family: "Ionicons";
  opacity: .4;
  font-size: 17px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear span {
  display: none;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989ea3;
  opacity: 1;
  /* Firefox */
}
.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #989ea3;
}
.select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #989ea3;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  display: none;
}
.totalNumBox {
  position: absolute;
  top: -10px;
  right: 0;
  background: #f8f6ef;
  color: #8e866e;
  font-size: 12px;
  font-family: 'Fira Sans', sans-serif !important;
  padding: 15px 30px;
  border-radius: 3px;
  font-weight: 400;
}
.totalNumBox .totalNum {
  text-align: center;
  font-size: 19px;
  line-height: 10px;
  font-weight: bold;
  color: #8e866e;
  margin-left: 10px;
}
.select2-dropdown {
  background: #303741 !important;
}
.select2-dropdown ul li {
  color: #989ea3;
  margin-bottom: 0px;
  font-size: 13px;
}
.select2-container--default .select2-results__option--selected {
  background: rgba(255, 255, 255, 0.15) !important;
}
@media (max-width: 991px) {
  .row.contactDetails.mt50 {
    margin-top: 0;
  }
  .committees .committeeBox {
    height: auto;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: left;
  }
  .committees .committeeBox span:first-of-type {
    position: relative;
    height: auto;
    width: auto;
  }
  .committees .committeeBox .readMore {
    display: none;
  }
  .mobileTable {
    width: 100%;
  }
  .mobileTable thead {
    display: none;
  }
  .mobileTable tbody tr {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #d9cfd7;
  }
  .mobileTable tbody tr:last-of-type {
    border-bottom: 0;
  }
  .mobileTable tbody tr td {
    padding: 0;
    display: block;
    padding-bottom: 10px;
  }
  .mobileTable tbody tr td label.labelMobileTable {
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    opacity: .8;
    color: #8b8a8f;
    font-family: 'Fira Sans', sans-serif !important;
  }
  .faction {
    margin: 20px 0;
  }
  .totalNumBox {
    width: 140px;
    text-align: center;
    top: -20px;
    margin-top: 10px;
    padding: 15px 10px;
  }
}
.mp-filter {
  padding: 35px 0 0px;
}
@media (max-width: 991px) {
  .mp-filter {
    padding: 35px 0px;
  }
}
@media (max-width: 767px) {
  .mp-filter {
    margin-top: 0px;
  }
}
.table-fixed-head {
  position: relative;
  padding-top: 25px;
  margin: 30px 0 80px;
}
.table-fixed-head thead {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
}
@media (max-width: 991px) {
  .table-fixed-head {
    padding-top: 0px;
    margin: 10px 0 50px;
  }
}
.clickEvent {
  cursor: pointer;
}
.table-w-scroll {
  width: 100%;
  height: auto;
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  margin-top: 24px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .table-w-scroll {
    padding: 0;
    /* overflow-x: visible; */
    max-height: unset;
    border: 0;
  }
}
.table-w-scroll::-webkit-scrollbar {
  width: 5px;
}
.table-w-scroll::-webkit-scrollbar-track {
  background: #fff;
}
.table-w-scroll::-webkit-scrollbar-thumb {
  background: #d8cba3;
  border-radius: 3px;
}
.table-w-scroll::-webkit-scrollbar-thumb:hover {
  background: #b7a367;
}
.table-w-scroll table.table-primary {
  margin: 0;
}
.table-w-scroll table.table-primary thead tr {
  background: #eee;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
}
.table-w-scroll table.table-primary thead tr th {
  padding: 15px !important;
  width: 100%;
}
.table-w-scroll table.table-primary thead tr th:last-of-type {
  color: #57636a;
}
.table-w-scroll table.table-primary tbody tr {
  background: #f5f5f5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
}
.table-w-scroll table.table-primary tbody tr:hover {
  background: #f0f0f0;
}
.table-w-scroll table.table-primary tbody tr:nth-child(odd) {
  background: transparent;
}
.table-w-scroll table.table-primary tbody tr:nth-child(odd):hover {
  background: #fafafa;
}
.table-w-scroll table.table-primary tbody tr td {
  padding: 10px 15px !important;
  width: 100%;
}
.table-w-scroll table.table-primary tbody tr td:last-of-type {
  color: #b7a367;
  font-size: 13px;
}
.tablePerson-w-scroll {
  height: auto;
  width: 100%;
  max-height: 1000px;
  overflow: auto;
  padding-right: 10px;
  margin-bottom: 20px;
}
.tablePerson-w-scroll::-webkit-scrollbar {
  width: 5px;
}
.tablePerson-w-scroll::-webkit-scrollbar-track {
  background: #eee;
}
.tablePerson-w-scroll::-webkit-scrollbar-thumb {
  background: #b7a367;
  border-radius: 3px;
}
.tablePerson-w-scroll::-webkit-scrollbar-thumb:hover {
  background: #b7a367;
}
.tablePerson-w-scroll table.table-dark-striped tr td {
  padding: 10px 15px;
}
.tablePerson-w-scroll table.table-white-striped tr td {
  padding: 10px 15px;
}
.darkBcg .tablePerson-w-scroll::-webkit-scrollbar-track,
.blueBcg .tablePerson-w-scroll::-webkit-scrollbar-track {
  background: #182026;
}
/*#region new agenda table*/
.agenda-table-head {
  background: #f3f4f2;
  margin-bottom: 30px;
}
.agenda-table-head > div {
  padding: 15px;
}
.agenda-table-body {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  transition: all .2s linear;
}
.agenda-table-body .agendaTd {
  padding-bottom: 20px;
}
.agenda-table-body .orderNumbers {
  position: relative;
}
.agenda-table-body .orderNumbers span.order {
  position: relative;
  background: #f2f2f2;
  color: #333333;
  padding: 5px 10px;
  border-radius: 50px;
}
.agenda-table-body .agendaTdRight span {
  width: 100%;
  position: relative;
  float: left;
  white-space: normal;
  padding: 8px 20px;
}
.agenda-table-body .agendaFiles {
  background: #f6f5f5;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.agenda-table-body .agendaFiles .agendaDocItems ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.agenda-table-body .agendaFiles .agendaDocItems ul li {
  padding-left: 30px;
  background-image: url(/images/document-purple.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  cursor: pointer;
}
.agenda-table-body .agendaFiles .agendaDocItems h6 {
  /*color: #968492;*/
  /* text-transform: uppercase; */
  /* font-size: 10px; */
}
.agenda-table-body .agendaFiles .agendaMediaItems ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.agenda-table-body .agendaFiles .agendaMediaItems ul li {
  padding-left: 30px;
  background-image: url(/images/play-icon-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  cursor: pointer;
}
.agenda-table-body .agendaFiles .agendaMediaItems h6 {
  /* text-transform: uppercase; */
  /* font-size: 10px; */
}
.agenda-table-body .agendaFilesArrow {
  height: 20px;
  position: relative;
  text-align: right;
  font-size: 12px;
  color: #4e586e;
  padding-right: 37px;
  cursor: pointer;
}
.agenda-table-body .agendaFilesArrow:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 1px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #4e586e;
  border-right: 1px solid #4e586e;
  transform: rotate(45deg);
}
.agenda-table-body.openAgendaFiles .agendaFilesArrow:after {
  transform: rotate(-135deg);
  top: 5px;
}
.agenda-table-body.openAgendaFiles .agendaFiles {
  padding: 10px 40px;
  height: auto;
}
.agenda-table-body.suplement > .orderNumbers span.order {
  color: transparent !important;
  background: url(/images/category-icon.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 21px !important;
  border-radius: 0px;
}
.agenda-table-body .suplementAgenda {
  padding-left: 70px;
  padding-top: 20px;
}
.agenda-table-body .suplementAgenda .agendaFilesArrow {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.agenda-table-body .amendments h6 {
  margin: 0;
  margin-top: 30px;
  text-transform: uppercase;
  opacity: .7;
  font-size: 11px;
}
.agenda-table-body .amendments ul {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin: 0;
  padding-top: 0;
}
.agenda-table-body .amendments ul li {
  position: relative;
}
.agenda-table-body .amendments .amendmentStatus {
  border: 2px solid;
  padding: 3px 5px;
  border-radius: 4px;
  margin-left: 10px;
  display: inline-grid;
  font-size: 11px;
  width: auto;
  text-align: center;
  min-width: 60px;
}
.agenda-table-body .amendments .amendmentStatus:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus93 {
  border-color: #5e7776;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus93:before {
  background: #5e7776;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus94 {
  border-color: #d4c088;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus94:before {
  background: #d4c088;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus107 {
  border-color: #152129;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus107:before {
  background: #152129;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus108 {
  border-color: #989ea3;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus108:before {
  background: #989ea3;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus109 {
  border-color: #b94a48;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus109:before {
  background: #b94a48;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus110 {
  border-color: #2b3842;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus110:before {
  background: #2b3842;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus111 {
  border-color: #152129;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus111:before {
  background: #152129;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus144 {
  border-color: #4e586e;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus144:before {
  background: #4e586e;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus145 {
  border-color: #5e7776;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus145:before {
  background: #5e7776;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus146 {
  border-color: #b94a48;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus146:before {
  background: #b94a48;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus302 {
  border-color: #2b3842;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus302:before {
  background: #2b3842;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus303 {
  border-color: #b94a48;
}
.agenda-table-body .amendments .amendmentStatus.amendmentStatus303:before {
  background: #b94a48;
}
/*#endregion new agenda table*/
.select2-container {
  margin-bottom: 20px !important;
  width: 100% !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin: 0 !important;
}
.votingOutcome {
  background: #5e7776;
  padding: 2px 5px;
  border-radius: 4px;
  color: #ffffff;
  margin: 0 10px;
}
.votingOutcomeLink {
  font-size: 11px;
  text-transform: uppercase;
  color: #555555;
}
.calendar table > .fc-body .fc-widget-content tr:hover {
  background: transparent !important;
}
.minw100 {
  min-width: 100px;
}
.sb-filter {
  background: transparent;
  color: #303741;
}
.sb-filter select {
  border: 1px solid #e4e4e4 !important;
  color: #555 !important;
  background: rgba(255, 255, 255, 0.4) !important;
  padding: 10px !IMPORTANT;
  padding-right: 60px !important;
  height: 40px;
  border-radius: 5px !important;
}
.sb-filter span.refresh-field.ion-ios-reload {
  color: #555555;
  right: 35px;
  top: 10px;
}
.sb-filter .btn-empty {
  color: #555;
}
.sb-filter .select-wrapper:before {
  right: 13px !important;
  top: 14px !important;
  color: #333;
}
.sb-filter select option {
  background: #f7f8fa !important;
  color: #666;
}
.sobranie-vo-zivo {
  margin-bottom: 80px;
}
.sobranie-vo-zivo a {
  padding: 40px 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  background-image: url('../content/images/sobranie-zivo-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  color: white;
  display: block;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 400;
  letter-spacing: 1.92px;
  position: relative;
}
.sobranie-vo-zivo a strong {
  padding-right: 70px;
  position: relative;
  display: inline-block;
  background-image: url('../content/images/play.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 32px;
}
.sobranie-vo-zivo a:before {
  content: '';
  display: block;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.3), transparent);
  width: 200px;
  height: 1px;
  position: absolute;
  left: 140px;
}
.sobranie-vo-zivo a:after {
  content: '';
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent);
  width: 200px;
  height: 1px;
  position: absolute;
  right: 140px;
}
.sobranie-vo-zivo a:before,
.sobranie-vo-zivo a:after {
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1199px) {
  .sobranie-vo-zivo a:before,
  .sobranie-vo-zivo a:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .sobranie-vo-zivo {
    margin-bottom: 0;
  }
  .sobranie-vo-zivo a {
    padding: 30px 14px;
    font-size: 15px;
  }
  .sobranie-vo-zivo a strong {
    padding-right: 52px;
    background-size: 28px;
    line-height: 30px;
  }
}
.three-links {
  background: #edecea 0% 0% no-repeat padding-box;
  padding: 60px 0;
}
.three-links .row > div a {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 40px;
  display: block;
  box-shadow: 0px 50px 90px #00000021;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
}
.three-links .row > div a span {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 30px;
  text-decoration: none;
  color: black;
  font-size: 22px;
  word-break: break-word;
  line-height: 23px;
}
.three-links .row > div a span:before {
  content: '';
  height: 3px;
  width: 80px;
  background-color: #b6a47f;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .three-links .row > div a span {
    font-size: 18px;
    line-height: 18px;
  }
}
.three-links .row > div a:hover:before {
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.three-links .row > div a:hover span {
  color: white;
}
@media (max-width: 767px) {
  .three-links .row > div a {
    margin-bottom: 20px;
  }
}
.three-links .row > div:nth-of-type(1) a {
  background-image: url('../content/images/za-sobranie-w.jpg');
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.three-links .row > div:nth-of-type(1) a:hover {
  background-image: url('../content/images/za-sobranie-h.jpg');
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.three-links .row > div:nth-of-type(2) a {
  background-image: url('../content/images/parlamentarno-rakovodstvo-w.jpg');
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.three-links .row > div:nth-of-type(2) a:hover {
  background-image: url('../content/images/parlamentarno-rakovodstvo-h.jpg');
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.three-links .row > div:nth-of-type(3) a {
  background-image: url('../content/images/sobraniska-sluzba-w.jpg');
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.three-links .row > div:nth-of-type(3) a:hover {
  background-image: url('../content/images/sobraniska-sluzba-h.jpg');
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .three-links {
    padding: 20px 0;
  }
}
.news-home-wrapper {
  margin-bottom: 50px;
}
.two-links {
  position: relative;
}
.two-links .container:before {
  content: '';
  display: block;
  background: rgba(37, 40, 46, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 50%;
}
@media (max-width: 767px) {
  .two-links .container:before {
    height: 50%;
    width: 100%;
    top: 0;
  }
}
.two-links .container:after {
  content: '';
  display: block;
  background: rgba(37, 40, 46, 0.8);
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 50%;
}
@media (max-width: 767px) {
  .two-links .container:after {
    height: 50%;
    width: 100%;
    left: 0;
    top: 50%;
  }
}
.two-links:before,
.two-links:after {
  content: '';
  width: 50%;
  display: block;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .two-links:before,
  .two-links:after {
    height: 50%;
    width: 100%;
  }
}
.two-links:before {
  background-image: url('../content/images/parlamentaren-institut-bg.png');
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .two-links:before {
    right: 0;
    width: 100%;
    top: 50%;
  }
}
.two-links:after {
  background-image: url('../content/images/budzetska-kancelarija-bg.png');
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .two-links:after {
    left: 0;
    width: 100%;
  }
}
.two-links .row > div a {
  padding: 80px 0;
  color: white;
  position: relative;
  display: block;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1.92px;
  text-decoration: none;
}
.two-links .row > div a span {
  position: relative;
  padding-right: 80px;
  padding-bottom: 13px;
}
.two-links .row > div a span:before {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #b6a47f;
  bottom: 0;
  position: absolute;
  left: 0;
}
.two-links .row > div a span:after {
  content: "\f3d6";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  position: absolute;
  right: 40px;
  top: 0px;
  font-size: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.two-links .row > div a:hover span:after {
  right: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.two-links .row > div:first-of-type a {
  padding: 80px 0 80px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .two-links .row > div:first-of-type a {
    padding: 60px 0 60px 20px;
  }
}
@media (max-width: 767px) {
  .two-links .row > div:first-of-type a {
    padding: 30px 0px 30px 0;
    text-align: left;
    display: block;
    white-space: normal;
    word-break: break-word;
  }
}
.two-links .row > div:last-of-type a {
  padding: 80px 0 80px 100px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .two-links .row > div:last-of-type a {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .two-links .row > div:last-of-type a {
    padding: 30px 0px 30px 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .two-links .row > div a {
    font-size: 18px;
  }
  .two-links .row > div a span {
    display: block;
  }
}
.links-before-footer {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../content/images/section8-bg.png');
  position: relative;
}
@media (max-width: 500px) {
  .links-before-footer {
    margin-bottom: 19px;
  }
}
.links-before-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .links-before-footer a {
    justify-content: flex-start;
  }
}
.links-before-footer a:hover {
  color: #b6a47f;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .links-before-footer a {
    text-align: left;
  }
}
.links-before-footer a svg {
  margin-right: 25px;
  height: 43px;
}
@media (max-width: 767px) {
  .links-before-footer a svg {
    height: 30px;
    width: 35px;
  }
}
.pretsedatel-section {
  background-image: url('../images/zname.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .pretsedatel-section {
    margin-bottom: 0;
  }
}
.pretsedatel-section a.carousel-control {
  bottom: 30px;
  top: auto;
  border: 1px solid white;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.pretsedatel-section a.carousel-control:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pretsedatel-section a.carousel-control i {
  display: none;
}
.pretsedatel-section a.carousel-control.left {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: auto;
  right: calc(50% + 10px);
}
.pretsedatel-section a.carousel-control.left:before {
  content: "\f3d2";
}
.pretsedatel-section a.carousel-control.right {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: auto;
  left: calc(50% + 10px);
}
.pretsedatel-section a.carousel-control.right:before {
  content: "\f3d3";
}
.pretsedatel-section a {
  text-decoration: none;
}
.pretsedatel-section h2 {
  font-size: 18px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.pretsedatel-section h2:after {
  display: none;
}
.pretsedatel-section p {
  color: rgba(37, 40, 46, 0.4);
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .pretsedatel-section p {
    text-align: left;
  }
}
.pretsedatel-section .za-pretsedatelot {
  padding: 30px 60px 0;
  height: 493px;
}
@media (max-width: 767px) {
  .pretsedatel-section .za-pretsedatelot {
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pretsedatel-section .za-pretsedatelot {
    height: 440px;
  }
}
.pretsedatel-section .za-pretsedatelot img {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .pretsedatel-section .za-pretsedatelot img {
    left: 0;
    margin: 0 auto;
    height: 230px;
  }
}
@media (max-width: 767px) {
  .pretsedatel-section .za-pretsedatelot .president {
    position: relative;
    float: right;
    max-width: 140px;
    top: 73px;
  }
  .pretsedatel-section .za-pretsedatelot .president p {
    margin-top: 1px !important;
  }
}
.pretsedatel-section .za-pretsedatelot a {
  padding: 7px 10px 7px 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #25282E;
  font-size: 16px;
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .pretsedatel-section .za-pretsedatelot a {
    float: left;
  }
}
.pretsedatel-section .za-pretsedatelot a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  top: 0;
  background-color: #b6a47f;
}
.pretsedatel-section .za-pretsedatelot a:hover {
  background-color: rgba(182, 164, 127, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel {
  height: 493px;
  overflow: hidden;
  background-image: url(../content/images/placeholder-news-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel .carousel-inner .item .gray-box {
  height: 493px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel .carousel-inner .item .gray-box {
    height: 440px;
  }
}
.pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel .carousel-inner .item .gray-box .image-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel .carousel-inner .item .gray-box .image-bg .img1 {
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
}
.pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel .carousel-inner .item .gray-box .text-wrapper {
  height: 493px;
  display: flex;
  align-items: center;
  padding: 0 20% 70px;
  color: white;
  justify-content: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  z-index: 2;
  position: relative;
  flex-direction: column;
}
.pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel .carousel-inner .item .gray-box .text-wrapper h2 {
  color: white;
  text-align: center;
}
.pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel .carousel-inner .item .gray-box .text-wrapper .date {
  display: block;
  position: relative;
  color: white;
  background: rgba(110, 0, 13, 0.7);
  padding: 4px 30px;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel {
    height: 440px;
  }
  .pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel .carousel-inner .item .gray-box {
    height: 440px;
  }
  .pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel .carousel-inner .item .gray-box .text-wrapper {
    height: 440px;
    padding: 0 20px 70px;
  }
}
@media (max-width: 767px) {
  .pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel {
    height: 280px;
  }
  .pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel .carousel-inner .item .gray-box {
    height: 400px;
  }
  .pretsedatel-section .za-pretsedatelot + div #odgovornostCarousel .carousel-inner .item .gray-box .text-wrapper {
    height: 280px;
    padding: 0 20px 70px;
  }
}
@media (max-width: 767px) {
  .pretsedatel-section .za-pretsedatelot + div {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .pretsedatel-section .za-pretsedatelot {
    background-image: url(../images/zname.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px 5px 0;
  }
  .pretsedatel-section .za-pretsedatelot a {
    text-decoration: underline;
  }
  .pretsedatel-section .za-pretsedatelot a:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .pretsedatel-section {
    background: none;
  }
}
span.comRole {
  font-size: 11px;
  margin-left: 3px;
  padding: 3px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-top: 3px;
  border-radius: 3px;
  background: #f5f5f5;
  color: black;
}
span.withdrawn {
  background: linear-gradient(to left, #a40022, #64000f);
  color: white;
  font-size: 11px;
  padding: 5px 7px;
  border-radius: 3px;
  margin-left: 10px;
  font-weight: 400;
}
.system-div {
  display: none;
}
.btn.disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
  div.text-center.mb50 .goToPage {
    position: static;
  }
  div.text-center.mb50 .goToPage .wrapper {
    position: static;
  }
}
