﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,500,600,700&subset=cyrillic-ext');
body {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #424242;
    line-height: 1.5;
    background: #fff;
}
.navbar-fixed-top {
    top: 42px;
    border-width: 0 0 1px;
}
.navbar-fixed-top.scrolled {
  top:52px;
}
/*.navbar-fixed-top.scrolled .logo {
  display:none;
}
.navbar-fixed-top.scrolled .navbar-collapse {
    margin-top: 0;
}*/

.header {
    background-color: #105c8a;
	background-image: url(../images/zastava-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar-fixed-top.scrolled {
  background-color: #105c8a !important;
  background-image: url(../images/zastava-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  top:0;
  transition: all .2s linear;
}
.container-first {
	margin-top: 140px
}
a {
    color: #105c8a;
    text-decoration: none;
	transition:all 0.2s ease-out;
}
a:hover, a:focus {
    text-decoration: underline;
}
footer a, .footer-widgets a {
    color: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Fira Sans', sans-serif;
}
.red {
    color: #bf2e31;
}
.blue {
	color:#0a5990;
}

/* SOCIAL LINKS */

ul.social-links {
    float: left;
    margin: 2px 0 0;
}
ul.social-links li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 0 0 5px;
}
ul.social-links li a {
    background: url(../images/social-icons.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 35px;
    position: relative;
    text-indent: -9999px;
    width: 35px;
}
ul.social-links li a > span {
    background: url(../images/social-icons.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
	transition:opacity 0.5s;
}
aside ul.social-links li a {
    background: url(../images/social-icons.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 35px;
    position: relative;
    text-indent: -9999px;
    width: 35px;
}
aside ul.social-links li a > span {
    background: url(../images/social-icons.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
	transition:opacity 0.5s;
}

ul.social-links li a:hover span {
    opacity:1;
}
.not-ie ul.social-links li a > span {
    transition: opacity 0.5s ease 0s;
}
ul.social-links li.twitter a {
    background-position: 0 0;
}
ul.social-links li.facebook a {
    background-position: -40px 0;
}
ul.social-links li.youtube a {
    background-position: -160px 0;
}
ul.social-links li.rss a {
    background-position: -200px 0;
}
ul.social-links li.instagram a {
    background-position: -280px 0;
}
ul.social-links a:hover span {
    opacity: 1;
}
ul.social-links li.twitter a > span {
    background-position: 0 -40px;
}
ul.social-links li.facebook a > span {
    background-position: -40px -40px;
}
ul.social-links li.youtube a > span {
    background-position: -160px -40px;
}
ul.social-links li.rss a > span {
    background-position: -200px -40px;
}
ul.social-links li.instagram a > span {
    background-position: -280px -40px;
}

/* SOCIAL LINKS END */

.topnav > .navbar {
   margin-bottom: 0;
}
.header > .container {
    padding-top: 20px;
}
.splash > .container {
    border-bottom: 3px solid #105c8a;
}
.tileTitle {
    margin-top: -15px;
}
.header .container {
    background: transparent;
	z-index: 999;
}
.logo-col {
    z-index: 999;
    padding-right: 0;
}

/* NAVIGATION */

.container-fluid.nav-container {
    padding: 0;
    background: #fff;
    border-bottom: none;
}
.home .navbar-collapse {
    color: #fff;
    background: transparent;
}
.navbar-collapse {
    color: #fff;
	/*background:#105c8a;*/
    padding-left: 0;
    padding-right: 0;
    border: none;
    margin-top: 25px;
}
.navbar.navbar-default {
    background: #fff;
}
.nav.navbar-nav {
    margin-left: -15px;
}
.navbar-default li > a {
    font-size: 15px;
    outline: medium none;
    padding-bottom: 13px;
    padding-top: 13px;
}
.navbar-default .navbar-nav > li > a {
    color: #959595;
    transition: all 0.3s ease 0s;
}
.nav.navbar-nav.navbar-right a, .nav.navbar-nav.navbar-right a:visited {
    color: #105c8a;
    font-size: 13px;
    font-weight: 600;
    padding: 0 5px;
    line-height: 26px;
}
.topnav .navbar-nav > li > a {
    padding: 4px 8px;
    font-weight: 600;
    font-size: 13px;
}
.nav.navbar-nav.navbar-right a:hover, .nav.navbar-nav.navbar-right a:focus {
    color: #bf2e31;
}
.nav.navbar-nav.navbar-right li {
    margin:0;
}
.nav > li {
    position: static;
    margin-right: 5px;
}
.dropdown {
    position: static;
}
.dropdown-menu {
    left: 0;
    right: 0;
	padding:15px 0;
	background-color: #fff;
    border: none;
	border-radius: .25em !important;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-menu > li a {
    clear: both;
    color: #105c8a;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 6px 20px;
	border-radius: 2px;
}
.dropdown-menu > li a:hover, .dropdown-menu > li a:focus {
    color:#bf2e31;
	text-decoration:none;
}

.navbar-inverse > .container {
 width: 100%;
} 

 /* SUBMENU */
 
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    margin-top: -6px;
    margin-left: 150px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* SUBMENU END */

#logo img {
    float:left;
	margin-right:10px; 
}
#logo > span {
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.1;
    padding-top: 15px;
}
.logo {
    height: 104px;
    margin-bottom: 20px;
    overflow: hidden;
}
.logo a:hover {
    text-decoration:none;
}
.navbar {
    min-height:42px;
}
.navbar-inverse {
    margin-bottom: 0;
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    z-index: 999;
}
.tiles {
    background-color: #2b546d;
}
.navbar-nav > li > a {
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 15px;
    padding: 6px 9px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}
.btn-primary {
    background-color: #bf2e31;
    border-color: #bf2e31;
    color: #fff;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#a32528;border-color:#a32528}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary, .btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#a32528;border-color:#a32528}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #bf2e31;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #bf2e31;
	background-color:transparent;
}


.btn-xs, .btn-group-xs > .btn {
    font-size: 13px;
	outline:none;
}
.btn-simbol-1, .btn-simbol-1:visited {
    background: url(../images/amblem32.png) no-repeat center 10px transparent;
    font-size:1.1em;
	color: #bf2e31;
	width:100%;
	min-height:60px;
	text-align:center;
	padding-top:45px;
	border-radius:0;
}
.btn-simbol-1:hover, .btn-simbol-1:focus {
    background: url(../images/amblem32.png) no-repeat center 10px #ddd;
	
	color: #bf2e31;
}
.btn-simbol-2, .btn-simbol-2:visited {
    background: url(../images/zastava32.png) no-repeat center 10px transparent;
    font-size:1.1em;
	color: #bf2e31;
	width:100%;
	min-height:60px;
	text-align:center;
	padding-top:45px;
	border-radius:0;
}
.btn-simbol-2:hover, .btn-simbol-2:focus {
    background: url(../images/zastava32.png) no-repeat center 10px #ddd;
	
	color: #bf2e31;
}
.btn-simbol-3, .btn-simbol-3:visited {
    background: url(../images/himna32.png) no-repeat center 10px transparent;
    font-size:1.1em;
	color: #bf2e31;
	width:100%;
	min-height:60px;
	text-align:center;
	padding-top:45px;
	border-radius:0;
}
.btn-simbol-3:hover, .btn-simbol-3:focus {
    background: url(../images/himna32.png) no-repeat center 10px #ddd;
	
	color: #bf2e31;
}

#footer-widgets {
    background-color: #2b546d;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    padding: 20px 0;
}
.footer-widget-title {
    color: rgba(255,255,255,0.75);
    font-size: 1.9em;
}
#footer-widgets a, #footer-widgets a:visited, footer a, footer a:visited, .minTile a, .minTile a:visited, .minTile1 a, .minTile1 a:visited, .minInst a, .minInst a:visited {
    color: #fff;
    text-decoration: none;
	transition:all 0.3s;
}
#footer-widgets a:hover, #footer-widgets a:focus, footer a:hover, footer a:focus, .minTile:hover, .minTile:focus, .minInst:hover, .minInst:focus, .minTile1:hover, .minTile1:focus {
    color: #5ebee7;
    text-decoration: none;
}
footer {
    background: #2b546d;
	color:#fff;
	padding:20px 0;
}
footer p {
    margin: 0;
    font-size: .9em;
    line-height: 1.7;
    text-align: center;
}
.copyImg {
    float: none;
    margin: 0 0 15px 0;
}
.toTop {
    background: url(../images/arrow_up.png) no-repeat right 55% transparent;
	float:right;
	padding: 0 18px 0 0;
	display:inline-block;
}
.row.topcontent {
    margin-bottom: 30px;
    margin-top: 10px;
}
.slider-section {
    padding: 0;
    margin-top: 0;
}
.row.slider-row {
    margin: 0;
}
.container-fluid.slider-section .col-md-12 {
    padding: 0;
}
.section-title {
    font-size: 2em;
    font-weight: 500;
    color: #bf2e31;
    margin-bottom: 20px;
    padding-bottom: 5px;
    /* border-bottom: 2px solid rgba(67,129,167,0.3); */
}
.article-title {
    font-size: 2em;
    font-weight: 500;
	margin-bottom: 20px;
    padding-bottom: 5px;
    /* border-bottom: 2px solid rgba(67,129,167,0.3); */
}
.module-2 h2 {
    font-size: 1.8em;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.module, .module-notitle, .module-2 {
    margin-bottom:15px;
}
.module-notitle {
    border:none;
}
.module-2 {
    background: #f5f6f6;
    padding: 20px;
    border-radius: 2px;
}
.topcontent .module-2, .topcontent .module-blue, .najave {
    min-height:360px;
}
.module-vertical {
    display: block;
    overflow: hidden;
}
.module-grey {
    background: #f5f6f6;
    padding: 25px;
	border-radius:5px;
}
.module-grey h2.section-title {
    border-bottom: 1px solid #e5e5e5;
}
.module-blue {
    background: #105c8a;
    padding: 20px;
    border-radius: 2px;
}
.module-blue h2 {
    font-size: 20px;
	color:#fff;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.module-blue a {
    color: #f5f5f5;
    text-decoration: none;
    transition: all 0.2s ease-out;
}
.module-blue a:hover, .module-blue a:focus {
    color: #fff;
    text-decoration: underline;
}
.module-blue .description {
    color: rgba(255,255,255,0.5);
}
.item > h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 7px 0 0;
}
.description {
    color: #999;
    font-size: 13px;
    line-height: 1em;
    margin-top: 3px;
}
ul.list-listings {
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
}
ul.list-listings li:before, ul.list-listings li:after {
    content: "";
    display: table;
}
ul.list-listings li:after {
    clear: both;
}
.listing-body {
    overflow: hidden;
    padding: 0 15px 15px;
}
.vertical-blog .listing-body {
    padding: 0;
}
.news_thumb {
	max-width:100%;
	width: 100%;
	height:auto;
	margin-bottom:6px;
}
.listing-body > h3 {
    line-height: 1.2em;
    font-size: 1.2em;
    font-weight: 500;
    margin: 0;
}
h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0 10px;
    line-height: 1.1;
}
li {
    line-height: 1.5em;
}
.horizontal-blog, .vertical-blog {
    margin-bottom: 15px;
}
.widget-title {
    margin-top:30px;
}

h5, .h5 {
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0;
}
.list-item-info {
    color: #999;
    font-size: 13px;
    margin: 0 0 2px 0;
    display: inline-block;
    font-weight: 500;
}
.article .list-item-info {
    display: inline-block;
    margin-right: 15px;
    margin-top: 0;
    padding-bottom: 10px;
}
.listing-body > p {
    margin:0;
}
ul.list-listings.blog-list .news-image {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 32%;
}
.news-title {
    margin: 0 0 5px;
}
ul.list-listings.blog-list .listing-image {
    float: left;
    overflow: hidden;
    width: 32%;
}
.listing-image img {
    width: 100%;
    height: auto;
}
.vertical-blog .listing-image img {
    border-radius: 2px;
}
.horizontal-blog .listing-image img {
    border-radius: 2px;
}
ul.list-listings .listing-news {
    margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #ededed;
}
ul.list-listings.blog-list .listing-image.first {
    float: left;
    overflow: hidden;
    width: 40%;
}
.gallery-cont {
    overflow: hidden;
    position: relative;
    height: 150px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover !important;
}
.example-image-link:first-of-type {
    display: inline!important;   
}
.imageborder {
    border: 1px solid #e5e5e5;
    padding: 5px;
}
.col-md-4 .img-responsive {
    width: 100%;
}
.listing-image.first .img-responsive {
    display: block;
    height: auto;
    width: 97%;
}
.btn-xs, .btn-group-xs > .btn {
    border-radius: 2px;
    line-height: 1.5;
    padding: 4px 10px;
}
.pagination {
    border-radius: 2px;
    display: inline-block;
    margin: 10px 0;
    padding-left: 0;
}
.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 2px;
    list-style: none outside none;
    margin-bottom: 20px;
    padding: 8px 15px;
    font-size: 0.9em;
    margin-top: 20px;
}
.table > thead > tr {
    background: linear-gradient(to bottom, #f8f8f8 0px, #ececec 100%) repeat-x scroll 0 0 #f2f2f2;
    color: #707070;
    font-weight: 400;
}

/* WEB FONTS */

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/ptsans_regular/PTS55F-webfont.eot');
    src: url('../fonts/ptsans_regular/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptsans_regular/PTS55F-webfont.woff') format('woff'),
         url('../fonts/ptsans_regular/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/ptsans_regular/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/ptsans_bold/PTS75F-webfont.eot');
    src: url('../fonts/ptsans_bold/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptsans_bold/PTS75F-webfont.woff') format('woff'),
         url('../fonts/ptsans_bold/PTS75F-webfont.ttf') format('truetype'),
         url('../fonts/ptsans_bold/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sans_narrowregular';
    src: url('../fonts/ptsansnarrow_regular/PTN57F-webfont.eot');
    src: url('../fonts/ptsansnarrow_regular/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptsansnarrow_regular/PTN57F-webfont.woff') format('woff'),
         url('../fonts/ptsansnarrow_regular/PTN57F-webfont.ttf') format('truetype'),
         url('../fonts/ptsansnarrow_regular/PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sans_narrowbold';
    src: url('../fonts/ptsansnarrow_bold/PTN77F-webfont.eot');
    src: url('../fonts/ptsansnarrow_bold/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptsansnarrow_bold/PTN77F-webfont.woff') format('woff'),
         url('../fonts/ptsansnarrow_bold/PTN77F-webfont.ttf') format('truetype'),
         url('../fonts/ptsansnarrow_bold/PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* NIVO SLIDER */

.theme-default .nivo-controlNav {
    display: none;
}

/* SIDEBAR NAV */

.sidebar-title {
    font-size: 1.5em;
    margin: 2px 0;
    color: #bf2e31;
  	padding:10px 15px;
}
.nav > li > a {
    cursor: pointer;
    display: block;
    position: relative;
}
.nav > li > ul li > a {
    padding: 5px 15px 5px 30px;
}

.nav > li > ul li > ul li > a {
    padding: 5px 15px 5px 45px;
}

.social-media-accounts li {
    clear: both;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-transform: none;
}
.social-media-accounts li > a {
    padding: 6px;
}
.social-media-accounts .connect {
    background-color: #2e3191;
    background-image: url(../images/social-icons-white.png);
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 25px;
    margin-right: 10px;
    overflow: hidden;
    text-indent: -999em;
    width: 25px;
}
.social-media-link .connect {
    background-color: #347da4;
}
.social-media-accounts .twitter .connect {
    background-position: -2px -32px;
}
.social-media-accounts .youtube .connect {
    background-position: -2px -62px;
}
.social-media-accounts .other .connect {
    background-position: -3px -119px;
}
#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}
.scroll-content {
    margin-top: 10px;
}
.widget-container-col {
    margin-top: 20px;
}
.panel-title > a {
    color: inherit;
    outline: medium none;
}

.tileContainer {
    color: #424242;
	padding:14px 0;
}
.topBorder {
    border-top: 1px dotted #ccc;
	margin-top:10px;
	padding-top:25px;
}
.count {
    display: block;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    text-transform: none;
    width: 100%;
	margin-top:-10px;
}
.navbar-collapse h3 {
    margin:8px 0 0 20px;
}
.theme-default .nivoSlider {
    align-items: center;
    justify-content: center;
}
.nivo-caption {
    background: transparent;
    color: #fff;
    left: 5%;
	bottom: 40%;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    width: 90%;
    z-index: 8;
    border-radius: 2px;
	opacity:.8;
	text-align: center;
}
h3.slider-heading {
    font-size: 10vh;
    display: inline-block;
    line-height: 1em;
	letter-spacing:-1px;
}

input[type="search"] {
    box-sizing: content-box;
}

@media only screen and (max-device-width: 980px) {

.minTile, .minInst {
    margin: 5px 0;
}

}

/* SCROLL */

ul.scroll {
    float: none;
    margin: 10px 0 0;
	padding:0;
}
ul.scroll li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 2px 0 0;
}
ul.scroll li a {
    background: url(../images/scroll-icons.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 20px;
    position: relative;
    text-indent: -9999px;
    width: 20px;
	transition: opacity 0.5s ease 0s;
}
ul.scroll li a > span {
    background: url(../images/scroll-icons.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease 0s;
}
ul.scroll li.scrolldown a {
    background-position: 0 0;
}
ul.scroll li.scrollup a {
    background-position: -26px 0;
}
ul.scroll li.scrolldown a:hover {
    background-position: 0 -26px;
}
ul.scroll li.scrollup a:hover {
    background-position: -26px -26px;
}

.btn-focus, .btn:active:focus, .btn.active:focus {
    outline: none !important;
	}
.breadcrumb > .active {
    color: #777;
	display:none;
}
.pagination>li>a, .pagination>li>span {
    margin-left: 1px;
    color: #666;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #fff;
    background-color: #105c8a;
    border-color: #105c8a;
}
.pr-0 {
	padding-right:0!important;	
}

/* CARD details start  */

section.details-card, section.banners, section.ministarstva {
    padding: 50px 0 70px 0;
}
@media (min-width: 1200px) {
	.container {
		width: 80%;
	}
}
.details-card {
	background: #105c8a;
}
h2.cards-title {
    font-size: 4em;
    color: rgba(255,255,255,0.75);
    margin-top: 0;
}
span.cards-subtitle {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
}

.card-content {
	background: #ffffff;
	border: 4px;
	transition: all .2s ease-out;	
}

.aktivnosti .card-content {
min-height: 415px;
}

.card-content:hover, .card-content:focus {
	box-shadow: 0 5px 25px -5px rgba(0,0,0,.5);
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
}
.card-img span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(15,90,140,0.6);
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 0;
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
    padding: 20px;
    min-height: 180px;
}

.card-desc h3 {
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
}

.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}

/* End card section */

/* Slider */

h2.banners-title {
    font-size: 4em;
    color: #bf2e31;
    margin-top: 0;
}
span.banners-subtitle {
    color: #105c8a;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(67,129,167,0.3);
}

.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* SECTION MINISTARSTVA */

section.ministarstva {
    background:#f7f7f7;
}
.btn-ministarstva{
	background-color: #bf2e31;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .7em;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
	border-radius:1px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-ministarstva:hover {
    background: #105c8a;
	color:#fff;
}
a.btn-ministarstva {
    text-decoration: none;
    color: #fff;
}
.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;
}
div.form-inline.topbar-search {
    display: inline-block;
    float: right;
    margin-left: 30px;
    height: 40px;
    line-height: 40px;
}
.topbar-search .form-control {
    border: 1px solid #bcc6cc;
    border-radius: 25px;
    height: 32px;
    padding: 4px 12px;
}
.topbar-search span.glyphicon.glyphicon-search {
    color: #bcc6cc;
}


/* VIDEO BACKGROUND*/
video {
    min-width: 100%;
    display: block;
    max-width: 100%;
}
.video-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 650px; /* Take the height of the video */
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  background-color: transparent;
}
.foreground {
  background: transparent;
    color: #fff;
    left: 5%;
    bottom: 35%;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    width: 90%;
    z-index: 8;
    border-radius: 2px;
    opacity: .7;
    text-align: center;
}
.foreground h1 {
  	font-size: 10vh;
    display: inline-block;
    line-height: 1em;
    letter-spacing: -1px;
}
.panel-default {
    border-color: #fff;
}
.panel-group .panel {
    box-shadow: none;
    border-radius: 1px;
}
.panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f6f6;
    border-color: #e5e5e5;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid transparent;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>a:focus {
    border-bottom: 2px solid transparent;
	border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #ddd;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media (min-width: 768px) {
	.video-wrapper.mobile {
		display:none;
	}
	.navbar-form.navbar-right:last-child {
		margin-top: 30px;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
		height: 42px;
		border: none;
		border-radius: 4px 0 0 4px;
		width: 200px;
		background: rgba(255,255,255,0.7);
	}
	.navbar {
		border-radius: 0;
	}
	.navbar-form button.btn.btn-primary {
		height: 43px;
		margin-left: -4px;
		border-radius: 0 4px 4px 0;
	}
	.module-vertical li {
		float: none;
		width: 100%;
	}
	.module-vertical li:last-of-type {
		margin-right:0;
	}
	.module-vertical ul.list-listings.blog-list .listing-image {
		float: none;
		margin-bottom: 10px;
		overflow: hidden;
		width: 100%;
		height: 200px;
	}
	.navbar-collapse.collapse {
		float: right;
	}
	.gallery-cont:first-of-type {
		padding-left: 15px;
	}
	.gallery-cont:last-of-type {
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 540px !important;
}
	.video-wrapper.desktop {
		display: none;
	}
	.video-wrapper.mobile {
		position: relative;
		top: 0;
		left: 0;
		background: url(../images/mobile-bg.jpg);
		background-size:cover;
		height: 250px;
	}
	.home .navbar-collapse {
		color: #fff;
		background: rgba(16,92,138,0.7);
	}
.slider-section {
		padding: 0;
		margin-top: -8px;
	}
	.foreground h1 {
		font-size: 6vh;
	}
	button.navbar-toggle {
		margin-top: -50px;
		border-radius:1px;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: rgba(0,0,0,0.2);
	}
	.nav.navbar-nav {
		padding: 0 15px;		
	}
	.topnav .nav.navbar-nav {
    display: none;
	}
	div.form-inline.topbar-search {
    display: none;
}
	.header > .container {
    background: transparent;
    padding-top: 6px;
	}
	.logo {
		margin-bottom: 0;
		height:75px;
		width:90%;
	}
	#logo img {
    width: 60px;
    height: auto;
	}
	#logo > span {
    font-size: 20px;
    line-height: 1.2;
	}
	.navbar {
    min-height: 5px;
	}
	.navbar-toggle {
    border: medium none;
	margin: 4px 15px 4px 0;
	}
	.navbar-form {
		margin: 0 -15px;
		padding: 3px 15px;
	}
	.navbar-form .form-group {
    display: inline-block;
    float: left;
    margin-right: 3px;
    width: 78%;
	}
	ul.list-listings.blog-list .listing-image {
		float: none;
		width: 100%;
	}
	ul.list-listings.blog-list .listing-image.first {
		float: none;
		width: 100%;
	}
	ul.list-listings.blog-list .listing-image.first {
		float: left;
		overflow: hidden;
		width: 100%;
	}
	.btn.btn-xs.btn-primary.pull-right {
		display: none;
	}
	.topnav .navbar-right {
    display: block !important;
	margin:0;
	}
	.nav.navbar-nav.navbar-right li {
    display: inline-block;
    margin: 0 3px;
	}
	ul.social-links {
    display:none;
	}
	.navbar-form .form-group {
    display: inline-block;
    float: left;
    margin-right: 3px;
    width: 78%;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;border-radius:1px;
	}
	.navbar-right {
    float: none !important;
}
	.navbar-form .form-control {
    width: 100%;
}
	.nivo-caption {
    display: none !important;
	}
	.dropdown-submenu > .dropdown-menu {
    margin-left: 0;
}
.col-md-3 .navbar-header {
    background: none repeat scroll 0 0 #e9e9e9;
    width: 100%;
}
.col-md-3 .navbar-toggle {
    background-color: #e9e9e9;
    border-radius: 2px;
}
.col-md-3 .navbar-toggle:hover, .col-md-3 .navbar-toggle:focus {
    background-color: #105c8a;
}
.col-md-3 .icon-bar {
    background-color: #666;
}
.col-md-3 .icon-bar:hover {
    background-color: #fff;
}
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -75%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    right: -75%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 75%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    right: 75%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 75%; /* 6 columns */
	background:#ededed;
	box-shadow:1px 1px 0 rgba(0,0,0,0.2);
  }
	.off-btn {
    border-radius: 0 4px 4px 0;
	background: #ededed;
	color:#777 !important;
	margin-left:-15px;
	font-weight:700;
	box-shadow:1px 1px 0 rgba(0,0,0,0.2);
	padding: 7px 15px;
	}
	.off-btn:focus {
    outline:none;
	}
	.btn-focus, .btn:active:focus, .btn.active:focus {
    outline: none !important;
	}
	.off-btn .icon-bar {
    border-radius: 1em;
    display: block;
	background-color:#888;
    height: 6px;
    width: 6px;
	margin: 0 2px;
	float:left;
	}
	.row-offcanvas-left .open {
    display:inline-block;
	}
	.row-offcanvas-left .closed {
    display:none;
	}
	.row.row-offcanvas.row-offcanvas-left.active .open {
    display:none;
	}
	.row.row-offcanvas.row-offcanvas-left.active .closed {
    display:inline-block;
	}
	.breadcrumb {
    display:none;
	}
	.visible-xs {
    margin: 0 0 5px;
	}
	.navbar {
    margin-bottom: 5px;
	}
	.nav.navbar-nav.navbar-right a, .nav.navbar-nav.navbar-right a:visited {
		color: #105c8a;
		font-size: 14px;
		font-weight: 400;
		padding: 3px 5px;
		margin-top: 0;
	}
	#logo > span {
    display: inline;
}

}

.customer-logos {
 overflow: hidden;
 min-width: 100%;
 width: 0;
}


#RibbonContainer {
    position: relative;
    z-index: 1031;
}

.news-from-vlada li {
    list-style: none;
    margin-bottom: 5px;
}

.news-from-vlada ul.blog-list>li {
    float: left;
}

.izdvajamo-text-list  li {
    list-style: none;
    margin-bottom: 5px;
}

.izdvajamo-text-list ul.blog-list>li {
    float: left;
}

li.swPage {
    float: left;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	z-index: 102;
}

.nav > li > div {
    display: block;
}
.nav > li > div > a {
    padding: 10px 15px;
    display: inline-block;
}
.nav > li > div > a:hover, .nav > li > div > a:focus {
    text-decoration: none;
}
.nav > li > div:hover, .nav > li > div:focus {
    text-decoration: none;
    background-color: #eee;
} 

.navigationWrapper a:hover, .navigationWrapper a:focus {
    text-decoration: none;
} 

/* VIDEO BACKGROUND*/
 
video {
    min-width: 100%;
    display: block;
    max-width: 100%;
}
.video-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px; /* Take the height of the video */
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  background-color: transparent;
}
.foreground {
  background: transparent;
    color: #fff;
    left: 5%;
    bottom: 35%;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    width: 90%;
    z-index: 8;
    border-radius: 2px;
    opacity: .7;
    text-align: center;
}
.foreground h1 {
                font-size: 10vh;
    display: inline-block;
    line-height: 1em;
    letter-spacing: -1px;
}
 
.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
 


