#ObStudijske{
	padding-top: 5px;
}
#ObStudijske .content {
	width: 864px;
	margin-top: 10px;
	float: left;
}
#ObStudijske .content2 {
	width: 296px;
	margin-top: 10px;
	float: left;
}
.block-obstudijske-dejavnosti{
	margin-top: 5px;
}
#ObStudijske .content .flex-container {
	width: 864px;
	display: flex;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box-flex; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
}
#studijskeNaslov {
	color: #fff;
	font-family: 'Klavika-Light';
	font-size: 25px;
	padding: 20px 20px 15px 20px;
}
#studijskeContent {
	color: #fff;
	font-family: 'Klavika-Light';
}
#studijskeContent > a {
	margin-left: 20px;
}
.studijske {
	background-image: linear-gradient(to top, #e12a26 4%, rgba(242,242,242,100) 0%)
}
.studijske > a {
	color: #333333;
	font-family: 'Klavika-Light';
}
.studijske-text {
	text-decoration: none;
	display: block;
	color: #333333;
	font-size: 25px;
	padding: 15px 35px 0px 25px;
}
.Studijske {
	display: inherit;
}
.Studijske #studijskeContent {
	float: right;
	background: #e12a26;
	width: 273px;
	height: 100%;
}
#studijskeDots {
	height: 2px;
	width: 40px;
	background-image: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 8px 2px;
	text-decoration: none;
	background-repeat: repeat-x;
	margin-top: 35px;
	margin-left: -21px;
	position: absolute;
	background-repeat: repeat-x;
	margin-right: 50px;
}

.studijskeDots {
	height: 2px;
	width: 40px;
	background-image: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 8px 2px;
	text-decoration: none;
	background-repeat: repeat-x;
	margin-top: 35px;
	margin-left: -21px;
	position: absolute;
	background-repeat: repeat-x;
	margin-right: 50px;
}

#studijskeContent > p {
	padding: 0px 30px 50px 20px;
	font-size: 14px;
	font-family: 'Verdana';
	line-height: 1.7;
    margin-bottom: 25px;

}
.Studijske #studijskeSlika > img {
	width: 591px;
	height: 294px;
}
#ObStudijske .content2 .flex-container {
	display: flex;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box-flex; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.Sodelovanje {
	margin-top: 30px;
	background-color: #f1f1f1;
	padding: 1px 0px 15px 0px;
}
.sodelovanje-wrap {
	display: flex;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box-flex; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	
	justify-content: space-between;
	-webkit-justify-content: space-between;
	
	
	padding: 10px 0px 10px 0px;
}
/*sodelovanje big*/
.sodelovanjeBig:first-child {
	/*margin-right: 15px;*/
}
.sodelovanjeBig {
	overflow: hidden;
	width: 569px;
	height: 200px;
	/*padding-bottom: 10px;*/
}

.mobile-text, .mobile-text > ul > li, .mobile-text > ul > li > a {
    font-family: 'Verdana';
    color:black;
    font-size: 14px;
    line-height: 20px;
}

 .mobile-text {
	padding: 20px;
}

.mobile-text ul{
	margin-top: 0px;
}

.sodelovanjeBig  img, .sodelovanjeBig .img {
	width: 100%;
	/*height: 100%;*/
	height: 200px;
    background-position: center;
    background-size: cover;
}
.sodelovanjeSub, .sodelovanjeSub-small {
	color: #fff;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.sodelovanjeSub .vsebina, .sodelovanjeSub-small .vsebina {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
}

.sodelovanjeSub .naslov, .sodelovanjeSub-small .naslov {
	background-color: rgba(0,0,0,0.8);
	border-bottom: 4px solid #e12a26;
	
	color: #fff;
	padding: 12px 15px;
	font-family: 'Klavika-MediumCond';
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sodelovanjeSub .content > ul, .mobile-text > ul {
	/*list-style-image: url(/sites/all/modules/custom/obstudiju/images/bullet-heading-small.png);*/
	list-style:none;
	padding-left: 20px;
}
.sodelovanjeSub .content > ul > li, .mobile-text > ul > li {
	background-image: url(/sites/all/modules/custom/obstudiju/images/bullet-heading-small.png);
    background-repeat: no-repeat;
    background-position: 0% 65%;
	padding-left: 20px;
    margin-top: 7px;
}


.sodelovanjeSub .content, .sodelovanjeSub-small .content {
	padding: 1px;
	/*height: 110px;*/
	
	font-family: 'Verdana';
	background-color: rgba(0,0,0,0.8);
}
.sodelovanjeSub .content >p {
	padding: 15px;
	font-size: 10pt;
}
.sodelovanjeSub .content > ul > li > a {
	color: #fff;
	font-family: 'Verdana';
	text-decoration:none;
	font-size: 10pt;
}
.sodelovanjeSub .content > ul > li > a:hover {
	text-decoration: underline;
}
/*sodelovanje small*/

.sodelovanjeSmall {
	width: 372px;
	height: 140px;
	overflow: hidden;
}
.sodelovanjeSmall:not(:last-child) {
	/*margin-right: 15px;*/
}
.sodelovanjeSmall .img {
	height: 140px;
}
.sodelovanjeSub-small {
	/*width: inherit;
	overflow: hidden;
	position: absolute;
	margin-top: 91px;*/
	color: #fff;
	/*height: 47px;*/
	transition: all .4s;
	-webkit-transition: all .4s;
}
/*.sodelovanjeSub-small > #naslov {
	background-image: linear-gradient(to top, #e12a26 11%, rgba(0,0,0,0.8) 0%);
	text-align: center;
	color: #fff;
	font-family: 'Klavika-MediumCond';
	width: 100%;
	padding: 14px 0px 0px 15px;
	text-align: left;
	height: 34px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}*/

.sodelovanjeSub-small > .content {
	padding: 10px 0px 0px 15px;
	height: 45px;
	font-family: 'Verdana';
	font-size: 10pt;
	background-color: rgba(0,0,0,0.8);
}
.sodelovanjeSub-small > .content > a {
	color: #fff;
	text-decoration: underline;
}
#gumbRdec {
	text-decoration: none;
    padding: 10px 24px 8px;
	border: solid 1px #e12a26;
	border-radius: 2px;
	text-transform: uppercase;
	color: #e12a26;
	font-size: 14px;
    line-height: 14px;
	font-family: 'Klavika-Bold';
    
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}#gumbRdec:hover{
    background-color: #e12a26;
    color:#f1f1f1;
}

.gumbRdec {
	text-decoration: none;
    padding: 10px 24px 8px;
	border: solid 1px #e12a26;
	border-radius: 2px;
	text-transform: uppercase;
	color: #e12a26 !important;
	font-size: 14px;
    line-height: 14px;
	font-family: 'Klavika-Bold';
    
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.gumbRdec:hover{
    background-color: #e12a26;
    color:#f1f1f1 !important;
}


#gumbBel {
	text-decoration: none;
	padding: 10px 24px 8px;
	border: solid 1px #fff;
	border-radius: 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
    line-height: 14px;
	font-family: 'Klavika-Bold';
	margin-right: 10px;
	letter-spacing: 1px;
    
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    
   
}
#gumbBel:hover {
    color:#E12A26;
    background-color: #fff;
}

.gumbBel {
	text-decoration: none;
	padding: 10px 24px 8px;
	border: solid 1px #fff;
	border-radius: 2px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 14px;
    line-height: 14px;
	font-family: 'Klavika-Bold';
	margin-right: 10px;
	letter-spacing: 1px;
    
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    
   
}
.gumbBel:hover {
    color:#E12A26 !important;
    background-color: #fff;
}


@media screen and (max-width: 1160px) {
	.sodelovanje-wrap {
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox; /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Chrome */
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#ObStudijske .content .flex-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
/*@media screen and (max-width: 900px) {
	.sodelovanjeBig {
		width: 420px;
		margin: 5px 1%;
	}
	.sodelovanjeSmall {
		width: 274px;
		margin: 5px 1%;
	}
}
@media screen and (max-width: 400px) {
	.sodelovanjeBig {
		width: 302px;
		margin: 5px 1%;
	}
	.sodelovanjeSmall {
		width: 302px;
		margin: 5px 1%;
	}
}*/
@media screen and (max-width: 620px) {
	.Studijske #studijskeSlika {
		display: none;
	}
}
.breadcrumb{
	position: absolute;
    background-color: rgba(51,51,51,0.4);
    color: #fff;
    font-family: 'Verdana';
    font-size: 10px;
   	right: -198%;
    margin-top: 17px;
    padding: 1px 5px 3px 5px !important;
    display:inline-block;
    vertical-align: middle;
}
.breadcrumb > a{
	color: #fff;
	text-decoration: none;
}
.breadcrumb > img{
	margin-left: 7px;
	margin-right: 3px;
	margin-top: 3px;
	vertical-align: middle;
}
.breadcrumb > a,
.breadcrumb > img{
	float:left;
}
.breadcrumb > a:not(:last-child):after{
  content: '';
  display: block;
  background: white;
  height: 2px;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.3;
  margin-top: 0px;
}

.dejavnosti-grid-custom .dejavnost-item:hover .dejavnostNaslov {
	color: #E12A26;
}

.dogajanjaItemNumber{
	margin-top: 13px;
	margin-bottom: 10px;
}
.block-pridite-na-fri{
	padding-top: 5px;
}

.dejavnosti-grid{
    /*max-width:1160px;*/
}
.dejavnost-item{
    width: 273px ;
    height: 137px ;
    background-image: linear-gradient(to top, #e12a26 4%, rgba(242,242,242,100) 0%);
    margin-bottom: 11px;
    margin-top: 10px;
    float: left;
    
    position: relative;
}
.dejavnost-item  .dejavnost-subContent{
    background-color:#E12A26;
    display:none;
    width: 273px;
    height: 137px;
}
.dejavnost-item:hover{
	cursor: pointer;
} 
.dejavnostActive{
	background-image:none ;
    background-color:#E12A26;
    width:863px;
    height:294px;
    cursor:auto;
    z-index:3;
}
.dejavnostActive  .dejavnost-subContent{
    display:block;
    float: right;
    background: #e12a26;
    width: 240px;
    padding: 10px 20px;
    height: calc(100% - 20px);
}
.dejavnost-item  .mansory-image{
	display:none;
	/*transition: all 10s;*/
}
.dejavnostActive  .mansory-image{
    display:block;
   	width: 591px;
    height: 294px;
    background-position: center;
    background-size: cover;
}

.dejavnost-item:not(.dejavnostActive) .image-fade {
	display: none;
}

.dejavnost-item .image-fade{
	display: none;
	top: 0;
	left: 0;
	position: absolute;
    z-index: -99;
	
  	width: 591px;
    height: 294px;
    background-position: center;
    background-size: cover;
}

.dejavnostActive  .dejavnostNaslov{
	display:none;
}
.dejavnost-subContent > img{
    display:block;
   	width: 591px;
    height: 294px;
}
.dejavnostNaslov{
	text-decoration: none;
    display: block;
    color: #333333;
    font-family: 'Klavika-Light';
    font-size: 25px;
    padding: 15px 35px 0px 25px;
}
.subContent-naslov{
	color: #fff;
    font-family: 'Klavika-Light';
    font-size: 25px;
    padding: 20px 20px 15px 0px;
}
.dejavnost-subContent div.text{
	color:#fff;
	padding: 0px 30px 50px 0px;
    font-size: 14px;
    font-family: 'Verdana';
    line-height: 1.7;
    margin-bottom: 10px;
}
.dejavnostHidden{
	display:none;
 /*opacity:0; */
}
.bottomBanner-image{
	width: inherit;
    height: inherit;
    background-size: cover;
    background-position: center center;
}

#v-tekmovalnem-duhu-smal {
	display:none !important;
}

.arrow-dropdown {
	display: none;
}


.successful-login {
	max-width:1150px;
	margin: 0 auto;
	margin-top:38px;
	margin-bottom: 38px;
	font-family: 'Klavika-Light';
	color: #333333;
	text-align: center;
}

.successful-login h1 {
	font-size: 28pt;
}

.successful-login p {
	margin-top: 32px;
	font-size: 18pt;
}

.fri-med-ljudmi-medium .hide-overlay{
    position: absolute;
    top:0px;
}
.fri-med-ljudmi-medium {
	width: 100%;
    margin-bottom: 40px;
    margin-top: -10px;
    position:relative;
    height:575px;
    display: none;
    
}



.bxslider2-medium {
	display:none;
}




.dejavnost-item .dejavnost-subContent {
	position:relative;
}
