/*
Theme Name: AIK responsive
Author: Adduco
Author URI: http://adduco.com.hr/
Description: AIK 2012/2013 responsive theme
Version: 1.0.1
Text Domain: aik
*/

* {
  box-sizing: border-box;
}
strong {
    font-weight: 600;
}
/*.container {*/
/*    width: 1200px;*/
/*}*/
.span3 {
    width: 250px;
    max-width: 100%;
}
.span9 {
    width: 870px;
    max-width: 100%;
}
.preload {
    /*opacity: 0;*/
    visibility: hidden;
}
/*Header*/
.header {
    position: fixed;
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.header header {
    display: flex;
}
.header #menu-sidebar-menu li.d-none,
footer #menu-sidebar-menu-1 li.d-none,
footer #menu-sidebar-menu-2 li.d-none{
    display: none !important;
}
.sticky {
    position: fixed;
    padding: 10px 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.header.sticky .nav {
    padding-top: 18px;
}
.header.sticky .tools {
    top: -11px;
}
.header .nav {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.header header .span3 {
    width: 22%;
}
.header header .span9 {
    width: 70%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.header .btn.lang {
    border: none;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    font-size: 13px !important;
    color: #333;
    padding: 0;
}
.header .tools {
    position: absolute;
    top: -20px;
    right: 24px;
    background: #fff;
    padding: 7px 13px;
}
/*Navigation*/
.single-zone .nav #menu-item-22064 a,
.single-investment-project .nav #menu-item-22064 a,
.single-jpp-project.lang-hr .nav #menu-item-22064 a,
.single-jpp-project.lang-en .nav #menu-item-22305 a,
.single-zone .nav #menu-item-22305 a,
.single.single-investment-project .nav #menu-item-22305 a {
    color: #1f41bf !important;
    border-bottom: 2px solid #1f41bf !important;
}
.single-zone .nav #menu-item-22303 a,
.single-investment-project .nav #menu-item-22303 a {
    color: #1f41bf !important;
    border-bottom: 2px solid #1f41bf !important;
}
.single-jpp-project #menu-sidebar-menu-1,
.single-jpp-project #menu-sidebar-menu-eng-1 {
    margin-left: 0;
}
.single-jpp-project #menu-sidebar-menu-1 .sub-menu,
.single-jpp-project #menu-sidebar-menu-eng-1 .sub-menu {
    margin: 0 0 10px 20px;
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.single-jpp-project #menu-sidebar-menu-1 #menu-item-21990 .sub-menu,
.single-jpp-project #menu-sidebar-menu-eng-1 #menu-item-22319 .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.single-jpp-project #menu-sidebar-menu-1 .sub-menu li,
.single-jpp-project #menu-sidebar-menu-eng-1 .sub-menu li {
    margin-bottom: 0;
    padding: 4px 0;
}
.single-jpp-project #menu-sidebar-menu-1 li,
.single-jpp-project #menu-sidebar-menu-eng-1 li {
    list-style: none;
    margin-bottom: 5px;
}
.single-jpp-project.lang-hr #menu-sidebar-menu-1 .sub-menu #menu-item-22005 {
    color: #1f41bf;
}
.single-jpp-project.lang-hr #menu-sidebar-menu-1 .sub-menu #menu-item-22005 a,
.single-jpp-project.lang-en #menu-sidebar-menu-eng-1 .sub-menu #menu-item-22525 a {
    position: relative;
    color: #1f41bf;
}
.single-jpp-project.lang-hr #menu-sidebar-menu-1 .sub-menu #menu-item-22005 a:before,
.single-jpp-project.lang-en #menu-sidebar-menu-eng-1 .sub-menu #menu-item-22525 a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    left: -12px;
    top: 7px;
    background: #1f41bf;
    opacity: 1;
}
.single-jpp-project.lang-hr .box.widget,
.single-jpp-project.lang-en .box.widget {
    display: none;
}
.single-jpp-project.lang-hr .box.sidebar.widget,
.single-jpp-project.lang-en .box.sidebar.widget {
    display: block;
}
.go-back {
    border: none;
    background: transparent;
    font-size: 30px;
    color: #1f41bf;
}
.go-back:hover {
    color: #000;
}
.go-back:focus {
    border: none !important;
    outline: none !important;
}
/*Homepage*/
.metrics {
    animation: fadeIn 4s;
    -o-animation: fadeIn 4s;
    -webkit-animation: fadeIn 4s;
    -moz-animation: fadeIn 4s;
}
.featured {padding-top: 120px;}
.homepage {padding-top: 100px;}
.w-100 {width: 100%;}
.home #news h5 {
    font-size: 34px;
}
.home #news h5 a {
    color: #1f41bf;
}
.box.sidebar.widget .widget-title,
.box.widget .widget-title {
    display:none;
}
.flex-intro-page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 200px;
}
.flex-intro-page h1 {
    padding-right: 20px;
}
.flex-intro-img {
    position: relative;
    margin-top: 12px;
    margin-right: 12px;
    /*margin-top: 20px;*/
    /*margin-right: 20px;*/
    min-width: 25%;
    width: 1px;
}
.flex-intro-img img {
    z-index:1;
    position:relative;
    height: 200px;
    margin-bottom: 50px;
}
.flex-intro-img:before {
    content: '';
    position: absolute;
    right: -12px;
    top: -12px;
    /*right: -20px;*/
    /*top: -20px;*/
    background: #1f41bf;
    width: 97%;
    height: 79%;
    z-index:0;
}
.custom-html-widget {padding: 0 0 10px 0;font-size: 14px;color:#000;}

#no-slider.span12 {
    width: 100%;
    max-width: 1200px;
}
#no-slider .w-60 {width: 55%;padding-right: 10%;}
#no-slider .w-33 {width: 38%;}
#no-slider .carousel-nav {display: none;}
#no-slider .slider-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}
#no-slider .slider-flex h1 {
    background: none;
    position: relative;
    bottom: auto;
    left: auto;
    text-shadow: none;
    height: auto;
    font-size: 40px;
    line-height: 40px;
    color: #000;
    margin-bottom: 15px;
}
#no-slider .slider-flex h1 span {
    padding: 0;
    position: relative;
    bottom: auto;
    left: auto;
}
#no-slider .slider-flex p {
    font-size: 12px;
    line-height: 20px;
    max-width: 80%;
}
#no-slider .slider-flex a {
    text-transform: uppercase;
    color: #1f41bf;
    font-size: 12px;
    border: 2px solid #1f41bf;
    background-color: #fff;
    padding: 4px 8px 3px 8px;
    line-height: 19px;
    font-weight: 800;
    display: inline-block;
}
#no-slider .slider-flex a:hover {
    background-color: #1f41bf;
    color: #fff;
    border: 2px solid #1f41bf;
}
.slider-flex-img img {
    width: 500px;
    z-index: 1;
    position: relative;
    margin-left: -20px;
    margin-top: 20px;
}
.slider-flex-img {position: relative;}
.slider-flex-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #1f41bf;
    width: 97%;
    height: 97%;
    z-index: 0;
}

.homepage-intro-text {
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    margin-top: 100px;
}

.homepage-intro-text .span12 {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    float: none;
}

.homepage-banners {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.span12.homepage-banner-row {width: 100%;max-width: 1360px;}
.homepage-banner-row .w-60 {width: 55%;}
.homepage-banner-row .w-33 {width: 38%;}
.homepage-banner-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.homepage-banner-row:nth-child(even) {flex-direction: row;}
.homepage-banner-row:nth-child(odd) {flex-direction: row-reverse;}
.homepage-banner-row .box {
    background-image: none;
    text-transform: uppercase;
    color: #1f41bf;
    font-size: 12px;
    box-shadow: none;
    border: 2px solid #1f41bf;
    background-color: #fff;
    padding: 4px 8px 3px 8px;
    line-height: 19px;
    font-weight: 800;
    display: inline-block;
}
.homepage-banner-row h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
}
.homepage-banner-row ul {
    margin-bottom: 20px;
}
.homepage-banner-row p,
.homepage-banner-row ul li {
    font-size: 12px;
    line-height: 20px;
    max-width: 80%;
}
.homepage-banner-row .box:hover {
    background-color: #1f41bf;
    color: #fff;
    border: 2px solid #1f41bf;
}
.homepage-banner-row img {width: 500px;z-index: 1;position: relative;}
.homepage-banner-img {position: relative;}
.homepage-banner-img:before {
    content: '';
    position: absolute;
    top: -20px;
    background: #1f41bf;
    width: 97%;
    height: 97%;
    z-index: 0;
}
.homepage-banner-row:nth-child(odd) .homepage-banner-img:before {left: 0;}
.homepage-banner-row:nth-child(odd) img {margin-left: 20px;}
.homepage-banner-row:nth-child(even) .homepage-banner-img:before {right: 0;}
.homepage-banner-row:nth-child(even) img {margin-left: -20px;}

.homepage-icon-banners {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 100px 0;
}
.homepage-icon-banners h2 {
    font-size: 40px;
    margin-bottom: 60px;
    line-height: 46px;
}
.homepage-icon-banners-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
    max-width: 1360px;
    margin: 0 auto;
}
.homepage-icon-banners img {
    margin-bottom: 20px;
    width: 100px;
    transition: all 0.6s ease-in-out;
}
.span2.homepage-icon-banner-row {
    width: 19%;
    margin: 0 0.5%;
}
.homepage-icon-banners a.box {
    min-height: auto;
    background: #fff;
    border-bottom: none;
    color: #000;
    padding: 10px;
    font-weight: 600;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.homepage-icon-banners a.box span {
    display: block;
    font-size: 22px;
    line-height: 28px;
}
.homepage-icon-banners a.box:hover {
    color: #1f41bf;
}
.homepage-icon-banners a.box:hover img {
    transform: scale(1.2);
}
.category-novosti .media .pull-left,
.category-news .media .pull-left {
    margin-right: 20px;
    max-width: 210px;
    width: 100%;
    position: relative;
    padding-bottom: 17%;
}
.testimonial .media .pull-left {
    margin-right: 20px;
    max-width: 177px;
    width: 100%;
    position: relative;
    padding-bottom: 8%;
}
.category-novosti .media-object,
.category-news .media-object,
.testimonial .media-object {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.category-novosti .box.content.media,
.category-news .box.content.media,
.testimonial .box.content.media {
    margin-bottom: 45px;
}

.publication-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
}
.publication-container .span3 {width: 25%;margin: 0 0 50px 0;}
.publication-container h2 {line-height: 26px;min-height: 50px;color: #000;}
.publication-container .publication h3 {
    color: #666;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    min-height: 50px;
    display: none;
}

#incentives-calculator .input-append .add-on,
#incentives-calculator .input-prepend .add-on {
    height: 30px;
    padding: 5px;
}
#incentives-calculator input.span3 {
    margin-right: 0;
    height: 30px;
}

#incentives-calculator input[type="submit"].btn {
    border: 1px solid #1f41bf;
    font-size: 16px !important;
    line-height: 22px !important;
    background-image: none;
    color: #1f41bf;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
#incentives-calculator input[type="submit"].btn:hover {
    background: #1f41bf;
    color: #fff;
    text-shadow: none;
}
#incentives-calculator .submit-field a {
    border: 1px solid #000;
    font-size: 16px !important;
    line-height: 22px !important;
    background-image: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
#incentives-calculator select[class*="span"] {
    color: #000;
}
@media (max-width: 767px) {
    .publication-container .span3 {width: 100%;}
}
@media (max-width: 1400px) {
    .publication-container .span3 {width: 33%;}
}

#news-no-slider {max-width: 1200px;margin: 100px 2% 0 2%;}
#news-no-slider h5 {text-align: center;margin-bottom: 50px;}
#news-no-slider h5 a {font-size: 40px;color: #000;}
#news-no-slider .carousel-inner > .item {
    display: flex;
    width: 28%;
    flex-direction: column;
    justify-content: stretch;
    position: relative;
}
#news-no-slider .media-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#news-no-slider .media {
    margin-left: 20px;
    display: block;
    position: relative;
    height: 100%;
    float: none;
}
#news-no-slider .media .pull-right {
    display: block;
    position: relative;
    padding-bottom: 74%;
    margin: 0;
}
#news-no-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
}
#news-no-slider .media-body {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#news-no-slider h3.media-heading {
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    display: block;
    padding: 25px 20px;
    background: linear-gradient(0deg, rgba(31,65,191,0.8) 0%, rgba(255,255,255,0) 100%);
    text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
    font-weight: 800;
}
#news-no-slider h3.media-heading a {
    color: #fff;
}
/*export pages*/
.content ul.export-list-style {
    list-style-type: none;
    margin-left: 0;
}
.export-list-style li {
    position: relative;
    margin-bottom: 4px;
    background: url("../aik/img/export-check.png") no-repeat;
    background-position: left top 3px;
    padding: 0 0 5px 28px;
    border-bottom: 1px solid #eee;
}

.homepage-banner-row.export h2 {
	font-size: 20px;
    line-height: 26px;
}

.homepage-banner-row.export p {
    font-size: 13px;
    max-width: 100%;
}
body.page-id-24528 .export-icon-row {
    background-image: url("../aik/img/export-information.png");
    background-repeat: no-repeat;
}
body.page-id-24549 .export-icon-row {
    background-image: url("../aik/img/export-finance.png");
    background-repeat: no-repeat;
}
body.page-id-24554 .export-icon-row {
    background-image: url("../aik/img/export-info-links.png");
    background-repeat: no-repeat;
}
body.page-id-24562 .export-icon-row {
    background-image: url("../aik/img/export-purchase.png");
    background-repeat: no-repeat;
}
body.page-id-24567 .export-icon-row {
    background-image: url("../aik/img/export-database.png");
    background-repeat: no-repeat;
}
body.page-id-24573 .export-icon-row {
    background-image: url("../aik/img/export-analysis.png");
    background-repeat: no-repeat;
}
.export-icon-row {
    text-align: center;
    background-position: top 15px left 13px;
    padding: 21px 55px;
    margin: 10px 0;
}

.export-icon-row:nth-child(odd) {
    background-color: #eee;
}
.export-icon-row:nth-child(even) {
    border: 1px solid #ebebeb;
}
.export-icon-row p:first-child {
    font-size: 15px;
    line-height: 21px;
    color: #1f41bf;
}
.export-icon-row p {
    margin-bottom: 10px;
    
}
.export-icon-row p a {
    background: url("../aik/img/open-external-link.png") no-repeat;
    background-size: 10px 10px;
    background-position: center right;
    padding-right: 15px;
    font-weight: 600;
}
.export-icon-row p a:hover {
    text-decoration: underline;
}

.export-icon-link a {
    background: url("../aik/img/open-external-link.png") no-repeat;
    background-size: 10px 10px;
    background-position: center right;
    padding-right: 15px;
    
}
.export-publication {
    background-color: #eee;
    padding: 25px 25px 15px 59px;
    background-image: url("../aik/img/export-manual-2.png");
    background-position: top 20px left 15px;
    background-repeat: no-repeat;
}
.export-publication > div {
    border-bottom: 1px solid #ddd;
}
.export-publication > div p {
    margin-bottom: 10px;
}
.export-publication p {
    border-bottom: 1px solid  #ddd;
    padding: 0 7px;
}
.export-publication > div:last-child {
    border-bottom: none;
}
@media all and (max-width: 767px) {
    .export-icon-row .element {
        width: 100%;
    }
}
/*end*/
.well {
    background-color: #fff;
    padding: 6px;
    box-shadow: none;
}

.sidebar-contact {margin-bottom: 22px;}
.sidebar-contact p {
    font-size: 16px;
    line-height: 22px;
    color: #1f41bf;
    font-weight: 600;
}
.sidebar-contact ul {
    padding-left: 0;
    list-style-type: none;
    margin-left: 0;
}
.sidebar-contact ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.sidebar-contact a {color: #333;}
.pagination ul {-webkit-box-shadow:none;box-shadow: none;}
.pagination ul > li > a {
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #fff;
}

.vt_map {
    background: #ebebeb;
    position: relative;
    margin-top: 45px;
}
.vt_map .row-fluid {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 25px 0;
}
.vt_map:before {
    content: '';
    background: #1f41bf;
    left: 0;
    top: -20px;
    height: 108%;
    width: 45%;
    position: absolute;
}
.vt_map label,
.vt_map ul li,
.vt_map a.poi-label {
    color: #fff;
}
.vt_map label {
    font-size: 15px;
}
.vt_map ul li,
.vt_map a.poi-label {
    font-size: 14px;
    width: 100%;
}
.vt_map select {
    background-color: #1f41bf;
    border: 2px solid #fff;
    color: #fff;
}
.vt_map .control-group span {
    position: relative;
}
.vt_map .control-group.county span:after,
.vt_map .control-group.sector span:after,
.vt_map .control-group.available span:after {
    height: 100%;
  content: '\2039';
  transform: rotate(-90deg);
  text-align: center;
  position: absolute;
  top: -1px;
  width: 26px;
  color: #fff;
  background: #1f41bf;
  display: inline-block;
  right: 2px;
  height: 26px;
  font-size: 34px;
  pointer-events: none;
}

#projects-map,
#zones-map {
    box-shadow: 20px 20px rgba(0,0,0,0.3);
    width: 90% !important;
}
#zone-details.well,
#project-details.well {
    background-color: #1f41bf;
    color: #fff;
    font-size: 15px;
    padding: 20px;
    border: none;
    box-shadow: 0px -1px 18px rgba(0,0,0,0.2);
}
#zone-details.well h4,
#project-details.well h4 {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 15px;
}
#zone-details.well p,
#project-details.well p {
    font-size: 13px;
    color: #ebebeb;
    margin-bottom: 5px;
}
#zone-details.well a,
#project-details.well a {
    color: #ebebeb;
    font-size: 11px;
}
#zone-details.well a:hover,
#project-details.well a:hover {
    color: #ebebeb;
}
.single-zone-right-info.span3 {
    background: #ebebeb;
}
.single-zone-right-info .box {
    box-shadow: none;
    background: none;
    margin-bottom: 0;
    padding: 30px 20px 0;
}
.single-zone-right-info .gallery-box {
    padding: 30px;
}
.single-zone-right-info .box p {
    font-size: 13px;
}
.single-zone-right-info .box h5 {
    font-size: 14px;
    color: #000;
}
.single-zone-right-info.single-ip .box p {
    font-weight: 600;
    word-break: break-word;
}
.single-zone-right-info.single-ip .box p span {
    font-weight: normal;
}
.single-zone.lang-en .table-striped tbody > tr:nth-child(odd) > td {
    width: 70% !important;
}
#project-location {
    margin: 30px 0;
}
.disclaimer {
    font-size: 15px;
}
.table-tam-vt .table-tam-row:nth-of-type(odd) {
    background: #ebebeb;
}
.table-tam-vt .table-tam-row {
    padding: 15px 8px;
}
.table-tam-vt div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 0 50%;
}
/*Pie chart*/
.uv-panel .uv-arc-23 text {
    color: #fff !important;
}
.uv-panel .uv-arc-23 path,
.uv-legend g .uv-legend-sign {
    fill: #adadad !important;
}
.uv-panel .uv-arc-23:nth-child(1) path{
    fill: #859cef !important;
}
.uv-legend g:nth-child(1) .uv-legend-sign {
    fill: #859cef !important;
}
.uv-panel .uv-arc-23:nth-child(2) path{
    fill: #adadad !important;
}
.uv-legend g:nth-child(2) .uv-legend-sign {
    fill: #adadad !important;
}
.uv-panel .uv-arc-23:nth-child(3) path{
    fill: #859cef !important;
}
.uv-legend g:nth-child(3) .uv-legend-sign {
    fill: #859cef !important;
}
.uv-panel .uv-arc-23:nth-child(4) path{
    fill: #adadad !important;
}
.uv-legend g:nth-child(4) .uv-legend-sign {
    fill: #adadad !important;
}
.uv-panel .uv-arc-23:nth-child(5) path{
    fill: #859cef !important;
}
.uv-legend g:nth-child(5) .uv-legend-sign {
    fill: #859cef !important;
}
.uv-panel .uv-arc-23:nth-child(6) path{
    fill: #adadad !important;
}
.uv-legend g:nth-child(6) .uv-legend-sign {
    fill: #adadad !important;
}
.uv-panel .uv-arc-23:nth-child(7) path{
    fill: #859cef !important;
}
.uv-legend g:nth-child(7) .uv-legend-sign {
    fill: #859cef !important;
}
.uv-panel .uv-arc-23:nth-child(9) path{
    fill: #859cef !important;
}
.uv-legend g:nth-child(9) .uv-legend-sign {
    fill: #859cef !important;
}
.wow {
    backface-visibility: hidden;
}
.wow-outer {
    position: relative;
    overflow: hidden;
}
.partner-logo .media-body h3 a {
    color: #000;
}

.tam-vt {

}
.tam-vt span {
  font-weight: 600;
}
.page-template-page-investment-map #project-details .well a {
  display: none;
}
.page-template-page-investment-map #project-details .well a:first-child {
  display: block;
}

.vt_map_overlay {
  position: absolute;
  width: 100%;
  height: calc(100% + 71px);
  background: rgba(255,255,255,0.5);
  z-index: 99;
  top: -35px;
}
.vt_map_overlay p {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  padding: 40px;
  background: #ffffff;
  color: #1f41c3;
  text-align: center;
  font-weight: 600;
  box-shadow: 1px 1px 26px 3px rgba(0,0,0,0.3);
}
.vt_map .span3,
.vt_zone.vt_map .span3 {
    display: flex;
    flex-direction: column-reverse;
}
.box.sidebar .menu {margin-top:0;}
.box.sidebar .menu > li > a,
.box.widget .menu > li > a {
  padding:5px 0;
  font-weight: bold;
  text-transform:uppercase;
  margin-bottom: 0;
}
.box.sidebar.widget .menu > li:last-child > a,
.box.widget .menu > li:last-child > a {
  margin-bottom: 0;

}

.box.sidebar .menu > li > a,
.box.widget .menu > li > a {
  color:#000;
  font-size:12px;
}
.box.sidebar .menu li li a {font-size:12px;line-height: 20px;text-transform: uppercase;color: #000;}
.box.sidebar .menu > li > a:hover {color:#1f41bf;}
.box.sidebar .menu > .active > a,
.box.sidebar .menu > .active > a:hover {
  background:transparent;
  border-left:3px solid #1f41bf;
  color:#1f41bf;
  text-shadow:none;
  padding-left:13px;
}

.box.sidebar .menu ul {margin:0 0 10px;}
.box.sidebar .menu li li {
  list-style: none;
  padding:5px 0 5px 0;
}
.box.sidebar .menu li li a {display:block;position:relative;}
.box.sidebar .menu li li.active {border-left:1px solid #1f41bf;}
.box.sidebar .menu li li.active a {color:#1f41bf;}
.box.sidebar .menu li li a:hover {color: #1f41bf;}
.box.sidebar .menu li li a:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  left: -12px;
  top: 7px;
  background: #1f41bf;
  opacity: 0;
}
.box.sidebar .menu ul li .sub-menu li a:before {display:none;}
.box.sidebar .menu li li.current-menu-item a:before,
.box.sidebar .menu li li a:hover:before {
  opacity: 1;
}
.box.sidebar .menu ul > .current-menu-ancestor > a {color:#1f41bf;position:relative;}
.box.sidebar .menu ul > .current-menu-ancestor > a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  left: -15px;
  top: 8px;
  background: #1f41bf;
  opacity: 1;
}

.box.sidebar .menu li li.current-menu-item > a {
  color: #1f41bf;
}

/* ACCESSIBILITY */
.access {
    position: relative;
    float: left;
    margin-right: 50px;
}
.access span {
    display: none;
}
.btn-toggle-original {
    background-color: #fff;
    color: #fff;
    border: 1px solid #666;
    width: 15px;
    height: 15px;
    position: relative;
  display: inline-block;
}
.btn-toggle-original:focus {
    outline: none;
}
.btn-toggle-contrast {
    background: linear-gradient(90deg, rgba(255,255,255,1) 45%, rgba(0,102,51,1) 45%);
    border: 1px solid #333;
    width: 15px;
    height: 15px;
    margin-left: 5px;
}
.btn-toggle-contrast:focus {
    outline: 1px solid #333;
}
.btn-toggle-dark {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    width: 15px;
    height: 15px;
    margin-left: 5px;
}
body.dark-theme .btn-toggle-dark {
    border: 1px solid #fff;
}
.btn-toggle-dark:focus {
    outline: 1px solid #fff;
}
.btn-toggle-normal,
.btn-toggle-medium {
    border: 1px solid #fff;
    width: 25px;
    height: 15px;
    color: #333;
    margin-left: 5px;
    background: #fff;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}
.btn-toggle-normal:focus,
.btn-toggle-medium:focus {
    outline: none;
}

/*DARK THEME*/
body.dark-theme,
body.dark-theme .wrapper.header,
body.dark-theme .box,
body.dark-theme .flex-intro-img:before,
body.dark-theme .span9 .highlight,
body.dark-theme .box.sidebar .nav li li a:before,
body.dark-theme .table-striped tbody > tr:nth-child(odd) > td,
body.dark-theme .table-striped tbody > tr:nth-child(even) > td,
body.dark-theme.single-jpp-project.lang-hr #menu-sidebar-menu-1 .sub-menu #menu-item-22005 a:before,
body.dark-theme.single-jpp-project.lang-en #menu-sidebar-menu-eng-1 .sub-menu #menu-item-22525 a:before,
body.dark-theme .homepage-banner-img:before,
body.dark-theme .slider-flex-img:before,
body.dark-theme .table-tam-vt .table-tam-row:nth-of-type(odd),
body.dark-theme .single-zone-right-info.span3,
body.dark-theme .pagination ul > li > a {
    background-color: #333;
}
body.dark-theme .table-striped thead > tr,
body.dark-theme .table-striped thead > tr > td > span {
    background-color: #333 !important;
}
body.dark-theme table tbody > tr,
body.dark-theme .vt_map:before,
body.dark-theme .vt_map select,
body.dark-theme .vt_map .control-group.county span:after,
body.dark-theme .vt_map .control-group.available span:after,
body.dark-theme .vt_map .control-group.sector span:after,
body.dark-theme #zone-details.well,
body.dark-theme #project-details.well{
    background-color: #000 !important;
}
body.dark-theme table tbody > tr > td > span,
body.dark-theme .table-tam-vt .table-tam-row:nth-of-type(odd),
body.dark-theme .table-tam-vt .table-tam-row:nth-of-type(even),
body.dark-theme .go-back {
    color: #fff !important;
}
body.dark-theme nav li.current-menu-item a,
body.dark-theme nav li.current-menu-ancestor a,
body.dark-theme nav li.current-page-ancestor a,
body.dark-theme nav li.current-menu-parent a,
body.dark-theme .nav-collapse .nav > li > a:hover,
body.dark-theme.single-jpp-project.lang-hr .nav #menu-item-22064 a,
body.dark-theme.single-jpp-project.lang-en .nav #menu-item-22305 a,
body.dark-theme.single-investment-project .nav #menu-item-22064 a {
    color: #000 !important;
    border-bottom: 2px solid #000 !important;
}
body.dark-theme .nav-collapse .nav > li > a:hover,
body.dark-theme nav li.current-menu-ancestor a {
    background: #fff !important;
}
body.dark-theme h1,
body.dark-theme h2,
body.dark-theme h3,
body.dark-theme h4,
body.dark-theme h5,
body.dark-theme h6,
body.dark-theme p,
body.dark-theme footer ul li,
body.dark-theme .content li,
body.dark-theme .span9 .highlight,
body.dark-theme #incentives-calculator label,
body.dark-theme .content a.accordion-toggle-no-hover:after,
body.dark-theme #no-slider .slider-flex h1 span,
body.dark-theme .homepage-banner-row p,
body.dark-theme .homepage-banner-row ul li,
body.dark-theme .metrics .number-item--text,
body.dark-theme .homepage-icon-banners a.box,
body.dark-theme #news-no-slider h5 a,
body.dark-theme .single-zone-right-info .box h5 {
    color:#fff;
}
body.dark-theme .countup-number {
    color: #fff !important;
}
body.dark-theme .vt_map_overlay p,
body.dark-theme.page-template-page-ppp-sidebar-php #menu-sidebar-menu-2 a,
body.dark-theme.single-jpp-project.lang-hr #menu-sidebar-menu-1 .sub-menu #menu-item-22005 a,
body.dark-theme.single-jpp-project.lang-en #menu-sidebar-menu-eng-1 .sub-menu #menu-item-22525 a{
    color: #000;
}
body.dark-theme .content a,
body.dark-theme #menu-sidebar-menu-2 a,
body.dark-theme footer ul li a,
body.dark-theme .poi-switcher a {
    color: #fff;
    text-decoration: underline;
}
body.dark-theme .header .tools,
body.dark-theme .header .btn.lang {
    background: #333;
}
body.dark-theme .header .btn.lang {
    color: #fff;
}
body.dark-theme .btn-toggle-normal,
body.dark-theme .btn-toggle-medium {
    border: 1px solid #333;
    background: #333;
    color: #fff;
}
body.dark-theme .box.sidebar,
body.dark-theme .box.widget {
    background: #ccc;
}
body.dark-theme nav li a,
body.dark-theme .nav-collapse .nav > li > a {
    color: #fff;
}
body.dark-theme .header header .span9 {
    background: #333;
}
body.dark-theme .homepage-banner-row .box,
body.dark-theme #no-slider .slider-flex a {
    background: #fff;
    border: 2px solid #fff;
    color: #000;
}
body.dark-theme .box.widget .nav-list > .current-menu-item > a,
body.dark-theme .box.sidebar .nav-list > .current-menu-parent > a,
body.dark-theme .box.sidebar .nav li li.current-menu-item > a,
body.dark-theme .box.sidebar .nav li li a:hover,
body.dark-theme .box.sidebar .nav-list > .current-menu-ancestor > a,
body.dark-theme .box.sidebar .nav ul > .current-menu-ancestor > a {
    color: #000;
    text-decoration: underline;
}
body.dark-theme .box.sidebar .nav > li > a:hover {
    color: #fff;
    background-color: #333;
    text-decoration: underline;
    text-shadow: none;
}
body.dark-theme .publication-versions select,
body.dark-theme .project-type-picker {
    border: 1px solid #000;
    color: #000;
}
body.dark-theme th {
    background-color: #000 !important;
    color: #ffffff !important;
}
body.dark-theme table th {
    border-bottom: 1px solid #000;
}
body.dark-theme .table th,
body.dark-theme .table td {
    color: #fff;
}
body.dark-theme.page-id-375 span,
body.dark-theme.page-id-1113 span,
body.dark-theme.page-id-22056 span,
body.dark-theme.page-id-437 h2 span,
body.dark-theme.page-id-1102 h2 span {
    color: #fff !important;
}
body.dark-theme #incentives-calculator input[type="submit"].btn {
    border: 1px solid #000;
    color: #000;
}
body.dark-theme #incentives-calculator input[type="submit"].btn:hover {
    background: #000;
    color: #fff;
}
body.dark-theme .content .hodogram__main-item-column:hover a.hodogram__main-item,
body.dark-theme .content a.hodogram__main-item.active-item {
    color: #000;
    background: #fff;
}
body.dark-theme .uv-frame-bg,
body.dark-theme .uv-chart-bg {
    fill: rgb(0,0,0) !important;
}
body.dark-theme .uv-panel .uv-arc-23:nth-child(1) path,
body.dark-theme .uv-panel .uv-arc-23:nth-child(2) path,
body.dark-theme .uv-panel .uv-arc-23:nth-child(3) path,
body.dark-theme .uv-panel .uv-arc-23:nth-child(4) path,
body.dark-theme .uv-panel .uv-arc-23:nth-child(5) path,
body.dark-theme .uv-panel .uv-arc-23:nth-child(6) path {
    fill: #000 !important;
}
body.dark-theme .uv-legend-label {
    fill: rgb(255,255,255) !important;
}
body.dark-theme #news-no-slider h3.media-heading {
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
}
body.dark-theme .pagination ul > li > a {
    color: #fff;
    border: 1px solid #333;
}
body.dark-theme .pagination ul > .active > a {
    background: #fff;
    color: #000;
    text-decoration: underline;
}

/* FONT SIZE */
body.medium-size,
body.medium-size p,
body.medium-size a,
body.medium-size #no-slider .slider-flex p,
body.medium-size .metrics .number-item--text,
body.medium-size .homepage-banner-row ul li,
body.medium-size footer ul li,
body.medium-size .vt_map ul li,
body.medium-size .vt_map a.poi-label,
body.medium-size #zone-details.well p,
body.medium-size #project-details.well p,
body.medium-size .badge,
body.medium-size select.project-type-picker,
body.medium-size select,
body.medium-size .table-tam-vt .table-tam-row:nth-of-type(odd),
body.medium-size .table-tam-vt .table-tam-row:nth-of-type(even),
body.medium-size .single-zone-right-info.single-ip .box p,
body.medium-size .single-zone-right-info .box h5 {
    font-size: 17px;
    line-height: 1.5rem;
}
body.medium-size .btn-toggle-normal,
body.medium-size .btn-toggle-medium,
body.medium-size nav li a,
body.medium-size .nav-collapse .nav > li > a{
    line-height: 15px;
    font-size: 15px;
}
body.medium-size nav li {
    margin-left: 15px;
}
body.medium-size .btn-toggle-normal,
body.medium-size .btn-toggle-medium {
    width: 35px;
}
body.medium-size .header .btn.lang {
    font-size: 15px;
}
body.medium-size .header.sticky .tools {
    top: -14px;
}
body.medium-size #no-slider .slider-flex h1,
body.medium-size #no-slider .homepage-banner-row h2,
body.medium-size .homepage-icon-banners h2,
body.medium-size #news-no-slider h5 a,
body.medium-size h1 {
    font-size: 44px;
    line-height: 44px;
}
body.medium-size #no-slider .slider-flex a,
body.medium-size .homepage-banner-row .box {
    font-size: 16px;
}
body.medium-size .homepage-icon-banners a.box span {
    font-size: 26px;
}
body.medium-size #news-no-slider h3.media-heading {
    font-size: 19px;
}
body.medium-size h2 {font-size:24px;}
body.medium-size h3,
body.medium-size #zone-details.well h4,
body.medium-size #project-details.well h4 {
    font-size:22px;
    line-height:26px;
} 
body.medium-size table td,
body.medium-size .content p,
body.medium-size .accordion-body,
body.medium-size .content ul li,
body.medium-size .table th,
body.medium-size label,
body.medium-size .content li {
    font-size: 17px;
}
body.medium-size .uv-legend-label {
    font-size: 8px !important;
}
body.medium-size .box.sidebar .nav > li > a,
body.medium-size .box.widget .nav > li > a,
body.medium-size .box.sidebar .nav li li a,
body.medium-size .span9 .highlight,
body.medium-size #zone-details.well a,
body.medium-size #project-details.well a,
body.medium-size .box.sidebar .menu > li > a,
body.medium-size .box.widget .menu > li > a,
body.medium-size .box.sidebar .menu li li a {
    font-size: 14px;
}
body.medium-size h4.media-heading a {
    font-size: 20px;
}

/* Landscape phones and down */
@media all and (min-width: 1400px) {
    .metrics .span4 .number-item {
        padding: 120px 10px 0 10px;
    }
    .metrics .number-item--text {
        padding: 0 50px;
    }
}
@media (max-width: 1440px) {
    .featured .container,
    footer .container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .header .container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 768px) {
    [class*="span"] {
        margin: 0;
    }
    .header .tools {
        top: -12px !important;
    }
    .home .row,
    .row {
        margin-left: 0;
    }
    .container.homepage,
    .container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .span3,
    .span9 {
        padding: 0 1%;
    }
    .box.sidebar .nav-list > li > a, .box.widget .nav-list > li > a {
        margin-bottom: 12px;
    }
    .metrics,
    .homepage-intro-text,
    .homepage-banners,
    .homepage-icon-banners {
        max-width: 1200px;
        width: 100%;
        box-sizing: border-box;
    }
    .box.sidebar {
        padding: 10px 15px 5px 15px;
    }
    .box.widget {
        padding: 10px 15px 15px 15px;
    }
    .box.sidebar .nav > li > a,
    .box.widget .nav > li > a,
    .custom-html-widget a {
        font-size: 13px;
    }
    .custom-html-widget { padding: 0 0 7px 0;}
    .span3 {
        width: 26%;
    }
    .span9 {
        width: 74%;
        margin-right: 0;
        margin-left: 0;
    }
    .flex-intro-img {
        width: 41%;
        max-width: 220px;
    }
    .flex-intro-img img {
        min-height: 142px;
    }
    .content {
        font-size: 13px;
    }
    .metrics .span4 .number-item {
        padding: 120px 10px 0 10px;
    }
    .homepage-intro-text {
        font-size: 16px;
        padding: 0 50px;
    }
    .homepage-icon-banners {
        padding: 80px 20px;
    }
    .homepage-icon-banners-flex {
        justify-content: center;
    }
    #no-slider.span12 {
        margin: 0;
        box-sizing: border-box;
    }
    .span12.homepage-banner-row {
        margin: 50px 0;
        box-sizing: border-box;
    }
    .homepage-banner-row .w-60 {
        padding-left: 20px;
    }
    .homepage-banner-row:nth-child(even) .w-33 {
        padding-right: 20px;
    }
    .homepage-banner-row:nth-child(odd) .w-33 {
        padding-left: 20px;
    }
    .homepage-banner-row:nth-child(even) .homepage-banner-img:before {
        right: 21px;
    }
    .homepage-banner-row:nth-child(odd) .homepage-banner-img:before {
        left: 21px;
    }
    #hodogram h2 a {
        font-size: 16px;
    }
    .category-novosti .media .pull-left {
        max-width: 190px;
        padding-bottom: 26%;
    }
    footer .row {
        padding: 0 20px;
    }
    footer .span3 {width: 33%;}
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {	
    .span2.homepage-icon-banner-row {	
        width: 19%;	
        max-width: 100%;	
    }	
    .homepage-icon-banners a.box span {	
        font-size: 19px;	
        line-height: 25px;	
    }	
}
@media only screen and (max-width: 1300px) and (min-width: 1001px) {

    .vt_map .row-fluid .span9 {width: 67%;padding: 20px 30px;}
    .vt_map .row-fluid .span3 {width: 30%;padding: 20px 30px;}
    #zones-map, #projects-map {width: 90% !important;}
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
    .span2.homepage-icon-banner-row {width: 32%;max-width: 100%;}
    .vt_map .row-fluid .span9,
    .vt_map .row-fluid .span3 {width: 100%;padding: 20px 30px;}
    .vt_map:before {width: 100%;}
    .vt_map .row-fluid {padding: 20px 0;}
    #zones-map, #projects-map {width: 90% !important;box-shadow: 0 20px 20px rgba(0,0,0,0.3);}
    #news-no-slider .media-list {
        flex-direction: unset;
        justify-content: center;
        flex-wrap: wrap;
    }
    #news-no-slider .carousel-inner > .item {width: 45%;margin-bottom: 20px;}
    .vt_map .span3, .vt_zone.vt_map .span3 {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 980px) {
    .header header .span3 {width: 20%;padding-left: 20px;}
    .header header .span9 {width: 78%;justify-content:end;}
    nav {font-size: 12px;}
    nav li {margin-left: 14px;}
    .header .tools {
        position: absolute;
        top: -6px;
        right: 26px;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 980px) {
    nav {font-size: 10px;}
    nav li {margin-left: 10px;margin-top: 28px;}
}
@media only screen and (max-width: 1300px) and (min-width: 768px) {
    .span12 {
        width: 100%;
        max-width: 940px;
    }
    .span11 {
    	width: 100%;
    	max-width: 860px;
    }
    .span10 {
    	width: 100%;
    	max-width: 780px;
    }
    .span8 {
    	width: 100%;
    	max-width: 620px;
    }
    .span7 {
    	width: 100%;
    	max-width: 540px;
    }
    .span6 {
    	width: 100%;
    	max-width: 690px;
    }
    .span5 {
    	width: 100%;
    	max-width: 380px;
    }
    .span4 {
    	width: 100%;
    	max-width: 300px;
    }
    .span2 {
    	width: 100%;
    	max-width: 138px;
    }
    .span1 {
    	width: 100%;
    	max-width: 60px;
    }
}
@media (max-width: 1280px) {
    .flex-intro-page h1 {
        padding-right: 0;
    }
}
@media (max-width: 979px) {
    .header header {
        display: block;
    }
    .header header .span3 {
        padding-top: 10px;
    }
    .header header .span9 {
        display: block;
        width: 100%;
    }
    .header .tools {
        position: absolute;
        top: 0;
        right: 0;
    }
    .homepage {
        padding: 10px 20px;
    }
    .btn-navbar {
        position: absolute;
        right: 0;
        margin-top: -60px;
    }
    nav li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .category-novosti h1, .category-news h1 {text-align:center;margin: 50px 0;}
    .header header {display: block;}
    .header header .span3 {width: 100%;padding-top: 20px;}
    .header header .span9 {
        display: block;
        width: 100%;
    }
    .header,
    .header.sticky {
        position: relative;
    }
    .header, .featured {
        padding: 1px 20px;
    }
    .featured {padding: 0 20px 10px 20px;}
    .span3 {width: 100%;}
    .btn-navbar {margin-top:20px;}
    .homepage {padding-top: 10px;}
    body.dark-theme .header header .span9 {background: #333;}
    body.dark-theme .btn-navbar {background-color:#fff;}
    .header .btn.lang {padding: 0 3px;}
    #no-slider .slider-flex {flex-direction: column-reverse;}
    #no-slider .w-60,
    #no-slider .w-33 {
        width: 100%;
    }
    #no-slider .slider-flex p {max-width: 100%;}
    .slider-flex-img {margin-bottom: 20px;}
    .slider-flex-img img {margin-left: 0;}
    .slider-flex-img:before {
        top: 9px;
        right: 9px;
        width: 94%;
        height: 92%;
    }
    #no-slider .slider-flex a {
        font-size: 12px;
        padding: 2px 10px;
    }
    .metrics {flex-direction: column;}
    .metrics .span4 {width: 100% !important;}
    .homepage-intro-text {
        padding: 10px 20px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    #no-slider .slider-flex h4,
    .homepage-banner-row h2,
    .homepage-icon-banners h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .homepage-icon-banners h2 {text-align: center;}
    /*.homepage-banners {padding: 10px 20px;}*/
    .homepage-banner-row:nth-child(odd) {flex-direction: column-reverse;}
    .homepage-banner-row:nth-child(even) {flex-direction: column-reverse;}
    .homepage-banner-row .w-60, .homepage-banner-row .w-33 {width: 100%;max-width: 100%;}
    .homepage-banner-row .w-33 {text-align: center;}
    .homepage-banner-row:nth-child(odd) img {margin-left: 0;}
    .homepage-banner-row:nth-child(even) img {margin-left: 0;}
    .homepage-banner-row img { width: 100%;max-width: 500px;}
    .homepage-banner-img:before {
        top: -12px;
        width: 92%;
        height:92%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .homepage-banner-row:nth-child(odd) .homepage-banner-img:before {left: 0;}
    .homepage-banner-row:nth-child(even) .homepage-banner-img:before {right: 0;}
    .homepage-banner-row p, .homepage-banner-row ul li {max-width: 100%;}
    .homepage-banner-row .box {
        font-size: 12px;
        padding: 2px 10px;
    }
    .homepage-icon-banners {width: auto;padding: 20px 0 50px 0;}
    .homepage-icon-banners-flex {flex-direction: column;}
    .span2.homepage-icon-banner-row {width: 100%;max-width: 100%;}
    .homepage-icon-banner-row img {
        width: 100%;
        max-width: 100px;
    }
    .homepage-icon-banner-row span {
        width: 100%;
        display: block;
    }
    .homepage-icon-banners a.box {padding: 0 35px 20px;}
    
    #news-no-slider {margin: 50px 0 0;}
    #news-no-slider .media-list {flex-direction: column;}
    #news-no-slider .carousel-inner > .item {width: 100%;margin-left: 0;margin-bottom: 20px;}
    #news-no-slider .media .pull-right {padding-bottom:70%;}
    
    .box.sidebar, .box.widget {padding: 10px 25px 5px 25px;max-width: 90%;margin: 0 auto 20px;}
    .box.sidebar .nav > li > a,
    .box.widget .nav > li > a {
        font-size: 12px;
        margin-bottom: 0;
    }
    .box.sidebar.widget .nav-list > li:last-child > a {margin-bottom: 5px;}
    .box.sidebar .nav ul {margin: -7px 0 5px 0;}
    .box.sidebar .nav li li a {line-height: 18px;}
    .flex-intro-page {
        flex-direction: column-reverse;
        padding: 0;
        align-items: center;
    }
    .flex-intro-img {
        width: 100%;
        padding: 10px 20px;
        margin: 0;
    }
    .flex-intro-img img {max-width: 600px;width: 100%;margin-bottom: 15px;}
    .flex-intro-img:before {
        top: -1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 84%;
        height: 60%;
    }
    
    .publication-container .span3 {width: 100%;}
    .publication-container h2, .publication-container .publication h3 {min-height: auto;}
    
    .content table {font-size: 12px;line-height: 18px;}
    
    .uv-chart {width: 100%;}
    .uv-legend {width: 100%;}
    .uv-legend-label {font-size: 16px !important;}
    
    .cc_container .cc_message,
    .cc_container .cc_btn {font-size: 12px !important;}
    
    .custom-html-widget a {font-size: 14px;line-height:20px;}
    .custom-html-widget { padding: 0 0 5px 0;}
    
    .category-novosti .media .pull-left, .category-news .media .pull-left {
        margin-right: 0;
        max-width: 100%;
        padding-bottom: 66%;
    }
    .disclaimer {padding:0 20px;} 
    .single-zone .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .vt_map:before {
        width: 100%;
    }
    .vt_map .row-fluid {
        padding: 20px 0;
    }
    .vt_map .row-fluid .span9,
    .vt_map .row-fluid .span3 {
        padding: 20px;
    }
    .vt_map .span3,
    .vt_zone.vt_map .span3 {
        display: flex;
        flex-direction: column;
    }
    .box.content.partner-logo {
        padding: 0;
    }
    #zones-map, #projects-map {width: 100% !important;box-shadow: 0 20px 20px rgba(0,0,0,0.3);}
    footer .row {padding: 0 20px;}
    footer .span3 {width: 100%; text-align: center;}
    footer .logo {
        margin: 0 0 50px 0;
        text-align: center;
        width: 100%;
        background-position: center;
        background-size: 200px;
    }
    .lang-en footer .logo {
        margin: 0 auto 50px;
    }
    footer .nav {margin-top: 50px;}
}


































