/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 2px;
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}

table{
	border:0px;
}

.font1 {
	font-size: 20px;
}
.font2 {
	font-size: 18px;
}
.font3 {
	font-size: 16px;
}
.font4 {
	font-size: 14px;
}
.font5 {
	font-size: 12px;
}
.font6 {
	font-size: 10px;
}

#hlavicka {
	background-color:#ff8529;
	padding:10px;
}
#hlavicka a {
	color:white;
}
#hlavicka a.obj-banner {
	color:#eee;
}

#menu-uvod {
	margin: 2px 0px;
	padding-right: 0;
	padding-left: 0;
}
#menu-uvod > .btn-group > a {
	color:#000;
	background-color:#ffdfbf;
	padding:2px;
}
#menu-hlavni {
	background-color:#f1f1f1;
	padding:5px 0px 5px 15px;
	margin:0px 0px;
}
#prenavleft, #prenavright {
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
}
#navleft a.btn {
	font-size: 11px;
}
#navleft div#sll-kategorie a.btn,
#navleft div#sll-znacky a.btn {
    font-size: 14px;
}
#navleft .btn-group-vertical {
	width:100%;
}
#sll-kategorie,
#sll-znacky {
	margin-bottom:10px;
}
.sll-titulek {
	padding:2px;
	text-align: center;
}
h2.obchudek {
	font-size: 18px;
	background-color: antiquewhite;
	margin: 0;
	padding: 5px;
	overflow: hidden;
	text-align: center;
}
div.obchudek {
	padding: 0 10px 10px 10px;
	border: 1px solid #F7F7F5;
	overflow: hidden;
	margin-bottom: 30px;
}
div.obchudek a.obch-img {
	width: 100%;
	display: flex;
}
div.obchudek a.obch-img img {
	margin: 5px auto;
}
div.obchudek h3 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
.menu2 {
	color : #000000;
	font-size:18px;
	font-weight:normal;
}

.menu2 a {
	color : #000000;
	text-decoration: none;
}

.menu2 a:hover {
	color : #ff0000;
	text-decoration: none;
}

.text {
	font-size: 11px;
}

hr.oddel {
	margin-top: 5px;
   margin-bottom: 5px;
}

.vyhledej {
	height: 30px;
	padding: 2px;
	font-size: 13px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px;
	font-size: 12px;
}
/*
použité barvy
http://www.color-hex.com/color-names.html
*/
.b-cornsilk0 {background-color:#fff8f2;}
.c-red1 {color:#ff0000;}
.c-red3 {color:#cd0000;}