     
html, body {
	height: 100%;
}
body {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto';
    color: #454545;
    background-color: #fff;
      
}
@media (min-width: 1200px) {
	.container {
		width: 1100px !important;
	}
}
/* ===== Typography ===== */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Open Sans', sans-serif;
}

h1.detail {
    font-size:22px;
    color:#04296c;
}
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: 0px; /* footer height + margin */
	padding-top: 0px; /* margin */
	padding-bottom: 0px; /* footer height + margin */
}

/* ===== Mini Navbar ===== */

.mini-navbar {
	width: 100%;
	height: 35px;
	font-size: 0.9em;
	z-index: 9999;
	position: relative;
}
.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;
}
.mini-navbar a {
	display: inline-block;
	padding: 1px 0px 0px 1px;
	-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;
	-webkit-transition: background 500ms;
	transition: background 500ms;
        margin-top: 7px;                
}

/* Mini Navbar Dark */

.mini-navbar-dark {
	background: #f2f2f2;
	color: #ecf0f1;
}
.mini-navbar-dark .sr-only{
	background: #fff;
	color: #000;
}

.mini-navbar-dark	a {
	color: #ecf0f1;
}
.mini-navbar-dark a:hover {
	background: #242424;
}

/* 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 7px;
	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;
}

/* ===== Navbar ===== */



.navbar-static-top {
	right: 0;
	left: 0;
}

/* Navbar gets a bit higher */

.navbar {
	min-height: 30px;
        margin-top: 0px;
 	margin-bottom: 1px !important;
      font-weight: bold;
        margin-left: auto;
        margin-right: auto; 
}

@media (min-width: 240px) {
	.navbar-nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
      
	}
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
      
	}
}
@media (min-width: 1200px) {
    .navbar-nav > li > a {
	padding-top: 40px;
	padding-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
        display: inline-block;
        float: none;
        vertical-align: top;      
    }
    .is-sticky  .navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
    }
}

.navbar-form {
	margin-top: 20.5px;
	margin-bottom: 20.5px;
}
.navbar-brand {
	padding: 25px 15px;
	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 {
        float: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Navbar Dark */

.navbar-dark {
    border: 0;
    background-color: none;

}

.navbar-dark .navbar-brand {
	color: #ecf0f1;
	text-shadow: 1px 1px 2px #333;
}

.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;
}

.navbar-dark .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none !important;
}

.navbar-dark .navbar-nav > li:first-child > a {
    margin-left: 0px;
}
.navbar-dark .navbar-nav > li > a {
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.53);
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.53);
}


@media (min-width: 240px) {
    .navbar-dark .navbar-nav >li {
        float: left;
    }
    .navbar-dark .navbar-nav > li > a {
        background-color: #ed906d;
        margin-left: 4px;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }
    .menu-horni {
        padding-top: 15px
    }
    .is-sticky .menu-horni {
        padding-top: 5px;
    }
    .menu-leva {
        padding-left: 15px;
    }
    .novinka-leva {
        padding-right: 15px;
        padding-left: 15px;
    }
    .novinka-prava {
        padding-right: 15px;
        padding-left: 15px;
        
    }

}
@media (min-width: 768px) {
    .navbar-dark .navbar-nav >li {
        float: left;
    }
    .navbar-dark .navbar-nav > li > a {
        background-color: #ed906d;
        margin-left: 4px;
        color: #fff;
        font-size: 24px;
        font-weight: normal;
    }
    .menu-horni {
        padding-top: 30px
    }
    .is-sticky .menu-horni {
        padding-top: 20px;
    }
    .menu-leva {
        padding-left: 0px;
    }
    .novinka-leva {
        padding-right: 30px;
        padding-left: 0;
    }
    .novinka-prava {
        padding-right: 0px;
    }
    

}
@media (min-width: 1200px) {
    .navbar-dark .navbar-nav > li > a {
        background-color: #ed906d;
        margin-left: 13px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }
    .menu-horni {
        padding-top: 30px;
    }
    .is-sticky .menu-horni {
        padding-top: 3px;
    }
    
}
.menu-horni-seda {
    background-color: #fff;
    padding: 3px 0px 3px 0px;
    transition: background 800ms, color 800ms;
    -webkit-transition: background 800ms, color 800ms;
    
}
.pozadi-horni-cela {
    
}



.navbar-dark .navbar-nav > li > a:hover,
.navbar-dark .navbar-nav > li > a:focus {
    color: white !important;
    background-color: #000;
} 

.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
    color: #fff;
    background-image: none;
    background-color: #404040;
    
}

.navbar-dark .navbar-nav > .disabled > a,
.navbar-dark .navbar-nav > .disabled > a:hover,
.navbar-dark .navbar-nav > .disabled > a:focus {
	color: #bdc3c7;
}

.navbar-dark .navbar-toggle {
    width: 100%;
	border-color: transparent;
	background-color: #FDFFCD;
        margin-left: auto;
        margin-right: auto;
        float: none;
}
.navbar-dark .navbar-toggle span {
    margin-left: auto;
    margin-right: auto;
}

.navbar-dark .navbar-toggle:hover,
.navbar-dark .navbar-toggle:focus {
	background-color: #353432;
        
}

.navbar-dark .navbar-toggle .icon-bar {
	background-color: #79241d;
}

.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 {
    padding-left: 0px;
    margin-left: 0px;

}

.navbar-dark .navbar-nav > .open > a,
.navbar-dark .navbar-nav > .open > a:hover,
.navbar-dark .navbar-nav > .open > a:focus {
	color: #FFF;
}
.nav .open > a {
    background-color: #cb0707 !important;
}

.navbar-nav > .open > a:after {
	content: "\f0d8";
	font-family: FontAwesome;
	position: absolute;
	z-index: 9999;
	bottom: -5px;
	left: 50%;
	margin-left: -10px;
	font-size: 36px;
}

.navbar-dark .navbar-nav > .open > a:after {
	color: #122843;
}

.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: #ecf0f1;
	border-bottom-color: #ecf0f1;
}

.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 */

.navbar-dark .navbar-nav > li > .dropdown-menu {
	background-color: #122843;
	border: 1px solid #122843;
	border-top: 1px solid #666;
	-webkit-box-shadow: none;
			box-shadow: none;
}



.navbar-dark .dropdown-menu > li > a {
	padding: 7px 20px;
	border-bottom: 1px solid #666;
	color: #fff;
}
.navbar-dark .dropdown-menu > li > a:hover,
.navbar-dark .dropdown-menu > li > a:focus {
    background-color: #0c456b;
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
}
.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 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: #ecf0f1;
		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-dark .navbar-nav > li > a.menu-home:hover,
.navbar-dark .navbar-nav > li > a.menu0:hover,
.navbar-dark .navbar-nav > li > a.menu1:hover,
.navbar-dark .navbar-nav > li > a.menu2:hover,
.navbar-dark .navbar-nav > li > a.menu3:hover,
.navbar-dark .navbar-nav > li > a.menu4:hover
{
    background-image: none;
    background-color: #404040 !important;
}

.navbar-dark .navbar-nav > li > a.menu0 {
    background-color: #55963f !important;
}
.navbar-dark .navbar-nav > li > a.menu1 {
    background-color: #ffb900 !important;
}
.navbar-dark .navbar-nav > li > a.menu2 {
    background-color: #2293d1 !important;
}
.navbar-dark .navbar-nav > li > a.menu3 {
    background-color: #ed1c24 !important;
}
.navbar-dark .navbar-nav > li > a.menu4 {
    background-color: #f7941e !important;
}







/* Navbar White */

.navbar-white {
	background-color: #fff;
	border: 0;
	-webkit-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
	box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
}

.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: #505050;
	background: transparent;
	-webkit-transition: background 500ms;
			transition: background 500ms;
}

/* .navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
	color: #fff;
} */

.nav-hover-fix:hover {
	color: #fff !important;
}


.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {
	color: #111;
	background: #f5f5f5;
}

.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: #505050;
}

.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: #fff;
}

.navbar-white .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.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: #fff;
	border-bottom-color: #fff;
}

/* Navbar White Dropdown Menu */

.navbar-white .navbar-nav > li > .dropdown-menu {
	background-color: #fff;
	border: 1px solid #ecf0f1;
	border-top: 1px solid #f5f5f5;
}
.navbar-white .dropdown-menu > li > a {
	padding: 7px 20px;
	border-bottom: 1px solid #ecf0f1;
	color: #505050;
}
.navbar-white .dropdown-menu > li > a:hover,
.navbar-white .dropdown-menu > li > a:focus {
	color: #fff;
	-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;
	} */
	.navbar-white .navbar-nav > .open > a,
	.navbar-white .navbar-nav > .open > a:hover,
	.navbar-white .navbar-nav > .open > a:focus {
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		border-width: 0;
	}
}

/* ===== 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: #666;
	padding: 10px 15px;
	font-size: 18px;
	color: #FFF;
	border-radius: 3px;
	-webkit-transition: background 0.1s ease-in-out;
			transition: background 0.1s ease-in-out;
}
.backtotop:hover {
	background: #4E4D4A;
}

/* ===== Footer ===== */

footer {
	padding: 20px 0;
	margin-top: 0px;
}
footer h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #4E4D4A;
	margin-bottom: 20px;
}
footer h3 > span {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.mapa {
    width: 100%;
}
/* Footer Dark */

.footer-dark-bila {
	color: #6f6f6f;
      padding-top: 0px;
      padding-bottom: 0px;
}

.footer-dark {
    /*background: url(/obr/pozadi-carousel.png) repeat;*/
    background-color: #000;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer-dark-bila-vnitrek {
    background-color: #f0eff0;
}

.footer-dark-vnitrek {
    background-color: #fff;
}
.footer-dark a {
    color: #fff !important;
    text-decoration: underline;
}
.footer-dark hr {
	border-top: 1px solid #4E4D4A;
}
.footer-dark .text-color {
    color: white;
}

/* Footer White */

.footer-white {
	background: #fff;
	border-top: 1px solid #dedede;
	color: #999;
}
.footer-white h3 {
	border-color: #eee;
}
.footer-dark p, .footer-dark td {
    line-height: 30px;
}

/* 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: #00144e !important;
	transition: background 500ms, color 500ms;
	-webkit-transition: background 500ms, color 500ms;
}
.social li:hover > a {
	color: #fff !important;
}
.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;
}



.menu-horni-pozadi {
    
}
.menu-horni-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.kontakt-horni p, .kontakt-horni a{
    font-size: 16px;
    font-weight: normal;
    color: white !important;
}

.social-horni > ul,
.social-horni > ul > li {
	margin: 0;
	padding: 0;
}
.social-horni li > a {
        display: inline-block;
        width: 26px;
        height: 26px;
        margin: 0 2px 2px 0;;
        border-radius: 26px;
        text-align: center;
        font-size: 14px;
        line-height: 26px !important;
        background: #75bbdf;
        color: #fff !important;
        transition: background 500ms, color 500ms;
        -webkit-transition: background 500ms, color 500ms;
}
.social-horni li {
    padding: 0!important;
}


@media (max-width: 399px) {
    .social-horni li > a {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 2px 2px 0;;
            border-radius: 20px;
            text-align: center;
            font-size: 14px;
            color: #fff !important;
            transition: background 500ms, color 500ms;
            -webkit-transition: background 500ms, color 500ms;
    }
}
@media (min-width: 400px) {
    .social-horni li > a {
            display: inline-block;
            width: 26px;
            height: 26px;
            margin: 0;
            border-radius: 26px;
            text-align: center;
            font-size: 14px;
            color: #fff !important;
            transition: background 500ms, color 500ms;
            -webkit-transition: background 500ms, color 500ms;
    }
}

.social-horni li:hover > a {
	color: #fff !important;
}
.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 ===== */


.main-slideshow {
	position: relative;
	margin-top: 0px;
}

.main-slideshow .carousel-indicators {
    position: absolute;
    right: 40px;
    bottom: 10px;
    margin-left: 0;
    left: 80%;
    right: 0;
    width: 20%;
}
.main-slideshow .carousel-indicators > li,
.carousel-indicators > li.active {
    width: 25px;
    height: 25px;
    border-radius: 0;
    border: 0;
    background: #4395bc;
    text-indent: 0;    
    padding-top: 3px;
    margin-right: 5px;
}
.main-slideshow .carousel-indicators > li.active {
    background: #215677;
}


.jumbotron-section {
    background-size: 100%;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
}

.jumbotron-cela {
    background-color: #eeeeee;
}

.jumbotron.first {
	background: url(/obr/flash01.jpg) no-repeat center center;
	background-size: cover;
}
.jumbotron.second {
	background: url(/obr/flash02.jpg) no-repeat center center;
	background-size: cover;
}
.jumbotron.third {
	background: url(/obr/flash03.jpg) no-repeat center center;
	background-size: cover;
}
.jumbotron.fourth {
	background: url(/obr/flash04.jpg) no-repeat center center;
	background-size: cover;
}
.jumbotron.fifth {
	background: url(/obr/flash05.jpg) no-repeat center center;
	background-size: cover;
}
.jumbotron.sixth {
	background: url(/obr/flash06.jpg) no-repeat center center;
	background-size: cover;
}
.jumbotron.seventh {
	background: url(/obr/flash07.jpg) no-repeat center center;
	background-size: cover;
}

.jumbotron-chci-vstupenku {
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.carousel-pozadi {
    
    background-image:none,-webkit-linear-gradient(top,#529440 0,#77b240 100%);
    background-image:none,-moz-linear-gradient(top,#529440 0,#77b240 100%);
    background-image:none,-o-linear-gradient(top,#529440 0,#77b240 100%);
    background-image:none,linear-gradient(to bottom,#529440 0,#77b240 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#529440', endColorstr='#77b240',GradientType=0);

    margin-top: 10px;
}
.jumbotron {
    border-radius: 0 !important;
        width: 100%;
        height: 500px;
        margin-bottom: 0px;
        color: #FFF;
        overflow: hidden;
      padding: 0 !important;
      margin: 0 !important;
      background-color: white;
      position: relative;
}


@media (max-width: 767px) {
    .jumbotron {
        border-radius: 0 !important;
            width: 100%;
            height: 200px;
            margin-bottom: 0px;
            color: #FFF;
            overflow: hidden;
          padding: 0 !important;
          margin: 0 !important;
          background-color: white;

    }
}
@media (max-width: 400px) {
    .jumbotron {
        border-radius: 0 !important;
            width: 100%;
            height: 80px;
            margin-bottom: 0px;
            color: #FFF;
            overflow: hidden;
          padding: 0 !important;
          margin: 0 !important;
          background-color: white;

    }
}

@media (min-width: 768px) {
    .jumbotron {
        border-radius: 0 !important;
            width: 100%;
            height: 180px;
            margin-bottom: 0px;
            color: #FFF;
            overflow: hidden;
          padding: 0 !important;
          margin: 0 !important;
          background-color: white;

    }
}
@media (min-width: 980px) {
    .jumbotron {
        border-radius: 0 !important;
            width: 100%;
            height: 180px;
            margin-bottom: 0px;
            color: #FFF;
            overflow: hidden;
          padding: 0 !important;
          margin: 0 !important;
          background-color: white;

    }
}
@media (min-width: 1200px) {
    .jumbotron {
        border-radius: 0 !important;
            width: 100%;
            height: 265px;
            /*height: 199px;*/
            margin-bottom: 0px;
            color: #FFF;
            overflow: hidden;
          padding: 0 !important;
          margin: 0 !important;
          background-color: white;
          border: 0;
    }
}
.jumbotron h1 {
    font-family: 'Ubuntu';
      font-weight: 700;
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.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);
}

/* 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: 'Roboto', sans-serif !important;
	background: transparent;
	font-weight: bold;
}



.reg-form {
	padding: 10px;
	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);
}
.reg-form .input-group {
    margin-bottom: 10px;
}
.reg-form h3 {
    font-size: 20px;
    min-height: 45px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.reg-form h3 span {
    font-size: 16px;
}
/* ===== 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: 'Roboto', 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;
}

@media (min-width:768px) {
    .galerie-nadpis {
        font-size:12px;
        line-height: 14px;
        min-height: 90px;

    }
}
@media (min-width:1200px) {
    .galerie-nadpis {
        font-size:12px;
        line-height: 14px;
        min-height: 50px;

    }
}

@media (min-width:768px) {
    .galerie-text {
        font-size:12px;
        line-height: 14px;
        min-height: 90px;

    }
}
@media (min-width:1200px) {
    .galerie-text {
        font-size:12px;
        line-height: 14px;
        min-height: 60px;

    }
}

@media (min-width:768px) {
    .galerie-velikost {
        font-size:12px;
        min-height: 15px;

    }
}
@media (min-width:1200px) {
    .galerie-velikost {
        font-size:12px;
        min-height: 15px;

    }
}
@media (min-width:768px) {
    .galerie-dostupnost {
        font-size:12px;
        min-height: 15px;

    }
}
@media (min-width:1200px) {
    .galerie-dostupnost {
        font-size:12px;
        min-height: 15px;

    }
}
@media (min-width:768px) {
    .shop-product h5 {
        min-height: 50px;
    }
}
@media (min-width:1200px) {
    .shop-product h5 {
        min-height: 40px;
    }
}

.galerie-tooltip {
    display: block;
    border: 1px solid red;
    overflow: auto;
    z-index: 0;
    min-height: 130px;
}

.galerie-velikost {
    font-size: 10px;
}

.shop-product {
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.shop-product:hover {
	border-color: #747474;
}
.shop-product-obrazek {
    min-height: 130px;
    
}


.shop-product-lyze-obrazek {
    min-height: 40px;
    
}




@media (min-width:260px) {
    .shop-product img {
        margin-left:auto;
        margin-right: auto;
          margin-bottom: 10px;
          border-radius: 3px;
    }
}
@media (min-width:768px) {
    .shop-product img {
        margin-left:auto;
        margin-right: auto;
          margin-bottom: 10px;
          border-radius: 3px;
          max-height:120px;
    }
}
@media (min-width:1200px) {
    .shop-product img {
        margin-left:auto;
        margin-right: auto;
          margin-bottom: 10px;
          border-radius: 3px;
          max-height:120px;
    }
}

.shop-product a {
	color: #515151;
}
.shop-product.featured:before {
	content: "Akce";
	position: absolute;
	top: 0;
	right: 15px;
	padding: 3px 8px;
	border-radius: 0 3px 0 3px;
	background: #E35E54;
	color: white;
}
.shop-product .price .old {
	color: red;
      margin-right: 10px;
	text-decoration: line-through;
}
.shop-product .price .new {
	font-weight: bold;
      font-size:20px;
}

.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;
	width: 100px;
	margin: 0 10px 10px 0;
	border-radius: 3px;
}
.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: #2790b0;
    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;
}


.input-group {
    margin-bottom: 5px;
}

.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: #c4242f;
  -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: #2790b0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #2790b0;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #2790b0;
}
.has-required .input-group-addon {
  color: white;
  background-color: #c4242f;
  border-color: #c4242f;
}
.has-required .form-control-feedback {
  color: #2790b0;
}


.text12 { font-size:12px;}
.text13 { font-size:13px;}
.text14 { font-size:14px;}
.text16 { font-size:16px;}
.text18 { font-size:18px;}
.text20 { font-size:20px;}
.text22 { font-size:22px;}
.text24 { font-size:24px;}
.text30 { font-size:30px !important;}
.text40 { font-size:40px !important;}

.margin-top0 {    margin-top: 0;}
.margin-top2 {    margin-top: 2px;}
.margin-top10 {    margin-top: 10px;}
.margin-top15 {    margin-top: 15px;}
.margin-top20 {    margin-top: 20px;}
.margin-top30 {    margin-top: 30px;}
.margin-top35 {    margin-top: 35px;}
.margin-top40 {    margin-top: 40px;}
.margin-top45 {    margin-top: 45px;}
.margin-top50 {    margin-top: 50px;}
.margin-top60 {    margin-top: 60px;}

.margin-left15 {margin-left: 15px;}
.margin-left30 {margin-left: 30px;}

.margin-right15 {margin-right: 15px;}
.margin-right20 {margin-right: 20px;}
.margin-right25 {margin-right: 25px;}
.margin-right30 {margin-right: 30px;}

.margin-bottom0 {    margin-bottom: 0px;}
.margin-bottom15 {    margin-bottom: 15px !important;}
.margin-bottom30 {    margin-bottom: 30px !important;}


.margin0 {margin: 0px;}
.margin5 {margin: 5px;}
.margin10 {margin: 10px;}

.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;}
.padding5 td{padding:5px;}



.padding10 {padding:10px;}
.padding15 {padding:15px;}
.padding20 {padding:20px;}

.padding-left0 {padding-left:0px;}
.padding-left5 {padding-left:5px;}
.padding-left10 {padding-left:10px;}
.padding-left15 {padding-left:15px;}
.padding-left20 {padding-left:20px;}
.padding-left25 {padding-left:25px;}
.padding-left30 {padding-left:30px;}
.padding-left40 {padding-left:40px;}
.padding-left50 {padding-left:50px;}

.padding-right0 {padding-right:0px;}
.padding-right10 {padding-right:10px;}
.padding-right15 {padding-right:15px;}
.padding-right20 {padding-right:20px;}
.padding-right25 {padding-right:25px;}
.padding-right30 {padding-right:30px;}

.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-bottom70 {padding-bottom:70px;}
.padding-bottom80 {padding-bottom:80px;}

.padding-top0 {padding-top:0px;}
.padding-top5 {padding-top:5px;}
.padding-top8 {padding-top:8px;}
.padding-top10 {padding-top:10px;}
.padding-top11 {padding-top:11px;}
.padding-top13 {padding-top:13px;}
.padding-top15 {padding-top:15px;}
.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 !important;}
.padding-top45 {padding-top:45px !important;}
.padding-top50 {padding-top:50px !important;}
.padding-top60 {padding-top:60px;}
.padding-top70 {padding-top:70px;}
.padding-top80 {padding-top:80px;}
.padding-top90 {padding-top:90px;}
.padding-top100 {padding-top:100px;}

.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;}

.tucne {font-weight: bold;}
.podtrzeno {text-decoration: underline;}
.italic {font-style: italic;  }

.cena	{
    color:black;
    font-weight:bold;
}

.kosik-menu {
    font-size:30px;
    margin-top: -13px;
}
.kosik-menu-dropdown{
    padding: 20px;
}

.ram {    border:1px solid red;}
.ram-seda {    border:1px solid #ededed;}

.filtr-nadpis {
    background-color: #ebebeb;
}
.block {
    display: block;
    text-decoration: none;
}

.sirka5px {    min-width: 5px;}
.sirka20px {    min-width: 20px;}
.sirka40px {    min-width: 40px;}
.sirka70px {    min-width: 70px;}
.sirka80px {    min-width: 80px;}
.sirka100px {    min-width: 100px;    text-align: left;    }
.sirka150px {    min-width: 150px;    text-align: left;    }
.sirka200px {    min-width: 200px;    text-align: left;    }
.sirka230px {    min-width: 230px;    text-align: left;    }
.sirka300px {    min-width: 300px;    text-align: left;    }

.width150 { width:150px;}
.width200 { width:200px;}

.margin-bottom10 { margin-bottom:10px;}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.panel-heading a {
display: block;
font-weight: bold;
color: white !important;
padding: 7px 10px 7px 10px;
}
.panel-heading a:hover {
background-image:none,-webkit-linear-gradient(top,#6392c1 0,#cbe4f8 100%);
background-image:none,-moz-linear-gradient(top,#6392c1 0,#cbe4f8 100%);
background-image:none,-o-linear-gradient(top,#6392c1 0,#cbe4f8 100%);
background-image:none,linear-gradient(to bottom,#6392c1 0,#cbe4f8 100%);    
text-decoration: none;
color:#04296c !important;
}

.panel-heading {
    border-bottom:1px solid #858585 !important;
    padding: 0px;
background-image:none,-webkit-linear-gradient(top,#2a558f 0,#052a6d 100%);
background-image:none,-moz-linear-gradient(top,#2a558f 0,#052a6d 100%);
background-image:none,-o-linear-gradient(top,#2a558f 0,#052a6d 100%);
background-image:none,linear-gradient(to bottom,#2a558f 0,#052a6d 100%);    
}

.panel-heading-inverzne a {
display: block;
font-weight: bold;
color: #04296c !important;
padding: 7px 10px 7px 10px;
}

.panel-heading-inverzne {
background-image:none,-webkit-linear-gradient(top,#6392c1 0,#cbe4f8 100%);
background-image:none,-moz-linear-gradient(top,#6392c1 0,#cbe4f8 100%);
background-image:none,-o-linear-gradient(top,#6392c1 0,#cbe4f8 100%);
background-image:none,linear-gradient(to bottom,#6392c1 0,#cbe4f8 100%);    
    border-bottom:1px solid #858585 !important;
    padding: 0px;
}

.panel-heading-inverzne a:hover , .panel-heading-inverzne a.vybrano{
background-image:none,-webkit-linear-gradient(top,#2a558f 0,#052a6d 100%);
background-image:none,-moz-linear-gradient(top,#2a558f 0,#052a6d 100%);
background-image:none,-o-linear-gradient(top,#2a558f 0,#052a6d 100%);
background-image:none,linear-gradient(to bottom,#2a558f 0,#052a6d 100%);    
text-decoration: none;
color: white !important;
}



.panel-body {
    margin: 0;
    padding: 5px;
}
.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-color:#04296c;
text-decoration: none;
color:white !important;
    
}

.podmenu .vybrano {
    font-weight: bold;
}

.panel-heading .vybrano
{
    display: block;
background-image:none,-webkit-linear-gradient(top,#6392c1 0,#cbe4f8 100%);
background-image:none,-moz-linear-gradient(top,#6392c1 0,#cbe4f8 100%);
background-image:none,-o-linear-gradient(top,#6392c1 0,#cbe4f8 100%);
background-image:none,linear-gradient(to bottom,#6392c1 0,#cbe4f8 100%);    
text-decoration: none;
color:#04296c !important;

}


.panel-body {
}
.podkat-misto {
    
}

.podmenu2 li a i {
    font-size: 10px;
    color: black;
    margin-right: 3px;
}
.podmenu2 li a:hover i {
    font-size: 10px;
    color: #c62838;
    margin-right: 3px;
}

.podmenu2
{
    list-style-type: none;
    margin :0px;
    padding: 0px;

}
.podmenu2 li
{
    list-style-type: none;
    margin: 0px;
    margin-left: 0px;
    padding-left: 0px;

}

.podmenu2 li a
{
    color: #5e5e5e;
    font-size: 11px;
    margin: 0px;
    padding: 3px 5px 5px 15px;
    display: block;
    font-weight: normal;
    background: white;
    border: 0 none;
    
}
.podmenu2 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;
}

.podmenu2 li a.vybrano
{
    color: black;
    padding-top:2px;
    height: 15px;
    display: block;
    background:none !important;
}

.topic h1 {
    font-size:14px;
    margin: 0;
    margin-top: 3px;
}

.zobrazeni-ramecek {
    float: right;
    margin-top: 0px;

}

.zobrazeni-polozek {
    font-size: 12px;
    padding: 5px;
}
.zobrazeni-polozek td {
    padding-left:5px;
}
.zobrazeni {
    float: left;
    display: block;
    color: #8ebc00;
    font-size: 30px;
    margin-right: 15px;
}
.zobrazeni-vybrano {
    float: left;
    display: block;
    color: #9b9b9b;
    font-size: 30px;
    margin-right: 15px;
}
.zobrazeni a, .zobrazeni i {
    color: #8ebc00;
    font-size: 30px;
}
.zobrazeni-vybrano a, .zobrazeni-vybrano i {
    color: black;
}
.topic {
    margin-bottom:5px;
}


.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;
}











/*** 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; }




/* Navigace v detailu vyrobku*/

.bs-example {
margin-left: 0;
margin-right: 0;
margin-top: 20px;
background-color: white;
border-width: 1px;
border-color: #ddd;
border-radius: 4px 4px 0 0;
box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
padding: 5px 15px 15px;
border-color: #e5e5e5 #eee #eee;
border-style: solid;
border-width: 1px 0;
}

.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;
}


@media (max-width: 1200px) { 
    .bs-example>.nav-tabs > li {
        float:none;
    }
}

.bs-example>.nav-tabs {
border-bottom: 2px solid #ddd;
}
.bs-example>.nav-tabs>li {
margin-right: 5px;
border: 1px solid #ddd;
border-bottom: 0;
border-radius: 4px 4px 0 0;
}
.bs-example>.nav-tabs>li.active>a, .bs-example>.nav-tabs>li.active>a:hover, .bs-example>.nav-tabs>li.active>a:focus {
color: white;
background-color: #94ba65;
cursor: default;
font-weight: bold;
}

.bs-example>.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 15px;
}

.bs-example>.nav-tabs>li>a:hover {
background-color: #94ba65;
color: white;
}

.bs-example>.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 {
    overflow: auto;
}
.kosik-leva {
    float:left;
    margin-top: 7px;
    margin-right: 10px;
}
.kosik-input {
    float:left;
}
.kosik-prava {
    float:left;
}

a.kosik-detail {
    padding: 5px 15px 5px 15px;
    background-color: #ffc95d;
    margin-left: 15px;
    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 #d4d4d4;
    min-height:210px;
    padding: 10px;
    text-align: center;
}
.prvni-ramecek:hover {
	border-color: #747474;
}

.prvni-ramecek .prvni-ramecek-img
{
    padding: 5px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    min-height: 150px;
}

.prvni-ramecek .prvni-ramecek-odkaz
{
    padding: 5px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 30px;
}

.prvni-ramecek-odkaz h3 {
    margin-top: 0px;
    font-size:16px;
}

.text-bila {
    color:white !important;
}
.text-zluta {
    color: #FDFFCD;
}
.text-cerna {
    color: black !important;
}
.text-modra {
    color: #4395bc;
}
.text-hneda {
    color: #674e42;
}
.text-cervena {
    color: #c4242f !important;
}
.text-modra-tmava {
    color: #2a56a9 !important;
}
.text-modroseda {
    color: #5e96b2 !important;
}
.pozadi-modra {
    background-color: #4395bc;
}
.pozadi-bila {
    background-color: white; 
}
.pozadi-hneda {
    background-color: #7a725f;
}
.pozadi-program {
    background-color: #f4f4f4;
}
.ordinace-obrazek {
    margin-bottom: 15px;
    max-height: 180px;
}
.ordinace-nadpis {
    border-bottom: 2px solid #91be4b;
}
.onas-strucne p{
    font-size: 14px;
    line-height: 22px;
    color: #4395bc;
    font-weight: bold;
    
}
.onas-obrazek {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
    float: left;
}
.onas-text p{
    font-size: 14px;
}
.onas-text span {
    font-weight: normal;
}

.onas-text ul {
    list-style-type: square;
    margin-left: 310px;
}
.onas-text li {
 line-height: 1.8em;
     height: auto;

}


.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;
}
.pozadi-logo {
    background-color: #2a2b2b ;
    min-height: 210px;
    
}




.hledat
{
    margin-top: 4px;
    width: 100%;
}
.hledat-table {
    width: 100%;
}
.hledat-button {
    border:none !important;
    text-transform:uppercase;
    color:black;
    background-color: #bebfc0 !important;
    padding:2px 10px 2px 10px;
    vertical-align:middle;
    margin:0px 0px 0 0;
}
.hledat i {
    color: white;
}

.hledat input[type="text"] {
    background-color:white;
    text-transform:none;
    border: 1px solid #eaeaea;
    border-radius: 0;
    color:#000;
    font-size: 12px;
    padding:4px 5px 4px 8px;
    margin:0px 10px 0px 0px;
    vertical-align:top;
    width: 100% !important;
}
.hledat button[type="submit"]
{
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    color: white !important;
    border-left: 0;
    padding:3px 15px 3px 15px;
}

@media (min-width: 768px) {
    .hledat button[type="submit"]
    {
        background-color: #c1c1c1;
        color: white !important;
    }
    
}

@media (min-width: 1200px) {
    .hledat button[type="submit"]
    {
        background-color: #c1c1c1;
        color: white !important;
    }
    
}


.hledat i {
        color: white;
        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; }

#kosik
{
    float: left;
    margin-top: 15px;
    background: #FF00FF;
    padding-top: 5px;
    height: 85px;
    width: 100%;
    border-radius: 6px; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px #333;
    box-shadow: 1px 1px 2px #333;
    
background: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#d1d1d1));
background: -webkit-linear-gradient(#f4f4f4,#d1d1d1);
background: -moz-linear-gradient(center top,#f4f4f4 0,#d1d1d1 100%);
background: -moz-gradient(center top,#f4f4f4 0,#d1d1d1 100%);
    
    
}
#kosik span.nadpis-kosik
{
    font-size:18px;
    color: white;
    margin-top: 0px;
    margin-bottom: 20px;
}
#kosik img
{
    z-index:200;
    width: 40px;
    float: left;
    position: relative;
    top: 25px;
    margin-right: 10px;
    
}
#kosik .kosik-text
{
    color: #262626;
    float: left;
    position: relative;
    top: 0px;
    left: 10px;
    font-size: 16px;
    
}
#kosik a {
    display: block;
    overflow: auto;
}

.kosik-nadpis {
    font-size: 14px;
    font-weight: bold;
    color: #e91437;
    padding: 5px 0px 0px 10px;
    margin-left: 0px;
    margin-bottom: 5px !important;
}


.nadpis-akce {
background-image:none,-webkit-linear-gradient(top,#f14f6a 0,#e91538 100%);
background-image:none,-moz-linear-gradient(top,#f14f6a 0,#e91538 100%);
background-image:none,-o-linear-gradient(top,#f14f6a 0,#e91538 100%);
background-image:none,linear-gradient(to bottom,#f14f6a 0,#e91538 100%);    
    
    padding: 5px 0px 5px 20px;
    color: white;
    border-radius: 6px; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    border-left: 7px solid #002d69;
    border-right: 6px solid #002d69;
    font-size: 24px;
}


.menu-social {
    padding-top: 1px;
}
.menu-social > ul,
.menu-social > ul > li {
	margin: 0;
	padding: 0px !important;
}
.menu-social li > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 10px 7px 0px 0;;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: white;
	transition: background 500ms, color 500ms;
	-webkit-transition: background 500ms, color 500ms;
        padding: 0px 0px 0px 0px !important;
        
}
.menu-social li > a.facebook {
    background: url(/obr/facebook-icon.png) no-repeat;
    background-size: 30px 30px;
}
.menu-social li > a.twitter {
    background: url(/obr/twitter-icon.png) no-repeat;
    background-size: 30px 30px;
}
.menu-social li > a.google {
    background: url(/obr/google-icon.png) no-repeat;
    background-size: 30px 30px;
}


/* Social Links Podcarousel*/
.top-social {
    padding-top: 5px;
}
.top-social > ul,
.top-social > ul > li {
	margin: 0;
	padding: 0px !important;
}
.top-social li > a {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 8px 2px 0;;
	border-radius: 26px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	background-color: #c1c1c1;
	color: white;
	transition: background 500ms, color 500ms;
	-webkit-transition: background 500ms, color 500ms;
        padding: 2px 0px 0px 0px !important;
}

.top-social li:hover > a {
	color: #fff;
}
.top-social li > a.rss:hover {
	background: #ff9900;
}
.top-social li > a.instagram:hover {
	background: #6e5447;
}
.top-social li > a.facebook:hover {
	background: #3B5998;

}
.top-social li > a.twitter:hover {
	background: #1dcaff;
}
.top-social li > a.plus:hover {
	background: #dd4b39;
}
.top-social li > a.vk:hover {
	background: #3f628a;
}
.top-social li > a.pinterest:hover {
	background: #c92026;
}
.top-social li > a.vimeo:hover {
	background: #446d82;
}
.top-social li > a.github:hover {
	background: #657e8c;
}
.top-social li > a.linkedin:hover {
	background: #0c7bb3;
}
.top-social li > a.dropbox:hover {
	background: #4fa3e3;
}
.top-social li > a.youtube:hover {
	background: #ed413e;
}


.top-znacky {
    background: url(/obr/back-znacky.png) repeat-x;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    
}
.top-znacky img {
    margin-right: 15px;
    max-width: 135px;
}

.zimni-sortiment {
background-image:none,-webkit-linear-gradient(top,#578dc3 0,#3f79b3 100%);
background-image:none,-moz-linear-gradient(top,#578dc3 0,#3f79b3 100%);
background-image:none,-o-linear-gradient(top,#6392c1 0,#3f79b3 100%);
background-image:none,linear-gradient(to bottom,#578dc3 0,#3f79b3 100%);    
    padding: 10px 0px 5px 0px;
    text-align: center;
    border-right: 3px solid white;
}
.letni-sortiment {
background-image:none,-webkit-linear-gradient(top,#bbd24c 0,#9fb741 100%);
background-image:none,-moz-linear-gradient(top,#bbd24c 0,#9fb741 100%);
background-image:none,-o-linear-gradient(top,#bbd24c 0,#9fb741 100%);
background-image:none,linear-gradient(to bottom,#bbd24c 0,#9fb741 100%);    
    padding: 10px 0px 5px 0px;
    text-align: center;
    border-left: 3px solid white;
}
.zimni-sortiment a,.letni-sortiment a {
    color:white;
    font-weight: bold;
    font-size: 16px;
    
}

.panel-nadpis {
    background: 0 none;
    background-color: #578dc3;
    padding: 5px;
    font-size: 16px;
    color: white;
    
}

.nase-tipy {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #80a9d0;
}
.nase-tipy h3{
    font-size: 14px;
    color: #5a5a5a;
    font-weight: bold;
    text-decoration: underline;
}
.nase-tipy p {
    font-size: 13px;
    color: #5a5a5a;
}

.live-chat {
	position: absolute;
	top: 348px;
	right: 10px;
}
.social-leva {
	position: absolute;
	top: 348px;
	left: 10px;
        max-width: 72px;
}
.social-leva-banner, .social-prava-banner {
    width: 80px;
    height: 468px;
    display: block;
    background-color: white;
}

#dalsi-vyrobci {
    display: none;
}
.informace ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.informace ul li {
    margin-left: 0px;
    padding-left: 0px;
}


.hlavnimenu-table {
    width: 100%;
    margin-bottom: 20px;
}
.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: #585858 !important;*/
    color: #585858;
    padding: 7px 10px 7px 10px;
    background-image:none,-webkit-linear-gradient(top,#f7f7f7 0,#dadada 100%);
    background-image:none,-moz-linear-gradient(top,#f7f7f7 0,#dadada 100%);
    background-image:none,-o-linear-gradient(top,#f7f7f7 0,#dadada 100%);
    background-image:none,linear-gradient(to bottom,#f7f7f7 0,#dadada 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dadada',GradientType=0);    
    border-bottom:1px solid white;
    display: block;
    font-size: 13px;
    width: 100%;
    text-decoration: none;
    
    
}
.hlavnimenu li a:hover
{
    background: none;
    filter: "none" !important;
    background-image:none,-webkit-linear-gradient(top,#0c5734 0,#0c5734 100%);
    background-image:none,-moz-linear-gradient(top,#0c5734 0,#0c5734 100%);
    background-image:none,-o-linear-gradient(top,#0c5734 0,#0c5734 100%);
    background-image:none,linear-gradient(to bottom,#0c5734 0,#0c5734 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c5734', endColorstr='#0c5734',GradientType=0);    
    color: white !important;
}

.hlavnimenu li a.vybrano
{
    background: none;
    background-image:none,-webkit-linear-gradient(top,#0c5734 0,#0c5734 100%);
    background-image:none,-moz-linear-gradient(top,#0c5734 0,#0c5734 100%);
    background-image:none,-o-linear-gradient(top,#0c5734 0,#0c5734 100%);
    background-image:none,linear-gradient(to bottom,#0c5734 0,#0c5734 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c5734', endColorstr='#0c5734',GradientType=0);    
color: white !important;
}


.hlavnimenu li a i {
    margin-left: 0px;
    margin-right: 5px;
    color: #a1a1a1;
    font-size: 8px;
    
}

.hlavnimenu li a:hover i {
    color:#fffd04 !important;
}

.hlavnimenu li a.vybrano i {
    margin-left: 0px;
    margin-right: 10px;
    color: #fce6fc;
}



.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:5px 0px 5px 30px !important;
    display: block;
    font-weight: bold;
    font-size: 11px;
    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 0px 3px 10px !important;
    display: block;
    border: 0 !important;
}



.tooltip {
    min-width: 150px;
}
.tooltip-inner {
    color: black !important;
    background-color: #eeeeee !important;
}


/*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: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-right: 8px;
}
.filtry input[type="checkbox"]:checked + label:before {
padding-right: 6px;
}
.filtry input[type=radio] + label:before {
content: "\f10c"; /* Radio Unchecked */
}
.filtry input[type=radio]:checked + label:before {
content: "\f056"; /* Radio Checked */
}
.filtry input[type="checkbox"] + label:before {
content: "\f096"; /* Checkbox Unchecked */
color: #363636;
font-size: 18px;
}
.filtry input[type="checkbox"]:checked + label:before {
content: "\f046"; /* Checkbox Checked */
color: #363636;
font-size: 18px;
}

.flash {
    background: url(/obr/flash01.jpg) no-repeat;
    min-height: 398px;
}
.seda {    color: #606060;}
.modra { color:#2a56a9;}
.modra-onas {
    color:#91be4b;
    line-height: 26px;
}
.aktuality {     
    color: #65594c !important;
    font-size: 30px !important;
}

.aktuality-obsah h2, .aktuality-obsah h2 a{
    color: #003b64 !important;
    font-size: 20px;
}

.aktuality-detaily {
    font-size: 11px;
    font-weight: bold;
}
.pozadi-cela {
    background-color: #f4f4f4;
}
.oddelovac {
    background: url(/obr/oddelovac.png) top center no-repeat;
    height: 36px;
}
.oddelovac-spodni {
    background: url(/obr/oddelovac-spodni.png) no-repeat;
    height: 36px;
}
.nadpis-pripadova-studie0 a, .nadpis-pripadova-studie1 a,.nadpis-pripadova-studie2 a{
    color: white;
    
}
.nadpis-pripadova-studie0 {    
    background-color: #f3c15e;
    font-size: 16px;
    font-weight: bold;
    padding: 7px;
}
.nadpis-pripadova-studie1 {    
    background-color: #ec6d58;
    font-size: 16px;
    font-weight: bold;
    padding: 7px;
}
.nadpis-pripadova-studie2 {    
    background-color: #5cbbf3;
    font-size: 16px;
    font-weight: bold;
    padding: 7px;
}


.ledvina-logo{
position:relative;
width:100%;
height:100%;
min-height: 660px;
}

.ledvina-logo2{
position: absolute;
top:43%;
left: 10%;
margin:auto;
}
.ledvina-logo3{
position: absolute;
top:35%;
margin:auto;
}

.cervena {
    color: #ed1c24;
}
a.cervena {
    text-decoration: none;
    color: #d72b2f !important;
}
.clanek-obrazek {
    float: left;
    width: 160px;
    height: 160px;
    margin: 5px;
    overflow: hidden;
}
.clanek-obrazek img {
    max-width: 240px;
}
blockquote {
    border: 0 none;
}

.horni-pozadi {
    background: #e9edef;
}
.horni-pozadi-stranka {
    min-height: 234px;
    background: url(/obr/back-horni-stranka.jpg) top center no-repeat;
}
.horni-pozadi-stranka-odkazy {
    min-height: 234px;
    background: url(/obr/back-horni-stranka.jpg) top center no-repeat;
}
.horni-pozadi-stranka-sluzby {
    min-height: 234px;
    background: url(/obr/back-horni-stranka-sluzby.jpg) top center no-repeat;
}
.horni-pozadi-stranka-cenik {
    min-height: 940px;
    background: url(/obr/back-horni-stranka-cenik.jpg) top center no-repeat;
}
.horni-pozadi-stranka-nas-tym {
    min-height: 974px;
    background: url(/obr/back-horni-stranka-nas-tym.jpg) top center no-repeat;
}

.horni-header {
    background: url(/obr/header.jpg) no-repeat;
    min-height: 230px;
    background-position: right;
    border-radius: 10px 10px 0px 0px;
   
}
.podlogem {
    color: #00582e;
    font-size: 20px;
    font-style: italic;
}
.vlajka {
    border: 1px solid #7b7b7b;
}
.prvninadpis {
    font-size: 16px;
}
.prvninadpis  span {
    padding-top: 20px;
    font-size: 42px;
}
.text-prvni p {
    line-height: 32px;
}
.footer-oddelovac {
    background: url(/obr/footer-oddelovac.png) no-repeat top center;
    min-height: 38px;
    margin-top: 30px;
}
.footer-oddelovac-clanek {
    background: url(/obr/footer-oddelovac-clanek.png) no-repeat top center;
    min-height: 38px;
    margin-top: 30px;
}
.carka-prava {
    border-right: 1px solid #d3c8c1;
    min-height: 200px;
}
.hlavicka-nadpis {
    min-height: 200px;
}
.hlavicka-nadpis-sluzby {
    min-height: 200px;
}
.hlavicka-nadpis-cenik {
    min-height: 50px;
}
.hlavicka-nadpis-nas-tym {
    min-height: 500px;
}
.hlavicka-nadpis-odkazy {
    min-height: 200px;
}


.clanek-detail-cenik {
    padding: 15px;
    margin-bottom: 20px;
}
.clanek-detail-cenik td {
    padding-right: 30px;
}
.clanek-detail-cenik h3 {
    color: #7f5c42;
    font-size: 16px;
    font-weight: bold;
}



.clanek-detail-nas-tym h3 {
    color: #7f5c42;
    font-size: 16px;
    font-weight: bold;
}

.clanek-detail-nas-tym td {
    padding-left: 20px;
    padding-right: 20px;
}
.tym-carka {
    border-right: 1px solid #c1b8ae;
}

.clanek-detail-sluzby {
    padding: 25px;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px -2px #cccccc;
    -moz-box-shadow: 0 5px 5px -2px #cccccc;
    -webkit-box-shadow: 0 5px 5px -2px #cccccc;
    -moz-border-radius: 15px;
    border-radius: 15px;   
    margin-bottom: 20px;
}
.clanek-detail-sluzby h3 {
    color: #7f5c42;
    font-size: 16px;
    font-weight: bold;
}
.clanek-detail-sluzby h2:before {
    content: "";
    display: block;
    background: url("/obr/novinka-znak.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 0 12px 0 0;
}


.clanek-detail-odkazy {
    padding: 25px;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px -2px #cccccc;
    -moz-box-shadow: 0 5px 5px -2px #cccccc;
    -webkit-box-shadow: 0 5px 5px -2px #cccccc;
    -moz-border-radius: 15px;
    border-radius: 15px;   
    margin-bottom: 20px;
}
.clanek-detail-odkazy h3 {
    color: #7f5c42;
    font-size: 16px;
    font-weight: bold;
}
.clanek-detail-odkazy h2:before {
    content: "";
    display: block;
    background: url("/obr/novinka-znak.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 0 12px 0 0;
}


.clanek-detail ul {
    list-style-type: square;
}
.clanek-detail li {
 line-height: 1.8em;
     height: auto;

}

p {
    line-height: 24px;
}

 .masonry ol{
        clear: both;
        -moz-column-count: 2;
        -moz-column-gap: 40px;
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        column-count: 2;
        column-gap: 40px;
        margin: 0px;
        padding: 0px;
        position: relative;
        z-index: 9; }

 .masonry        ol li{
            display: inline-block;
            list-style: none;            
            width: 100%; 
 }

 .masonry            ol li p{ color: #62757c }


.masonry             ol li p:last-child{ margin: 0; }

.clanek-detail-text-cenik p {
    line-height:19px !important;
}

.stred-obrazek {
    min-height: 200px;
}
.stred-obrazek-0 img {
    max-height: 220px;
}
.stred-obrazek-1 img {
    max-height: 206px;
    width: 100% !important;
}
.stred-obrazek-2 img {
    max-height: 220px;
}
.prvni-ramecek-nadpis {
    min-height: 40px;
}
.ram-kefalo {
    border: 1px solid #91be4b;
}
.fotogalerie-podtrzeno {
    border-bottom: 2px solid #91be4b;
}

.clanek-detail h2 {
    font-size: 20px;
}
.clanek-detail h3 {
    font-size: 18px;
}

.clanek-detail img {
    padding: 0px 0px 10px 10px;
    max-width: 350px;
}

.clanek-detail p {
    font-size: 14px;
    line-height: 22px;
}

.clanek-image {
    max-width: 400px;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.stred-home-border-0 {
    border-top: 15px solid #91be4b;
}
.stred-home-border-1 {
    border-top: 15px solid #beb34b;
}.stred-home-border-2 {
    border-top: 15px solid #cd743c;
}

.top-cela {
    /*background-color: #125c84;*/
    /*background: url(/obr/back-top.jpg) top center;*/
    min-height: 138px;
    
}
.stranka-cela {
    /*background-color: #125c84;*/
    padding-bottom: 15px;
    
}
.stranka-cela-prvni {
    /*background-color: #125c84;*/
    background: url(/obr/back-stranka-cela2.jpg) top center no-repeat fixed;
    background-position: center;
    background-size: 100%;
    padding-bottom: 0px;
    
}


.menu-horni-cela {
    background-color: #a1a1a1;
}
.pozadi-stranka-prechod {
    background-image:none,-webkit-linear-gradient(top,#b7b7b7 0,#f4f4f4 100%);
    background-image:none,-moz-linear-gradient(top,#b7b7b7 0,#f4f4f4 100%);
    background-image:none,-o-linear-gradient(top,#b7b7b7 0,#f4f4f4 100%);
    background-image:none,linear-gradient(to bottom,#b7b7b7 0,#f4f4f4 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#f4f4f4',GradientType=0);
   
}


.nase-nabidka {
    margin-bottom: 15px;
}
.nase-nabidka-text p {
    font-size: 13px;
    line-height: 16px;
}

.kontakty-text h2 {
    font-size: 20px;
    font-weight: bold;
}

.bazar-galerie-ramecek {
    border: 1px solid #aeaeae;
    margin-bottom: 10px;
    width: 48%;
    margin-right: 10px;
    padding-top: 15px;
}

.bazar-galerie-ramecek2 {
    border: 1px solid #aeaeae;
    margin-bottom: 10px;
    padding-top: 15px;
}


.bazar-nadpis {
    min-height: 35px;
}
.bazar-galerie table {
    width: 100%;
}
.bazar-galerie table td {
    padding: 2px 0px 2px 0px;
}
.bazar-galerie-obrazek {
    padding-left: 5px;
    padding-right: 5px;
    
}
.bazar-detail table {
    width: 100%;
    margin-bottom: 15px;
}
.bazar-detail table td {
    padding: 2px 0px 2px 0px;
}

.bazar-detail-text {
    margin-top: 15px;
    border-top: 1px solid #aeaeae; 
    padding-top: 15px;
}
.bazar-detail p {
    line-height: 18px;
    font-size: 14px;
}

.pozadi-novinky {
    background-color: #e7e7e7;
}


.aktuality {     
    color: #005192 !important;
    font-size: 30px !important;
}


.aktuality-detaily {
    font-size: 11px;
    font-weight: bold;
}



.novinka {
    float: none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding-top: 15px;
}
.novinka-nadpis {
    font-size: 16px;
    font-weight: bold;
}
.novinka-obsah {
    height: 60px;
    overflow: hidden;
}
.novinka-obsah-explorer {
    height: 80px;
    overflow: hidden;
}

.novinka h3 {
    font-size: 17px;
    font-weight: bold;
}
.novinka p {
    line-height: 24px;
}

.novinka-text img {
    padding: 0px 0px 10px 10px;
}
.novinka-text-dalsi img {
    float: right;
    padding: 0px 0px 10px 10px;
    width: 100px;
}
.novinka-prehled img {
    float: right;
    padding: 0px 0px 10px 10px;
    width: 120px;
}

.novinka-text p {
    line-height: 24px;
}
.novinka-text a {
    color: #000 !important;
    font-size: 14px;
}

.novinka-text h2 {
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 980px) {
    .novinka-obrazek {
        max-width: 150px;
    }
}

@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;
    }
}
@media (min-width: 768px) {
    .novinka-obsah p {
        font-size: 12px;
        color: #464646;
        line-height: 18px;
        margin-bottom: 1.5em;
        min-height: 150px;
    }
    .novinka-obsah h3 {
        min-height: 50px;
    }    
}
@media (min-width: 1200px) {
    .novinka-obsah p {
        font-size: 12px;
        color: #464646;
        line-height: 18px;
        margin-bottom: 1.5em;
        min-height: 90px;
    }
    .novinka-obsah h3 {
        min-height: 40px;
    }
}

.novinka-obsah i {
    font-size: 11px;
    font-weight: bold;
    margin-left: 0px;
    
}


.pozadi-modra {
    background-color: #4395bc;
}
.novinka-datum i, .novinka-datum {
    color: #4395bc;
    font-size: 20px;
}

.clanek-list-text p {
    line-height: 18px;
    font-size: 13px;
}
.horni-jazyky a{
    font-size: 12px;
}

.rychly-kontakt input[type="text"] {
    background-color:white;
    border: 1px solid #eaeaea;
    text-transform:none;
    color:#c5c5c5;
    font-weight: bold;
    font-size: 12px;
    padding:4px 5px 3px 8px;
    margin:0px 0px 0px 0px;
}
.rychly-kontakt textarea {
    background-color:white;
    border: 1px solid #eaeaea;
    text-transform:none;
    color:#c5c5c5;
    font-weight: bold;
    font-size: 12px;
    padding:4px 5px 3px 8px;
    margin:0px 0px 0px 0px;
}

.rychly-kontakt span {
    font-size: 12px;
}
.seda-tmava {
    background-color: #e7e7e7;
}
.zasilani {
    background: url(/obr/back-zasilat.png) repeat-x;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
}
.text-modra-zasilani {
    color: #0c456a !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}
.text-bila-prostory {
    color: #fff !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}
.napiste {
    background: url(/obr/back-napiste.png) repeat-x;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
}
.aplikace {
    background: url(/obr/back-app.png) repeat-x;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
}
.text-modra-aplikace {
    color: #0c456a !important;
    font-size: 16px;
    line-height: 16px;
}

.ops {
    background: url(/obr/back-ops.png) repeat-x;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
}
.ops-tlacitko {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 130px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    border: 1px solid #888888;
    background-image:none,-webkit-linear-gradient(top,#cb0707 0,#861313 100%);
    background-image:none,-moz-linear-gradient(top,#cb0707 0,#861313 100%);
    background-image:none,-o-linear-gradient(top,#cb0707 0,#861313 100%);
    background-image:none,linear-gradient(to bottom,#cb0707 0,#861313 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb0707', endColorstr='#861313',GradientType=0);
    font-size: 16px;
    color: white !important;
    font-weight: bold;
    text-align: center !important;
    margin-top: 15px;
}

.pronajem-prostor {
    background: url(/obr/back-prostory.png) repeat-x;
    border-radius: 10px;
    border: 1px solid #122641;

}


.pripravujeme {
    border-radius: 10px;
    border: 1px solid #122641;
    background-image:none,-webkit-linear-gradient(top,#0c456b 0,#122641 100%);
    background-image:none,-moz-linear-gradient(top,#0c456b 0,#122641 100%);
    background-image:none,-o-linear-gradient(top,#0c456b 0,#122641 100%);
    background-image:none,linear-gradient(to bottom,#0c456b 0,#122641 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c456b', endColorstr='#122641',GradientType=0);
}

.seda-datum {
    color: #9d9d9d;
    font-style: italic;
}
.program-vstupenka {
    width: 60px;
    float: right;
}
.program-linka {
    border-bottom: 1px solid #cbcbcb;
    min-height: 80px;
}
.program-linka img {
    margin-left: 5px;
}


.program-tlacitko {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #888888;
    background-image:none,-webkit-linear-gradient(top,#cb0707 0,#861313 100%);
    background-image:none,-moz-linear-gradient(top,#cb0707 0,#861313 100%);
    background-image:none,-o-linear-gradient(top,#cb0707 0,#861313 100%);
    background-image:none,linear-gradient(to bottom,#cb0707 0,#861313 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb0707', endColorstr='#861313',GradientType=0);
    font-size: 20px;
    color: white !important;
    font-weight: bold;
    text-align: center !important;
}
.program-detail img {
    max-width: 150px;
}
.program-detail p, .program-detail-podrobny p {
    font-size: 12px;
    line-height: 16px;
}
.program-vstupenka-detail {
    width: 130px;
    float: right;
    padding: 0px 0px 15px 15px;
}
.program-vstupenka-detail-podrobny {
    width: 200px !important;
    padding: 15px 0px 15px 0px;
}

.aktualita-nadpis {
    color: #cb0707 !important;
}
.program-nadpis {
    color: #2a56a9 !important;
}
.fb-page {
    margin-right: 0 !important;
}
.kontakty-text td {
    padding: 5px;
}
.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;
}

@media (max-width: 767px) {
    .spodek {
        background: url(/obr/03.jpg) 50% 0 fixed; 
        height: 650px;  
        margin: 0 auto; 
        width: 100%; 
        position: relative; 
    }
}
@media (min-width: 768px) {
    .spodek {
        background: url(/obr/kurzy.jpg) 50% 10% fixed !important; 
        height: 280px;  
        margin: 0 auto; 
        width: 100%; 
        position: relative; 
    }
}
@media (min-width: 1980px) {
    .spodek {
        background: url(/obr/kurzy.jpg) 50% 20% fixed !important; 
        height: 380px;  
        margin: 0 auto; 
        width: 100%; 
        position: relative; 
    }
}

.spodek-container {
    background-color: white;
    opacity: 0.9;
}

.menu-horni-pozadi {
    background-color: #79241d;
}
.footer-mapa {
    background-color: #5483a0;
}
.map-overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:350px; /* your iframe height */
   top:350px;  /* your iframe height */
   margin-top:-350px;  /* your iframe height */
}

.circle {
    display: inline-block;
    border-radius: 100px;
}
.pozadi-zelena {
    background-color: #718D3B;
}

@media (max-width: 767px) {
    .circle-image{
        width:100px;
        height:100px;
        border-radius:50%;
        display:block;
    }
    .jidelak-vyber-text {
        min-height: 130px;
    }
}

@media (min-width: 768px) {
    .circle-image{
        width:120px;
        height:120px;
        border-radius:50%;
        display:block;
    }
    .jidelak-vyber-text {
        min-height: 130px;
    }
}

@media (min-width: 1200px) {
    .circle-image{
        width:170px;
        height:170px;
        border-radius:50%;
        display:block;
    }
.jidelak-vyber-text {
    min-height: 90px;
}
}

.jidelak-vyber p {
    color: #fff;
}
@media (min-width: 320px) {
    .logo-hlavni {
        max-height: 80px;
    }
    .is-sticky .logo-hlavni {
        height: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}    

@media (min-width: 768px) {
    .logo-hlavni {
        max-height: 350px;
    }
    .is-sticky .logo-hlavni {
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}    
.jidelak td {
    padding: 8px;
}
.jidelak h2 {
    font-size: 22px;
}
.jidelak-hmotnost {
    width: 10%;
}
.jidelak-nazev {
    font-weight: bold;
}

@media (min-width: 768px) {
    .akce-text {
        min-height: 140px;
    }
}
@media (min-width:1200px) {
    .akce-text {
        min-height: 110px;
    }
}
.akce-text p {
    line-height: 16px;
    font-size: 12px;
}
.akce-obrazek {
    min-height: 200px;
}

@media (max-width: 980px) {
    .akce-obrazek {
        min-height: 200px;
    }
}

.procsnami {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    vertical-align: top;    
    list-style-type: none;
}
.procsnami li {
    padding-left: 30px;
    position: relative;    
    margin-top: 5px;
    margin-bottom: 20px;
}
.procsnami h3 {
    margin-top: 0 !important;
    padding-top: 0;
    line-height: 14px;
}
.procsnami li h3 a {
    margin-top: 0;
    font-size: 14px !important;
}
.procsnami li h3 span {
    margin-top: 0;
    font-size: 14px !important;
    color: #fff;
}

.procsnami p {
    font-size: 12px;
    line-height: 18px;
}
/*
.procsnami li::before {

    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: transparent url("/obr/list1.png") no-repeat scroll center top;
    left: 0px;
    top: 10px;

}
*/
.procsnami li::before {

    position: absolute;
    font-family: 'FontAwesome';
    font-size: 24px;
    color: white;
    content: "\f18e";
    display: block;
    left: 0px;
    top: -5px;

}

.ramecek-akce {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
.ramecek-akce-nadpis {
    min-height: 80px;
}
.ramecek-akce0 {
    margin-left: 0px;
}
.ramecek-akce h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.pozadi-rezervace {
    min-height: 350px;
    background: url(/obr/rezervace1.jpg) top center no-repeat;
    background-size: 100%;
}
@media (max-width: 767px) {
    .rezervace-div {
        padding-top: 20px;
    }
    .rezervace {
        width: 100%;
        padding: 15px 30px;
        font-size: 18px;
        text-align: center;
    }
    .pozadi-rezervace {
        min-height: 150px;
    }
}
@media (min-width: 767px) {
    .rezervace-div {
        padding-top: 100px;
    }
    .rezervace {
        width: 100%;
        padding: 45px 80px;
        font-size: 30px;
        text-align: center;
    }
}

.rezervace i {
    margin-top: 0px !important;
}
.cenik thead {
    color: white;
    font-weight: bold;
    background-color: #5483a0;
}
.cenik td.polovina {
    width: 50%;
}
.cenik h2 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 50px;
}
.clanek-detail .table-bordered {
    border: 1px solid #303030;
}


.clanek-detail .table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #ffffff;
}
.nasi-partneri {
    min-height: 220px;

}
.partneri-obrazek {
    min-height: 160px;
}
.formular textarea {
    display: block;
    width: 100% !important;
}
.formular-captcha {
    height:27px;width:67px;margin:0; margin-right:15px;border:0;overflow:hidden;
}

.horni-kontakt, .horni-kontakt a {
    font-weight: bold;
    color: white;
}

.pozadi-apartmany {
    color: white;
    background-color: #6495b3;
    border-bottom: 15px solid #5483a0;
    
}
.btn-modra {
    background-color: #5483a0;
    color: white !important;
}
.btn-modra:hover {
    background-color: #6495b3;
    color: white !important;
}

.sezonaa {
    background-color: #e1c247 !important;
    width: 23%;
    color: white;
    font-weight: bold;
    text-align: center;
}
.sezonab {
    background-color: #50b0d8 !important;
    width: 23%;
    color: white;
    font-weight: bold;
    text-align: center;
}
.sezonac {
    background-color: #1bbc9b !important;
    width: 23%;
    color: white;
    font-weight: bold;
    text-align: center;
}
.clanek-detail-ostatni, .fotogalerie-list {
    min-height: 150px;
}

.onas {
    background-color: #ffb900;
    min-height: 221px;
}
.onas p {
/*    color: white;*/
    color: #000;
}
.onas h1 {
    /*color: white;*/
    color: #000;
}
.zpravodaj {
    min-height: 130px;
}
.zpravodaj-pozadi {
    background-image:none,-webkit-linear-gradient(top,#73af40 0,#589840 100%);
    background-image:none,-moz-linear-gradient(top,#73af40 0,#589840 100%);
    background-image:none,-o-linear-gradient(top,#73af40 0,#589840 100%);
    background-image:none,linear-gradient(to bottom,#73af40 0,#589840 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73af40', endColorstr='#589840',GradientType=0);    
}
.zpravodaj-pozadi p, .zpravodaj-pozadi a {
    color: #fff !important;
    position: relative;
    
}
.zpravodaj-pozadi-kalendar {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pozadi-jidelna {
    background-color: #f7941e;
}
.dumky-tridy {
    float: left;
    padding: 0px;
    border-right: 4px solid #fff;
}
.dumky-tridy a {
    display: block;
    text-align: center;
    padding: 10px 8px;
    background-color: #ffb900;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
}
.dumky-tridy a:hover {
    background-color: #f7941e;
}
.dumky-tridy-detail {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #fff; 
}
.dumky-sloupec {
    border-right: 1px solid #fff; 
    
}
.dumky-sloupec:last-child {
    border-right: 0px solid #fff; 
}
.dumky-tridy-detail a {
    display: block;
    font-size: 14px;
    padding: 8px 12px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    
}
.dumky-tridy-detail a:hover {
    background-color: #2293d1;
    color: #fff;
}


.dumky-tridy-detail-radka:nth-child(even) {
    background-color: #ffb900;
}
.dumky-tridy-detail-radka:nth-child(odd) {
    background-color: #f7941e;
}

.barva-zelena {
    background-color: #2293d1;
    background-image: none !important;
    color: #fff !important;
}
.barva-zelena:hover {
    background: none;
    filter: "none" !important;
    background-image:none,-webkit-linear-gradient(top,#0c5734 0,#0c5734 100%) !important;
    background-image:none,-moz-linear-gradient(top,#0c5734 0,#0c5734 100%) !important;
    background-image:none,-o-linear-gradient(top,#0c5734 0,#0c5734 100%) !important;
    background-image:none,linear-gradient(to bottom,#0c5734 0,#0c5734 100%) !important;    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c5734', endColorstr='#0c5734',GradientType=0) !important;    
    color: white !important;
}