@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-xs-1,
    .seven-cols .col-lg-1 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-xs-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
    }
}

@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-xs-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
    }
}

.seven-cols .col-xs-17 {
    width: 14.285714285714285714285714285714%;
    float: left;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.inner h2, .inner h3 {
    color: #087dbf;
    font-weight: bold;
}

.inner a, .inner_stories a {
    color: #087dbf;
    text-decoration: none;
    font-weight: bold;
}

.inner_stories h1 {
    font-weight: bold;
    color: #087dbf;
}

td, th {

    border: 1px solid gray;
    padding: 5px;
}

.inner_stories table tr:nth-child(even) {
    background: #92AECE;;
    color: #fff;
}

.inner_stories table tr:nth-child(odd) {
    background: #087dbf;
    color: #fff;
}

.inner_stories table {
    margin-bottom: 10px;
}
.inner_stories img{
    margin: 20px 0;
}


.home_four_box .box_details{
    min-height: 400px;
}
.home_four_box .box_details .box_content{
    text-align: center;
    margin-top: 150px;
}
.home_four_box .box_details .box_content h2{
    color: #fff;
    font-size: 50px;
    font-family: 'hurme-bold';
    text-transform: uppercase;
    height: 110px;
    margin-bottom: 30px;
}


#field_1_1 .gfield_label, #field_4_1 .gfield_label {
    display: none;
}

.gform_validation_error #gform_1 .gform_footer #gform_submit_button_1, .gform_validation_error #gform_4 .gform_footer #gform_submit_button_4 {
    margin-top: -89px !important;
}

#gform_submit_button_1:before, #gform_submit_button_4:before {
    content: '';
    border: 15px solid transparent;
    border-right-color: #D4D4D4;
    margin-top: 5px;
    border-left: 0;
    position: absolute;
    left: -15px;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    width: 0;
    height: 0;
}

.newsletter_form .gform_wrapper, .newsletter_form .gform_wrapper .gform_body, .newsletter_form .gform_wrapper .gform_footer {
    display: inline-block;
    vertical-align: middle;
}

.newsletter_form .gform_wrapper .gform_body input::-webkit-input-placeholder {
    font-style: italic;
}

.newsletter_form .gform_wrapper .gform_body input {
    font-size: 14px;
    font-family: sans-serif;
    padding: 12px;
    color: #a8a8a8;
    width: 335px;
    border: 1px solid #c3c3c3;
}

.newsletter_form .gform_wrapper .gform_footer {
    background: #29b6ae;
    margin-left: -5px;
}

.newsletter_form .gform_wrapper .gform_footer input {
    border: none;
    width: 70px;
    height: 42px;

    background: transparent;
    background-image: url('../img/newsletter_btn.png');
    background-repeat: no-repeat;
    background-position: center 60%;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;;
    margin-bottom: .0px !important;
    padding: 0;
    border: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0px !important;
}

#gform_confirmation_message_1, #gform_confirmation_message_4 {
    color: white !important;
}

.gform_wrapper div.validation_error {
    color: #FFFFFF;
    font-size: 1em !important;
    font-weight: 300 !important;
    margin-bottom: 0px !important;
    border: none !important;
    padding: 0px !important;
    clear: both;
    width: 100%;
}

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message, .gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin-top: 0px !important;
}

.gform_wrapper .gfield_description.validation_message, .gform_wrapper .top_label .gfield_description.validation_message {
    padding: 0px !important;
}

.gform_wrapper .top_label .gfield_description {
    padding: 0px !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding: 0px !important;
}
.grid_template{
    padding: 50px 0;
}
.grid_template .header_text{
    background: white;
    margin-bottom: 30px;
    padding: 20px;
}
.grid_template .header_text h3{
    color: #00b9f0;
    margin-top: 0px;
}

.grid_template .grid_content .content{
    display: none;
    background: white;
    padding: 30px;
}
.grid_template .grid_content .show{
    display: block;
}
.grid_template .grid_content .heading_box{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.grid_template .grid_content .heading_box h1{
    margin-top: 0px;
    font-size: 26px;
    color: #00b9f0;
    font-family: sans-serif;
    margin-bottom: 0px;
}
.grid_template .grid_content .image_wrapper img{
    max-width: 100%;
    height: auto;
}
.grid_template .grid_content .text_content{
    margin-top: 20px;
}
    /************************** LANGUAGE SELECTOR *******************************/

#lang_sel_click li {
    margin-top: 0px;
    border: 1px solid #111;
    background: transparent;
    width: 55px !important;
    padding: 0;
    font-size: 16px;
    border: none;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    left: 1px;
    clear: both;
}

#lang_sel_click a, #lang_sel_click a:visited {
    /*border:0;*/

}

#lang_sel_click {
    height: 30px !important;
    margin-top: 2px !important;
    z-index: 9999 !important;
    float: left;
    /* left:-54px; */
    left:4px;
    cursor: pointer;
}

#lang_sel_click a.lang_sel_sel {
    background: url('../img/drop_down_icon.png') right no-repeat !important;
    background-size: 7px 6px !important;
    background-position: 96% 50% !important;
    font-family: sans-serif;
    /* color: #707070 !important; */
    color: #fff !important;
    font-size: 14px !important;
    line-height: 30px !important;
    text-align: left;
    font-weight: normal !important;
    border: none;
}

#lang_sel_click li span {
    white-space: pre;
    font-size: 14px;
    font-family: sans-serif;
    color: #707070;
    padding-top: 1px;
    text-align: left;
    display: block;
}

#lang_sel_click ul ul {
    left: -1px !important;
    border-top: 0px !important;
}

#lang_sel_click :hover > li, #lang_sel_click ul ul :hover > li {
    color: #000;
    /*background: #eee;*/
}

#lang_sel_click a:hover, #lang_sel_click ul ul a:hover {
    background: white;
}

#lang_sel_click ul ul a, #lang_sel_click ul ul a:visited {
    padding: 10px !important;
    border: none;
}

.header_up .navbar {
    display: none;
}

.header_up .language_flag {
    float: left;
    /* margin-top: 11px; */
}

.header_up .img_open {
    display: none;
    background: url('../img/nav_x.png');
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    margin-left: 2px;
}

.header_up .img_close {
    background: url('../img/drop_down_icon.png');
    width: 7px;
    height: 7px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 2px;
}

.header_up .show_inline {
    display: inline-block;
}

/************************** !LANGUAGE SELECTOR *******************************/

/************************************************************************************************************/
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium/gothamhtf-medium-webfont.woff2') format('woff2'),
         url('../fonts/gotham-medium/gothamhtf-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gotham-book';
    src: url('../fonts/gothamBook/gothamhtf-book-webfont.woff2') format('woff2'),
    url('../fonts/gothamBook/gothamhtf-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'hurme-regular';
    src: url('../fonts/hurme/hurme-regular/hurmegeometricsans1-webfont.woff2') format('woff2'),
    url('../fonts/hurme/hurme-regular/hurmegeometricsans1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hurme-bold';
    src: url('../fonts/hurme/hurme-bold/hurmegeometricsans1_bold-webfont.woff2') format('woff2'),
    url('../fonts/hurme/hurme-bold/hurmegeometricsans1_bold-webfont.woff') format('woff'),
    url('../fonts/hurme/hurme-bold/hurmegeometricsans1_bold-webfont.svg#hurme_geometric_sans_1bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 
@font-face {
    font-family: 'GothamL-Book';
    src: url('../fonts/gothamBook/gotham_book-webfont.woff2') format('woff2'),
    url('../fonts/gothamBook/gotham_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
/* @font-face {
    font-family: 'GothamL-Book';
    src: url('../fonts/gothamBook/gotham_book-webfont.woff'); 
    } */




body {
    /*font-family: 'GothamLight', 'Raleway', sans-serif, Arial;*/
    font-family: sans-serif;
    /*color:#5c5c5c;*/
    color: #7c7272;
    outline: 0;
    font-weight: 300;
    overflow-x: hidden;
    background: #ebebeb;
}

a, img {
    outline: 0;
}

blockquote {
    border-left: 5px solid #656565;
    font-size: 16px;
}

.source {
    font-style: italic;
    font-size: 12px;
}

.header_up select {
    margin-top: 5px;
    border: 1px solid #111;
    background: transparent;
    width: 126px;
    padding: 2px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/drop_down_ico.jpg) 96% / 16% no-repeat #fff;
}

.header_down {
    background: #fff;
}

.header_down .top_content {
    margin: 20px 0 10px;
    text-align: right;
}

.header_down .social {
    padding: 0px;
    display: inline-block;
    list-style: none;
    margin: 0px;
    vertical-align: middle;
}

.header_down .social li {
    display: inline-block;
    margin-right: 7px;
}

.header_down .search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: #e2e3e5;
    padding: 5px 10px;
}

.header_down .ui-autocomplete-input {
    width: 350px;
    border: 1px solid #c3c3c3;
    font-size: 14px;
    line-height: 35px;
    font-style: italic;
    font-family: sans-serif;
    color: #bbbbbb;
    padding-left: 50px;

    background-image: url('../img/search_loop.png');
    background-repeat: no-repeat;
    background-position: 3% 50%;
}

.header_down .ui-autocomplete-input::-webkit-input-placeholder {
    color: #bbbbbb;
}

.header_down .button-search {
    border: none;
    font-family: sans-serif;
    color: white;
    font-weight: bold;
    font-size: 14px;
    background: #00b9f0;
    margin: 0px;
    padding: 9px 30px;
}

#story_goToPrevSlide, #story_goToNextSlide {
    display: none;
}

.header_down .menu_icon {
    width: 25px;
    height: 25px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}

.navbar-default ul.navbar-nav.main_menu li:hover .menu_icon {
    background-position: 100% 100%;
}

.header_down .heart_icon {
    background-image: url('../img/heart_img.png');
    background-repeat: no-repeat;
}

.header_down .chart_icon {
    background-image: url('../img/investicije.png');
    background-repeat: no-repeat;
}

.header_down .promotion_icon {
    background-image: url('../img/promotion_icon.png');
    background-repeat: no-repeat;
}

.header_down .gear_icon {
    background-image: url('../img/ras_gear.png');
    background-repeat: no-repeat;
}

.header_down .megaphone_icon {
    background-image: url('../img/megaphone_img.png');
    background-repeat: no-repeat;
}

.header_down .location_icon {
    background-image: url('../img/reg location.png');
    background-repeat: no-repeat;
}

.header_down .submenu_content {
    padding: 40px 15px 20px;
}

.header_down .navbar-default ul.navbar-nav.main_menu .submenu_content li {
    width: 50%;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 10px;
    border-left: 1px solid #00b9f0;

}

.header_down .navbar-default ul.navbar-nav.main_menu .submenu_content li a {
    color: #5c5c5c;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: normal;
    line-height: 16px;
    margin-right: 15px;
    text-transform: none;

    background-image: url('../img/arrow_btn_blue.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    padding-right: 25px;
    background-size: 8px auto;
}

.header_down .navbar-default ul.navbar-nav.main_menu .submenu_content li:last-child a {
    margin-right: 20px;
}

.header_down .navbar-default ul.navbar-nav.main_menu .submenu_content li:hover a {
    color: #00b9f0;
}

@media screen and (min-width: 0\0
) {
    .header_up select {
        background: none;
        background-color: #fff;
        padding: 5px;
    }
}

.header_up_right {
    text-align: right;
    font-size: 14px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default ul.navbar-nav.main_menu {
    display: inline;
    list-style: none;
    padding: 0;
    float: right;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.navbar-default ul.navbar-nav.main_menu li {
    display: inline-block;
    list-style: none;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
    /* font-size: 1em; */
    font-size: 14px;
    padding: 0px 10px;
}
.navbar-default ul.navbar-nav.main_menu li:last-of-type {
    border: none;
}

.navbar-default ul.navbar-nav.main_menu li a {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
    display: block;
    color: #a2c1e0;
    padding: 0;
    margin-right: 15px;
}

.navbar-default ul.navbar-nav.main_menu li:last-child a {
    margin-right: 0px;
}
#main_menu .main_menu li.dropdown:last-child .dropdown-toggle{
    background: #CA3737;
    padding: 0 10px;
    color: white;
}
.navbar-default ul.navbar-nav.main_menu li:hover a {
    color: #fff;
}

.navbar-default ul.navbar-nav.main_menu li img {
    height: 35px;
    width: auto;
}

#main_menu ul li:nth-child(2) ul li:first-child{
    width: 100%;
}
#main_menu ul li:nth-child(2) ul li:first-child a{
    padding-bottom: 10px;
    color: #CA3737;
}



.sidebar_invest .link_image {
    margin-bottom: 20px;
}

.sidebar_invest .link_image img {
    max-width: 100%;
}

.header_down .bottom_content {
    width: 100%;
    position: relative;
}

.bottom_content .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0px;
    z-index: 1;
}

.bottom_content .dropdown-menu .mega_menu_bg {
    background-repeat: no-repeat !important;
    min-height: 375px;
}

.bottom_content .dropdown-menu .menu_bg_1 {
    background: url('../img/investicije.jpg');
}

.bottom_content .dropdown-menu .menu_bg_2 {
    background: url('../img/kreiraj-zivot.jpg');
}

.bottom_content .dropdown-menu .menu_bg_3 {
    background: url('../img/projekti.jpg');
}

.bottom_content .dropdown-menu .menu_bg_4 {
    background: url('../img/medjunarodni-sajmovi.jpg');
}

.header_down .bottom_content .navbar-default .navbar-nav > .open > a .menu_icon {
    background-position: 100% 100%;
}

.header_down .bottom_content .navbar-default .navbar-nav > .open > a, .header_down .bottom_content .navbar-default .navbar-nav > .open > a:focus, .header_down .bottom_content .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: white;
}

.bottom_content .navbar-default ul.navbar-nav.main_menu li:last-of-type {
    position: initial;
    /*display: block;*/
}

.bottom_content .navbar, .bottom_content .navbar-nav > li, .bottom_content .dropdown {
    position: initial;
}

/*********BS izmene***********/
.header_down .main_menu_icon .close_img {
    display: none;
    background: url('../img/main_menu_x.png');
    background-repeat: no-repeat;
    margin-top: 1px;
    width: 13px;
    height: 11px;
}

.header_down .main_menu_icon {
    margin-right: 7px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    height: 50px;
}

.header_down .navbar-toggle {
    border: 1px solid transparent;
    border-radius: 0px;
    margin-top: 10px;
    padding: 0 10px;
    /* position: relative; */
    /* float: none;
    margin-right: 0; */
    position: absolute;
    right: 10px;
    top: 50%;
    /* transform: translateY(-50%); */
}

.navbar-toggle span {
    color: #ffffff;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 32px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #77787b;
}

.navbar-toggle:hover .icon-bar {
    background-color: #77787b;
}

.header_down .navbar-toggle:hover span {
    color: #fff;
}

.navbar-toggle div {
    margin-bottom: 9px;
    margin-top: 9px;
}

.navbar-header {
    display: block;
    position: relative;
}

.navbar-header {
    border: 0 none;
    height: 51px !important;
    text-align: center;
    transition: all 0.2s linear 0s;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

/*******************/

.font, .font p {
    display: inline-block;
    font-size: 14px;
}

.font ul {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.font ul li {
    display: inline-block;
    list-style: none;
    text-align: center;
    background: url(../img/second_menu_border.jpg) center right no-repeat;
}

.font ul li a {
    text-transform: uppercase;
    color: #6c6c6c;
    padding: 5px 12px 5px 6px;
}

.font_small {
    font-size: 12px;
}

.font_medium {
    font-size: 13px;
}

.font_big {
    font-size: 14px;
}

ul.second_menu {
    list-style: none;
    padding: 0;
    margin: 0px 30px 0 0;
    display: inline-block;
    vertical-align: middle;
}

ul.second_menu li {
    display: inline-block;
    list-style: none;
    text-align: center;
    background: url(../img/second_menu_border.jpg) center right no-repeat;
}

ul.second_menu li:last-of-type {
    background: none;
}

ul.second_menu li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    padding: 5px 12px 5px 6px;
}

.search, .search img, .search a {
    display: inline-block;
    margin-top: -2px;
}

.wrap_search_lng_bar {
    /*float: right;*/
    /*text-align: left;*/
    display: inline-block;
    vertical-align: middle;
}

.newsletter_top {
    display: inline-block;
}

.newsletter_top img {
    display: inline-block;
    margin-right: 7px;
}

.newsletter_top a {
    padding: 5px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: none;
}

.header_up {
    background: linear-gradient(to right, #182f5d, #245990);
    width: 100%;
    min-height: 50px;
    /*background: rgba(255,255,255,1);*/
    /*background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(230,230,230,1) 100%);*/
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(27%, rgba(255,255,255,1)), color-stop(100%, rgba(230,230,230,1)));*/
    /*background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(230,230,230,1) 100%);*/
    /*background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(230,230,230,1) 100%);*/
    /*background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(230,230,230,1) 100%);*/
    /*background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(230,230,230,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=1);
}

.heder_down {
    min-height: 65px;
    width: 100%;
}

.logo {
    /* position: absolute;
    max-width: 273px;
    z-index: 2; */
    position: absolute;
    /* max-width: 258px; */
    max-width: 170px;
    width: 55px;
    z-index: 2;
    /* top: 52px; */
    top: 50px;
}

.logo_srb {
    margin-top: 8px;
    position: absolute;
    max-width: 300px;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.carousel-indicators {
    display: none;
}

.home_content {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.home_content .slider_wrapper, .home_stories_wrap .slider_wrapper {
    position: relative;
    padding: 0 20px;
}

.home_content #goToPrevSlide {
    position: absolute;
    width: 24px;
    left: -38px;
    height: 42px;
    top: 45%;
    border: none;
    outline: none;
    background: transparent;
    background-image: url('../img/prev_slider_arrow.png');
}

.home_content #goToNextSlide {
    position: absolute;
    width: 24px;
    right: -38px;
    height: 42px;
    top: 45%;
    border: none;
    outline: none;
    background: transparent;
    background-image: url('../img/next_slider_arrow.png');
}

.home_content .home_content_slider img {
    width: 100%;
    height: auto;
}

.home_content .home_content_slider {
    background: white;
    padding-bottom: 30px;
}

.home_content .corner_bg {
    background-image: url('../img/blue_corner.png');
    padding: 0 0 3px 3px;
    background-position: left bottom;
    background-color: transparent;
    background-repeat: no-repeat;
}

.home_content .home_content_slider h2 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 24px;
    height: 120px;
    width: 100%;
    text-transform: uppercase;
    padding: 30px 0 35px;
    margin: 0px;
}

.home_content .home_content_slider h2 a {
    color: #3e3e3e;
    text-decoration: none;
}

.slider {
    position: relative;
}
.bg-slider{
    background: rgba(43, 58, 80, 0.9);
    background-image: url('../img/navodnici.png');
    background-position: top 90px left 30px;
    background-repeat: no-repeat;
    width: 40%;
}
.bot-left {
    position: relative;
  }
  .bot-left:before, .bot-left:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -3px;
    
  }
  .bot-left:before {
    top: -3px;
    width: 3px;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#00abe5), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #00abe5);
    background-image: -moz-linear-gradient(transparent, #00abe5);
    background-image: -o-linear-gradient(transparent, #00abe5);
  }
  .bot-left:after {
    right: -3px;
    height: 3px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#00abe5), to(transparent));
    background-image: -webkit-linear-gradient(left, #00abe5, transparent);
    background-image: -moz-linear-gradient(left, #00abe5, transparent);
    background-image: -o-linear-gradient(left, #00abe5, transparent);
  }
.bg-slider h1{
    margin-top: 0px;
}
.bg-slider a{
    display: none !important;
}
.slider_text {
    position: absolute;
    text-align: left;
    color: #fff;
    top: 15%;
    margin-left: 70%;
    transform: translateX(-50%);
    /* padding: 40px 30px 30px 30px; */
    /* padding:10px 30px 30px 30px; */
    padding: 10px 30px 11px 30px;
}

.slider_text p {
    /* font-size: 19px; */
    font-size: 17px;
    font-family: 'GothamLight', 'Raleway', sans-serif, Arial;
    /* margin-top: 30px; */
    margin-top: 20px;
}

.slider_text a.link_full_red {
    padding: 10px 15px;
}

.slider h1 {
    font-size: 45px;
    /* font-weight: 900; */
    /* font-weight: 700; */
    /* letter-spacing: -5px; */
    letter-spacing: -2px;
    font-family: sans-serif;
    /* text-transform: uppercase; */
    line-height: 70px;
    margin-bottom: 0px;

}

.slider .carousel-control .glyphicon-chevron-left, .slider .carousel-control .glyphicon-chevron-right, .slider .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 45%;
}

.under_slider_links {
    text-align: center;
    /* margin-top: 30px; */
}

.under_slider_links ul {
    padding: 0px;
}

.under_slider_links ul li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    background: url('../img/shadow_circle.png') bottom center no-repeat;
    padding-bottom: 25px;
}

.under_slider_links ul li:last-child {
    margin-right: 0px;
}

.under_slider_links ul li p {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 30%;
    margin: 0 auto;

    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
}

.under_slider_links .cyrcle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.under_slider_links ul li a:hover .cyrcle {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);

}

.header_up .mobile_menu_wrapper a {
    display: none;
}

a.link_full_red {
    color: #fff;
    background: #da4c40;
    background: -moz-linear-gradient(-45deg, #da4c40 0%, #cb3831 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #da4c40), color-stop(100%, #cb3831));
    background: -webkit-linear-gradient(-45deg, #da4c40 0%, #cb3831 100%);
    background: -o-linear-gradient(-45deg, #da4c40 0%, #cb3831 100%);
    background: -ms-linear-gradient(-45deg, #da4c40 0%, #cb3831 100%);
    background: linear-gradient(135deg, #da4c40 0%, #cb3831 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da4c40', endColorstr='#cb3831', GradientType=1);
}

a.link_full_blue {
    background: #00b9f0;
    color: #fff;
    padding: 15px 50px;
    font-family: 'GothamLight', 'Raleway', sans-serif, Arial;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}
.navigation{
    text-align: center;
}
.navigation .pagination>li>a, .navigation .pagination>li>span{
    border: none;
    color: #adadad;
}

.navigation .pagination .active span{
    background-color: white;
}
.navigation .pagination .active span, .navigation .pagination li:first-child a, .navigation .pagination li:last-child a{
    color: #00b9f0;
}
.navigation .pagination li span, .navigation .pagination li a{
    margin: 0 5px;
    font-size: 16px;
    font-family: 'hurme-regular';
}
/***************************FOOTER****************************************/

footer {
    text-align: center;
}

.footer_top {
    padding: 30px 0 20px 0;
    background: white;
}

.footer_top .title {
    color: #255c94;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}

.footer_top .desc {
    max-width: 735px;
    font-family: sans-serif;
    font-size: 14px;
    color: #7e7e7e;
    margin: 0 auto;
    line-height: 25px;
}

.footer_top .info_wrapper {
    margin-top: 35px;
}

.footer_top .info_wrapper .info_box {
    display: inline-block;
    vertical-align: top;
    min-width: 165px;
}

.footer_top .info_wrapper .info_box img {
    margin: 0 auto;
}

.footer_top .info_wrapper .info_box h3 {
    color: #00b9f0;
    font-size: 17px;
    font-family: sans-serif;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 15px;
}

.footer_top .info_wrapper .info_box p {
    color: #373737;
    font-family: sans-serif;
    font-size: 11px;
}

.footer_top .links .footer_menu {
    padding: 10px 0 0;
    border-top: 1px solid #bebebe;
    margin: 10px 100px 0px;
    list-style: none;
}

.footer_top .links .footer_menu li {
    display: inline-block;
    margin-bottom: 10px;
}

.footer_top .links .footer_menu li a {
    font-size: 14px;
    font-family: sans-serif;
    text-transform: uppercase;
    color: #3a3a3a;
    padding: 0 10px;
    text-decoration: none;
}

.copyright {
    background: #efefef;
    padding: 20px 0px;
}

.copyright p {
    color: #3a3a3a;
    font-size: 16px;
    font-family: sans-serif;
    margin: 0px;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/***************************!FOOTER****************************************/

/***************************!HOME_MAP****************************************/
/***************************MAP****************************************/
.map_wrap {
    /*background: url(../img/single_map.jpg) center center no-repeat;*/
    position: relative;
}

.map_wrap h1 {
    text-align: center;
    position: absolute;
    top: 20px;
    color: #545454;
    /* margin-left: 50%; */
    /* transform:translateX(-50%); */
}

.map_wrap.bela h1 {
    color: #fff;
}

.single_map_img {
    position: relative;
}

/***************************!MAP****************************************/
/***************************Page****************************************/
.head_wrap {
    /*background: url(../img/investments_bg.jpg) center center no-repeat;*/
    position: relative;
    background: black;
}

.head_wrap h1 {
    text-align: center;
    position: absolute;
    color: #fff;
    top: 20%;
    left: 0;
    padding: 0 20px;
    font-weight:bold;
    right: 0;
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'hurme-bold', sans-serif;
}
.head_wrap img{
    width: 100%;
    height: auto;
    opacity: 0.7;
}
.single_map_img {
    position: relative;
}

.page_content {
    padding: 50px 0;
}

.page_img {
    margin: 10px 0;
}

/***************************!Page****************************************/
/***************************SIDEBARS****************************************/

.sidebar_wrap {
    width: 100%;
}

.sidebar_invest {
    text-align: center;

}
/* #uspesne-p .r */
.style-d .sidebar_investments
{
    background: #fff;
    padding: 0px !important;
    text-align: left;
    margin-bottom: 30px;
}
.sidebar_investments {
    background: #ddd;
    padding: 20px;
    /* background: #fff;
    padding: 0px; */
    text-align: left;
    margin-bottom: 30px;
}

.why_invest_post {
    margin-bottom: 20px;
}
.why_invest_post:last-child{
    margin-bottom: 0px;
}

.sidebar_investments h3 {
    color: #5c5c5c;
    margin-top: 5px;
}

.sidebar_wrap {
    background: white;
    padding: 15px 0;
    float: left;
}

.sidebar_wrap.active_bar {
    background: #1678a7;
    color: #fff;
}

.style-d .sidebar_wrap:hover {
    background: transparent !important;
    color: initial !important;
}
.sidebar_wrap:hover {
    background: #1678a7;
    color: #fff;
}

.sidebar_img {
    width: 62px;
    height: 62px;
    float: left;
    margin-right: 15px;
}

.investments_debar_img {
    width: 62px;
    height: auto;
}

.sidebar_text h4 {
    margin: 0px;
    margin-bottom: 0px;
    font-size: inherit;
    font-weight: bold;
    display: flex;
    
}
.style-d .sidebar_text h4{
    margin-top: 9px;
}
.sidebar_text p {
    margin: 0px;
    line-height: initial;
}

/***************************!SIDEBARS****************************************/
/***************************investments_chart****************************************/
.investments_chart {
    width: 100%;
    padding: 25px 0;
    background: #e8e8e8;
}

.investments_chart p {
    font-size: 1.2em;
    line-height: 1.8em;
}

/***************************!investments_chart****************************************/
/***************************NEWS****************************************/
.single_news_wrap .standard_sidebar{
    padding: 25px;
    /* background: #dddddd; */
    background: #fff;
}
.single_news_wrap .standard_sidebar .item_box{
    padding: 10px;
    background: white;
    margin-bottom: 10px;
    transition: all .6s ease;
}
.single_news_wrap .standard_sidebar .item_box:hover{
    transform: scale(1.03);
}

.single_news_wrap .standard_sidebar .item_box:last-child{
    margin-bottom: 0px;
}
.single_news_wrap .standard_sidebar .item_box .slika{
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    height: 100px;
    margin-right: 2%;

    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.single_news_wrap .standard_sidebar .item_box .info{
    width: 61%;
    display: inline-block;
    vertical-align: middle;
}
.single_news_wrap .standard_sidebar .item_box .info h3{
    font-size: 14px;
    margin-top: 5px;
    font-family: sans-serif;
}
.single_news_wrap .standard_sidebar .item_box .info h3 a{
    /* color: #00b9f0;
    text-decoration: none; */
    color: #77787b;
    font-size: 17px;
    font-weight: bold;
}
.single_news_wrap .standard_sidebar .item_box .info .date{
    font-size: 12px;
    /* color: #535353; */
    color: #00abe5;
    font-family: sans-serif;
    margin-bottom: 5px;
}
/* .single_news_wrap .standard_sidebar .item_box .info .date::before{
    content: url('../img/time-icons.png');
} */
.news_wrap {
    padding: 40px 0;
}

.news_wrap .box_image {
    width: 100%;
    height: 350px;
    transition: all .6s ease;
}
.news_wrap .box_image_event{
    width: 100%;
    height: 350px;
    transition: all .6s ease;
    background-size: cover;
    background-repeat: no-repeat;
}
.news_wrap .box_image:hover, .news_wrap .box_image_event:hover{
    transform: scale(1.1);
}
.news_wrap .item_box {
    margin-bottom: 30px;
}
.news_wrap .box_news_events .box_content{
    min-height: 330px;
}
.news_wrap .box_content {
    /* position: relative;
   background: white;
    text-align: center;
    padding: 30px; */
    position: relative;
    /* background: white;
    background: #2b4f76; */
    /* text-align: center; */
    /* padding: 30px; */
    /* padding-top: 15px; */
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    top: -40px;
    width: 90%;
    margin-left: 10%;
    min-height: 205px;
    max-height: 220px;
    /* background: url(../img/story_text_bg.png); */
    background: url(../img/story_text_bg_new.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.news_wrap .box_content h3{
    margin: 0px;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: bold;
    line-height: 20px;
    font-family: sans-serif;
    /* color: #606060; */
    color: #fff;
    text-align:left;
    /* min-height: 100px; */
    min-height: 50px;
    max-height: 100px;
}
.news_wrap .box_content hr{
    margin: 15px 0;
    border-top: 2px solid #00abe5;
    width: 50%;
}
.news_wrap .box_content img{
    position: absolute;
    bottom: -3px;
    left: -2px;
    z-index: -1;
}
.pt-news{
    position: relative;
    top: 6px;
}

.news_content {
    /* margin: 30px 0 50px; */
       /* background: #255c94; */
       background-image: url('../img/bg-cover.jpg');
       min-height: 700px;
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center center;
       /* position: absolute;
       top: 0px; */
       padding-top: 30px;
       padding-bottom: 30px;
}

.news_content h1 {
    color: #303030;
    font-size: 40px;
    font-family: sans-serif;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.news_content h1 a{
     color: #fff;
     text-decoration: none;
}

.news_content .news_left .news_box {
    padding: 30px 30px 39px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: top center;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.news_content .news_left .news_box h2 {
    font-size: 31px;
    font-family: sans-serif;
    color: #fff;
    font-weight: bold;
    height: 110px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 210px;
    background: rgba(37, 92, 148,0.5);
    padding: 5px;
}

.news_content .news_right .image {
    min-height: 205px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.news_content .news_right .news_box {
    background: #fff;
    width: 100%;
    margin-bottom: 20px;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.news_content .news_left .news_box:hover, .news_content .news_right .news_box:hover {
    transform: scale(1.03);
}

.news_content .news_right .text {
    padding: 20px;
}

.news_content .news_right .text h3 {
    font-family: sans-serif;
    color: #373737;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
    line-height: 23px;
}

.news_content .news_right .text .line {
    margin: 10px 0;
    border-top: 1px solid #00b9f0;
    width: 30%;
}

.news_content .news_right .text p {
    color: #a2a2a2;
    font-size: 13px;
    font-family: sans-serif;
    margin-top: 20px;
}

/***************************!NEWS****************************************/
/***************************SECTORS****************************************/
.sectors_wrap_page {
    background: url(../img/sectors_bg.jpg) center center no-repeat;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding-top: 80px;
}

.bgAero {
    background: url(../img/sector_bg/IMG_9701.jpg) center center no-repeat;
}

.bgCar {
    background: url(../img/sector_bg/car.jpg) center center no-repeat;
}

.bgComp {
    background: url(../img/sector_bg/comp.jpg) center center no-repeat;
}

.bgAgriculture {
    background: url(../img/sector_bg/Bread_and_grains.jpg) center center no-repeat;
}

.bgMachine {
    background: url(../img/sector_bg/machine.jpg) center center no-repeat;
}

.bgForest {
    background: url(../img/sector_bg/swiss-wood-logs-1.jpg) center center no-repeat;
}

.bgTextile {
    background: url(../img/sector_bg/textiles-polyster.jpg) center center no-repeat;
}

.sectors_page_content {
    background: rgba(255, 255, 255, 0.85);
    padding: 25px;
}

.sectors_page_text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sectors_page_text li {
    padding-left: 1em;
    text-indent: -.7em;
}

.sectors_page_text.silver h1 {
    border-bottom: 1px solid #50606F;
    text-transform: uppercase;
    font-size: 2.2em;
}

.sectors_page_text.silver h3 {
    color: #50606F;
    font-weight: bold;
}

.sectors_page_text.silver li:before {
    content: "• ";
    color: #50606F;
}

.sectors_page_text.red h1 {
    border-bottom: 1px solid #ec1c24;
    text-transform: uppercase;
    font-size: 2.2em;
}

.sectors_page_text.red h3 {
    color: #ec1c24;
    font-weight: bold;
}

.sectors_page_text.red li:before {
    content: "• ";
    color: #ec1c24;
}

.sectors_page_text.purple h1 {
    border-bottom: 1px solid #7B1264;
    text-transform: uppercase;
    font-size: 2.2em;
}

.sectors_page_text.purple h3 {
    color: #7B1264;
    font-weight: bold;
}

.sectors_page_text.purple li:before {
    content: "• ";
    color: #7B1264;
}

.sectors_page_text.grey h1 {
    border-bottom: 1px solid #51606E;
    text-transform: uppercase;
    font-size: 2.2em;
}

.sectors_page_text.grey h3 {
    color: #51606E;
    font-weight: bold;
}

.sectors_page_text.grey li:before {
    content: "• ";
    color: #51606E;
}

.sectors_page_text.blue h1 {
    border-bottom: 1px solid #0098db;
    text-transform: uppercase;
    font-size: 2.2em;
}

.sectors_page_text.blue h3 {
    color: #0098db;
    font-weight: bold;
}

.sectors_page_text.blue li:before {
    content: "• ";
    color: #0098db;
}

.sectors_page_text.yellow h1 {
    border-bottom: 1px solid #F9A51A;
    text-transform: uppercase;
    font-size: 2.2em;
}

.sectors_page_text.yellow h3 {
    color: #F9A51A;
    font-weight: bold;
}

.sectors_page_text.yellow li:before {
    content: "• ";
    color: #F9A51A;
}

.sectors_page_text.brown h1 {
    border-bottom: 1px solid #975900;
    text-transform: uppercase;
    font-size: 2.2em;
}

.sectors_page_text.brown h3 {
    color: #975900;
    font-weight: bold;
}

.sectors_page_text.brown li:before {
    content: "• ";
    color: #975900;
}

.sectors_page_text.black h1 {
    border-bottom: 1px solid #252525;
    text-transform: uppercase;
    font-size: 2.2em;
}

.sectors_page_text.black h3 {
    color: #252525;
    font-weight: bold;
}

.sectors_page_text.black li:before {
    content: "• ";
    color: #252525;
}

.sectors_sidebar {
    list-style: none;
}

ul.sectors_sidebar {
    padding: 20px;
}

.sectors_sidebar li img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sectors_sidebar li:hover img {
    -webkit-transform: translate(25px, 0px);
    -moz-transform: translate(25px, 0px);
    -o-transform: translate(25px, 0px);
    -ms-transform: translate(25px, 0px);
    transform: translate(25px, 0px);
}

.sector_active {
    -webkit-transform: translate(25px, 0px);
    -moz-transform: translate(25px, 0px);
    -o-transform: translate(25px, 0px);
    -ms-transform: translate(25px, 0px);
    transform: translate(25px, 0px);
}

/***************************!SECTORS****************************************/
.quote {
    font-size: 18px;
    text-align: center;
    margin: 55px 0;
}

.quote_icon {
    font-size: 150px;
    margin-bottom: -110px;
    margin-top: -45px;
}

.quote p:first-of-type {
    font-weight: bold;
    font-style: italic;
}

.single_description {
    text-align: center;
    padding: 35px;
    background: rgba(245, 245, 245, 1);
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(222, 222, 222, 1) 67%, rgba(222, 222, 222, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 245, 245, 1)), color-stop(67%, rgba(222, 222, 222, 1)), color-stop(100%, rgba(222, 222, 222, 1)));
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(222, 222, 222, 1) 67%, rgba(222, 222, 222, 1) 100%);
    background: -o-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(222, 222, 222, 1) 67%, rgba(222, 222, 222, 1) 100%);
    background: -ms-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(222, 222, 222, 1) 67%, rgba(222, 222, 222, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(222, 222, 222, 1) 67%, rgba(222, 222, 222, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dedede', GradientType=0);
}

.single_description p {
    text-align: center;
}

.single_description a.single_description_link {
    padding: 15px 30px;
    margin-top: 20px;
    display: inline-block;
}
.page_content .open_calls_wrapper{
    background: #fff;
    padding: 20px;
}
.search_wrapper{
    background: #fff;
    min-height:500px;
    padding: 50px 20px 20px;

}
.search_wrapper .time{
    float: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-top: 5px;
    color: #29B6AE;
}
.search_wrapper h2{
    margin: 10px 0;
}
.search_wrapper h2 a{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    max-width: 85%;
}
/*************************SINGLE_BOXOVI********************/
.two_box_wrap {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.page_box_text {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items:: center;
    text-align: center;
    padding: 50px;
}

.order1, .order2 {
    width: 50%;
}

.order1 {
    order: 1;
    -webkit-order: 1;
    display: flex;
    display: -webkit-flex;
}

.order2 {
    order: 2;
    -webkit-order: 2;
    display: flex;
    display: -webkit-flex;
}

.page_box_text_inner {
    width: 100%;
}

.page_box_img {
    overflow: hidden;
}

.page_box_img img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.single_line {
    display: inline-block;
}

.single_more_btn {
    padding: 12px 30px;
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
}

/*************************!SINGLE_BOXOVI********************/

.home_stories_wrap {
    text-align: center;
    background: #efefef;
    padding: 50px 11% 210px;
}

.home_stories_wrap h2 {
    font-family: sans-serif;
    font-size: 40px;
    color: white;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
}

.home_stories_wrap h2 a{
     color: white;
     text-decoration: none;
     cursor: pointer;
}

.home_stories_wrap a {
    text-decoration: none;
}

.home_stories_wrap #story-slider, .home_stories_wrap .lSSlideWrapper, .home_stories_wrap .lSSlideOuter {
    overflow: visible;
}

.home_story_date {
    color: #828282;
    text-align: left;
}

.home_stories_wrap .home_story {
    position: relative;
}

.home_stories_wrap .home_story .text_content {
    width: 75%;
    position: absolute;
    right: 15px;
    top: 75%;
    min-height: 230px;
    background: url('../img/story_text_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px;
    text-align: left;

}

.home_stories_wrap .home_story .text_content h4 {
    margin: 0px;
    /* font-size: 24px; */
    font-size: 20px;
    font-family: sans-serif;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home_stories_wrap .home_story .text_content hr {
    margin: 15px 0;
    border-top: 3px solid #29b6ae;
    width: 50%;
}

.home_btn {
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
    font-family: sans-serif;
    color: white;
    font-weight: bold;

    background: #00b9f0;
    padding: 10px 40px 10px 20px;

    background-image: url('../img/arrow_btn.png');
    background-repeat: no-repeat;
    background-position: 87% 50%;

}

.link_btn {
    display: inline;
    font-size: 14px;
    /* text-transform: uppercase;
    font-family: sans-serif; */
    /* color: #00b9f0; */
    /* font-weight: bold; */
    color: #f83434;
    padding: 10px 30px 10px 0px;
    text-decoration: underline;

    /* background-image: url('../img/arrow_btn_blue.png');
    background-repeat: no-repeat;
    background-position: 87% 50%; */
    position: absolute;
    bottom: 20px;

}

.link_btn:hover, .link_btn:active, .link_btn:focus {
    /* color: #00b9f0;
    text-decoration: none; */
    color: rgba(248, 52, 52, 0.7);
}

.home_btn:hover, .home_btn:active, .home_btn:focus {
    color: white;
    text-decoration: none;
}

.home_stories_wrap .home_story .text_content p {
    font-size: 14px;
    color: white;
    font-family: sans-serif;
    line-height: 22px;
    margin-bottom: 20px;
    min-height: 100px;
}

.story_category_img {
    float: right;
    width: 60px;
}


.newsletter_wrap {
    background: #255c94;
    border-top: 1px solid #fff;
}

.newsletter_wrap .newsletter_form, .newsletter_wrap .social {
    padding-top: 45px;
    padding-bottom: 25px;
}

.newsletter_wrap .newsletter_form .desc {
    font-size: 20px;
    color: white;
    margin: 0px;
    font-family: sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    margin-left: 30px;
}

#newsletter_mail {
    width: 80%;
    border: 0px;
    padding-right: 50px;
    padding: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.newsletter_wrap .social {
    text-align: center;
    border-right: 1px solid #4398e4;
}

.newsletter_wrap .social p {
    font-size: 20px;
    color: white;
    margin: 0px;
    font-family: sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.newsletter_wrap .social ul {
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

.newsletter_wrap .social ul li {
    display: inline-block;
    margin-right: 15px;
}

.newsletter_wrap .social ul li img {
    max-width: 100%;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.newsletter_wrap .social ul li img:hover{
    -webkit-transform: rotateZ(90deg); /* Safari */
    transform: rotateY(360deg);
}
.newsletter_wrap .social ul li:last-child {
    margin-right: 0px;
}

#newsletter_btn {
    margin-left: -50px;
    padding: 11px;
    width: 100px;
    background: #D4D4D4;
    color: #2888bb;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

#newsletter_btn:before {
    content: '';
    border: 15px solid transparent;
    border-right-color: #D4D4D4;
    margin-top: 5px;
    border-left: 0;
    position: absolute;
    left: -15px;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    width: 0;
    height: 0;
}

#newsletter_btn:hover #newsletter_btn:hover {
    background: #9A9A9A;
}

.serbia_emblem {
    display: inline-block;
    width: 40px;
}

.validation_error {
    display: none;
}
#accordion_ras{
    margin-bottom: 30px;
}
#accordion_ras .ui-accordion-content{
    height: auto !important;
}
#accordion_ras .ui-accordion-header{
    outline: none;
    border-bottom: 1px solid rgba(27, 178, 232, 1);
    padding: 0 0 5px 30px;
    cursor: pointer;
    font-size: 18px;

    background-image: url('../img/strelica_accordion.png');
    background-repeat: no-repeat;
    background-position: 1% 35%;
}
#accordion_ras .ui-accordion-content{
    padding: 15px;
}
















































/*back to top*/
.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(37, 92, 148, 0.8) url('../img/cd-top-arrow.svg') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #255c94;
    opacity: 1;
}
/*end back to top*/

.database_wrapper .left{
    position: relative;
    background: #fff;
    padding: 30px 0;
    margin: 30px 0px 80px 10px;
}
.database_wrapper .left img{
    position: absolute;
    top: -25px;
    left: -15px;
}
.database_wrapper .left a{
    margin: 0;
    font-size: 19px;
    color: black;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
    font-family: sans-serif;
    padding: 0 40px 8px 0;
    margin-left: 140px;

    background-image: url('../img/arrow_btn_blue.png'),url('../img/blue_line.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: 95% 27%, 0% 100%;
}

.database_wrapper .right{
    position: relative;
    background: #fff;
    padding: 30px 0;
    margin: 30px 0px 80px 10px;
}
.database_wrapper .right img{
    position: absolute;
    top: -25px;
    left: -15px;
}
.database_wrapper .right a{
    margin: 0;
    font-size: 19px;
    color: black;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
    font-family: sans-serif;
    padding: 0 40px 8px 0;
    margin-left: 140px;

    background-image: url('../img/arrow_btn_blue.png'),url('../img/blue_line.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: 95% 27%, 0% 100%;
}
.single_news_wrap .store_title h1{
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 40px;
    font-family: 'hurme-regular';
    border-bottom: 1px solid #c2c2c2;
}


.logos span {
    width: 19.6%;
    display: inline-block;
    float: none;
    min-height: 140px;
    padding: 10px;
}

.logos span img{
    max-width: 100%;
    width: auto!important;
    height: auto!important;
}


.logos span a{
    display: table;
}





























/**********************Querry*********************/
@media only screen and (max-width: 1700px) {
    .home_stories_wrap {
        padding: 50px 7% 210px;
    }

    #myCarousel h1 {
        /* font-size: 45px; */
        font-size: 39px;
        line-height: 60px;
    }

    .under_slider_links ul li {
        width: 140px;
    }

    .under_slider_links ul li p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1500px) {
    .home_stories_wrap .home_story .text_content h4 {
        font-size: 18px;
    }

    .home_stories_wrap .home_story .text_content p {
        font-size: 12px;
        line-height: 19px;
    }

    .home_stories_wrap {
        padding: 50px 3% 210px;
    }

    #myCarousel h1 {
        /* font-size: 45px; */
        /* font-size: 39px;
        line-height: 50px; */
        font-size: 33px;
        line-height: 38px;
    }

    .slider_text p {
        /* font-size: 20px; */
        font-size: 16px;
        line-height: 21px;
    }

    .under_slider_links ul li {
        width: 130px;
    }

    .under_slider_links ul li p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 1200px) {
    .head_wrap h1{
        font-size: 35px !important;
    }
    .database_wrapper .left a, .database_wrapper .right a{
        font-size: 14px;
        background-position: 95% 15%, 0% 100%;
    }
    .database_wrapper .left, .database_wrapper .right{
        padding: 35px 0;
    }
    .search_wrapper h2 a{
        max-width: 80%;
    }
    .news_wrap .box_content{
        padding: 20px;
    }
    .slider .item img {
        max-width: none;
        width: auto !important;
        max-height: 400px;
    }

    /* .under_slider_links {
        margin-top: -70px;
    } */

    #myCarousel h1 {
        font-size: 45px;
        line-height: 30px;
        letter-spacing: normal;
        margin-bottom: 10px;
    }

    .slider_text p {
        font-size: 16px;
        line-height: 20px;
    }

    a.link_full_blue {
        font-size: 15px;
        padding: 10px 35px;
    }

    .home_content .home_content_slider h2 {
        padding: 30px 5px 35px;
        height: 110px;
        font-size: 20px;
    }

    .news_content .news_left .news_box h2 {
        margin-top: 195px;
        height: 85px;
    }

    .news_content .news_right .text h3 {
        font-size: 16px;
        line-height: 19px;
    }

    .news_content .news_right .text p {
        margin-top: 10px;
    }

    .home_stories_wrap .home_story .text_content {
        top: 100%;
        left: 13px;
        right: 15px;
        width: auto;
        padding: 25px;
    }

    .home_stories_wrap .home_story .text_content h4 {
        font-size: 21px;
    }

    .home_stories_wrap .home_story .text_content p {
        line-height: 20px;
    }

    .home_stories_wrap {
        padding: 50px 3% 280px;
        overflow: hidden;
    }

    .newsletter_form .gform_wrapper .gform_body input {
        width: 245px;
    }

    .newsletter_wrap .social p {
        display: none;
    }

    .footer_top .links .footer_menu {
        margin: 10px 70px;
    }

    .home_map .process.first, .home_map .process.fifth {
        margin-left: 87px;
    }

    .home_map .process.second, .home_map .process.sixth {
        margin-left: 500px;
    }

    .home_map .process.third {
        margin-left: 50px;
    }

    .home_map .process.forth {
        margin-left: 540px;
    }

    .header_down .ui-autocomplete-input {
        width: 240px;
    }

    .navbar-default ul.navbar-nav.main_menu li a {
        font-size: 13px;
        margin-right: 10px;
    }

    .header_down .navbar-default ul.navbar-nav.main_menu .submenu_content li:last-child a {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .newsletter_wrap .social{
        border-right: none;
        padding-bottom: 0px;
        padding-top: 25px;
    }
    .newsletter_wrap .newsletter_form{
        padding-top: 20px;
    }
    .head_wrap img{
        width: auto;
        height: 260px;
    }
    .database_wrapper .left{
        text-align: left;
    }
    .database_wrapper .left a{
        margin-left: 140px;
    }
    .news_content .news_right .news_box {
        width: 49%;
        margin: 0px 2% 0 0;
        float: left;
    }
    .news_wrap .box_news_events .box_content{
        min-height: 280px;
    }

    .news_content .news_right .news_box:last-child {
        margin: 0px;
    }

    .news_content .news_left {
        margin-bottom: 20px;
    }

    .news_content .news_left .news_box {
        background-size: 100%;
    }

    .news_content .news_left .news_box {
        margin-right: 0px;
    }

    .footer_top .links .footer_menu {
        margin: 10px 0px;
    }

    .header_up .nav {
        margin: 0px -15px;
    }

    .header_up .navbar-toggle {
        float: none;
        margin: 0px;
        border: none;
        padding: 0px;
    }

    .header_up .mobile_menu_wrapper {
        padding: 0px;
    }

    .header_up .navbar {
        min-height: 0px;
    }

    .header_up #navbar li {
        text-align: center;
        font-family: sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: 1px solid #e9e9e9;
    }

    .header_up #navbar li a {
        color: #494949;
    }

    .header_up .menu_link {
        color: #494949;
        text-transform: uppercase;
        font-size: 14px;
        text-decoration: none;
        font-family: sans-serif;
        line-height: 32px;
    }

    .header_up ul.second_menu li a {
        font-size: 12px;
    }

    .navbar-default ul.navbar-nav.main_menu li a {
        font-size: 12px;
    }

    .header_up ul.second_menu {
        margin: 0px 15px 0 0;
    }

    .header_down .social {
        display: none;
    }

    .header_down .navbar-collapse {
        padding-left: 0px;
    }

    .header_down .container, .header_up .container {
        width: auto;
    }

    .home_map .process.first, .home_map .process.fifth {
        margin-left: -30px;
    }

    .home_map .process.second, .home_map .process.sixth {
        margin-left: 395px;
    }

    .home_map .process.third {
        margin-left: -55px;
    }

    .home_map .process.forth {
        margin-left: 435px;
    }

    .home_map .process.forth .details {
        width: 240px;
    }

    .newsletter_top {
        display: none;
    }

    .search, .search img, .search a {
        margin-top: 1px;
    }

    .search img {
        width: 30px !important;
        height: 30px !important;
    }

    .order1, .order2 {
        width: 100%;
    }

    .two_box_wrap:nth-child(odd) .order1 {
        order: 2;
        -webkit-order: 2;
    }

    .two_box_wrap:nth-child(odd) .order2 {
        order: 1;
        -webkit-order: 1;
    }

    .two_box_wrap {
        display: flex;
        flex-direction: column;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        width: 100%;
        height: auto;
    }

    .navbar-default ul.navbar-nav.main_menu li {
        font-size: 0.8em;
    }

    ul.sectors_sidebar {
        padding: 0;
    }

    .home_content .home_content_slider h2 {
        height: 90px;
        font-size: 16px;
    }

    .home_stories_wrap .home_story .text_content h4 {
        font-size: 15px;
    }

    .home_stories_wrap .home_story .text_content {
        padding: 20px;
    }

    .home_stories_wrap .home_story {
        padding: 10px 10px 0 10px;
    }

    .home_stories_wrap .home_story .text_content {
        left: 8px;
        right: 10px;
    }

    .home_stories_wrap #story_goToPrevSlide {
        display: block;
        position: absolute;
        width: 24px;
        left: 2px;
        height: 42px;
        top: 80%;
        border: none;
        outline: none;
        background: transparent;
        background-image: url('../img/prev_slider_arrow.png');
        background-size: 70%;
        background-repeat: no-repeat;
    }

    .home_stories_wrap #story_goToNextSlide {
        display: block;
        position: absolute;
        width: 24px;
        right: -2px;
        height: 42px;
        top: 80%;
        border: none;
        outline: none;
        background: transparent;
        background-image: url('../img/next_slider_arrow.png');
        background-size: 70%;
        background-repeat: no-repeat;
    }

    .home_content #goToNextSlide {
        right: -20px;
        background-size: 70%;
        background-repeat: no-repeat;
    }

    .home_content #goToPrevSlide {
        left: -10px;
        background-size: 70%;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 768px) {
    .home_four_box{
        display: none;
    }
    .bgAero{
        background-size: cover;
    }
    .sectors_page_text.blue h1{
        font-size: 20px;
        padding-bottom: 10px;
    }
    ul.sectors_sidebar{
        text-align: center;
        margin-bottom: 40px;
    }
    ul.sectors_sidebar li img{
        width: 60px !important;
    }
    .head_wrap h1{
        font-size: 25px !important;
    }
    .sidebar_invest{
        display: none;
    }
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
    .search_page .container{
        padding: 0px;
    }
    .search_wrapper h2 a{
        font-size: 18px;
        max-width: 70%;
    }
    .grid_template .sidebar_grid{
        margin-bottom: 30px;
    }
    .home_stories_wrap .home_story .text_content p {
        min-height: 120px;
    }

    .header_down .navbar-default ul.navbar-nav.main_menu .submenu_content li:last-child a {
        margin-right: 0px;
    }

    .header_down .menu_icon {
        margin-right: 10px;
    }

    .header_down .navbar-default ul.navbar-nav.main_menu li {
        border-bottom: 1px solid #678db4;
        text-align: left;
        padding: 10px 10px 10px 30px;
    }

    .header_down .navbar-default ul.navbar-nav.main_menu li:last-child {
        border-bottom: none;
    }

    .header_down .navbar-default ul.navbar-nav.main_menu li a {
        margin-right: 0px;
    }

    .header_down .navbar-collapse {
        padding: 0px;
        border: none;
        box-shadow: none;
    }

    .bottom_content .dropdown-menu .mega_menu_bg {
        display: none;
    }

    .header_down .navbar-default ul.navbar-nav.main_menu .submenu_content li {
        width: 100%;
        padding: 10px;
        border-left: 1px solid #678db4;
        border-bottom: none;

    }

    .header_down .navbar-default ul.navbar-nav.main_menu .submenu_content li a {
        color: #cecece;
        font-size: 12px;
        background-image: none;
        margin-right: 0px;
        padding-right: 0px;
    }

    .home_content #goToNextSlide {
        right: -15px;
    }

    .home_content #goToPrevSlide {
        left: -5px;
    }

    .home_stories_wrap #story_goToNextSlide, .home_stories_wrap #story_goToPrevSlide {
        top: 90%;
    }

    .news_content h1, .home_stories_wrap h2 {
        font-size: 30px;
    }

    .home_content {
        overflow: hidden;
    }

    header {
        overflow: hidden;
    }

    .under_slider_links ul li {
        width: 110px;
    }

    .under_slider_links ul li p {
        font-size: 12px;
    }

    .slider_text {
        top: 22%;
    }

    #myCarousel h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .slider_text p {
        font-size: 14px;
        line-height: 16px;
    }

    .news_content .news_left .news_box {
        background-size: 100% 100%;
    }

    .newsletter_form {
        text-align: center;
    }

    .newsletter_wrap .newsletter_form .desc {
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
    }

    .navbar-default ul.navbar-nav.main_menu {
        margin-bottom: 10px;
    }

    .header_down .top_content {
        display: none !important;
    }

    .navbar-default {
        height: auto;
    }

    .newsletter_wrap {
        padding-bottom: 20px;
    }

    .home_story_date {
        text-align: center;
    }

    .home_stories_wrap img {
        display: inline-block;
    }

    .home_map .process.first, .home_map .process.third, .home_map .process.second, .home_map .process.forth, .home_map .process.fifth, .home_map .process.sixth {
        margin-left: 0px;
        position: relative;
        width: 100%;
        float: left;
        margin-top: 0px;
        height: 100px;
    }

    .icon-box {
        max-width: 100%;
    }

    .home_map {
        background: none;
        min-height: 300px;
    }

    .icon-box > .details {
        width: 80%;
        padding: 0 15px;
    }

    .icon-box > .icon-wrapper {
        width: 20%;
    }

    ul.second_menu {
        display: none;
    }

    .navbar-default ul.navbar-nav.main_menu li {
        display: block;
        width: 100%;
    }

    /*.navbar-default ul.navbar-nav.main_menu li span{*/
    /*display: inline;*/
    /*}*/
    .navbar-default ul.navbar-nav.main_menu li {
        border: 0;
    }

    .head_wrap img, .map_wrap img {
        display: none;
    }

    .head_wrap h1 {
        text-align: center;
        color: #6D6D6D;
        text-transform: uppercase;
        position: relative;
        font-size: 50px;
    }

    .map_wrap h1 {
        position: relative !important;
        top: 0 !important;
    }

    .page_content {
        padding: 10px 0;
    }

    .box_news {
        min-height: 350px;
    }

    ul.sectors_sidebar li {
        display: inline-block;
    }

    .sectors_sidebar li:hover img {
        -webkit-transform: translate(0px, 25px);
        -moz-transform: translate(0px, 25px);
        -o-transform: translate(0px, 25px);
        -ms-transform: translate(0px, 25px);
        transform: translate(0px, 25px);
    }

    .sector_active {
        -webkit-transform: translate(0px, 25px);
        -moz-transform: translate(0px, 25px);
        -o-transform: translate(0px, 25px);
        -ms-transform: translate(0px, 25px);
        transform: translate(0px, 25px);
    }

    .col-xs-17 {
        padding: 0;
    }

    .seven-cols {
        padding: 15px;
    }


    .process img {
        margin-top: -10px;
    }

    .header_up {
        background: white;
    }

    .logo {
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 190px;
    }

    .logo_srb {
        margin-top: 8px;
        position: absolute;
        max-width: 210px;
    }

    .icon-box {
        display: flex;
    }

    .process.forth.icon-box .details, .process.third.icon-box .icon-wrapper {
        order: 1;
    }

    .process.forth.icon-box .icon-wrapper, .process.third.icon-box .details {
        order: 2;
    }

    .process.third.icon-box .details {
        text-align: left;
    }

    .process.forth.icon-box .details {
        text-align: right;
    }

    .icon-box > .details {
        width: 80% !important;
    }

    .header_down {
        margin-top: 120px;
    }

    .header_up .mobile_menu_wrapper a {
        display: block;
    }

    .header_up .navbar {
        display: block;
    }

    header {
        background: #255c94;
    }

    .header_down .navbar-default ul.navbar-nav.main_menu li a .caret {
        float: right;
        margin-top: 10px;
        margin-right: 10px;
    }

    .main_menu_wrapper {
        padding: 0px;
    }

    .header_down .submenu_content {
        padding: 10px;
    }

.slider video{
    height: 300px!important;
}


}

@media only screen and (max-width: 575px) {
    ul.sectors_sidebar li img{
        width: 35px !important;
    }
    .head_wrap h1{
        font-size: 18px !important;
    }
    .page_content p{
        font-size: 14px !important;
    }
    .database_wrapper .container{
        padding: 0px;
    }
    .database_wrapper .left img, .database_wrapper .right img{
        width: 100px;
    }
    .database_wrapper .left img, .database_wrapper .right img{
        top: -20px;
    }
    .database_wrapper .left a, .database_wrapper .right a{
        font-size: 12px;
        padding: 0 0 8px 0;
        margin-left: 95px;
        background-image: url(../img/blue_line.jpg);
        background-repeat: no-repeat;
        background-position: 0% 100%;
    }
    .database_wrapper .left, .database_wrapper .right{
        margin: 30px 0px 50px 10px;
    }
    .database_wrapper .left, .database_wrapper .right{
        padding: 20px 0;
    }
    .search_page .container{
        padding: 0px;
    }
    .search_wrapper h2 a{
        font-size: 16px;
        max-width: 88%;
    }
    .search_wrapper .time{
        display: none;
    }
    .news_wrap .box_news_events .box_content{
        min-height: auto;
    }
    .news_wrap .item_box, .inner_wrapper .inner_grid .item_box{
        width: 100%;
    }
    .home_stories_wrap .home_story .text_content p {
        min-height: auto;
    }

    .header_up .header_up_right {
        padding: 0px;
    }

    .home_stories_wrap #story_goToPrevSlide {
        left: 6px;
    }

    a.link_full_blue {
        padding: 8px 30px;
        font-size: 12px;
    }

    .slider_text {
        width: 70%;
    }

    #myCarousel h1 {
        font-size: 23px;
        line-height: 23px;
    }

    /* .under_slider_links {
        display: none;
    } */

    .slider .item img {
        max-height: 300px;
    }
    .slider .item a img {
        max-height: 300px !important;
    }

    .main_menu_wrapper {
        width: 100%;
    }

    .header_down {
        margin-top: 120px;
    }

    .logo {
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 190px;
    }

    .news_content .news_left .news_box h2 {
        margin-top: 150px;
        font-size: 26px;
    }

    .news_content .news_right .image {
        min-height: 150px;
        background-size: 100% auto;
    }

    .news_content .news_right .text h3 {
        font-size: 14px;
        text-transform: uppercase;
    }

    .news_content .news_right .text {
        padding: 10px;
    }

    .link_btn {
        font-size: 12px;
    }

}

@media only screen and (max-width: 440px) {
    .news_content .news_right .news_box{
        min-height: 370px;
    }

    .footer_top .links .footer_menu {
        padding: 20px 0 0;
    }

    .footer_top .links .footer_menu li {
        width: 100%;
    }

    .footer_top .links .footer_menu li:last-child {
        margin-bottom: 0px;
    }

    .footer_top .links .footer_menu li a {
        font-size: 12px;
    }

    .footer_top .desc {
        font-size: 13px;
        line-height: 22px;
    }

    .footer_top .title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .news_content h1, .home_stories_wrap h2 {
        font-size: 24px;
    }

    .home_content .home_content_slider {
        padding-bottom: 0px;
    }

    .home_content .home_content_slider .home_btn {
        display: none;
    }

    .home_content .home_content_slider h2 {
        height: 100px;
        padding: 30px 5px 20px;
    }

    .slider_text p {
        font-size: 12px;
        line-height: 14px;
    }

    #myCarousel h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .news_content .news_right .image {
        min-height: 100px;
    }

    .footer_top .info_wrapper .info_box {
        min-width: 140px;
    }

    .sector img {
        margin: 0 !important;
    }

    .page_box_text {
        padding: 15px;
    }

    #newsletter_btn {
        width: 85px;
    }

    .sidebar_wrap .col-xs-3, .sidebar_wrap .col-xs-9 {
        width: 100%;
        text-align: center;
    }

    .sidebar_wrap .col-xs-3 img {
        display: inline-block;
        margin-bottom: 10px;
    }


    .header_up .language_flag {
        display: none;
    }

    .news_content .news_left .news_box {
        background-size: auto 100%;
    }
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: WHITE;
    margin-left: 5px;
    height: 27px;
    width: 22px;
    padding-top: 4px;
}

.gform_wrapper .top_label .gfield_error {
    width: 92% !important;
}

#gform_submit_button_3 {
    background-color: #087dbf;
    BORDER: none;
    color: white;
    padding: 9px 20px;
    text-transform: uppercase;
}

#gform_submit_button_3:hover {
    background-color: #0E75AF;
}

.page_box_text_inner p {
    font-weight: normal !important;
    font-size: 1.4em;
}

.page_content p {
    font-size: 1.1em;
}

.slider .item {
    background-color: black;
}

.slider .item img {
    /* opacity: 0.7; */
    width: 100%;
}

.map_wrap h1.whytinvest_head {
    text-align: center;
    position: absolute;
    top: 20px;
    color: #038bd0;
    width: 100%;
    background: rgba(255, 255, 255, 0.6)
}

.map_wrap h1.sme_development_head {
    text-align: center;
    position: absolute;
    top: 20px;
    color: #EBECEE;
    width: 100%;
    background: rgba(45, 99, 153, 0.8);
}

.map_wrap h1.export_promotion_head {

}

.map_wrap h1.glance_head {
    text-align: center;
    position: absolute;
    top: 20px;
    color: #EBECEE;
    width: 100%;
    background: rgba(97, 110, 51, 0.3);
}

.map_wrap h1.export_promotion_head {
    text-align: center;
    position: absolute;
    top: 20px;
    width: 100%;
    background: rgba(236, 235, 240, 0.7);
    color: #007fad;
}

.live_in_serbia.nav > li > a {
    padding: 10px 10px !important;
}

.page_content h2, .search_wrapper h2 {
    font-size: 20px;
    text-decoration: none;
    color: rgba(27, 178, 232, 1);
    font-weight: bold;
}
.post_default_wrapper{
    /*background: #fff;*/
    background: linear-gradient(#fff, #ebebeb);
    padding: 60px 20px 20px;
}
.default_page_wrapper{
    padding: 60px 20px 20px;
}
/*.page_content p, .inner_wrapper p {*/
    /*text-align: justify;*/
/*}*/
.inner_wrapper .inner_grid{
    padding: 40px 0;
}
.inner_wrapper .inner_grid .item_box{
    text-align: center;
    margin-bottom: 30px;
}
.inner_wrapper .inner_grid .item_box a{
    text-decoration: none;
    color: #616161;
    font-size: 16px;
    font-family: sans-serif;
    margin-top: 13px;
    display: block;
    min-height: 88px;

}
.inner_wrapper .inner_grid .image_wrapper, .news_wrap .image_wrapper{
    overflow: hidden;
}
.inner_wrapper .inner_grid .box_image {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.6s ease;
}
.inner_wrapper .inner_grid .box_image:hover{
    transform: scale(1.1);
}
.kartice > li.active > a, .kartice > li.active > a:focus, .kartice > li.active > a:hover {
    border: 2px solid #C3C3C3;
    border-bottom-color: transparent;
}

.kartice {
    border-bottom: 2px solid #C3C3C3;
}

.kartice > li {
    float: left;
    margin-bottom: -2px;
}

.icl_lang_sel_native {
    display: none !important;
}

.map_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

textarea:focus, input:focus {
    outline: none;
}
.alert-danger, .alert-success{
    margin-top: 60px !important;
}
.alert-danger li {
    list-style: none;
}

.sidebar-fixed {
    width: 73px;
    position: fixed;
    right: 0;
    top: 30%;
}

.sidebar-content {
    width: 333px;
    height: 73px;
    position: absolute;
    right: 0;
    z-index: 99998;
    background: #093f59;
    background: -moz-linear-gradient(-45deg, #255c94 0%, #00b9f0 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #255c94), color-stop(100%, #00b9f0));
    background: -webkit-linear-gradient(-45deg, #255c94 0%, #00b9f0 100%);
    background: -o-linear-gradient(-45deg, #255c94 0%, #00b9f0 100%);
    background: -ms-linear-gradient(-45deg, #255c94 0%, #00b9f0 100%);
    background: linear-gradient(135deg, #255c94 0%, #00b9f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#093f59', endColorstr='#146e9a', GradientType=1);
}

.sidebar-content:first-child {
    z-index: 99999;
}

.sidebar-box {
    width: 333px;
    height: 73px;
    position: absolute;
    z-index: 99998;
}

.sidebar-book {
    top: 0;
}

.sidebar-download {
    /*top: 83px;*/
    top: 0px;
}

.sidebar-contacts {
    /*top: 166px;*/
    top: 83px;
}

.sidebar-btn {
    width: 73px;
    height: 73px;
    position: absolute;
    z-index: 999999;
    cursor: pointer;
}

.sidebar-btn img {
    height: 100%;
    width: 100%;
}

.sidebar-content-holder {
    margin-left: 73px;
    width: 333px;
    height: 73px;
    padding: 8px;
}

.sidebar-content-holder img {
    float: left;
    height: 100%;
}

.sidebar-content-holder h4 {
    float: left;
    margin: 7px;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.sidebar-content-holder h5 {
    float: left;
    margin: 0 7px;
    padding: 0;
    color: #c8c8c8;
    font-weight: bold;
}

.sidebar-download-link {
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    float: left;
}

.sidebar-download-link:hover, .sidebar-download-link:active, .sidebar-download-link:visited {
    color: #cccccc;
}

.sidebar-content-holder h5 a {
    color: #f0ad4e;
}

.our-organization-left {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#152734+0,11628b+100 */
    background: #152734; /* Old browsers */
    background: -moz-linear-gradient(left, #152734 0%, #11628b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #152734 0%, #11628b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #152734 0%, #11628b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#152734', endColorstr='#11628b', GradientType=0); /* IE6-9 */
    min-height: 500px;
    padding-top: 80px;
}

.our-organization-content .row {
    margin: 0;
    padding: 0;
}

#accordion_content {
    /*padding: 20px 10px;*/
    /*overflow-y: scroll;*/
}

#accordion_content ul {
    float: left;
    position: relative;
    list-style: none;
    padding-left: 0;
    width: 100%;
}

#accordion_content ul li {
    width: 50%;
    display: inline-block;
    float: left;
}
.news_single{
    background: white;
    padding: 30px;
}
.news_single iframe{
    width: 100%;
    height: 380px;
}
.news_single .contact_info h3 {
    margin-bottom: 10px;
}

.news_single .contact_info p {
    margin-bottom: 5px;
}

.news_single .contact_info p a {
    margin-left: 10px;
    color: #000;
    font-family: sans-serif;
}

.sidebar_invest .contact_info {
    margin-bottom: 20px;
    background: #fff;
    clear: both;
}

.sidebar_invest .contact_info h3 {
    margin: 0px;
    background-image: url('../img/informacije_box.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #214d82;
    font-size: 20px;
    font-family: 'gotham_mediumregular';
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px 0 15px;
    margin-bottom: 5px;
}
.sidebar_invest .contact_info .contact_box{
    padding: 20px 0 20px;
    border-bottom: 1px solid #e4e4e4;
    margin: 0 25px;
    text-align: left;
}
.sidebar_invest .contact_info .contact_box img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.sidebar_invest .contact_info .contact_box a{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #214d82;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-family: 'gotham_mediumregular';
}
.sidebar_invest .contact_info p{
    color: #919191;
    max-width: 250px;
    font-size: 16px;
    font-family: 'gotham-book';
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
}
.sidebar_invest .contact_info a{
    color: #214d82;
    font-size: 16px;
    font-family: 'gotham_mediumregular';
}
.arhivirani_box {
    margin-top: 30px;
    margin-bottom: 20px;
    background: #DDDDDD;
    padding: 10px 0;

}

.arhivirani_box h3 {
    color: #337ab7;
    font-family: inherit;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.arhivirani_box .content {
    display: none;
    text-align: left;
    padding: 0 20px;
}

.arhivirani_box .content .arhived_item {
    background: white;
    margin-bottom: 20px;
}

.arhivirani_box .content .arhived_item h4 {
    margin: 0px;
    margin-bottom: 5px;
    font-size: inherit;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
}

.arhivirani_box .content .arhived_item h4 a {
    text-decoration: none;
}

.arhivirani_box .content .arhived_item:hover {
    background: #1678a7;
}

.arhivirani_box .content .arhived_item:hover a {
    color: white;
}

.sidebar_investments .kreiraj_zivot_tab {
    background: url('../img/kreiraj_tab.png');
    padding-top: 37px;
    background-position: top left;
    background-repeat: no-repeat;
}

.landing_page_kreiraj_zivot .feature_img img {
    width: 100%;
    height: auto;
}

.landing_page_kreiraj_zivot .meni {
    text-align: center;
}

.landing_page_kreiraj_zivot .meni ul {
    list-style: none;
    display: inline-block;
    padding: 0px;
}

.landing_page_kreiraj_zivot .meni ul li {
    float: left;
    width: 197px;
    height: 60px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.landing_page_kreiraj_zivot .meni ul li a {
    margin: 0px;
    text-align: center;
    display: block;
    padding-left: 10px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 7px;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
}

.landing_page_kreiraj_zivot .meni ul .plava {
    background-image: url('../img/tabovi/plavi.png');
}

.landing_page_kreiraj_zivot .meni ul .plava:hover a {
    color: #00B9F0;
}

.landing_page_kreiraj_zivot .meni ul .zelena {
    background-image: url('../img/tabovi/zelena.png');
}

.landing_page_kreiraj_zivot .meni ul .zelena:hover a {
    color: #26BDB1;
}

.landing_page_kreiraj_zivot .meni ul .roza {
    background-image: url('../img/tabovi/roze.png');
}

.landing_page_kreiraj_zivot .meni ul .roza:hover a {
    color: #C51683;
}

.landing_page_kreiraj_zivot .meni ul .svetlo_zelena {
    background-image: url('../img/tabovi/svetlo_zelena.png');
}

.landing_page_kreiraj_zivot .meni ul .svetlo_zelena:hover a {
    color: #9CCC52;
}

.landing_page_kreiraj_zivot .meni ul .narandzasta {
    background-image: url('../img/tabovi/narandzasta.png');
}

.landing_page_kreiraj_zivot .meni ul .narandzasta:hover a {
    color: #F47F32;
}

.landing_page_kreiraj_zivot .meni ul .ljubicasta {
    background-image: url('../img/tabovi/ljubicasta.png');
}

.landing_page_kreiraj_zivot .meni ul .ljubicasta:hover a {
    color: #A3A9D5;
}

.landing_page_kreiraj_zivot .meni ul .crvena {
    background-image: url('../img/tabovi/crvena.png');
}

.landing_page_kreiraj_zivot .meni ul .crvena:hover a {
    color: #E9263C;
}

.landing_page_kreiraj_zivot .sadrzaj {
    margin: 20px 0 30px;
}

.landing_page_kreiraj_zivot .sadrzaj .content img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.landing_page_kreiraj_zivot .sadrzaj .content {
    display: none;
}

.landing_page_kreiraj_zivot .sadrzaj .content a {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.landing_page_kreiraj_zivot .sadrzaj .show {
    display: block;
}

.landing_page_kreiraj_zivot .sadrzaj .info_img {
    margin-top: 50px;
    text-align: center;
}

.landing_page_kreiraj_zivot .sadrzaj .info_img img {
    margin: 0 auto;
}

.landing_page_kreiraj_zivot .info {
    text-align: center;
    background: #f6f6f6;
    padding: 30px 0px;
}

.landing_page_kreiraj_zivot .info .info_box {
    display: inline-block;
    min-width: 200px;
}

.landing_page_kreiraj_zivot .info .info_box p {
    margin-top: 10px;
}

.landing_page_kreiraj_zivot .info .info_box p a {
    color: black;
    text-decoration: none;
    font-size: 18px;
}

.landing_page_kreiraj_zivot .info .contact_info_link {
    font-size: 16px;
    color: black;
    font-family: sans-serif;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 0px;
}

.landing_page_kreiraj_zivot .info .contact_info_link a {
    font-size: 16px;
    color: black;
    font-weight: bold;
}
.custom_gallery{
    text-align: center;
    margin-top: 30px;
    /* background: #ebebeb; */
    padding: 30px 0 25px;
}
.custom_gallery a{
    width: 150px;
    display: inline-block;
    margin-bottom: 5px;
}
.custom_gallery a img{
    max-width: 100%;
    width: 100% !important;
    /* height: auto; */
    
    min-height: 180px !important;
    max-height: 180px !important;

}
.customVucic a.example-image-link {
    height: 200px !important;
    width: 100% !important;
}
.customVucic a.example-image-link img {
    height: 100% !important;
    width: 100% !important;
    min-height: initial !important;
    max-height: initial !important;
    object-fit: cover;
}
@media (min-width: 480px) {
    .customVucic a.example-image-link {
        height: 266px !important;
        width: 366px !important;
    }
}
.home_stories_wrap .home_story .text_content span.datum_new {
    font-size: 16px;
    font-family: sans-serif;
    margin-bottom: 20px;
    /* color: #535353; */
    color: #00abe5;
    font-weight: normal;
}
.page_content .content_wrapper{
    background: white;
    padding: 20px;
}
.page_content .content_wrapper .image_box{
    text-align: center;
}
.contact_wrapper{
    background: #fff;
    padding: 20px;
}
.contact_wrapper .info_wrapper{
    margin: 10px 0;
}
.contact_wrapper .info_wrapper .info_box{
    text-align: center;
    padding: 45px 0 0;
    min-height: 181px;

    background-image: url('../img/info_border.png');
    background-repeat: no-repeat;
    background-position: center right;

}
.contact_wrapper .info_wrapper .info_box:last-child{
    background-image: none;
}
.contact_wrapper .info_wrapper .info_box img{
    margin: 0 auto;
}
.contact_wrapper .info_wrapper .info_box p{
    font-family: 'gotham-book';
    margin-top: 15px;
    font-size: 14px;
    color: #595959;
    text-align: center;
}
.contact_wrapper .info_wrapper .info_box p a{
    text-decoration: none;
    color: #595959;
}
.contact_wrapper .form_title{
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    color: #1d2738;
    font-weight: bold;
    /* font-family: 'hurme-regular'; */
}
.contact_wrapper .gform_wrapper ul li.gfield{
    clear: none;
    margin-bottom: 20px;
    list-style: none;

}
.contact_wrapper .gform_wrapper textarea.medium{
    border: 1px solid #b9b9b9;
    padding: 10px;
}
.contact_wrapper .gform_wrapper ul{
    padding: 0px;
}
.contact_wrapper .gform_wrapper ul li input, .contact_wrapper .gform_wrapper ul li select{
    min-height: 44px;
    border: 1px solid #b9b9b9;
    padding: 0 10px;
}
.contact_wrapper .gform_wrapper .top_label input.large, .contact_wrapper .gform_wrapper textarea.medium, .contact_wrapper .gform_wrapper .top_label select.large{
    width: 100%;
}
.contact_wrapper .contact_btn{
    border: none;
    background: #00b9f0;
    text-align: center;
    width: 140px;
    color: #fff;

    padding: 5px 0 4px;
    font-size: 18px;
    font-family: sans-serif;
    text-transform: uppercase;
}
.zatvoreni-programi-konkursi .arhivirani_box, .zatvoreni-pozivi-konkursi .arhivirani_box, .closed-programs .arhivirani_box{
    display: none;
}



.gform_footer{
    clear: both;
}

.b2b{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.girdLeftSubMenu:after {
    display: table;
    content: '';
    clear: both;
}


h5.blue{
	    color: #1477a7;
}


.contact_left ul{
	list-style: none;
	float: left;
	width: 50%;
}

.contact_left ul li::marker{
	display: none;
}

.contact_left{
	float: left;
	width: 100%;
	clear: both;
}


@media (min-width: 1500px) and (max-width: 1700px) {
    .landing_page_kreiraj_zivot .meni ul li {
        width: 170px;
        height: 50px;
    }

    .landing_page_kreiraj_zivot .meni ul li a {
        font-size: 12px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .landing_page_kreiraj_zivot .meni ul li {
        width: 170px;
        height: 50px;
    }

    .landing_page_kreiraj_zivot .meni ul li a {
        font-size: 12px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .landing_page_kreiraj_zivot .meni ul li {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .landing_page_kreiraj_zivot .meni ul li {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }
    .single_news_wrap .standard_sidebar .item_box .slika{
        height: 80px;
    }
    .contact_wrapper .info_wrapper .info_box{
        background-image: none;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .contact_wrapper .info_wrapper .info_box{
        background-image: none;
    }
    .landing_page_kreiraj_zivot .meni ul li {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }
    .single_news_wrap .standard_sidebar{
        margin-bottom: 30px;
    }
    .single_news_wrap{
        padding: 30px 0 60px 0 !important;
    }
    .single_news_wrap .standard_sidebar{
        display: none;
    }


.contact_left ul{
	width: 100%;
}

}

@media (max-width: 600px) {
    #accordion_content ul li {
        width: 100% !important;
    }
}

/*********************** end max width 768px */

@media only screen and (max-width: 570px) {

}

@media only screen and (max-width: 480px) {

}

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


























