* {
	outline: 0;
}

/*.span12 p.okancelariji {
	background: rgba(0,0,0,0.5);
	padding: 20px 20px 20px 20px;
	border-radius: 6px;
	text-align: justify;
}*/

p.okancelariji {
	background: rgba(0,0,0,0.5);
	padding: 20px 20px 20px 20px;
	text-align: justify;
	/*width: 85%;*/
	margin: -50px auto 0px auto;
}


#schedule .span4 {
	width: inherit;
}

#speakers h4, #venue h4 {

}
#workshops  .student {
	width: 250px;
	float: left;
	padding: 0 15px 0 0;
}
.logo-footer {
	background: url(../images/logo-footer.png);
	width: 180px;
	height: 40px;
	margin: 15px auto 20px;
}
.hero-unit .iusful {
	background: url(../images/iusful.png);
	width: 83px;
	height: 83px;
	margin: 20px auto;
}
.okancelariji img {
	float: left;
	height: 250px;
	padding: 0 15px 0 0;
}
#speakers .row {
	margin: 0px 0px 0px 110px;
}
#workshops {
background: url(../images/backgrounds/novosti.jpg) center center no-repeat fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
#workshops h2 {
	color: #fff;
}
#schedule p {
	text-align: justify;
}
#schedule ul {
	list-style-type: circle;
	color: #fff;
}
#schedule ul li {
	line-height: 1.5em;
	color: #393e46
}
#speakerscarousel ul li:nth-child(3) {
	margin: 0 0 140px 0;
}

.nav-collapse ul.language  {
	float: left;
	color: #fff;
	margin: 6px 0 0 35px;
}

.nav-collapse ul.language a {
	color: #fff;
}

.nav-collapse ul.language li {
	display: inline;
}
#language {
	position: absolute;
	top: 70px;
	left: 26%;
	z-index: 990;
	font-weight: bold;
}
#language ul li {
	display: inline;
	margin: 0 10px 0 0;
}
#language ul li img {
	margin: 0 0 2px 0;
}
#speakerscarousel > ul > li:nth-child(2) > div {
	margin: 0 0 90px 0;
}
#speakerscarousel > ul > li:nth-child(3) > div {
	margin: 0 0 90px 0;
}

#speakerscarousel > ul > li > div > div.text-wrap.white > p {
	display: none;
}

#speakerscarousel > ul > li > div > div {
	cursor: pointer;
}

#speakerscarousel > ul > li > div > div.text-wrap.white > p {
	text-align: justify;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    #language ul li span.language-label {
		display: none;
    }
}
@media screen and (min-width: 1700px) {
    #language {
		left: 30%;
    }
}
@media screen and (max-width: 960px) {
    #language {
		left: 35%;
    }
}