@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'arrows';
	src:url('../fonts/arrows/arrows.eot');
	src:url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arrows/arrows.woff') format('woff'),
		url('../fonts/arrows/arrows.ttf') format('truetype'),
		url('../fonts/arrows/arrows.svg#arrows') format('svg');
		font-weight: normal;
		font-style: normal;
}
/*simple loader style*/
.loader-custom-icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	padding-top:6px;
	background:#000;
	border:1px solid #444;
	color: #fff;
	font-size: 0;
	margin: 2px;
}
.loader{
	background: 50% 50% no-repeat;
	background-size: 20px 20px;
	z-index:9999;
	width:auto;
	margin:auto;
	height:26px;
	line-height: 40px;
	display: block;
}
/*ab: see border*/
.bb-custom-wrapper {
	margin:auto;
	width: 100%;
	height: 100%;
	position: relative;
}
.bb-custom-wrapper .bb-bookblock {
	width: 100%;
	height: 100%;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
}
.bb-custom-side {
	width: 50%;
	float: left;
	height: 100%;
	border-left:1px solid #333;
	background-color:#777;
	overflow: hidden;
	z-index:990;
	/* Centering with flexbox */
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.bb-custom-side-glasba {
	width: 50%;
	float: left;
	height: 100%;
	border-left:1px solid #333;
	background-color:#777;
	overflow: hidden;
	/* Centering with flexbox */
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.bb-custom-side img{
	width:100%;
	z-index:500;
}
.bb-custom-side-glasba img{
	width:100%;
}
/*ab: see border*/
/*FIRST PAGE*/
.bb-custom-firstpage {
	position:relative;
	text-align: center;
	padding-top: 0%;
	width: 50%;
	font-size:2em;
	float: left;
	height: 100%;
	background-color:#777;
}
	#first-page-sign{
		position:absolute;
		bottom:80px;
		width:100%;
	}
		#first-page-sign p{
			margin-bottom:15px;
		}
	.bb-custom-firstpage h1 {
		font-size: 2.625em;
		line-height: 1.3;
		margin: 0;
		font-weight: 300;
	}
	.bb-custom-firstpage p {
		font-size: 0.4em;
	}
	.bb-custom-firstpage h1 span {
		display: block;
		font-size: 60%;
		opacity: 0.3;
		padding: 0 0 0.6em 0.1em;
	}
	.bb-custom-firstpage img{
		padding: 10% 0;
	}
/*first page style END*/

/*last page style START*/
.bb-custom-lastpage {
	border-left:1px solid #333;
	text-align: center;
	padding-top: 0%;
	width: 50%;
	font-size:1.5em;
	float: right;
	height: 100%;
	text-align:center;
	color:#333;
	background-color:#777;
}
	.end-book-title{
		position:relative;
		width:100%;
		top:49%;
	}
/*last page style END*/

.bb-custom-side p {
	padding: 8%;
	font-size: 1.8em;
	font-weight: 300;
}
.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}
.bb-custom-wrapper > nav {
	width: 100%;
	height: 40px;
	margin: 1em auto 0;
	position: fixed;
	bottom: 10px;
	z-index: 1000;
	text-align: center;
}
.no-js .bb-custom-wrapper > nav{
	display:none;
}

.bb-custom-wrapper > nav a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	background: #000;
	border:1px solid #444;
	color: #fff;
	font-size: 0;
	margin: 2px;
}
.bb-custom-wrapper > nav a:hover {
	opacity: 0.6;
}
.bb-custom-icon:before {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 30px;
	line-height: 40px;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.bb-custom-icon_c:before {
	background-color:#000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 30px;
	line-height: 40px;
	display: block;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
	content: "\e002";
}
/*
.bb-custom-icon-kaz:before {
	background-image:url(../img/kaz-icon.png);
}
*/
.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
	content: "\e003";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.externa-mono-button{
	font-size:80%;
	position:absolute;
	padding:4px;
	right:-60px;
	background-color:#333;
	border-left:1px solid #777;
	border-right:1px solid #777;
	border-top:1px solid #777;
	-webkit-transform: rotate(270deg); /* Safari and Chrome */
    -moz-transform: rotate(270deg);   /* Firefox */
    -ms-transform: rotate(270deg);   /* IE 9 */
    -o-transform: rotate(270deg);   /* Opera */
    transform: rotate(270deg);	
	z-index:2999;
}
	#biblio-ext{
			top:65%;
	}
	#gexh-ext{
			top:65%;
	}
	#pexh-ext{
			top:25%;
	}
.externa-mono-button a{
	color:#aaa;
	z-index:3000;
}

/*ABC style*/
/*window to fit the screen for sidebar to be 100% height*/
.sidebar-window{
	float:left;
	position:absolute;
	z-index:999;
	width:1px;
	height:100%;
}

.sidebar{
	position:relative;
	z-index:998;
	width: 535px; /*sidebar to be shown 5px when hidden*/
	margin-left: -530px;
	height:100%;
	overflow:hidden;
}
#close-button-x{
	right:0;
	top:0;
	position:absolute;
	padding-top:5px;
	padding-right:10px;
	z-index:1999;
}
#table-slo, #table-it, #table-en table{
	margin-top:20px;
	margin-left:30px;
	margin-bottom:20px;
	padding:0;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:60px;
}
pre{
	font-family:inherit;
}

/*table content style*/
.sidebar table{
	font-size:12px;
}
.sidebar tr{
	margin-bottom:100px;
}
.sidebar td{
	border-bottom:1px solid #888;
	padding:2px;
}
.sidebar td:nth-child(1) {
}
.sidebar td:nth-child(2) {
	padding-left:10px;
}
.sidebar td:nth-child(3) {
	padding-left:10px;
}

.sidebar pre {
	margin:inherit;
} 
/*table content style end*/

/*table title*/
table th{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:16px;
	padding-bottom:20px;
}
/*table inside sidebar to be scrollable*/
.table-content{
	position:relative;
	width:100%;
  	height:100%;
	font-size:13px;
	color:#777;
	padding:0;
	overflow:hidden;
}
.table-content::-webkit-scrollbar-thumb{
/*  background-color:rgba(0,0,0,1);
  overflow:hidden;
*/}  
.table-content::-webkit-scrollbar { width: 0 !important }

	.table-content a{
			color:#777;
	}
	.table-content a:hover{
		text-decoration:underline;
	}

/*table-content fade out*/
.js .sidebar:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 100;
    pointer-events: none;
    background: 
        linear-gradient(
            to bottom, 
            rgba(153,153,152,0) 0%, 
            rgba(153,153,152,1) 100%
        );
}
 
.js .sidebar:after {
    top: auto;
    bottom: 0;
    background: 
        linear-gradient(
            to top, 
            rgba(153,153,152,0.8) 0%, 
            rgba(153,153,152,0) 100%
        );
}
/*table-content fade out*/

#loading{
	position:fixed;
	margin-top:100px;
	margin-left:-20px;
	left:50%;
	top:50%;
	margin-top:-20px;
	z-index:999;
}
#loading img{	
	z-index:999;
	width:40px;
}
.loader-icon{
}
#error{
	position:absolute;
	margin-top:100px;
	margin-left:50%;
	left:-20px;
}

#instructions-win{
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-200px;
	width:400px;
	background-color:#999;
	color:#fff;
	border-bottom:4px solid #444;
	z-index:9990;
}
.no-js #instructions-win{
	top:-340px;
}
	#instructions-cont{
		
		overflow:hidden;
		margin:20px;
		height:300px;
	}
	#instr-button{
		position:absolute;
		width:65px;
		height:65px;
		bottom:0;
		left:50%;	
		margin-left:-32px;
		margin-bottom:-33px;
		z-index:9999;
		text-align:center;
/*		background-image:url(../img/button-lenassi2.png);
*/		background-size:60px 60px;
		background-repeat:no-repeat;
		font-size:0;
		cursor:pointer;
	}

	#lang-buttons{
		margin-right:0px;
		bottom:-3px;
		right:0;
		position:absolute;
		cursor:pointer;

	}
	.buttons{
		display:inline-block;
	}
		.buttons div{
			width:40px;
			display:inline-block;
		}
		.buttons div a:before{
			height:28px;
		}
		.buttons div a#slo-button:before{
			 content: "";
			display: inline-block;
			background: url(../img/lang/slo.png) no-repeat top right;
			background-size:40px 28px;
			width: 100%;
		}
		.buttons div a#it-button:before{
			 content: "";
			display: inline-block;
			background: url(../img/lang/it.png) no-repeat top right;
			background-size:40px 28px;
			width: 100%;
		}
		.buttons div a#en-button:before{
			 content: "";
			display: inline-block;
			background: url(../img/lang/en.png) no-repeat top right;
			background-size:40px 28px;
			width: 100%;
		}
		.buttons div a#slo-button:hover:before, .buttons div a#slo-button.hovered:before{
			 content: "";
			display: inline-block;
			background: url(../img/lang/sloa.png) no-repeat top right;
			background-size:40px 28px;
			width: 100%;
		}
		.buttons div a#it-button:hover:before, .buttons div a#it-button.hovered:before{
			 content: "";
			display: inline-block;
			background: url(../img/lang/ita.png) no-repeat top right;
			background-size:40px 28px;
			width: 100%;
		}
		.buttons div a#en-button:hover:before, .buttons div a#en-button.hovered:before{
			 content: "";
			display: inline-block;
			background: url(../img/lang/ena.png) no-repeat top right;
			background-size:40px 28px;
			width: 100%;
		}
		/*language title bottom right*/
		#language-sign{
			position:absolute;
			bottom:5px;
			left:8px;
		}

#glasbeni-dodatek{
	position:absolute;
	margin-left:50%;
	left:-50px;
	bottom:-105px;
	z-index:9999;
	border-radius:50%;
	overflow:hidden;
	border:2px solid #777;
}

/* No JS */
.no-js .bb-custom-wrapper {
	height: auto;
}

.no-js .bb-custom-content {
	height: 470px;
}

@media screen and (max-width: 61.75em){
	.bb-custom-side {
		font-size: 70%;
	}
	.externa-mono-button{
		font-size:110%;
	}
		#pexh-ext{
				top:35%;
		}
}

@media screen and (max-width: 33em){
	#instructions-win{
		font-size:10px;
		position:fixed;
		top:0px;
		left:50%;
		margin-left:-165px;
		width:330px;
		background-color:#999;
		color:#fff;
		border-bottom:4px solid #444;
		z-index:9999;
	}
		#instructions-cont{
			height:160px;
			margin-top:10px;
		}


	.sidebar{
		width:28em;
	}
		.sidebar table{
			font-size:10px;
		}
	.bb-custom-side {
		font-size: 60%;
	}
	.externa-mono-button{
		font-size:120%;
	}
		#biblio-ext{
				top:55%;
		}
		#gexh-ext{
				top:55%;
		}
		#pexh-ext{
				top:35%;
		}

}

