     
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	 /*font-family: 'Open Sans';*/
         /*font-family: 'Open Sans', sans-serif;*/
         font-family: 'Montserrat', sans-serif;
	color: #505050;
}
p {
    line-height: 1.6em;
}
a {
    text-decoration: none !important;
}
@media (min-width: 1200px) {
    .container {
            width: 1200px !important;
    }
    .container-newsletter {
            width: 600px !important;
    }
    .container-newsletter-prava {
            width: 1200px !important;
    }
}
@media (min-width: 1900px) {
    .container {
            width: 1700px !important;
    }
}
@media (min-width: 2200px) {
    .container {
            width: 2300px !important;
    }
}

@media (min-width: 320px) {
    .logo-hlavni {
        max-height: 60px;
        margin-top: 5px;
    }
}

.container-mobile {
    padding-left: 0;
    padding-right: 0;
}
.is-sticky .container-mobile {
    padding-left: 5px;
    padding-right: 5px;
}


.is-sticky .navbar-white {
    display: none;
}
@media (min-width: 320px) {
    .is-sticky .logo-hlavni {
        margin-top: 20px !important;
        margin-bottom: 5px !important;
    }
}
@media (min-width: 768px) {
    .is-sticky .logo-hlavni {
        height: 40px;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}

@media (min-width: 1200px) {
    .is-sticky .logo-hlavni {
        height: 42px;
    }
}

@media (min-width: 320px) {
    .horni-menu-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 768px) {
    .horni-menu-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.logo-hlavni-cela {
    background-color: #fff;
}
.horejsek-cela {
    background-color: #f5eee2;
}

/* ===== Typography ===== */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	/*font-family: 'Open Sans', sans-serif;*/
         font-family: 'Montserrat', sans-serif;
}

h1.detail {
    font-size:24px;
    font-weight: bold;
    color:#111111;
}
h2.detail {
    font-size:20px;
    color:#555555;
}

/* ===== Sticky Footer ===== */

.wrapper {
	min-height: 100%;
	height: auto !important; /* for older versions of IE */
	height: 100%;
	/*margin-bottom: -348px;  footer height + margin */
	padding-top: 10px; /* margin */
	/*padding-bottom: 348px;  footer height + margin */
}
.wrapper-prvni {
    margin-top: 0px;
    padding-top: 0px;
}

/* ===== Mini Navbar ===== */

.mini-navbar {
	width: 100%;
	height: 40px;
	font-size: 0.9em;
	z-index: 9999;
	position: relative;
        background-color: #fff;
}
@media (min-width: 320px) {
    .mini-navbar {
        height: 45px;
    }
}
@media (min-width: 768px) {
    .mini-navbar {
        height: 40px;
    }
}
/*
.mini-navbar .hidden-sm {
	display: inline-block !important;
}
*/
@media (min-width: 768px) and (max-width: 991px) {
	.mini-navbar .hidden-sm {
		display: none !important;
	}
}

.mini-navbar .phone {
	display: inline-block;
	padding: 10px;
}
@media (min-width: 320px) {
    .mini-navbar a {
        display: inline-block;
        padding: 15px 10px 11px 10px;
        -webkit-transition: background 500ms;
        transition: background 500ms;
    }
}
@media (min-width: 768px) {
    .mini-navbar a {
        display: inline-block;
        padding: 0px 10px 5px 10px;
        -webkit-transition: background 500ms;
        transition: background 500ms;
    }
}
.mini-navbar a.first-child {
	margin-left: -25px; /* To align with logo and container */
}
.mini-navbar a:hover {
	text-decoration: none;
}

.mini-navbar a.logout {
    display: inline-block;
    padding: 1px 8px 1px 8px !important;
    -webkit-transition: background 500ms;
    transition: background 500ms;
    margin-top: 0px;  
    min-height: 20px !important;
    background-color:#d9534f !important;
    border-color:#d43f3a !important;   
    font-size: 14px !important;        
}

/* Mini Navbar Dark */

.mini-navbar-dark {
	background: #fff;
	color: #808080;
}
.mini-navbar-dark	a {
	color: #808080;
}
.mini-navbar-dark a:hover {
	background: #808080;
}

/* Mini Navbar White */

.mini-navbar-white {
	background: #fff;
	color: #505050;
	border-bottom: 1px solid #ecf0f1;
}
.mini-navbar-white a {
	color: #505050;
}
.mini-navbar-white a:hover {
	background: #f5f5f5;
}



/* Search Form */

.mini-navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.mini-navbar form {
	width: 250px;
}
.mini-navbar form .form-control{
	height: 26px;
	margin: 7px 0;
	border: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.mini-navbar form button {
	/*height: 26px;*/
	/*margin: 7px 0;*/
	padding: 2px 6px 1px 6px;
	background: #ecf0f1;
}
.mini-navbar-dark form .form-control {
	background: #484848;
	color: #ccc;
}
.mini-navbar-white form .form-control {
	background: #fff;
	border: 1px solid #dedede;
	color: #505050;
}

.horni-pruh-seda {
    /*border-bottom: 1px solid #ebebeb;*/
}

/* ===== Navbar ===== */

.navbar-static-top {
	right: 0;
	left: 0;
        border: 0px;
}
.menu-horni{
    margin-left: 0px;
    margin-right: 0px;
}

.is-sticky .menu-horni {
    padding-top: 0px;
    background-color: #fff;
}
.is-sticky .navbar-dark .navbar-nav {
    margin-bottom: 5px;
}
@media (min-width: 320px) {
    .is-sticky .horni-menu-wrapper .sticky-wrapper {
        height: 45px !important;
    }
    .is-sticky .horni-menu-ram {
        position: absolute;
        top: 1px;
        right: 0px;
    }
}
@media (min-width: 768px) {
    .is-sticky .horni-menu-wrapper .sticky-wrapper {
        height: 65px !important;
    }
    .is-sticky .horni-menu-ram {
        position: relative;
    }
}
.menu-horni .container {
    padding-left: 0px;
    padding-right: 0px;
}

.logo-hlavni-col {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 0px;
}

/* Navbar gets a bit higher */

.menu-horni {
    min-height: 65px;
}
.navbar {
    min-height: 0px !important;
	margin-bottom: 0 !important;
}
.navbar-white .popover {
    font-size: 12px;
    min-width: 100px;
    text-align: center;
}
.navbar-white .popover-content {
    padding: 9px;
}
.navbar-white .navbar-nav > li {
    border-right: 1px solid #ebebeb;
}
.navbar-white .navbar-nav > li:last-child {
    border-right: 0px;
}
@media (min-width: 320px) {
    .navbar-white .navbar-nav >li {
        float: left;
    }
	.navbar-nav > li > a.navbar-prvni {
	padding-top: 23px;
	padding-bottom: 23px;
      padding-left: 20px;
      padding-right: 20px;
      border-left: 1px solid #bbbdbf;
	}
	.navbar-white .navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
      padding-left: 8px;
      padding-right: 8px;
	}
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
	padding-top: 10.5px;
	padding-bottom: 10.5px;
      padding-left: 5px;
      padding-right: 5px;
      font-size: 12px;
      font-weight: 300;
	}
	.is-sticky .navbar-nav > li > a {
	padding-top: 15.5px;
	padding-bottom: 15.5px;
      padding-left: 5px;
      padding-right: 5px;
	}        
/*        
	.is-sticky .navbar-nav > li.active > a {
	padding-top: 23px;
	padding-bottom: 21px;
      padding-left: 20px;
      padding-right: 20px;
	}
*/        
	.navbar-nav > li > a.navbar-prvni {
	padding-top: 23px;
	padding-bottom: 23px;
      padding-left: 15px;
      padding-right: 15px;
      border-left: 1px solid #bbbdbf;
	}
	.navbar-white .navbar-nav > li > a {
	padding-top: 12px;
	padding-bottom: 12px;
      padding-left: 8px;
      padding-right: 8px;
	}
        
}
@media (min-width: 1200px) {
	.navbar-nav > li > a {
	padding-top: 10.5px;
	padding-bottom: 10.5px;
      padding-left: 8px;
      padding-right: 8px;
      font-size: 16px;
	}
	.navbar-dark-jura .navbar-nav > li > a {
	padding-top: 10.5px;
	padding-bottom: 10.5px;
      padding-left: 12px;
      padding-right: 12px;
      font-size: 14px;
	}        
        
	.is-sticky .navbar-nav > li > a {
	padding-top: 15.5px;
	padding-bottom: 15.5px;
      padding-left: 8px;
      padding-right: 8px;
	}        
/*        
	.is-sticky .navbar-nav > li.active > a {
	padding-top: 23px;
	padding-bottom: 21px;
      padding-left: 20px;
      padding-right: 20px;
	}
*/        
	.navbar-nav > li > a.navbar-prvni {
	padding-top: 23px;
	padding-bottom: 23px;
      padding-left: 20px;
      padding-right: 20px;
      border-left: 1px solid #bbbdbf;
	}
	.navbar-white .navbar-nav > li > a {
	padding-top: 12px;
	padding-bottom: 12px;
      padding-left: 8px;
      padding-right: 8px;
	}
        
}

.navbar-form {
	margin-top: 20.5px;
	margin-bottom: 20.5px;
}
.navbar-brand {
	/*padding: 5px 15px;*/
	padding: 10px 0px 5px 0px;
	font-size: 24px;

}
.navbar-brand > span {
	font-size: 18px;
}
@media (max-width: 767px) {
	.navbar-brand > span {
		display: none;
	}
}
.navbar-btn {
	margin-top: 20.5px;
	margin-bottom: 20.5px;
}
.navbar-text {
	margin-top: 27.5px;
	margin-bottom: 27.5px;
}
.navbar-toggle {
	/*margin-top: 20.5px;*/
	/*margin-bottom: 20.5px;*/
        margin-top: 2px;
        margin-bottom: 2px;
        background-color: #e83338;
}
.navbar-toggle .icon-bar {
    color: #fff;
    background-color:  #fff;
}

/* Navbar Dark */

/*
.horni-menu-ram .navbar-collapse.collapse {
    display: block!important;
}
.horni-menu-ram .navbar-collapse.collapse.in {
    display: block!important;
}
*/
.horni-menu {
    /*background-color: #fff;*/
}
.horni-menu-navbar .nav > li > a {
    font-size: 15px;
    border-radius: 15px 15px 0px 0px;
    margin-right: 3px;
}
.horni-menu-navbar .nav > li:last-child > a {
    margin-right: 0;
}
.horni-menu-navbar .nav.nav-pills > li > a:hover, 
.horni-menu-navbar .nav > li > a:hover,
.horni-menu-navbar .nav > li > a:focus { 
    background-color: #f1f1f1;
}
.horni-menu-navbar .navbar-nav >li.active > a {
    /*background-color: #fff;*/
    background-color: #f1f1f1;
    color: #fff;
}
/*.horni-menu-kuchyne {color: #f4be19 !important;}*/
.horni-menu-koupelny {background-color: #cadff6 !important;}
.horni-menu-kuchyne {background-color: #f1e9dc !important;}
.horni-menu-instalace {background-color:  #c6c6c6 !important;}
.horni-menu-topeni {background-color: #ef6d6d !important;}
.horni-menu-zahrada {background-color: #9bdf29 !important;}
.horni-menu-nezarazeno {background-color: #fb8961 !important;}
.horni-menu-vyrobci {background-color: #64d1f4 !important;}

.horni-menu-navbar .navbar-nav >li.active > .horni-menu-koupelny {background-color: #e83338 !important;}
.horni-menu-navbar .navbar-nav >li.active > .horni-menu-kuchyne {background-color: #e83338 !important;}
.horni-menu-navbar .navbar-nav >li.active > .horni-menu-instalace {background-color:  #e83338 !important;}
.horni-menu-navbar .navbar-nav >li.active > .horni-menu-topeni {background-color: #e83338 !important;}
.horni-menu-navbar .navbar-nav >li.active > .horni-menu-zahrada {background-color: #e83338 !important;}
.horni-menu-navbar .navbar-nav >li.active > .horni-menu-nezarazeno {background-color: #e83338 !important;}
.horni-menu-navbar .navbar-nav >li.active > .horni-menu-vyrobci {background-color: #e83338 !important;}


@media (min-width: 768px) {
    .horni-menu-navbar .navbar-nav >li > a {
        padding-top: 8.5px;
        padding-bottom: 8.5px;
        padding-left: 12px;
        padding-right: 13px;
        color: #000;
        font-weight: bold;
    }
}

.navbar-collapse2 {
    z-index: 5000;
    background-color: #fff;
}
.navbar-dark {
    border: 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
        

}
.navbar-dark-homepage {
    margin-top: 0px;
}
.is-sticky .navbar-dark-homepage {
    margin-top: 0px;
}

.is-sticky .navbar-cela {
    background-color: #f3f4f9;
    border-bottom: 1px solid #eaeaea;
}
@media (min-width: 320px) {
    .is-sticky .navbar-cela {
        height: 45px !important;
    }
}

@media (min-width: 768px) {
    .is-sticky .navbar-cela {
        height: 56px !important;
    }
}

.navbar-dark .navbar-brand {
	color: #ecf0f1;
	text-shadow: 1px 1px 2px #333;
}

.horni-menu-wrapper .navbar-collapse {
    background-color: #f3f4f9;
}
.navbar-dark .navbar-brand > span {
	color: #ccc;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-text {
	color: #ecf0f1;
}

@media (min-width: 320px) {
    .navbar-dark .navbar-nav > li {
        margin-bottom: 2px;
    }
    .navbar-dark .navbar-nav > li > a {
            color: #626262;
            background: transparent;
            -webkit-transition: background 500ms;
            transition: background 500ms;
            /*margin-right: 5px;*/
            /*border-radius: 8px;*/
            padding-top: 5px;
            padding-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-dark .navbar-nav > li {
        margin-bottom: 0px;
    }
    .navbar-dark .navbar-nav > li > a {
            color: #626262;
            background: transparent;
            -webkit-transition: background 500ms;
            transition: background 500ms;
            /*margin-right: 5px;*/
            /*border-radius: 8px;*/
            padding-top: 10px;
            padding-bottom: 10px;
    }
    .navbar-dark .navbar-nav > li > a:after {
        content: "|";
        padding-left: 15px;
    }
    .navbar-dark .navbar-nav > li:last-child > a:after {
        content: "";
    }    
}

.navbar-dark .navbar-nav {
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.is-sticky .navbar-dark .navbar-nav {
    margin-top: 7px;
}

 .navbar-dark .navbar-nav > li > a:hover,
.navbar-dark .navbar-nav > li > a:focus {
	color: #47382e !important;
        background-color: #f5eee2;
}
.navbar-dark .glyphicon {
    top: 7px;
}
.navbar-dark .dropdown-menu {
    left:auto;
}


.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
	color: #FFF;
	background-color: #e83338;
}

.navbar-dark .navbar-nav > .disabled > a,
.navbar-dark .navbar-nav > .disabled > a:hover,
.navbar-dark .navbar-nav > .disabled > a:focus {
	color: #bdc3c7;
}

.navbar .navbar-toggle-kategorie {
	border-color: #e83338;
	background: #cadff6;
        margin-top: 5px;
        margin-bottom: 5px;
        
}
/*
.is-sticky .navbar .navbar-toggle {
    margin-top: 10px;
    margin-right: 15px;
}
*/
.is-sticky .navbar .navbar-toggle-kategorie {
    margin-right: 15px;
}
@media (min-width: 320px) {
    .horni-menu .navbar-toggle {
            border-color: #e83338;
            background: #e83338;
            margin-top: 0px;
            margin-bottom: 3px;
    }
}
@media (min-width: 768px) {
    .horni-menu .navbar-toggle {
            border-color: #e83338;
            background: #e83338;
            margin-top: 7px;
            margin-bottom: 3px;
    }
}
.navbar-dark .navbar-toggle:hover,
.navbar-dark .navbar-toggle:focus {
	background-color: #353432;
}

.navbar-dark .navbar-toggle .icon-bar {
	background-color: #ecf0f1;
}

.navbar-dark .navbar-toggle:hover .icon-bar,
.navbar-dark .navbar-toggle:focus .icon-bar{
	background-color: #fff;
}

.navbar-dark .navbar-collapse,
.navbar-dark .navbar-form {
	/*border-color: #353432;*/
}

.navbar-dark .navbar-nav > .open > a,
.navbar-dark .navbar-nav > .open > a:hover,
.navbar-dark .navbar-nav > .open > a:focus {
	color: #fff;
        background-color: #e83338;
}

.navbar-dark .navbar-nav > .open > a:after {
	color: #888888;
}

.navbar-white .navbar-nav > .open > a:after {
	color: #fff;
}

.navbar-dark .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

.navbar-dark .navbar-nav > .dropdown > a .caret {
	border-top-color: #e83338;
	border-bottom-color: #e83338;
}

.navbar-dark .navbar-nav > .open > a .caret,
.navbar-dark .navbar-nav > .open > a:hover .caret,
.navbar-dark .navbar-nav > .open > a:focus .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

/* Navbar Dark Dropdown Menu */

@media (min-width: 320px) {
    .navbar-dark .navbar-nav > li > .dropdown-menu {
            background-color: #f3f4f9;
            border: 1px solid #e5e5e5;
            border-top: 2px solid #e83338;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            z-index: 5000;   
            padding: 0px;
            margin-top: 10px;
            width: 100%;
    }
}
@media (min-width: 768px) {
    .navbar-dark .navbar-nav > li > .dropdown-menu {
            background-color: #f3f4f9;
            border: 0;
            border-top: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            z-index: 5000;   
            padding: 0px;
            margin-top: 10px;
    }
}
.navbar-dark .dropdown-menu > li > a {
	padding: 7px 20px;
	/*border-bottom: 1px solid #666;*/
	color: #434345;
}
.navbar-dark .dropdown-menu > li > a:hover,
.navbar-dark .dropdown-menu > li > a:focus {
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        background-color: #e83338;
}
.navbar-dark .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}

.navbar-dark .navbar-link {
	color: #ecf0f1;
}

.navbar-dark .navbar-link:hover {
	color: #FFF;
}


.navbar-dark .navbar-nav > li >.dropdown-vyrobce {
    background-color: #fff;
    width: 1100px;
}
.navbar-dark .navbar-nav > li >.dropdown-vyrobce a {
    color: #005192;
}
.navbar-right .dropdown-vyrobce {
    right: -140px;
}
.navbar-dark .dropdown-vyrobce-ul {
    margin-left: 0px;
    padding-left: 30px;
    list-style-type: none;
    min-height: 180px;
}
.navbar-dark .dropdown-vyrobce-ul:last-child {
    min-height: auto;
}
.navbar-dark .dropdown-vyrobce-ul li a {
    font-size: 12px;
}
.navbar-dark .navbar-nav > .dropdown-vyrobce-sipka > .open > a:after {
	color: red;
}



/* Navbar Dark Mobile */

@media (max-width: 767px) {
	.navbar-dark .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #353432;
	}
	.navbar-dark .navbar-nav .open .dropdown-menu > li > a {
		color: #434345;
		padding: 10px 20px;
		border: 0;
	}
	.navbar-dark .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-dark .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
	}
	.navbar-dark .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
	}
	.navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #bdc3c7;
		background-color: transparent;
	}
	.navbar-dark .navbar-nav > li > a:hover,
	.navbar-dark .navbar-nav > li > a:focus {
		color: #FFF;
	}
	.navbar-dark .navbar-nav > .open > a,
	.navbar-dark .navbar-nav > .open > a:hover,
	.navbar-dark .navbar-nav > .open > a:focus {
		padding-top: 10px;
		padding-bottom: 10px;
		border-width: 0;
	}
}

/* Navbar White */

.navbar-white {
	border: 0;
        background-color: none;
}
.is-sticky .navbar-white {
    padding-left: 30px;
}

.navbar-white .navbar-brand {
	color: #505050;
}

.navbar-white .navbar-brand > span {
	color: #ccc;
}

.navbar-white .navbar-brand:hover,
.navbar-white .navbar-brand:focus {
	color: #111;
        
}

.navbar-white .navbar-text {
	color: #505050;
}

.navbar-white .navbar-nav > li > a {
	color: #808080;
	background: transparent;
	-webkit-transition: background 500ms;
	transition: background 500ms;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
        font-weight: 500;
}
.navbar-white .navbar-nav >li a:hover {
    /*background-color: #003046;*/
    background-color: none;
}

.navbar-white .navbar-nav > li:last-child > a {
    border-right: 0px;
}

@media (min-width: 320px) {
    .navbar-white .navbar-nav {
        border:0;
    }
    .navbar-white .navbar-nav > li > a {
            padding-left: 5px;
            padding-right: 5px;
            text-align: center;
    }
    .navbar-white-prvni {
        border-left: 0px;
    }
}
@media (min-width: 768px) {
    .navbar-white .navbar-nav {
        border:0;
    }
    .navbar-white .navbar-nav > li > a {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 11px;
            text-align: center;
            min-height: 38px;
    }
    .cert-link {
        padding: 5px 10px 5px 10px !important;
    }
    .navbar-white-prvni {
        /*border-left: 1px solid #ebebeb;*/
    }
}


.navbar-white .navbar-nav > .open > a:after {
	color: #fff;
}

.navbar-white .navbar-nav > .open > a:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	z-index: 9999;
	bottom: -4px;
	left: 50%;	
margin-left: -10px;
	font-size: 30px;
}


.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
	color: #000;
}
.navbar-white .navbar-nav > li > a:hover i,
.navbar-white .navbar-nav > li > a:focus i {
	color: #000;
}


.navbar-white .navbar-nav >li >a:hover span {
    color: #c8c8c8;
}

.float-left {
    float: left;
}
.navbar-white .navbar-nav .kolecko-zelena {
    float: left;
    margin-left: 10px;
    width: 19px;
    height: 19px;
    border-radius: 3px;
    text-align: center;
    background-color: #47382e;    
    color: #fff;
    font-size: 11px;
}
.navbar-white .navbar-nav .kolecko-cervena {
    float: left;
    margin-left: 10px;
    margin-top: -4px;
    width: 26px;
    height: 26px;
    padding-top: 2px;
    border-radius: 3px;
    text-align: center;
    background-color: #47382e;    
    color: #fff;
    font-size: 16px;
}

.navbar-white .navbar-nav .kolecko-zelena-mobile {
    float: left;
    margin-left: 3px;
    width: 19px;
    height: 19px;
    border-radius: 3px;
    text-align: center;
    background-color: #bed638;    
    color: #fff;
    font-size: 11px;
}

.navbar-white .navbar-nav .kolecko-cervena-mobile {
    float: left;
    margin-left: 3px;
    margin-top: -4px;
    width: 26px;
    height: 26px;
    padding-top: 2px;
    border-radius: 3px;
    text-align: center;
    background-color: #e83338;    
    color: #fff;
    font-size: 16px;
}


.navbar-white .navbar-nav > li > a:hover .kolecko-zelena,
.navbar-white .navbar-nav > li > a:focus .kolecko-zelena
 {
    color: #fff;
}

.navbar-white .horni-menu-doleva {
    float: left;
}
.horni-menu-doleva i {
     float:left;
     margin-right: 5px;
     margin-top:0px;
     font-size: 16px;
}


.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {
	color: #111;
	background: #5c5f65;
}

.navbar-white .navbar-nav > .disabled > a,
.navbar-white .navbar-nav > .disabled > a:hover,
.navbar-white .navbar-nav > .disabled > a:focus {
	color: #ccc;
}

.navbar-white .navbar-toggle {
	border-color: transparent;
	background: transparent;
}

.navbar-white .navbar-toggle:hover,
.navbar-white .navbar-toggle:focus {
	background-color: #f5f5f5;
}

.navbar-white .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-white .nav .open > a,
.navbar-white .nav .open > a:focus {
    background-color: #fff;
    color: #808080;
    border-color: #ebebeb;
}

.navbar-white .navbar-toggle:hover .icon-bar,
.navbar-white .navbar-toggle:focus .icon-bar{
	background-color: #111;
}

.navbar-white .navbar-collapse,
.navbar-white .navbar-form {
	border-color: #ccc;
}

.navbar-white .navbar-nav > .open > a,
.navbar-white .navbar-nav > .open > a:hover,
.navbar-white .navbar-nav > .open > a:focus {
	color: #808080;
}

.navbar-white .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #505050;
	border-bottom-color: #505050;
}

.navbar-white .navbar-nav > .dropdown > a .caret {
	border-top-color: #505050;
	border-bottom-color: #505050;
}

.navbar-white .navbar-nav > .open > a .caret,
.navbar-white .navbar-nav > .open > a:hover .caret,
.navbar-white .navbar-nav > .open > a:focus .caret {
	border-top-color: #505050;
	border-bottom-color: #505050;
}

/* Navbar White Dropdown Menu */

.navbar-white .navbar-nav > li > .dropdown-menu {
	background-color: #fff;
	border: 1px solid #ecf0f1;
	border-top: 1px solid #f5f5f5;
        min-width: auto !important;
}

.navbar-white .dropdown-menu > li > a {
	padding: 7px 20px;
	border-bottom: 1px solid #ecf0f1;
	color: #111;
}
.navbar-white .dropdown-menu > li > a:hover,
.navbar-white .dropdown-menu > li > a:focus {
	color: #fff;
/*        background-color: #bed638;*/
        background-color: #f3f4f9;
	-webkit-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
}
.navbar-white .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}

.navbar-white .navbar-link {
	color: #505050;
}

.navbar-white .navbar-link:hover {
	color: #505050;
}

/* Navbar White Mobile */

@media (max-width: 767px) {
	.navbar-white .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #ecf0f1;
	}
	.navbar-white .navbar-nav .open .dropdown-menu > li > a {
		color: #505050;
		padding: 10px 20px;
		border: 0;
	}
	.navbar-white .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-white .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
	}
	.navbar-white .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-white .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-white .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #505050;
		background-color: transparent;
	}
	.navbar-white .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
	/* .navbar-white .navbar-nav > li > a:hover,
	.navbar-white .navbar-nav > li > a:focus {
		color: #fff;
	} */
}

/* ===== Style Toggle ===== */

.style-toggle-btn {
	position: absolute;
	z-index: 50505055;
	top: -3px;
	left: -46px;
	color: #FFF;
	background: #4E4D4A;
	padding: 12px;
	font-size: 18px;
	border-radius: 3px 0 0 3px;
	cursor: pointer;
}
.style-toggle-btn.fa-angle-double-right {
	padding: 12px 17px 12px 16px;
}
.style-toggle {
	position: fixed;
	z-index: 50505055;
	top: 150px;
	right: -180px;
	max-width: 180px;
	border-radius: 0 0 0 3px;
	background: #fff;
	border: 3px solid #666;
	border-right: 0;
	color: #505050;
	-webkit-transition: right 0.5s ease-in-out;
			transition: right 0.5s ease-in-out;
}
.style-toggle-show {
	right: 0;
}
.style-toggle-header {
	padding: 10px;
	color: #fff;
	background: #666;
}
.style-toggle-body {
	padding: 10px;
}

/* ===== Back to Top link ===== */

.backtotop {
	background: #f2f2f2;
	padding: 10px 15px;
	font-size: 18px;
	color: #9e9e9e;
	border-radius: 3px;
	-webkit-transition: background 0.1s ease-in-out;
			transition: background 0.1s ease-in-out;
}
.backtotop:hover {
	background: #7c7c7c;
        color: #fff;
}

/* ===== Footer ===== */

footer {
	padding: 20px 0;
	margin-top: 0px;
}
footer h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
footer h3 > span {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Footer Dark */

@media (min-width: 320px) {
    .spodek {
        background-color: #fff;
        color: #70737c;
        margin-top: 0px;
    }
}
@media (min-width: 768px) {
    .spodek {
        background-color: #fff;
        color: #70737c;
        margin-top: 30px;
    }
}
/* Footer Dark */
.footer-dark {
    /*background-color: #fafafa;*/
    background-color: #f3f4f9;
    width: 100%;
}

.footer-dark hr {
	border-top: 1px solid #fff;
}
.footer-prava {
    padding-right: 10px;
    border-right: 1px solid #111111;
    margin-right: 10px;
}
.footer-dark hr {
	border-top: solid 1px #e1e0e5;
}

.footer-dark .bullet ul  {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  
}
.footer-dark .bullet ul li {
  margin-bottom: 0px; 
  list-style-type: none;
}
.footer-dark .bullet ul li a {
    font: 300 36px/1.25em "Open Sans", sans-serif;
    font-size: 14px;
    color: white;
    position: relative;
    padding-left: 22px;
    line-height: 1.5em; 
}
.footer-dark .bullet ul li a:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    display: inline-block;
    font-weight: normal;
    top: -1px;
    left: 0;
    font-size: 16px;
    color: #96cd00; 
}
.footer-dark .bullet ul li a:hover {
    color: #96cd00; 
}


.footer-dark .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-dark .footer-menu ul li a {
    text-decoration: none;
    display: block;
    color: #333;    
    font-size: 12px;
}
.footer-dark .footer-menu ul li {
    padding: 0.4em 0;
    line-height: 1.2em;
    border-bottom: dotted 1px #d5d7dd;
    /*transition: all 1s ease 0s;*/
    /*-webkit-transition: all 1s ease 0s;*/
    /*-moz-transition: all 1s ease 0s;*/
    /*-o-transition: all 1s ease 0s;*/    
}
.footer-dark .footer-menu ul li:hover {
    border-bottom: dotted 1px #333;
    font-weight: 600;
}
.footer-dark .footer-menu-kontakty img{
    margin-bottom: 5px;
}
.footer-dark .footer-menu-kontakty p {
    padding-left: 46px;
}
.footer-dark .footer-pismo-maly {
    font-size: 12px;
}
.footer-dark .contacts {
    text-align: right;
    float: right;
    margin-top: -3px;    
}


/* Footer White */

.footer-white {
	background: #fff;
	border-top: 1px solid #dedede;
	color: #999;
}
.footer-white h3 {
	border-color: #eee;
}

/* Social Links */

.social > ul,
.social > ul > li {
	margin: 0;
	padding: 0;
}
.social li > a {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0 2px 2px 0;;
	border-radius: 34px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	background: #fff;
	color: #4E4D4A;
	transition: background 500ms, color 500ms;
	-webkit-transition: background 500ms, color 500ms;
}
.social li:hover > a {
	color: #fff;
}
.social li > a.rss:hover {
	background: #ff9900;
}
.social li > a.facebook:hover {
	background: #3B5998;
}
.social li > a.twitter:hover {
	background: #1dcaff;
}
.social li > a.plus:hover {
	background: #dd4b39;
}
.social li > a.vk:hover {
	background: #3f628a;
}
.social li > a.pinterest:hover {
	background: #c92026;
}
.social li > a.vimeo:hover {
	background: #446d82;
}
.social li > a.github:hover {
	background: #657e8c;
}
.social li > a.linkedin:hover {
	background: #0c7bb3;
}
.social li > a.dropbox:hover {
	background: #4fa3e3;
}
.social li > a.youtube:hover {
	background: #ed413e;
}



.social-horni > ul,
.social-horni > ul > li {
	margin: 0;
	padding: 0;
}
.social-horni li > a {
	display: inline-block;
        padding: 0px;
	width: 26px;
	height: 26px;
	margin: 6px 2px 2px 0;;
	border-radius: 26px;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	background: #fff;
	color: #4E4D4A;
	transition: background 500ms, color 500ms;
	-webkit-transition: background 500ms, color 500ms;
}
.social-horni li:hover > a {
	color: #fff;
}
.social-horni li > a.rss:hover {
	background: #ff9900;
}
.social-horni li > a.facebook:hover {
	background: #3B5998;
}
.social-horni li > a.twitter:hover {
	background: #1dcaff;
}
.social-horni li > a.plus:hover {
	background: #dd4b39;
}
.social-horni li > a.vk:hover {
	background: #3f628a;
}
.social-horni li > a.pinterest:hover {
	background: #c92026;
}
.social-horni li > a.vimeo:hover {
	background: #446d82;
}
.social-horni li > a.github:hover {
	background: #657e8c;
}
.social-horni li > a.linkedin:hover {
	background: #0c7bb3;
}
.social-horni li > a.dropbox:hover {
	background: #4fa3e3;
}
.social-horni li > a.youtube:hover {
	background: #ed413e;
}



/* Footer White Social Links */

.footer-white .social li > a {
	border: 1px solid #ccc;
}
.footer-white .social li > a:hover {
	border: 1px solid transparent;
}

/* ===== Jumbotron ===== */

@media (min-width: 320px) {
    .under-carousel {
        float: left;
        border-right: 1px solid #fff;
    }
    .under-carousel img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .under-carousel {
        float: left;
        border-right: 1px solid #fff;
    }
}
.under-carousel:last-child {
    border-right: 0px;
}
.under-carousel img {
    height: 129.8px;
    width: auto;
}

.main-slideshow {
    position: relative;
    margin-top: 0px;
    background-color: #676b74;
}
.jumbotron-loga {
    height: 80px;
    margin-bottom: 20px;
}
.jumbotron-logo {
    height: 90px;
    float: left;
    padding-right: 25px;
    
    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
    
    display: inline-flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
    
    
}
.jumbotron-logo img {
    max-height: 90px;
}

.onebyone-carousel .active.left {
    left: -16.6%;
}
.onebyone-carousel .next {
    left: 16.6%;
}

@media (min-width: 1200px) {
    .padding-top-carousel {
        padding-top: 100px;
    }
}

.jumbotron p {
    /*color: #fff !important;*/
    /*color: #fff;*/
    font-weight: bold;
    font-size: 20px;
}

.jumbotron.first {
    background: url(/obr/flash01.jpg) 50% 0 fixed; 
    background-size: 100%;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
}
.jumbotron.second {
    background: url(/obr/flash02.jpg) 50% 0 fixed; 
    background-size: 100%;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    
}
.jumbotron.third {
    background: url(/obr/flash03.jpg) 50% 0 fixed; 
    background-size: 100%;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
}
@media (min-width: 320px) {
    .pozadi-jumbotron {
        padding-left: 0px;
        padding-right: 0px;
    }
    .pozadi-eshop-prvni {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pozadi-vernostni-body-prvni {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }
}
@media (min-width: 768px) {
    .pozadi-jumbotron {
        /*padding-left: 65px;*/
        /*padding-right: 65px;*/
    }
    .pozadi-eshop-prvni {
        /*padding-left: 75px;*/
        /*padding-right: 75px;*/
    }
    .pozadi-vernostni-body-prvni {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 75px;
        padding-right: 75px;
    }
}
@media (min-width: 320px) {
    .odsazeni-eshop {
        padding-left: 15px;
        padding-right: 15px;
    }
    .odsazeni-eshop-mensi {
        padding-left: 30px;
        padding-right: 30px;
    }
    .odsazeni-eshop-hledat-zkr {
        padding-left: 15px;
        padding-right: 60px;
    }
    .odsazeni-eshop-hledat-gal {
        padding-left: 30px;
        padding-right: 60px;
    }
    
    .jumbotron {
        border-radius: 0 !important;
        background-color: #f7f7f7;
            width: 100%;
            height: 130px;
            margin-bottom: 0px;
            padding-top: 0px;
            padding-left: 0px !important;
            padding-right: 0px !important;
            padding-bottom: 30px;
            color: #FFF;
            border: 0;
            overflow: hidden;
            background-size: 100% !important;

    }
    .jumbotron-under-carousel {
        border-radius: 0 !important;
        background-color: #f7f7f7;
            width: 100%;
            height: 143px;
            margin-bottom: 0px;
            padding-top: 0px;
            padding-left: 0px !important;
            padding-right: 0px !important;
            padding-bottom: 30px;
            color: #FFF;
            border: 0;
            overflow: hidden;

    }
    .jumbotron-under-carousel img {
        margin-left: auto;
        margin-right: auto;
    }
    .jumbotron p {
        font-size: 10px;
        line-height: 1;
    }
}
@media (min-width: 768px) {
    .odsazeni-eshop {
        padding-left: 100px;
        padding-right: 100px;
    }
    .odsazeni-eshop-mensi {
        padding-left: 110px;
        padding-right: 110px;
    }
    
    .jumbotron {
        border-radius: 0 !important;
        background-color: #f7f7f7;
        width: 100%;
        height: 330px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 30px;
        color: #FFF;
        border: 0;
        overflow: hidden;

    }
    .jumbotron p {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (min-width: 900px) {
    .jumbotron {
        border-radius: 0 !important;
        background-color: #f7f7f7;
        width: 100%;
        height: 300px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 30px;
        color: #FFF;
        border: 0;
        overflow: hidden;

    }
}
@media (min-width: 1200px) {
    .jumbotron {
        border-radius: 0 !important;
        background-color: #f7f7f7;
        width: 100%;
        height: 320px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 30px;
        color: #FFF;
        border: 0;
        overflow: hidden;

    }
}
@media (min-width: 1400px) {
    .jumbotron {
        border-radius: 0 !important;
        background-color: #eae5d7;
        width: 100%;
        height: 320px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 30px;
        color: #FFF;
        border: 0;
        overflow: hidden;

    }
}
.jumbotron {
    background: url(/obr/carousel-pozadi.jpg);
    background-position: center center;
}
@media (min-width: 320px) {
    .jumbotron-homepage {
        background: none;
        background-color: #fff;
        color: #505050;
        padding-bottom: 0;
        margin-bottom: 0;
        height: 320px;
    }
    .jumbotron-homepage h2 {
        font-size: 18px;
    }
    .jumbotron-homepage ul {
        padding-left: 25px;
    }
    .jumbotron img {
        margin-left: auto;
        margin-right: auto;
    }
    .jumbotron-homepage img {
        max-height: 140px;
    }
}
@media (min-width: 768px) {
    .jumbotron-homepage {
        background: none;
        background-color: #fff;
        color: #505050;
        padding-bottom: 0;
        margin-bottom: 0;
        height: 280px;
    }
    .jumbotron-homepage h2 {
        font-size: 35px;
    }
    .jumbotron-homepage ul {
        padding-left: 30px;
    }
    .jumbotron img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .jumbotron-homepage img {
        margin-top: 5px;
        max-height: 250px;
    }
}


.jumbotron h1 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

@media (min-width: 320px) {
    .jumbotron h1 {
        font-weight: 700;
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .jumbotron h1 {
        font-weight: 700;
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}
.jumbotron.first img {
	width: 90%;
	margin: 50px auto 0;
}
.jumbotron.second img {
	position: absolute;
	bottom: -500px;
	left: 50%;
	margin-left: -300px;
	cursor: pointer;
	box-shadow: 0 0 15px rgba(0,0,0,0.8);
	transition: bottom 0.3s;
	-webkit-transition: bottom 0.3s;
}
.jumbotron.second img:hover {
	bottom: -450px;
}
.jumbotron.third .video {
	width: 80%;
	margin: 50px auto 0 auto;
}
.jumbotron.first h1,
.jumbotron.third h1 {
	margin-top: 20px;
}
.jumbotron.third img {
	margin: 40px auto 0 auto;
}
@media (max-width: 767px) { /* Adjusting for mobile */
    .jumbotron.second h1 {
        margin-top: 0px !important;
    }

}
@media (max-width: 767px) { /* Adjusting for mobile */
	.jumbotron.second h1,
	.jumbotron.first h1,
	.jumbotron.third h1 {
		margin-top: 20px;
	}
}
.jumbotron .lead {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.jumbotron .btn {
	font-size: 18px;
	padding: 15px 30px;
	margin-top: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
@media (min-width: 320px) { 
    .jumbotron .btn {
            font-size: 16px;
            padding: 5px 10px;
            margin-top: 10px;
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }
}
@media (min-width: 768px) { 
    .jumbotron .btn {
            font-size: 18px;
            padding: 15px 30px;
            margin-top: 10px;
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }
}

/* Slideshow controls */

a.slideshow-arrow	{
	position: absolute;
	display: block;
	height: 100px;
	width: 50px;
	top: 50%;
	margin-top: -60px;
	background: transparent;
	color: transparent;
	font-size: 32px;
	font-weight: 300;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 500ms, color 500ms;
			transition: background 500ms, color 500ms;
}
.main-slideshow:hover a.slideshow-arrow	{
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
}
a.slideshow-arrow:hover,
a.slideshow-arrow:active {
	text-decoration: none;
}
a.slideshow-arrow-prev {
	left: 0;
	right: auto;
	padding-right: 5px;
}
a.slideshow-arrow-next {
	right: 0;
	left: auto;
	padding-left: 5px;
}

/* ===== Intro Text ===== */

.intro .btn {
	margin-top: 20px;
}

/* ===== Services ===== */

.services {
	margin-top: 30px;
	margin-bottom: 60px;
}
.services-item i {
	float: left;
	margin: 20px 15px 0 0;
	-webkit-transition: all 500ms;
			transition: all 500ms;
}
.services-item-desc {
	overflow: hidden;
}

/* Portfolio */

.portfolio {
	margin-bottom: 30px;
}
.portfolio-item > a {
	position: relative;
	display: block;
	overflow: hidden;
}
.portfolio-item > a > img {
    max-width:70%;
    margin-left: auto;
    margin-right: auto;
	border-radius: 3px;
}
.portfolio-item > a > .mask {
	position: absolute;
	bottom: -40px;
	width: 100%;
	padding: 10px;
	border-radius: 0 0 3px 3px;
	background: #4E4D4A;
	color: #fff;
	-webkit-transition: bottom 500ms;
			transition: bottom 500ms;
}
.col-sm-3 > .portfolio-item > a > .mask,
.col-md-3 > .portfolio-item > a > .mask,
.col-lg-3 > .portfolio-item > a > .mask {
	font-size: 10px !important;
}
.portfolio-item > a:hover > .mask {
	bottom: 0;
}
.portfolio-desc {
	padding: 0 5px;
	margin-bottom: 20px;
}
.portfolio-desc > h3 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}





@media (min-width:768px) {
    .portfolio-desc p {
        min-height: 270px;
    }
    .portfolio-desc h3 {
        min-height: 60px;
    }
}
@media (min-width:1200px) {
    .portfolio-desc p {
        min-height: 190px;
    }
}


/* ===== Features ===== */

.features.last {
	margin-bottom: 0px;
}
.divider {
	border-bottom: 1px solid #eee;
	margin: 20px 0 40px;
}
.features h3 {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 0px;
}
.features p {
	line-height: 1.7;
}
.features img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.features .border-bottom {
	border-bottom: 1px solid #dedede;
}

@media (max-width: 767px) { /* Adjusting for mobile */
	.features h3 {
		margin-top: 30px;
	}
	.features	h3.first-child {
		margin-top: 0;
	}
	.features.last {
		margin-bottom: 0;
	}
}

/* ===== Block Block ===== */

.recent-blogs {
	margin-bottom: 20px;
}
.recent-blog {
	margin-bottom: 20px;
}
.recent-blog img {
	height: 70px;
	width: 70px;
	float:left;
	margin-right: 20px;
	border-radius: 70px;
}
.recent-blog-desc {
	overflow: hidden;
}
.recent-blog-desc h3 {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 0;
}
.recent-blog-desc p {
	line-height: 1.7;
}

/* ===== About Us Page ===== */

.about-us-p img {
	max-width: 40%;
	margin: 0 20px 20px 0;
}

/* Our Team */

.team-member {
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px;
}
.team-member:hover {
	border-color: #ddd;
}
.team-member > img {
	margin-bottom: 10px;
	border-radius: 3px;
      min-height: 120px;
}
.team-member-obrazek {
      min-height: 120px;
    
}

/* ===== Blog Page ===== */

.blog-p img.author {
	float:left;
	height: 70px;
	width: 70px;
	border-radius: 70px;
	margin-right: 20px;
}
.blog-p-body {
	overflow: hidden;
}
.blog-p-body p {
	line-height: 1.7;
}
.blog-p-body .flex-video {
	margin: 20px 0;
}
.blog-p-body img {
	border-radius: 3px;
	margin: 20px 0;
}
.blog-p-search {
	margin-bottom: 40px;
}
.blog-p-social {
	list-style-type: none;
	margin: 0 0 40px 0;
	padding: 0;
}
.blog-p-social > li {
	padding: 0;
	border-bottom: 1px solid #eee;
}
.blog-p-social > li a {
	display: block;
	padding: 10px 0;
}
.blog-p-social > li i {
	margin-right: 10px;
}
.blog-p-popular {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.blog-p-popular > li {
	margin-bottom: 10px;
}

/* ===== Comments ===== */

.comments {
	margin: 20px 0;
}
.cmt {
	margin-bottom: 15px;
}
.cmt > img {
	width: 70px;
	height: 70px;
	border-radius: 3px;
	float: left;
	margin: 0 10px 0 0;
}
.cmt > .cmt-block {
	overflow: hidden;
}
.cmt > .cmt-block > .cmt-body {
	margin-top: 5px;
}
.cmt > .cmt-block textarea {
	border-radius: 0;
}

/* ===== Coming Soon ===== */

.coming-soon-p {
	padding: 100px 0;
	background: url(../img/bg-1.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
}
.coming-soon-p h1 {
	font-size: 50px;
	text-shadow: 1px 1px 2px #505050;
}
.coming-soon-p .lead {
	margin: 40px 0 50px;
	text-shadow: 1px 1px 2px #505050;
}
.coming-soon-p form .form-control,
.color-jumbotron form .form-control { /* Same form for the shop jumbotron */
	height: 45px;
	width: 300px;
	padding: 12px 24px;
	border-radius: 45px 0 0 45px;
	font-size: 18px;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.coming-soon-p form button,
.color-jumbotron	form button {
	height: 45px;
	border-radius: 0 45px 45px 0;
	margin-left: -4px;
}
@media (max-width: 767px) {
	.coming-soon-p {
		padding: 30px 0;
	}
	.coming-soon-p form .form-control,
	.color-jumbotron	form .form-control {
		border-radius: 45px;
		width: 100%;
	}
	.coming-soon-p form button,
	.color-jumbotron	form button {
		display: block;
		width: 100%;
		border-radius: 45px;
	}
}
.is-countdown {
	margin-top: 50px;
	margin-bottom: 100px;
	font-size: 32px;
	text-shadow: 1px 1px 2px #505050;
	font-family: 'Oswald', sans-serif;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
	font-size: 200%;
}
.countdown-period {
	display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/* ===== Contact Us ===== */

.map {
	overflow: hidden;
}

/* ===== Portfolio List ===== */

.glr-list-p > li:first-child {
	padding-left: 5px !important;
}
.glr-list-p	> li {
	margin-bottom: 10px;
}
.glr-list-p	> li.clearfix {
	display: none;
}

/* ===== Portfolio Item ===== */

.port-slideshow-p {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 30px;
}

/* Slideshow controls */

a.port-arrow-p	{
	position: absolute;
	display: block;
	height: 100px;
	width: 50px;
	top: 50%;
	margin-top: -50px;
	background: transparent;
	color: transparent;
	font-size: 32px;
	font-weight: 300;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 500ms, color 500ms;
			transition: background 500ms, color 500ms;
}
.port-slideshow-p:hover a.port-arrow-p	{
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
}
a.port-arrow-p:hover,
a.port-arrow-p:active {
	text-decoration: none;
}
a.port-arrow-prev {
	left: 0;
	right: auto;
	padding-right: 5px;
}
a.port-arrow-next {
	right: 0;
	left: auto;
	padding-left: 5px;
}

/* !Slideshow controls */

.port-item-p h3 {
	line-height: 1.5;
}
.port-item-p p {
	line-height: 1.7;
}

/* ===== Pricing Table ===== */

.pricing-p .item {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: margin-top 500ms;
			transition: margin-top 500ms;
}
.pricing-p .item:hover {
	margin-top: -10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.pricing-p .head {
	position: relative;
	margin-bottom: 50px;
	padding: 30px 10px 10px;
	border-radius: 3px;
}
.pricing-p .head h4 {
	color: #FFF;
	text-transform: uppercase;
}
.pricing-p .head .arrow {
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 30px;
	width: 100%;
	border-top-width: 30px;
	border-top-style: solid;
	border-right: 99px solid white;
	border-left: 99px solid white;
}
.pricing-p .sceleton h5 {
	font-size: 30px;
}
.pricing-p .sceleton span {
	font-size: 24px;
}
.pricing-p .sceleton ul {
	margin: 0 0 10px;
	padding: 0;
}
.pricing-p .sceleton li {
	list-style-type: none;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}
.pricing-p .sceleton li:hover {
	border-top: 1px solid #ccc;
	background: #eee;
	cursor: pointer;
}
@media (max-width: 1200px) { /* Adjusting for large devices */
	.pricing-p .head .arrow {
		border-right-width: 95px;
		border-left-width: 95px;
	}
}
@media (max-width: 992px) { /* Adjusting for small devices */
	.pricing-p .head .arrow {
		border-right-width: 68px;
		border-left-width: 68px;
		border-top-width: 20px;
	}
}
@media (max-width: 767px) { /* Adjusting for mobile */
	.pricing-p .head {
		padding: 20px;
		margin-bottom: 20px;
	}
	.pricing-p .head .arrow {
		border: 0;
	}
	.pricing-p .item {
		margin: 20px 0;
	}
	.pricing-p .item:hover {
		margin: 20px 0;
	}
}

/* ===== Services Page ===== */

.services-p {
	margin: 10px 0;
}

/* ===== Sign In & Sign Up ===== */

.sign-form {
	padding: 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.sign-form .popover {
	min-width: 200px;
}
.popover-title {
	font-family: 'Open Sans', sans-serif !important;
	background: transparent;
	font-weight: bold;
}



.reg-form {
}
.reg-form h2 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.reg-form h2 span {
    font-size: 16px;
}
.reg-form .input-group {
    width: 100%;
    margin-bottom: 10px;
}
.reg-form .registrace-pulka .input-group {
    width: 100%;
    margin-bottom: 10px;
}




.reg-form select{
    border: solid 1px #d9d9d9;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    width: 100%;
    outline:none;
    display: inline-block;
    cursor:pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    
}

.reg-form .uzivatel-select select{
    font-weight: bold;
    
}

.reg-form select option[default] {
    color: #5b5f65;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .reg-form select {
        padding-right:18px;
    }
}
.reg-form label {
    position:relative;
    margin: 0px;
     width: 100%;
}
.reg-form .label-select:after {
    content:"\f078";   
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    color:#111111;
    right:15px; top:9px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
    z-index: 500;
}
.reg-form .label-select:before {
    content:'';
    right:0px; top:0px;
    width:36px; 
    height:35px;
    background:#fff;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position:absolute;
    pointer-events:none;
    display:block;
    z-index: 500;
}

.reg-form .label-select-dph:before {
    content:'';
    right:0px; top:0px;
    width:36px; 
    height:34px;
    background:#fff;
    border-top: 1px solid #d9d9d9;
    border-right: 0px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position:absolute;
    pointer-events:none;
    display:block;
    z-index: 500;
}
.reg-form .select-dph {
    height: 34px;
}


.reg-form .form-control{
    padding: 2px 0px 2px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    /*font-style: italic;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    /*border: solid 1px #e83338;*/
}
.input-group .form-control:last-child {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.input-group .form-control:first-child {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.registrace-povinna {
    background-color: #cadff6;
}
.reg-form .form-control::-webkit-input-placeholder  {
    margin-left: 30px;
    color: #111111 !important;
}
.reg-form .form-control::-moz-placeholder  {
    margin-left: 30px;
    color: #111111 !important;
}
.reg-form .form-control:-ms-input-placeholder  {
    margin-left: 30px;
    color: #111111 !important;
}


.reg-form option{
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #5b5f65;
    font-style: italic;
} 


/*Custom Radio Buttons and Checkboxes using Font Awesome*/
 
.reg-form input[type=radio],
.reg-form input[type='checkbox'] {
    display: none;
}
.reg-form input[type=radio] + label {
display: block;
}
.reg-form input[type='checkbox'] + label:before,
.reg-form input[type='radio'] + label:before {
display: inline-block;
font-family: "Font Awesome 5 Pro";
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-right: 8px;
}
.reg-form input[type="checkbox"]:checked + label:before {
padding-right: 6px;
}
.reg-form input[type=radio] + label:before {
/*content: "\f111";  Radio Unchecked */
content: "\f111"; /* Checkbox Unchecked */
font-size: 19px;
cursor: pointer;
cursor: hand;
}
.reg-form input[type=radio]:checked + label:before {
/*content: "\f111";  Radio Checked */
content: "\f192"; /* Checkbox Checked */
color: #47382e;
font-size: 19px;
cursor: pointer;
cursor: hand;
}
.reg-form input[type="checkbox"] + label:before {
content: "\f0c8"; /* Checkbox Unchecked */
color: #d9d9d9;
font-size: 18px;
}
.reg-form input[type="checkbox"]:checked + label:before {
content: "\f14a"; /* Checkbox Checked */
color: #47382e;
font-size: 18px;
}







/*Custom Radio Buttons and Checkboxes using Font Awesome*/
 
.extended-filter {
    float: left;
    padding-right: 20px;
}
.extended-filter-tlacitko {
    padding: 10px 30px 10px 30px;
    color: #fff !important;
}
.extended-filter-tlacitko img {
    margin-left: 15px;
}
.extended-filter label {
    position:relative;
    margin: 0px;
     float: left;
}
.extended-filter-text {
    float: left;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: -0.1px;
    color: #111111;    
}

.extended-filter input[type=radio],
.extended-filter input[type='checkbox'] {
    display: none;
}
.extended-filter input[type=radio] + label {
display: block;
}
.extended-filter input[type='checkbox'] + label:before,
.extended-filter input[type='radio'] + label:before {
display: inline-block;
font-family: "Font Awesome 5 Pro";
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-right: 8px;
}
.extended-filter input[type="checkbox"]:checked + label:before {
padding-right: 6px;
}
.extended-filter input[type=radio] + label:before {
content: "\f111"; /* Radio Unchecked */
font-size: 19px;
cursor: pointer;
cursor: hand;
}
.extended-filter input[type=radio]:checked + label:before {
content: "\f111"; /* Radio Checked */
color: #e83338;
font-size: 19px;
cursor: pointer;
cursor: hand;
}
.extended-filter input[type="checkbox"] + label:before {
content: "\f0c8"; /* Checkbox Unchecked */
color: #d9d9d9;
font-size: 18px;
}
.extended-filter input[type="checkbox"]:checked + label:before {
content: "\f14a"; /* Checkbox Checked */
color: #e83338;
font-size: 18px;
}







/* ===== 404 Not Found ===== */

.not-found-p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.not-found-p .text {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -43px;
	margin-left: -98px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.not-found-p h1 {
	margin-top: 0;
}
.not-found-p h2 {
	font-size: 22px;
	margin-top: 0;
}

/* ===== Theme FAQ ===== */

.theme-faq-p p {
	line-height: 1.7;
}

/* ===== Help Center ===== */

/* .panel-title {
	font-family: 'Open Sans', sans-serif;
}
.faq-cats-p ul {
	list-style-type: none;
	padding: 0; 
	margin: 0;
}
.faq-cats-p ul li:first-child {
	margin: 0 0 15px 0;
}
.faq-cats-p ul li {
	margin: 15px 0 15px 0;
}
.faq-cats-p ul li i{
	vertical-align: middle;
	margin-right: 15px;
	color: #c0c0c0;
}
.faq-cats-p ul li:hover i{
	color: #00B4FF;
} */

/* ===== Shop ===== */

.color-jumbotron {
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 50px 0;
	color: white;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.color-jumbotron form {
	margin-top: 50px;
}
.btn-plus-minus {
    float: left;
    text-align: center;
    padding: 6px 7px;
    border: 1px solid #c4c6c7;
    font-size: 14px;
    -moz-border-radius: 0px !important; 
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;    
    font-weight: bold;
}
.btn-plus-minus:hover {
    background-color: #d8d8d8;
    -webkit-transition: background 500ms, color 500ms;
    transition: background 500ms, color 500ms;
    
}
.btn-plus-minus i {
    color: #808080;
}

.galerie-kosik-input {
    float: left;
    text-align: center;
    padding: 6px 7px;
    border: 1px solid #c4c6c7;
    font-size: 14px;
    -moz-border-radius: 0px !important; 
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;    
    
}
@media (min-width: 320px) {
    .kosik-input-mensi {
        float: left;
        text-align: center;
        padding: 5px 0px 5px 0px;
        border: 1px solid #c4c6c7;
        font-size: 14px;
        max-width: 40px;
        -moz-border-radius: 0px !important; 
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;    

    }
}
@media (min-width: 768px) {
    .kosik-input-mensi {
        float: left;
        text-align: center;
        padding: 6px 2px 6px 2px;
        border: 1px solid #c4c6c7;
        font-size: 14px;
        max-width: auto;
        -moz-border-radius: 0px !important; 
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;    

    }
}
.kosik-input-mensi-objednavky-prehled {
    text-align: center;
    padding: 6px 2px 6px 2px;
    border: 1px solid #c4c6c7;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 0px !important; 
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;    
    
}

.kosik-input-mensi-objednavka-td {
    position: relative;
}
@media (min-width: 320px) {
    .kosik-input-mensi-objednavka {
        background-color: #fff;
        color: #111111;
        text-align: center;
        padding: 6px 2px 6px 2px;
        border: 1px solid #c4c6c7;
        font-size: 14px;
        -moz-border-radius: 5px !important; 
        -webkit-border-radius: 5px !important;
        border-radius: 5px !important;    
        position: absolute;
        top: 35%;
        left: 5%;

    }
}
@media (min-width: 768px) {
    .kosik-input-mensi-objednavka {
        background-color: #fff;
        color: #111111;
        text-align: center;
        padding: 6px 2px 6px 2px;
        border: 1px solid #c4c6c7;
        font-size: 14px;
        -moz-border-radius: 5px !important; 
        -webkit-border-radius: 5px !important;
        border-radius: 5px !important;    
        position: absolute;
        top: 35%;
        left: 35%;

    }
}

.galerie-kosik-input-mensi {
    float: left;
    text-align: center;
    padding: 6px 2px 6px 2px;
    border: 1px solid #c4c6c7;
    font-size: 14px;
    -moz-border-radius: 0px !important; 
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;    
    
}
@media (min-width: 320px) {
    .galerie-tlacitko-detail {
        /*width: 50px;*/
        /*height: 50px;*/
        width: 70%;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 24px;
        /*border-radius: 10px;*/
        /*background-color: #e83338;*/    
        background-color: #47382e;    
        /*background-color: #cacaca;*/    
        cursor: pointer;
        cursor: hand;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-left: auto;
        margin-right: auto;

    }
}
@media (min-width: 768px) {
    .galerie-tlacitko-detail {
        /*width: 50px;*/
        /*height: 50px;*/
        width: 90%;
        padding-top: 10px;
        padding-bottom: 0px;
    }
}
@media (min-width: 900px) {
    .galerie-tlacitko-detail {
        /*width: 50px;*/
        /*height: 50px;*/
        /*width: 50%;*/
        padding-top: 1px;
        padding-bottom: 5px;
    }
}
.galerie-tlacitko-detail:hover {
    background-color: #e83338;
}
.galerie-tlacitko-detail i {
    color: #fff;
}
.galerie-tlacitko-detail img {
    margin-bottom: 0px;
}
.galerie-tlacitko-detail-nedostupne,
.galerie-tlacitko-detail-nedostupne:hover {
    background-color: #d0d0d0;
}


.zkracene-tlacitko-detail {
    width: 100%;
    min-height: 25px;
    display: block;
    padding: 5px 15px 5px 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    /*background-color: #e83338;*/    
    background-color: #17861c;    
    cursor: pointer;
    cursor: hand;
    color: #fff !important;
    position: relative;
    font-weight: 500;
    
}
.zkracene-tlacitko-detail:hover {
    background-color: #e83338;
}
.zkracene-tlacitko-detail i {
    color: #fff;
}
.zkracene-tlacitko-detail img {
    /*position: absolute;*/
    /*right: 15px;*/
    /*top: 5px;*/
    margin-bottom: 0px;
    margin-top: 0px;
    height: 25px;
}

.detail-tlacitko-detail {
    width: 100%;
    display: block;
    padding: 10px 15px 10px 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    background-color: #17861c;    
    /*background-color: #17861c;*/    
    cursor: pointer;
    cursor: hand;
    color: #fff !important;
    position: relative;
    font-weight: 500;
    
}
.detail-tlacitko-detail:hover {
    background-color: #e83338;
}
.detail-tlacitko-detail i {
    color: #fff;
}
.detail-tlacitko-detail img {
    position: absolute;
    right: 15px;
    top: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 25px;
}

.galerie-porovnat {
    border: 1px solid #d9d9d9;
    color: #5c5f65;
    padding: 3px 8px 5px 8px;
    font-size: 18px;
    float: left;
}
.galerie-porovnat img {
    width: 20px;
    margin: 0px !important;
}
.zkraceny-porovnat,
.zkraceny-porovnat-srdce
{
    border: 1px solid #d9d9d9;
    color: #808080 !important;
    padding: 3px 8px 5px 8px;
    font-size: 18px;
    float: left;
}
.zkraceny-porovnat:hover i{
    color: #e83338;
}
.uzivatel-oblibene-porovnat {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.zkraceny-porovnat-pes {
    padding: 4px 8px 5px 8px;
}

.zkraceny-porovnat img {
    width: 20px;
}
.detail-porovnat {
    border: 1px solid #d9d9d9;
    color: #5c5f65;
    padding: 3px 20px 5px 20px;
    font-size: 18px;
    float: left;
}
.detail-popis {
    padding-right: 20px;
}
.detail-porovnat img {
    width: 21px;
}
.detail-popis p {
    /*color: #9b9b9b;*/
}
.detail-popis table {
    width: 50%;
}
.index-ikona-porovnat {
    width: 14px;
}

.galerie-cena-text {
    font-size: 16px;
    color: #71747a;
}
.galerie-cena-text i{
    font-size: 16px;
}
.galerie-nadpis h2,
.galerie-nadpis h3 {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
}
.galerie-cena {
    padding-left: 10px;
    padding-right: 0px;
    text-align: center;
}
@media (min-width:320px) {
    .galerie-cena {
        min-height: 40px;
    }
}
@media (min-width:768px) {
    .galerie-cena {
        min-height: 80px;
    }
}
@media (min-width:900px) {
    .galerie-cena {
        min-height: 50px;
    }
}
.galerie-body {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    
}
.galerie-body img {
    position: relative;
    top: 3px;
    margin-right: 5px !important;
}
.zkracene-body {
    position: relative;
    
}
.zkracene-body img {
    position: relative;
    top: 0px;
    margin-right: 5px !important;
}
.galerie-text p {
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width:320px) {
    .galerie-nadpis {
        font-size:12px;
        line-height: 14px;
        min-height: 50px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;

    }
}
@media (min-width:768px) {
    .galerie-nadpis {
        min-height: 120px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width:1200px) {
    .galerie-nadpis-bunka {
        padding-left: 5px;
        padding-right: 5px;
    }
    .galerie-nadpis {
        font-size:14px;
        line-height: 14px;
        min-height: 50px;
        padding-left: 15px;
        padding-right: 15px;

    }
}

@media (min-width:768px) {
    .galerie-text {
        font-size:12px;
        line-height: 14px;
        min-height: 90px;
        text-align: center;

    }
}
@media (min-width:1200px) {
    .galerie-text {
        font-size:12px;
        line-height: 14px;
        min-height: 60px;

    }
}

@media (min-width:320px) {
    .galerie-dostupnost {
        font-size:12px;
        min-height: 20px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;

    }
}
@media (min-width:1200px) {
    .galerie-dostupnost {
        font-size:12px;
        min-height: 20px;
        padding-left: 15px;
        padding-right: 15px;

    }
}
@media (min-width:320px) {
    .eshop-odsazeni-galerie {
        padding-left: 15px;
    }
}
@media (min-width:768px) {
    .eshop-odsazeni-galerie {
        padding-left: 30px;
    }
    .shop-product h5 {
        min-height: 50px;
    }
}
@media (min-width:1200px) {
    .shop-product h5 {
        min-height: 40px;
    }
}
.eshop-detail-koeficient {
    font-size: 12px;
}

.shop-product .popover, .zkraceny .popover, .eshop-detail-ramecek .popover {
    background-color: #cadff6;
    color: #47382e;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 10px;   
    min-width: 150px;
    text-align: center;
}
.shop-product .popover .arrow:after, .zkraceny .popover .arrow:after, .eshop-detail-ramecek .popover .arrow:after  {
    border-top-color: #cadff6;
}


.shop-product {
    background-color: #fff;
    border: solid 1px #e3e3e3;
    padding: 0px 0px 5px 0px;
    margin-bottom: 20px;
}
.shop-product:hover {
	border-color: #47382e;
}


@media (min-width: 320px) {
    .shop-product-obrazek {
        min-height: 55px;
    }
}
@media (min-width: 768px) {
    .shop-product-obrazek {
        min-height: 110px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1200px) {
    .shop-product-obrazek {
        min-height: 250px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.shop-product-obrazek-za {
    width: 100%;
    border-bottom: 1px solid #47382e;
}    

@media (min-width:260px) {
    .shop-product img,
    .porovnavac-obrazek img{
        margin-left:auto;
        margin-right: auto;
          margin-bottom: 10px;
          border-radius: 3px;
          max-height: 300px;
          width: auto;
    }
}
@media (min-width:768px) {
    .shop-product img,
    .porovnavac-obrazek img{
        margin-left:auto;
        margin-right: auto;
          margin-bottom: 10px;
          border-radius: 3px;
          max-height:120px;
    }
}
@media (min-width:1200px) {
    .shop-product img,
    .porovnavac-obrazek img{
        margin-left:auto;
        margin-right: auto;
          margin-bottom: 0px;
          border-radius: 3px;
          max-height:230px;
    }
}

.shop-product a {
	color: #515151;
}
.galerie-preferovane {
	position: absolute;
	top: 10px;
        font-size: 11px;
        text-align: center;
	right: 20px;
	padding: 3px 8px;
	border-radius: 4px;
        background-color: #e83338;
	color: #fff;
        line-height: 11px;
}
.detail-preferovane {
	position: absolute;
	top: 10px;
        font-size: 11px;
        text-align: center;
	right: 20px;
	padding: 3px 8px;
	border-radius: 4px;
        background-color: #e83338;
	color: #fff;
        line-height: 11px;
}
.detail-preferovane-akce {
	position: absolute;
	top: 40px;
        font-size: 11px;
        text-align: center;
	right: 20px;
	padding: 3px 8px;
	border-radius: 4px;
        background-color: #e83338;
	color: #fff;
        line-height: 11px;
}

.kosik-preferovane {
        font-size: 11px;
        text-align: center;
	padding: 3px 8px;
	border-radius: 4px;
        background-color: #e83338;
	color: #fff;
        line-height: 11px;
}

.galerie-akce {
	position: absolute;
	top: 10px;
        font-size: 10px;
        text-align: center;
	left: 20px;
	padding: 1px 8px;
	border-radius: 4px;
        border: 2px solid #e83338;
	background: #fff;
	color: #e83338;
}
.galerie-procenta {
	position: absolute;
	top: 10px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
	right: 20px;
	padding: 1px 8px;
	border-radius: 4px;
        border: 2px solid #ed1c24;
	background: #ed1c24;
	color: #fff;
}
.galerie-procenta-dva {
	position: absolute;
	top: 43px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
	right: 20px;
	padding: 1px 5px;
	border-radius: 4px;
        border: 2px solid #ed1c24;
	background: #ed1c24;
	color: #fff;
}

.galerie-novinka-jedna {
	position: absolute;
	top: 10px;
        font-size: 10px;
        text-align: center;
	left: 20px;
	padding: 1px 8px;
	border-radius: 4px;
        border: 2px solid #96cd00;
	background: #fff;
	color: #96cd00;
}
.galerie-novinka-dva {
	position: absolute;
	top: 35px;
        font-size: 10px;
        text-align: center;
	left: 20px;
	padding: 1px 8px;
	border-radius: 4px;
        border: 2px solid #96cd00;
	background: #fff;
	color: #96cd00;
}
.galerie-novinka-tri {
	position: absolute;
	top: 15px;
        font-size: 12px;
        text-align: center;
	left: 20px;
	padding: 1px 8px;
	border-radius: 4px;
	background: #e83338;
	color: #fff;
        padding: 5px 10px;
}
.zkracene-diskont {
        font-size: 12px;
	padding: 1px 8px;
	border-radius: 2px;
	background: #e83338;
	color: white;
}

.price .old,
.porovnavac-cena .old {
    font-size: 12px;
    font-weight: normal;
}
.shop-product .price .new {
    font-weight: bold;
    font-size:16px;
    color: #000;
}

.shop-category {
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
}
.shop-search {
	margin-bottom: 20px;
}

/* Shop Item */

.shop-item .product-img {
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid #eee;
}
.shop-item .product-img img {
	border-radius: 3px;
	opacity: 0.5;
}
.shop-item .product-img img:hover {
	opacity: 1;
}
.shop-item .product-img img.main {
	margin-bottom: 5px;
	opacity: 1;
}
.shop-item .product-img .row {
	padding: 0 12px;
}
.shop-item .product-img .col-xs-4 {
	padding-left: 2px;
	padding-right: 2px;
}
.rating {
	display: inline-block;
	margin-left: 0px;
}
.rating li {
	margin: 0;
	padding: 0;
	color: #F7C41F;
	font-size: 14px;
}
.shop-item .reviews {
	font-size: 12px;
	margin-left: 10px;
}
.shop-item .price-block {
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	background: #eee;
	border-radius: 3px;
}
.shop-item .price-block .form-control {
	display: inline-block;
	width: 60px;
}
.shop-item .price-block .price {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 20px;
}

/* Shopping Cart */

.shopping-cart table > thead > tr > th {
	border-bottom-width: 1px;
}
.shopping-cart table > tbody > tr > td {
	vertical-align: middle;
}

.shopping-cart table img {
	/*float: left;*/
	/*margin: 0 10px 0px 0;*/
}
.shopping-cart table .item {
	overflow: hidden;
}
@media (max-width: 767px) {
	.shopping-cart table img {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.shopping-cart table .item {
		overflow: visible;
	}
}
.shopping-cart .form-control {
	width: 60px; 
}
.shopping-cart .checkout {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.shopping-cart .checkout > li {
	margin: 10px 0;
}

/* ===== Alt Pages ===== */

.alt-p {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 100px;
}
@media (max-width: 767px) {
	.alt-p {
		padding-top: 50px;
	}
}
.alt-p .logo a {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	margin-bottom: 30px;
	text-decoration: none;
}

/* ===== Help Center ===== */

.help-cats-p {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 30px;
}
.help-cats-p > li	> a {
	display: block;
	padding: 5px 0;
	color: #999;
	-webkit-transition: padding-left 500ms;
			transition: padding-left 500ms;
}
.help-cats-p > li	> a:hover {
	color: #505050;
	padding-left: 7px;
}
.help-questions-p {
	padding-left: 0;
	margin-left: 20px;
}
.help-questions-p > li	> a {
	display: block;
	padding: 5px 0;
	color: #505050;
}

/* ===== User Profile ====== */

.user-avatar {
	position: relative;
	background: #fff;
	margin-bottom: 30px;
}
.user-avatar:before,
.user-avatar:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.user-avatar:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.user-social {
	margin-top: 15px;
}
.user-social li > a {
	background: #bdc3c7;
	color: #fff;
}
.user-cart > h4 {
	margin-bottom: 20px;
}
.user-info {
	list-style-type: none;
	padding-left: 0;
	margin-top: 20px;
}
.user-info > li {
	padding: 3px 0;
}


.modal {
    margin-top: 50px;
}

.krok {
    display: block;
    width: 100%;
    float: left;
    padding:5px 15px 5px 15px;
    text-align: center;
    background-color: #000;
    font-size: 14px;
    min-height: 30px;
    font-weight: bold;
    color: white;
    margin-top: 15px;
}
.krok-vybrano {
    margin-top: 15px;
    display: block;
    width: 100%;
    float: left;
    padding:5px 15px 5px 15px;
    text-align: center;
    background-color: #e35e54;
    font-size: 14px;
    min-height: 30px;
    font-weight: bold;
    color: white;
}
span.krok {
    font-size: 13px;
    font-weight: bold;
    color:white;
}


.has-heslo .help-block,
.has-heslo .control-label,
.has-heslo .radio,
.has-heslo .checkbox,
.has-heslo .radio-inline,
.has-heslo .checkbox-inline {
  color: #a94442;
}
.has-heslo .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-heslo .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-heslo .input-group-addon {
  color: white;
  background-color: #e35e54;
  border-color: #a94442;
}
.has-heslo .form-control-feedback {
  color: #a94442;
}



.has-required .help-block,
.has-required .control-label,
.has-required .radio,
.has-required .checkbox,
.has-required .radio-inline,
.has-required .checkbox-inline {
  color: #a94442;
}
.has-required .form-control {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-required .form-control:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #000;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #000;
}
.has-required .input-group-addon {
  color: #5c5955;
  background-color: #bae2ee;
  border-color: #000;
}
.has-required .form-control-feedback {
  color: #000;
}

.cervena {color: red !important;}
.tucne {font-weight: bold !important;}
.tucne900 {font-weight: 900 !important;}
.netucne {font-weight: normal !important;}
.italic {font-style: italic;}
.podtrzeno {text-decoration: underline !important;}
.preskrtnuta {text-decoration: line-through;}
.pozadi-bila {background-color: #fff;}


.text10 { font-size:10px;}
.text11 { font-size:11px;}
.text12 { font-size:12px !important;}
.text13 { font-size:13px !important;}
.text14 { font-size:14px !important;}
.text16 { font-size:16px !important;}
.text18 { font-size:18px;}
.text20 { font-size:20px;}
.text22 { font-size:22px;}
.text24 { font-size:24px;}
.text26 { font-size:26px !important;}
.text28 { font-size:28px !important;}
.text30 { font-size:30px !important;}
.text32 { font-size:32px !important;}
.text34 { font-size:34px !important;}
.text36 { font-size:36px !important;}

.min-height70 {min-height: 70px !important;} 
.min-height80 {min-height: 80px !important;} 
.min-height90 {min-height: 90px !important;} 
.min-height110 {min-height: 110px !important;} 
.min-height120 {min-height: 120px !important;} 
.min-height800 {min-height: 800px !important;} 
.min-height1000 {min-height: 1000px !important;} 
.min-height1200 {min-height: 1200px !important;} 

.top0 {margin-top: 0px;}
.top1 {margin-top: 1px;}
.top10 {margin-top: 10px;}
.top20 {margin-top: 20px;}
.top30 {margin-top: 30px;}
.top39 {margin-top: 39px;}
.top40 {margin-top: 40px;}

.left20 {margin-left:20px;}
.right20 { margin-right:20px;}

.padding0 {padding:0px;}
.padding5 {padding:5px;}
.padding10 {padding:10px;}
.padding15 {padding:15px !important;}
.padding20 {padding:20px;}
.padding30 {padding:30px;}

.padding-left0{padding-left:0px !important;}
.padding-left5{padding-left:5px !important;}
.padding-left10{padding-left:10px !important;}
.padding-left15{padding-left:15px !important;}
.padding-left20{padding-left:20px !important;}
.padding-left30{padding-left:30px !important;}
.padding-left40{padding-left:40px !important;}
.padding-left50{padding-left:50px !important;}
.padding-left60{padding-left:60px !important;}

.padding-top0 {padding-top: 0px;}
.padding-top3 {padding-top: 3px;}
.padding-top4 {padding-top: 4px;}
.padding-top5 {padding-top: 5px;}
.padding-top6 {padding-top: 6px;}
.padding-top7 {padding-top: 7px;}
.padding-top10 {padding-top: 10px;}
.padding-top15 {padding-top: 15px;}
.padding-top17 {padding-top: 17px;}
.padding-top20 {padding-top: 20px;}
.padding-top25 {padding-top: 25px;}
.padding-top30 {padding-top: 30px;}
.padding-top35 {padding-top: 35px;}
.padding-top40 {padding-top: 40px;}
.padding-top50 {padding-top: 50px;}
.padding-top60 {padding-top: 60px;}
.padding-top80 {padding-top: 80px;}
.padding-top200 {padding-top: 200px;}

.padding-bottom0 {padding-bottom: 0px;}
.padding-bottom5 {padding-bottom: 5px;}
.padding-bottom10 {padding-bottom: 10px;}
.padding-bottom15 {padding-bottom: 15px;}
.padding-bottom20 {padding-bottom: 20px;}
.padding-bottom30 {padding-bottom: 30px;}
.padding-bottom40 {padding-bottom: 40px;}
.padding-bottom50 {padding-bottom: 50px;}
.padding-bottom60 {padding-bottom: 60px;}
.padding-bottom80 {padding-bottom: 80px;}

.padding-right0 {padding-right: 0px !important;}
.padding-right5 {padding-right: 5px !important;}
.padding-right10 {padding-right: 10px !important;}
.padding-right15 {padding-right: 15px !important;}
.padding-right17 {padding-right: 17px !important;}
.padding-right18 {padding-right: 18px !important;}
.padding-right20 {padding-right: 20px !important;}
.padding-right25 {padding-right: 25px !important;}
.padding-right30 {padding-right: 30px !important;}
.padding-right40 {padding-right: 40px !important;}
.padding-right45 {padding-right: 45px !important;}
.padding-right50 {padding-right: 50px !important;}


.margin0 {margin: 0px !important;}
.margin10 {margin: 10px !important;}
.margin15 {margin: 15px !important;}

.margin-top0 {margin-top: 0px !important;}
.margin-top3 {margin-top: 3px !important;}
.margin-top4 {margin-top: 4px !important;}
.margin-top5 {margin-top: 5px !important;}
.margin-top10 {margin-top: 10px !important;}
.margin-top15 {margin-top: 15px !important;}
.margin-top20 {margin-top: 20px !important;}
.margin-top21 {margin-top: 21px !important;}
.margin-top30 {margin-top: 30px !important;}
.margin-top40 {margin-top: 40px !important;}
.margin-top200 {margin-top: 200px !important;}
.margin-top250 {margin-top: 250px !important;}
.margin-top300 {margin-top: 300px !important;}
.margin-top330 {margin-top: 330px !important;}



.margin-left5 {margin-left: 5px !important;}
.margin-left10 {margin-left: 10px !important;}
.margin-left15 {margin-left: 15px !important;}
.margin-left20 {margin-left: 20px !important;}
.margin-left30 {margin-left: 30px !important;}

.margin-right5 {margin-right: 5px !important;}
.margin-right10 {margin-right: 10px !important;}
.margin-right15 {margin-right: 15px !important;}
.margin-right20 {margin-right: 20px !important;}
.margin-right23 {margin-right: 23px !important;}
.margin-right25 {margin-right: 25px !important;}
.margin-right30 {margin-right: 30px !important;}

.margin-bottom0 {margin-bottom: 0px !important;}
.margin-bottom3 {margin-bottom: 3px !important;}
.margin-bottom5 {margin-bottom: 5px !important;}
.margin-bottom10 {margin-bottom: 10px !important;}
.margin-bottom15 {margin-bottom: 15px !important;}
.margin-bottom20 {margin-bottom: 20px !important;}
.margin-bottom30 {margin-bottom: 30px !important;}

.padding10-faktura {padding:10px;padding-top:0px;}
.padding20-faktura {padding:20px;padding-bottom:0px;}


.bottom5 {margin-bottom: 5px;}
.bottom10 {margin-bottom: 10px;}
.bottom40 {margin-bottom: 100px;}

.cena_objednavka	{
    color: #111111;
    font-weight: bold;
    font-size:14px;
}

@media (min-width: 320px) {      
    .cena	{
        color: #111111;
        font-size:11px;
    }
    .kosik-nadpis-vyrobek {
        font-weight: normal;
        color: #000 !important;
    }
}
@media (min-width: 768px) {      
    .cena	{
        color: #111111;
        font-weight: bold;
        font-size:20px;
    }
    .kosik-nadpis-vyrobek {
        font-weight: bold;
        color: #000 !important;
    }
}
.kosik-doprava {
    font-size: 12px;
    line-height: 12px !important;
}
.kosik-cena-netto {
    font-size: 12px;
    line-height: 12px !important;
}
.kosik-smazat {
    font-size: 12px;
    color: #91959c;
}
@media (min-width: 320px) {
    .kosik-menu {
        font-size:22px;
        /*margin-top: -13px;*/
    }
}
@media (min-width: 768px) {
    .kosik-menu {
        font-size:30px;
        margin-top: -13px;
        margin-left: 35px;
    }
}
.kosik-menu-dropdown{
    padding: 20px;
}

.ram {    border:1px solid red;}
.ram-seda {    border:1px solid #ededed;}
.ram-porovnavac {    
    border:1px solid #ededed;
    margin-bottom: 15px;
    text-align: center;
}

.porovnavac-atributy-ramecek {
    /*border: 1px solid red;*/
    font-size: 14px;
    line-height: 12px;
    min-height: 70px;
}
.porovnavac-label {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e83338;
    color: #fff;
}
.porovnavac-label h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
}
.porovnavac-bunka {
    font-size: 12px;
    min-height: 47px;
    padding-top: 5px; 
    padding-bottom: 5px; 
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    
    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;

    /* Firefox */
    display:-moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;

    /* W3C */
    display:box;
    box-pack:center;
    
    display: inline-flex;
    align-items: center; /* Vertical center alignment */
    
    
}
.porovnavac-bunka:last-child {
    border-right: 0px;
}
.porovnavac-bunka-nazev {
    font-size: 12px;
    min-height: 47px;
    padding-top: 5px; 
    padding-bottom: 5px; 
    padding-right: 0px; 
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    
    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;

    /* Firefox */
    display:-moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;

    /* W3C */
    display:box;
    box-pack:center;
    
    display: inline-flex;
    align-items: center; /* Vertical center alignment */
    
    
}
.porovnavac-bunka-ozn {
    font-size: 12px;
    min-height: 47px;
    padding-top: 5px; 
    padding-bottom: 5px; 
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    background-color: #b7e8fe;
    
    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;

    /* Firefox */
    display:-moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;

    /* W3C */
    display:box;
    box-pack:center;
    
    display: inline-flex;
    align-items: center; /* Vertical center alignment */
    
    
}
.porovnavac-cena {
    padding-bottom: 15px;
    color: #111111;
}



.filtr-nadpis {
    background-color: #ebebeb;
}
.block {
    display: block;
    text-decoration: none;
}

.sirka5px {    min-width: 5px;}
.sirka20px {    min-width: 20px;}
.sirka40px {    min-width: 40px;width:40px;}
.sirka70px {    min-width: 70px;}
.sirka80px {    min-width: 80px;width: 80px;}
.sirka100px {    min-width: 100px;width:100px;    }
.sirka110px {    min-width: 110px;width:110px;    }
.sirka120px {    min-width: 120px; width:120px;}
.sirka150px {    min-width: 150px;}
.sirka160px {    min-width: 160px;}
.sirka200px {    min-width: 200px;    text-align: left;    }
.sirka230px {    min-width: 230px;    text-align: left;    }
.sirka300px {    min-width: 300px;    text-align: left;    }

.sirka120px-objednavka {    width: 250px; }

.oblibene-hlavicka-obrazek {width: 70px;}
.oblibene-hlavicka-zbozi {width:260px;}
.oblibene-obrazek img {
    max-width: 70px;
}


.sirka100procent {width: 100%;}

.width150 { width:150px;}
.width200 { width:200px;}
@media (max-width: 980px) {
    .width200 { width:100px;}
}
@media (max-width: 400px) {
    .width200 { width:140px;}
}

.margin-bottom10 { margin-bottom:10px;}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.panel-heading{
    padding: 0px;
}
.panel-heading a {
    color: #111111;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
}
.heading-aktivni a, .heading-aktivni-eshop a {
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #d9d9d9;
    content:"\f078";
    color: #e83338;
}
.panel-heading a.collapsed:before {
    content:"\f054";
    padding-left: 9px !important;
    padding-right: 10px;
}

.heading-aktivni a:before, .heading-aktivni-eshop a:before{
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
    content:"\f078";
    color: #fff;
}
.heading-aktivni a.collapsed:before {
    content:"\f054";
    padding-left: 9px !important;
    padding-right: 10px;
}

.panel-body {
    margin: 0;
    padding: 5px;
    border: 0px !important;
}
.panel {
    font-size: 13px;
    color: #111111;
    border: solid 1px #d9d9d9;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 6px !important;
     -moz-border-radius: 6px !important;
          border-radius: 6px !important;
}

.panel-collapse {
    border-radius: 0px;
    -moz-border-radius: 0px;
}


.heading-aktivni-eshop{
    background-color: #4d4d4d;
    color: #fff !important;
}
.heading-aktivni {
    background-color: #e83338;
    color: #fff !important;
}

.eshop-detail-nadpis-cela {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
}


.podmenu
{
    list-style-type: none;
    margin :0px;
    padding: 0px;

}
.podmenu li
{
    list-style-type: none;
    margin: 0px;
    margin-left: 0px;
    padding-left: 0px;

}

.podmenu li a
{
    color: black;
    margin: 0px;
    padding: 3px 2px 3px 5px;
    font-size: 12px;
    display: block;
    font-weight: normal;
    
}
.podmenu li a:hover
{
    display: block;
background-image:none,-webkit-linear-gradient(top,#8ebc00 0,#8ebc00 100%);
background-image:none,-moz-linear-gradient(top,#8ebc00 0,#8ebc00 100%);
background-image:none,-o-linear-gradient(top,#8ebc00 0,#8ebc00 100%);
background-image:none,linear-gradient(to bottom,#8ebc00 0,#8ebc00 100%);    
text-decoration: none;
color:white !important;
    
}

.podmenu .vybrano {
    font-weight: bold;
}

.panel-heading .vybrano
{
    display: block;
background-image:none,-webkit-linear-gradient(top,#8ebc00 0,#8ebc00 100%);
background-image:none,-moz-linear-gradient(top,#8ebc00 0,#8ebc00 100%);
background-image:none,-o-linear-gradient(top,#8ebc00 0,#8ebc00 100%);
background-image:none,linear-gradient(to bottom,#8ebc00 0,#8ebc00 100%);    
text-decoration: none;
color:white !important;

}
.podkat-misto {
    
}

.zobrazeni-ramecek {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;

}
.zobrazeni-polozek {
    font-size: 12px;
    padding: 5px;
}

@media (min-width: 320px) {
    .zobrazeni-polozek table{
        font-size: 12px;
        padding: 5px;
        min-width: 250px;
    }
}
@media (min-width: 768px) {
    .zobrazeni-polozek table{
        font-size: 12px;
        padding: 5px;
        min-width: 150px;
    }
}
.zobrazeni-polozek td {
    padding-left:15px;
}
.zobrazeni {
    float: left;
    display: block;
    color: #8ebc00;
    font-size: 30px;
    margin-right: 15px;
}
.zobrazeni-vybrano {
    float: left;
    display: block;
    color: #fff;
    font-size: 30px;
    margin-right: 15px;
}
.zobrazeni a, .zobrazeni i {
    color: #5c5f65;
    font-size: 30px;
}
.zobrazeni-vybrano a, .zobrazeni-vybrano i {
    color: #e83338;
}
.topic {
    border: 0;
    margin-bottom:0px;
    margin-top: -10px;
}

.topic .breadcrumb {
    padding: 5px 0px 15px 0px;
}

.breadcrumb a {
    text-decoration: underline !important;
}


.tlacitka-filtr {
    margin-left:auto;
    margin-right:auto;
    margin-top: 10px;
    width: 280px;
    
}
.tlacitko-seda {
    float: left;
    margin-right: 10px;
display: block;
padding: 10px;
text-align: center;
vertical-align: text-top;
overflow: visible;
text-decoration: none;
font-weight: 700;
cursor: pointer;
line-height: 13px;
font-size: 12px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #5e5e5e;
text-shadow: 0 1px 0 rgba(255,255,255,.8);
border: 1px solid #c8bfc6;
background: #f7f6f7;
background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e0dadf));
background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
background: -moz-linear-gradient(center top,#f7f6f7 0,#e0dadf 100%);
background: -moz-gradient(center top,#f7f6f7 0,#e0dadf 100%);
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
}


.tlacitko-seda:hover {
color: white;
text-shadow: none;
background: #8ebc00;
}


.seda-prechod {
display: block;
padding: 10px;
vertical-align: text-top;
overflow: visible;
text-decoration: none;
font-weight: 300;
cursor: pointer;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #5e5e5e;
text-shadow: 0 1px 0 rgba(255,255,255,.8);
border: 1px solid #c8bfc6;
background: #f7f6f7;
background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e0dadf));
background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
background: -moz-linear-gradient(center top,#f7f6f7 0,#e0dadf 100%);
background: -moz-gradient(center top,#f7f6f7 0,#e0dadf 100%);
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
}

.zobrazeni-tab {
    font-size:12px;
}

.zobrazeni-tab a{
    display: block;
    cursor: pointer;
    cursor: hand;
}
.grid-tab tr.grid-row:nth-child(2n+1) {
    background-color: #f9f9f9;
}
.grid-tab tr.grid-row:hover{
    background-color: #e83338;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}

.grid-tab tr.grid-row:hover a{
    color: #fff !important;
}











/*** page navigation ***/
.fr			{ float: right;}
.tab-footer		{ width: auto; padding-bottom: 10px; margin-top: -10px;padding-left:10px;padding-right: 10px;  }
.pager			{ font-size: 11px; line-height: 20px; }
.pager a		{ display: block; float: left; }
.pager .nav		{ display: block; float: left; }
.pager .nav a		{ width: 20px; height: 20px; border: 1px solid #dddddd; border-bottom: 1px solid #cccccc; }
.pager .nav a span	{ display: block; font-size: 0%; visibility: hidden; text-indent: -9999px; }
.pager a.first		{ background: url('/obr/arrow_leftend_off.png') center center no-repeat; border-right-width: 0px; -moz-border-radius: 3px 0px 0px 3px; -webkit-border-radius: 3px 0px 0px 3px; border-radius: 3px 0px 0px 3px; }
.pager a.first:hover	{ background: url('/obr/arrow_leftend_ovr.png') center center no-repeat; }
.pager a.previous	{ background: url('/obr/arrow_left_off.png') center center no-repeat; border-left-width: 0px; -moz-border-radius: 0px 3px 3px 0px; -webkit-border-radius: 0px 3px 3px 0px; border-radius: 0px 3px 3px 0px; }
.pager a.previous:hover	{ background: url('/obr/arrow_left_ovr.png') center center no-repeat; }
.pager a.last		{ background: url('/obr/arrow_rightend_off.png') center center no-repeat; border-left-width: 0px; -moz-border-radius: 0px 3px 3px 0px; -webkit-border-radius: 0px 3px 3px 0px; border-radius: 0px 3px 3px 0px; }
.pager a.last:hover	{ background: url('/obr/arrow_rightend_ovr.png') center center no-repeat; }
.pager a.navnext		{ background: url('/obr/arrow_right_off.png') center center no-repeat; border-right-width: 0px; -moz-border-radius: 3px 0px 0px 3px; -webkit-border-radius: 3px 0px 0px 3px; border-radius: 3px 0px 0px 3px; }
.pager a.navnext:hover	{ background: url('/obr/arrow_right_ovr.png') center center no-repeat; }
.pager .pages 		{ display: block; float: left; margin: 0px 4px 0px 4px; font-weight: bold; }
.pager .pages a		{ min-width: 20px; margin: 0px 1px 0px 1px; background: url("/obr/button_glas2.png") repeat-x center center #EEEEEE; text-align: center; border: 1px solid #dddddd; border-bottom: 1px solid #cccccc; color: #333333; text-decoration: none; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px;cursor: pointer;cursor: hand; }
.pager .pages a	span	{ padding: 0px 2px 0px 2px; }
.pager .pages a:hover	{ background: url('/obr/bck_white_50.png'); color: #00A5C4;font-family: Arial;font-size:11px; text-decoration: none; }
.pager .pages a.active	{ background: url('/obr/page_active.gif'); color: #FFFFFF; text-decoration: none; font-weight: bold; border-width: 0px; line-height: 22px; min-width: 22px; }




.eshop-prvni-tabs {
    background: url(/obr/eshop-prvni-tabs-background.jpg) top center;
    background-size: 100%;
    margin-bottom: 15px;
}
.eshop-prvni-akce-banner {
    background: url(/obr/eshop-prvni-banner.jpg) 50% 0 fixed;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 110px;
    margin-bottom: 0px;
    color: #FFF;
    overflow: hidden;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;        
    background-attachment: fixed;
    padding-right: initial;
    padding-left: initial;
    
}
@media (min-width: 320px) {

    .eshop-prvni-akce-banner h2 {
        font-size: 40px;
        color: #000;
        font-weight: bold;
    }
    .eshop-prvni-akce-banner h3 {
        font-size: 45px;
        color: #000;
        font-weight: 300;
    }
    .eshop-prvni-akce-banner .btn {
        margin-top: 40px;
        background-color: #99c221;
        color: #000;
        font-weight: 700;
        padding: 15px 30px;
    }
}

@media (min-width: 768px) {

    .eshop-prvni-akce-banner h2 {
        font-size: 47px;
        color: #000;
        font-weight: bold;
    }
    .eshop-prvni-akce-banner h3 {
        font-size: 110px;
        color: #000;
        font-weight: 300;
    }
    .eshop-prvni-akce-banner .btn {
        margin-top: 40px;
        background-color: #99c221;
        color: #000;
        font-weight: 700;
        padding: 15px 30px;
    }
}


/* Navigace v detailu vyrobku*/



.bs-example+.highlight {
margin-top: -16px;
margin-left: 0;
margin-right: 0;
border-width: 1px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.bs-example+.highlight {
margin: -15px -15px 15px;
border-radius: 0;
border-width: 0 0 1px;
}
.highlight {
padding: 9px 14px;
margin-bottom: 14px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px;
}
.bs-example .nav-tabs {
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 0px;
    
}
@media (min-width: 320px) {
    .nav-tabs-eshop-prvni {
        margin-bottom: 5px !important;
        margin-top: 15px !important;

    }
}
@media (min-width: 768px) {
    .nav-tabs-eshop-prvni {
        margin-bottom: 50px !important;
        margin-top: 50px !important;

    }
}

@media (min-width: 1200px) { 
    .bs-example>.nav-tabs > li {
        float:none;
    }
}


@media (min-width: 320px) {
    .bs-example {
        margin-left: 0;
        margin-right: 0;
        padding: 5px 0px 0px 0px;
    }    
    .bs-example .nav-tabs li {
        margin-right: 10px;
        border: 0px;
        border-radius: 4px 4px 0 0;
    }
    .bs-example .nav-tabs li:last-child {
        margin-right: 0px;
    }
    .bs-example .nav-tabs > li {
        float:left;
    }
    .bs-example .nav-tabs li:hover,
    .bs-example .nav-tabs li.active {
        border: 1px solid #d4bf61;
    }
    
    .bs-example .nav-tabs li.active a {
        padding: 8px 10px;
        border: 0;
        color: #000;
    }
    .bs-example .nav-tabs li a {
        font-size: 12px;
        padding: 8px 10px;
        color: #fff;

    }
    .bs-example .nav-tabs li.active a, 
    .bs-example .nav-tabs li.active a:hover, 
    .bs-example .nav-tabs li.active a:focus {
        font-size: 12px;
        font-weight: bold;
        color: #fff !important;
        padding: 8px 10px;
        display: block;
    }
    .bs-example .nav-tabs li a:hover {
        font-weight: bold;
        color: #d4bf61 !important;
        display: block;
    }

    .poskozeny-obal-prvni {
        width: 150px;
    }
    
}
@media (min-width: 320px) {
    .bs-example .nav-tabs li a,
    .bs-example .nav-tabs li.active a, 
    .bs-example .nav-tabs li.active a:hover, 
    .bs-example .nav-tabs li.active a:focus {
        padding: 8px 20px;
    }    
    
    .bs-example {
        margin-left: 0;
        margin-right: 0;
        padding: 5px 15px 0px 15px;
    }    
    
    .bs-example .nav-tabs li {
        margin-right: 20px;
        border: 1px solid white;
        border-radius: 4px 4px 0 0;
    }
    
    
    .bs-example .nav-tabs > li {
        float:left;
        width: 90%;
        margin-bottom: 20px;
    }
    .bs-example .nav-tabs li.active a {
        padding: 8px 40px;
        background: transparent;
        border: 0;
    }
    
    .bs-example .nav-tabs li a {
        font-size: 16px;
        color: #ff !important;
        min-width: 180px;
        padding: 8px 20px;
        background: transparent;
        border: 0;
    }
    .bs-example .nav-tabs li.active a, 
    .bs-example .nav-tabs li.active a:hover, 
    .bs-example .nav-tabs li.active a:focus {
        font-size: 16px;
        font-weight: bold;
        color: #d4bf61 !important;
        padding: 8px 20px;
        display: block;
    }
    .bs-example .nav-tabs li a:hover {
        font-size: 16px;
        font-weight: bold;
        padding: 8px 20px;
        display: block;
    }

    .poskozeny-obal-prvni {
        width: 350px;
    }    
}

@media (min-width: 768px) {
    .bs-example {
        margin-left: 0;
        margin-right: 0;
        padding: 5px 15px 0px 15px;
    }    
    
    .bs-example .nav-tabs li {
        margin-right: 20px;
        border: 1px solid white;
        border-radius: 4px 4px 0 0;
    }
    
    
    .bs-example .nav-tabs > li {
        float:left;
        width: 30%;
    }
    .bs-example .nav-tabs li.active a {
        padding: 8px 40px;
        background: transparent;
        border: 0;
    }
    
    .bs-example .nav-tabs li a {
        font-size: 16px;
        color: #ff !important;
        min-width: 180px;
        padding: 8px 20px;
        background: transparent;
        border: 0;
    }
    .bs-example .nav-tabs li.active a, 
    .bs-example .nav-tabs li.active a:hover, 
    .bs-example .nav-tabs li.active a:focus {
        font-size: 16px;
        font-weight: bold;
        color: #d4bf61 !important;
        padding: 8px 20px;
        display: block;
    }
    .bs-example .nav-tabs li a:hover {
        font-size: 16px;
        font-weight: bold;
        padding: 8px 20px;
        display: block;
        color: #d4bf61 !important;
    }

    .poskozeny-obal-prvni {
        width: 350px;
    }
    
}
.bs-example .nav-tabs li.active a:after,
.bs-example .nav-tabs li a:hover:after{
	content: "\f0d7";
        color: #d4bf61;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	bottom: -26px;
	left: 50%;
	margin-left: -10px;
	font-size: 30px;
}
    

.bs-example>.nav-tabs>li>a:hover>badge {
background-color: white;
color: black;
}



/*
BS example detail
*/

/* Navigace v detailu vyrobku*/

.bs-example-detail {
margin-left: 0;
margin-right: 0;
background-color: white;
border-width: 1px;
border-color: #ddd;
border-radius: 4px 4px 0 0;
}

.bs-example-detail+.highlight {
margin-top: -16px;
margin-left: 0;
margin-right: 0;
border-width: 1px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.bs-example-detail+.highlight {
margin: -15px -15px 15px;
border-radius: 0;
border-width: 0 0 1px;
}
.highlight {
padding: 9px 14px;
margin-bottom: 14px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px;
}


@media (max-width: 1200px) { 
    .bs-example-detail>.nav-tabs > li {
        float:none;
    }
}

.bs-example-detail>.nav-tabs {
border-bottom: 2px solid #ddd;
}
.bs-example-detail>.nav-tabs>li {
margin-right: 5px;
/*border: 1px solid #ddd;*/
border-bottom: 0;
border-radius: 4px 4px 0 0;
}
.bs-example-detail>.nav-tabs>li.active>a, 
.bs-example-detail>.nav-tabs>li.active>a:hover, 
.bs-example-detail>.nav-tabs>li.active>a:focus {
color: white;
background-color: #e83338;
cursor: default;
font-weight: bold;
border-bottom-color: #e83338;
}

.bs-example-detail>.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border-radius: 4px 4px 0 0;
background-color: #f0f0f0;
position: relative;
display: block;
padding: 10px 10px;
}

.bs-example-detail>.nav-tabs>li>a:hover {
background-color: #e83338;
color: white;
}

.bs-example-detail>.nav-tabs>li>a:hover>badge {
background-color: white;
color: black;
}







.table-detail {
margin-bottom: 15px;
min-width:250px;
}
.table-detail td {
    padding: 2px 5px 2px 5px;
}
.table tbody>tr>td.vert-align
{
    vertical-align: middle;
}
.cena-velka {
    font-size: 22px;
}

.kosik-nadpis-cela {
    background-color: #5c5f65;
    color: #fff;
    margin-bottom: 15px;
    padding-top: 15px;
}
.kosik-nadpis-cela h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold;
}
.kosik-nadpis-cela i {
    font-size: 24px;
}


.eshop-detail-nadpis-cela h2 {
    font-size: 15px;
    margin-top: 10px;
    font-weight: bold;
}
.eshop-detail-nadpis-cela-ikony {
    background-color: #71747a;
    color: #fff;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 20px;
    font-weight: bold;
}
.eshop-detail-nadpis-cela-ikony h2 {
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
}
.eshop-detail-nadpis-cela-ikony i {
    font-size: 36px;
}
.eshop-detail-nadpis-cela-ikony-row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.eshop-detail-nadpis-cela-ikony2 {
    background-color: #929599;
}

.eshop-detail-nadpis-cela-ikony2-vertical {
    padding-top: 50px;
    padding-left: 30px;
    
}
@media (min-width: 320px) {
    .eshop-detail-recenze {
        border-bottom: 4px solid #f8f8f8;
        margin-left: 0px;
    }
}
@media (min-width: 768px) {
    .eshop-detail-recenze {
        border-bottom: 4px solid #f8f8f8;
        margin-left: 30px;
    }
}
.eshop-detail-recenze i {
    font-size: 14px;
}

.eshop-detail-recenze .progress{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    background-color: #d8d8d8;
    margin-bottom: 10px;
    margin-top: 4px;
    height: 10px;
}
.eshop-detail-recenze .progress-bar {
    background-color: #fdc132;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}
.eshop-detail-recenze-text {
    font-size: 12px;
    color: #111111;
}
.eshop-detail-recenze-text:last-child {
    border-bottom: 0px;
}
.eshop-detail-recenze-text i{
    font-size: 16px;
}
.eshop-detail-recenze-text h3 {
    font-size: 16px;
    color: #111111;
    font-weight: bold;
}
.eshop-detail-recenze-obsah {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}
.eshop-detail-recenze-obsah:last-child {
    padding-top: 15px;
    border-bottom: 0;
}

.zobrazit-vsechny-recenze {
    font-weight: bold;
    font-size: 14px;
    color: #111111 !important;
}
.recenze-nadpis {
    font-weight: bold;
}

.kasa-nadpis-cela {
    background-color: #5c5f65;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.kasa-nadpis-cela h2 {
    margin-top: 10px;
    font-weight: bold;
}
.kasa-nadpis-cela i {
    font-size: 24px;
}
.kasa-cesta {
    list-style: none;
}
.kasa-cesta li {
    float: left;
}
.kasa-cesta i {
    margin-top: 2px;
    font-size: 14px;
}
.kasa-topic {
    border-bottom: 0px;
    background-color: #fff;
}
.kasa-topic .breadcrumb {
    background-color: #fff;
    padding-left: 0px;
    
}
.kasa-cesta li a{
    padding: 15px 42px 15px 50px;
    font-size: 15px;
    color: #a1a1a1;
    font-weight: bold;
    display: block;
    position: relative;
    text-decoration: none;
}
.kasa-cesta li a.aktivni{
    color: #fff;
}
@media (min-width: 320px) {      
    .kasa-cesta li a:after{
     position: absolute;
      content: '';
      right: -5px;
      top: 0%;
      width: 45px;
      height: 50%;
      border-bottom: 0;
    }
    .kasa-cesta li a.aktivni:after{
     position: absolute;
      content: '';
      right: -5px;
      top: 0%;
      width: 0px;
      height: 50%;
      border-bottom: 0;
    }
}
@media (min-width: 768px) {      
    .kasa-cesta li a:after{
     position: absolute;
      content: '';
      right: -5px;
      top: 0%;
      width: 45px;
      height: 50%;
      border-bottom: 1px solid #a1a1a1;
    }
    .kasa-cesta li a.aktivni:after{
     position: absolute;
      content: '';
      right: -5px;
      top: 0%;
      width: 40px;
      height: 50%;
      border-bottom: 1px solid #fff;
    }
}
.kasa-cesta li:last-child a.aktivni:after{
  border-bottom: 0px;
}

.kasa-cesta li:last-child a:after{
    font-family: "Font Awesome 5 Pro";
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    height: 51px;
    display: block;
    z-index: 500;
  border-bottom: 0px;
}
.kasa-cesta span {
    position: absolute;
    color: #fff;
    background-color: #a1a1a1;
    left: 20px;
    top: 12.5px;
    text-align: center;
    padding-top: 5px;
    width: 25px;
    height: 25px;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;   
}
.kasa-cesta .aktivni span, .kasa-cesta .kasa-prvni-aktivni span {
    position: absolute;
    color: #69abf9;
    background-color: #fff;
    left: 20px;
    top: 12.5px;
    text-align: center;
    padding-top: 5px;
    width: 25px;
    height: 25px;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;   
}





.btn-kosik-nakupovat {
    background-color: #bed638;
    color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    border: 1px solid #fff;
    display: block;
    text-align: center;
    padding: 5px 20px;
    
}
.btn-kosik-nakupovat-spodni {
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
    color: #111111 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    border: solid 1px #d9d9d9;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    
}

.kosik-kasa {
    padding-right: 15px;
}
.btn-kosik-kasa {
    background-color: #fff;
    color: #111111;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    display: block;
    text-align: center;
    padding: 5px 20px;
    
}
.btn-kosik-kasa img {
    height: 17px;
}

.btn-kosik-kasa-spodni {
    /*background-color: #e83338;*/
    background-color: #17861c;
    color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    
}
.btn-kosik-kasa-spodni img {
    height: 17px;
}


.kosik {
    overflow: auto;
}
.kosik-leva {
    float:left;
    margin-top: 7px;
    margin-right: 10px;
}

.kosik-prava {
    float:left;
}

a.kosik-detail {
    padding: 5px 15px 5px 15px;
    background-color: #ffc95d;
    display: block;
    color: black;
    text-decoration: none;
    
}
a.kosik-detail:hover{
background-color: #313131;
color: white;
}
a.kosik-detail i {
}



.prvni-ramecek
{
    border: 1px solid #c4c4c4;
    min-height:70px;
    padding: 5px;
}
.prvni-ramecek-mobile
{
    border: 1px solid #c4c4c4;
    min-height:40px;
    /*padding: 5px;*/
}
.prvni-ramecek-mobile a {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.prvni-ramecek-mobile-padding:nth-child(even) {
    padding-right: 15px;
}
.prvni-ramecek-mobile-padding:nth-child(odd) {
    padding-right: 0px;
}
@media (min-width: 1200px) {
    .prvni-ramecek    {
        min-height:70px;
    }
}
@media (min-width: 1900px) {
    .prvni-ramecek    {
        min-height:70px;
    }
}
.prvni-ramecek:hover,
.prvni-ramecek-mobile:hover {
	border-color: #747474;
}
.prvni-ramecek .prvni-ramecek-img-ram {
    padding-left: 15px;
    padding-right: 5px;
    height: 100%;
}
.prvni-ramecek .prvni-ramecek-odkaz-ram {
    height: 100%;
    padding-left: 5px;
}
.prvni-ramecek .prvni-ramecek-img
{
    padding: 0px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    min-height: 4px;
    padding-left: 5px;
    padding-right: 5px;
}
.prvni-ramecek-img img {
    max-height: 55px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.prvni-ramecek .row {
    height: 100%;
}
.prvni-ramecek .prvni-ramecek-odkaz
{
    padding: 5px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px;
    height: 100%;
}
@media (min-width: 200px) {
    .prvni-ramecek-padding {
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    .prvni-ramecek-padding {
        padding-right: 0px !important;
    }
}
@media (min-width: 1200px) {
    .prvni-ramecek .prvni-ramecek-odkaz
    {
        padding: 5px;
        padding-top: 5px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        min-height: 40px;
        height: 100%;
    }
}
@media (min-width: 1900px) {
    .prvni-ramecek .prvni-ramecek-odkaz
    {
        padding: 5px;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        min-height: 40px;
        height: 100%;
    }
}

.prvni-ramecek-odkaz h3 {
    margin-top: 15px;
    font-size:14px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

.prvni-ramecek:hover .prvni-ramecek-odkaz h3 a,
.prvni-ramecek-odkaz h3 a:hover {
    text-decoration: underline !important;
}
.text-bila {
    color:white !important;
    
}
.text-cerna {
    color: #000 !important;
}
.text-cervena {
    color: #df693f;
}
.text-seda-tmava {
    color: #5a5e64 !important;
}
.text-seda-svetla {
    color: #71747a !important;
}
.text-ruzova {
    color:#ff1985 !important;
}

.seda-tmava {
    background-color: #5a5e64;
}
.seda-svetla {
    background-color: #71747a;
}
.pozadi-seda-svetla-recenze {
    background-color: #f8f8f8;
    border-bottom: 4px solid #d9d9d9;
}
.modra-svetla {
    background-color: #17861c;
}
.tlacitko-cervena {
/*    background-color: #e83338;*/
    background-color: #47382e;
}

@media (min-width: 320px) {
    .back-onas {
        background: url(/obr/onas.jpg) no-repeat top center;
        background-size: 100% 100%;
    }
    .back-onas-padding {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .onas-kolecko {
        text-align: center;
        background-color: #fff;
        border-radius: 20px;
        padding: 5px 10px; 
    }
    .onas-kolecko h1 {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .back-onas {
        background: url(/obr/onas.jpg) no-repeat top center;
        background-size: 100%;
    }
    .back-onas-padding {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .onas-kolecko {
        text-align: center;
        background-color: #fff;
        border-radius: 400px;
        padding: 40px 80px; 
    }
    .onas-kolecko h1 {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .back-onas {
        background: url(/obr/onas.jpg) no-repeat top center;
        background-size: 100%;
    }
    .back-onas-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .onas-kolecko {
        text-align: center;
        background-color: #fff;
        border-radius: 500px;
        padding: 50px 100px; 
    }
    .onas-kolecko h1 {
        font-size: 36px;
    }
}
.onas-text p{
    color: #000;
    margin-left:10px;
    line-height:30px;
    padding-top:15px;
}
.onas-text li {
    line-height:30px;
    
}
.onas-obrazek img {
    padding-bottom: 15px;
}

.faktura-hlavicka {
    background-color: #f6f6f6;
}

.faktura-total {
    font-size:20px;
}
.faktura-total-castka {
    font-size:20px;
    font-weight:bold;
}

.table-dph td{
    padding:3px !important;
    font-size:12px !important;   
}
    
.doporucena {
    text-decoration:line-through;
}
.sleva-cena {
    color:red;
}

.filtr-hlavicka {
    background-color: #f5f5f5;
    padding: 5px;
    border: 1px solid #ededed;
}
.filtr-radka {
    padding: 5px;
    border: 1px solid #ededed;
    margin-bottom: 15px;
}

.vydejni-misto-stat {
    margin-top: 15px;
}
@media (min-width: 320px) {      
    .registraceModra {
        font-size: 16px;
        color: #e83338 !important;
        border-radius: 20px;
        border: solid 1px #e83338;
        background-color: #def1f3;
        display: block;
        padding: 8px 10px;
        cursor: pointer;
        cursor: hand;
    }
    .registraceBila {
        font-size: 16px;
        font-weight: bold;
        color: #fff !important;
        padding: 8px 10px;
        border: solid 1px #e83338;
        display: block;
        border-radius: 20px;
        background-color: #e83338;    
        border-color: #e83338;    
        cursor: pointer;
        cursor: hand;
    }
}
@media (min-width: 768px) {      
    .registraceModra {
        font-size: 16px;
        color: #e83338 !important;
        border-radius: 20px;
        border: solid 1px #e83338;
        background-color: #def1f3;
        display: block;
        padding: 8px 40px;
        cursor: pointer;
        cursor: hand;
    }
    .registraceBila {
        font-size: 16px;
        font-weight: bold;
        color: #fff !important;
        padding: 8px 40px;
        border: solid 1px #e83338;
        display: block;
        border-radius: 20px;
        background-color: #e83338;    
        border-color: #e83338;    
        cursor: pointer;
        cursor: hand;
    }
}
.registraceBila:after {
    content: "\f0d7";
    color: #e83338;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -10px;
    font-size: 30px;
    
}
.kosik-obrazek {
    vertical-align: middle;
}
.kosik-obrazek img{
    max-width: 130px;
    max-height: 100px; 
}

.table-kosik {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #d9d9d9;
    border-bottom: 0px;
    background-color: #fff;
}
.table-kosik-objednavky-prehled {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-bottom: 0px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
.table-kosik-objednavka {
    margin-top: 0px;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 0px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}
.table-kosik-objednavka td {
    border-right: 1px solid #d9d9d9;
    vertical-align: middle !important;    
}
.table-kosik-objednavka td:last-child {
    border-right: 0;
}


.table-kosik-vase-cena {
    margin-top: 0px;
    margin-bottom: 0px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    width: 100%;
}

.table-kosik-soucet {
    margin-top: 0px;
    margin-bottom: 15px;
    border: 1px solid #d9d9d9;
    width: 100%;
}
.table-kosik-soucet td{
    border: 0;
}
.kosik-platba-cara {
    border-bottom: 2px solid #5c5f65 !important;
}
.kosik-border-nula {
    border: 0px !important;
}
.table-kosik thead,
.table-kosik-objednavky-prehled thead,
.table-kosik-objednavka thead {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}
.table-kosik td {
    border: 1px solid #d9d9d9;
}

.table-kosik-paticka {
    padding-top: 15px !important;
    background-color: #111111;
    color: #fff;
}
.linka-seda-spodni {
    border-bottom: 1px solid #d9d9d9;
}
.linka-seda-prava {
    border-right: 1px solid #d9d9d9;
}
.zpusob-dodani-vyska {
    min-height: 220px;
}
@media (min-width: 320px) {      
    .kosik-nadpis-h2 {
        font-weight: bold;
        font-size: 26px;
        margin-left: 0px;
        margin-bottom: 30px;
        color: #111111;
    }
}
@media (min-width: 768px) {      
    .kosik-nadpis-h2 {
        font-weight: bold;
        font-size: 26px;
        margin-left: 40px;
        margin-bottom: 30px;
        color: #111111;
    }
}
.kosik-nadpis-h2-adresy {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 30px;
    color: #111111;
}




.table-body {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    border-bottom: 0px;
}
.table-body thead {
    background-color: #72747a;
    color: #fff;
    font-weight: bold;
}
.table-body td {
    border: 0px;
}

.mezisuma-cara {
    border-bottom: 3px solid #5c5f65;
}
.kosik-ikona-print i {
    font-size: 20px;
}


.kosik-body {
    background-color: #ff1985;
    color: #fff;
    font-weight: bold;
    padding-top: 7px;
    margin-left: auto;
    margin-right: auto;
    width: 33px;
    height: 33px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;   
    
}

.kosik-cena-celkem-nadpis {
    font-size: 24px;
    margin-right: 20px;
    color: #4d4d4d;
}

.kosik-cena-celkem {
    font-size: 24px;
    font-weight: bold;
    color: #111111;
}
.kosik-cena-celkem-maly {
    font-size: 11px;
    color: #808080;
}

.sirka20px {
    width: 20px !important;
}
.sirka40px {
    width: 40px !important;
}
.sirka50px {
    width: 50px !important;
}
.sirka60px {
    width: 60px !important;
}
.sirka70px {
    width: 70px !important;
}
.sirka100px {
    width: 100px !important;
}
.sirka130px {
    min-width: 130px !important;
    width: 130px !important;
    word-wrap: break-word;
}
.sirka250px {
    min-width: 250px !important;
    width: 250px !important;
    word-wrap: break-word;
}
.sirka300px {
    min-width: 300px !important;
    width: 300px !important;
    word-wrap: break-word;
}
.sirka350px {
    min-width: 350px !important;
    width: 350px !important;
    word-wrap: break-word;
}
.sirka400px {
    min-width: 400px !important;
    width: 400px !important;
    word-wrap: break-word;
}
.sirka230px {
    min-width: 328px;
    width: 328px;
    word-wrap: break-word;
}
.sirka230px a{
    font-size: 10px;
    line-height: 12px !important;
}
.sirka30procent {
    width: 30%;
}
.sirka50procent {
    width: 50%;
}
.sirka70procent {
    width: 70%;
}



@media (max-width: 400px) {
    .table-kosik, .table-slevovy-kupon{
        /*table-layout: fixed;*/
        
    }
    .table-slevovy-kupon input,.table-slevovy-kupon textarea  {
        width: 100% !important;
    }
    .table-kosik thead {
        font-size: 10px;
        padding: 2px !important;
    }
    .table-kosik thead td {
        padding: 2px !important;
    }
    .table-kosik td {
        padding: 2px !important;
        font-size: 10px;
        line-height: 12px !important;
        word-wrap: break-word;
    }
    .table-kosik td a {
        font-size: 10px;
        line-height: 12px !important;
    }
    .kosik-input {
        padding:3px 3px !important;
        width: 100% !important;
    }
    .sirka20px {
        width: 22px !important;
    }
    .sirka40px {
        width: 25px !important;
    }
    .sirka80px {
        width: 50px !important;
        min-width: 50px !important;
    }
    .sirka150px {
        width: 50px !important;
        min-width: 50px !important;
    }
    .sirka230px {
        min-width: 80px !important;
        width: 80px !important;
        word-wrap: break-word;
    }
    .sirka230px a{
        font-size: 10px;
        line-height: 12px !important;
    }
    .text-kosik-extras, .cena-extras {
        font-size: 10px;
        line-height: 12px !important;
    }
    .kosik-obrazek {
        line-height: 12px !important;
    }
    .btn-kosik {
        padding: 1px 3px;
        font-size: 11px;
    }
    .btn-lg {
        padding: 5px 8px;
        font-size: 12px;
    }
    .btn-md {
        padding: 3px 7px;
        font-size: 11px;
    }
    .reg-form {
        border-radius: 0px !important;
        box-shadow: 0px 0px 0px #fff !important;
    }
    .input-group-addon {
        padding: 3px !important;
        font-size: 12px !important;
    }
    
}


@media (min-width: 768px) {
    .sirka230px {
        min-width: 150px !important;
        width: 150px !important;
    }
    .sirka150px {
        min-width: 80px;
        width: 80px;
    }
}
@media (min-width: 1200px) {
    .sirka230px {
        min-width: 328px !important;
        width: 328px !important;
        word-wrap: break-word;
    }
    .sirka150px {
        min-width: 120px;
        width: 120px;
    }
}

@media (max-width: 400px) {
    .kosik-pole1 {
        width: 40px !important;
    }
    .kosik-pole2 {
        width: 50px !important;
    }
}
@media (max-width: 980px) {
    .kosik-pole1 {
        width: 30px !important;
    }
    .kosik-pole2 {
        width: 60px !important;
        padding-right: 0px !important;
    }
}



.hlavnimenu-table {
    width: 100%;
}
.hlavnimenu
{
    float: left;
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    width: 100%;
}

.hlavnimenu li
{
    list-style-type: none;
    margin-left :0px;
    padding-left: 0px;
    display: block;
    
}

.hlavnimenu li a
{
    color: #505050 !important;
    padding: 4px 10px 4px 10px;
    background-image:none,-webkit-linear-gradient(top,#f8f8f8 0,#dcdcdc 100%);
    background-image:none,-moz-linear-gradient(top,#f8f8f8 0,#dcdcdc 100%);
    background-image:none,-o-linear-gradient(top,#f8f8f8 0,#dcdcdc 100%);
    background-image:none,linear-gradient(to bottom,#f8f8f8 0,#dcdcdc 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dcdcdc',GradientType=0);    
    border-bottom:1px solid white;
    display: block;
    font-size: 14px;
    width: 100%;
    text-decoration: none;
}
@media (min-width: 768px) {
    .hlavnimenu li a
    {
        font-size: 12px;
    }
}
@media (min-width: 900px) {
    .hlavnimenu li a
    {
        font-size: 12px;
    }
}
@media (min-width: 1200px) {
    .hlavnimenu li a
    {
        font-size: 14px;
    }
}

.hlavnimenu li a:hover
{
    background: none;
    filter: "none" !important;
    background-image:none;
    background-color: #e83338;
    color: white !important;
}

.hlavnimenu li a.vybrano
{
    background: none;
    filter: "none" !important;
    background-image:none;
    background-color: #e83338;
    color: white !important;
    padding: 4px 10px 4px 10px !important;
    border-bottom:1px solid white;
    display: block;
    font-size: 14px;
    width: 100%;
    filter: "none" !important;
}


.hlavnimenu li a i {
    margin-left: 0px;
    margin-right: 10px;
    color: #e83338;
}

.hlavnimenu li a:hover i {
    color:#fff !important;
}

.hlavnimenu li a.vybrano i {
    margin-left: 0px;
    margin-right: 10px;
    color: #fff;
}



.hlavnimenu .podmenu
{
    list-style-type: none;
    margin :0px;
    padding: 0px;
    width: 100%;
}
.hlavnimenu .podmenu li
{
    list-style-type: none;
    margin: 0px;
    margin-left: 0px;
    padding-left: 0px;

}

.hlavnimenu .podmenu li a
{
    color: black;
    padding:3px 5px 3px 10px !important;
    display: block;
    font-weight: normal;
    background: #FFFFFF !important;
    border: 0 !important;
    filter: "none" !important;
    
}
.hlavnimenu .podmenu li a:hover
{
    color: black !important;
    background-color: #ececec !important;
}

.hlavnimenu .podmenu li a.vybrano
{
    color: black !important;
    font-weight: bold;
    background-color: #ececec !important;
    padding:3px 5px 3px 10px !important;
    display: block;
    border: 0 !important;
}



.hlavnimenu .podmenu2 li a i {
    font-size: 10px;
    color: black;
    margin-right: 3px;
}
.hlavnimenu .podmenu2 li a:hover i {
    font-size: 10px;
    color: #c62838;
    margin-right: 3px;
}

.hlavnimenu .podmenu2
{
    list-style-type: none;
    margin :0px;
    padding: 0px;
    padding-left: 15px;

}
.hlavnimenu .podmenu2 li
{
    list-style-type: none;
    margin: 0px;
    margin-left: 0px;
    padding-left: 0px;

}

.hlavnimenu .podmenu2 li a,
.hlavnimenu .podmenu2 a
{
    color: #5e5e5e;
    font-size: 12px;
    margin: 0px;
    padding: 2px 5px 2px 10px !important;
    display: block;
    font-weight: normal;
    background: white;
    border: 0 none;
    
}
.hlavnimenu .podmenu2 li a:hover
{
    display: block;
background-image:none,-webkit-linear-gradient(top,#00589b 0,#00589b 100%);
background-image:none,-moz-linear-gradient(top,#00589b 0,#00589b 100%);
background-image:none,-o-linear-gradient(top,#00589b 0,#00589b 100%);
background-image:none,linear-gradient(to bottom,#00589b 0,#00589b 100%);    
text-decoration: none;
color:black !important;
}

.podmenu2 li a.vybrano
{
    color: black;
    padding-top:2px;
    display: block;
    background:none !important;
}
.podmenu2 li a.vybrano:hover
{
    color: black !important;
}

.menu3-male {
    font-size: 11px;
    padding-left: 15px;
}
.menu3-male-vybrano {
    font-size: 11px;
    padding-left: 15px;
    font-weight: bold;
}

.menu2-male-vybrano {
    font-weight: 700;
}

/* Navigace hlavni menu*/

.bs-example-hlavni-menu {
margin-left: 0;
margin-right: 0;
margin-top: 5px;
background-color: white;
border-width: 1px;
border-color: #ddd;
padding: 5px 0px 0px 0px;
}

.bs-example-hlavni-menu+.highlight {
margin-top: -16px;
margin-left: 0;
margin-right: 0;
border-width: 1px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.bs-example-hlavni-menu+.highlight {
margin: -15px -15px 15px;
border-radius: 0;
border-width: 0 0 1px;
}
.highlight {
padding: 9px 14px;
margin-bottom: 14px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px;
}


@media (max-width: 1200px) { 
    .bs-example-hlavni-menu>.nav-tabs > li {
        float:none;
    }
}

.bs-example-hlavni-menu>.nav-tabs {
    margin-bottom: 0px;
    border-bottom: 2px solid #fff;
}
.bs-example-hlavni-menu>.nav-tabs>li {
border-bottom: 0;
width: 50%;
border-radius: 4px 4px 0 0;
}
.bs-example-hlavni-menu>.nav-tabs>li:last-child {
    margin-right: 0px;
    float: right;
}

.bs-example-hlavni-menu>.nav-tabs>li.active>a, .bs-example-hlavni-menu>.nav-tabs>li.active>a:hover, .bs-example-hlavni-menu>.nav-tabs>li.active>a:focus {
color: white;
background-color: #e83338;
cursor: default;
font-weight: bold;
border-bottom: 0px;
}

.bs-example-hlavni-menu>.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border-radius: 4px 4px 0 0;
background-color: #f0f0f0;
color: #505050;
position: relative;
display: block;
padding: 10px 15px;
}

.bs-example-hlavni-menu>.nav-tabs>li>a:hover {
background-color: #e83338;
color: white;
}

.bs-example-hlavni-menu>.nav-tabs>li>a:hover>badge {
background-color: white;
color: black;
}


.menu-modra {
    background-color: #e83338 !important;
    color: white !important;
    padding: 7px 0px 7px 10px;
    font-weight: bold;
    border: 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

.lazy-test {
    -webkit-transition: all 900ms ease; 
    -moz-transition: all 900ms ease; 
    -ms-transition: all 900ms ease; 
    -o-transition: all 900ms ease; 
    transition: all 900ms ease;
}
.pozadi-novinky {
    /*background-color: #eeeef5;*/
}
.novinka {
    float: none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding-top: 15px;
}
.novinka h3 {
    font-size: 18px;
    font-weight: bold;
}
.novinka p {
    line-height: 24px;
}
@media (min-width: 320px) {
    .novinka-obrazek {
            height: 200px;
            overflow: hidden;
    }
    .homepage-druha-novinka {
        padding-left: 15px;
    }
    
}
@media (min-width: 768px) {
    .novinka-obrazek {
            height: 200px;
            overflow: hidden;
    }
    .homepage-druha-novinka {
        padding-left: 15px;
    }
    
}
@media (min-width: 1200px) {
    .novinka-obrazek img{
        max-height: 260px;
        overflow: hidden;
    }
    .novinka-obrazek {
            height: 300px;
            overflow: hidden;

    }
    .homepage-druha-novinka {
        padding-left: 30px;
    }
}

.novinka-datum {
    background-color: #e63836;
    color: #fff;
    padding: 5px 10px;
    /*margin-bottom: 15px;*/
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .datum-den {
        border: 1px solid #cecece;
        width: 100%;
        height: 55px;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-top: 5px;
        font-weight: bold;
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .datum-den {
        border: 1px solid #cecece;
        width: 100%;
        height: 55px;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-top: 5px;
        font-weight: bold;
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .datum-den {
        border: 1px solid #cecece;
        width: 100%;
        height: 55px;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-left: 0;
        padding-right: 0;
        font-weight: bold;
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .datum-mesic {
        min-height: 30px;
        padding-top: 7px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 10px;
    }
}
@media (min-width: 1200px) {
    .datum-mesic {
        min-height: 30px;
        padding-top: 3px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 14px;
    }
}
.novinka-nadpis {
    min-height: 25px;
    color: #2C3E50 !important;
}
.novinka-nadpis a{
    color: #2C3E50 !important;
}
.novinka-nadpis h3 {
    margin-top: 0px;
}


@media (min-width: 768px) {
    .novinka-obsah p {
        font-size: 12px;
        color: #7c7c7c;
        line-height: 23px;
        margin-bottom: 1.5em;
        min-height: 150px;
    }
    .novinka-obsah h3 {
        min-height: 50px;
    }    
}
@media (min-width: 1200px) {
    .novinka-obsah p {
        font-size: 12px;
        color: #7c7c7c;
        line-height: 23px;
        margin-bottom: 1.5em;
        min-height: 60px;
    }
    .novinka-obsah h3 {
        min-height: 30px;
        margin-bottom: 0;
    }
}


.novinka-obsah-tlacitko {
    font-size: 30px;
    font-weight: normal;
    vertical-align: -10px;
    margin-left: 11px;
    color: #e63836 !important;    
}
.novinka-obsah-tlacitko:hover {
    color: #af2220 !important;    
}

.novinka-list p {
    color: #686868;
    font-size: 12px;
    line-height: 16px;
}

.novinka-obsah .btn {
    background-color: #99c221;
    color: #000;
    padding: 6px 15px;
}


.odhlaseni {
}

.hledat {
    margin-top: 0px;
    margin-bottom: 0px;
}

.hledat-form {
    margin-top: 0px;
    height: 100%;
}
.napovidac {
}

.hledat-okno {
    position: relative;
}
@media (min-width: 320px) {      
    .hledat-ram {
        padding-left: 15px;
        padding-right: 0;
    }
    .searchWindow {
        position: absolute;
        background-color: #fff;
        border: 1px solid #fff;
        min-width: 340px;
        width: 92%;
        left: -45px;
        right: 0px;
        top: 83px;
        border-radius: 6px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
        z-index: 2000;
        background-color: #47382e;
    }
}
@media (min-width: 768px) {      
    .hledat-ram {
        padding-left: 0;
        padding-right: 0;
    }
    .searchWindow {
        position: absolute;
        background-color: #fff;
        border: 1px solid #fff;
        min-width: 570px;
        width: auto;
        left: 15px;
        right: 0px;
        top: 48px;
        border-radius: 6px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
        z-index: 2000;
        background-color: #47382e;
    }
}
.searchWindow:before {
    content: "\f0d8";
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: -29px;
    left: 20px;
    margin-left: -10px;
    font-size: 30px;
    
}
.searchWindow-leva {
    border-radius: 6px 0px 0px 6px;
    padding-top: 10px;
    color: #fff;
}
.searchWindow-prava {
    padding-top: 10px;
    background-color: #fff;
    border-left: 1px solid #dddddd;
    padding-left: 30px;
    padding-right: 30px;
}
.searchWindow-radka {
    border-bottom: 1px solid #dddddd;
}
.searchWindow-obrazek img{
    max-height: 35px;
}
.searchWindow-text {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.17;
    color: #111111;    
}
.searchWindow-highlightedText {
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.17;
    color: #111111;    
}
.searchWindow-leva ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    
}
.searchWindow-leva li a {
    background: transparent;
    margin-left: 0px;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.17;
    color: #fff;    
}
.searchWindow-link {
    display: block;
}
.searchWindow-link:hover {
    /*background-color: #ededed;*/
    
}

@media (min-width: 320px) {

    .hledat .inputbox {
        text-transform:none;
        color:#929292;
        border: 0;
        padding:5px 5px 5px 5px;
        margin:0px 0px 0px 5px;
        vertical-align:top;
        float:left;
        position:relative;
        border-left: solid 1px #ebebeb;
        width: 240px;
        
    }
    .hledat .inputbox-explorer {
        text-transform:none;
        color:#929292;
        border: 0;
        padding:6px 5px 7px 5px;
        margin:0px 0px 0px 5px;
        vertical-align:top;
        float:left;
        position:relative;
        border-left: solid 1px #ebebeb;
    }
    .hledat .inputbox placeholder {
        font-style: italic;
        font-size: 18px;
        color: #5c5f65;
    }
    .hledat .button-pozadi {
        background-color: #e83338;
    }
    .hledat .button i {
        color: #fff !important;
    }
}

@media (min-width: 768px) {
    .hledat .inputbox {
        width: 140px;
    }
}
@media (min-width: 1200px) {

    .hledat .inputbox {
        text-transform:none;
        color:#929292;
        padding:22px 5px 21px 5px;
        margin:0px 0px 0px 5px;
        vertical-align:top;
        float:left;
        position:relative;
        width: 100%;
        
    }
    .hledat .inputbox-explorer {
        text-transform:none;
        color:#929292;
        border: 0;
        padding:6px 5px 7px 5px;
        margin:0px 0px 0px 5px;
        vertical-align:top;
        float:left;
        position:relative;
        border-top: solid 1px #e83338;
        border-left: solid 1px #e83338;
        border-bottom: solid 1px #e83338;
        border-radius: 3px 0px 0px 3px;
        width: 180px;
    }
    .hledat .inputbox placeholder {
        font-style: italic;
        font-size: 18px;
        color: #5c5f65;
    }
    .hledat .button-pozadi {
        background-color: #e83338;
    }
    .hledat-button-ramecek {
        display: table-cell;
        height: 63px;
        padding: 0px;
    }
    .hledat .button {
        font-family: "Font Awesome 5 Pro";
        cursor: pointer;
        cursor: hand;
        font-size: 25px;
        color:#fff;
        border: 0;
        display: table-cell;
        width: 100%;
        height: 100%;
        background-color: #e83338;
    }
    .hledat-obrazek img {
        
    }
}

.hledat .button span {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.hledat .dropdown-menu {
    border: 1px solid #fff;
    min-width: 350px;
    left: auto !important;
    right: -25px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    z-index: 2000;
    
}
/*
.hledat ul {
    padding: 0px !important;
    background-color: #fff;
}
.hledat li{
    color: #111111 !important;
    font-size: 11px;
    padding: 0px !important;
    margin: 0px !important;
    border:  none !important;
}
.hledat li a{
    color: #111111 !important;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    cursor: hand;
    padding: 5px;
}
*/
.hledat .active > a,
.hledat .active > a:hover {
    color: white !important;
    background-color: #e83338 !important;
    background-image: none;
}


.cc_banner {
    background-color: #b4b7bc !important;
    color: #fff !important;;
    font-size: 14px !important;;
    font-family: 'Open Sans' !important;
}
.cc_banner a {
    color: #fff !important;
    text-decoration: underline !important;
}
a.cc_btn {
    background-color: #5c5f65 !important;
    font-size: 20px!important;
    color: #fff !important;
    text-decoration: none !important;
}
@media (min-width: 320px) {
    .detail-ostatni-pole {
        min-height: 10px;
    }
    .eshop-detail-oblibene-ikony {
        padding-bottom: 5px;
    }
    .eshop-detail-plus-minus-ikony {
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .detail-ostatni-pole {
        min-height: 110px;
    }
    .eshop-detail-oblibene-ikony {
        padding-bottom: 0px;
    }
    .eshop-detail-plus-minus-ikony {
        padding-left: 0px;
    }
}
a.detail-ostatni-arrow	{
	position: absolute;
	display: block;
	height: 130px;
	width: 30px;
	top: 25%;
	margin-top: -33px;
	background: transparent;
	color: transparent;
	font-size: 32px;
	font-weight: 300;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 500ms, color 500ms;
			transition: background 500ms, color 500ms;
}
.carousel-control {
  padding-top:15%;
  width:5%;
}

a.doporucujeme-arrow-leva	{
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	top: 40%;
	left: -2.5%;
	margin-top: -0px;
	color: #808080;
	font-size: 50px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 500ms, color 500ms;
        transition: background 500ms, color 500ms;
        opacity: 1;
        text-shadow: 0 !important;
}
a.doporucujeme-arrow-prava	{
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	top: 40%;
	right: -2.5%;
	margin-top: -0px;
	color: #808080;
	font-size: 50px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 500ms, color 500ms;
        transition: background 500ms, color 500ms;
        opacity: 1;
        text-shadow: 0 !important;
}

.dostupnost-ikona {
    width: 10px;
    height: 10px;
    margin-right: 2px !important;
    margin-top: 3px !important;
    float: left;
    -moz-border-radius: 0px !important; 
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;    
}
.dostupnost-ikona-prazdna {
    width: 10px;
    height: 10px;
    border: solid 1px #d9d9d9;
    margin-right: 2px !important;
    margin-top: 3px !important;
    float: left;
    -moz-border-radius: 0px !important; 
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;    
}
.dostupnost-ctverecky {
    float: left;
}
.dostupnost-zelena {
    color: #63b802;
    float: left;
    margin-left: 15px;
}
.dostupnost-zluta {
    color: #fdc132;
    float: left;
    margin-left: 15px;
}
.dostupnost-cervena {
    color: #fd040c;
    float: left;
    margin-left: 15px;
}


.vernostni-body-nadpis-modra,.vernostni-body-nadpis-modra:hover {
        font-size: 10px;
	left: 20px;
	padding: 1px 8px;
	border-radius: 2px;
	background: #e83338;
	color: white;
        margin-top: 20px;
        margin-bottom: 20px;
}


.vernostni-body p{
    font-weight: bold;

}
.vernostni-body-obsah {
    margin-top: 5px;
}
.vernostni-body-obsah-leva p{
    font-size: 13px;
    line-height: 17px;
    color: #000;
}

.vernostni-body-obsah h2, .vernostni-body-obsah-dodavatel h2{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
}

.vernostni-body-obsah p, .vernostni-body-obsah-dodavatel p {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: -0.1px;
  color: #8c8c8c;
}
.vernostni-body-obsah i {
    font-size: 24px;
}
.vernostni-body-obsah-dodavatel i {
    font-size: 50px;
}

.vernostni-body-obsah-leva h2{
    font-weight: bold;
    margin-top: 0px;
}

@media (min-width: 320px) {
    .vernostni-body {
        margin-top: 15px;
    }
    .vernostni-body-ramecek {
        border-right: 0px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .vernostni-body-ramecek2 {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .proc-nejlepsi-nadpis {
        font-size: 18px;
        font-weight: 900;
        color: #111111;
        letter-spacing: -0.1px;
    }
}
@media (min-width: 768px) {
    .vernostni-body {
        margin-top: 30px;
    }
    .vernostni-body-ramecek {
        border-right: 1px solid #ebebeb;
        border-bottom: 0px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .vernostni-body-ramecek2 {
        border-bottom: 0;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .proc-nejlepsi-nadpis {
        font-size: 26px;
        font-weight: 900;
        color: #111111;
    }
}
.vernostni-body-linka {
    border-bottom: 1px solid #ebebeb;
}
.dodavatel-ram {
     border: solid 4px #dddddd;
     padding-top: 5px;
     padding-bottom: 5px;
}
.dodavatel-ram img {
    max-height: 54px;
}

.dodavatel-modra {
    color: #e83338;
}
.dodavatel-cervena {
    color: #fd040c;
}
.dodavatel-ruzova {
    color: #ff1985;
}
.dodavatel-zelena {
    color: #72b625;
}

.zjistit-vice {
    margin-top: 15px; 
    margin-bottom: 50px; 
    background-color: #e83338;
    color: #fff !important;
    padding: 5px 30px 5px 30px;
}
.prvni-newsletter-velky {
    margin-top: 40px;
}

.prvni-newsletter-pozadi {
    background-color: #5c5f65;
}
.prvni-newsletter-certifikat {
    min-height: 430px;
    padding-top: 50px;
    color: #111111;
}
.prvni-newsletter-certifikat-kosik {
    padding-top: 0px;
    color: #111111;
}

.prvni-newsletter-certifikat-ruzova {
    background-color: #ff1985;
    font-size: 10px;
    border-radius: 3px;
    padding: 2px 15px;
    color: #fff;
}

.prvni-newsletter-certifikat h2 {
    font-size: 26px;
    font-weight: bold;
}
.prvni-newsletter-certifikat-kosik h2{
    font-size: 22px;
    font-weight: bold;
}

.prvni-newsletter-certifikat p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    
}
.prvni-newsletter-certifikat i{
    font-size: 80px;
    margin-right: 15px;
}

.prvni-newsletter-newsletter {
    background-color: #72747a;
    color: #fff;
    padding-left: 15px;
    min-height: 215px;
}
.prvni-newsletter-newsletter h2 {
    font-size: 24px;
    font-weight: 900;
    margin-top: 10px;
}
.prvni-newsletter-newsletter p{
    font-size: 12px;
    margin-bottom: 15px;
}
.prvni-newsletter-button {
    background-color: #e83338;
    border-radius: 3px;
    color: #fff !important;
    padding: 15px 30px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    width: 230px;
}

.prvni-newsletter-doprava {
    background-color: #929599;
    color: #fff;
    min-height: 215px;

}
.prvni-newsletter-doprava h2 {
    font-size: 24px;
    font-weight: 900;
    margin-top: 10px;
}
.prvni-newsletter-doprava p{
    font-size: 12px;
    margin-bottom: 15px;
}
.prvni-newsletter-doprava i{
    font-size: 80px;
    margin-right: 15px;
}

.btn-prvni-newsletter-doprava {
    background-color: #ff1985;
    border-radius: 3px;
    color: #fff !important;
    padding: 15px 30px;
    width: 230px;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 700;
}

.prvni-newsletter-hotline {
    background-color: #e83338;
    color: #fff;
    margin-top: -1px !important;
}

.prvni-newsletter-hotline h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}
.prvni-newsletter-hotline a {
    color:#fff;
}

@media (min-width: 320px) {
    .prvni-newsletter-hotline p {
        color:#fff;
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .prvni-newsletter-hotline p {
        color:#fff;
        font-size: 24px;
    }
}

.newsletter-error {
    color: #ff1985;
    font-weight: 700;
}

.eshop-souvisejici-nadpis {
    background-color: #cadff6;
    color: #e83338;
    margin-top: -1px !important;
    border-bottom: 3px solid #e83338;
}

.eshop-souvisejici-nadpis h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}
.eshop-souvisejici-nadpis a {
    color:#fff;
}

.eshop-souvisejici-nadpis p {
    color:#fff;
    font-size: 24px;
}



.souvisejici-obrazek {
    /*height: 150px;*/
}
.souvisejici-texty {
    min-height: 90px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.souvisejici-nazev {
    min-height: 60px;
    font-size: 12px;
}
.souvisejici-ceny {
    min-height: 30px;
    
}
.souvisejici-bezna-cena {
    color: #5a5a5a;
    text-decoration: line-through;
}

.btn-pridat-kosik-2016-souvisejici {
    border-radius: 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    background-color: #cadff6;
    font-size: 14px;
    color: #e83338;
    padding: 1px 15px 1px 15px;
    margin-bottom: 15px;
}

.btn-pridat-kosik-2016-souvisejici i{
    font-size: 16px;
}


.spodek-platba {
    padding-bottom: 20px;
    border-right: 1px solid #dddddd;
    color: #111111;
}
.spodek-platba-posledni {
    border-right: 0 !important;
}
.spodek-platba h2{
    font-size: 18px;
    line-height: 1.3;
    color: #111111;
    font-weight: bold;
}
.spodek-platba ul {
    padding-left: 0px;
    list-style-type: none;
}
.spodek-platba li {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    color: #111111;
}
.spodek-platba p {
    font-size: 12px;
    color: #111111;
}
.spodek-platba-list-podtrzeno i{
    font-size: 9px;
}
.spodek-platba-list-podtrzeno a{
    color: #111111 !important;
    text-decoration: underline !important;
}
.kategorie-horni-cela-homepage {
    /*background-image: linear-gradient(to top, #c1d6e9, #c1d6e9 50%, #e83338);*/
    /*background-color: #312f44;*/
    background-color: #96cd00;
    color: #fff;
    padding-bottom: 0px;
    margin-top: 0px !important;
}

.kategorie-horni-cela {
    /*background-image: linear-gradient(to top, #c1d6e9, #c1d6e9 50%, #e83338);*/
    /*background-color: #312f44;*/
    background-color: #96cd00;
    color: #fff;
    padding-bottom: 10px;
    margin-top: -1px !important;
}
.kategorie-horni-cela-barevny-pruh {
  width: 100%;
  height: 4px;
  background-color: #e83338;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.menu-horni-barevny-pruh {
  width: 100%;
  height: 4px;
  background-color: #bed638;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  margin-top: -1px;
}

.kosik-horni-cela {
    background-color: #96cd00;
    color: #fff;
    padding-bottom: 10px;
    margin-top: -1px !important;
}


.container-podpora-home {
    position: relative;
}
.podpora-home {
    position: absolute;
    z-index: 1000;
    right: 0px;
    top: -30px;
}
.podpora-home .popover {
    min-width: 250px;
    max-width: 300px;
}
.podpora-home .popover-content {
    padding: 10px 0px 10px 0px;
}
.podpora-home-input {
    padding: 5px;
    width: 100%;
    border: 1px solid #f7f7f7;
}


#podpora-home-input::-webkit-input-placeholder
{
    color: #000 !important;
    font-style: italic;
}
#podpora-home-input:-moz-placeholder
{
    color: #000 !important;
    font-style: italic;
}
.popover-text {
    line-height:14px; 
}

@media (min-width: 320px) {
    .kategorie-horni h2 {
        color: #fff;
        font-size: 14px;
        font-weight: 900;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    .kategorie-horni h2 {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }
}
.kategorie-horni option {
    color: #5b5f65;
}
@media (min-width: 320px) {

    .kategorie-horni-formular {
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
    }
}
@media (min-width: 768px) {

    .kategorie-horni-formular {
        margin: 0px;
        padding: 0px;
        padding-bottom: 30px;
    }
}
.kategorie-horni-formular-cislo {
    text-align: center;
    background-color: #5c5f65;
    font-size: 18px;
    color: #fff;
    padding-right: 0px !important;
}
.kategorie-horni-formular-cislo {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}
.kategorie-horni-formular-cislo p {
    padding: 0px;
    margin: 0px;
}
@media (min-width: 320px) {
    .kategorie-horni-formular-select {
        padding: 0px !important;
        margin: 0px;
        margin-bottom: 5px;
    }
}@media (min-width: 768px) {
    .kategorie-horni-formular-select {
        padding: 0px !important;
        margin: 0px !important;
    }
}
.kategorie-horni-formular-select select{
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px;
    height: 38px;
    line-height: 37px;
    width: 100%;
    outline:none;
    display: inline-block;
    background-color: #003046;
    color: #fff;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    width: 235px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;   
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;    
}

@media (min-width: 320px) {
    .kategorie-horni-formular-select select{
        width: 275px;
    }
}
@media (min-width: 360px) {
    .kategorie-horni-formular-select select{
        width: 325px;
    }
}
@media (min-width: 768px) {
    .kategorie-horni-formular-select select{
        width: 280px;
    }
}

.kategorie-horni-formular-select select option[default] {
    color: #5b5f65;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .kategorie-horni-formular-select select {
        padding-right:18px;
    }
}
.kategorie-horni-formular-select label {
    border: solid 1px #fff;
    border-radius: 3px;        
    position:relative;
    margin: 0px;
}
.kategorie-horni-formular-select label:after {
  content:"\f103";   
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color:#fff;
    right:14px; top:5px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
.kategorie-horni-formular-select label:before {
    content:'';
    right:0px; top:0px;
    width:42px; 
    height:38px;
    background-color: #bed638;
    position:absolute;
    pointer-events:none;
    display:block;

}
.kategorie-horni-formular-select .form-control{
    padding: 2px;
    padding-left: 7px;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    border-radius: 3px;
}
.kategorie-horni-formular-select .form-control[disabled],
.kategorie-horni-formular-select .form-control[readonly],
.kategorie-horni-formular-select .form-control[disabled="disabled"]
{
    padding: 2px;
    padding-left: 7px;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    background-color: #bed638;
    border-radius: 3px;
    color: #fff !important;
}
.disabled-explorer {
    color: #fff !important;
}
.kategorie-horni-formular-select option{
    color: #fff;
    padding: 2px;
    font-size: 13px;
}
.kategorie-horni-formular-button {
    background-color: #fff;
    color: #003046;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    padding: 8px 10px 8px 10px;
    width: 230px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    /*border-radius: 3px;*/
    /*border: 1px solid #003046;*/
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

.kategorie-horni-formular-button:hover {
    border: 1px solid #6d6d6d;
}
@media (min-width: 320px) {
    .kategorie-horni-formular-button {
        float:none;
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    .kategorie-horni-formular-button {
        float: right;
        
    }
}


.detail-mnozstevni-sleva {
    padding-right: 60px;
}
.detail-mnozstevni-sleva table tbody tr td {
    padding: 1px 0px 1px 5px;
}
.detail-mnozstevni-sleva table thead td {
    background-color: #f3f4f9;
    padding: 1px 0px 1px 5px;
}
.detail-mnozstevni-sleva p {
    margin-top: 0px !important;
}
.detail-mnozstevni-sleva-select {
    padding: 0px !important;
    margin: 0px !important;
    margin-left: 15px !important;
}

.detail-mnozstevni-sleva-select select{
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px;
    height: 30px;
    line-height: 37px;
    width: 210px;
    outline:none;
    display: inline-block;
    background-color: #fff;
    color: #808080;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;   
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;    
    font-weight: normal !important;
    font-style: italic;
    
}

.detail-mnozstevni-sleva-select select option[default] {
    color: #808080;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .detail-mnozstevni-sleva-select select {
        padding-right:18px;
    }
}
.detail-mnozstevni-sleva-select label {
    border: solid 1px #d9d9d9;
    border-radius: 3px;        
    position:relative;
    margin: 0px;
}
.detail-mnozstevni-sleva-select label:after {
    content:"\f078";   
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    color:#d9d9d9;
    right:10px; top:6px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
.detail-mnozstevni-sleva-select label:before {
    content:'';
    right:0px; top:0px;
    width:30px; 
    height:30px;
    background-color: #fff;
    position:absolute;
    pointer-events:none;
    display:block;
}
.detail-mnozstevni-sleva-select .form-control{
    padding: 2px;
    font-size: 12px;
}
.detail-mnozstevni-sleva-select option{
    color: #808080;
    padding: 2px;
    font-size: 12px;
}

.eshop-nadpis-cela {
    margin-bottom: 10px;
}
.eshop-nadpis-galerie {
    font-size: 24px;
    font-weight: bold;
}
.pozadi-trideni {
}

.pozadi-eshop-seda {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    /*border-bottom: 2px solid #ebebeb;*/
    /*border-top: 4px solid #e83338;*/
    
}

.pozadi-registrace-dodaci-seda {
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ebebeb;
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.15);
    
}



.trideni-formular-select select{
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    height: 30px;
    line-height: 30px;
    width: 100%;
    outline:none;
    display: inline-block;
    cursor:pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;   
    
}
.trideni-formular-select select:focus {
    border: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    
}


.trideni-formular-select select option[default] {
    color: #5b5f65;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .trideni-formular-select select {
        padding-right:18px;
    }
}
.trideni-formular-select label {
    position:relative;
    margin: 0px;
}
.trideni-formular-select label:after {
    content:"\f078";   
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    color:#111111;
    right:10px; top:7px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
.trideni-formular-select label:before {
    content:'';
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    right:0px; top:0px;
    width:36px; 
    height:30px;
    background:#fff;
    position:absolute;
    pointer-events:none;
    display:block;
}
.trideni-formular-select .form-control{
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #5b5f65;
    font-style: italic;
 -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.trideni-formular-select option{
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #5b5f65;
    font-style: normal;
}




.trideni-formular-select-dalsi select{
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    outline:none;
    display: inline-block;
    cursor:pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;   
    min-width: 100px;
    
}

.trideni-formular-select-dalsi select option[default] {
    color: #5b5f65;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .trideni-formular-select-dalsi select {
        padding-right:18px;
    }
}
.trideni-formular-select-dalsi label {
    position:relative;
    margin: 0px;
}
.trideni-formular-select-dalsi label:after {
    content:"\f078";   
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color:#fff;
    right:12px; top:5px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
.trideni-formular-select-dalsi label:before {
    content:'';
    right:0px; top:0px;
    width:36px; 
    height:30px;
    background:#bbbdbf;
    position:absolute;
    pointer-events:none;
    display:block;
}
.trideni-formular-select-dalsi .form-control{
    padding: 2px;
    font-size: 14px;
    font-weight: normal;
    color: #5b5f65;
    font-style: italic;
}
.trideni-formular-select-dalsi option{
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #5b5f65;
    font-style: normal;
}




.filter-formular-select select{
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    height: 30px;
    line-height: 30px;
    width: 100% !important;
    outline:none;
    display: inline-block;
    cursor:pointer;
    border-radius: 3px;
    
}
.filter-formular-select select:focus {
    border: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    
}


.filter-formular-select select option[default] {
    color: #5b5f65;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .filter-formular-select select {
        padding-right:18px;
    }
}
.filter-formular-select label {
    position:relative;
    margin: 0px;
    border-radius: 0px 3px 3px 0px;
}
.filter-formular-select label:after {
    content:"\f078";   
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    color:#111111;
    right:10px; top:7px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
.filter-formular-select label:before {
    content:'';
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    right:0px; top:0px;
    width:36px; 
    height:30px;
    background:#fff;
    position:absolute;
    pointer-events:none;
    display:block;
    border-radius: 0px 3px 3px 0px;
}
.filter-formular-select .form-control{
    padding: 2px;
    font-size: 14px;
    font-weight: normal;
    color: #5b5f65;
    font-style: italic;
 -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.filter-formular-select option{
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #5b5f65;
    font-style: normal;
}
.filter-formular-cara {
  height: 1px;
  background-color: #d9d9d9;
  margin-top: 30px;
  margin-bottom: 0px;
  
}




.pozadi-typ-hlavicka {
}
.typ-hlavicka {
    background-color: #4d4d4d;
    border-radius: 6px 6px 0px 0px;
}
.typ-hlavicka-barvy {
    height: 4px;
    margin-bottom: 10px;
    border-radius: 0px 0px 6px 6px;
    background-color: #bed638;
}
.typ-hlavicka-barvy-rovna {
    height: 4px;
    border-radius: 0px;
    background-color: #bed638;
}
@media (min-width: 320px) {
    .pozadi-typ-hlavicka h2 {
        color: #fff;
        font-size: 18px;
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .pozadi-typ-hlavicka h2 {
        color: #fff;
        font-size: 30px;
        margin-top: 50px;
    }
}
.pozadi-typ-hlavicka img{
    max-width: 80px;
    max-height: 80px;
    margin-top: 15px;
}
.pozadi-typ-hlavicka ul {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    vertical-align: top;    
    list-style-type: none; 
}
.pozadi-typ-hlavicka li {
    color: #5b5f65;
    padding-left: 20px;
    position: relative;    
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 12px;
}
.pozadi-typ-hlavicka li::before {

    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: white;
    content: "\f00c";
    display: block;
    left: 0px;
    top: -2px;
}


.pozadi-typ-barva {
}
.pozadi-typ-barva h2{
    font-size: 20px;
    color: #111111;
}
.pozadi-typ-barva img {
    margin-top: 15px;
    max-width: 80px;
}
.zkraceny {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
    font-size: 12px;
}
.zkraceny-foto,
.zkraceny-texty,
.zkraceny-barvy
{
    border-right: 1px solid #d9d9d9;
    min-height: 190px;
    color: #111111;
}
.zkraceny-texty-seda {
    color: #808080 !important;
}

.zkraceny h3 {
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0px;
}
.zkraceny a {
    color: #111111;
}
.zkraceny i {
    font-size: 16px;
}

.zkraceny .price {
    margin-bottom: 0px;
}
.zkraceny-foto img {
    max-height: 180px;
    margin-left: auto;
    margin-right: auto;
}
.zkraceny .price .new, 
.porovnavac-cena .new {
    color: #111111;
    font-weight: bold;
    font-size:24px;
}
.eshop-detail-ramecek .price {
    margin: 0px;
    margin-top: -5px;
    padding: 0px;
}
.eshop-detail-ramecek .price .new {
    color: #111111;
    font-weight: bold;
    font-size:24px;
}
.eshop-detail-ramecek .new-mena {
    font-size: 24px;
}

.tabulka-barev {
}
.tabulka-barev table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.tabulka-barev td {
    text-align: center;
    padding: 1px 5px;
    border-bottom: 1px solid #ebebeb;
}
.tabulka-barev td img {
    margin-right: 5px;
}
.tabulka-barev .tabulka-barev-prvni {
    border-top: 1px solid #ebebeb;
}
.tabulka-barev-nadpis {
    background-color: #f8f8f8;
    color: #111111;
    text-align: center;
    padding: 8px;
}
.tabulka-barev-detail {
    width: 100%;
}
.tabulka-barev-detail td {
    text-align: center;
    border: 1px solid #ebebeb;
    font-size: 12px;
    padding: 2px 0px;
}
.tabulka-barev-detail-hlavicka {
    background-color: #f8f8f8;
    text-align: left !important;
    position: relative;
    padding: 3px 0px 3px 35px !important;
    min-height: 40px;
}
.tabulka-barev-detail-hlavicka img {
    max-height: 18px;
    position: absolute;
    top: 2px;
    left: 5px;
}
.cartridge-barvy {
    width: 10px;
    height: 10px;
}


.pozadi-komentare {
    background-color: #5c5f65;
}
.pozadi-komentare h2{
    color: #fff;
    margin-top: 15px;
}

.pozadi-otazka {
    background: url(/obr/pozadi-otazka.png) no-repeat;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 1px;
    
}
.pozadi-odpoved {
    background: url(/obr/pozadi-odpoved.png) no-repeat;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 1px;
}
.btn-komentar-zeptat {
    background-color: #e83338;
    color: #fff !important;
    padding: 8px 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    margin-bottom: 20px;
}
@media (min-width: 320px) {
    .komentare-nenalezli {
        padding-left: 30px;
    }
    .komentare-tlacitko {
        margin-left: 15px;
    }
    .qa-otazka {
        margin-left: 30px;
        padding-right: 45px;
        border-left: 4px solid #e83338;
        margin-bottom: 20px;
    }
    .recenze-text {
        padding-left: 30px;
    }
    .recenze-tlacitko {
        margin-right: auto;
        margin-left: auto;
    }
    .recenze-obrazek-uzivatel {
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .komentare-nenalezli {
        padding-left: 50px;
    }
    .komentare-tlacitko {
        margin-left: 0px;
    }
    .qa-otazka {
        margin-left: 80px;
        border-left: 4px solid #e83338;
        margin-bottom: 20px;
    }
    .recenze-text {
        padding-left: 50px;
    }
    .recenze-tlacitko {
        float: right;
        margin-right: 50px;
    }
    .recenze-obrazek-uzivatel {
        padding-left: 50px;
    }
}
.komentare-nadpis-cara {
    border-bottom: 4px solid #d9d9d9;
    margin-top: 15px;
    margin-bottom: 30px;
}
.qa-spodni-linka {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.qa-spodni-linka:last-child {
    border-bottom: 0px;
}
.qa-odpoved-text p {
    color: #111111;
}
.text-otazka {
    font-weight: bold;
    font-style: italic;
    color: #000;
}
.nase-hodnoceni {
    padding-top: 30px;
    font-size: 12px;
}
.nase-hodnoceni i {
    font-size: 18px;
}
.nase-hodnoceni h3 {
    font-size: 16px;
    font-weight: bold;
}
.nase-hodnoceni h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
}

.kasa-kosik-nadpis {
    float: left;
    min-height: 65px;
}
.kasa-kosik-nadpis h2 {
    margin-top: 25px;
}
.kasa-kosik {
    float: left;
    position: relative;
    background: url(/obr/kasa-kosik.png) no-repeat;
    width: 48px;
    height: 47px;
}
.kasa-kosik span {
    position: absolute;
    color: #fff;
    background-color: #3e649c;
    right: -10px;
    top: 3px;
    text-align: center;
    padding-top: 3px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   

}

.kasa-kosik-prihlaseni {
    float: left;
    position: relative;
    background: url(/obr/kasa-kosik.png) no-repeat;
    width: 48px;
    height: 47px;
}
.kasa-kosik-prihlaseni span {
    position: absolute;
    color: #fff;
    background-color: #e83338;
    right: -10px;
    top: 3px;
    text-align: center;
    padding-top: 3px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   
}

.hranaty {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;   
}
.form-control:focus {
  border-color: #d9d9d9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.pwd-lost {
    margin-top: 10px;
    margin-bottom: 30px;
}
.pwd-lost-f {
    margin-top: 30px;
}

.kasa-prihlaseni-jsem-zakaznik {
    background-color: #fff;
    /*border: solid 1px #d9d9d9;*/
}
.kasa-prihlaseni-jsem-zakaznik img{
    margin-top: 15px;
}

.kasa-prihlaseni-jsem-zakaznik h2{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #111111;
}
.kasa-prihlaseni-jsem-zakaznik h2 span{
    font-weight: normal;
}

.kasa-prihlaseni-jsem-zakaznik .pwd-lost a {
    color: #111111;
    font-size: 10px;
}


.kasa-prihlaseni-jsem-zakaznik label {
    font-weight: normal;
    color: #111111;
}
.kasa-prihlaseni-jsem-zakaznik .form-control {
    width: 100%;
    border: solid 1px #ebebeb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;   
}
.kasa-prihlaseni-jsem-zakaznik .input-group-addon {
    border: solid 1px #ebebeb;
    border-right: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;   
}
.kasa-prihlaseni-jsem-zakaznik .input-group-addon i {
    color: #e83338;
}
.kasa-prihlaseni-nejsem-zakaznik {
    border: solid 1px #bbbdbf;
}

.kasa-prihlaseni-nejsem-zakaznik {
    padding-bottom: 15px;
}
.kasa-prihlaseni-nejsem-zakaznik h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #5b5f65;
}
@media (min-width: 320px) {

    .kasa-prihlaseni-ramecky-horni {
        margin-bottom: 15px;
    }
    .kasa-prihlaseni-ramecky-dolni {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {

    .kasa-prihlaseni-ramecky-horni {
        min-height: 350px;
        margin-bottom: 15px;
    }
    .kasa-prihlaseni-ramecky-dolni {
        min-height: 250px;
        margin-bottom: 15px;
    }
}

.kasa-prihlaseni-ctverec {
    border: solid 1px #bbbdbf;
}
.kasa-prihlaseni-ctverec h2 {
    font-size: 24px;
    font-weight: bold;
    color: #5b5f65;
}
.kasa-prihlaseni-ctverec h3 {
    font-size: 18px;
    font-weight: bold;
    color: #5b5f65;
}
@media (min-width: 320px) {
    .registrace-tlacitko {
        padding: 5px ;
        color: #fff !important;
        word-wrap:break-word;
        white-space: normal;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .registrace-tlacitko {
        padding: 5px 40px 5px 40px;
        color: #fff !important;
        word-wrap:break-word;
        width: 100%;
    }
}
.kasa-registrace-ram {
    border: solid 1px #d9d9d9;    
    background-color: #fff;
    color: #111111;
    padding: 15px 0px 15px 0px;
    margin-bottom: 15px;
    font-size: 13px;
    min-height: 350px;
    
}
.kosik-ram {
    /*border: solid 1px #d9d9d9;*/    
    background-color: #fff;
    color: #111111;
    padding: 15px 0px 15px 0px;
    margin-bottom: 15px;
    font-size: 13px;
    
}

.kasa-registrace-ram h2 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;    
}
.kasa-registrace-ram h2 span {
    font-weight: normal;
}
@media (min-width: 320px) {
    .kasa-registrace-ram-udaje {
        border-bottom: solid 1px #d9d9d9;    
        color: #111111;
        padding: 15px 15px 15px 15px;
        margin-bottom: 15px;
        font-size: 13px;

    }
}
@media (min-width: 768px) {
    .kasa-registrace-ram-udaje {
        border-bottom: solid 1px #d9d9d9;    
        color: #111111;
        padding: 15px 30px 15px 30px;
        margin-bottom: 15px;
        font-size: 13px;

    }
}
.kasa-registrace-ram-udaje-cara-horni {
    border-top: solid 1px #d9d9d9;     
    padding-top: 30px;
}

.kasa-registrace-ram-udaje-dodaci {
    border-bottom: solid 0px #d9d9d9;    
    color: #111111;
    padding: 15px 30px 0px 30px;
    margin-bottom: 0px;
    font-size: 13px;
    
}

.kasa-registrace-ram-udaje-nove {
    border-bottom: 0;
}

.objednavky-prehled-ram-udaje {
    color: #111111;
    padding: 15px 20px 15px 20px;
    margin-bottom: 15px;
    font-size: 13px;
    
}
.kasa-registrace-ram-udaje-posledni {
    border-bottom: 0;    
}
.kasa-registrace-ram-udaje h2, 
.objednavky-prehled-ram-udaje h2 {
    font-size: 18px;
    padding-bottom: 8px;
    /*border-bottom: 4px solid #e83338;*/
    margin-bottom: 10px;
}
.kasa-registrace-ram-udaje h2 img {
    margin-top: -3px;
    margin-right: 10px;
}
.objednavka-nadpis-modra-cara {
    font-size: 18px;
    padding-bottom: 8px;
    /*border-bottom: 4px solid #e83338;*/
    margin-bottom: 20px;
}
.objednavka-rekapitulace {
    width: 100%;
    margin-bottom: 15px;
}
.objednavka-rekapitulace td{
    padding: 2px;
    font-size: 16px;
    color: #4d4d4d;
}
.objednavka-rekapitulace .cena{
    color: #111111;
    font-weight: bold;
}
.kasa-registrace-horni-pruh {
    border-top: 4px solid #d9d9d9;
}
.kasa-registrace-odrazky {
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px 0px 10px 0px;
}
.kasa-registrace-odrazky img{
    max-height: 38px;
}
.kasa-registrace-odrazky:first-child {
    margin-top: 15px;
}

.registrace-prihlaseni-horni-zamek {
    font-size: 50px;
}
.registrace-prihlaseni-ramecky-horni {
    margin-bottom: 15px;
}
@media (min-width: 320px) {
    .registrace-prihlaseni-leva-cara {
        border-left: 0px;
    }
}
@media (min-width: 768px) {
    .registrace-prihlaseni-leva-cara {
        border-left: 1px solid #d9d9d9;
    }
}
.registrace-tlacitko-firma {
    font-size: 12px;
    width: 100%;
    font-weight: bold;
    color: #fff !important;
    background-color: #e83338;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.registrace-tlacitko-firma:after {
	content: "\f0d7";
        color: #e83338;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -10px;
	font-size: 30px;
}

.registrace-tlacitko-firma2 {
    font-size: 12px;
    width: 100%;
    font-weight: bold;
    color: #d9d9d9 !important;
    background-color: #fff;
    border: solid 1px #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    
}
@media (min-width: 320px) {
    .eshop-detail-ramecek {
        padding: 15px 30px 15px 30px;
        border-right: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
    }
}@media (min-width: 768px) {
    .eshop-detail-ramecek {
        padding: 15px;
        min-height: 350px;
        border-right: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
    }
}
.eshop-detail-ramecek:last-child {
    border: 0px;
}
.eshop-detail-ramecek p{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.eshop-detail-ramecek-text-maly {
    font-size: 12px !important;
    /*line-height: 1em !important;*/
}
.vyrobek-detail {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 320px) {
    .vyrobek-detail-obrazek {
        min-height: 50px;
        padding: 15px 15px 15px 30px;
    }
}
@media (min-width: 768px) {
    .vyrobek-detail-obrazek {
        min-height: 350px;
        padding: 15px 15px 15px 30px;
    }
}
.vyrobek-detail-obrazek img{
    max-height: 500px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 320px) {
    .vyrobek-detail h1 {
        font-size: 18px;
        margin-top: 0px;
    }
}
@media (min-width: 768px) {
    .vyrobek-detail h1 {
        font-size: 26px;
        margin-top: 0px;
    }
}


ul.step {
  margin-bottom: 30px;
  overflow: hidden; 
  list-style-type: none;
}
@media (min-width: 480px) {
    ul.step {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; } 
}
ul.step li {
    float: left;
    width: 20%;
    text-align: left;
    border: 1px solid;
    border-top-color: #cfcfcf;
    border-bottom-color: #cfcfcf;
    border-right-color: #cfcfcf;
    border-left-width: 0; 
}
@media (max-width: 767px) {
      ul.step li {
        width: 100%;
        border-left-width: 1px;
        border-left-color: #cfcfcf; } 
}
ul.step li a,
ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
      display: block;
      padding: 13px 10px 14px 13px;
      color: #5e5e5e;
      font-size: 17px;
      line-height: 21px;
      position: relative; 
}
@media (max-width: 992px) {
        ul.step li a,
        ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
          font-size: 15px; }
}
@media (min-width: 992px) {
    ul.step li a:after,
    ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
      content: ".";
      position: absolute;
      top: 6px;
      right: -18px;
      z-index: 0;
      text-indent: -5000px;
      display: block;
      width: 36px;
      height: 36px;
      margin-top: 0;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); } 
}
ul.step li a:focus,
ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
        text-decoration: none;
        outline: none; }
ul.step li.first {
      border-left-width: 1px;
      border-left-color: #cfcfcf; 
}
@media (min-width: 480px) {
    ul.step li.first {
      -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0; } 
}
ul.step li.first span,
ul.step li.first a {
        z-index: 5;
        padding-left: 13px !important; }
        @media (min-width: 480px) {
          ul.step li.first span,
          ul.step li.first a {
            -moz-border-radius-topleft: 0;
            -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -moz-border-radius-bottomleft: 0;
            -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0; } }
    ul.step li.second span,
    ul.step li.second a {
      z-index: 4; }
    ul.step li.third span,
    ul.step li.third a {
      z-index: 3; }
    ul.step li.four span,
    ul.step li.four a {
      z-index: 2; }
    ul.step li.last span {
      z-index: 1; }
    @media (min-width: 480px) {
      ul.step li.last {
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0; }
        ul.step li.last span {
          -moz-border-radius-topright: 0;
          -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
          -moz-border-radius-bottomright: 0;
          -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0; } }
    ul.step li.step_current {
      background: #fe9f38;
      border-color: #e87901; }
      ul.step li.step_current span {
        color: white;
        position: relative; }
        @media (min-width: 992px) {
          ul.step li.step_current span {
            padding-left: 38px; }
            ul.step li.step_current span:after {
              background: #fe9f38;
              border-top: 1px solid #e87901;
              border-right: 1px solid #e87901; } }
    ul.step li.step_todo {
      background: whitesmoke; }
      ul.step li.step_todo span {
        display: block;
        color: #5e5e5e;
        position: relative; }
        @media (min-width: 992px) {
          ul.step li.step_todo span {
            padding-left: 38px; }
            ul.step li.step_todo span:after {
              background: whitesmoke;
              border-top: 1px solid #cfcfcf;
              border-right: 1px solid #cfcfcf; } }
    ul.step li.step_done {
      border-color: #0d0d0d;
      background: #333333; }
      ul.step li.step_done a {
        color: #777; }
        @media (min-width: 992px) {
          ul.step li.step_done a {
            padding-left: 38px; }
            ul.step li.step_done a:after {
              background: #333333;
              border-top: 1px solid #0d0d0d;
              border-right: 1px solid #0d0d0d; } }
    @media (min-width: 992px) {
      ul.step li.step_done.step_done_last a:after {
        background: #333333;
        border-top: 1px solid #0d0d0d;
        border-right: 1px solid #0d0d0d; } }
    @media (min-width: 992px) {
      ul.step li#step_end span:after {
        display: none; } }
    ul.step li em {
      font-style: normal; }
      @media (min-width: 480px) and (max-width: 767px) {
        ul.step li em {
          display: none; } }
  ul.step a:hover {
    background: #0d0d0d;
    border-color: black; }
    ul.step a:hover:after {
      border-top-color: black !important;
      border-right-color: black !important;
      background: #0d0d0d !important; }

.one-column ul.step li em {
  display: inline; }
  @media (max-width: 1199px) {
    .one-column ul.step li em {
      display: none; } }
.one-column ul.step li a,
.one-column ul.step li span, .one-column ul.step li.step_current span, .one-column ul.step li.step_current_end span {
  font-size: 17px;
  line-height: 21px;
  padding-top: 13px;
  padding-bottom: 14px; }
  @media (max-width: 1199px) {
    .one-column ul.step li a,
    .one-column ul.step li span, .one-column ul.step li.step_current span, .one-column ul.step li.step_current_end span {
      padding-left: 15px;
      font-size: 14px; } }
  .one-column ul.step li a:after,
  .one-column ul.step li span:after, .one-column ul.step li.step_current span:after, .one-column ul.step li.step_current_end span:after {
    height: 36px;
    right: -18px;
    top: 6px;
    width: 36px; }
    @media (max-width: 1199px) {
      .one-column ul.step li a:after,
      .one-column ul.step li span:after, .one-column ul.step li.step_current span:after, .one-column ul.step li.step_current_end span:after {
        display: none; } }

.two-columns ul.step li em {
  display: none; }
.two-columns ul.step li a,
.two-columns ul.step li span, .two-columns ul.step li.step_current span, .two-columns ul.step li.step_current_end span {
  font: normal 13px/18px "Open Sans", sans-serif;
  padding-top: 13px;
  padding-bottom: 14px; }
  .two-columns ul.step li a:after,
  .two-columns ul.step li span:after, .two-columns ul.step li.step_current span:after, .two-columns ul.step li.step_current_end span:after {
    height: 32px;
    right: -17px;
    top: 6px;
    width: 32px; }
@media only screen and (max-width: 991px) {
  .two-columns #order-detail-content.table-responsive {
    overflow-x: scroll; } }

.three-columns ul.step li {
  width: 100%;
  border-top-width: 0; }
  .three-columns ul.step li:first-child {
    border-top-width: 1px; }
  .three-columns ul.step li em {
    display: none; }
  .three-columns ul.step li a,
  .three-columns ul.step li span, .three-columns ul.step li.step_current span, .three-columns ul.step li.step_current_end span {
    font: normal 13px/18px "Open Sans", sans-serif;
    padding-top: 13px;
    padding-bottom: 14px;
    padding-left: 15px; }
    .three-columns ul.step li a:after,
    .three-columns ul.step li span:after, .three-columns ul.step li.step_current span:after, .three-columns ul.step li.step_current_end span:after {
      display: none; }


.objednavka-alpha-hlavicka  {
    font-size: 16px;
    font-weight: normal;
}
.objednavka-alpha-hlavicka-velky {
    font-size: 24px;
    font-weight: bold;
}
.objednavka-alpha-hlavicka i {
    font-size: 34px;
    margin-right: 15px;
}

.objednavka-alpha-hlavicka2 {
    background-color: #72747a;
    color: #fff;
}

.objednavka-alpha-hlavicka-velky-body {
    font-size: 16px;
    font-weight: bold;
}

.registrace-prihlaseni-horni-list {
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
}
.registrace-prihlaseni-horni-list h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}


.registrace-prihlaseni-horni-list ul{
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    list-style-type: none;
}
.registrace-prihlaseni-horni-list li{
    padding-left: 25px;
    position: relative;
    margin-top: 5px;
}
.registrace-prihlaseni-horni-list li:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: '\f00c';
    display: block;
    left: 0px;
    top: 0px;

}
@media (min-width: 320px) {   
    .uzivatel-ramecek-leva {
        /*border: 1px solid #d9d9d9;*/
        padding-left: 0;
        padding-right: 15px;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {   
    .uzivatel-ramecek-leva {
        /*border: 1px solid #d9d9d9;*/
        padding-left: 0;
        padding-right: 0;
    }
}
.uzivatel-ramecek-leva-nadpis {
}

.uzivatel-ramecek-leva ul {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    list-style-type: none;
}
.uzivatel-ramecek-leva li a {
    display: block;
    padding: 5px 5px 5px 15px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
    color: #111111;
    font-size: 12px;
    position: relative;
    
}
.uzivatel-ramecek-leva li a i {
    font-size: 8px;
    margin-right: 5px;
    margin-top: -5px;
}

.uzivatel-ramecek-leva li a:hover {
    background-color: #eeeeee;
}
.uzivatel-ramecek-leva li a.vybrano {
    background-color: #d9d9d9;
    font-weight: bold;
}

.uzivatel-ramecek-leva .panel-group {
    margin-bottom: 0px;
    
}
.uzivatel-ramecek-leva .panel-group .panel {
    margin-top: 0px;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #d9d9d9;
    
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.uzivatel-ramecek-leva .panel-collapse {
    border-radius: 0px;
    -moz-border-radius: 0px;
    border: 1px solid #47382e;
}

.uzivatel-ramecek-leva .panel-heading{
    padding: 0px;
    color: #111111;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
    
}

.uzivatel-ramecek-leva .panel-heading .heading-aktivni{
    background-color: #47382e !important;
    color: #fff;
}

.uzivatel-ramecek-leva .panel-heading-aktivni{
    background-color: #47382e;
    color: #fff;
}

.uzivatel-ramecek-leva .panel-heading a {
    color: #111111;
    display: block;
    padding: 7px 10px 7px 15px;
    text-decoration: none;
}
.uzivatel-ramecek-leva .panel-heading-aktivni a {
    color: #fff;
}
.uzivatel-ramecek-leva .panel-heading a.vybrano{
    background-color: #47382e;
    color: #fff;
}
.uzivatel-body-ikona {
    height: 35px;
}

.uzivatel-ramecek-leva .panel-heading a:before {
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0;
    content:"";
    color: #e83338;
}
.uzivatel-ramecek-leva .panel-heading a.collapsed:before {
    content:"";
    padding-left: 0px !important;
    padding-right: 0px;
}



.uzivatel-ramecek-leva .panel-heading a:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: normal;
    margin-top: 0px;
    content:"";
    float: right;
    color: #5c5f65;
}
.uzivatel-ramecek-leva .panel-heading a.collapsed:after {
    content:"";
}
.uzivatel-ramecek-leva .panel-body {
    margin: 0;
    padding: 0px;
    border: 0px !important;
}

.uzivatel-ramecek-leva-tlacitko {
    /*background-color: #fff;*/
}
.uzivatel-ramecek-leva-tlacitko a{
    padding: 5px 25px 5px 25px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.uzivatel-vse h2 {
    margin-top:0px;
    font-weight: bold;
}
.uzivatel-vse-ramecek {
    border: 1px solid #5c5f65;
}

.uzivatel-tlacitko {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 5px 25px 5px 25px;
    background-color: #fafafa;
    color: #111111 !important;
    border: solid 1px #d9d9d9;
  -webkit-border-radius: 3px !important;
     -moz-border-radius: 3px !important;
          border-radius: 3px !important;
 
}

.uzivatel-vse thead {
    background-color: #5c5f65;
    color: #fff !important;
}
.uzivatel-vse-objednavka-row {
    cursor: pointer;
    cursor: hand;
}

.uzivatel-vse-objednavka-kosik img {
    height: 35px;
    margin-top: 40px;
    margin-left: 5px;
    border: 2px solid #bbbdbf;
    padding: 2px 7px 2px 7px;
}

.uzivatel-zelena {
    color: #61ad0e
}
.uzivatel-dodaci-adresa-ram {
     text-align: center;
     position: relative;
     border: solid 5px #fff;
}

.uzivatel-dodaci-adresa-ram-vybrano {
     border: solid 5px #e83338;
     text-align: center;
     position: relative;
}
.uzivatel-dodaci-adresa-ram-vybrano .zaskrtavatko,
.uzivatel-dodaci-adresa-ram-vybrano .zaskrtavatko-dodaci {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e83338;
    padding: 2px 10px 1px 10px;
    
}
.uzivatel-dodaci-adresa-ram .zaskrtavatko {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px 5px 10px;
    
}

.uzivatel-dodaci-pridat {
    background-color: #d9d9d9;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.uzivatel-dodaci-pridat a {
    display: block;
    width: 100%;
    padding: 15px 0px;
}
.uzivatel-dodaci-pridat-ikona {
    text-align: center;
    background-color: #fff;
    padding: 5px 7px 3px 7px;
    margin-top: 3px;
    margin-right: 15px;
  -webkit-border-radius: 3px !important;
     -moz-border-radius: 3px !important;
          border-radius: 3px !important;
    
}
.uzivatel-dodaci-pridat-ikona i{
    color: #e83338;
    font-size: 16px;
    font-weight: normal;
}



/*Custom Radio Buttons and Checkboxes using Font Awesome*/
 
.zaskrtavatko input[type=radio],
.zaskrtavatko input[type='checkbox'] {
    display: none;
}
.zaskrtavatko input[type=radio] + label {
display: block;
}
.zaskrtavatko input[type='checkbox'] + label:before,
.zaskrtavatko input[type='radio'] + label:before {
display: inline-block;
font-family: "Font Awesome 5 Pro";
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-right: 8px;
}
.zaskrtavatko input[type="checkbox"]:checked + label:before {
padding-right: 6px;
}
.zaskrtavatko input[type=radio] + label:before {
content: "\f111"; /* Radio Unchecked */
font-size: 19px;
cursor: pointer;
cursor: hand;
}


.zaskrtavatko-dodaci input[type=radio]:checked + label:before {
content: "\f14a"; /* Radio Checked */
color: #fff;
font-size: 24px;
cursor: pointer;
cursor: hand;
margin-top: 5px;
}
.zaskrtavatko-dodaci input[type="radio"] + label:before {
content: "\f0c8"; /* Radio Unchecked */
color: #d9d9d9;
font-size: 24px;
margin-top: 5px;
margin-left: 3px;
}
.zaskrtavatko-dodaci input[type="checkbox"] + label:before {
content: "\f0c8"; /* Checkbox Unchecked */
color: #d9d9d9;
font-size: 24px;
margin-top: 5px;
margin-left: 3px;
}
.zaskrtavatko-dodaci input[type="checkbox"]:checked + label:before {
content: "\f14a"; /* Checkbox Checked */
color: #fff;
font-size: 24px;
}

.dodaci-srovnani {
    min-height: 45px;
}



.uzivatel-dodaci-adresa-ram .btn, .uzivatel-dodaci-adresa-ram-vybrano .btn {
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    margin-bottom: 7px;
    border: 2px solid #f7f7f7;
  -webkit-border-radius: 3px !important;
     -moz-border-radius: 3px !important;
          border-radius: 3px !important;
    
}



.objednavky-prehled .panel{
    margin-top: 0px !important;
    border: 0;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.objednavky-prehled .panel:first-child{
    border-top: 1px solid #ebebeb;
}
.objednavky-prehled .panel-heading{
    background-color: #e83338;
    color: #fff;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.objednavky-prehled .panel-heading a {
    color: #fff;
    display: block;
    padding: 8px 10px 7px 3px;
    text-decoration: none;
}

.objednavky-prehled .panel-heading a.collapsed{
    background-color: #fff;
    color: #111111;
}
.objednavky-prehled .panel-body {
    padding: 0px;
}

.objednavky-prehled .panel-heading a:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 11px;
    padding-left: 5px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #d9d9d9;
    content:"\f078";
    color: #fff;
}
.objednavky-prehled .panel-heading a.collapsed:before {
    content:"\f054";
    padding-left: 9px !important;
    padding-right: 10px;
    color: #e83338;
}

.objednavky-prehled-ikona-kosik {
    position: relative;
    width: 100%;
    height: 100%;
}
.objednavky-prehled-ikona-kosik .vnitrni{
    position: relative;
    top: 50%;
}



.ikona-horni {
    float: left;
    height: 14px;
    margin-right: 9px;
    margin-top: 2px;
}
.ikona-horni-mobile {
    height: 14px;
    margin-top: 4px;
    margin-bottom: 2px;
}
.prvni-pozadi-seda {
    /*background-color: #f7f7f7;*/
    background-color: #f5f5f5;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
.galerie-hvezdy i {
    font-size: 18px;
}
.star-zluta {
    color: #fdc132;
}
.star-modra {
    color: #e83338;
}
.star-seda {
    color: #d9d9d9;
}
.star-seda-tmava {
    color: #808080;
}


.cert {
    border-right: 1px solid #ebebeb;
}
.cert:first-child {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}
.kapky img {
    float: left;
    margin-right: 3px;
}
.kapka-posledni {
    margin-right: 20px !important;
}
.pager {
    margin: 5px 0;
}
.detail-mnozstevni-sleva {
    font-size: 12px;
}
.dialog-header-confirm {
    background-color: #e83338;
}
.dialog-header-notify {
    background-color: #e83338;
    color: #fff;
}
.dialog-header-notify .text-info {
    color: #fff;
}
.modal-kosik-alpha {
    margin-top: 0px;
}
.modal-kosik-alpha .modal-dialog {
    position: absolute;
    margin: 0px !important;
    padding: 0px !important;
    right: 0;
    width: 375px;
    height: 100%;
    background-color: #fff;
}
.modal-kosik-alpha .modal-content {
    border: 0 none !important;
}
.modal-kosik-alpha .modal-dialog .row {
    margin-left: 0;
    margin-right: 0;
}
.modal-kosik-alpha .modal-dialog .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.modal-kosik-alpha .modal-content {
    border-radius: 0px;
}


.modal-kosik-sanita {
}
@media (min-width: 320px) {      
    .modal-kosik-sanita .modal-dialog {
        width: 300px;
        background-color: #fff;
    }
}
@media (min-width: 360px) {      
    .modal-kosik-sanita .modal-dialog {
        width: 340px;
        background-color: #fff;
    }
}
@media (min-width: 768px) {      
    .modal-kosik-sanita .modal-dialog {
        width: 750px;
        background-color: #fff;
    }
}
.modal-kosik-sanita .modal-content {
    border: 0 none !important;
}
.modal-kosik-sanita .modal-dialog .row {
    margin-left: 0;
    margin-right: 0;
}
.modal-kosik-sanita .modal-dialog .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.modal-kosik-sanita .modal-content {
    border-radius: 0px;
}



.kosik-modal-hlavicka-zelena-tmava {
    background-color: #e83338;
    color: #fff;
    padding: 5px 0px 5px 30px;
}
.kosik-modal-hlavicka-zelena-tmava p{
    margin-bottom: 0px;
    margin-left: 15px;
}




.kosik-modal-hlavicka-zelena-tmava {
    background-color: #e83338;
    color: #fff;
    padding: 5px 0px 5px 15px;
}
.kosik-modal-hlavicka-zelena-tmava p{
    margin-bottom: 0px;
}

.kosik-modal-hlavicka-zelena-svetla {
    background-color: #63b802;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 5px 0px;
}
.kosik-modal-hlavicka-tlacitko-seda {
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
    color: #111111 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    border: solid 1px #d9d9d9;
    display: block;
    text-align: center;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}
.kosik-modal-hlavicka-tlacitko-modra {
    /*background-color: #e83338;*/
    background-color: #17861c;
    color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    
}
.kosik-modal-hlavicka-tlacitko-modra img{
    height: 17px;
}
.kosik-modal-obrazek {
    width: 70px;
}
.kosik-modal-obrazek img {
    max-width: 50px;
}
.kosik-modal-cena {
    width: 100px;
}
.kosik-modal-cena-celkem {
    font-weight: bold;
    font-size: 20px;
}
.kosik-modal-cena-bez-dph {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    text-align: right;
    color: #ffffff;
}
.kosik-modal-cena-tucne {
    color: #111111;
    font-weight: bold;
    font-size: 11px;
}
.kosik-modal-cena-cerna {
    color: #111111;
}
.kosik-modal-cena-mala {
    color: #808080;
    font-size: 10px;
    line-height: 7px !important; 
}
.kosik-modal-total-pozadi {
    background-color: #4d4d4d;
    color: #fff;
    padding: 10px 0px 10px 0px;
}
.kosik-modal-body {
    font-size: 12px;
    color: #111111;
}
.kosik-modal-mezisuma {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;    
}
.horni-porovnat-text {
    color: #111;
    font-size: 12px;
}



.modal-filter-alpha {
    margin-top: 0px;
}
.modal-filter-alpha .modal-dialog {
    position: absolute;
    margin: 0px !important;
    padding: 0px !important;
    right: 0;
    width: 375px;
    height: 100%;
    background-color: #fff;
}
.modal-filter-alpha .modal-content {
    border: 0 none !important;
}
.modal-filter-alpha .modal-dialog .row {
    margin-left: 0;
    margin-right: 0;
}
.modal-filter-alpha .modal-dialog .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.modal-filter-alpha .modal-content {
    border-radius: 0px;
}


.filter-modal-hlavicka-modra-tmava {
    background-color: #0f91cd;
    color: #fff;
    padding: 6px 0px 5px 15px;
}
.filter-modal-hlavicka-modra-tmava p{
    margin-bottom: 0px;
}

.filter-modal-hlavicka-modra-svetla {
    background-color: #e83338;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 5px 0px;
}
.filter-modal-hlavicka-tlacitko-modra {
    background-color: #e83338;
    color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    
}



.horni-porovnat {    
    width: 300px !important;
}
@media (min-width: 320px) {
    .horni-porovnat {    
        width: 300px !important;
        left: -100px ;
    }
    .horni-oblibene {    
        width: 300px !important;
        left: -160px;
    }
    .horni-search {    
        width: 300px !important;
        left: 10px;
    }
}
@media (min-width: 768px) {
    .horni-porovnat {    
        width: 300px !important;
        left: 0px;
    }
    .horni-oblibene {    
        width: 300px !important;
        left: 0px;
    }
    .horni-search {    
        width: 300px !important;
        left: 0px;
    }
}
.horni-porovnat img {
    max-height: 20px;
}
.horni-porovnat-row {
    border-bottom: 1px solid #dddddd;
    padding: 5px 0px 5px 0px;
}
.btn-horni-porovnat {
    font-size: 11px;
    background-color: #47382e;
    color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    
}
.btn-horni-search-zobrazit {
    font-size: 11px;
    background-color: #47382e;
    color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    
}

.objednavka-platba-nadpis {
    padding-top: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #111;
}
.objednavka-platba-list {
    padding: 0px 30px 0px 30px;
}
.objednavka-platba-list .input-group {
    margin-bottom: 0px;
    
}
.objednavka-platba-list:first-child {
    padding-top: 15px;
}
@media (min-width: 320px) {      
    .objednavka-platba-list-polozka {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px;
        /*padding-left: 10px;*/
    }
    .objednavka-platba-texty {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (min-width: 768px) {      
    .objednavka-platba-list-polozka {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px;
        /*padding-left: 50px;*/
    }
    .objednavka-platba-texty {
        padding-left: 50px;
        padding-right: 30px;
        padding-top: 35px;
        padding-bottom: 0px;
    }
}


.objednavka-platba-texty h2 {
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 4px solid #e83338;
    margin-bottom: 20px;
}
.objednavka-platba-texty h2 img {
    margin-top: -3px;
    margin-right: 10px;
}


.pouzit-body {
    color: #111;
    font-weight: bold;
    font-size: 12px;
}
.objednavka-platba-kosik {
    float: left;
    position: relative;
    background: url(/obr/icon-objednavka-platba-kosik.png) no-repeat;
    width: 55px;
    height: 55px;
    margin-left: 20px;
}
.objednavka-platba-kosik span {
    position: absolute;
    color: #fff;
    background-color: #ff1985;
    right: 5px;
    top: 12px;
    text-align: center;
    padding-top: 3px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;   
}
.objednavka-platba-certifikat {
    padding-top: 0px;
    color: #111111;
}

.objednavka-platba-certifikat-ruzova {
    background-color: #ff1985;
    font-size: 10px;
    border-radius: 3px;
    padding: 2px 15px;
    color: #fff;
}

.objednavka-platba-certifikat h2 {
    font-size: 26px;
    font-weight: bold;
}


/* ngAutocomplete */
#form {

    margin-left: 50px;
    width: 500px
}

.indent {
    margin-left: 50px;
}

.move-down {
    margin-top: 100px;
}


@media (min-width: 320px) {
    .header-home {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    .header-home {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.icon-registrace-prihlaseni-horni-seda {
    width: 75px;
    height: 75px;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/obr/icon-prihlaseni-horni-seda.png);
}
.icon-registrace-prihlaseni-horni-seda:hover {
    background-image: url(/obr/icon-prihlaseni-horni.png);
}




.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}
.karty-loga {
    max-height: 35px;
    padding-left: 10px;
}
.karty-loga-text {
    float: left;
    /*width: 100px;*/
}

.mobile-hledat {
    color: #e83338 !important;
    font-size: 16px;
}

@media (min-width: 320px) {
    .footer-copy {
        text-align: center;
    }
    .footer-linky {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .footer-copy {
        text-align: left;
    }
    .footer-linky {
        text-align: right;
    }
}
.footer-panel-group {
    margin-bottom: 0px;
}
.footer-panel {
    border-radius: 0px !important;
    margin-top: 0px !important;
}
.footer-panel .panel-heading a.collapsed {
    border-radius: 0px;
    background-color: #fafafa;
    color: #111111;
}
.footer-panel .panel-heading a {
    background-color: #e83338;
    color: #fff;
}

.footer-panel .panel-heading a:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
    content:"";
}

.footer-panel .panel-heading a:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    padding-right: 10px;
    content:"\f078";
    color: #fff;
    float: right;
}
.footer-panel .panel-heading a.collapsed:after {
    content:"\f054";
    padding-left: 9px !important;
    padding-right: 10px;
    color: #111111;
}

.panel-group  .footer-panel + .footer-panel {
    border-top: 0px;
}
.pcidss-footer {
    margin-top: 5px;
}
.pcidss-header {
    width: 32px;
    height: auto;
}
@media (min-width: 320px) {
    .col-xs-pet,
    .col-sm-pet {
        float: left;
        width: 33%;
        padding-left: 15px;
        padding-right: 15px;
    }
}@media (min-width: 768px) {
    .col-xs-pet,
    .col-sm-pet {
        float: left;
        width: 20%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.porovnavac-atributy {
}

.porovnavac-obrazek {
    min-height: 170px;
}
.porovnavac-obrazek img {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
}

.modal2.in ~ .modal-backdrop.in { 
    background-color: #fff; 
}

.modal2.in .supreme-container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    
}
/*
body.modal-open .rozmazani{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
*/
.modal2 {
    margin-top: 2px;
}
@media (min-width: 320px) {
    .modal2 .modal-dialog {
        width: 320px;
        margin: 0px auto;
    }
    .contest-tabulka {
        width: 320px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 768px) {
    .modal2 .modal-dialog {
        width: 760px;
        margin: 0px auto;
    }
    .contest-tabulka {
        width: 760px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 900px) {
    .modal2 .modal-dialog {
        width: 702px;
        margin: 0px auto;
    }
    .contest-tabulka {
        width: 700px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modal2 .modal-content {
    border-radius: 0px;
}
.modal2 .modal-body {
    padding: 0px;
}

.pozadi-clanek-footer {
    background-color: #fbfbfb;
}
.clanek-detail-footer-text,
.clanek-detail-footer-text p {
    color: #111;
}



.svg-only-blur {
  filter: url(#blur); 
}

.all-blur {
 -webkit-filter: blur(3px); 
 -moz-filter: blur(3px);
 -ms-filter: blur(3px);
 -o-filter: blur(3px);
 filter: blur(3px);
 filter: url(#blur);   
 filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

.menu-modra-cely {
    border-top: 1px solid #ebebeb;
    margin-left: 0px;
    margin-right: 0px;
}
.menu-modra-cely-col {
    padding-right: 0px;
}
.zeleny-ikony {
    border-left: 1px solid #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
}
.zeleny-ikony-polozka {
    float: left;
    margin-right: 30px;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    text-align: center;
    color: #808080;    
    
    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;

    /* Firefox */
    display:-moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;

    /* W3C */
    display:box;
    box-pack:center;
    
    display: inline-flex;
    align-items: center; /* Vertical center alignment */
}
.zeleny-ikony-polozka img {
    margin-right: 10px;
}
.clanek-contest ul {
    list-style: none;
    padding:0;
    margin:0;
}

.clanek-contest li { 
    padding-left: 20px; 
    margin-top: -10px;
}

.clanek-contest li:before {
    content: "• ";
    font-size: 30px;
    color: #e83338; /* or whatever color you prefer */
}

.clanek-contest-dalsi {
    padding: 30px;
}

@media (min-width: 320px) {
    .prvni-contest {
        width: 100%;
        height: 100%;
        display: block;
        background: url(/obr/2016-homepage-blur-1200.jpg) top center no-repeat;
        background-size: 100%;
    }
}
@media (min-width: 1900px) {
    .prvni-contest {
        width: 100%;
        height: 100%;
        display: block;
        background: url(/obr/2016-homepage-blur-1920.jpg) top center no-repeat;
        background-size: 100%;
    }
}
@media (min-width: 2000px) {
    .prvni-contest {
        width: 100%;
        height: 100%;
        display: block;
        background: url(/obr/2016-homepage-blur-2560.jpg) top center no-repeat;
        background-size: 100%;
    }
}

/*========================================================
                      Banners
=========================================================*/
.banners {
  display: inline-block;
  width: 100%;
  margin-bottom: 65px; }
  .banners > div .banner-box {
    position: relative; }
    .banners > div .banner-box > a {
      display: block; }
@media (min-width: 320px) {      
  .banners > div.col-xs-6 {
    padding-left: 15px;
    padding-right: 15px; 
  }
}
@media (min-width: 768px) {      
  .banners > div.col-xs-6 {
    padding-left: 0;
    padding-right: 0; 
  }
}

.banners > div {
  overflow: hidden; }
@media (min-width: 320px) {      
    .banners > div img {
      -moz-transition: 0.8s all ease;
      -o-transition: 0.8s all ease;
      -webkit-transition: 0.8s all ease;
      transition: 0.8s all ease; 
      min-height: 250px;
      widows: auto;
    }
}
@media (min-width: 768px) {      
    .banners > div img {
      -moz-transition: 0.8s all ease;
      -o-transition: 0.8s all ease;
      -webkit-transition: 0.8s all ease;
      transition: 0.8s all ease; 
    }
}

  .banners > div .s-desc {
    position: absolute;
    top: 0;
    right: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    padding: 3px 15px 5px 15px; }
@media (min-width: 320px) {  
    .banners > div .s-desc h2,
    .banners > div .s-desc h4 {
      font: italic 400 16px/20px "Lora", serif;
      text-transform: none;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      margin-bottom: 5px; 
    }
}
@media (min-width: 768px) {  
    .banners > div .s-desc h2,
    .banners > div .s-desc h4 {
      font: italic 400 23px/28px "Lora", serif;
      text-transform: none;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      margin-bottom: 20px; 
    }
}

    .banners > div .s-desc p {
      font-size: 15px;
      line-height: 23px;
      margin-bottom: 23px; }
    .banners > div .s-desc span {
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      letter-spacing: .2px; }
    .banners > div .s-desc:before {
      position: absolute;
      display: inline-block;
      top: 50%;
      margin-right: -11px;
      right: 100%;
      margin-top: -19px;
      content: '\f0d9';
      font: 400 70px/40px "FontAwesome";
      color: #fff;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease; }
  .banners > div:hover .s-desc:before {
    margin-right: -3px; }
  .banners > div:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.banners > div:nth-child(2n+3) .s-desc,
.banners > div:nth-child(2n+4) .s-desc {
  right: auto;
  left: 0;
  width: 49%;
  padding-left: 28px; }
  .banners > div:nth-child(2n+3) .s-desc:before,
  .banners > div:nth-child(2n+4) .s-desc:before {
    left: 100%;
    content: '\f0da';
    margin-right: 0;
    margin-left: -11px; }
.banners > div:nth-child(2n+3):hover .s-desc:before,
.banners > div:nth-child(2n+4):hover .s-desc:before {
  margin-left: -3px; }

/*========================================================
                   Responsive Banners
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .banners > div .s-desc {
    padding: 20px 16px 5px 30px; }
    .banners > div .s-desc p {
      margin-bottom: 15px;
      font-size: 13px;
      line-height: 20px; }
    .banners > div .s-desc h4 {
      margin-bottom: 8px;
      font-size: 18px;
      line-height: 23px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .banners > div .s-desc {
    padding: 16px 5px 5px 20px; }
    .banners > div .s-desc p {
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 16px; }
    .banners > div .s-desc h4 {
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 19px; }

  .banners > div:nth-child(2n+3) .s-desc,
  .banners > div:nth-child(2n+4) .s-desc {
    padding-left: 20px;
    padding-right: 5px; } }
@media (max-width: 767px) {
  .banners {
    text-align: center; }

  .banners > div {
    display: inline-block;
    max-width: 100%;
    width: 585px;
    text-align: left; }
    .banners > div + div {
      margin-top: 15px; } }
@media (max-width: 615px) {
  .banners > div .s-desc {
    padding: 20px 16px 5px 30px; }
    .banners > div .s-desc p {
      margin-bottom: 15px;
      font-size: 13px;
      line-height: 20px; }
    .banners > div .s-desc h4 {
      margin-bottom: 8px;
      font-size: 18px;
      line-height: 23px; } }
@media (max-width: 480px) {
  .banners > div .s-desc {
    padding: 10px 5px 5px 15px;
    width: 62%; }
    .banners > div .s-desc p {
      margin-bottom: 0;
      font-size: 12px;
      line-height: 15px; }
    .banners > div .s-desc h4 {
      margin-bottom: 5px;
      font-size: 14px;
      line-height: 16px; }
    .banners > div .s-desc span a {
      font-size: 12px;
      line-height: 14px; }

  .banners > div:nth-child(2n+3) .s-desc,
  .banners > div:nth-child(2n+4) .s-desc {
    width: 62%;
    padding-left: 15px;
    padding-right: 5px; } }
/*========================================================
                      HTML boxes
=========================================================*/
.box_html.name-banners {
  text-align: center;
  font: 400 41px/51px "Lora", serif; }
  .box_html.name-banners .title {
    display: none; }
  .box_html.name-banners h2 {
    font: 400 41px/51px "Lora", serif;
    margin-bottom: 50px; }
.box_html b {
  font-style: italic;
  color: #5f5f5f; }


.banners ul  {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  
}
.banners ul li {
  margin-bottom: 0px; 
  list-style-type: none;
}
.banners ul li a {
    font-size: 14px;
    color: #003046;
    position: relative;
    padding-left: 12px;
    line-height: 2em; 
}
.banners ul li a:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    display: inline-block;
    font-weight: normal;
    top: -1px;
    left: 0;
    font-size: 16px;
    color: #96cd00; 
}
.banners ul li a:hover {
    color: #96cd00; 
}
@media (min-width: 320px) {
    .header-home-prvni-nadpis {
        font-size: 22px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #fff;
    }
}
@media (min-width: 768px) {
    .header-home-prvni-nadpis {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 15px;
        color: #fff;
    }
}
article + [data-readmore-toggle], selector[data-readmore] {
    display: block;
    width: 150px;
    margin-top: 15px;
    text-align: center;
    background-color: #def1f3;
    border-radius: 3px;
    padding: 1px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #47382e !important;
    border: 1px solid #47382e;
}


.objednavka-krok-nadpis {
    background-color: #47382e;
    padding: 15px;
    border-radius: 0px;
    text-align: center;
    width: 80px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    
}
.objednavka-krok-nadpis-neaktivni {
    background-color: #c4c4c4;
    
}

.objednavka-krok-nadpis i {
    color: #fff;
    font-size: 36px;
}
.objednavka-krok-nadpis-warning {
    background-color: #bed638;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    width: 80px;
    height: 65px;
    
}
.objednavka-krok-nadpis-warning i {
    color: #fff;
    font-size: 36px;
}

.zaruka_exkluzivni {
    color: red;
    font-weight: bold;
}

@media (min-width: 320px) {      
    .galerie-vyrobek-ramecek {
        padding-left: 15px;
    }
    .galerie-vyrobek-ram {
        padding-left: 15px;
    }
    .btn-vyrobek-detail-kosik {
        padding-left: 15px;
        padding-right: 30px;
        padding-bottom: 15px;
        margin-top: 10px;
    }
}
@media (min-width: 768px) {      
    .galerie-vyrobek-ramecek {
        padding-left: 0px;
    }
    .galerie-vyrobek-ram {
        padding-left: 30px;
    }
    .btn-vyrobek-detail-kosik {
        padding-left: 0px;
        padding-right: 30px;
        padding-bottom: 15px;
        margin-top: 0px;
    }
}


.banner-wrap {
	position:relative;
	margin:0 0 20px;
}
.banner-wrap .cont {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	overflow:hidden;
}
.banner-wrap .cont .block_bg {
	position:absolute;
	height:100%;
	top:100%;
	left:0;
	background:#e83338;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
@media (min-width: 768px) {
    .banner-wrap .cont .block_bg {
	width:100%;
    }
}
@media (min-width: 1200px) {
    .banner-wrap .cont .block_bg {
	width:94.5%;
    }
}

.banner-wrap .cont .block_inner {
	position:relative;
}
@media (max-width: 767px) {
    .odsazeni0{
        padding:120px 18%;
    }    
    .odsazeni1{
        padding:110px 18%;
    }    
    .odsazeni2{
        padding:110px 18%;
    }    
}
@media (min-width: 768px) {
    .odsazeni0{
        padding:89px 2%;
    }    
    .odsazeni1{
        padding:89px 2%;
    }    
    .odsazeni2{
        padding:89px 2%;
    }    
}

@media (min-width: 1200px) {
    .odsazeni0{
        padding:140px 18%;
    }    
    .odsazeni1{
        padding:140px 18%;
    }    
    .odsazeni2{
        padding:130px 18%;
    }    
}
@media (max-width: 767px) {
    .banner-wrap .cont .block_inner h5 {
            font:bold 16px/20px 'Open Sans', sans-serif;
            color:#fff;
            text-transform:uppercase;
            margin-bottom:10px;
            -webkit-transition:all 0.4s ease;
            -moz-transition:all 0.4s ease;
            -o-transition:all 0.4s ease;
            transition:all 0.4s ease;
    }
}

@media (max-width: 767px) {
    .banner-wrap .cont .block_inner h5 {
            font:bold 22px/28px 'Open Sans', sans-serif;
            color:#fff;
            text-transform:uppercase;
            margin-bottom:10px;
            -webkit-transition:all 0.4s ease;
            -moz-transition:all 0.4s ease;
            -o-transition:all 0.4s ease;
            transition:all 0.4s ease;
    }
}

@media (min-width: 768px) {
    .banner-wrap .cont .block_inner h5 {
            font:bold 16px/20px 'Open Sans', sans-serif;
            color:#fff;
            text-transform:uppercase;
            margin-bottom:10px;
            -webkit-transition:all 0.4s ease;
            -moz-transition:all 0.4s ease;
            -o-transition:all 0.4s ease;
            transition:all 0.4s ease;
    }
}

@media (min-width: 1200px) {
    .banner-wrap .cont .block_inner h5 {
            font:bold 24px/30px 'Open Sans', sans-serif;
            color:#fff;
            text-transform:uppercase;
            margin-bottom:10px;
            -webkit-transition:all 0.4s ease;
            -moz-transition:all 0.4s ease;
            -o-transition:all 0.4s ease;
            transition:all 0.4s ease;
    }
}
.banner-wrap .cont .block_inner p {
	position:relative;
	font:bold 14px/17px 'Ubuntu', sans-serif;
	text-transform:uppercase;
	color:#fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.banner-wrap .cont .block_inner p:after {
	position:absolute;
	display:block;
	width:100%;
	height:62px;
	background:url('/obr/icon_arr.png') 50% 0 no-repeat;
	bottom:-81px;
	left:0;
	pointer-events:none;
	content:"";
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.banner-wrap .cont .block_inner p:before {
	position:absolute;
	display:block;
	width:100%;
	height:62px;
	background:url('/obr/icon_arr.png') 50% bottom no-repeat;
	bottom:-81px;
	left:0;
	pointer-events:none;
	content:"";
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.banner-wrap .cont a {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	z-index:50;
}
.banner-wrap .cont:hover .block_bg {
	top:0;
	opacity:1;
	filter:alpha(opacity=100);
}
.banner-wrap .cont:hover .block_inner h5, .banner-wrap .cont:hover .block_inner p { color:#fff; }
.banner-wrap .cont:hover .block_inner p:after {
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform:scale(0.1);
	-moz-transform:scale(0.1);
	-ms-transform:scale(0.1);
	-o-transform:scale(0.1);
	transform:scale(0.1);
}
.banner-wrap .cont:hover .block_inner p:before {
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.banner-wrap .featured-thumbnail {
	position:relative;
	margin:0;
}
.banner-wrap .featured-thumbnail a { border:none; }


.service-box {
	background:none;
	margin:0 0 40px 0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.service-box:hover .icon a {
	background:#19bfef;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box:hover .icon a img {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box .icon {
	background:#e1e1e2;
	float:left;
	width:100px;
	height:100px;
	margin:1px 24px 5px 0;
	padding:0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.service-box .icon a {
	background:#e1e1e2;
	display:block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.service-box .icon a:focus {
	background:#e1e1e2;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box .icon a:focus img {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box .icon a:hover {
	background:#19bfef;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box .icon a:hover img {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box .icon a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.service-box h2 {
	margin:0 0 23px 0;
	padding:0;
	letter-spacing:-0.5px;
	line-height:24px;
	font-size:24px;
	font-weight:700 !important;
	text-transform:uppercase;
	color:#38383a;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box h2 {
		line-height:20px;
		font-size:20px;
	}
}
@media (max-width: 480px) {
	.service-box h2 {
		line-height:20px;
		font-size:20px;
	}
}
.service-box .service-box_txt {
	overflow:hidden;
	margin:0;
	font-weight:300;
}
@media (min-width: 1200px) {
	.service-box .service-box_txt { padding-right:30px; }
}
@media (max-width: 480px) {
	.service-box .service-box_txt { overflow:visible; }
}
.service-box .btn-align {
	padding:14px 0 0 0;
	text-align:left;
}
.service-box.extra { text-align:right; }
@media (max-width: 767px) {
	.service-box.extra { text-align:left; }
}
.service-box.extra .icon {
	float:right;
	margin:1px 0 5px 24px;
}
@media (max-width: 767px) {
	.service-box.extra .icon {
		float:left;
		margin:1px 24px 5px 0;
	}
}
@media (min-width: 1200px) {
	.service-box.extra .service-box_txt {
		padding-right:0;
		padding-left:30px;
	}
}



@media (min-width: 320px) {
    .hledat
    {
        margin-top: 3px;
        margin-bottom: 3px;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .hledat
    {
        margin-top: 8px;
        margin-bottom: 0px;
        width: 100%;
    }
}

.hledat-table {
    width: 100%;
}
.hledat-button {
    border:none !important;
    text-transform:uppercase;
    color:black;
    background-color: #e83338 !important;
    padding:3px 10px 3px 10px;
    vertical-align:middle;
    margin:0px 0px 0 0;
}
.hledat i {
    color: white;
}

@media (min-width: 320px) {
    .hledat input[type="text"] {
        background-color:white;
        border-radius: 15px 0px 0px 15px; 
        -moz-border-radius: 15px 0px 0px 15px; 
        -webkit-border-radius: 15px 0px 0px 15px; 
        border: 1px solid #e83338;
        border-right: 0;
        text-transform:none;
        color:#47382e;
        font-weight: bold;
        font-size: 12px;
        padding:4px 5px 4px 8px;
        margin:0px 0px 0px 0px;
        vertical-align:top;
        float:left;
        width: 75%;
        height: auto;
    }

    .hledat i {
            color: #000;
            font-size: 16px;
    }
    .hledat button[type="submit"]
    {
        background-color: white;
        border-radius: 0px 15px 15px 0px; 
        -moz-border-radius: 0px 15px 15px 0px;  
        -webkit-border-radius: 0px 15px 15px 0px;  
        border: 1px solid #47382e;
        border-left: 0;
        padding:3px 12px 2px 4px;
    }
    
}
@media (min-width: 768px) {
    .hledat input[type="text"] {
        background-color:white;
        border-radius: 15px 0px 0px 15px; 
        -moz-border-radius: 15px 0px 0px 15px; 
        -webkit-border-radius: 15px 0px 0px 15px; 
        border: 1px solid #47382e;
        border-right: 0;
        text-transform:none;
        color:#47382e;
        font-weight: bold;
        font-size: 12px;
        padding:4px 5px 4px 8px;
        margin:0px 0px 0px 0px;
        vertical-align:top;
        float:left;
        width: 75%;
        height: 34px;
    }

    .hledat i {
            color: #000;
            font-size: 20px;
    }
    .hledat button[type="submit"]
    {
        background-color: white;
        border-radius: 0px 15px 15px 0px; 
        -moz-border-radius: 0px 15px 15px 0px;  
        -webkit-border-radius: 0px 15px 15px 0px;  
        border: 1px solid #47382e;
        border-left: 0;
        padding:5px 12px 4px 4px;
    }
    
}

@media (min-width:768px) {
    .hledat button[type="submit"] {
        width: 20%;
    }

}


.searchWindow-leva i {
    color: #fff;
    font-size: 16px;
}
.hledat .form-control::-webkit-input-placeholder { color:#000 !important; }
.hledat .form-control::-moz-placeholder { color:#000 !important; }
.hledat .form-control:-moz-placeholder { color:#000 !important; }
.hledat .form-control:-ms-input-placeholder { color:#000 !important; }


.hledat ul {
    padding: 0px !important;
}
.hledat li{
    font-size: 11px;
    padding: 0px !important;
    margin: 0px !important;
}
.hledat li a {
    padding: 2px 10px;
}

.hledat .active > a,
.hledat .active > a:hover {
    color: white;
    background-color: #09897f;
    background-image: none;
}


@media (min-width: 240px) { 
    .kontakty table {
        width: 100% !important;
        border: 0;
        table-layout: fixed;
    }
    .kontakty td {
        word-wrap: break-word;
        width: 100% !important;
        padding: 10px 2px 10px 2px;
        vertical-align: top;
        font-size: 12px;
    }
    .kontakty td a{
        font-size: 12px;
    }
}
@media (min-width: 767px) { 
    .kontakty table {
        width: 100%;
        border: 0;
    }
    .kontakty td {
        width: 50%;
        padding: 10px 5px 10px 5px;
        vertical-align: top;
        font-size: 14px;
    }
    .kontakty td a{
        font-size: 14px;
    }
}


/*Custom Radio Buttons and Checkboxes using Font Awesome*/
 
.filtry input[type=radio],
.filtry input[type='checkbox'] {
display: none;
}
.filtry input[type=radio] + label {
display: block;
}
.filtry input[type='checkbox'] + label:before,
.filtry input[type='radio'] + label:before {
display: inline-block;
font-family: "Font Awesome 5 Pro";
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-right: 4px;
}
.filtry input[type="checkbox"]:checked + label:before {
padding-right: 6px;
}
.filtry input[type=radio] + label:before {
content: "\f111"; /* Radio Unchecked */
font-size: 14px;
}
.filtry input[type=radio]:checked + label:before {
content: "\f192"; /* Radio Checked */
color: #6d050d;
}
.filtry input[type="checkbox"] + label:before {
content: "\f0c8"; /* Checkbox Unchecked */
color: #474747;
font-size: 15px;
}
.filtry input[type="checkbox"]:checked + label:before {
content: "\f14a"; /* Checkbox Checked */
color: #6d050d;
font-size: 15px;
}
.filtryTd {
    text-align: center;
}

.filtry .hlavicka {
    background-color: #f5f5f5;
    padding: 2px 10px 2px 10px;
}
@media (min-width: 320px) {
    .filtry-bunka {
        padding: 3px 5px 3px 0px;
    }
}
@media (min-width: 768px) {
    .filtry-bunka {
        padding: 0px 5px 0px 15px;
    }
}
.filtry label {
    font-weight: normal;
    font-size: 12px;
}
.filtry label:hover {
    font-weight: 600;
}
.filtry-serie label {
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 1px;
}

.filtr-slider-nadpis {
    background-color: #f5f5f5;
}
.pagination {
    margin: 0px;
    margin-top: 5px;
    float: right;
    width: 300px;
}
.pagination > li > a {
    padding: 5px 7px;
    cursor: pointer;
    cursor: hand;
    
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #666;
        background-color: #cadff6;
}


.body-green .pagination > a:hover,
.body-green .pagination > .active > a, 
.body-green .pagination > .active > span, 
.body-green .pagination > .active > a:hover, 
.body-green .pagination > .active > span:hover, 
.body-green .pagination > .active > a:focus, 
.body-green .pagination > .active > span:focus {
    background-color: #f3f4f9;
    color: #000;
    border-color: #000;
}



.ke-stazeni-polozky ul {
    list-style-type: none;
}
.ke-stazeni-zobrazit-vsechny {
    list-style-type: none;
    padding-left: 30px;
    
}
.ke-stazeni-polozky li {
    list-style-type: none;
}
.ke-stazeni-polozky a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
}
.ke-stazeni-ramecek {
    border: 1px solid #ededed;
    margin-top: 15px;

}
.ke-stazeni-obrazek {
    height: 130px;
    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
    
    display: inline-flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
    
}
.ke-stazeni-obrazek img {
    max-height: 130px;
}
.pozadi-pocatecni-pismeno {
    background-color: #e83338;
    color: #fff;
    margin-top: 15px;
}
.ke-stazeni-ram {
    padding-right: 30px;
}
.ke-stazeni-text {
    min-height: 30px;
}

.ke-stazeni td {
    padding: 3px 10px 3px 10px;
}
.table-ke-stazeni-ikona {
    width: 10%;
}
.table-ke-stazeni-text {
    width: 70%;
}
.table-ke-stazeni-velikost {

}
.table-ke-stazeni-ikona, .table-ke-stazeni-ikona-own {
    min-height: 125px;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 5px;
}
.table-ke-stazeni-ikona img{
    height:35px;
    margin-left: auto;
    margin-right: auto;
}
.table-ke-stazeni-ikona-own img{
    height:120px;
    margin-left: auto;
    margin-right: auto;
}
.table-ke-stazeni-text {
    min-height: 70px;
    display: block;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
}

.table-ke-stazeni-velikost {
    display: block;
    width: 100%;
    text-align: center
    
}



/*readmore*/
.eshop-detail-nadpis {
    min-height: 70px;
}
.eshop-detail-text {
}
.eshop-detail-text p{
    margin: 0px !important;
}
.more-show-hide {
-webkit-transition: all linear 0.2s;
transition: all linear 0.2s;
}

.more-show-hide.ng-hide {
opacity: 0;
}

.toggle-dots-grey {
color: darkgrey;
}

.toggle-dots-yellow {
color: yellow;
}

.toggle-link-yellow {
color: yellow;
}

.toggle-link-grey {
color: darkgrey;
}
.toggle-button {
    display: block;
    width: 150px;
    margin-top: 3px;
    text-align: center;
    background-color: #def1f3;
    border-radius: 3px;
    padding: 1px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #e83338 !important;
    border: 1px solid #e83338;
    cursor: pointer;
    cursor: hand;
    
}
.eshop-kategorie-obrazek img {
    max-width: 180px;
    max-height: 120px;
    width: auto;
}
.eshop-kategorie-nadpis-text h1 {
    margin-top: 3px;
    font-size: 18px;
}
.eshop-kategorie-nadpis-text p {
    font-size: 12px;
    line-height: 1.3;
}
.homepage-nadpis-aktivni {
    font-size: 26px;
    font-weight: bold;
    color: #e83338;
    margin-top: 10px;
    margin-bottom: 15px;
}
.porovnat-kosik a:hover i{
    color: #fff;
}
.atributy-radka {
    padding-top: 3px;
    padding-bottom: 3px;
}
.atributy-radka:nth-child(even) {
    /*background: #f9f9f9;*/
    background: #f3f4f9;
}
.rabatove-skupiny-hlavicka {
    background-color: #e83338;
    color: #fff;
    padding: 6px 0px 6px 0px;
    font-weight: bold;
}
.rabatove-skupiny-radka  {
    padding: 5px 0px 5px 0px;
}
.rabatove-skupiny-radka:nth-child(even)  {
    background-color: #f5f5f5;
}
.kategorie-pocet {
    font-size: 11px;
    color: #8c8c8c;
    float: right;
}
.nakupni-podminky {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 40px;
}
.nakupni-podminky-linka {
    border-top: solid 1px #d9d9d9;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nakupni-podminky-linka h3{
    font-size: 16px;
    font-weight: bold;
    color: #e83338;
}
.footer-mapa {
    height: 320px;
    width: 100%;
    border:0;
}
.map-overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:350px; /* your iframe height */
   top:350px;  /* your iframe height */
   margin-top:-350px;  /* your iframe height */
}

/* Blog */
.btn-blog {
    background-color: #4bbfe3;
    color: #fff !important;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.btn-blog:hover, 
.btn-blog-vybrano {
    background-color: #e83338;
}
.blog-ramecek {
    background-color: #f6f6f7;
    border: 2px solid #f6f6f7;
    transition: 1s;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.blog-ramecek:hover {
    border: 2px solid #4bbfe3;
    background-color: #fff;
}
.blog-ramecek:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-ramecek h2 {
    font-size: 22px;
}
@media (min-width: 768px) {
    .blog-ramecek h2 {
        min-height: 50px;
    }
}
@media (min-width: 1200px) {
    .blog-ramecek h2 {
        min-height: 30px;
    }
}

.blog-detail h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-ramecek img {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;    
    width: 100%;
}
@media (min-width: 320px) {
    .blog-foto-ramecek {
        height: 165px;
        width: 100%;
        overflow: hidden;
    }
}
@media (min-width: 768px) {
    .blog-foto-ramecek {
        height: 127px;
        width: 100%;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .blog-foto-ramecek {
        height: 215px;
        width: 100%;
        overflow: hidden;
    }
}
.blog-detail {
    font-weight: bold;
    font-size: 12px;
}
.blog-detail-link {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}
@media (min-width: 768px) {
    .blog-text {
        min-height: 230px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1200px) {
    .blog-text {
        min-height: 140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
.blog-ramecek-link {
    
}
.blog-ramecek-link:hover {
    
}

@media (min-width: 768px) {
    .eshop-detail-kosik-ram {
        padding-top: 10px;
    }
    
}
@media (min-width: 1200px) {
    .eshop-detail-kosik-ram {
        padding-top: 0px;
    }
    
}


.recept-bunka {
    padding-left: 30px;
    padding-right: 30px;
}
.recept-text-seda {
    background-color: #f3f3f3 !important;
    margin-bottom: 0px;
}
@media (min-width: 320px) {
    .recept-text-seda .featured-thumbnail {
        height: 210px;
        overflow: hidden;
    }
}
@media (min-width: 900px) {
    .recept-text-seda .featured-thumbnail {
        height: 140px;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .recept-text-seda .featured-thumbnail {
        height: 210px;
        overflow: hidden;
    }
}

.recept-homepage-obrazek {
    max-height: 150px;
    overflow: hidden;
    
}

.recept-pozadi-seda {
    background-color: #f3f3f3;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}
.recept-kategorie-obrazek {
    height: 190px;
    overflow: hidden;
}

.banner-wrap {
	position:relative;
	margin:0 0 20px;
        background-color: #fff;
        min-height: 290px;
}
.recept-pozadi-bila .banner-wrap {
    min-height: 200px;
    margin-bottom: 0px;
    
}

@media (min-width: 768px) {
    .recept-pozadi-bila .banner-wrap {
        min-height: 140px;
    }
    .recept-text-seda .featured-thumbnail {
        height: 140px;
        overflow: hidden;
    }    
}
@media (min-width: 1200px) {
    .recept-pozadi-bila .banner-wrap {
        min-height: 200px;
    }
    .recept-text-seda .featured-thumbnail {
        height: 200px;
        overflow: hidden;
    }    
}
@media (min-width: 1600px) {
    .recept-pozadi-bila .banner-wrap {
        min-height: 270px;
    }
    .recept-text-seda .featured-thumbnail {
        height: 270px;
        overflow: hidden;
    }    
}

@media (min-width: 2000px) {
    .recept-pozadi-bila .banner-wrap {
        min-height: 340px;
    }
    .recept-text-seda .featured-thumbnail {
        height: 340px;
        overflow: hidden;
    }    
}

@media (min-width: 320px) {
    .recept-kategorie-text {
        padding: 100px 15px 15px 15px;
    }
    .banner-wrap .cont:hover .recept-kategorie-text h5,
    .banner-wrap .cont:hover .recept-kategorie-text h2{
        font-size: 26px;
    }
}
@media (min-width: 768px) {
    .recept-kategorie-text {
        padding: 40px 15px 15px 15px;
    }
    .banner-wrap .cont:hover .recept-kategorie-text h5,
    .banner-wrap .cont:hover .recept-kategorie-text h2{
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    .recept-kategorie-text {
        padding: 90px 15px 15px 15px;
    }
    .banner-wrap .cont:hover .recept-kategorie-text h5,
    .banner-wrap .cont:hover .recept-kategorie-text h2{
        font-size: 26px;
    }
}
@media (min-width: 1600px) {
    .recept-kategorie-text {
        padding: 140px 15px 15px 15px;
    }
    .banner-wrap .cont:hover .recept-kategorie-text h5,
    .banner-wrap .cont:hover .recept-kategorie-text h2{
        font-size: 26px;
    }
}

.recept-kategorie-text h2 {
    /*color: #e83338;*/
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    font-size: 22px;
    text-shadow: 1px 1px 2px #343434;
}


.banner-wrap-eshop {
    min-height: 220px;
}
.banner-wrap .cont {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	overflow:hidden;
}
.banner-wrap .cont .block_bg {
	position:absolute;
	height:100%;
	top:0%;
	left:0;
/*	background:#5e5e5e;*/
	background:#000;
	opacity:0.3;
	filter:alpha(opacity=30);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
@media (min-width: 320px) {
    .banner-wrap .cont .block_bg {
	width:100%;
    }
}
@media (min-width: 768px) {
    .banner-wrap .cont .block_bg {
	width:100%;
    }
}
@media (min-width: 1200px) {
    .banner-wrap .cont .block_bg {
	/*width:94.5%;*/
	width:100%;
    }
}

.banner-wrap .cont .block_inner {
	position:relative;
}
@media (max-width: 767px) {
    .odsazeni0{
        padding:120px 18%;
    }    
    .odsazeni1{
        padding:110px 18%;
    }    
    .odsazeni2{
        padding:110px 18%;
    }    
}
@media (min-width: 768px) {
    .odsazeni0{
        padding:89px 2%;
    }    
    .odsazeni1{
        padding:89px 2%;
    }    
    .odsazeni2{
        padding:89px 2%;
    }    
}

@media (min-width: 1200px) {
    .odsazeni0{
        padding:200px 18%;
    }    
    .odsazeni1{
        padding:200px 18%;
    }    
    .odsazeni2{
        padding:200px 18%;
    }    
    .odsazeni3{
        padding:200px 18%;
    }    
}
.banner-wrap .cont .block_inner h5 {
    font-size:20px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .banner-wrap .cont .block_inner h5 {
            color:#010080;
            text-transform:uppercase;
            margin-bottom:10px;
            -webkit-transition:all 0.4s ease;
            -moz-transition:all 0.4s ease;
            -o-transition:all 0.4s ease;
            transition:all 0.4s ease;
    }
}

@media (max-width: 767px) {
    .banner-wrap .cont .block_inner h5 {
            color:#010080;
            text-transform:uppercase;
            margin-bottom:10px;
            -webkit-transition:all 0.4s ease;
            -moz-transition:all 0.4s ease;
            -o-transition:all 0.4s ease;
            transition:all 0.4s ease;
    }
}

@media (min-width: 768px) {
    .banner-wrap .cont .block_inner h5 {
            color:#010080;
            text-transform:uppercase;
            margin-bottom:10px;
            -webkit-transition:all 0.4s ease;
            -moz-transition:all 0.4s ease;
            -o-transition:all 0.4s ease;
            transition:all 0.4s ease;
    }
}

@media (min-width: 1200px) {
    .banner-wrap .cont .block_inner h5 {
            color:#010080;
            text-transform:uppercase;
            margin-bottom:10px;
            -webkit-transition:all 0.4s ease;
            -moz-transition:all 0.4s ease;
            -o-transition:all 0.4s ease;
            transition:all 0.4s ease;
    }
}
.banner-wrap .cont .block_inner p {
	position:relative;
	text-transform:uppercase;
	color:#fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.banner-wrap .cont .block_inner p:after {
	position:absolute;
	display:block;
	width:100%;
	height:62px;
	background:url('/obr/icon_arr.png') 50% 0 no-repeat;
	bottom:-81px;
	left:0;
	pointer-events:none;
	content:"";
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.banner-wrap .cont .block_inner p:before {
	position:absolute;
	display:block;
	width:100%;
	height:62px;
	background:url('/obr/icon_arr.png') 50% bottom no-repeat;
	bottom:-81px;
	left:0;
	pointer-events:none;
	content:"";
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.banner-wrap .cont a {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	z-index:50;
}
.banner-wrap .cont:hover .block_bg {
	top:100%;
	opacity:0;
	filter:alpha(opacity=0);
}
.banner-wrap .cont:hover .block_inner h5,
.banner-wrap .cont:hover .block_inner h2,
.banner-wrap .cont:hover .block_inner p { color:#fff; }

.banner-wrap .cont:hover .recept-kategorie-text{
    padding: 25% 15px 15px 15px;
}
.banner-wrap .cont:hover .eshop-kategorie-text{
    padding: 30% 15px 15px 0px;
}
.banner-wrap .cont:hover .block_inner h3 a {
    color:#fff; 
    font-size: 16px;
    font-weight: bold;
}



.banner-wrap .cont:hover .block_inner p:after {
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform:scale(0.1);
	-moz-transform:scale(0.1);
	-ms-transform:scale(0.1);
	-o-transform:scale(0.1);
	transform:scale(0.1);
}
.banner-wrap .cont:hover .block_inner p:before {
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.banner-wrap .featured-thumbnail {
	position:relative;
	margin:0;
}
.banner-wrap .featured-thumbnail a { border:none; }



.homepage-kategorie {
    margin-top: 30px;
}
.row-odsazeni-nic {
    margin-left: 0px;
    margin-right: 0px;
}
.row-odsazeni-nic-vetsi {
    margin-left: 5px;
    margin-right: 15px;
}
@media (min-width: 768px) {
    .modal-bublina-ram-class .modal-dialog {
        width: 700px;
    }
}

.telefon-horni {
    padding-top: 10px;
}
@media (min-width: 320px) {
    .menu-horni-kosik {
        padding-top: 7px;
    }
    .is-sticky .menu-horni-kosik {
        padding-top: 7px;
        padding-right: 30px;
    }
    .menu-horni-kosik-ikona {
        padding-top: 10px;
    }
}
@media (min-width: 768px) {
    .menu-horni-kosik {
        padding-top: 17px;
        padding-left: 0;
    }
    .is-sticky .menu-horni-kosik {
        padding-top: 17px;
        padding-right: 15px;
    }
    .menu-horni-kosik-ikona {
        padding-top: 22px;
    }
}

@media (max-width: 4000px) {
    .horni-menu .navbar-header {
        float: none;
    }
    .horni-menu .navbar-left,.navbar-right {
        float: none !important;
    }
    .horni-menu .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .horni-menu .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .horni-menu .navbar-collapse.collapse {
        display: none!important;
    }
    .horni-menu .navbar-nav {
        float: none;
        margin-top: 7.5px;
    }
    .horni-menu .navbar-nav>li {
        float: none;
    }
    .horni-menu .navbar-nav>li>a {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .horni-menu .collapse.in {
        display:block !important;
        z-index: 5000 !important;
    }
    .horni-menu-odkazy ul{
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .horni-menu-odkazy ul li  {
        display: inline;
        float: left;
    }
    .horni-menu-odkazy ul li a {
        text-decoration: none;
        /*font-size: 12px;*/
        display: block;
        color: #777;
        padding: 15px 10px 10px 0px;
    }
    .horni-menu-odkazy ul li a:hover {
        color: #333;
    }
    
}

@media (min-width: 320px) {
    .horni-menu .navbar-toggle {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .horni-menu .collapse {
        max-height: 400px;
    }
    .horni-menu .collapse.in {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .horni-menu .navbar-toggle {
        display: block;
        float: left;
    }
    .horni-menu .collapse.in {
        margin-top: 0px;
    }
    .horni-menu .collapse {
        max-height: 340px;
    }
}

@media (min-width: 320px) {
    .znacky-vinarstvi-ram-hlavni {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    .znacky-vinarstvi-ram-hlavni {
        padding-left: 20px;
        padding-right: 25px;
        min-height: 160px;    
    }
}
.znacky-vinarstvi-ram {
    padding: 8px;
    margin: 0 auto 15px auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    min-height: 180px;    

}
.znacky-vinarstvi-ram img {
    margin-left: auto;
    margin-right: auto;
    max-height: 150px;
}

.cukernatost {
    color: #7f3000;
    background-color: rgba(48, 66, 105, 0.1);
}
.ribbon {
    width: 20%;
    position: absolute;
    z-index: 100;
    padding-bottom: 125%;
    top: 0;
    bottom: 83px;
    right: 0;
    background-color: rgba(48, 66, 105, 0.1);
    color: #7f3000;
}
.ribbon .ribbon-content {
    display: block;
    direction: rtl;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    /*-ms-transform: rotate(-90deg);*/
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 

    transform-origin: 54% 60%;
    -ms-transform-origin: 54% 68%;
  
    margin-top: 40px;
    padding-right: 10px;
}
.shop-product-obrazek {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.row-bez {
    margin-left: 0px;
    margin-right: 0px;
}
.input-lupa {
    background: url(/obr/magnifier.png) no-repeat;
    background-position: 99% 7px;
}

.kosik-plus-minus {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.dic-dph {
    border-left: 0 !important;
    border-radius: 0px 10px 10px 0px !important;
    border-top-left-radius:0px;
    border-top-right-radius:10px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:10px;
}
.input-group .form-control-login:last-child {
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
    
}


.menu-hlavni {
    background-color: #47382e;
    color: #fff;
}
.menu-hlavni li a {
    color: #fff !important;
}

.menu-hlavni .dropdown-velke-menu li a,
.menu-hlavni .dropdown-velke-menu-kategorie li a {
    color: #333 !important;
}
.menu-hlavni .dropdown-velke-menu li a:hover,
.menu-hlavni .dropdown-velke-menu-kategorie li a:hover {
    text-decoration: underline !important;
    /*font-weight: bold;*/
}

.menu-hlavni .navbar-mobile li.dropdown a {
    color: #333 !important;
    background-color: #fff;
}

.menu-hlavni .dropdown-velke-menu {
    border-top: 0 !important;
    padding: 10px !important;
}
.menu-hlavni .navbar-dark .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.menu-hlavni .navbar-mobile .navbar-collapse {
    background-color: #fff !important;
    max-height: 1000px !important;
    z-index: 10000;
}

.navbar-dark li.dropdown:hover {
    position: static;
}

.navbar-dark li.dropdown:hover > .dropdown-menu {
    position: absolute;
    left: 0;
    width: 100% !important;
    display: block;
    margin-top: 0px; 
    margin-left: 0;
    margin-right: 0;
    min-width:auto;
}

.navbar-dark .dropdown-velke-menu {
    text-align: left;
}
.navbar-dark .dropdown-velke-menu ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}


.dropdown-velke-menu-kategorie {
    float: left;
    width: 25%;
    min-height: 140px;
    /*border: 1px solid red;*/
}
.dropdown-velke-menu-kategorie-znacky {
    float: left;
    width: 20%;
    min-height: 22px;
    /*border: 1px solid red;*/
}
.dropdown-velke-menu-podkategorie li {
    display: inline;
}
.dropdown-velke-menu-podkategorie li:after {
    content: ", ";
    color: #333;
    margin-right: 5px;
}
.dropdown-velke-menu-podkategorie li:last-child:after {
    content: "";
}
@media (min-width: 320px) {
    .nakup-v-horni {
        padding-top: 10px;
    }
    .nakup-v-horni a{
        padding: 3px 0px 3px 0px;
    }
}
@media (min-width: 768px) {
    .nakup-v-horni {
        padding-top: 6px;
    }
    .nakup-v-horni a{
        padding: 3px 0px 3px 0px;
    }
}
.container-mobile .navbar-toggle {
    border-color: none;
    border: 0;
    background: none;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 3px;
    padding: 0px;
}
.container-mobile .navbar-toggle .icon-bar {
    color: #333;
    background-color: #333;
}
.kosik-homepage-mobile {
    padding-top: 8px;
    padding-left: 0px;
    position: relative;
}
.kosik-homepage-text-mobile {
    position: absolute;
    right: 22px;
    top: 5px;
    font-size: 12px;
}
.search-mobile-form {
    position: absolute;
    left: -30px;
    top: 46px;
    z-index: 100;
}
.search-mobile input {
    min-width: 260px;
}
.horni-menu-sticky .navbar-collapse {
    position: absolute;
    background-color: #fff;
    width: 340px;
    max-height: 600px !important;
    z-index: 9999;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5px;
}
.container-mobile i {
    font-size: 26px;
}
.container-mobile .hlavnimenu i {
    font-size: 14px;
}
.container-mobile .nav .open > a, .container-mobile .nav .open > a:hover, .container-mobile .nav .open > a:focus {
    background-color: #e83338;
    border-color: none;
    color: #fff;
    border: none;
}


.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    margin-top:-6px;
    margin-left:-1px;
    display: block;
}
.dropdown-submenu .open .dropdown-menu {
    display: block;
    border: 3px solid red;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.vlajky-bunka {
    padding-left: 0;
    padding-right: 0;
}
.vlajky-bunka li {
    list-style-type: none;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .vlajky-bunka li {
        margin-top: 0px;
    }
}
@media (min-width: 320px) {
    .vlajky-bunka .dropdown-menu {
        min-width: 320px;
        width: 320px;
        margin-top: 10px;
    }
    .vlajky-bunka h3 {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .vlajky-bunka hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .vlajky-bunka .dropdown-menu {
        right: -100px;
        left: auto;
        float: right;
        z-index: 1100 !important;
    }
}
@media (min-width: 768px) {
    .vlajky-bunka .dropdown-menu {
        min-width: 600px;
        width: 600px;
    }
    .vlajky-bunka h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .vlajky-bunka hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .vlajky-bunka .dropdown-menu {
        right: -400px;
        float: left;
        /*right: auto;*/
    }
}
@media (min-width: 900px) {
    .vlajky-bunka .dropdown-menu {
        min-width: 800px;
        width: 800px;
    }
}
.vlajky-staty-tlacitko {
    background-color: #17861c;
    color: #fff !important;
    padding: 10px !important;
    text-align: center;
}
.horni-menu-vlajka-stat ul li {
    display: inline;
    float: left;
}

.vlajky-staty-bunka {
    min-height: 32px;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
    border: 1px solid #fff;
}
.vlajky-jazyk-bunka {
    min-height: 32px;
    padding: 2px 10px 5px 10px;
    cursor: pointer;
    cursor: hand;
    border: 1px solid #fff;
}
.vlajky-staty-bunka a{
    padding: 5px 10px 5px 10px;
}

.vlajky-staty-bunka img{
    margin-top: 3px;
}

.horni-menu-vlajka-stat-div ul{
    margin: 0 auto;
    display: table;
    padding-left: 0;
}
.horni-menu-vlajka-stat ul li a {
    border-bottom: 0 !important;
    padding: 10px;
}
.horni-menu-vlajka-stat-nazev {
    border-bottom: 0 !important;
    padding: 10px;
}
.horni-menu-vlajka-stat .vlajka-vybrano {
    border: 1px solid #e83338;
    border-radius: 8px;
}

.nemezera {
    margin-left: 0;
    margin-right: 0;
}
.dropdown-velke-menu-kategorie-jura {
    float: left;
    width: 100%;
    min-height: 140px;
    /*border: 1px solid red;*/
}

.navbar-dark-jura-col {
    font-family: Arial,sans-serif;
}

.navbar-dark-jura {
    background-color: #666d7b;
    border-radius: 0;
    margin-top: 25px;

}
.navbar-dark-jura .navbar-nav > li > a {
    color: #fff;
}
.navbar-dark-jura .navbar-nav > li > a:hover {
    background-color: #666d7b;
}
.jura-odkaz {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #d1d3d7;
}
.jura-odkaz:hover {
    background-color: #f7f3ea;
}
.jura-odkaz a {
    display: block;
}
.btn-posledni-objednavka {
    padding: 3px 5px !important;
    line-height: 14px;
    margin-top: 5px;
    border: 1px solid #3e3a48;
    background-color: #17861c;
    color: #fff !important;
}
.registrace-nadpis-dodaci {
    font-size: 18px;
    padding-bottom: 8px;
    font-weight: bold;
}


.filtry .hlavicka-nova {
    color: #fff;
    background-color: #47382e;
    padding: 2px 10px 2px 10px;
}
.filtry-bunka-ram {
    margin-bottom: 15px;
    padding-top: 5px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    
}
@media (min-width: 320px) {
    .filtry-bunka {
        padding: 3px 5px 3px 0px;
    }
}
@media (min-width: 768px) {
    .filtry-bunka {
        padding: 0px 5px 0px 15px;
    }
}
.detail-darek {
    border: 1px solid #47382e;
    color:#47382e;
    padding: 5px 10px;
}
.detail-darek a {
   color:#47382e;
}
.detail-darek p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
}
.detail-darek i {
    font-size:40px;
}
.modal-base-info .modal-dialog{
    width: 800px;
}
.modal-base-info .modal-content{
    padding: 15px;
}
.modal-base-info .modal-content h2,
.modal-base-info .modal-content h3{
    margin-top: 0px;
    color: #000;
}
.modal-base-info .modal-content img{
    max-height: 350px;
}
.modal-base-info .close {
    font-size: 30px;
}
.detail-tlacitko-zpet {
    /*width: 100%;*/
    /*display: block;*/
    padding: 10px 15px 10px 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    background-color: #47382e;    
    /*background-color: #17861c;*/    
    cursor: pointer;
    cursor: hand;
    color: #fff !important;
    position: relative;
    font-weight: 500;
}


.detail-tlacitko-zpet:hover {
    background-color: #e83338;
}
.detail-tlacitko-zpet i {
    color: #fff;
}
@media (min-width: 260px) {
    .tlacitko-nacist-dalsi {
        /*width: 100%;*/
        /*display: block;*/
        position: relative;
        padding: 7px 7px;
        cursor: pointer;    
        color: #999;
        line-height: 1.42857143;
        color: #428bca;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;    
        font-size: 14px;
        border-radius: 4px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) {
    .tlacitko-nacist-dalsi {
        /*width: 100%;*/
        /*display: block;*/
        position: relative;
        padding: 7px 7px;
        cursor: pointer;    
        color: #999;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #428bca;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;    
        font-size: 14px;
        border-radius: 4px;
        float: right;
        margin-right: 20px;
    }
}@media (min-width: 1200px) {
    .tlacitko-nacist-dalsi {
        margin-right: 20px;
    }
    .tlacitko-nacist-dalsi-homepage {
        margin-right: 40px;
    }
}
@media (min-width: 1900px) {
    .tlacitko-nacist-dalsi {
        margin-right: 60px;
    }
    .tlacitko-nacist-dalsi-homepage {
        margin-right: 85px;
    }
}
@media (min-width: 2200px) {
    .tlacitko-nacist-dalsi {
        margin-right: 100px;
    }
    .tlacitko-nacist-dalsi-homepage {
        margin-right: 130px;
    }
}
.tlacitko-nacist-dalsi:hover {
    color: #666;
    background-color: #cadff6;
}
.tlacitko-nacist-dalsi i {
    color: #fff;
    
}
@media (min-width: 320px) {
    .moznosti-dopravy-table {
        min-width: 100%;
    }
}
@media (min-width: 1200px) {
    .moznosti-dopravy-table {
        min-width: 1200px;
        width: 100%;
    }
}

.moznosti-dopravy-hlavicka-td1 {
    width: 30%;
}
.moznosti-dopravy-hlavicka-td2 {
    width: 17.5%;
    text-align: right;
}
.moznosti-dopravy-hlavicka-td3 {
    width: 17.5%;
    text-align: right;
}
.moznosti-dopravy-hlavicka-td4 {
    width: 17.5%;
    text-align: right;
}
.moznosti-dopravy-hlavicka-td5 {
    text-align: right;
}

.moznosti-dopravy-td1 {
    width: 30%;
    padding: 4px 0px 4px 28px;
}
.moznosti-dopravy-td2 {
    width: 17.5%;
    text-align: right;
    padding: 4px 0px 4px 28px;
}
.moznosti-dopravy-td3 {
    width: 17.5%;
    text-align: right;
    padding: 4px 0px 4px 28px;
}
.moznosti-dopravy-td4 {
    width: 17.5%;
    text-align: right;
    padding: 4px 0px 4px 28px;
}
.moznosti-dopravy-td5 {
    text-align: right;
    padding: 4px 0px 4px 28px;
}

.moznosti-dopravy-eu-td1 {
    width: 10%;
    padding: 4px 0px 4px 28px;
}
.moznosti-dopravy-eu-td2 {
    width: 20%;
    padding: 4px 0px 4px 28px;
}
.moznosti-dopravy-eu-td3 {
    width: 17.5%;
    text-align: right;
    padding: 4px 0px 4px 28px;
}
.moznosti-dopravy-eu-td4 {
    width: 17.5%;
    text-align: right;
    padding: 4px 0px 4px 28px;
}
.moznosti-dopravy-eu-td5 {
    width: 17.5%;
    text-align: right;
    padding: 4px 0px 4px 28px;
}
.moznosti-dopravy-eu-td6 {
    text-align: right;
    padding: 4px 0px 4px 28px;
}


.navbar-white .horni-menu-padding {
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-white .navbar-nav {
    width: 100%;
}
.navbar-white .horni-menu-registrace {
    /*border-left: 1px solid #ebebeb;*/
    border-right: 1px solid #ebebeb !important;
}
.navbar-white .horni-menu-prihlaseni {
    border-right: 0px!important;
}


.uzivatelsky-set-obrazek{
    padding: 30px 15px 15px 30px;
}
.uzivatelsky-set-obrazek-hlavni img{
    max-height: 180px;
}
.uzivatelsky-set-fotka img{
    max-height: 120px;
}
.uzivatelsky-set-vyrobky {
    /*border-bottom: 1px solid #c4c6c7;*/
}
.uzivatelsky-set-vyrobky p{
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
@media (min-width: 1200px) {
    .uzivatelsky-set-ram {
        border: solid 1px #e3e3e3;
        padding: 10px 3px 10px 3px;
        margin-bottom: 10px;    
        min-height: 210px;
    }
    .uzivatelsky-set-ram:hover {
        border: solid 1px #c1a66f;
    }

    .uzivatelsky-set-fotka {
        min-height: 210px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 1600px) {
    .uzivatelsky-set-ram {
        border: solid 1px #e3e3e3;
        padding: 10px 3px 10px 3px;
        margin-bottom: 10px;    
        min-height: 190px;
    }
    .uzivatelsky-set-ram:hover {
        border: solid 1px #c1a66f;
    }

    .uzivatelsky-set-fotka {
        min-height: 190px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.uzivatelsky-set-fotka p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 12px;
}
.uzivatelsky-set-vymazat {
    font-size: 10px;
    padding: 1px 3px;
}
.uzivatelsky-set-galerie-tlacitko-detail {
    background-color: #17861c;;
}
.uzivatelsky-set-popis {
    padding-top: 15px;
}
.uzivatelsky-set-popis h3{
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.uzivatelsky-set-popis p{
    font-size: 13px;
    line-height: 14px;
    margin-top: 0;
}
.uzivatelsky-set-popis ul{
    margin-left: 0px;
    padding-left: 15px;
}
.kosik-uzivatelsky-set{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 11px;
    line-heigh: 11px;
}
.homepage-kontakty {
    padding-top: 0 !important;
    margin-top: -1px !important;
    font-size: 12.6px !important;
    color: #505050 !important;
    min-height: auto;
}
.cls-mobile {
    height: 6450px;
}
