@charset "utf-8";

/********************************************************* RESET *********************************************************/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font: 16px/1 sans-serif;
}

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
    margin: 0;
    padding: 0;
}

main, li {
    display: block;
}

h1, h2, h3, h4 {
    font-size: inherit;
}

strong {
    font-weight: bold;
}

a, button {
    color: inherit;
}

a {
    text-decoration: none;
}

button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/********************************************************* FONTS *********************************************************/

@font-face {
    font-family: 'elliot_swonger_gecregular';
    src: url('../fonts/eliot_swonger_gec-webfont.eot');
    src: url('../fonts/eliot_swonger_gec-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/eliot_swonger_gec-webfont.woff') format('woff'),
         url('../fonts/eliot_swonger_gec-webfont.ttf') format('truetype'),
         url('../fonts/eliot_swonger_gec-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold.woff') format('woff'),
         url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/********************************************************* MAIN **********************************************************/

html {
	overflow: auto;
	overflow-y: scroll;
	font-size: 100%;
}

body {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #505050;
	background-color: #f4eee5;
	background-image: url(../layout/001.jpg);
	margin: 0;
	cursor: default;
}

a {
	text-decoration: none;
	color: inherit;
}

*:focus {
    outline: none;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
    clear: both;
    height: 0;
	display: block;
}

.main_container {
	clear: both;
	width: 92%;
	max-width: 1050px;
	margin: 0 auto;
}

.odmik_1 {
	height: 1px;
	margin: 0;
	padding: 0;
}

/******************************************************* PRELOADER *******************************************************/

#preloader {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f4eee5;
	z-index: 9999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
    background-image: none;
	margin: -100px 0 0 -100px;
	background-color: #f4eee5;
	display: none;
}

/******************************************************** HEADER *********************************************************/

#header {
	width: 97%;
	height: 81px;
	margin: 0 1.5%;
	border-bottom: 1px solid #999;
}

#logo {
	float: left;
	width: 170px;
	height: 44px;
	margin: 31px 0 0 0;
}

#logo img{
	width: auto;
	height: 100%;
}

#search_form {
	float: right;
	width: 292px;
	height: 31px;
	margin: 38px 10px 0 0;
	background-color: rgba(255, 255, 255, .6);
	border: 1px solid #999;
	border-radius: 3px;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    box-sizing: border-box;
}

#search_form:hover {
	background-color: #fff;
}

.search_input {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px; 
	vertical-align: middle;
	color: #646464;
	width: 100%;
	padding: 0 30px 0 10px;
	border: none !important;
	border-radius: 3px;
	background-color: transparent !important;
	background-image: url(../layout/search_ico_2.png);
	background-repeat: no-repeat;
	background-position: center right;
	box-sizing: border-box;
}

.search_input:focus {
	background-color: #fff !important;
}

#menu_button, #info_button, #cloud_button {
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 31px;
	margin: 38px 0 0 10px;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	box-sizing: border-box;
}

#menu_button:hover, #info_button:hover, #cloud_button:hover {
	border: 1px solid #999;
	background-color: rgba(255, 255, 255, .4);
}

#menu_button {
	background-image: url(../layout/nav_ico.png);
}

#info_button {
	background-image: url(../layout/info_ico.png);
}

#cloud_button {
	background-image: url(../layout/cloud_ico.png);
	display: none;
}

/******************************************************* MAIN MENU *******************************************************/

#menu_container {
	clear: both;
	width: 98%;
	padding: 12px 1% 4px 1%;
	display: none;
}

.menu_item {
	display: inline-block;
	float: left;
	font-size: 16px;
	text-align: center;
	background-color: rgba(255, 255, 255, .5);
	width: 24%;
	margin: 0 .5%;
	padding: 5px 0;
	border: 1px solid #999;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.menu_item:hover {
	background: #fff;
}

/******************************************************** STRAN **********************************************************/

#page_name_container {
	width: 97%;
	margin: 0 1.5%;
	padding: 0 0 32px 0;
}

#page_name {
	font-family: 'elliot_swonger_gecregular', Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #333;
	margin: 50px 0 17px 0;
	float: left;
}

#page_count, #statistika {
	font-size: 14px;
	margin: 69px 0 0 14px;
	float: left;
}

#statistika {
	float: right;
}

/******************************************************* ARTICLE *********************************************************/

#article_container {
	padding: 0;
}

.wrecker {
	width: 100%;
}

.wrecker-cell {
	vertical-align: bottom;
}

.article {
	float: left;
	text-align: center;
	width: 17%;
	padding: 0 1.5%;
}

.article img {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto 15px auto;
	border: 1px solid #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    box-sizing: border-box;
}

.article img:hover {
	border: 1px solid #000;
}

/* duplicate?
.article img {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto 15px auto;
	border: 1px solid #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    box-sizing: border-box;
}

.article img:hover {
	border: 1px solid #999;
}
*/

.article_podatki {
	overflow: hidden !important;
	height: 60px;	/* hide 3. line .article_avtor */
}

.article_avtor {
	font-size: 12px;
	margin: 0 0 5px 0;
}

.article_naslov {
	font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 6px 0;
}

.article_genre {
	font-size: 10px;
}

.brezplacno, .nakup {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	width: 100%;
	margin: 5px 0 60px 0;	/* 60 = row distance	*/
	padding: 0;
	border: 1px solid #bbb;
	border-radius: 3px;
    box-sizing: border-box;
}

.brezplacno {
	background-color: rgba(50, 255, 50, .2);
}

.nakup {
	background-color: rgba(255, 255, 255, .2);
}

/* Search	*/
.search_row_distance {
	display: block;
	width: 100%;
	margin: 5px 0 45px 0;	/* 45 = row distance	*/
	padding: 0;
}

.ni_rezultatov {
	font-size: 16px;
	line-height: normal;
	color: #800000;
	margin: 0 0 45px 0;
	padding: 0 0 0 5%;
}

/********************************************************* MORE **********************************************************/

#more_container {
	padding: 0 0 50px 0;
}

#more_article_container,
#more_article_container_2 {
	float: right;
	width: 75%;
	margin: 0 1.5% 0 0;
	box-sizing: border-box;
}

#more_cover {
	float: left;
	width: 23.5%;
	padding: 0 30px 0 1.5%;
	box-sizing: border-box;
}

#more_cover img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

#more_cover img:hover {
	border: 1px solid #000;
}

.more_brezplacno, .more_nakup {
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	width: 100%;
	max-width: 200px;
	margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid #bbb;
	border-radius: 3px;
}

.more_brezplacno {
	background-color: rgba(50, 255, 50, .2);
}

.more_nakup {
	font-size: 16px;
	background-color: rgba(255, 255, 255, .2);
}

/* avtor */
h2 {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 10px 0;
}

/* naslov */
h1 {
	font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    display: block;
    font-size: 24px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0 0 15px 0;
}

.more_article_genre {
	font-size: 12px;
	padding: 0 0 40px 0;
}

.more_article_podatki_zalozba {
	font-size: 16px;
	padding: 0 0 10px 0;
}

.more_article_podatki_link {
	font-size: 12px;
	padding: 0 0 7px 0;
}

.odmik {
	margin: 10px 0;
}

.more_article_podatki {
	font-size: 14px;
	line-height: 22px;
}

.more_article_strani {
	font-size: 14px;
	line-height: 22px;
	padding: 12px 0 16px 0;
}

.more_article_podatki_velikost {
	font-size: 12px;
	width: 90px;
	padding: 0 0 7px 0;
}

.right {
	float: right;
}

.btn_tisk {
	font-family: 'elliot_swonger_gecregular', Arial, Helvetica, sans-serif;	
	font-size: 18px;
	letter-spacing: .02em;
	text-align: center;
	color: #505050;
	margin: 5px 0 14px 0;
	padding: 5px 0 6px 0;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6), 0 0 1px rgba(0, 0, 0, .1);
	background: #fefefe;
	background: -webkit-linear-gradient(#fefefe, #e6e6e6);
	background: linear-gradient(#fefefe, #e6e6e6);
	max-width: 335px;	/*335 or 220*/
	box-sizing: border-box;
}

.btn_tisk:hover {
	border: 1px solid #999;
	background: rgba(255, 255, 255, 1);
}

.more_article_caption {
	font-size: 20px;
	line-height: 24px;
	margin: 40px 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
}

.prenesi_knjigo_header {
	font-family: 'elliot_swonger_gecregular', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #008000;
	margin: 60px 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
}

.more_article_text_colapse p {
	font-size: 14px;
	line-height: 22px;
	padding: 0 0 10px 0;
}

.more_article_text p {
	font-size: 14px;
	line-height: 22px;
	padding: 0 0 10px 0;
}

.more_article_text a {
	color: #00F;
}

.more_article_text a:hover {
	color: #800000;
}

.red {
	color: #800000;
}

.bold {
	font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
}

.green {
	color: #008000;
}

#main_dwn_container {
	float: left;
	width: 97%;
	margin: 0 1.5%;
	padding: 40px 40px 30px 40px;
	background-color: #fff;
	box-sizing: border-box;
	border: solid 1px #999;
	-webkit-border-radius:	5px;
	-moz-border-radius:	   5px;
	border-radius: 			5px;
}

.more_dwn_container, .more_dwn_container_short {
	margin: 0 -.5% 55px -.5%;
	padding: 0;
}

.more_dwn_container_short {
	margin: 0 -.5%;
}

.more_dwn_button, .more_paypal_button, .more_dwn_button_format {
	float: left;
	display: inline-block;
	font-family: 'elliot_swonger_gecregular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 .5%;
	padding: 15px 0;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6), 0 0 1px rgba(0, 0, 0, .1);
    box-sizing: border-box;
	background: #fefefe;
	background: -webkit-linear-gradient(#fefefe, #e6e6e6);
	background: linear-gradient(#fefefe, #e6e6e6);
	max-width: 335px;
}

.more_dwn_button, .more_paypal_button {
	width: 99%;
}

.more_paypal_button {
	padding: 11px 0;
	color: #505050;
}

.more_dwn_button_format {
	width: 32.33%;
}

.more_dwn_button:hover, .more_paypal_button:hover, .more_dwn_button_format:hover {
	background: #fff;
}

/******************************************************** POLO ***********************************************************/

#upn_podatki {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	max-width: 335px;
	margin: 10px 0;
	padding: 15px 15px;
	border: solid 1px #999;
	-webkit-border-radius:	5px;
	-moz-border-radius:	   5px;
	border-radius: 			5px;
	background-color: rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
}

#upn_podatki p {
	padding: 0 0 6px 0;
	color: #800000;
}

#Label_naslov, #Label_cena {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	padding: 0 4px;
	text-align: left;
	box-sizing: border-box;
}

#Label_naslov_box, #Label_naslov_box_1, #Label_cena_box {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	color: #505050;
	width: 100%;
	background-color: transparent;
	font-size: 14px;
	padding: 0 4px;
	border: none;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
}

#Label_naslov_box_1 {
	margin: 0 0 10px 0;
}

.hidden {
	display: none;
}

.input {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	color: #505050;
	width: 100%;
	border: 1px #CCCCCC solid;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	padding: 4px 8px;
	margin: 15px 0 0 0;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}

.input:hover {
	border-color: #999;
}

.input:focus {
	background-color: rgba(255, 255, 255, 1);
	border-color: #999;
} 


/* RADIO */

.container {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	display: block;
	position: relative;
	margin: 15px 0 0 0;
	padding: 7px 0 0 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	box-sizing: border-box;
}

.container:hover {
	color: #505050;
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px #CCCCCC solid;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.4);
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	border-color: #999;
/*	background-color: rgba(255, 255, 255, 0.4);	*/
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	border-color: #505050;
	background-color: #505050;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: block;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #faf7f4;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* RADIO END */

#Button1 {
	font-family: 'elliot_swonger_gecregular', Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
	max-width: 335px;
	float: left;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 11px 0;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6), 0 0 1px rgba(0, 0, 0, .1);
    box-sizing: border-box;
	background: #fefefe;
	background: -webkit-linear-gradient(#fefefe, #e6e6e6);
	background: linear-gradient(#fefefe, #e6e6e6);
	box-sizing: border-box;
}

#Button1:hover {
	background: #fff;
}

/******************************************************** INFO ***********************************************************/

#info_container {
	padding: 0 0 34px 0;
}

.info_article_caption_first {
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
}

.no_line {
	border-bottom: none;
}

#info_article_container {
	float: left;
	width: 97%;
	margin: 0 1.5%;
}

/***************************************************** NAVIGACIJA ********************************************************/

#nav {
	overflow: hidden !important;
	text-align: center;
	width: 95%;
	max-width: 300px;
	margin: 0 auto 30px auto;
	border: 1px solid #999;
	border-radius: 3px;
}

.nav_button_start, .nav_button_start_inactive, .nav_button_left, .nav_button_left_inactive, .nav_button_right, .nav_button_right_inactive, .nav_button_end, .nav_button_end_inactive {
	float: left;
	width: 25%;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255, 255, 255, .6);
	border: 0 solid #999;
	box-sizing: border-box;
}

.nav_button_start_inactive, .nav_button_left_inactive, .nav_button_right_inactive, .nav_button_end_inactive {
	background-color: transparent;
}

.nav_button_start {
	background-image: url(../layout/start.png);
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #999;
}

.nav_button_start_inactive {
	background-image: url(../layout/start_inactive.png);
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #999;
}

.nav_button_left {
	background-image: url(../layout/left.png);
	border-right: 1px solid #999;
}

.nav_button_left_inactive {
	background-image: url(../layout/left_inactive.png);
	border-right: 1px solid #999;
}

.nav_button_right {
	background-image: url(../layout/right.png);
	border-right: 1px solid #999;
}

.nav_button_right_inactive {
	background-image: url(../layout/right_inactive.png);
	border-right: 1px solid #999;
}

.nav_button_end {
	background-image: url(../layout/end.png);
	border-radius:  0 3px 3px 0;
}

.nav_button_end_inactive {
	background-image: url(../layout/end_inactive.png);
	border-radius:  0 3px 3px 0;
}

.nav_button_start:hover, .nav_button_left:hover, .nav_button_right:hover, .nav_button_end:hover {
	background-color: #fff;
}

.nav_button_top_container {
	width: 97%;
	margin: 0 auto;
	padding: 0;
}

.nav_button_top {
	width: 60px;
	height: 30px;
	float: right;
	background-color: rgba(255, 255, 255, .6);
	background-image: url(../layout/to_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #999;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
}

.nav_button_top:hover {
	background-color: #fff;
}

/******************************************************* SPONI ***********************************************************/

#sponi_container {
	width: 98%;
	margin: 0 auto;
	padding: 0 1% 10px 1%;;
}

hr {
	width: 99%;
	margin: 0 auto 20px auto;
	border: none;
    border-top:1px solid #999; 
}

#sponi {
	width: 24%;
	margin: 0 .5% 10px .5%;
	display: block;
	float: left;
	cursor: pointer;
}

#sponi img {
	width: 100%;
	margin: 0 auto;
	display: block;
	border: 1px solid #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    box-sizing: border-box;
}

/******************************************************* FOOTER **********************************************************/

#footer_container {
	width: 93%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #e6e6e6;
	background-color: rgba(0, 0, 0, .5);
	margin: 0 auto 50px auto;
	padding: 20px 2%;
	border-radius: 0 0 16px 16px;
}

#footer_container img {
	margin: 5px 0 0 0;
	border: 1px solid transparent;
	border-radius: 3px;
}

#footer_container img:hover {
	border: 1px solid #ccc;
}

#footer_container a:hover {
	color: #fff;
}

/**************************************************** SOCIAL CONTAINER ***************************************************/

#share_buttons {
	width: 100%;
	margin: 10px auto 5px auto;
}

#share_buttons img {
	width: 35px;
	margin: 3px;
	border: 1px solid transparent;
	border-radius: 50%;
	display: inline;
}

#share_buttons img:hover {
	border: 1px solid #ccc;
}

/********************************************************* COOKIE ********************************************************/

#cookie-bar {
	font-size: 14px;
	background: #f7f2ec;
	height: auto;
	line-height: 20px;
	color: #333;
	text-align: center;
	padding: 20px 0;
	border-top: solid 1px #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow:         0 0 4px rgba(0, 0, 0, 0.5);
}
#cookie-bar.fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
}
#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
#cookie-bar p {
	margin: 0;
	padding: 0;
}
#cookie-bar a {
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 4px 20px;
	margin-left: 8px;
}
#cookie-bar .cb-enable {
	background: #007700;
}
#cookie-bar .cb-enable:hover {
	background: #009900;
}
#cookie-bar .cb-disable {
	background: #990000;
}
#cookie-bar .cb-disable:hover {
	background: #bb0000;
}
#cookie-bar .cb-policy {
	background: #0033bb;
}
#cookie-bar .cb-policy:hover {
	background: #0055dd;
}


@media screen and (max-width: 480px) {
#cookie-bar {
	border-bottom: solid 1px #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow:         0 0 4px rgba(0, 0, 0, 0.5);
}

#cookie-bar.fixed {
	bottom: auto;
	top: 0;
}

#cookie-bar a {
	display: block;
	margin: 5px auto 0 auto;
	width: 80%;
	padding: 8px 10px;
}
}






/******************************************************* LIQUID **********************************************************/

@media screen and (max-width: 900px) {
#more_article_container {
	width: 68%;
}

#more_cover {
	width: 29.5%;
}

#more_article_container_2 {
	width: 97%;
}
}


@media screen and (max-width: 750px) {
#header {
	height: 70px;
}

#logo {
	height: 40px;
	margin: 22px 0 0 0;
}

#search_form {
	width: 200px;
	margin: 27px 10px 0 0;
}

#menu_button, #info_button, #cloud_button {
	margin: 27px 0 0 10px;
}

#page_name {
	font-size: 32px;
	margin: 30px 0 10px 0;
}

#page_count, #statistika {
	margin: 49px 0 0 14px;
}

#more_article_container {
	width: 64%;
	margin: 0 1.5% 0 0;
}

#more_cover {
	width: 34.5%;
}
}


@media screen and (max-width: 600px) {
#search_form {
	clear: left;
	width: 100%;
	margin: 20px 0 0 0;
}

.menu_item {
	font-size: 14px;
}

#more_article_container {
	width: 54.5%;
}

#more_cover {
	width: 44%;
	padding: 0 25px 0 1.5%;
}
}


@media screen and (max-width: 500px) {
#header {
	height: 53px;
}

#logo {
	width: 130px;
	height: 32px;
	margin: 14px 0 0 0;
}

#search_form {
	clear: left;
	width: 100%;
	margin: 15px 0 0 0;
}

#menu_button, #info_button, #cloud_button {
	margin: 15px 0 0 10px;
}

#menu_container {
	padding: 7px 1% 4px 1%;
}

.menu_item {
	font-size: 16px;
	width: 49%;
	margin: 0 .5% 4px .5%;
}

#statistika {
	clear: left;
	margin: 5px 0 0 0;
	float: left;
}

#sponi {
	width: 49%;
	margin: 0 .5% 5px .5%;
}

#main_dwn_container {
	padding: 20px;
}
}


@media screen and (max-width: 400px) {
/*
.btn_tisk {
	margin: 10px 0 15px 0;
}
*/

#more_article_container {
	clear: left;
	width: 94%;
	padding: 0;
	margin: 40px 3% 0 3%;
}

#more_article_container_2 {
	width: 94%;
	margin: 0 3% 0 3%;
}

#more_cover {
	float: none;
	width: 200px;
	padding: 0;
	margin: 0 auto;
}
}