#aboutImageSection{
	/*display: inline-block;
	float: left;*/
	width: 190px;
}
#aboutImageSection .os-image{
    width: 190px;
    height: 240px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
#aboutImageSection .os-image .name-surname{
	overflow: hidden;
    font-family: 'Klavika-LightCond';
    font-size: 180px;
    margin: 0px;
    padding: 0px;
    color: white;
    color: white;
    text-align: center;
    line-height: 240px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

.aboutMainSectionContainer .title-small-gray {
	font-family: "Klavika-Light";
	font-size: 18px;
	color: #7f7f7f;
}

#aboutMainSection{
	/*display: block;
  	float: none;*/
	width:calc(100% - 190px - 292px);
	color: #333;
    padding-bottom: 40px;
}

#aboutSideSection{
	/*display:inline-block;
	float:right;*/
	width: 292px;
}

#aboutProfPovezave{
	margin-top: 32px;
	font-size: 15pt;
	font-family: "Klavika-Light";
	color: #e12a26;
	text-transform: uppercase;
}

#buttonSicris, #buttonSpletnaStran {
    display: inline-block;
    margin-right: 20px;
	margin-top: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    
    border: 1px solid #545454;
    font-size: 14px;
	font-family: "Klavika-Bold";
	color: #545454;
	text-decoration: none !important;
    padding: 8px 30px 8px 30px;
    text-transform: uppercase;
    
    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;
    
}

#buttonSicris:hover, #buttonSpletnaStran:hover {
    background-color: #545454;
    color: white;
}

#flexContainerOsebje{
	margin-top: 38px;
	margin-bottom: 20px;
	 
	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-justify-content: space-between;
 	justify-content: space-between;
}

.flex-space-between {
	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-justify-content: space-between;
 	justify-content: space-between;
}

.flex-row {
	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;
}

.flex-column {
	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-flow: column;
 	flex-flow: column;
}

.flex-space-between-only {
	-webkit-justify-content: space-between;
 	justify-content: space-between;
}

.footer-menu-item-link {
    margin-bottom: 25px;
}

#aboutMainContainer {
	margin-left: 58px;
	margin-right: 48px;
	/*height: 400px;*/
	
}

#profName {
	font-family: "Klavika-BoldCondensed";
	font-size: 27px;
	letter-spacing: 0.5px;
	
}

#profTitle {
	margin-top: 10px;
}

.grayDots {
	/*margin-top: 21px;
	background-image: linear-gradient(to right, #cecfce 30%, rgba(255, 255, 255, 0) 0%);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	height: 2px;	*/
    margin-top: 7px;
    margin-bottom: 15px;
    background-image: linear-gradient(to right, #cecfce 30%, rgba(255, 255, 255, 0) 0%);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    height: 2px;
}

.whiteDotsBanner {
	background-image: linear-gradient(to right, #ffffff 30%, rgba(255, 255, 255, 0) 0%);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	height: 2px;	
	width: 400px;
	padding: 0px;
	position: absolute;
	top: 160px;
}

.redDots {
	margin-top: 3px;
	background-image: linear-gradient(to right, #ff0000 30%, rgba(255, 0, 0, 0) 0%);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	height: 2px;
	width: 106px;
}

.redDots-vertical {
	background-image: linear-gradient(to bottom, #E23430 30%, rgba(255, 0, 0, 0) 0%);
	background-size: 2px 8px;
	background-repeat: repeat-y;
	height: 55px;
	width: 2px;
	
	position: absolute;
	bottom: -25px;
	left: 12px;
}

#telephoneInfo{
	margin-top: 25px;
}

.contactInfo2 {
	margin-top: 33px;
}

.contactInfo, .contactInfo2 {
	font-family:Verdana, Geneva, sans-serif;
	/*font-size: 10pt;*/
    font-size: 14px;
}

#mailInfo{
	margin-top: 15px;
}

.aboutMainSectionTitle {
	margin-top: 27px;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: "Klavika-Light";
	color: #e12a26;
    text-transform: uppercase;
}

/*.customList li:before {
    content: '\25A0';
    color: #e12a26;
    padding-right: 0.5em;
    
    background-size: 4px 4px;
    width: 4px; 
    height: 4px;
    
    position: absolute;
    left: 0px;
    font-family: 'icons';
    
}
 
 .customList li {
 	position: relative;
    padding: 0 0 0 20px;
 }
 
 #predmeti li {
 	font-family: Verdana, Geneva, sans-serif;
 	font-size: 14px;
 	font-weight: bold;
 }
 
 div.aboutMainSectionLi {
 }*/
.description-stuff a:-webkit-any-link.red ,.description-stuff a:link.red,.description-stuff a:visited.red  {
    color: #e12a26;
}
.description-stuff a[href]:-webkit-any-link,.description-stuff a[href]:link,.description-stuff a[href]:visited  {
    color: #e12a26;
}
 div.aboutMainSectionContainer {
 	margin-top: 28px;
 }
div.aboutMainSectionContainer .description-stuff{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5em;
}
/* .customList li {
    color: #333333;
    list-style-type: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    margin-top: 10px;
    background-image: url('../images/rect_red.png');
    background-repeat: no-repeat;
    background-position: 0% 7px;
    padding-left: 20px;
}*/

.grayLine {
	height: 0.4px;
	width: 47px;
	background-color: #F2F2F2;
	margin-left: 50px;
	margin-top: 20px;
}

#moreText {
	float:left;
	color: #545454;
	font-family: "Klavika-Regular";
	font-size: 16px;
	/* margin-right: 10px; */
	padding-right: 10px;
}


#aboutFacultyText {
	font-family: "Klavika-Medium";
	font-size: 18px;
}

.divSideMenuItem {
	margin-top: 22px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


a:-webkit-any-link {
	text-decoration: none;
	color:#545454;
}
a:-moz-any-link{
    text-decoration: none;
	color:#545454;
} 
a:link{
    text-decoration: none;
	color:#545454;
}   

a:visited{
    text-decoration: none;
	color:#545454;
}   


#seznamMainDiv {
	width:calc(100% - 292px);
	
}

#seznamSideBar, #side-menu {
	width: 292px;
    padding-bottom: 40px;
}

#searchDiv {
	margin-right: 45px;
	border: 5px solid #F2F2F2;
}

#osebjeSearchInput {
	width: 130px;
	border: 0;
	float: left;
    padding-left: 20px;
    height:20px;
}

#osebjeSearchInput:focus, #osebjeSelectFilter:focus {
    outline: 0;
}

#osebjeSearchBoxContainer {
	float: left;
	margin: 10px 5px 10px 15px;
}

#osebjeSearchBoxContainer .search-wrap {
	border-bottom: solid #F2F2F2 1px;
	width: 145px;
    position: relative;
}#osebjeSearchBoxContainer .search-wrap img {
	position: absolute;
    left: 0px;
}

#osebjeSearchRightDiv {
	float:right;
	margin: 10px 5px 10px 15px;
}

@media screen and (max-width: 580px) {
	#osebjeSearchBoxContainer {
		width: 100%;
	}
	
	#osebjeSearchRightDiv {
		float: left;
		width: 100%;
	}
	
}

/* SOURCE!!! : http://stackoverflow.com/questions/1895476/how-to-style-a-select-dropdown-with-css-only-without-javascript */
#osebjeSelectFilter {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border:0;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: #7F7F7F;
    background: url('../../../modules/custom/osebje_list/images/arrowDown_03.png')  95% / 10% no-repeat;
    width:145px;
}

#osebjeSelectFilter:hover, .programmes-more-button:hover, .exploration-item-button:hover, .list-katedra li:hover, .moreButtonBanner:hover, .news-more-butt:hover, .menuColumnItem li:hover, .menuColumnItem div:nth-child(3) p:hover, .moreText:hover, .divSideMenuItem:hover, .customList li span:hover, .listedProf li:hover, #moreText:hover, #moreImage img:hover  {
	cursor:pointer;
}

.menuColumnItem li:hover {
	color:#e12f29;
}

.menuColumnItem li:hover span:nth-child(1) {
	text-decoration: underline;
}

.menuColumnItem li:hover span:nth-child(3) {
	color:#e12f29;
}

.menuColumnItem div:nth-child(3) p:hover {
	color:#e12f29;
}

#osebjeSelectFilter::-ms-expand { /* for IE 11 */
    display: none;
}

#listOfStaffDiv {
	margin-top: 38px;
	margin-right: 45px;
}
@media screen and (max-width: 1160px){
    #listOfStaffDiv {
        margin-top: 38px;
        margin-right: 0px;
    }
}

.WrapMainItem {
    width: calc(100% - 30px);
}

.WrapTitleSection {
	/*height: 30px;*/
}

.osebjeLetterTitle{
	width: 12px;
	height:12px;
	background-color: #E12A26;
	margin-top:9px;
 	float:left;
 	
}

.osebjeLetter {
	/*height: 30px;*/
	line-height: 30px;
	vertical-align: middle;
	font-size: 27px;
	font-family: "Klavika-Medium";
	color: black;
	margin-left: 20px;
	text-transform: uppercase;
}
.listedProf {
	list-style-type: none;
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
}

.listedProf li {
	margin-bottom: 20px;
}

.osebjeNaziv {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style:italic;
	color: #A3A3A3;
	display:block;
}

.staffColumn {
	
 	
 	width: 50%;
 	
}

@media screen and (max-width:725px){
	.staffColumn{
		width:100%;
	}
}

#staffListContainer {
	margin-top: 38px; 
	
}

#partnersGalleryTitle {
	margin-top: 0px;
	margin-bottom: 35px;
}

#partnerskeInstitucijeTitle {
	/*font-family: "Klavika-Medium";*/
	font-size: 25px;
	margin-left: 10px;
	letter-spacing: 0.4px;
	color: #333333;
	
}

#partnersGallerySlider {
	margin-bottom: 40px;
}

.bxslider {
    list-style:none;
    margin:0;
    padding:0;
}

.rightsReserved {
	vertical-align: middle;
	/*color: #4b4b4b;*/
	color: #7f7f7f;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
    
}

#rightsReservedImage {
	margin-top: 16px;
}

#footer-info {
	height: 140px;
	color: white;
	position:relative;
	background-image: url('../images/background3_02.png');
}

#footer-info-layer {
    height: 100%;
	width:100%;
	position: absolute;
	left: 0px;
	top: 0px;
	/*background-color: rgba(20,20,20,0.5);*/
	background-color: rgba(5,5,5,0.5);
}
.hour_offical{
    float:right; 
    font-family:'Klavika-Regular';
}
.footer-info-flexbox {
	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-justify-content: space-between;
 	justify-content: space-between;*/
 	
 	margin-top: 0;
}

.footer-info-flexbox div {
	font-family: "Klavika-Light";
	font-size: 18px;
}

.footerInfoLight {
	font-family: "Klavika-Light"
}

.footerInfoMedium {
	font-family: "Klavika-Medium";
	font-size: 17px;
}

.footerInfoMedium .uradne-ure {
	font-family: "Klavika-MediumCond";
	font-size: 18px;
}

#footer-menu {
	/*height: 350px;*/
	background-color: #333333;
}

#footer-menu a:hover {
	color: #E12A26 !important;
}



#footer-menu-container {
	
	padding-bottom: 20px;
	
	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-justify-content: space-between;
 	justify-content: space-between;
 	
 	
 	/*-webkit-flex-wrap: wrap;
 	flex-wrap: wrap;*/
 	
 	color: white;
 	
}

.footer-menu-item .redDots {
	margin-bottom: 20px;
}
.footer-menu-item ul{
	list-style-type: none;
    padding: 0px;
}

.footer-menu-item li{
	font-family: "Klavika-Light";
	margin-bottom: 15px;
}

.dottedBorder {
	/*bottom: 1px;
    border-width: 0 0 1px;
    border-style: dotted;
    border-color: #ff0000;
  */
    
}

.fri-on-social {
	margin-top: 20px;
}

.dogajanjaGallery {
	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-justify-content: center;
 	justify-content: center;
}

.dogajanjaGalleryItem img {
	display:block;
    margin:auto;
}

.dogajanjaItemNumber {
	margin-top: 22px;
	margin-bottom: 22px;
	text-align: center;
	font-family: "Klavika-Light";
	font-size: 50px;
	color: #333333;
}

.dogajanjaAboutText {
	font-family: "Klavika-Light";
	font-size: 19px;/*18px*/
	width: 235px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	text-align: center;
}

.bottomBannerInfoText {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	font-family:'Klavika-MediumCond'; 
	letter-spacing: 1px;
}

#latest-news-calendar {
	/*width: 372px;
	height: 315px;*/
    margin-left: 25px;
}


#latest-news-calendar .flex-row {
    min-height: 92px;
}

#latest-news-calendar .flex-row:first-child {
    margin-bottom: 13px;
}


#latest-news-calendar .heading-article {
	margin-bottom: 22px;
}

.region-main-page-news .heading-article, .region-frontpage .heading-article {
	margin-bottom: 22px;
}

.telephone-fri{font-size: 17px;font-family: 'Klavika-Light'; width: 170px; text-align: left;}

.flex-row .news-container {
	
}

.news-container-title {
	font-family: "Klavika-Medium";
	font-size: 20px;
	max-width:340px;
	color: #333;
}

.news-container-title a{
	display:block;
}
.info-fri-hours div{
    float: left;
}
.info-fri-hours .light{
    font-family: "Klavika-Light";
}
.info-fri-hours .medium{
    font-family: "Klavika-Regular";
}
.info-fri-hours{
    overflow: hidden;
    /*width: 600px;*/
}

.info-strong {
	font-family: "Klavika-Medium" !important;
}

.news-container-date {
	font-family: "Klavika-Light";
	font-size: 14px;
	/*color: black;*/
	color:#333333;
	margin-top: 5px;
}
.news-container-content{
	font-family: 'Verdana';
	color: #333333;
	font-size: 14px;
}
.event-title {
	font-family: "Klavika-Medium";
	font-size: 20px;
	color: #333;
    word-wrap: break-word;
}

.event-title a {
	max-height: 65px;
	display: block;
}

.event-title a:hover {
	color: #E12A26 !important;
}

.event-hour {
	font-family: "Klavika-Light";
	font-size: 18px;
	margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 80px;
}

.moreText {
    display: inline-block;
    margin-top: 25px;
    border-top: 1px solid #e2e2e3;
    padding: 15px 0px 20px;
	font-family: "Klavika-Regular";
	font-size: 14px;
	letter-spacing: 0.4px;
}


.moreText img {
	margin-left: 10px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display:none;
}

.moreText:after{
	font-family:"fri-iconf";
	content:"";
	margin-left: 10px;
	color:#e7514e;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.moreText:hover:after {
	margin-left: 30px;
}


#latest-news-calendar {
	position: relative;
}

.grayLineCustom, .grayLineCustom2 {
	height: 1.5px;
	width: 47px;
	background-color: #F2F2F2;
	position: absolute;
	bottom: 70px;
}

.grayLineCustom2 {
	width: 188px !important;
	bottom: -27px !important;
}

#programmes {
	height: 400px;
	background-size: 100% 400px;	
	background-image: url('../images/bannerBottom_18.png');
	background-repeat:no-repeat;
	background-position: center;
	width:100%;
}

#programmes .container {
	position: relative;
}

#programmes .container .heading-article {
	position: absolute;
	top: 35px;
}

.programmes-Tile {
	width: 370px;
}

.programmes-title-banner {
	height: 50px;
	background-color: #333333;
	color: white;
	
	font-family: "Klavika-Medium";
	font-size: 24px;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 26px;
}

#programmes .programmes-title-banner {
	border-bottom: #E12A26 solid 4px;
}


.bxslider2 .programmes-title-banner p,
.bxslider2-medium .programmes-title-banner p {
	display: table-cell;
	line-height: 18px;
	vertical-align: middle;
}


.programmes-title-banner p {
	padding-left: 10px;
	padding-right: 10px;
}

#programmes .container {
	height: 375px;
}

.programmes-content-container {
	height: 190px;
	background-color: white;
	padding-left:26px;
	padding-right:26px;
	padding-top: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
    line-height: 1.5em;
	position: relative;
}

.programmes-more-button {
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border: 1px solid #E12A26;
    position: absolute;
    /*bottom: 25px;*/
    font-family: "Klavika-Bold";
    font-size: 14px;
    text-transform: uppercase;
    color: #E12A26;
    line-height: 14px;
    padding: 11px 25px 8px 25px;
    /*display:none;*/
    opacity: 0;
    bottom:-30px;
    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;
}

.programmes-more-button:hover {
    color: white;
    background-color: #E12A26;
}

#parallaxQuotes {
	padding-top:0px;
	padding-bottom:0px;
	background-image: url('../images/fre.png');
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	color:white;
	/*height:180px;*/
	height: auto;
	position:relative;
	width:100%;
}

#dedicated-to-exploration {
	/*height: 500px;*/
	margin-bottom: 15px;
}

#dedicated-to-exploration .exploration-main {
	margin-top: 25px;
}

#dedicated-to-exploration .container .heading-article {
	padding-top: 35px;
}

.exploration-item img {
	width: auto;
    height: 100%;
}

.exploration-item .img-wrapper {
	max-height: 170px;
	overflow: hidden;
}

.exploration-item-button {
	/*width: 117px;*/
	display: inline-block;
	padding-left:12px;
	padding-right:12px;
	height: 30px;
	background-color: #E12A26;
	color: white!important;
	font-family: "Klavika-Medium";
	font-size:20px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	margin-top: 26px;
}


.exploration-item-text {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 25px;
	line-height: 22px;
	
}

#katedre-main-container {
	margin-top: 40px;
	margin-bottom: 40px;
}



#last-projects-container {
	width: 284px;
	/*height: 360px;*/
	border: 4px solid #F2F2F2;
	margin-top: 45px;
	position: relative
}

#last-projects-container #last-projects-title {
	height: 55px;
	line-height: 55px;
	color: black;
	padding-left: 22px;
	vertical-align: middle;
	font-family: "Klavika-Regular";
	font-size: 14px;
}

#last-projects-container #last-projects-gray-line {
	height: 1px;
	background-color: #F2F2F2;
	width: 240px;
	margin-left: 22px;
}

#last-projects-container .customList {
	margin-left: -20px;
	padding-right: 22px;

}

#side-menu {
	position: relative;
}

.last-projects-details {
	margin-top: 10px;
	color: #333333;
	font-size: 14px;
	margin-top: 3px;
}


#katedre-quote {
	padding-left: 50px;
	border-left: 15px solid #F2F2F2;
	font-family: "Klavika-Light";
	font-size: 18px;
    line-height: 26px;
}

#katedra-items {
	/*margin-top: 35px;*/
}
#katedra-items .katedra-item {
	margin-bottom: 40px;
	position: relative;
}
.page-raziskave-katedre #katedra-items .katedra-item:nth-child(1) {
	margin-top: 40px;
}
#katedra-items .katedra-item .data{
	margin-bottom: 40px;
	position: relative;
	/*padding-top: 22px;*/
	padding-bottom: 5px;
	
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;*/
}
#katedra-items .katedra-item .data .info{
	width: calc( 100% - 280px); 
    
}


#katedra-items .katedra-item .data .image-k{
    height:44px;
    width:44px;
    background-image: url(../images/user.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 22px);
    left: -22px;
    
}


.predstojnik-katedre {
   position: relative;
   margin-top:20px;
   min-height: 28px;
   width: calc( 209px );
   background-color: #f2f2f2 ;
   padding: 15px 15px 15px 30px;
    
}

.predstojnik-katedre-title {
	font-family: "Klavika-Regular";
	font-size: 14px;
	text-transform: uppercase;
}

.predstojnik-katedre-value {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.about-katedra {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
    font-size: 14px;
	
	float: left;
    width: calc(100% - 285px);
}

#katedra-items .katedra-item .about-full-size {
	width: 100%;
}

#katedra-items .katedra-item .heading-article ul li a {
	color: black;
}

#katedra-items .katedra-item .heading-article ul li a:hover {
	color: #E12A26 !important;
}


#katedra-items .katedra-item .raziskovalna-podrocja {
	float: left;
	width: 250px;
	margin-left: 35px;
}

#katedra-items .katedra-item .raziskovalna-podrocja .raziskovalna-podrocja-label {
	margin-bottom: 10px;
	text-transform: uppercase;
    font-size: 14px;
}

#katedra-items .katedra-item .raziskovalna-podrocja .kategorija {
	color: #7f7f7f;
	background-color: #f2f2f2;
	padding: 5px 10px;
	font-family: "Verdana";
	font-size: 11px;
	margin-bottom: 7px;
}

.list-katedra ul{
	list-style-type: square;
}

.list-katedra li{
	color: black;
	font-family: "Klavika-Light";
}

.list-katedra li span{
	color: #e12a26;
}

.gallery-image {
	display:block;
	margin: auto;
    
    position: relative;
    /*top: 50%;*/
   margin-top: 25%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    
    
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	
    -webkit-backface-visibility: hidden; /* fix za skakanje slik */
    -moz-backface-visibility: hidden; /* fix za skakanje slik */
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.gallery-image:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	-webkit-filter: grayscale(0);
}

#razsirite-znanje-title {
	font-family: "Klavika-Light";
	font-size: 33px;
	color: #E12A26;
	text-align: center;
	margin-top: 15px;
}

.newsGallery {
    opacity: 0;
	margin-bottom: 30px;
	/*background: black;*/
	/*position: relative;*/
}

.news-gallery-items-container{
	height: 580px;
	bottom: 0px;
	/*background: yellow;*/
	/*position:absolute;*/
	width:100%;
}

.news-gallery-item {
	position: relative;
	width: 375px;
	height: 580px;
}

.news-big-section {
	position: absolute;
	height: 370px;
	width:375px;
}

.news-small-section, .news-small-section-cover {
	position: absolute;
	height: 196px;
	width:375px;
	bottom: 4px !important;
	opacity: 0.9;	
}


.news-small-section .programmes-title-banner {
	position: absolute;
	bottom: 0px !important;
}


.bxslider2 li:nth-child(odd) .news-gallery-items-container .news-gallery-item .news-small-section,
.bxslider2-medium li:nth-child(odd) .news-gallery-items-container .news-gallery-item .news-small-section {
	top: 0px;
}
.bxslider2 li:nth-child(odd) .news-gallery-items-container .news-gallery-item .news-small-section-cover {
	top: 0px;
}
.bxslider2 li:nth-child(even) .news-gallery-items-container .news-gallery-item .news-small-section,
.bxslider2-medium li:nth-child(even) .news-gallery-items-container .news-gallery-item .news-small-section {
	bottom: 0px;
}
.bxslider2 li:nth-child(even) .news-gallery-items-container .news-gallery-item .news-small-section-cover {
	bottom: 0px;
}

.bxslider2 li:nth-child(odd) .news-gallery-items-container .news-gallery-item .news-big-section,
.bxslider2-medium li:nth-child(odd) .news-gallery-items-container .news-gallery-item .news-big-section{
	bottom: 20px;
}
.bxslider2 li:nth-child(odd) .news-gallery-items-container .news-gallery-item .news-big-section-cover{
	bottom: 20px;
	height: 370px;
}
.bxslider2 li:nth-child(even) .news-gallery-items-container .news-gallery-item .news-big-section,
.bxslider2-medium li:nth-child(even) .news-gallery-items-container .news-gallery-item .news-big-section {
	top: 0px;
}

.bxslider2 li:nth-child(even) .news-gallery-items-container .news-gallery-item .news-big-section-cover {
	top: 0px;
	right: -1px;
	height: 370px;
}

.bxslider2 .programmes-title-banner,
.bxslider2-medium .programmes-title-banner
 {
	font-size: 16px;
	padding-left: 0px;
	opacity:0.9555;
	position: absolute;
	bottom:0px;
	




	max-height: 50px;
    min-height: 50px;
    transition: max-height 0.4s ease-out;
    overflow: hidden;
    
    
}


.news-gallery-big-image {
	width: 375px;
	height: 370px !important;
	
	
	position: absolute;
	top: 0;
	left: 0;
	width:375px;
	height:370px;
}

.news-gallery-small-image1 {
	float: left;
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 175px;
	height: 175px !important;
}

.news-gallery-small-image2 {
	float: right;
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 175px;
	height: 175px !important;
}

.footer-menu-item ul li{
	padding-right: 50px;
	
}


#fri-med-ljudmi {
}

.fri-med-ljudmi-item {
	width: 270px;
	height: 300px;
}

.fri-med-ljudmi-item-heading {
	display:inline-block;
	padding-left:10px;
	padding-right: 10px;
	background-color: #e12a26;
	height: 30px;
	line-height:30px;
	vertical-align: middle;
	color: white;
	font-family: 'Klavika-Medium';
	font-size: 20px;
	margin-top: 25px;
}
.fri-med-ljudmi-item-heading  a{
    color:white !important;
}
.fri-med-ljudmi-item-heading  a:hover{
    color:white;
}

.fri-med-ljudmi-item-content {
	margin-top: 20px;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#FriMedLjudmi .container .bx-wrapper .bx-viewport {
	height: 350px !important;
}


.bannerText {
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	font-size: 12px;
	line-height: 1.5em;
}

.header-image-staff{
    float:right;
    background-image: url(../images/banner1_03.png);
    background-position: center;
    background-size: cover; 
    height:inherit;
    width:66%;
}


.header-image-main{
    float:right;
    background-image: url(../images/banner3_03.png);
    background-position: center;
    background-size: cover; 
    height:inherit;
    width:66%;    
}

.header-image-katedre{
    float:right;
    background-image: url(../images/banner2_03.png);
    background-position: center 20%;
    background-size: cover; 
    height:inherit;
    width:66%;    
}

.laboratories .list-katedra {
	font-size: 14px;
	font-family: "Verdana";
}

.footer-menu-title {
	display: inline-block;
	height: 24px !important;
	background-image: linear-gradient(to right, #ff0000 30%, rgba(255, 0, 0, 0) 0%);
   	background-size: 8px 2px;
	background-repeat: repeat-x;
	/*padding-left: 2px;*/
	padding-right: 2px;
	background-position: left 22px;
	font-size: 13pt;
	font-family:"Klavika-Medium";
	text-transform: uppercase;
}

.dropDownMenu {
	/*max-width: 1160px;*/
	width: 1160px;
	display: block;
	/*background-color: #333333;*/
	display: none;
}

.dropDownMenu .title:hover, .dropDownMenu a:hover {
	color: #e12a26 !important;
}

  .dropDownMenu:hover{
	display: block;
	position: absolute;
	
	
	z-index: 100;
	/*left:-275.5px;*/
	right: 0px;
}

.menu-on-hover {
	display: block;
	position: absolute;
	z-index: 100;
	right: 0px;
}

#main-nav li:nth-child(2):hover .triangle-up {
	right:643px !important;
	display:none;
}

#main-nav li:nth-child(3):hover .triangle-up {
	right:501px !important;
	display:none;
}
#main-nav li:nth-child(4):hover .triangle-up {
	right:375px !important;
	display:none;
}
#main-nav li:nth-child(5):hover .triangle-up {
	right:228px !important;
	display:none;
}
#main-nav li:nth-child(6):hover .triangle-up {
	right:54px !important;
	display:none;
}


.dropDownMenuMouse {
	height: 22px;
	width: 100%;
	left: 0px !important;
	top: 0px !important;
}



.triangle-up {
	width: 0;
	height: 0;
	
	border-style: solid;
	border-width: 0 20px 15px 20px;
	border-color: transparent transparent #e12f29 transparent;
	
	top:15px !important;
	right:760px !important;
	z-index: 1000000000000000000000 !important;
}



.wrapperMenu {
	padding-left: 58px;
	padding-right: 58px;
	padding-top: 60px;
	width:calc(100% - 116px);
	height:calc(340px - 60px);
	top: 0px !important;
	left: 0px !important;
	margin-top: -25px;
	letter-spacing: 0.3px;
	
	
}

.menuColumnItem {
	width: 313px;
	position: static !important;
}

.menuColumnItem div:nth-child(1) {
	color: white;
	position: static !important;
	text-transform: uppercase;
	font-family: "Klavika-Medium";
	font-size: 18px;
	display: inline-block !important;
	background-image: linear-gradient(to right, #ff0000 30%, rgba(255, 0, 0, 0) 0%);
   	background-size: 8px 2px;
	background-repeat: repeat-x;
	height: 28px;
	background-position: left 26px;
	padding-right:1px;
	margin-bottom: 10px;
}

.menuColumnItem ul {
	font-family: "Klavika-Light";
	color: white;
	font-size: 17px;
}

.menuColumnItem li {
	margin-top: 13px;
}

.menuColumnItem li span:nth-child(3) {
	/*font-family: 'Klavika-LightItalic';*/
	font-size: 14px;
	color: #999999;
	font-style: italic;
}

.menuColumnItem div:nth-child(3) {
	position: static !important;
	padding-top: 170px;
	color:white;
	font-family: "Klavika-Regular";
	font-size: 16px;
	text-transform: uppercase;
}

.menuColumnItem div:nth-child(3) p{
	margin-bottom:20px;
}

.dropDownMenuC2 div {
	position: static !important;
}

.dropDownMenuC2 img {
	margin-top: 30px;
	margin-left: 58px;
}

.dropDownMenuC2 div:nth-child(2) {
	padding-top: 60px;
}

.dropDownMenuC2 div:nth-child(2) p {
	padding-left: 50px;
	padding-right: 60px;
	color: white;
}

.dropDownMenuC2 div:nth-child(2) p:nth-child(2) {
	font-family: "Klavika-Medium";
font-size: 18px;
margin-top: -20px;
}

.dropDownMenuC2 div:nth-child(2) p:nth-child(3) {
	font-family:"Klavika-Light";
	font-size: 16px;
	margin-top: 20px;
}

.dropDownMenuC2 .redDots {
	position: absolute !important;
	left:485px !important;
	top:45px !important;
}

#main-nav li:last-child a{
	margin-right: 0px !important;
}

#parallaxQuotes p:nth-child(1) {
	width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Klavika-Light";
    font-size: 24px;
    text-align: center;
    margin-top: 32px;
    letter-spacing: 0.5px;
}

#parallaxQuotes p:nth-child(2) {
	text-align: right;
    font-family: "Klavika-Bold";
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-right: 130px;
    margin-top: 25px;
    text-transform: uppercase;
}

#parallaxQuotes img:nth-child(3) {
	top: 5px;
	left: 0px;
	position: absolute;
}
#parallaxQuotes img:nth-child(4) {
	top: 5px;
	right: 0px;
	position: absolute
}

#parallaxQuotes .bx-viewport {
	height: 180px !important;
}

#parallaxQuotes .bx-wrapper .bx-prev {
	left: -4% !important;
}
#parallaxQuotes .bx-wrapper .bx-next {
	right: -4% !important;
}

#parallaxQuotes .bx-wrapper .bx-controls-direction a {
	top: 55%;
}

#parallaxQuotes p:nth-child(2) span {
	font-family: "Klavika-Light";
	text-transform: lowercase;
}

.grayedLeft {
	position: absolute;
	height: 564px;
	width: 100%;
	z-index: 9;
	background-color: #f1f1f1;
	opacity: 0.8;
	top: 16px;
	right: 50%;
	margin-right:597px;
}

.grayedRight {
	position: absolute;
	height: 564px;
	width: 100%;
	z-index: 9;
	background-color: #f1f1f1;
	opacity: 0.8;
	top: 16px;
	left: 50%;
	margin-left:598px;
}

.grayed {
	/*background-color: yellow;
	opacity: 0.2;*/
	
	position: absolute;
	height: 373px;
	width:376px;
	/*top: 1px;*/
	background-color: #f1f1f1;
	/*background-color: transparent;*/
	z-index: 9;
	opacity: 0.9;
}

.coveringLeft {
	position: absolute;
	width: 176px;
	height: 180px;
	background-color: #f1f1f1;
	/*background-color: transparent;*/
	z-index: 99;
	top:0;
	left:0;
	opacity: 0.9;
}

.coveringRight {
	position:absolute;
	z-index: 9;
	right: -1px;
	top:0;
	width:176px;
	height:180px;
	background-color: #f1f1f1;
	/*background-color:transparent;*/
	opacity: 0.9;
}

.classX {
	opacity: 1;
}

.bxslider2 .news-big-section .programmes-title-banner,
.bxslider2-medium .news-big-section .programmes-title-banner {
	height: 200px;
	
}

.bxslider2 .news-small-section .programmes-title-banner,
.bxslider2-medium .news-small-section .programmes-title-banner {
	height: 120px;
	
	
}


.bxslider2 .news-big-section .programmes-title-banner:hover,
.bxslider2-medium .news-big-section .programmes-title-banner:hover {
	max-height: 500px;
    transition: max-height 0.4s ease-in;
}

.bxslider2 .news-small-section .news-small-section-wrapper:hover .news-small-title-wrapper p,
.bxslider2-medium .news-small-section .news-small-section-wrapper:hover .news-small-title-wrapper p{
	color: #E12A26;
}

.bxslider2 .news-small-section .news-small-section-wrapper .news-small-title-wrapper p,
.bxslider2-medium .news-small-section .news-small-section-wrapper .news-small-title-wrapper p{
	color: white;
}

.news-small-title-wrapper {
	height: 46px;
	display: table;
	
	border-bottom: #E12A26 solid 4px;
	text-transform: uppercase;
	
}


.news-small-section .news-small-title-wrapper {
	width:175px;
}

.news-big-section .news-small-title-wrapper {
	width:375px;
	color: white;
}

.news-big-section:hover .news-small-title-wrapper {
	color: #E12A26;
}

.news-content {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.4px;
	font-size: 14px;
	color: white;
	/*padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 16px;
	padding-right: 16px;*/
	padding-top: 10px;
}

.news-more-butt {
	/*position: absolute;
	bottom: 10px;
	left: 10px;*/
	margin-left: 12px;
	margin-bottom: 10px;
	vertical-align: middle;
	border: white 1px solid;
	font-family: "Klavika-Bold";
    display: inline-block;
    line-height: 14px;
    font-size: 14px;
    padding: 11px 25px 9px;
    border-radius: 2px;
    text-transform: uppercase;
}

.news-more-butt:hover {
    background-color: white;
    color: #333;
    
}


#main-nav ul li a{
    position: relative;
}
/*#main-nav ul li:hover a.dropdown-icon:after {
	content:"";
    left: calc( 50% - 20px);
	position:absolute;
	bottom: -38px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 15px 20px;
	border-color: transparent transparent #e12f29 transparent;
}*/

.menu-dropdown-icon {
	content:"";
    left: calc( 50% - 20px);
	position:absolute;
	bottom: -38px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 15px 20px;
	border-color: transparent transparent #e12f29 transparent;
}



.banner-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	/*background-color: yellow;*/
	background-color: #f1f1f1;
	opacity: 0.9;
}

.black-and-white {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: grayscale(1);
}


.margin-top-animation-1 {
	
	margin-top: 564px;
	opacity: 0;
	
	-webkit-transition: margin-top 0.6s ease-in-out;
	-moz-transition: margin-top 0.6s ease-in-out;
	-o-transition: margin-top 0.6s ease-in-out;
	transition: margin-top 0.6s ease-in-out;
}

.margin-top-animation-2 {
	
	margin-top: 564px;
	opacity: 0;
	
	-webkit-transition: margin-top 0.6s ease-in-out;
	-moz-transition: margin-top 0.6s ease-in-out;
	-o-transition: margin-top 0.6s ease-in-out;
	transition: margin-top 0.6s ease-in-out;
	
	transition-delay: 0.3s;
}

.margin-top-animation-3 {
	
	bottom: -200px;
	opacity: 0;
	
	-webkit-transition: bottom 0.9s ease-in-out;
	-moz-transition: bottom 0.9s ease-in-out;
	-o-transition: bottom 0.9s ease-in-out;
	transition: bottom 0.9s ease-in-out;
	
	
	transition-delay: 0.9s;
}

.margin-top-animation-33 { /* mora biti isto kot -3, le z  top */
	margin-top: 200px;
	
	opacity: 0;
	
    
	-webkit-transition: margin-top 0.9s ease-in-out;
	-moz-transition: margin-top 0.9s ease-in-out;
	-o-transition: margin-top 0.9s ease-in-out;
	transition: margin-top 0.9s ease-in-out;
	
	
	transition-delay: 0.6s;
}

.margin-top-animation-4 {
	
	bottom: -200px;
	opacity: 0;
	
	-webkit-transition: bottom 0.6s ease-in-out;
	-moz-transition: bottom 0.6s ease-in-out;
	-o-transition: bottom 0.6s ease-in-out;
	transition: bottom 0.6s ease-in-out;
	
	transition-delay: 0.6s;
}

.margin-top-animation-44 { /* mora biti isto kot -4 le z top */
	margin-top: 200px;
	
	opacity: 0;
	
    background-color: transparent;
	-webkit-transition: margin-top 0.6s ease-in-out;
	-moz-transition: margin-top 0.6s ease-in-out;
	-o-transition: margin-top 0.6s ease-in-out;
	transition: margin-top 0.6s ease-in-out;
	
	transition-delay: 0.6s;
}

.margin-top-animation-5 {
	
	margin-top: 564px;
	opacity: 0;
	
	-webkit-transition: margin-top 0.6s ease-in-out;
	-moz-transition: margin-top 0.6s ease-in-out;
	-o-transition: margin-top 0.6s ease-in-out;
	transition: margin-top 0.6s ease-in-out;
	
	transition-delay: 0.4s;
}

.margin-top-animation-6 {
	margin-top: 564px;
	opacity: 0;
	
	-webkit-transition: margin-top 0.6s ease-in-out;
	-moz-transition: margin-top 0.6s ease-in-out;
	-o-transition: margin-top 0.6s ease-in-out;
	transition: margin-top 0.6s ease-in-out;
	
	transition-delay: 0.2s;
}

.margin-top-animation-big-1 {
	top: 565px;
	opacity: 0;
	
	-webkit-transition: top 1.5s ease-in-out;
	-moz-transition: top 1.5s ease-in-out;
	-o-transition: top 1.5s ease-in-out;
	transition: top 1.5s ease-in-out;
	
	transition-delay: 0.4s;
}

.margin-top-animation-big-2 {
	margin-top: 565px;
	opacity: 0;
	
	-webkit-transition: margin-top 0.6s ease-in-out;
	-moz-transition: margin-top 0.6s ease-in-out;
	-o-transition: margin-top 0.6s ease-in-out;
	transition: margin-top 0.6s ease-in-out;
	
	transition-delay: 0.3s;
}

.margin-top-animation-big-3 {
	top: 565px;
	opacity: 0;
	
	-webkit-transition: top 0.9s ease-in-out;
	-moz-transition: top 0.9s ease-in-out;
	-o-transition: top 0.9s ease-in-out;
	transition: top 0.9s ease-in-out;
	
	transition-delay: 0.5s;
}


.margin-top-stop-animation-top {
	margin-top: 0px;
	opacity: 1;
}
.margin-top-stop-animation-bottom {
	top: 190px; 
	opacity: 1;
}
.margin-top-stop-animation-big-top{
	top: 0px;
	opacity: 1;
}
.margin-top-stop-animation-bottom2 {
	bottom:0px;
	opacity: 1;
}

.button-left {
	left: 337px !important;
}

.button-left-animate {
	
	left: -1200px;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.button-right {
	right: 302px !important;
}

.button-right-animate {
	right: -1200px;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


#partnersGallerySlider .bx-wrapper {
	max-width: 1330px !important;
}

#moreImage img {
	
	/*margin-top: 0px;*/
	top: 0px;
	position:absolute;
	
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.animateMoreUp1:hover + .animateMoreUp2 img, .animateMoreUp2 img:hover{
	/*margin-top: 5px !important;*/
	top: 5px !important;
}

.animateMoreDown1:hover + .animateMoreDown2 img, .animateMoreDown2 img:hover{
	/*margin-top: -5px !important;*/
	top: -5px !important;
}

#projekti li{
	font-family: Verdana;
	font-size: 14px;
}
#projekti li span {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#projekti .sub-heading{
    margin-left: 16px; 
    margin-top: 17px; 
    color: #7F7F7F; 
    font-family: 'Klavika-Light'; 
    font-size:18px;
        
}

#osebjeBreadcrumbs{
   position: absolute;
   display: inline-block;
   height: 18px;
   background-color: rgba(91,75,92,0.4);
   right: 20px; 
   top: 20px;
   padding-left: 15px;
   padding-right: 15px;
   color: white;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 10px;
   line-height: 18px;
   vertical-align: middle;
}

#osebjeBreadcrumbs p, #osebjeBreadcrumbs img {
	float: left;
}

#osebjeBreadcrumbs img {
	margin-top: 5px;
	margin-left: 7px;
}

#osebjeBreadcrumbs p:not(:first-child) {
	margin-left:7px;
}

#osebjeBreadcrumbs p:not(:last-child):after {
	content: '';
  display: block;
  background: white;
  height: 2px;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.3;
  margin-top: -5px;
 }
 
 #hiddenClosedProjects, #hiddenCurrentProjects {
 	display: none;
 }
 
 .rotate-projects-arrow{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.programmes-title-banner p:nth-child(2) {
	color: purple;
}

.bxslider li {
	height: 109px;
}

.bannerWrapper {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 58px;
	padding-right: 58px;
	height:245px;
	
	-webkit-flex-direction: column;
	flex-direction: column;
	
}

.news-list-container {
	height: 150px;
	margin-top: 25px;
	margin-left: 15px;
	width:588px;
}

.wrapper-dots  {
	margin-top: 15px;
}

.header-image-text .bannerWrapper div:nth-child(1) h1, .mobile-top-banner-text-container h1 {
	font-family: "Klavika-BoldCondensed" !important;
	font-size: 33pt !important;
	text-transform: uppercase;
}

#dogodkiondate {
	padding-left: 27px;
	font-family: "Klavika-LightItalic";
}

.generic-page-container {
	margin-top: 50px;
	margin-bottom: 100px;
}


ul.bxslider4 {
	margin-top: 0px;
}

.block-katedre-zadnji-projekti .customList li span {
	font-family: "Klavika-Medium";
	margin-bottom: -10px;
	font-size:18px;
}





div.loader {
	position:absolute;
	left: 50%;
	top: 50%;
}

#activity-indicator-container{
	margin-top: 20px;
	width: 94.8%;
	position: relative;
}


.category-name {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 27px;
	font-family: "Klavika-Medium";
	color: black;
	margin-left: 8px;
}

.category-first-level-title {
	text-align: center;
	margin-bottom: 30px;
	font-size:40px;
	font-family: "Klavika-MediumCond";
	
	background-image: linear-gradient(to right, #cecfce 30%, rgba(255, 0, 0, 0) 0%);
  	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-position-y: 100%;
	padding-bottom: 5px;
	
}

.category-main-container {
	position: relative;
	margin-bottom: 50px;
}

.image-up-categories img {
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	position: absolute;
	right: 10px;
	top: 20px;
}

.image-up:hover {
	top: 15px;
}

.image-down:hover {
	top: 25px;
}

.image-rotate2 {
	-webkit-transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
}

.category-second-level-container{
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	
	max-height: 1500px;
	opacity: 1;
	
	overflow: hidden;
}

.category-name:first-letter {
	text-transform: uppercase;
}


.medium-px-footer-menu, #headerGallery-mobile2, #medium-screen-size-mail, .footer-location-medium {
	display:none;
}

.mobile-top-banner-item {
	height: auto;
	background-color: #e12a26;
	position:relative;
}

.mobile-top-banner-image {
	
    height: 230px;
    background-image: url(../images/banner3_03.png);
    background-repeat: no-repeat;
	background-position: center;
    background-size: 100%;
    background-size: cover;
}

.mobile-top-banner-text-container {
	
    padding: 0px 56px;
}
.mobile-top-banner-text {
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    font-size: 14px;
    line-height: 18px;
    padding-right: 30px;
    letter-spacing: 1px;
    width: calc(100% - 65px);
    
}
.mobile-top-banner-text-container .mobile-top-banner-data{
	 display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    
    padding-bottom: 30px;
}

.mobile-top-banner-text-container .mobile-top-banner-title {
	letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Klavika-BoldCondensed';
    font-size: 40px;
    color: white;
    padding-top: 30px;
    padding-bottom: 15px;
}

.moreButtonBannerMobile {
	
    border: solid 1px white;
    border-radius: 2px;
    color: white;
    font-family: "Klavika-Bold";
    font-size: 14px;
    padding: 11px 20px 9px;
    line-height: 14px;
    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;
}

#novice-medium {
	display:none;
}

.quote-author {
	position: absolute;
    bottom: 70px;
    right: 0px;
}

.small-px-footer-menu {
	display:none;
}
  .footer-min {
  	display:none;
  }
  
.region-galerija-partnerjev .heading-article {
	/*margin-left: 60px;*/
	margin-right: 60px;
}

.header-images {
	/*margin-left: 0px;
    margin-right: 0px;*/
	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-justify-content: space-between;
 	justify-content: space-between;
}




#studij-main-container .studij-programi-outside .studij-programi .box .title a div:first-letter {
	text-transform: uppercase;
}

.kljucne-informacije .item img {
	width: 216px;
}

.dejavnost-item-sizer {
	width:33%;
}

.fri-med-ljudmi-mobile {
	display:none;
}

.medium-dogajanja, .small-dogajanja {
	display:none !important;
}


#grayDots2, #grayDots3, #grayDots4 {
	display:none ;
}


.block-fri-med-ljudmi {
}


.arrow-dropdown {
      background-image: url("../images/expand_arrow_red.png");
      background-position: center center;
      background-repeat: no-repeat;
      height: 29px;
      width: 15px;
      float: right;
      top: -30px;
    left: -30px;
    position: relative;
      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;
    }
    
.page-not-found {
	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;
 	
 	height: 350px;
 	max-width: 1160px;
 	margin: 0 auto;
 	margin-top: 25px;
 	margin-bottom: 25px;
}

.page-not-found-text {
	background-color: #e1e1e1;
    width: 100%;
    padding-left: 25px;
    padding-top: 135px;
    padding-right: 25px;
    color: #e12a26;
    font-family: 'Klavika-Regular';
    font-size: 48px;
}

.page-not-found-question {
	width: 370px;
	background-color: #e12a26;
}

.page-not-found-question img {
	margin: 0 auto;
	display: block;
	margin-top: calc(50% - 40px);
}

.mobile-text {
	display:none;
}


.not-allowed-buttons {
	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;
 	
 	margin-top: 38px;
}

#osebjeBreadcrumbs a{
   color:white;
}

.not-allowed-buttons div {
	height: 35px;
	width: 105px;
	margin-right: 30px;
	
	border: solid #e12a26 1px;
	font-family: 'Klavika-Bold';
	
	color: #e12a26;
	font-size: 10pt;
	
	text-align: center;
	display: table;
	
	
}

.not-allowed-buttons div span {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}


.search-results {
	padding-right: 56px;
}

input.edit-keys {
	margin-top: 0px;
	-webkit-appearance: none;
    border-radius: 0;
}


.main-mobile-search .container {
	height: inherit;
}

#projekt-wrap-ul-medium {
	display:none !important;
}
#projekt-wrap-ul-medium .bx-wrapper .bx-prev {
	left: -61px !important;
}
#projekt-wrap-ul-medium .bx-wrapper .bx-next {
	right: -59px !important;
}
