.karta-vyrobku h4, .karta-vyrobku h2 { padding: 30px 0 10px 0; }
.karta-vyrobku .col-sm-6 h4:first-child,
.karta-vyrobku h2:first-child,
.col-sm-7 h3:first-child {padding-top:0;margin-top:0;line-height: inherit;}

/*  list */
.karta-vyrobku ul {
	list-style-position: inside;
	margin-left: inherit;
	padding-left: inherit;
	padding-top: 0;
	margin-top: 0;
}
.karta-vyrobku ul li {
    display: block;
}

.karta-vyrobku ul li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    float: left;
    margin-top: 0px;
    margin-left: -17px;
    color: #365699;
}

.dofiltrovani {
	float: left;
	width: 190px;
	padding-top: 20px;
}
.dofiltrovani_link {
	float: left;
	width: 250px;
}
.dofiltrovani_link span {
	position: relative; margin-right:10px; top:4px;
}
.dofiltrovani_link .fa {
   margin-top:4px;
	font-size: 16px;
}

.imgkatalog {
	width: 370px;
}

fieldset {
	padding: 5px 10px;
	margin: 10px 0px;
	border-top: dotted 1px #DDD;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.product_item {
	position: relative;
}

.novinka, .akce {
	position: absolute;
	top: 0;
	right: 0;
	width: 103px;
	height: 32px;
	text-indent: 999px;
	overflow: hidden;
}

.novinka {background: url('../../images/stitek_novinka.png') no-repeat;} 

.akce {background: url('../../images/stitek_akce.png') no-repeat;}

#content-1 h2 { margin: 0 0 20px 20px ; }
ul.pagination li, ul.list-inline li {display:inline-block;}
ul.pagination li:before, ul.list-inline li:before {
	display: none;
}
.strankovani ul {
	list-style: none;
	height: 23px;
	padding-left: 0;
	margin: 0 0 0 0;
	border-bottom: 1px #c19b76 solid;
	padding-top: 0px;
}
.strankovani ul form input[type="submit"] {
	border-left: 1px #c19b76 solid;
	border-right: 1px #c19b76 solid;
	border-top: 1px #c19b76 solid;
	border-bottom: none;
	line-height: 12px;
	border-radius: 0;
	min-width: 30px;
	padding: 0 5px 0 5px;
	height: 22px;
}
.strankovani ul li {
padding: 0 0 0 0 !important;	
}
input[type="submit"].passive_strankovani{ background: #c19b76;color:#fff; }
input[type="submit"].active_strankovani{ background-color: #fff; color: #c19b76; }
.list-inline li {
	padding:0;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #c19b76;
    border-color: #c19b76;
   } 
.thumbs a.gallery {
	width: 115px;
	height: 80px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	margin: 0 3px 3px 0;
}
.thumbs a.gallery.main {width: 380px;height: 240px;}

.thumbs a:after {
display:none;
}

.wrap30top { margin-top: 30px; }
.wrap20top { margin-top: 20px; }
.wrap10top { margin-top: 10px; }
#Skryt_filtr i, #Ukazat_filtr i {
	margin-top: 5px;
}

@media (max-width: 767px) {
.col-sm-7 h3:first-child {
    padding-top: 0;
    margin-top: 20px;
}
}
/*.cena {
	font-size: 20px;
	margin: 10px 0;
	padding: 10px;
	font-weight: normal;
	color: #fff;
	background: #1e2a32;
	white-space: nowrap;
	display: inline-block;
}*/
.price {
    font-size: 1.8em;
    color: #897966;
    margin: 0;
    display: inline-block;
    line-height: 1em;
}
.ident-top-15 { margin-top: 15px; }
.podrazene { margin-top:-10px; }