/* BOF BOOTSTRAP OVERRIDE */
@media (min-width: 1370px) {
	.container-fluid:not(.full) {
		max-width: 1340px;
	}
	
	
}
.container-slider {/* -webkit-transition: all .6s ease;*/ }
@media (max-width: 1370px) {
	.container-slider { padding:0; margin:0; }	
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover { border-color:transparent;}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
			padding: 3px 20px;
	}
	
	.mb-10-xs { margin-bottom:10px;}
	.mb-20-xs { margin-bottom:20px;}
	.mb-30-xs { margin-bottom:30px;}
	.mb-40-xs { margin-bottom:40px;}
	.mb-50-xs { margin-bottom:50px;}
}

@media (max-width: 400px) {
	.col-xxs-12 { width: 100%; }
	.mb-10-xxs { margin-bottom:10px;}
	.mb-20-xxs { margin-bottom:20px;}
	.mb-30-xxs { margin-bottom:30px;}
	.mb-40-xxs { margin-bottom:40px;}
} 

.breadcrumbHolder { background:#f5f5f5; margin-bottom:50px;}
.breadcrumb { margin-bottom: 0px; border-radius: 0px; }

.thumbnail { padding: 4px; margin-bottom: 30px; background-color: #fff; border: 1px solid #ddd; border-radius: 0px; }
a.thumbnail:focus, a.thumbnail:hover, .thumbnail.volume.active, .thumbnail.volume:focus, .thumbnail.volume:hover { border-color: #CD1719; text-decoration:none;}
.thumbnail.volume.active .caption, .thumbnail.volume:focus .caption-obj, .thumbnail.volume:hover .caption-obj { color:#CD1719; text-decoration:none; }
.thumbnail.volume.active .journalVolume, .thumbnail.volume:focus .journalVolume, .thumbnail.volume:hover .journalVolume {border-color:#CD1719;}
/*
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover { border-color: #CD1719; text-decoration:none;}
a.thumbnail.active .caption, a.thumbnail:focus .caption, a.thumbnail:hover .caption { color:#CD1719; }
*/.thumbnail.no-border { border:none;}




.form-control { border: 1px solid #ccc; border-radius: 0px; }
.form-control:focus {
    border-color: #8e8e8e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(142,142,142,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(142,142,142,.6);
}
.input-group-addon { color: #555; border: 1px solid #ccc; border-radius: 0px; }
.btn { border-radius: 0px; }

.alert { border: none; border-radius: 0px; }
.alert-default { background:#F3F3F4;}

.panel { margin-bottom: 0px; background-color: #fff; border: none; border-bottom:1px solid transparent; border-radius: 0px; -webkit-box-shadow:none; box-shadow: none; }
.panel-heading { padding: 10px 0px; border-bottom: 1px solid transparent; border-radius: 0px; }
.panel-body { padding: 0 0 15px 0; }
.panel-column { border-color: #eee; }
.panel-column > .panel-heading { background-color: #FFF; border-color: #FFF; }
.panel-column > .panel-heading a { color:#272726; }
.panel-column > .panel-heading a:hover, 
.panel-column > .panel-heading a:focus { text-decoration:none;}
.panel-column .panel-title { font-size:20px; position:relative;}
/*.panel-title i { float:right;}*/
.panel-column > .panel-heading a:not(.disabled) .panel-title:after { font-family: "Font Awesome 5 Pro"; display: inline-block; padding-left: 0px; vertical-align: middle; font-style: normal;  font-weight:600; position:absolute; right:0px; }
.panel-column > .panel-heading a[aria-expanded="false"]:not(.disabled) .panel-title:after { content: '\f107'; color:#eee; }
.panel-column > .panel-heading a[aria-expanded="true"]:not(.disabled) .panel-title:after {	content: '\f106';	color:#CD1719; }

.popover { font-family: inherit; border-radius: 0px; font-size:14px;
    /*
		border: 1px solid rgba(205,23,25,.2);
		-webkit-box-shadow: 0 5px 10px rgba(205,23,25,.2);
		box-shadow: 0 5px 10px rgba(205,23,25,.2);*/
}

.list-group-item { padding: 5px 0px; background-color: #fff; border: 1px solid transparent; }
.list-group { padding-left: 0; margin-bottom: 10px; }
.badge {
 	 min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #272726;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 0px;
}
/* EOF BOOTSTRAP OVERRIDE */
/*
red: #CD1719; rgb(205,23,25);
*/



/* CSS Document */
html,
body {
  /*overflow-x: hidden; /* Prevent scroll on narrow devices, Če je tole odkomentirano potem na mobilnih napravah crollanje "šteka" */
	width:100%; height:100%; margin:0; padding:0;
}
html {
	
}
body { padding-top: 0px; color: #272726; font-family: 'Titillium Web', sans-serif; font-weight:400; font-size:15px;}



a { outline-style: none; outline:none; color:#7f7f7f; }
a.black:focus, 
a.black:hover,
a:focus, 
a:hover {
  color: #CD1719;
  text-decoration: underline;
	outline-style: none;
}
a.black { color:#272726;}




.mRight, .mRight > li > .sub_mRight {padding:0; margin:0; list-style: none;}
.mRight > li, .sub_mRight > li {position: relative; display: block;}
.mRight > li > a {color: #CD1719; font-weight: 400; font-size:18px; line-height: 20px; position: relative; display: block; padding:0 0 10px;}
.mRight > li.active > a, .mRight > li > a:hover, .mRight > li > a:focus { font-weight:700; text-decoration:none;}


.sub_mRight > li { display:none;}
.sub_mRight > li:last-child { padding-bottom:10px;}
.mRight > li.active > .sub_mRight > li { display:block;}
.sub_mRight > li > a {font-weight: 400; font-size:15px; line-height: 20px; position: relative; display: block; padding:0 0 10px;}
.sub_mRight > li.active > a, .sub_mRight > li > a:hover, .sub_mRight > li > a:focus { color:inherit; font-weight:700; text-decoration:none;}

/*
ul.pre-header > li {float:left; position: relative; display: block;}
ul.pre-header.right { margin-right:-15px;}
ul.pre-header.right > li { float: right !important; }
ul.pre-header > li > a { padding: 10px 15px; position: relative; display: block; color:inherit;}
ul.pre-header > li > a:hover, ul.pre-header > li > a:focus { color:#CD1719; background-color: #FFF; text-decoration:none;}
@media (max-width: 450px) {
	ul.pre-header > li > a { padding: 5px 5px; font-size:10px;}	
} 

*/



.logo-main { max-width:200px; height:auto;}
.logo-footer { max-width:100px; height:auto;}
.popover { max-width: 500px; }
.logo_pubmed { height: 36px; width: auto; }

#searchBar,
.hidden,
.search_filters { display:none;}
.search_filters.open { display:block;}


img.lazy { /*display: none;*/ }
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
    filter: gray;
}
img.grayscale:hover, img.grayscale:focus {
	-webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
	-o-filter: grayscale(0);
  -ms-filter: grayscale(0);
	filter: none;
}


.journalHolder {padding:7px 0 0px 0;}
.journalVolume { width:60px; height:60px; border:4px solid #777; position:relative; margin-bottom:7px; }
.journalVolume span { position:absolute; left:-4px; top:0px; font-size:32px; font-weight:700; background:#F3F3F4; margin-top:12px; line-height:32px;}
.journalName { line-height:18px;}
/*a.thumbnail.active .journalVolume, a.thumbnail:focus .journalVolume, a.thumbnail:hover .journalVolume {border-color:#CD1719;}*/


.to_top { position:fixed; right:2%; bottom:4%; display:none; z-index:1100; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); }
.to_top a { display:block; padding:5px; border:0px solid #CD1719; background:transparent; color:#CD1719}
.to_top a:hover, .to_top a:focus { background:#CD1719; color:#FFF; border:0px solid #FFF;}


section.column { margin-bottom:25px;}
.footer-social-icon { font-size:30px; color:#999999}


.ajax-loader-more {
  display:none;
	min-height: 40px;
  background: transparent url('../images/AjaxLoader.gif') no-repeat center center;
}


.fancy_chkbox { cursor:pointer; }
.fancy_chkbox .chkbox { border:1px solid #99d1dd; width:34px; height:34px; display:inline-block;}
.fancy_chkbox .chkbox img { width:34px; height:34px; }
.fancy_chkbox .fancyLabel { padding-top:7px; padding-left:10px; display:inline;}
@media (max-width: 767px) {
	.fancy_chkbox { padding-top: 20px;}
}


#article-body, #article-back { display: none;}
.teezer ul {margin: 0; padding: 0; list-style: none;}
.teezer ul > li {float:left; display: block; padding-right: 30px;}
.teezer ul > li > a { padding: 0 15px; position: relative; display: block; color:#CD1719; font-size: 25px;}
.teezer ul > li > a > i { padding-right: 10px;}
/*.teezer ul > li > a:first-child { padding-left:5px;}*/
.teezer ul > li > a:hover { text-decoration:none; background:#f3f3f4;}


/*
@media (max-width: 450px) {
	ul.pre-header > li > a { padding: 5px 5px; font-size:10px;}	
} 
*/




.padding10 { padding:10px;}
.padding20 { padding:20px;}
.padding30 { padding:30px;}
.padding35 { padding:35px;}
.paddingt10 { padding-top:10px;}
.paddingt20 { padding-top:20px;}
.paddingt30 { padding-top:30px;}
.paddingt40 { padding-top:40px;}
.paddingt50 { padding-top:50px;}
.paddingt60 { padding-top:60px;}
.paddingt70 { padding-top:70px;}
.paddingt80 { padding-top:80px;}
.paddingt90 { padding-top:90px;}
.paddingt100 { padding-top:100px;}
.paddingb10 { padding-bottom:10px;}
.paddingb20 { padding-bottom:20px;}
.paddingb30 { padding-bottom:30px;}
.paddingl10 { padding-left:10px;}
.paddingl20 { padding-left:20px;}
.paddingl35 { padding-left:35px;}
.paddingl-sm-20 { padding-left:20px;}
.padding-footer { padding:50px 0px 10px 0;}
.padding-news-20 { padding-top:20px; padding-bottom:20px; }
.paddingtb20 { padding-top:20px; padding-bottom:20px; }
.paddingltr20 { padding: 20px 20px 10px 20px;}
.paddingtb35 { padding-top:35px; padding-bottom:35px;}
.paddingb35 { padding-bottom:35px;}
.paddingtRC { padding-top:25px;}
.padding-menu-icon { padding-left:5px;}

.margint10 { margin-top:10px;}

.nomargin {margin:0;}
.nopadding {padding:0;}
.text-sm-right { text-align:right;}



.text-error { color:#a94442;}
.text-green { color:#99cc00}
.text-white { color:#FFF;}
.text-red	{ color:#CD1719;}
.text-black 		{ color:#000;}
.text-black-20 	{ color:#cccccc;}
.text-black-40 	{ color:#999999;}
.text-black-60 	{ color:#818285;}
.text-black-80 	{ color:#333333;}
.text-blue, a.text-blue			{ color:#008eaa;}
.text-blue-20 	{ color:#cce8ed;}
.text-blue-40 	{ color:#99d1dd;}
.text-blue-60 	{ color:#66bbcc;}
.text-blue-80 	{ color:#33a4ba;}


.text-green-bck { background:#018EA9; color:#FFF; padding:0 7px; margin-bottom:2px; display:table;}
.text-big-article-date { font-size:19px; }
.text-big-article-desc { font-size:25px; font-weight:700;}
.text-10 { font-size:10px;}
.text-12 { font-size:12px;}
.text-15 { font-size:15px;}
.text-18 { font-size:18px;}
.text-20 { font-size:20px;}
.text-25 { font-size:25px;}
.text-30 { font-size:30px;}

.text-regular { font-weight: 400;}
.text-bold 		{ font-weight: 700;}
.text-sub-title { font-size:21px; color:#CD1719; }
.text-uppercase { text-transform:uppercase;}


.bg-black 		{ background:#000000;}
.bg-black-5 	{ background:#F3F3F4;}
.bg-black-7 	{ background:#f5f5f5;}
.bg-black-10 	{ background:#E6E7E8;}
.bg-black-20 	{ background:#cccccc;}
.bg-black-40 	{ background:#999999;}
.bg-black-60 	{ background:#818285;}
.bg-black-80 	{ background:#333333;}
.bg-blue			{ background:#008eaa;}
.bg-blue-20 	{ background:#cce8ed;}
.bg-blue-40 	{ background:#99d1dd;}
.bg-blue-60 	{ background:#66bbcc;}
.bg-blue-80 	{ background:#33a4ba;}


.bg1 			{ background:#E5F4F7;}
.bg2			{ background:#E5E5E4;}
.bg3    	{ background:#018EA9;}
.bg4    	{ background:#BBBBBB;}
.bg-white { background:#FFFFFF;}


/*
.pre-header, .pre-header a { color:#777;}
.pre-header a:hover, .pre-header a:focus { color:#777;}
*/
ul.pre-header { padding:0; margin:0; list-style: none;}
ul.pre-header { margin-left:-15px; }
ul.pre-header:before, ul.pre-header:after { display: table; content: " "; }
ul.pre-header:after { clear:both; }

ul.pre-header > li {float:left; position: relative; display: block;}
ul.pre-header.right { margin-right:-15px;}
ul.pre-header.right > li { float: right !important; }
ul.pre-header > li > a { padding: 10px 15px; position: relative; display: block; color:inherit;}
ul.pre-header > li > a:hover, ul.pre-header > li > a:focus { color:#CD1719; background-color: #FFF; text-decoration:none;}
@media (max-width: 450px) {
	ul.pre-header > li > a { padding: 5px 5px; font-size:10px;}	
} 




.home-text {padding-top: 20px;}
@media (max-width: 767px) {
    .home-text img {padding-bottom: 20px;}
}


/*PAGE MENU */
body.pageMenuShown { position:fixed;}

a.showMenu, a.hideMenu { color:inherit;}
a.showMenu:hover, a.showMenu:focus, a.hideMenu:hover, a.hideMenu:focus { text-decoration:none;}




.page-menu { display:none; width:100%; height:100%; position:fixed; z-index:1199; overflow:hidden; background:rgba(0,0,0,0.60);}
.page-menu .left  { float:left; width:80%; height:inherit; transition: width 0.4s linear;}
.page-menu .right { float:left; width:20%; height:inherit; background:rgba(255,255,255,1.00); transition: width 0.4s linear; position:relative; }
.page-menu .right > .content { /*overflow-y: auto; height:inherit;*/ height:inherit; max-height:100% !important; padding:165px 10px 35px 35px; }
.page-menu .right .close {}

.page-menu .page-menu-header { padding:51px 30px 51px 15px; background:rgba(200,200,200,1.00); position:absolute; width:100%; text-align:right; font-size:25px; }
.page-menu .page-menu-content { padding-top:50px; background:rgba(255,255,255,1.00);}
.page-menu .page-menu-content .attr { font-size:12px;}


.page-menu .navbar-nav { float:none; display:block;}
.page-menu .navbar-nav > li { float:none;}
.page-menu .navbar-nav > li > a { color:#CD1719; font-weight:700;}
.page-menu .navbar-nav > li.active > a { background-color: #eee;}
.page-menu .dropdown-menu > .active > a { background-color: inherit; color:#CD1719;}
.page-menu .dropdown-menu > .active > a:focus, .page-menu .dropdown-menu > .active > a:hover { background-color: #eee; color:#CD1719;}
.page-menu .dropdown-menu { 
    display:block;
		position:relative;;
    top:auto;
    left:auto;
    z-index: 1000;
    display: block;
    float: none;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: inherit;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-menu b.caret { 
		position:relative;
		display: inline-block;
		width: 0;
		height: 0;
		margin: 0;
		vertical-align: middle;
		border: 0px !important;
}
.page-menu a:hover b.caret:before { /**/
	font-family: "Font Awesome 5 Pro";
	content: '\f35d';
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	font-size:10px;
	font-style: normal; 
	font-weight:600;
	position:absolute;
	top:-11px;
	color:#ccc;
}


@media (max-width: 1920px) { 	.page-menu .left  { width:70%; } .page-menu .right { width:30%; } 	}
@media (max-width: 1400px) { 	.page-menu .left  { width:60%; } .page-menu .right { width:40%; } 	}
@media (max-width: 1200px) { 	.page-menu .left  { width:50%; } .page-menu .right { width:50%; } 	}
@media (max-width: 767px) { 	.page-menu .left  { width:30%; } .page-menu .right { width:70%; }  .page-menu .navbar-nav { margin:inherit; } }
@media (max-width: 400px) { 	.page-menu .left  { width:10%; } .page-menu .right { width:90%; } 	}
/*EOF PAGE MENU */







/*SWIPER */
.swiper-container { width: 100%; height: 100%; }
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-home-bg-image .swiper-slide { 
		background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
		/*background-position: left top !important;*/
    height: 300px ! important;
}

.swiper-slide img { width:100%; height:auto; }

a.swiper-lightbox { display:contents;}
a.swiper-link { display:contents; /*display:block;*/}
.swiper-text {
	position: absolute;
	z-index: 9999;
	color: #FFFFFF;
	font-size: 1em;
	
	/*width: 100%;*/
	width:80%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  /* IE10+ specific styles go here */  
	.swiper-text { top:38%; }
	.swiper-text.center { left:5%; right:5%; }
}


.swiper-text.black, .swiper-text.black a { color: #272726; }
.swiper-text.black blockquote { border-left-color: #272726; }

.swiper-text.grey, .swiper-text.grey a { color: #7f7f7f; }
.swiper-text.grey blockquote { border-left-color: #7f7f7f; }

.swiper-text.white, .swiper-text.white a { color: #fff; }
.swiper-text.white blockquote { border-left-color: #fff; }

.swiper-text.red, .swiper-text.red a { color: #CD1719; }
.swiper-text.red blockquote { border-left-color: #CD1719; }

.swiper-text.green, .swiper-text.green a { color: #72c02c; }
.swiper-text.green blockquote { border-left-color: #72c02c; }

.swiper-text.left { left: 10%; text-align:left; }
.swiper-text.center { left:5%; right:5%; text-align:center; } /*Glede na nastavljeno širino teksta zgora, ki je sedaj 90%*/
.swiper-text.right { right: 10%; text-align:right; }


.swiper-text a:hover { text-decoration: none;}


.slide-transp {  width:100% !important; height:100% !important; position:absolute; left:0; top:0;}
.transp-0 { background:rgba(0,0,0,0.00); }
.transp-1 { background:rgba(0,0,0,0.10); }
.transp-2 { background:rgba(0,0,0,0.20); }
.transp-3 { background:rgba(0,0,0,0.30); }
.transp-4 { background:rgba(0,0,0,0.40); }
.transp-5 { background:rgba(0,0,0,0.50); }
.transp-6 { background:rgba(0,0,0,0.60); }
.transp-7 { background:rgba(0,0,0,0.70); }
.transp-8 { background:rgba(0,0,0,0.80); }
.transp-9 { background:rgba(0,0,0,0.90); }

@media (max-width: 767px) {
	/*.swiper-text { display:none;}*/
	
	
	.swiper-home-bg-image .swiper-slide { 
		height: 200px !important;
	}
	
	.swiper-button-next, .swiper-button-prev { display:none;}
	
	.swiper-text { font-size:0.75em; top:10%;}
	.swiper-text h1 {font-size:2em;}
	.swiper-text.left { }
	.swiper-text.center { } 
	.swiper-text.right { }
	
	
}

/*EOF SWIPER */



/*BOF FOOTER*/
.footerHolder { margin-top:100px;}
.footer { /*border-top:1px dotted #999999;*/}
.footer p, 
.footer a {font-size:10px; color:#999999; margin-bottom:2px;}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active { color: inherit; text-decoration: none; }
.footer p.title { font-size:12px; font-weight:700;}
/*EOF FOOTER*/