.bs{
	font-family: 'Roboto Condensed', sans-serif;
}

.bs .bs-items .bs-item{
	position: relative;
	float: left;
	padding: 10px;
	width: 200px;
	border: 2px solid #A52F1A;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 680px;
	overflow: hidden;
}
.bs .bs-items .bs-item picture{
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	position: relative;
}
.bs .bs-items .bs-item img{
	width: 200px;
	display: block;
}
.bs .bs-items .bs-item .bs-author{
	padding-top: 10px;
	font-size: 14px;
	font-family: 'Noto Sans', sans-serif;
	clear: both;
	white-space: pre-wrap;
	text-align: center;
	font-weight: 400;
	word-wrap: normal;
}
.bs .bs-items .bs-item .bs-title{
	font-size: 14px;
	font-family: 'Noto Sans', sans-serif;
	clear: both;
	font-weight: 700;
	text-align: center;
	word-wrap: normal;
	white-space: pre-wrap;
	padding-bottom: 10px;
}
.bs .bs-items .bs-item .bs-description{
	font-size: 10px;
	font-family: 'Noto Sans', sans-serif;
	clear: both;
	white-space: pre-wrap;
	text-align: center;
	font-weight: 200;
	word-wrap: normal;
}
.bs .bs-items .bs-item .bs-percent{
	position: absolute;
	right: 0;
	top: 4px;
	background-color: #ff3316;
	color: white;
	padding: 0 3px;
}
.bs .bs-items .bs-item .bs-price,
.bs .bs-items .bs-item .bs-price-stroked {
	display: block;
	text-align: center;
	height: 0px;
	padding: 0;
	margin: 0;
	position: relative;
	width: 180px;
    font-family:  'Noto Sans', sans-serif;
}
.bs .bs-items .bs-item .bs-price-stroked span{
	font-weight: 200;
	text-decoration: line-through;
	font-size: 12px;
	text-align: center;
}
.bs .bs-items .bs-item .bs-price span{
	font-weight: 600;
	font-size: 19px;
	color: #A52F1A;
}
.bs .bs-items .bs-item .bs-bottom{
	position: absolute;
	bottom: 10px;
}
.bs .bs-items .bs-item .bs-buy{
	margin-top: 10px;
	display: block;
	width: 120px;
	padding-left: 20px;
	margin-left: 28px;
}
.bs .bs-items .bs-item .bs-buy span{
	font-weight: 600;
	color: white;
}

.bs h5{
	clear: both;
}
@media screen and (max-width: 500px) {
	.bs .bs-items .bs-item{
		width: 100%;
		height: auto;
	}
	.bs .bs-items .bs-item img{
		width: 100%;
	}
	.bs .bs-items .bs-item .bs-bottom{
		position: relative;
		width: 100%;
	}
	.bs .bs-items .bs-item .bs-price,
	.bs .bs-items .bs-item .bs-price-stroked{
		width: 100%;
	}
	.bs .bs-items .bs-item .bs-buy{
		width: 80%;
	}
	.bs .bs-items .bs-item .bs-buy span{
		text-align: center;
		display: block;
	}
}
/*
.bs.bs-4 .bs-items .bs-item img{
	height: 200px;
}
*/

	/** ---------------- OLD ----------------- **/
.books{
	padding: 10px;
	background: #f3f3f3;
	font-family: 'Roboto Condensed', sans-serif;
}
.books.short{
	width: 350px;	
}

.books.floatLeft{
	float: left;
	margin-right: 5px;
}
.books.floatRight{
	float: right;
	margin-left: 5px;
}

.bookHeader{
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    color: #666;
    display: block;
    float: left;
    font-family: "Oswald",Georgia,Times New Roman,Trebuchet MS;
    font-size: 17px;
    font-weight: 200;
    margin: 0 0 10px;
    padding: 2px 0;
    width: 100%;
}

.bookImage{
	width: 150px;
	float: left;
}
.bookRight{
	width: 475px;
	float: left;	
}
.books.short .bookRight{
	width: 200px;
}
.bookRight .title, .bookRight .author{
	line-height: 17px;
	font-size: 19px;
	font-weight: 700;	
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
	font-family: 'EB Garamond', serif;
}
.bookRight .author{
	color: #FC7E15;	
}
.bookRight .title{
	color: #4D4D4D;	
}
.bookRight .line{
	clear: both;
	padding-top: 15px;
	/*border: 2px solid darkgray;*/
}
.bookRight .bookDescription{
	clear: both;
	color: #666;
	font-family: 'Open Sans Condensed', sans-serif;
	float: left;
}
.bookRight .upust{
	float: right;
	margin: 0px 0px 0px 10px;
	display: block;
	width: 49px;
	height: 45px;
	background: url("35.png");
}
.bookRight .upust span{
	display: none;
}

.booksTable{
	clear: both;
	border-collapse: collapse; 
	padding-top:20px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.bookSpacer{
	clear: both;
	padding-top:20px;		
}
.booksTable tr{
	border-bottom: solid 1px lightgray;
	height: 30px;
}
.booksTable td{
	padding-right: 10px;
}

.booksTable .price{
	color: #4D4D4D;
	font-weight: bold;
}
.booksTable .selectedPrice{
	color: #FC7E15;
	font-weight: bold;
	font-size: 18px;
}
.booksTable .selectedPriceBox{
	float: left;
	width: 60px;
}
.booksTable a.bookLink{
	color: #FC7E15;
	font-weight: bold;
	float: right;
	border-bottom: 1px solid transparent;
}
.booksTable a.bookLink:hover{
	text-decoration: none;
	border-bottom: 1px dashed #FC7E15;
	cursor: pointer;
}
.books .bookstore{
	padding-left: 10px;
	float: left;
	display: block;
}
.books.short .bookstore{
	padding-left: 0px;
	float: left;
	display: block;
}
.icon{
	width: 20px;
	height: 20px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
.short .icon{
	margin: 0px 0px 0px 15px;
}
.icon-znak{
	display: block;
}
.icon-znak{
	background: url("znak.png");
}

.icon-woblink{
	background: url("woblink.png");
}
.bookstoreRow:hover{
	background-color: white;
	cursor: pointer;
}

#ninja_forms_form_5_cont{
    background-color: #AF2C2E;
    color: #ffffff;
    padding: 20px 30px;
    width: 340px;
    margin: 0px auto;
}
#ninja_forms_form_5_all_fields_wrap #ninja_forms_field_6_label,
#ninja_forms_form_5_all_fields_wrap #ninja_forms_field_12_label,
#ninja_forms_form_5_all_fields_wrap #ninja_forms_field_13_label
{
    display: block;
    float: left;
    width: 150px;
}
#ninja_forms_field_9{
    float: left;
    display: block;
    width: 30px;
    margin-top: 40px;
}
#ninja_forms_field_9_label{
    float: left;
    display: block;
    width: 280px;
}
#ninja_forms_field_10{
    background-color: #BCBDC0;
    color: black;
    border: 1px solid darkgray;
    padding:3px;
    font-family: arial, helvetica, sans-serif;
    display: block;
    margin: 0px auto;
    font-weight: bold;
}
#ninja_forms_form_5_all_fields_wrap #ninja_forms_field_6,
#ninja_forms_form_5_all_fields_wrap #ninja_forms_field_12,
#ninja_forms_form_5_all_fields_wrap #ninja_forms_field_13
{
    width:170px;
    padding: 3px;
}
#ninja_forms_form_5_all_fields_wrap .ninja-forms-req-symbol,
#ninja_forms_form_5_all_fields_wrap .ninja-forms-field-error{
    color: #ffdf04;
}
