/*
DS
Author: ComIT
V: 1.03;
font-family: 'Open Sans', sans-serif;
font-family: 'Spectral', serif;
*/

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
} 


html, body {
    font-family: 'Spectral', serif;
    width: 100%;
    font-size: 14px;
    color: #393939;
}

a:focus {
    color: #393939;
}

a:hover, a:focus {
    text-decoration: none;
}

hr {
    border-top: 1px solid #ccc;
}

.dropdown-menu > li > a {
    font-family: 'Open Sans', sans-serif;
}


.wrapper {
    width: 100%;
}

.footer-holder {
    width: 100%;
    background-color: #393939;
}

.no-row-margin {
    margin-left: 0;
    margin-right: 0;
}

.ds-blue-color {
    color: #0152b4;
}

.ds-blue-bck {
    background-color: #0152b4;
}

.light-blue-bck {
    background-color: #006aec;
}


.ds-yellow {
    color: #ffdf01;
}

.ds-yellow-bck {
    background-color: #ffdf01;
}

.ds-yellow-bck .arrow-right {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
}

.ds-yellow-bck div {
    margin-bottom: -20px;
}

.program-button .ds-yellow-bck p {
    color: #393939;
}

.blue-frame {
    width: 100%;
    border-top: 25px solid #0152b4;
    border-left: 25px solid #0152b4;
    border-right: 25px solid #0152b4;
    padding-bottom: 100px;
}

.blue-frame > .container-fluid {
    padding: 0;
}

.blue-frame-short {
    width: 100%;
    border-top: 25px solid #0152b4;
    border-left: 25px solid #0152b4;
    border-right: 25px solid #0152b4;
    border-bottom: 25px solid #0152b4;
}

.blue-frame-short > .container-fluid {
    padding: 0;
}

.boxshadow {
  -webkit-box-shadow: 0 2px 5px 1px rgba(191, 189, 189, 0.5);
  -moz-box-shadow: 0 2px 5px 1px rgba(191, 189, 189, 0.5);
  box-shadow: 0 2px 5px 1px rgba(191, 189, 189, 0.5);
}

.boxshadow2 {
  -webkit-box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.25);
}

.boxshadow3 {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.70);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.70);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.70);
}

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

.search-box {
    display: none;
}

.search-box {
    position: fixed;
    width: 100%;
    height: 100%;
    border: 15px solid #0152b4;
    background-color: rgba(33, 33, 33, 0.97);
    z-index: 100;
    top: 0;
    left: 0;
}

.search-box > .container {
    display: table;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

.hide-search-box {
    color: white;
    z-index: 101;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    background-image: url(img/ic_cancel_black_24px.svg);
}

.search-input-field {
    font-size: 35px;
    color: #ccc;
    border: none;
    background-color: transparent;
    border-bottom: 8px solid #0361d6;
    font-family: 'Open Sans', sans-serif;
}

#search {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.main-img {
    min-height: 400px;
    background-size: cover;
    background-clip: content-box;
    padding: 25px;
    background-position: center;
}

header {
    margin-top: 40px;
}

.header-buttons {
    width: 100%;
    height: 53px;
}

.header-button {
    width: 230px;
    display: block;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    float: right;
    font-weight: 700;
    padding: 19px 0;
    line-height: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.header-button.light-blue-bck {
    color: #fff;
}

.header-button.ds-yellow-bck {
    color: #393939;
}

.header-button.light-blue-bck:hover {
    background-color: #1c7aee;
}

.header-button.ds-yellow-bck:hover {
    background-color: #ffe31d
}

/* MENU */ 

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-collapse{
    border: none;
    box-shadow: none;
}

.navbar-default {
    background: transparent;
    border: none;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.tester .navbar-default .navbar-nav > li > a {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ea2c50;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}



.search-icon {
    color: #fff;
    display: block;
    float: right;
    cursor: pointer;
    margin-left: 35px;
    margin-right: 15px;
}

.search-icon:hover {
    color: #ea2c50;
}

.search-icon i {
    font-size: 15px;
}

#nav-section {
    padding-top: 5px;
}

.main-slogan {
    
}

.main-slogan h1 {
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    line-height: 85px;
    margin-bottom: 20px;
}

.main-slogan p {
    color: #fff;
    font-size: 30px;
}

.program-group {
    position: relative;
}

.program-group > .container > .row {
    padding-top: 70px;
    position: relative;
    z-index: 10;
}

.white-stripe {
    display: block;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-color: #fff;
    z-index: 4;
}

.blue-stripe {
    display: block;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-color: #0152b4;
    z-index: -1;
}

.program-item {
    height: 550px;
    background-size: cover;
}

.program-item p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.program-item > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 63px 45px 0 45px;
    color: #fff;
    font-size: 30px;
    font-family: 'Spectral', serif;
    font-weight: 700;
    line-height: 40px;
    z-index: 100;
}

.program-effect > p {
    position: relative;
    z-index: 200;
    font-size: 30px;
    font-family: 'Spectral', serif;
    font-weight: 700;
    line-height: 40px;
}

.program-effect > div {
    z-index: -10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.program-effect > div > div {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.pr-ekonomija > div {
    background-image: url(img/home/ekonomija_img-n.jpg);
}

.pr-ekonomija:hover > div > div {
    background-color: rgba(74, 163, 217, 0.7);
}
            
.pr-zdravstvo > div {
    background-image:url(img/home/zdravstvo_img-n.jpg);
}

.pr-zdravstvo:hover > div > div {
    background-color: rgba(55, 191, 220, 0.7);
}

.pr-zaposljavanje > div {
    background-image:url(img/home/sodijalna_politika_img-n.jpg);
}

.pr-zaposljavanje:hover > div > div {
    background-color: rgba(44, 137, 255, 0.7);
}

.pr-obrazovanje > div {
    background-image:url(img/home/obrazovanje_img-n.jpg);
}

.pr-obrazovanje:hover > div > div {
    background-color: rgba(231, 193, 4, 0.7);
}

.pr-spoljna > div {
    background-image:url(img/home/spoljna_politika_img-n.jpg);
}

.pr-spoljna:hover > div > div {
    background-color: rgba(33, 34, 42, 0.7);
}

.pr-unutrasnji > div {
    background-image:url(img/home/unutrasnji_poslovi_img-n.jpg);
}

.pr-unutrasnji:hover > div > div {
    background-color: rgba(37, 60, 159, 0.7);
}

.pr-informatika > div {
    background-image:url(img/home/informaciono-komunikacione_tehnologije_img-n.jpg);
}                

.pr-informatika:hover > div > div {
    background-color: rgba(3, 128, 218, 0.7);
}






.program-item > div {
    padding: 0 0 0 36px;
}

.program-item h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 27px;
    color: #fff;
}


.program-item > a:hover, .program-item > a:focus {
    color: #fff;
    text-decoration: none;
}

.program-item:hover {
    
}

.important-news {
    margin-bottom: 70px;
}

.important-news h2 {
    font-size: 45px;
    font-weight: 700;
    padding-top: 90px;
    margin-bottom: 60px;
}

.important-news-item {
    height: 606px;
    margin-bottom: 30px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .35s ease;
    transition: all .35s ease;
}

.important-news-item > div {
    background-size: cover;
    height: 100%;
    position: relative;
}

.imp-news-hlp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 35px;
}

.imp-news-yellow {
    border: 8px solid #ffdf01;
    min-height: 241px;
    background: #fff;
    padding: 0 40px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #393939;
    text-align: center;
}

.imp-news-yellow .imp-link {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    color: #393939;
    text-align: center;
}

.cat-date-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 7px
}

.cat-date-link span {
    color: #005ed2;
} 

.president-box {
    background-image: url(img/home/zoran-lutovac-naslovna.jpg);
    background-size: cover;
    margin-bottom: 100px;
    background-color: #050c25;
    background-position: center;
}

.president-info {
    padding-top: 470px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.65);
    background-clip: content-box;
}

.president-info h2 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.president-info p {
    font-size: 25px;
    line-height: 40px;
    font-style: italic;
    color: #fff;
    margin-bottom: 50px;
}

.president-info a {
    color: #ffdf01;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-left: 40px;
    margin-bottom: 25px;
    display: inline-block;
}

.president-info a:hover, .president-info a:focus {
    text-decoration: none;
}

.arrow-right {
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 60px 13px;
    width: 30px;
    height: 14px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 10px;
}

a:hover .arrow-right {
    background-position: 60px 0;
}

.a-yellow {
    background-image: url(img/arrow-r-yellow.svg);
}

.a-pink {
    background-image: url(img/arrow-r-pink.svg);
}

.a-gray {
    background-image: url(img/arrow-r-gray.svg);
}

.a-white {
    background-image: url(img/arrow-r-white.svg);
}

.rot-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.become-member {
    position: relative;
}


.become-member-l h2 {
    margin-top: 0;
    margin-bottom: 25px;
    color: #393939;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
}

.become-member-l p {
    color: #393939;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
}

.become-member-l a {
    color: #ea2c50;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.become-member-r {

}

.become-member-column {
    width: 50%;
    height: 700px;
    float: left;
}

.become-member-column h3 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}


.become-member-blue {
    background-color: #224cd8;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.become-member-pink {
    background-color: #ea2c50;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.become-member-yellow {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.become-member-blue a, .become-member-blue a > div  {
    background-color: #224cd8;
}

.become-member-yellow a, .become-member-yellow a > div {
    background-color: #ffdf01;
    background-image: url(img/home/zdjindjic-y.jpg);
}

.become-member-pink a, .become-member-pink a > div {
    background-color: #ea2c50;
}

.become-member-column a {
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 10;
}


.become-member-yellow a {
    display: block;
}

.become-member-column a h3 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    padding: 0 30px;
    z-index: 100;
    position: relative;
}

.become-member-yellow a h3, .become-member-yellow a p {
    color: #393939;
}

.become-member-yellow a p em {
    font-weight: 700;
}

.become-member-yellow a p span {
    display: block;
    margin-top: 45px;
    font-size: 14px;
}

.latest-news {
    padding-bottom: 100px;
}

.latest-news h2 {
    padding-left: 55px;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 90px;
}

.ln-image {
    background: #fff;
    padding: 8px;
}

.ln-image img {
    width: 100%;
}

.ln-blk {
    background-color: #000;
    text-align: center;
}

.ln-blk > div {
    padding: 23px 40px;
}

.single-sidebar .ln-blk {
    margin-bottom: 10px;
}

.single-sidebar .ln-blk > div {
    padding: 23px 30px;
}

.ln-blk h3 {
    font-weight: 700;
    color: #ffdf01;
    font-size: 25px;
    line-height: 35px;
    margin: 31px 0;
}

.ln-blk p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.ln-small-box {
    position: relative;
    background-color: #fff;
    background-clip: content-box;
}

.ln-small-text {
    min-height: 250px;
    padding: 17px 30px 55px 30px;
}

.ln-large-text {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 55px;
}

.ln-link {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
    color: #393939;
}

.ln-link:hover {
    color: #393939;
}

.ln-bottom-rm {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 45px 30px 45px;
    width: 100%;
}

.ln-bottom-rm a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 0px;
    color: #393939;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.ln-bottom-rm a:hover {
    color: #393939;
}

.share .facebook {
    font-size: 18px;
    margin-right: 20px;
}

.share .twitter {
    font-size: 18px;
}

.share .facebook:hover {
    color: #005ed2;
    font-size: 18px;
}

.share .twitter:hover {
    color: #1da1f2;
    font-size: 18px;
}

.ln-blk {
    background-size: cover;
}

.ln-white {
    margin-bottom: 30px;
}


/* footer */

footer {

}

.footer-holder {
    padding: 77px 0 140px 0;
}

.footer-holder ul {
    padding: 0;
}

.footer-holder h3 {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 54px;
    text-transform: uppercase;
}

.footer-holder li a {
    font-family: 'Open Sans', sans-serif;
    color: #989898;
    font-size: 14px;
    line-height: 35px;
}

.footer-holder li a:hover {
    color: #fff;
}

.footer-holder p {
    font-family: 'Open Sans', sans-serif;
    color: #989898;
    font-size: 14px;
    line-height: 22px;
}

.appbtn {
    width: 248px;
    height: 48px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 60px;
    padding-top: 12px;
    line-height: 1;
}

.appbtn:first-child {
    padding-top: 16px;
}

.appbtn:hover, .appbtn:hover {
    color: #005ed2;
    background-color: #fff;
}

.appbtn i {
    margin-right: 15px;
    font-size: 18px;
}

.appbtns {
    margin-top: 50px;
}


#dsmap {
    width: 100%;
    height: 590px;
    background: #393939;
}



/* VEST */


.appbtn-gray {
    width: 100%;
    display: inline-block;
    border: 1px solid #f5f5f5;
    color: #393939;
    background-color: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1;
}

.appbtn-gray:hover {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #393939;
}

.appbtn-gray i {
    margin-right: 14px;
}

.appbtns-gray {
    margin-bottom: 50px;
}

.smbtns {
    margin-bottom: 30px;
}

.smbtn {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1;
}

.sm-f {
    background-color: #3b5998;
}

.sm-t {
    background-color: #08a0e9;
}

.smbtn:hover {
    color: #fff;
}

.news-title h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 40px;
}

.news-title hr {
    margin-bottom: 30px;
}

.single-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.date-cat {
    display: inline-block;
    width: auto;
}

.ikonice {
    width: 160px;
    height: 30px;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}

.ikonice a span { 
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin-left: 15px;
}

.facebook-ikona {
    background-image: url(img/facebook_c.svg);
}

.ikonice a:hover .facebook-ikona {
    background-image: url(img/facebook_ch.svg);
}

.twitter-ikona {
    background-image: url(img/twitter_c.svg);
}

.ikonice a:hover .twitter-ikona {
    background-image: url(img/twitter_ch.svg);
}

.news-image-holder {
    position: relative;
}

.news-image-holder .image-title {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    bottom: 0;
    padding: 10px;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    width: 100%;
}

.news-image-holder img {
    width: 100%;
}

.news-info {
    margin-bottom: 50px;
}


.vest-opsirno {
  padding: 0 0 30px 0;
}

.vest-opsirno img {
    padding: 20px;
}

.vest-kratko {
    padding: 30px 0 0 0;
}

.vest-kratko p, .vest-opsirno p {
    font-size: 18px;
    line-height: 28px;
    color: #212121;
    margin-bottom: 28px;
} 

.vest-galerija {
    width: 100%;
    border-left: 1px solid #190a03;
    display: table;
    margin: 50px 0;
}

.vest-galerija > div {
    display: table-cell;
}

.vest-galerija-opis {
    vertical-align: top;
    padding-top: 30px;
}

.vest-galerija-opis p:first-child {
    color: #989898;
    font-size: 13px;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
}

.vest-galerija-opis p:last-child {

}

.vest-galerija-opis a {
    color: #212121;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.vest-galerija-opis a:hover {
    color: #212121;
}

.vest-galerija-slike {
    width: 540px;
}


.vest-galerija-slike a:nth-child(n+3) {
    display: none;
}

.vest-galerija-slike a img {
    margin-right: 35px;
}

.vest-galerija-slike a:nth-child(2n) img {
    margin-right: 0;
}

.related-news h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.line-middle {
    position: relative;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.line-middle span {
  padding-right: 40px;
  background: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.line-middle:after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9px;
  border-top: 1px solid #cccccc;
  z-index: -1;
}

.linija-naslov a:hover, .linija-naslov a:focus {
  text-decoration: none;
}

.related-link {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #393939;
}

.related-link:hover {
    color: #393939;
}

.related-img {
    display: table-cell;
    vertical-align: top;
}

.related-text {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}

.related-holder {
    margin-top: 30px;
}

.single-sidebar h4 {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

.sidebar-text {
    color: #909090;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}

.sidebar-menu li {
    padding: 7px 0;
}

.sidebar-menu li a {
    color: #989898;
    font-size: 18px;
    line-height: 1;
}

.sidebar-menu li a:hover {
    color: #393939;
}


/* CATEGORY */ 

.cat-title h1 {
    font-size: 99px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 100px;
    margin-top: 40px;
    text-transform: uppercase;
    text-align: center;
}

.sidebar-news-one {
    margin-bottom: 40px;
    width: 100%;
    display: table;
}

.sidebar-news-img {
    display: table-cell;
    vertical-align: top;
    width: 23%;
}

.sidebar-news-img img {
    width: 100%;
}

.sidebar-news-text {
    display: table-cell;
    vertical-align: top;
    width: 77%;
    padding-left: 20px;
}

.sidebar-news-text .cat-date-link {
    margin: 10px 0 0 0;
    color: #cccccc;
    font-size: 12px;
}

.sidebar-news-link {
    color: #393939;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.sidebar-news-link:hover {
    color: #393939;
}

.cat-image img {
    width: 100%;
}

.cat-text {
    position: relative;
    padding-bottom: 22px;
}

.cat-text .ln-bottom-rm {
    padding: 0 15px;
}

.cat-box hr {
    border-top: 1px solid #e1e1e1;
    margin: 30px 0;
}

.cat-link {
    font-size: 30px;
    line-height: 40px;
    color: #393939;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 14px;
    display: inline-block;
}

.cat-short-text {
    color: #909090;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

.cat-link:hover {
    color: #393939;
}

/* paginacija */

.paginacija {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;
}

.paginacija > div {
  display: inline-block;
}

.paginacija a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    position: relative;
    float: left;
    line-height: 1.42857143;
    text-decoration: none;
    color: #aaaaaa;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: 2px;
    font-size: 13px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
}

.paginacija .strana:hover {
  background-color: #e1e1e1;
}

.paginacija .prethodnaStrana, .paginacija  .sledecaStrana {
  width: 140px;
  background-color: #ffffff;
  color: #393939;
}

.paginacija .prethodnaStrana {
  text-align: right;
  margin-right: 30px;
}

.paginacija .sledecaStrana {
  text-align: left;
  margin-left: 30px;
}

.paginacija a span {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.paginacija   a span {
  padding-right: 10px;
}

.paginacija .sledecaStrana > span {
  padding-left: 10px;
}


.paginacija .tekucaStrana {
  color: #393939;
  background-color: #e1e1e1;
}

.paginacija .poslednjaStrana, .paginacija .prvaStrana {
  display: none;
}

/* DS VESTI */

.anews-title {
    margin-bottom: 80px;
}

.anews-title.nasa-politika-title h1 {
    padding: 0;
}

.anews-title h1 {
    font-size: 99px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 40px;
    text-transform: uppercase;
    text-align: center;
}

.anews-title p {
    color: #909090;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}

.silver-button {
    display: inline-block;
    padding: 16px 0;
    background-color: #f5f5f5;
    color: #aaaaaa;
    font-size: 13px;
    font-weight: 700;
    width: 204px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.silver-button:hover {
    color: #393939;
}

.all-latest-btn {
    margin-top: 50px;
}

.featured-three .cat-short-text {
    margin-bottom: 40px;
}

.featured-three .cat-image {
    margin-bottom: 30px;
}

.featured-three .cat-link {
    margin-bottom: 24px;
}

.first-featured hr {
    margin: 21px 0 30px 0;
}

.rest-featured .cat-link {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
}

.featured-three .cat-date-link {
    margin-bottom: 8px;
}

.featured-three {
    margin-bottom: 50px;
}


.four-tabs-select {
    list-style: none;
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

.four-tabs-select li {
    display: table-cell;
    width: 25%;
    cursor: pointer;
    font-size: 13px;
    color: #393939;
    font-weight: 700;
    border: 1px solid #ccc;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    padding: 20px 0;
    text-transform: uppercase;
}

.four-tabs-select li.active, .four-tabs-select li:hover {
    background-color: #393939;
    color: #fff;
}

.tabs-image {
    width: 100%;
}

.tabs-image img {
    width: 100%;
}

.tab-content {
    list-style: none;
    padding: 0;
}

.tabs-holder {
    margin-bottom: 30px;
}

.tabs-text {
    padding-top: 25px;
}

.tabs-link {
    font-size: 22px;
    line-height: 30px;
    color: #393939;
    font-weight: 700;
}

.tabs-link:hover {
    color: #393939;
}

.fv-holder {
    margin-bottom: 40px;
}

.fv-image {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    display: block;
}

.fv-image img {
    width: 100%;
}

.play-circle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    background-image: url(img/play-circle.png);
}

.fv-link {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #393939;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.fv-link:hover {
    color: #393939;
}

.featured-video-news h3 {
    margin-bottom: 30px;
}

.sidebar-news h4 a {
    color: #393939;
}


.all-news-yellow-link {
    padding-top: 50px;
}

.all-news-yellow-link a {
    color: #ffdf01;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.all-news-yellow-link a:hover {
    color: #ffdf01;
}

.top-fixed-flag {
    background-image: url(/pages/img/banner-flag.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.bio-holder {
    margin-top: 90px;
    background-color: #fff;

}

.bio-image, .bio-text {
    padding-top: 80px;
}

.bio-text-p {
    font-size: 18px;
    color: #707070;
    line-height: 28px;
    padding-top: 46px;
    padding-bottom: 80px;
}

.bio-text h1 {
    font-size: 45px;
    line-height: 55px;
    color: #393939;
    margin-bottom: 11px;
    font-weight: 700;
}

.bio-position {
    color: #707070;
    font-size: 18px;
    font-style: italic;
}

/*
.img-hover-zoom {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}

.img-hover-zoom img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.img-hover-zoom:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
*/

.custom-potimholder img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.custom-potimholder a:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}



/* Kontakt inner */

.podaci-odbora .opis-odbora {
    font-weight: bold;
    width: 35%;
}

.podaci-odbora h3 {
    margin-top: 0px;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 25px;
}

.podaci-odbora p {
    display: inline-block;
    width: 60%;
    margin-bottom: 0px;
    font-size: 18px;
}

.podaci-odbora li {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.podaci-odbora ul {
    list-style: none;
    padding-left: 0px;
}

.podaci-odbora {
    padding: 50px;
    background: #efeff4;
}

.kontakt-form-box h3 {
    margin-top: 50px;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 25px;
}

.input-lg {
    height: 55px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #aaaaaa;
}

.ds-submit-button {
    width: 100%;
    margin-top: 25px;
    height: 60px;
    background: #393939;
    border: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

#upper-map {
    height: 450px;
    width: 100%;
}

.lm-bckgr {
    background-image: url(img/sajt-ds-4.jpg);
}

.sidebar-one-banner {
    margin-bottom: 30px;
    text-align: center;
}

.homepage .cirlat {
    right: 25px;
    top: 112px;
}

.cirlat {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 88px;
    font-family: 'Open Sans', sans-serif;
    height: 40px;
    color: #fff;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.cirlat:hover, .cirlat:focus {
    color: #fff;
    background-color: #006aec;

}

.cirlatmob {
    display: none;
}



@media only screen and (min-width:768px) {

    .president-info {
        text-align: center;
    }

    .lm-bckgr-mb {
        display: none;
    }

    .bluer .navbar-default .navbar-nav > li > a {
        color: #0152b4;
    }

    .bluer .navbar-default .navbar-nav > li > a:hover {
        color: #ea2c50;
    }

    .bluer .search-icon {
        color: #0152b4;
    }

    .bio-holder {
        background-clip: content-box;
    }

    .cat-image {
        
    }
    .program-button {
        padding-bottom: 154px;
    }

    .is-table-row {
        display: table;
    }

    .is-table-row > [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

    .become-member-l {
        padding-left: 70px;
    }

    .ln-large-img {
        padding-left: 0;
        background-color: #fff;
    }

    .ln-white {
        padding: 0 15px;
    }

    .ln-large-text {
        padding-left: 45px;
        padding-right: 45px;
    }

    .ln-large-text .ln-link {
        display: block;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .dropdown-menu > li {
        background-color: #006aec;
        padding: 8px 30px;
    }

    .dropdown-menu > li:first-child {
        padding-top: 30px;
    }

    .dropdown-menu > li:last-child {
        padding-bottom: 30px;
    }

    .dropdown-menu > li > a {
        color: #fff;
        font-weight: 700;
        padding: 0;
    }

    .dropdown-menu > li > a:hover {
        background-color: transparent;
        background-image:none;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 15px !important;
        padding-top: 15px;
        background-image: url(img/triangle-blue.png);
        background-position: center 0;
        background-color: transparent;
        background-repeat: no-repeat;
        width: 270px !important;
        margin-left: -30px !important;
        border: none;
        box-shadow: none;
    }

    .navbar-nav ul.sm-nowrap > li > a {
        white-space: normal;
    }

    .homepage .ln-blk {
        border-left: 15px solid #0152b4;
        border-right: 15px solid #0152b4;
        padding-left: 0;
        padding-right: 0;
    }

    .lm-center-mob {
        display: none;
    }

    .program-effect:hover > div {
        transform: scale(1.05, 1.04);
        z-index: 50;
        -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.7);
    }

    .program-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .program-button a {
        font-family: 'Open Sans', sans-serif;
        width: 256px;
        height: 256px;
        border-radius: 50%;
        line-height: 25px;
        font-size: 18px;
        color: #393939;
        text-transform: uppercase;
        display: inline-flex;
        padding: 0;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        background-color: #ffdf01;
        color: #393939;
    }

    .program-button a div {
        position: absolute;
        top: 140px;
        width: 200px;
    }

    .program-button a p {
        color: #393939;
    }

    .program-button a:hover, .program-button a:focus {
        width: 240px;
        height: 240px;
        color: #393939;
        text-decoration: none;
    }

    .become-member-column a:hover {
        z-index: 15;
    }

    .become-member-column a:hover > div > div {
        background-color: rgba(255, 255, 255, 0.15);
    }

    .become-member-column a:hover > div {
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.6);
        text-decoration: none;
        z-index: 50;
    }

    .become-member-yellow a:hover > div {
        -moz-transform: scale(1.05, 1.03);
        -o-transform: scale(1.05, 1.03);
        -ms-transform: scale(1.05, 1.03);
        -webkit-transform: scale(1.05, 1.03);
        transform: scale(1.05, 1.03);
    }

    .become-member-column a:hover h3 {
        margin-top: 15px;
    }


    .become-member-yellow a:hover h3 {
        margin-top: 95px;
    }

    .become-member-column a > div {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }

    .become-member-column a > div > div {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .become-member-column > div {
        position: relative;
    }

    .become-member-yellow a h3 {
        margin-top: 100px;
    }

    .become-member-yellow a p {
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 45px 30px;
        line-height: 30px;
        font-size: 18px;
        z-index: 100;
    }

    .swiper-container {
        display: none;
    }

    .important-news-item:hover {
        -moz-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    .bio-image {
        padding-bottom: 40px;
    }


}

@media only screen and ( min-width: 992px ) {

}


@media only screen and (min-width:1100px) {

}


@media only screen and (min-width:1200px) {
    .container {
        width: 1200px;
    }

    .president-box {
        background-position: center bottom;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {

    .navbar-default .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-default .navbar-nav > li:first-child > a {
        padding-left: 0;
    }

    .navbar-default .navbar-nav > li:last-child > a {
        padding-right: 0;
    }

    .search-icon {
        margin-left: 5px;
    }

    #nav-section > .container-fluid > .row > .col-md-12 {
        padding-left: 0;
    }

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

    .navbar-collapse .navbar-right {
        float: none !important;
    }

    .become-member-l {
        padding-left: 15px;
    }

    .become-member-column a h3 {
        padding: 0 15px;
        font-size: 23px;
    }

    .become-member-l h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .ln-blk > div {
        padding: 23px 20px;
    }

    .ln-link {
        font-size: 20px;
        line-height: 25px;
    }

    .ln-large-text .ln-link {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }


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

    .ln-blk h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 20px 0;
    }

    .ln-blk .appbtns {
        margin-top: 25px;
    }

    .ln-small-text {
        padding: 8px 16px 45px 16px;
    }

    .latest-news .ln-bottom-rm {
        padding: 0 31px 20px 31px;
    }

    .ln-large-text .ln-bottom-rm {
        padding: 0 15px 20px 0px;
    }

    .ln-large-text {
        padding: 16px 16px 45px 0px;
    }

    .ln-small-box {
        padding-left: 0;
        padding-right: 0;
        border-left: 15px solid #0152b4;
        background-color: #fff;
        background-clip: padding-box;
    }

    .latest-news h2 {
        margin-top: 90px;
        margin-bottom: 50px;
    }

    .become-member-l p {

        font-size: 18px;
        line-height: 25px;
    }

    .important-news-item {
        height: 420px;
    }

    .imp-news-yellow {
        padding: 0 20px 0 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .imp-news-yellow .imp-link {
        font-size: 20px;
        line-height: 30px;
    }

    .imp-news-yellow {
        min-height: 167px;
    }

    .important-news h2 {
        padding-top: 0;
    }

    .president-info {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .president-info h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .president-info p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

}

@media only screen and (min-width:993px) and (max-width:1200px) {
    .president-box {
        background-position: center bottom;
    }

    .president-info {
        padding-top: 360px;
        padding-bottom: 30px;
    }

    .president-info h2 {
        font-size: 38px;
        line-height: 45px;
    }
        
    .president-info p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .become-member-column a h3 {
        font-size: 25px;
    }

    .become-member-l h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .ln-large-text {
        padding: 16px 16px 55px 0px;
    }


    .ln-large-text .ln-bottom-rm {
        padding: 0 16px 20px 0;
    }

    .ln-large-text .ln-link {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .ln-small-text {
        padding: 16px 16px 55px 16px;
    }

    .ln-small-box {
        padding-left: 0;
        padding-right: 0;
        border-left: 15px solid #0152b4;
        background-color: #fff;
        background-clip: padding-box;
    }

    .latest-news h2 {
        margin-top: 90px;
        margin-bottom: 50px;
    }

    .imp-news-yellow {
        padding: 0 20px 0 20px;
        min-height: 219px;
        font-size: 26px;
        line-height: 36px;
    }

    .imp-news-yellow .imp-link {
        font-size: 26px;
        line-height: 36px;
    }

    .important-news-item {
        height: 550px;
    }

}

@media only screen and (min-width:1200px) and (max-width:1400px) {

    .president-info {
        padding-top: 550px;
        padding-bottom: 30px;
    }

    .search-icon {
        margin-right: 125px;
    }

}


@media only screen and (max-width:1200px) {
    .lm-bckgr {
        background-position: right center;
    }

    .ln-blk .appbtn {
        width: 165px;
        padding-left: 25px;
    }
    .important-news-item > div {
        background-position: center center;
    }

    .cirlat {
        top: 145px;
    }

    .homepage .cirlat {
        top: 170px;
    }
}

@media only screen and (max-width:992px) {
    .lm-bckgr {
        background-position: 85% center;
    }

    .latest-news h2 {
        padding-left: 0;
    }

    .blue-frame {
        border-top: 15px solid #0152b4;
        border-left: 15px solid #0152b4;
        border-right: 15px solid #0152b4;
    }

    .blue-frame-short {
        border-top: 15px solid #0152b4;
        border-left: 15px solid #0152b4;
        border-right: 15px solid #0152b4;
        border-bottom: 15px solid #0152b4;
    }

}

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

    .become-member-blue, .become-member-pink {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .become-member-yellow {
        background-image: url(img/img_djindjic_portrait_n.jpg);
        background-size: cover;
        background-position: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .become-member-yellow a h3 {
        margin-bottom: 20px;
    }

    .become-member-yellow a, .become-member-yellow a > div {
        background-image: none;
        background-color: transparent;
    }

    .become-member-yellow a p {
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
    }

    .become-member-yellow a p span {
        margin-top: 15px;
    }

    .bio-image {
        padding-top: 15px;
    }

    .main-slogan h1, .news-title h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .main-slogan p {
        font-size: 20px;
    }

    .header-button {
        width: 50%;
    }

    .navbar-collapse {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 15px solid #006aec !important;
        background: rgba(33, 33, 33, 0.97);
        z-index: 1000;
        padding-top: 40px;
    }

    .navbar-default .navbar-toggle {
        color: #fff;
    }

    .nav > li {
        padding: 10px 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 20px;
        padding-left: 0;
    }

    .navbar-nav {
        width: 250px;
        margin: 0 auto;
    }

    .program-item {
        height: auto;
        min-height: 360px;
    }

    .main-img {
        padding: 15px;
    }

    .become-member-column a h3 {
        font-size: 20px;
        line-height: 25px;
        padding: 0;
        margin-top: 10px;
    }

    .president-box {
        background-image: url(img/home/zoran-lutovac-naslovna-sm.jpg);
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 0;
    }

    .become-member-stripe {
       height: 100px; 
       width: 100%;
       position: absolute;
       top: 0;
       left: 0;
       background-color: #050c25;
       z-index: -1;
    }

    .president-info {
        padding-top: 200px;
        padding-bottom: 50px;
        padding-left: 30px;
        background: none;
    }

    .president-info h2, .program-item h2, .become-member-l h2 {
        font-size: 32px;
        line-height: 1;
    }

    .program-item h2 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .president-info p {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }

    .president-info a {
        margin-left: 0;
        font-size: 14px;
        margin-bottom: 0;
    }

    .arrow-right {
        background-size: 54px 12px;
        width: 26px;
        height: 12px;
    }

    a:hover .arrow-right {
        background-position: 54px 0;
    }


    .important-news-item {
        height: 375px;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 113px;
    }

    .important-news-item > div {
        position: static;
    }

    .imp-news-yellow {
        padding: 20px;
        min-height: 175px;
        font-size: 20px;
        line-height: 25px;
    }

    .imp-news-yellow .imp-link {
        font-size: 20px;
        line-height: 25px;
    }

    .imp-news-hlp {
        padding: 20px 25px;
    }

    .footer-holder h3 {
        margin-top: 45px;
        margin-bottom: 30px;
    }

    .footer-holder {
        padding: 40px 0 60px 0;
    }

    .ln-small-box {
        margin-bottom: 30px;
    }

    .ln-large-text {
        padding: 14px 20px 60px 20px;
        margin-left: 15px;
        margin-right: 15px;
        min-height: 225px;
    }

    .ln-small-text {
        padding: 14px 20px 60px 20px;
        min-height: 180px;
    }

    .ln-small-text .ln-bottom-rm {
        padding: 0 35px 25px 35px;
    }

    .ln-large-text .ln-bottom-rm {
        padding: 0 20px 25px 20px;
    }

    .ln-link {
        font-size: 20px;
        line-height: 25px;
    }

    .ln-subtitle {
        padding-top: 10px;
    }

    .cat-date-link {
        font-size: 14px;
    }

    .ln-blk {
        text-align: left;
    }

    .ln-blk h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .ln-blk > div {
        padding: 40px 20px;
    }

    .ln-blk .appbtn {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .latest-news {
        padding-bottom: 0;
    }

    .all-news-yellow-link {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .vest-galerija-slike {
        width: 50%;
    }

    .vest-galerija-slike a img {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .vest-galerija-slike a:first-child img {
        margin-bottom: 20px;
    }

    .vest-galerija-opis {
        vertical-align: middle;
        padding-top: 0;
    }

    .vest-galerija-opis p:first-child {
        margin-bottom: 15px;
    }

    .cat-image {
        margin-bottom: 20px;
    }

    .cat-title h1 {
        font-size: 35px;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .anews-title {
        margin-bottom: 50px;
    }

    .anews-title h1 {
        margin-top: 20px;
        font-size: 35px;
    }

    .anews-title p {
        font-size: 18px;
    }

    .single-45 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .single-sidebar {
        margin-top: 50px;
    }

    .second-featured {
        margin-bottom: 30px;
    }

    .header-buttons {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    header {
        margin-top: 0;
        background-color: #0a376e;
        padding-top: 15px;
        padding-bottom: 15px;
        position: fixed;
        top: 53px;
        left: 0;
        width: 100%;
        height: 62px;
        z-index: 1000;
    }

    #btn-search {
        margin-left: 0;        
    }

    #nav-section {
        padding-top: 0;
        padding-right: 15px;
    }

    .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
        border: none;
        margin-right: 0;
    }

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

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

    .lm-bckgr {
        background-image: none;
        padding: 0;
    }

    .lm-bckgr-mb {
        background-size: cover;
        width: 100%;
        height: 100%;
        padding: 130px 15px 15px 15px;
        background-clip: content-box;
        background-position: center;
    }

    .blue-frame, .blue-frame-short {
        margin-top: 114px;
    }

    .lm-bckgr-mb div {
        width: 100%;
        height: 100%;
        background-image: url(img/00_main_img_n.jpg);
        background-size: cover;
        background-position: center;
    }

    .navbar {
        min-height: 0;
        margin-bottom: 0;
    }

    .custom-logo-link {
        padding-left: 25px;
    }

    .swiper-container {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      /*text-align: center;*/
    }

    .swiper-slide { 
        height: auto;
        width: 81% !important;

    }
    .swiper-slide img{
        position: relative;
    }
    

    .program-group .container {
        padding-left: 0;
        padding-right: 0;
    }

    .sws-effect {
        display: block;
        height: auto;
    }

    .sws-effect p {
        position: absolute;
        top: 0;
        left: 0;
        padding: 30px;
        color: #fff;
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
    }

    .sws-effect img {
        width: 100%;
    }

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        background-image: none;
    }

    .swiper-slide-active .sws-effect {
        -webkit-box-shadow: 0 0 14px 7px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 14px 7px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 14px 7px rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        }

    .program-group > .container > .row {
        padding: 45px 0 0 0;
    }

    .program-item {
        min-height: 0;
        padding-bottom: 45px;
    }

    .program-item > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .swiper-button-next {
        background-image: url(img/slider-right.svg);
        background-size: cover;
    }

    .swiper-button-prev {
        background-image: url(img/slider-left.svg);
        background-size: cover;
    }

    .navbar-header {
        width: 55px;
        float: right;
    }

    .navbar-form .input-group {
        margin: 0 auto;
    }

    .search-input-field {
        font-size: 20px;
        border-bottom: 3px solid #0361d6;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
        -webkit-tap-highlight-color: transparent;
    }

    .search-icon i {
        padding: 9px 0;
    }

    .menu-apps .appbtns {
        text-align: center;
        margin-top: 30px;
    }

    .menu-apps p {
        margin-top: 50px;
        color: #bababa;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .program-button a {
      font-family: 'Open Sans', sans-serif;
      color: #ffdf01;
      font-weight: bold;
      font-size: 30px;
      padding: 40px 0;
      line-height: 1;
    }

    .program-button a p {
        color: #ffdf01;
        text-transform: uppercase;
        margin: 0;
        line-height: 1;
    }

    .program-item.program-button {
        padding-bottom: 0;
    }

    .program-button a div .arrow-right {
        background-image: url(img/arrow-r-yellow.svg);
    }

    .program-group .white-stripe {
        background: none;
    }

    .become-member-column {
        width: 100%;
        height: auto;
        float: none;
    }

    .become-member-l {
        padding-top: 50px;
        padding-bottom: 40px;
        padding-left: 30px;
    }

    .become-member-l a {
        font-size: 14px;
    }

    .become-member-l p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .latest-news h2 {
        padding-left: 15px;
        font-size: 32px;
        line-height: 1;
        margin-top: 45px;
        margin-bottom: 35px;
    }

    .ln-image {
        padding: 6px;
    }

/*    .program-item p {
        font-size: 13px;
        line-height: 20px;
    }*/
    .program-item p {
        font-size: 14px;
        line-height: 22px;
    }

    .important-news h2 {
        font-size: 32px;
        line-height: 1;
        padding-left: 10px;
        padding-top: 0;
        margin-top: 40px;
        margin-bottom: 40px; 
    }
    .header-button {
        font-size: 14px;
        line-height: 15px; 
    }

    .important-news {
        margin-bottom: 19px;
    }

    .important-news-item {
        margin-bottom: 20px;
    }

    .important-news-item > div {
        background-position: center top;
    }

    .imp-news-yellow {
        border-width: 6px;
    }

    .all-news-yellow-link {
        text-align: center;
    }

    .all-news-yellow-link a {
        font-size: 14px;
    }

    .cirlat {
        display: none;
    }

    .cirlatmob {
        display: block;
        position: absolute;
        right: 19px;
        top: 80px;
        width: 42px;
        height: 42px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        background-color: #0152b4;
        border-radius: 50%;
        font-size: 15px;
        line-height: 15px;
        padding-top: 13px;
        color: #fff;
        text-align: center;
    }

    .cirlatmob:hover, .cirlatmob:focus {
        color: #fff;
    }

} 


@media only screen and (max-width:321px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
    }

    .nav > li {
        padding: 8px 0;
    }

    .menu-apps p {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .navbar-collapse {
        padding-top: 20px;
    }
}



.pristupnica_link {
     display: block;
     margin-bottom: 30px;
}

.pristupnica_link img {
    width: 100%;
    height: auto;
}


.ds-newsl__ime, .ds-newsl__email {
    font-size: 16px;
    height: 50px;
    margin-bottom: 4px;
}

.ds-recaptcha__home {
    display: none;
}

.ds-newsl {
    border: 25px solid #0152b4;
    background-image: url(/pages/img/mailing-lista-blok.jpg);
    background-position: center;
    background-size: cover;
}

.ds-newsl > .container {
    height: 750px;
    display: flex;
    align-items: center;
}

.ds-newsl > .container > div {
    width: 50%;
    height: 250px;
}

.ds-newsl__title {
    color: white;
    font-size: 50px;
    margin-top: 0;
}

.ds-newsl__msg {
    display: none;
    color: white;
    font-size: 18px;
    padding: 30px;
    border: 2px solid white;
}

@media only screen and (max-width:768px) { 
    .ds-newsl > .container {
        flex-wrap: wrap;
        height: 620px;
    }
    
    .ds-newsl__title {
        font-size: 40px;
        margin-top: 20px;
    }
    
    .ds-newsl > .container > div {
        width: 100%;
        height: auto;
        min-height: 250px;
    }
    
    .ds-newsl > .container > div:nth-child(1) {
        display: flex;
        align-items: center;
    }
    .ds-newsl > .container > div:nth-child(2) {
        align-self: flex-start;
    }
}

@media only screen and (min-width:768px) { 
    .ds-newsl .form-group {
        width: 303px;
    }
}