@font-face {
    font-family: 'robotoregular';
    src: url('../WebFonts/roboto-regular-webfont.eot');
    src: url('../WebFonts/roboto-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../WebFonts/roboto-regular-webfont.svg#Roboto Light') format('svg'),
    url('../WebFonts/roboto-regular-webfont.woff') format('woff'),
    url('../WebFonts/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../WebFonts/roboto-light-webfont.eot');
    src: url('../WebFonts/roboto-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../WebFonts/roboto-light-webfont.svg#Roboto Light') format('svg'),
    url('../WebFonts/roboto-light-webfont.woff') format('woff'),
    url('../WebFonts/roboto-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotothin';
    src: url('../WebFonts/roboto-thin-webfont.eot');
    src: url('../WebFonts/roboto-thin-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../WebFonts/roboto-thin-webfont.svg#Roboto Light') format('svg'),
    url('../WebFonts/roboto-thin-webfont.woff') format('woff'),
    url('../WebFonts/roboto-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.clear{
    clear: both;    
}

/* Space out content a bit */
body {
  padding: 0;
  font-family: 'robotomedium', sans-serif;
}

img{
    max-width: 100%;
    height: auto;
}
#lightbox img{
	max-width: none;
}


a,
a:hover{
	color: inherit;
	background: inherit;
}
.IE7 a,
.IE7 a:hover{
	color: #777777 !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, .h1 a:focus, .h2 a:focus, .h3 a:focus, .h4 a:focus, .h5 a:focus, .h6 a:focus,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'robotolight', sans-serif;
    line-height: 1.1;
    color: inherit;
	text-decoration: none;
	cursor: default;
	outline: none;
    clear: both;
}
.hMargin h1, .hMargin h2, .hMargin h3, .hMargin h4, .hMargin h5, .hMargin h6{
	margin-left: 15px;
}

h1{font-size: 28px;}
h2{font-size: 25px; font-weight: bold;}
h3{font-size: 23px;}
h4{font-size: 22px;}
h5{font-size: 23px;}
h6{font-size: 20px;}

ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style-type: none;
	background: url(../../SPIImagesList/DesignImages/square-red-bullet.gif) 0 6px no-repeat;
	padding: 0 0 0 18px;
}
ul.dropdown-menu{
	border-radius: 0;
	top: auto !important;
}
ul.dropdown-menu li{
	background: none;
	margin: 0;
	padding: 0;
}
ul.dropdown-menu li a:hover{
	background: #ED1B24;
	color: #ffffff;
}
/*----------HEADER----------*/
.header{
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.header {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}
.logo-cnt{
    display: block;
    float: left;
}
@media (max-width: 768px) {
    .logo-cnt{
        float: none;
        text-align: center;  
		padding: 20px 0;
    }   
}
.navbar-nav{
	padding: 39px 0 0 0;
}
.navbar{
    display: block;
    float: right;
    width: auto;
    min-width: 0;
    padding: 0;
}
.navbar-right{
	position: relative;
}

.navbar-nav ul li{
	display: inline-block;
	*display: inline;
	list-style-type: none;
	background: none;
	padding: 0;
}
.navbar-nav ul li > ul li{
	display: block;	
	list-style-type: none;
	background: none;
}
.nav > .MenuLine > ul > li > span.dropdown-toggle,
.nav > .MenuLine > ul > li > a{
	padding: 10px 10px !important;
	display: block;
	/* padding: 0 !important; */
}

@media (max-width: 768px){
	.nav > .MenuLine > ul > li > span.dropdown-toggle{
		color: #ffffff !important;
	}
}

/*enable openning dropdown on hover*/
@media (min-width: 769px) {
	.navbar-nav > div > ul > li:hover > ul.dropdown-menu{
		display: block;
	}
}

.IE7 .container .navbar-nav span,
.IE7 .container .navbar-header span,
.IE8 .container .navbar-nav span,
.IE8 .container .navbar-header span{
	color: #777777 !important;
}
.navbar-nav > div > ul > li{
	*float: left;
}
@media (max-width: 768px) {
	.navbar-nav > div > ul > li{
		*float: none;
	}
	.dropdown-menu{
		padding: 0;
	}
	.navbar-nav{
		padding: 0;
	}
	.navbar-nav > div > ul > li{
		display: block;
		color: #ffffff;
		padding: 0;
	}
	.navbar-nav ul li a,
	.navbar-nav ul li span.dropdown-toggle{
		display: block;
		padding: 10px 10px !important;
		cursor: pointer;
	}
	.navbar-nav > div > ul > li > a,
	.navbar-nav > div > ul > li > span.dropdown-toggle{
		padding-left: 20px !important;
	}
	.navbar-nav ul li:hover{
		background: #ED1B24;
	}
	.navbar-nav ul li:hover ul,
	.navbar-nav ul li:hover ul li{
		background: #777777;
	}
	.navbar-nav ul li a:hover{
		text-decoration: none;
	}
	.navbar-nav ul li ul li{
		padding-left: 30px;
	}
	.navbar-nav ul li ul li:hover {
		background: #ED1B24;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff !important;
		padding-left: 35px;
	}
	.IE7 .container .navbar-nav,
	.IE7 .container .navbar-header,
	.IE8 .container .navbar-nav,
	.IE8 .container .navbar-header{
		background: #777777 !important;
	}
	.IE7 .container .navbar-nav a,
	.IE8 .container .navbar-nav a{
		color: #ffffff !important;
	}
	.IE7 .container .navbar-header{
		height: 50px;
	}
	.IE7 .container .navbar-toggle .icon-bar,
	.IE8 .container .navbar-toggle .icon-bar{
		background-color: #cccccc !important;
	}
	.IE7 .container .navbar-toggle,
	.IE8 .container .navbar-toggle{
		border-color: #dddddd !important;
	}
}

.navbar-default{
    display: block;
}
@media (max-width: 768px) {
    .navbar{
        float: none;
    }
}

.navbar-default .navbar-nav > div > ul > li> span,
.navbar-default .navbar-nav > div > ul > li> a{
	text-decoration: none;
	cursor: pointer;
	padding: 10px 10px !important;
	display: block;
}
.navbar-default .navbar-nav > div > ul > li> span:hover{
	background: #ED1B24;
	color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1000px){
	.navbar-nav{
		max-width: 400px;
	}
}

.navbar-default .navbar-nav > .MenuLine > ul > li.selected,
.navbar-default .navbar-nav > .MenuLine > ul > li > ul > li.selected,
.navbar-default .navbar-nav > .MenuLine > ul > li > ul > li.selected a,
.navbar-default .navbar-nav > .MenuLine > ul > li > a:hover,
.navbar-default .navbar-nav > .MenuLine span.dropdown-toggle:hover,
.navbar-default .navbar-nav > div > ul > li> a:hover,
.navbar-nav > .MenuLine > div > ul:hover,
.navbar-default .navbar-nav > div > ul > li.selected > a,
.navbar-default .navbar-nav > div > ul > li.selected > a:hover,
.navbar-default .navbar-nav > div > ul > li.selected > a:visited{
	background: #ED1B24;
	color: #ffffff;
	background: #ED1B24 !important;
	color: #ffffff !important;
	text-decoration: none;
}
.open > .dropdown-toggle > a{
	background: #ED1B24;
	color: #ffffff !important;
}

.IE8 .navbar-nav a:hover,
.IE7 .navbar-nav a:hover{
	background: red !important;
	color: #ffffff !important;
}
.nav-br-dev{
	display: none;
	height: 1px;
}
@media (min-width: 768px) {
	.nav-br-dev{
		display: block;
	}
	.navbar-right,
	.dropdown-menu{
		right: auto !important;
	
		margin: 0 !important;
}
}
@media (min-width: 992px) {
	.nav-br-dev{
		display: none;
	}
}

@media (max-width: 768px) {
  .navbar-default .navbar-nav > div > .selected > a,
  .navbar-default .navbar-nav > div > .selected > a:hover,
  .navbar-nav > .MenuLine > span.selected,
  .navbar-nav > .MenuLine > span:hover{
    background: none;
  }
}

.navbar-default .navbar-nav > .MenuLine > div > span:hover > a,
.navbar-default .navbar-nav > .MenuLine > span:hover > a{
	color: #ffffff;
	text-decoration: none !important;
	cursor: pointer;
}
.navbar-nav a{
	text-decoration: none !important;
}
.ms-hidden{
	display: none;
}
.lang-cnt{
	position: absolute;
	top: 0;
	right: 0px;
	*width: 160px;
	display: none;
}
body .lang-cnt ul li{
	display: inline-block;
	*display: inline;
	background: none;
	margin: 0;
	padding: 0 2px;
}
@media (max-width: 1000px) {
	.homeLink{
		display: none !important;		
	}
}

.lang-cnt a{
	display: inline-block;
	*display: block;
	*float: left;
	*margin-left: 5px;
	min-width: 30px;
	*width: 30px;
	height: 30px;
	line-height: 30px;
	background: #777777;
	text-align: center;
	color: #ffffff;
	*color: #ffffff !important;
	text-decoration: none;
	margin-left: 3px;
}
.lang-cnt a:hover,
.lang-cnt a.selected{
	background: #ED1B24;
	*color: #ffffff !important;
}

/*---------COOKIES------------------*/
/*Cookie warnig notice */
body #CookieWarning {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    border-bottom: 1px solid #C02600;
    line-height: 28px;
    background-color: #ED1B24;
    font-size: 12px;
	padding: 12px;
	font-family: 'robotolight', sans-serif;
	text-align: center;
}
body #CookieWarning span{
    padding: 5px 10px;   
    color: #ffffff;
}
body #CookieWarning span.ButtonAccept{
    background-color: #ffffff;
	background-image:none;
    border: none;
    border-radius: 0;
    color: #ED1B24;
	padding: 10px;
	display: inline-block;
}
body #CookieWarning span.ButtonDecline{
    color: #ffffff;  
	display: inline-block;
}
body #CookieWarning span.ButtonDecline,
body #CookieWarning span.ButtonAccept{
    cursor:pointer;
}


/*----------NIVO CORRECTIONS----------*/
.slider-master-cnt{
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
}
.container .nivoSlider{
	text-align: center;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
}
.container .nivoSlider img{
	display: none;
}
.container .nivoSlider img:first-child{
	display: block;
}
.container .nivo-caption {
	position: absolute;
	width:	1024px;
	margin: 0 0 0 -512px;
	left: 50%;
	bottom: 61px;
	color:#fff;
	width: 1024px;
	z-index:8;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	background:#000;
	bottom: 50px;
}
@media screen and (max-width: 1024px) {
	.container .nivo-caption {
		position: static;
		bottom: 0;
		left: 0;
		margin: 0;
		background: #777777;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.container .nivo-caption {
		width: 100%;
	}
}
.container .theme-default .nivo-caption{
    font-family: 'robotothin', sans-serif;
}
.container .theme-default .nivo-controlNav a {
	background:url(bullets.html) no-repeat;
	margin: 0 0px;
}
.container .theme-default .nivo-controlNav a {
	background: url(../../SPIImagesList/DesignImages/bullets.jpg);
}
.container .theme-default .nivo-directionNav a {
	background:url(../../SPIImagesList/DesignImages/arrows.png) no-repeat;
	width: 29px;
	height: 80px;
}
.container .theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 30px;
}
.container .theme-default a.nivo-prevNav {
	left:30px;
}

/*----------MAIN----------*/
/* Customize container */
@media (min-width: 1024px) {
  .container {
    width: 100%;  
    margin: 0 auto;
	padding: 0;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .main{
      width: 1024px;
      margin: 0 auto;
  }
}
.devided-block{
	margin: 20px 0 0 0;
}
.devided-block > div{
	margin: 20px 0 10px 0;
}
.left-side-main-text{
	padding-left: 0;
	padding-right: 0;
}
.right-side-img-cnt{
	*padding-left: 0;
	*padding-right: 0;
}
@media (max-width: 768px) {
	.left-side-main-text{
		padding-left: 0;
		padding-right: 0;
	}
	.right-side-img-cnt{
		padding-left: 0;
		padding-right: 0;
	}
}
.right-side-img-cnt img{
	width:	100%;
	min-width: 100%;
}
.red-holder{
	background: #ED1B24;
	padding: 5px 10px 22px 10px;
	margin: 0 0 10px 0;
	color: #ffffff;
}
.red-holder ul{
	margin: 15px 0 0 10px;
}
.red-holder ul li{
	background: url(../../SPIImagesList/DesignImages/square-white-bullet.gif) 0 6px no-repeat;
	margin: 12px 0 0 0;
}
.IE7 .red-holder a{
	color: #ffffff !important;
}
.created_date{
	padding: 0 0 21px 0;
}

/*----------news----------*/
.news-list-cnt{
	padding: 15px 0 0 0;
}
.news-title-cnt{
	padding-bottom: 12px;
}
.news-list-cnt .item{
	padding: 0 0 10px 0;
}
.news-list-cnt .item .title{
	background: #777777;
	color: #ffffff;
	padding: 0px 20px;
	font-size: 19px;
	font-family: 'robotolight', sans-serif;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.news-list-cnt .item .active{
	background: #ED1B24;
}
.news-list-cnt .newsArchiveButton:hover,
.news-list-cnt .newsArchiveButton{
	display: block;
	background: #ED1B24;
	color: #ffffff;
	*color: #ffffff !important;
	padding: 0px 20px;
	font-size: 19px;
	font-family: 'robotolight', sans-serif;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
}
.news-list-cnt .newsArchiveButtonLoading:hover,
.news-list-cnt .newsArchiveButtonLoading{
	background: #ED1B24 url('../../SPIImagesList/DesignImages/ajax-loader.gif') center center no-repeat;
}
@media (max-width: 350px) {
	.news-list-cnt .newsArchiveButtonLoading:hover,
	.news-list-cnt .newsArchiveButtonLoading{
		background: #ED1B24 url('../../SPIImagesList/DesignImages/ajax-loader.gif') 200px 22px no-repeat;
	}	
}

.news-list-cnt .item .date{
	float: right;
	font-size: 15px;
}
.news-list-cnt .item .text{
	padding: 10px 20px;
	display: none;
}

.main table tr td{
	border: 1px solid #333333;
}

/*Link List Item*/
.linkListItem{
    /* background: #ED1B24; */ *;
	margin-bottom: 30px;
}
.linkListItem a,
.linkListItem a:hover{
	position: relative;
	display: block;	
	min-height: 75px;
	color: #ffffff;
	padding: 10px 50px 10px 10px;
	cursor: pointer;	
	background: #ED1B24;	
	text-decoration: none;
}
.linkListItem a .title_holder{
	display: inline-block;
	*display: inline;
	background: #ED1B24;
	padding: 10px;
	margin-top: 10px;
}
.CKEImageGallery img{
	margin-right: 10px;
	margin-bottom: 10px;
}

/*Mediji o nas*/
.fileListCnt{
	
}
.fileListCnt .linkListItem{
	margin-bottom: 30px;}
.fileListCnt .linkListItem a{
	display: block;
	min-height: 100px;
	color: #ffffff;
	padding: 10px 50px 10px 10px;
	cursor: pointer;
}
.fileListCnt .linkListItem a .date{
	display: block;
	font-size: 80%;
}
@media (max-width: 768px) {
	.fileListCnt .linkListItem a{
		min-height: 50px;
		padding: 10px;
	}
	.fileListCnt .linkListItem{
		margin-bottom: 10px;
	}
}
/*galerija*/
.galleryListCnt .linkListItem a{
	min-height: 180px;
}
/*clani drustva*/
.claniDrustvaCnt{
	margin-top: 25px;
}
.claniDrustvaCnt .linkListItem{
	margin-bottom: 15px;
}
.claniDrustvaCnt .linkListItem .clan{
	background: #777777; 
	width: 100%;
	min-height: 20px;
	color: #ffffff;
	padding: 10px;
}
/*video*/
.videoItem {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.videoItem iframe,
.videoItem object,
.videoItem embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----------FOOTER----------*/
.footer {
    margin: 30px 0 0 0;
    color: #777;
	font-family: 'Roboto', sans-serif;
}
.footer a{
    *color: #ffffff !important;
}
.footer-ribbon{
	position: relative;
	background: #ed1b24;
	color: #ffffff;
}
.footer-ribbon-inner{
	max-width: 1024px;
	padding: 0 0 5px 0;
	margin: 0 auto;
}
.ribbon-arrow{
	position: absolute;
	bottom: -42px;
	left: 50%;
	margin: 0 0 0 -75px;
	display: none;
}
.footer .row{
	/* padding: 0; */
	margin: 0 auto;
}
.footer .col-lg-6{
	padding: 0;
}
@media screen and (min-width: 1200px) {
	.footer .col-name-and-surname{
		padding: 0 10px 0 0;
		*padding: 0;
	}
	.footer .col-email{
		padding: 0 0 0 10px;
		*padding: 0;
	}
}
.address-1,
.address-2,
.contact-form-title{
	font-size: 12px;
	font-family: 'robotolight', sans-serif;
	margin-top: 28px;
	padding-bottom: 10px;
	text-align: left;
}
.contact-form-title{
	display: none;
}
@media screen and (max-width: 990px) {
	.address-holder{
		text-align: center;
	}
	.address-1,
	.address-2{
		display: inline-block;
		*display: inline;
		text-align: left;
	}	
}
@media screen and (max-width: 460px) {
	.address-1,
	.address-2{
		display: block;
	}	
}
.contact-form-title{
	font-size: 36px;
	font-family: 'robotothin', sans-serif;
	text-align:center;
	margin: 47px 0 0 0;
	padding: 0 0 20px 0;
}
.IE7 .contact-form-title,
.IE8 .contact-form-title{
	margin: 40px 0 0 0;
}
.footer .footer-form{
    max-width: 1024px;
    margin: 0 auto;
	padding: 42px 0 0 0;
	display: none;
}
.footer .footer-form h2{
	font-family: 'robotothin', sans-serif;
	font-size: 25px;
}
.footer-form .InputFormWrapper{
	height: 60px;
	border: 1px solid #b1b1b1;
	margin: 18px 0 0 0;
	padding: 0;
}
.footer-form .Wrapper-textarea .InputFormWrapper{
	height: auto;
	min-height: 120px;
}
.footer-form .submit-cnt .InputFormWrapper{
	border: none;
}
.footer-form .submit-cnt .InputFormWrapper input{
	background: #ed1b24;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	color: #ffffff;
	height: 60px;
	padding: 0 60px;
	font-size: 18px;
}
@media screen and (max-width: 460px) {
	.footer-form .submit-cnt .InputFormWrapper input{
		width: 100%;
	}
}
.footer-form .Label{
	position: absolute;
	height: 58px;
	line-height: 58px;
	padding: 0 0 0 20px;
	font-size: 18px;
	color: #919191;
	width: 100%;
	overflow: hidden;
}
.footer-form .Wrapper{
	position: absolute;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
.footer-form .Wrapper .ValidationMesage{
	position: absolute;
	top: 16px;
	left: 0px;
}
.footer-form .Wrapper input[type=text],
.footer-form .Wrapper textarea{
	background: none;
	border: none;
	box-shadow: none;
	height: 58px;
	line-height: 58px;
	width: 100%;
	padding: 0;
	margin: 0;
	text-indent: 20px;
	font-size: 18px;
	color: #919191;
}
.footer-form .Wrapper textarea{
	height: auto;
	min-height: 118px;
	line-height: 1.2em;
	padding: 20px 20px 0 20px;
	text-indent: 0;
}
.footer-form .Wrapper input[type=text]:focus{
	background: #ffffff;
}
.cc-inner{
	max-width: 1024px;
	margin: 0 auto;
	font-size: 12px;
	padding: 20px 0;
}
@media (max-width: 768px){
	.cc-inner{
		text-align: center;
	}	
}
@media (max-width: 400px){
	.cc-inner{
		text-align: left;
	}	
}
.cc-inner-text{
	padding-top: 5px;
	font-size: 12px;
	text-align: left;
}
@media (max-width: 768px) {
    .cc-inner-text{
		width: 180px;
		text-align: left;
		display: inline-block;
		min-width: auto !important;
		width: auto;
		padding-right: 88px;
		margin: 0 auto;
	}   
}
@media (max-width: 400px){
    .cc-inner-text{
		padding-right: 0;
	}   
}
.bs-logo-cnt{
	text-align: right;	
}
@media (max-width: 768px) {
    .bs-logo-cnt{
		text-align: center;	
		padding-top: 20px;
	}   
}
@media (max-width: 400px){
	.bs-logo-cnt{
		text-align: left;
	}
}
.bs-logo-cnt img{
	display: inline-block;
	*display: inline;
}
.bs-text{
	display: inline-block;
	*display: inline;
	padding: 5px 110px 0 0;
	background: url('../../SPIImagesList/DesignImages/bslogotip.png') top right no-repeat;
	min-height: 44px;
	font-size: 12px;
}
.bs-text a{
	background: none;
	color: #777777;
}