html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	background: url(./img/bg.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
/*
  display: flex;
  flex-direction: column;
*/
}
/*
body:after {
  content: '';
  flex: 1 1 auto;
}
*/
a {
	font-weight: bold;
}
h1 {
	font-size: 2.4em;
	line-height: 1.5;
	font-weight: 300;
	margin: 10px 0 20px 0;
}
h2 {
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: 300;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 1.3em;
	line-height: 1.5;
	margin: 0;
	font-weight: 400;
}
h4 {
	font-size: 1em;
	line-height: 1.5;
	font-weight: 700;
}
h1 a {
	font-weight: 300;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: none;
}
img {
	/*    display: block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	padding: 10px;
*/
}
label {
	font-weight: normal;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.fleft {
	float: left !important;
}
.fright {
	float: right !important;
}
.center {
	text-align: center;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.clear {
	clear: both;
}
.stin {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.b, .bold {
	font-weight: bold;
}
.nobr {
	white-space: nowrap;
}
#header {
	width: 100%;
	position: relative;
	background-color: #ffeeff;
	padding-top: 20px;
	padding-bottom: 2px;
}
#nadpis {
	padding: 0 0 20px 0;
}
.offpage {
	/*position: absolute;
	top: -9000px;
	left: -9000px;
*/
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#stranka {
	position: relative;
	margin-top: 20px;
}

.container-full {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.panel {
	font-weight: 300;
	background-color: rgba(255, 255, 255, 1);
	border: 8px solid rgb(238, 238, 238);
	border: 8px solid rgba(255, 255, 255, .3);
	background-clip: padding-box;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.panel > .panel-heading {
	background: #0088cc;
	color: #fff;
	margin: 0;
	font-weight: bold;
}
.panel > .panel-heading h2 {
	padding: 0;
	margin: 0;
}
.panel > .panel-heading a {
	/*color: #fff;
	font-weight: normal;
	text-decoration: underline;
*/
}
.panel.dulezite  > .panel-heading {
	color: #ffffff;
	background-color: #9966ff;
}
/*.panel tr {
	border-top: 1px dotted #cccccc;
}
*/
.panel-in {
	font-size: 10pt;
}
.panel-body {
	border: 1px solid rgba(0,136,204,.2);
}
.panel table {
	border: 1px solid rgba(0,136,204,.2);
}
.panel-footer {
	background-color: #ffffff;
	border-top: 1px dashed #dddddd;
	font-size: 9pt;
}
.panel.info {
	background-color: #CCFFFF;
}
.popover-content {
	color: #000;
}







#nahoru {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 38px;
	height: 38px;
	/*
	font-family: "fontello";
	content: '\e819';
	*/
	background-image: url('img/top.png');
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#nahoru:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.hledat {
	width: 250px;
	float: right;
	padding: 0 5px 0 10px;
	margin: 0 15px 10px 0;
	border: #cccccc 1px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #ffffff;
	-moz-box-sizing: border-box;
	box-shadow: 0 1px 3px #DDDDDD inset;
	display: inline-block;
	transition: border 0.3s linear 0s;
}
.hledat .text {
	width: 90%;
	margin: 5px 0;
	text-indent: 8px;
	float: left;
	border: 0;
	background: #ffffff;
	color: #999999;
}
.hledat .text:focus {
	outline: none;
	color: #333333;
}
.hledat .tlacitko {
	background: url(img/hledat.png) no-repeat 0% 0%;
	margin-top: 5px;
	border: 0;
	float: right;
	width: 16px;
	height: 16px;
	z-index: 100;
	cursor: pointer;
}
.hledat .tlacitko:hover {
	background: url(img/hledat.png) no-repeat 0% 100%;
}
.lang_cz {
	background: url('./ico/cz.png') 0 50% no-repeat;
	padding-left: 20px;
}
.lang_en {
	background: url('./ico/en.png') 0 50% no-repeat;
	padding-left: 20px;
}
.lang_de {
	background: url('./ico/de.png') 0 50% no-repeat;
	padding-left: 20px;
}
.cesta {
	padding: 10px;
	border-radius: 0;
	font-size: 8pt;
	background-color: #ffffff;
}
.povinne {
	background: url('ico/star.png') 99% 50% no-repeat transparent;
	padding-right: 4%;
}
textarea.povinne {
	background: url('ico/star.png') 99% 10px no-repeat transparent;
}
.zprava {
	width: 100%;
	z-index: 1;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	padding: 10px 0px;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.hlaska {
	background-color: #33cc33;
}
.chyba {
	background-color: #ff0000;
}
.zprava .close {
	color: #ffffff;
	text-shadow: 0 1px 0 #000000;
	opacity: 1;
	margin-right: 30px;
	filter: alpha(opacity=100);
}
.zprava .close:hover, .zprava .close:focus {
	color: #ffffff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/* oprava modal pozadí */
.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #fff;
}
ul.list-group li {
	border 0;
}
.table {
	border-collapse: separate;
}
.table tr:first-child td {
	border: 0px;
}
.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 0 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #999999;
}

.novinka h2 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.novinka .datum {
	margin: 10px 0;
	font-size: 0.8em;
}
















.modal-full {
	width: 95%;
	margin: 30px auto;
}
.item_list {
	margin: 10px 10px 0 10px;
	position: relative;
}
.item_list .item-inner {
	padding: 10px 0 0 0;
	position: relative;
	border-top: 1px solid #eaeaea;
}
.item_list .item-price {
	font-size: 16px;
	font-weight: bold;
}
.item_list .item-price .item-puv {
	font-weight: normal;
	float: left;
}
.item_list .item-inner:hover {
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}
.item_list table {
	margin-top: 10px;
}
.item_list td {
	font-size: 12px;
}
.nahled_obr {
	position: relative;
}
.nahled_obr .smaz_obr {
	position: absolute;
	top: 10px;
	right: 10px;
}
.nahled_obr p {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
}
/* View Type: Grid */
.item {
	/*background: #FFF;
	margin-top: 20px;
	margin-bottom: 5px !important;
*/
}
.item .item-inner {
	position: relative;
	text-align: center;
}
.item .item-inner:hover {
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}
.item .item-inner:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.item .item-img {
	position: relative;
	margin: 15px auto 0;
}
.item .item-img-info {
	text-align: center;
	border: 1px solid #EAEAEA;
	border-bottom: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.item img {
	width: 100%;
	border-radius: 3px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.item .info-inner {
	border: 1px solid #eaeaea;
	background: url("./img/bg-item.jpg") no-repeat 0 100%;
	background-color: #fff;
	border-top: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.item .item-title {
	margin-bottom: 3px;
	padding: 10px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	min-height: 70px;
}
.item .item-kod {
	font-size: 10px;
}
.item .item-stav {
	font-size: 12px;
	padding: 0 10px;
	line-height: 20px;
}
.item .item-title a {
	text-decoration: none;
}
.item .item-title a:hover {
	color: #0088cc;
}
.item:hover .item-title a {
	color: #0088cc;
}
.item .item-cena {
	min-height: 50px;
}
.item .item-price {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
  padding: 0 10px;
}
.item .item-price-old {
	font-weight: normal;
  font-size: 12px;
}
.item .item-pridat {
	min-height: 60px;
}
.label {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	width: 150px;
	text-align: center;
	display: block;
	position: absolute;
	top: 25px;
}
.label.nove {
	background: #ffcc00;
	color: #000;
}
.label.vyprodej {
	background: #0088cc;
}
.label.akce {
	background: #ff3300;
}
.label.vyprodano {
	background: #cccccc;
}
.label.vlevo {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -40px;
}
.label.vpravo {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -40px;
}
.nadpis {
	border-bottom: 3px solid #eee;
	height: 21px;
	padding: 0;
	text-align: left;
	color: #000000;
	margin: 20px auto 40px;
}
.nadpis h2 {
	background-color: #fff;
	color: #000;
	display: inline-block;
	margin-top: 0;
	padding: 0 20px 0px 5px;
	position: relative;
}
#topbar {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: rgba(51, 0, 102, .3);
}
#footer {
	margin-top: 50px;
	padding: 0 10px 0 10px;
	background: #060e58;
	border-top: 8px #0088cc solid;
/*
	order: 1;
*/
}
#footer ul {
	float: left;
}
#footer ul.links {
	margin: 0!important;
	padding: 0!important;
}
#footer ul li {
	list-style-type: none;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
	border-top: 1px rgba(0, 0, 0, 0.8) solid;
}
#footer ul li:last-child {
	border-bottom: none;
}
#footer ul li:first-child {
	border-top: none;
}
#footer a {
	color: #ccc;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
#footer a:hover {
	color: #0088cc;
	text-decoration: none;
}
#footer .links a {
	display: block;
	padding: 7px 0;
	font-size: 12px;
	line-height: normal;
}
#footer .links a:before {
	content: "\e818";
	font-family: fontello;
	font-size: 12px;
	display: inline-block!important;
	cursor: pointer;
	line-height: 20px;
	color: #666;
	margin-right: 5px;
}
#footer h3 {
	padding: 40px 0 10px 0;
	font-size: 14px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px
}
#footer p {
	font-size: 12px;
	color: #ccc;
}
#footer .coppyright {
	color: #666;
	text-align: right;
	padding: 20px;
}

#header_stred .container{
/*
 	background-image: url(../img/hlavicka_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
*/
}
#logo-box {
}
#logo-box a {
	display: block;
}
#logo-box img {
	padding: 20px 10px;
}
#search-box {
	position: relative;
	height: 130px;
	padding-top: 5px;
}

#search-box form {
	margin-top: 40px;
}
#search-box form .input-group {
	width: 100%;
}

#search-box input {
	color: #fff;

	background-color: rgba(255, 255, 255, .3);
/*
	background-color: rgba(0, 0, 0, .1);
*/
	border: 1px solid #F3F1FC;
	font-weight: bold;
	font-size: 16px;
	height: 40px;
}
#search-box button {
	border: 0;
}



#top_search {
	margin-top: 25px;
	margin-right: 30px;
}
#top_search a {
	color: #fff;
}
#top_search a:hover {
	color: #ff0;
}

#top_search .icon-search {
	position: relative;
	font-size: 38px;
	display: block;
}

#top_search .top_search_popis {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
  text-align: center;
	line-height: 10px;
}


.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #333;
    font-weight: 100;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
    opacity: 1;
    font-weight: 100;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
    opacity: 1;
    font-weight: 100;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
    font-weight: 100;
}

.easy-autocomplete {
	width: auto !important;
  min-height: 40px;
	/* z-index: 1000; */
}
.easy-autocomplete input {
	min-width: 100% !important;
}
.easy-autocomplete-nazev {
}
.easy-autocomplete-kod {
	font-size: 11px;
  font-style: italic;
}
.easy-autocomplete-stav {
	font-size: 11px;
}
.easy-autocomplete-container {
	max-height: 400px;
	min-width: 100% !important;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
  top: 100%;
}




.table th {
	border-top: transparent !important;
}
.table2 th, .table2 td {
	border: transparent !important;
}
.table tfoot td {
	background-color: #f5f5f5;
	padding: 10px 0 !important;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px !important;
	border-top: 6px #0088cc solid !important;
}
.table tfoot a {
	margin: 0 5px;
}
.table thead th {
	background: #0088cc;
	color: #fff;
	padding: 10px 5px !important;
}

#tab_admin td {
	vertical-align: middle;
	font-size: 9pt;
}

.ta td {
/*
	font-size: 9pt;
*/
}
.kosik_tlacitka {
	background-color: #f5f5f5;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 10px;
	border-bottom: 6px #0088cc solid;
}
.kosik_tlacitka a {
	margin: 0 5px;
}
.kosik-info {
	border: 1px #0088cc solid;
	text-align: center;
	padding: 20px;
}
/*
.pocet {
	text-align: center;
}
.pocet .input-group {
	max-width: 150px;
	margin: 0 auto;
}
*/
/*
.kk {
	width: 55px !important;
}
*/
.cena_celkem, .cena_celkem_text {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 30px 0 !important;
}
.btn {
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active, .btn.active {
}
.btn:first-child {
}
.btn:hover {
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	background-position: 0;
}
.btn.active, .btn:active {
	background-color: #d9d9d9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-lg {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-lg [class^="icon-"] {
	margin-top: 1px;
}
.btn-sm {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px;
}
.btn-sm [class^="icon-"] {
	margin-top: -1px;
}
.btn-xs {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px;
}
.input-xs {
	height: 22px;
	padding: 0px 5px;
	font-size: 10pt;
}
.btn-file {
	overflow: hidden;
	position: relative;
}
.btn-file input[type="file"] {
	background: red none repeat scroll 0 0;
	cursor: inherit;
	display: block;
	font-size: 999px;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
	background-color: #0088cc;
	*background-color: #0055cc;
	background-image: -ms-linear-gradient(top,#0088cc,#0066ee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0066ee));
	background-image: -webkit-linear-gradient(top,#0088cc,#0066ee);
	background-image: -o-linear-gradient(top,#0088cc,#0066ee);
	background-image: -moz-linear-gradient(top,#0088cc,#0066ee);
	background-image: linear-gradient(top,#0088cc,#0066ee);
	background-repeat: repeat-x;
	border-color: #0066ee #0066ee #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid: dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0066ee', GradientType=0);
	filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #0066ee;
	*background-color: #004ab3;
}
.btn-primary:active, .btn-primary.active {
	background-color: #0066ee;
	*background-color: #004ab3;
}
.btn-warning {
	background-color: #faa732;
	*background-color: #f89406;
	background-image: -ms-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(top,#fbb450,#f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid: dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #f89406;
	*background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -ms-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: linear-gradient(top,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid: dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -ms-linear-gradient(top,#62c462,#51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top,#62c462,#51a351);
	background-image: -o-linear-gradient(top,#62c462,#51a351);
	background-image: -moz-linear-gradient(top,#62c462,#51a351);
	background-image: linear-gradient(top,#62c462,#51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid: dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #51a351;
	*background-color: #499249;
}
.btn-success:active, .btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	background-color: #49afcd;
	*background-color: #2f96b4;
	background-image: -ms-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: linear-gradient(top,#5bc0de,#2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid: dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	background-color: #414141;
	*background-color: #222222;
	background-image: -ms-linear-gradient(top,#555555,#222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
	background-image: -webkit-linear-gradient(top,#555555,#222222);
	background-image: -o-linear-gradient(top,#555555,#222222);
	background-image: -moz-linear-gradient(top,#555555,#222222);
	background-image: linear-gradient(top,#555555,#222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid: dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
	filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	*background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
	background-color: #080808 \9;
}
button.btn, input[type="submit"].btn {
	*padding-top: 2px;
	*padding-bottom: 2px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-lg, input[type="submit"].btn.btn-lg {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-sm, input[type="submit"].btn.btn-sm {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-xs, input[type="submit"].btn.btn-xs {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-group {
	position: relative;
	*margin-left: .3em;
	*zoom: 1;
}
.btn-group:before, .btn-group:after {
	display: table;
	content: "";
}
.btn-group:after {
	clear: both;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	margin-top: 9px;
	margin-bottom: 9px;
}
.btn-toolbar .btn-group {
	display: inline-block;
	*display: inline;
/* IE7 inline-block hack */
	*zoom: 1;
}
.btn-group > .btn {
	position: relative;
	float: left;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}
.btn-group > .btn-lg:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
}
.btn-group > .btn-lg:last-child, .btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
	z-index: 2;
}
.sp-wrap {
	border: 8px solid rgb(238, 238, 238) !important;
	border: 8px solid rgba(255, 255, 255, .3) !important;
	background-clip: padding-box !important;
	border-radius: 0 !important;
}
.okno {
	font-weight: 300;
	padding: 10px 20px 20px 20px;
	background-color: rgba(255, 255, 255, 1);
	border: 8px solid rgb(238, 238, 238);
	border: 8px solid rgba(255, 255, 255, .3);
	background-clip: padding-box;
}
.okno_salony {
	height: 150px;
	font-weight: 300;
}
.okno_salony .inner {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 10px;
}
.cenap {
	margin: 0;
	padding: 0;
}
.cenap span {
	position: relative;
	white-space: nowrap;
}
.cenap span:after {
	border-top: 2px solid #999;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	left: 0;
}
#produkt-polozky {
	margin-top: 20px;
}
.polozky {
}
.polozky th {
	width: 150px;
	padding-right: 10px;
	font-weight: 300;
	text-align: right;
	vertical-align: top;
	font-style: italic;
}
.polozky td {
	vertical-align: top;
}
/*.polozky .skladem {
	font-weight: bold;
	color: #f00;
}
.polozky .vyprodano {
	font-weight: normal;
	color: #aaa;
}
*/
.polozky th.cenas {
	font-size: 24px;
}
.polozky td.cenas {
	font-size: 24px;
	font-weight: bold;
	color: #f00;
}
.polozky td.cenap {
	text-decoration: line-through;
}
.skladem {
	font-weight: bold;
	color: #f00;
}
.neprodejne {
	font-weight: normal;
	color: #aaa;
}
/*
.neprodejne {
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
	margin: 20px 0;
}
*/
.strike {
	position: relative;
	display: inline-block;
}
.strike::after {
	content: '';
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
}
.strike::after {
	border-bottom: 2px solid red;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
}
.produkt-pridat {
	margin: 20px 0;
}
.produkt-pridat input {
	font-size: 14px;
	text-align: center;
}
.produkt-pridat button {
	font-size: 14px;
}
.produkt-pridat-sm {
	margin: 20px 0;
}
.produkt-pridat-sm input {
	font-size: 12px;
	text-align: center;
	height: 28px;
}
.produkt-pridat-sm button {
	font-size: 12px;
}
.clft {
	/*  border-radius: 0 0 0 10px!important;
*/
	border-radius: 5px 0 0 5px !important;
}
.crgt {
	/*  border-radius: 0 10px 0 0!important;
*/
	border-radius: 0 5px 5px 0 !important;
}
#produkt-detail {
	margin-top: 20px;
}
/*
.tab-pane {
	padding: 10px 0;
}
*/




.spinner {
  width: 80px;
}
.spinner input {
  text-align: right;
/*
	width: 40px !important;
*/
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}





























.tab-content {
/*
    border: 1px solid #C5D0DC;
*/
    padding: 16px 12px;
    position: relative;
}

.nav-tabs {
/*
    border-color: #C5D0DC;
*/
    margin-bottom: 0!important;
    position: relative;
    top: 1px;
}


.nav-tabs li a {
	font-weight: normal;
}

.nav-tabs li.active a {
	font-weight: bold;
}

.nav-tabs>li>a {
    padding: 5px 20px;

}

.nav-tabs>li>a,
.nav-tabs>li>a:focus {
    border-radius: 0!important;
/*
    background-color: #F9F9F9;
*/
    background-color: rgb(238, 238, 238);
    background-color: rgba(255, 255, 255, .3);
    border-bottom: 1px solid #C5D0DC;
    color: #999;
    margin-right: -1px;
    line-height: 18px;
    position: relative


}

.nav-tabs>li>a:hover {
    background-color: #FFF;
    color: #4C8FBD;
/*
    border-color: #C5D0DC
*/
}

.nav-tabs>li>a:active,
.nav-tabs>li>a:focus {
    outline: 0!important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #576373;
    border-color: #C5D0DC #C5D0DC transparent;
    border-top: 2px solid #4C8FBD;
    background-color: #FFF;
    z-index: 1;
    line-height: 18px;
    margin-top: -1px;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .15)
}

.tabs-below>.nav-tabs {
    top: auto;
    margin-bottom: 0;
    margin-top: -1px;
    border-color: #C5D0DC;
    border-bottom-width: 0
}

.tabs-below>.nav-tabs>li>a,
.tabs-below>.nav-tabs>li>a:focus,
.tabs-below>.nav-tabs>li>a:hover {
    border-color: #C5D0DC
}

.tabs-below>.nav-tabs>li.active>a,
.tabs-below>.nav-tabs>li.active>a:focus,
.tabs-below>.nav-tabs>li.active>a:hover {
    border-color: transparent #C5D0DC #C5D0DC;
    border-top-width: 1px;
    border-bottom: 2px solid #4C8FBD;
    margin-top: 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15)
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 60px
}

.tabs-left>.nav-tabs {
    top: auto;
    margin-bottom: 0;
    border-color: #C5D0DC;
    float: left
}

.tabs-left>.nav-tabs>li {
    float: none!important
}

.tabs-left>.nav-tabs>li>a,
.tabs-left>.nav-tabs>li>a:focus,
.tabs-left>.nav-tabs>li>a:hover {
    border-color: #C5D0DC;
    margin: 0 -1px 0 0
}

.tabs-left>.nav-tabs>li.active>a,
.tabs-left>.nav-tabs>li.active>a:focus,
.tabs-left>.nav-tabs>li.active>a:hover {
    border-color: #C5D0DC transparent #C5D0DC #C5D0DC;
    border-top-width: 1px;
    border-left: 2px solid #4C8FBD;
    margin: 0 -1px;
    -webkit-box-shadow: -2px 0 3px 0 rgba(0, 0, 0, .15)!important;
    box-shadow: -2px 0 3px 0 rgba(0, 0, 0, .15)!important
}

.tabs-right>.nav-tabs {
    top: auto;
    margin-bottom: 0;
    border-color: #C5D0DC;
    float: right
}

.tabs-right>.nav-tabs>li {
    float: none!important
}

.tabs-right>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:hover {
    border-color: #C5D0DC;
    margin: 0 -1px
}

.tabs-right>.nav-tabs>li.active>a,
.tabs-right>.nav-tabs>li.active>a:focus,
.tabs-right>.nav-tabs>li.active>a:hover {
    border-color: #C5D0DC #C5D0DC #C5D0DC transparent;
    border-top-width: 1px;
    border-right: 2px solid #4C8FBD;
    margin: 0 -2px 0 -1px;
    -webkit-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .15)
}

.nav-tabs>li>a .badge {
    padding: 1px 5px;
    line-height: 15px;
    opacity: .75;
    vertical-align: initial
}

.nav-tabs>li>a .ace-icon {
    opacity: .75
}

.nav-tabs>li.active>a .ace-icon,
.nav-tabs>li.active>a .badge {
    opacity: 1
}

.nav-tabs li .ace-icon {
    width: 1.25em;
    display: inline-block;
    text-align: center
}

.nav-tabs>li.open .dropdown-toggle {
    background-color: #4F99C6;
    border-color: #4F99C6;
    color: #FFF
}

.nav-tabs>li.open .dropdown-toggle>.ace-icon {
    color: #FFF!important
}

.tabs-left .tab-content,
.tabs-right .tab-content {
    overflow: auto
}











.owl_full {
	margin: 20px 0;
	border: 8px solid rgb(238, 238, 238);
	border: 8px solid rgba(255, 255, 255, .3);
	background-clip: padding-box;
}
.owl_full .item img {
	display: block;
	width: 100%;
	height: auto;
}
#kategorie {
	padding: 0;
	margin: 0;
}
#kategorie ul {
	list-style: none outside none;
	margin: 0 0 20px 0;
	padding: 0;
}
#kategorie ul ul {
	padding: 0;
	margin: 0 0 0 20px;
	font-size: 12px;
/*display: none*/
}
#kategorie li {
	border-top: 1px solid #EAEAEA;
	display: block;
	/*line-height: 20px;
*/
	text-decoration: none;
	clear: both;
	margin: 2px 0;
}
#kategorie li:first-child {
	border: 0;
}
#kategorie li a {
	font-size: 13px;
	font-weight: normal;
/*padding: 0 15px 0 5px*/
}
#kategorie li a:hover {
	text-decoration: none;
}
#kategorie li li {
	margin: 0 5px 0 5px;
}
#kategorie li li:first-child {
	border-top: 1px solid #EAEAEA;
}
#kategorie .row {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}
#kategorie .row>[class*=" col-"],
#kategorie .row>[class^=col-] {
	display: flex;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#kategorie .rozbal {
	font-family: fontello;
	font-size: 16px;
}
#kategorie .rozbal.c:before {
	content: '\e819';
}
#kategorie .rozbal.o:before {
	content: '\e81a';
}
/*#kategorie li:hover ul {
	visibility: visible;
	opacity: 1;
	transform: translateX(0%);
	transition-delay: 0s;
}
#kategorie li a:hover,
#kategorie li:hover > a {
	color: #ccc;
}
#kategorie li.active > a {
	color: red;
}
*/
#kategorie .row.active {
	color: #FF33FF;
}
#kategorie .row:hover {
	color: #6633FF;
	background-color: #eee;
}
#kategorie li li a:hover,
#kategorie li li:hover > a {
}
.sloupec-filtry {
	border-right: 1px solid #EAEAEA;
	overflow: hidden;
}
.filtry-nadpis {
	padding: 5px 5px 5px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-bottom: 3px solid #EAEAEA;
	background-color: #99ccff;
	position: relative;
}
.filtry {
	list-style: none outside none;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 12px;
	overflow-y: auto;
}
/*.filtry ul {
	margin-left: 20px;
}
*/
.filtry li {
	border-top: 1px solid #EAEAEA;
	/*  padding: 0 10px;
*/
}
.filtry li:first-child {
	border: 0;
}
.filtry label {
	width: 100%;
}
.filtry .badge {
	padding: 2px 4px;
	width: auto;
	min-width: auto;
	font-size: 7pt;
	font-weight: bold !important;
	color: #fff;
	border: 1px solid #f6f;
	background-color: #f6f;
	text-shadow: none!important
}
.fill {
	overflow: hidden;
	height: 100%;
	min-height: 100%;
}
.fill > [class*="col-"] {
	float: left;
	padding: 0 20px 99999px;
	margin-bottom: -99999px;
}
.disabled {
	color: #ccc;
}
.red {
	color: #ff0000;
}
#menu-box-holder {
	height: 60px;
	z-index: 1 !important;
}
#menu-box {
	width: 100%;
	height: 60px;
	margin: 0;
	background-color: #90c;
	background-color: rgba(51, 0, 102, .3);
	-webkit-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}
#menu-box.stuck {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: rgba(51, 0, 102, 1);
}








/*




*/













.cena {
	border-bottom: 1px dotted #ddd;
	display: block;
	margin: 0;
	padding: 15px 0;
	position: relative;
}
.obsah {
	background-color: rgba(255, 255, 255, 1);
	border: 5px solid #eee;
	border-radius: 0 10px;
	font-weight: 300;
	padding: 10px 20px 20px 20px;
}

#kosik_okno_shrnuti {
	padding: 20px;
	text-align: center;
}

.breadcrumbs {
	background-color: #fef;
	background-color: rgba(255,238,255, .3);
	/*  background-color: transparent;
	border-bottom: 8px solid rgb(238, 238, 238);
	border-bottom: 8px solid rgba(255, 255, 255, .3);
	background-clip: padding-box;
*/
}
.breadcrumbs ul {
	border-left: 1px solid #fcf;
	border-right: 1px solid #fcf;
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.breadcrumbs ul:before, .breadcrumbs ul:after {
	content: ' ';
	display: table;
}
.breadcrumbs ul:after {
	clear: both;
}
.breadcrumbs li {
	float: left;
	width: 25%;
}
.breadcrumbs a, .breadcrumbs em {
	position: relative;
	display: block;
	padding: 11px;
	padding-right: 0 !important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #aaa;
}
.breadcrumbs .badge {
	width: 22px;
	height: 22px;
	padding: 3px;
	margin-right: 5px;
	border: 2px solid #aaa;
	border-radius: 50%;
	background-color: #fff;
	color: #aaa;
}
.breadcrumbs .active .badge {
	border: 2px solid #609;
	background-color: #fff;
	color: #609;
}
.breadcrumbs .predchozi .badge {
	border: 2px solid #f6f;
	background-color: #fff;
	color: #f6f;
}
.breadcrumbs li.active em {
	color: #609;
	background-color: #fcf;
}
.breadcrumbs li.active em:after {
	border-left-color: #fcf;
}
.breadcrumbs li.predchozi a {
	color: #f6f;
	background-color: #fef;
}
.breadcrumbs li.predchozi a:after {
	border-left-color: #fef;
}
.breadcrumbs li.dalsi em {
	background-color: #fff;
}
.breadcrumbs li.dalsi em:after {
	border-left-color: #fff;
}
.breadcrumbs em:before, .breadcrumbs em:after, .breadcrumbs a:before, .breadcrumbs a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: block;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 16px solid transparent;
}
.breadcrumbs .predchozi a:before {
	margin-left: 1px;
	border-left-color: #fcf;
}
.breadcrumbs .dalsi em:before {
	margin-left: 1px;
	border-left-color: #d5d5d5;
}
.breadcrumbs em:after, .breadcrumbs a:after {
	border-left-color: #fef;
}
.breadcrumbs .predchozi a:hover {
	background: #9ff;
	text-decoration: none;
}
.breadcrumbs .predchozi a:hover:after {
	border-left-color: #9ff;
}
.breadcrumbs li:last-child em:before, .breadcrumbs li:last-child em:after, .breadcrumbs li:last-child a:before, .breadcrumbs li:last-child a:after {
	display: none;
}


.hover-zoomin a {
  display: block;
  position: relative;
  overflow: hidden;
}
.hover-zoomin img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-zoomin:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}


.busy {
	background: url("./img/busy.gif") transparent no-repeat center center;
  width: 82px;
  height: 82px;
	margin: auto;
}


















@media screen and (max-width: 480px) {
	body {
		font-size: 1em;
	}
	#header {
		min-width: 320px;
	}
	h1 {
		font-size: 2.7em;
		padding: 0 20px;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.3em;
	}
	h4 {
		font-size: 1em;
	}
	.container {
		padding: 0;
		overflow: hidden;
	}
}


@media all and (max-width: 767px) {
	body {
		font-size: 12px;
	}
	#header {
		min-width: 320px;
	}


	#logo-box img {
		margin: auto;
	}

	#tabulka table,
	#tabulka thead,
	#tabulka tbody,
	#tabulka th,
	#tabulka td,
	#tabulka tr {
		display: block
	}
	#tabulka thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}
	#tabulka td {
		position: relative;
		text-align: left;
		font-size: 10pt
	}
	#tabulka td {
		padding-left: 110px
	}
	#tabulka td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		font-weight: 700;
		font-size: 10pt;
		content: attr(data-title)
	}
	.ta .jmeno {
		font-weight: 700
	}
	.ta table, .ta thead, .ta tbody, .ta th, .ta td, .ta tr {
		display: block
	}
	.ta thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}
	.ta td {
		position: relative;
		text-align: left;
		font-size: 10pt
	}
	.ta.w150 td {
		padding-left: 150px!important
	}
	.ta.w110 td {
		padding-left: 110px!important
	}
	.ta.w70 td {
		padding-left: 70px!important
	}
	.ta td.nop {
		padding-left: 5px!important
	}
	.ta td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		font-weight: 700;
		font-size: 10pt;
		content: attr(data-title)
	}





}


@media (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 12px;
	}
}



@media (max-width: 991px) {


	#header_top {
		position: relative
	}

	#search-box {
		height: 60px;
	}
	#cart-box {
		height: 60px;
	}
	.breadcrumbs {
		display: none;
	}
	.filtry-nadpis {
		font-size: 14px;
	}
	.home_logo {
		padding: 15px !important;
	}
	.home_logo img {
		height: 30px;
	}
}


@media (max-width: 1199px) {

}



@media print {
	.panel, .stin: before, .stin: after {
		-webkit-box-shadow: none !important;
		-moz-box-shadow:    none !important;
		box-shadow:         none !important;
		border: 0;
	}
	/* neviditelné při tisku */
	#header,
	#footer, .btn {
		display: none !important;
	}
}
