/*************************/
/***   FONTS           ***/
/*************************/

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-R.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-B.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-L.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/files/fonts/Ubuntu-M.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'University-Roman';
    src: url('/files/fonts/UniversityRomanBoldLetPlain.eot');
    src: url('/files/fonts/UniversityRomanBoldLetPlain.eot?#iefix') format('embedded-opentype'),
        url('/files/fonts/UniversityRomanBoldLetPlain.woff2') format('woff2'),
        url('/files/fonts/UniversityRomanBoldLetPlain.woff') format('woff'),
        url('/files/fonts/UniversityRomanBoldLetPlain.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


* {
	margin: 0px;
	padding: 0px;
}
body {
      background-color: white;
      color: #4d4c4c;  
	font-size: 75%;
	text-align: left;
	font-family: Ubuntu,sans-serif;
	line-height: 1.4;
	height: 100%;
}

.EditableSection a[rel="lightbox[all]"] img, .EditableContent a[rel="lightbox[all]"] img, .editable-section a[rel="lightbox[all]"] img{
    	position: relative;
    	display: inline-block;
	border: 3px solid #f5e2c4 !important;
	margin: 4px;
}

.EditableSection a[rel="lightbox[all]"]:hover img, .EditableContent a[rel="lightbox[all]"]:hover img, .editable-section a[rel="lightbox[all]"]:hover img{
	border: 3px solid #4a2610 !important;
}
#cookies_souhlas{
	width: 100% !important;
}

/**********************************/
/*         COMMON COMPONENTS
/**********************************/

@media (min-width: 1400px){
.container {
    max-width: 1360px;
}
}
.cols{
	display: flex;
}
.col{
	display: inline-block;
	vertical-align: middle;
}
button, button:hover, button:active, button:focus{
	outline: none;
	box-shadow: none !important;
}
.fader{
	opacity: 0.0;
    	-webkit-transition: opacity 1.0s ease-in-out;
    	-moz-transition: opacity 1.0s ease-in-out;
    	-ms-transition: opacity 1.0s ease-in-out;
    	-o-transition: opacity 1.0s ease-in-out;
    	transition: opacity 1.0s ease-in-out;
}
.fader.visible{
	opacity: 1;
}	
.overflow-hidden{
	overflow: hidden;
}

/**********************************/
/*         HEADER
/*********************************/
header{
	position: relative; 
	width: 100%; 
	background: url(/files/images/bcg-drevo.jpg) repeat left top;	
}
#header{
	padding: 5px 0;
}
#header .row {
      margin: 0;
    	justify-content: space-between; 
}
.logo{	
	display: inline-block;
	margin-top: 10px;	
	margin-bottom: 10px;
	position: relative;
}
.logo a{
	text-decoration: none !important;
}
.logo .big{
      font-family: 'University-Roman';
	color: #fbdeae;
	font-size: 40px;
	text-transform: uppercase;
}
.logo .small{
	color: white;
	font-size: 19px;
	font-weight: bold;
}
.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10;
}
.kontakt-box{
	display: inline-block;
	position: relative;
	background: #fffaf1;
	border: 1px solid #ebca95;
	border-radius: 5px;
	padding: 5px 10px;
	vertical-align: top;
	margin-left: 8px;
}
.kontakt-box:hover{
	background: white;
	border: 1px solid #47ab11;
}
.kontakt-box p{
	margin: 0;
	color: #4a2610;
	text-transform: initial;
}
.kontakt-inner{
	display: flex;
	align-items: center;
	text-align: left;
}
.kontakt-box i{
	color: #47ab11;
	font-size: 20px;
	margin-right: 10px;
}
#kontakt{
	display: inline-block;
    	vertical-align: middle;
	margin-left: 15px;
}
#kontakt p, #kontakt a{
	font-size: 17px;
	text-decoration: none;
	font-weight: 300;
	font-family: roboto;
	color: white;
}
#kontakt a:hover{
	text-decoration: underline;
}	
.nomargin{
	margin: 0;
}
.margin-top-30{
	margin-top: 30px;
}

/**********************************/
/*         BUTTONS
/**********************************/

.btn-wrap{
	display: block;
	margin-top: 8px;
	clear: both;
}
.btn, .camera_wrap .btn{
	text-decoration: none !important;
	font-weight: bold;
	font-size: 18px;
	box-shadow: none !important;
	padding: 0.3rem 1.2rem;
	display: inline-block;
}
.btn.btn:active{
	border: inherit !important;
	background: inherit !important;
}
.btn.btn-primary{
	background: #3aa500;
	border: 1px solid #3aa500;
	color: white !important;
	padding: 12px 20px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .reference_box:hover .btn.btn-primary{
	background: #f5e2c4;
	border: 1px solid #f5e2c4;
	color: #4a2610 !important;
}
.btn.btn-secondary{
	background: white;
	border-radius: 3px;
	border: 1px solid #013053;
	color: #013053 !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .article-thumb:hover .btn.btn-secondary{
	background: #013053;
	color: white !important;
}

/**********************************/
/*         MENU
/**********************************/
#menu_top .container{
	padding: 0;
	overflow: visible;
}
#menu_top{
	background: white;
	border-bottom: 4px solid #ebca95;
	border-radius: 5px;
	z-index: 2;
	margin: 0 15px;
	margin-bottom: -42px;
	padding: 0 30px;
}
body.default #menu_top{
-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
}
.navbar {
    	padding: 0;
	margin-top: 0;
	-webkit-transition: all 0;
    	transition: all 0;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    display: block;
}
.navbar-inner{
	width: 100%;
	display: inline-block;
}
.nav {
	display: flex;
	justify-content: space-between;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;
}
.nav li.lvl-1{
	padding: 5px 15px;
}
.nav li.lvl-1 > a {
    font-size: 17px;
    color: #4a2610;
    font-weight: normal;
    padding: 8px 0;
	border-radius: 3px;
    text-decoration: none !important;
    display: inline-block;
	position: relative;
}
.nav li.lvl-1 > a:hover:after, .nav li.lvl-1 > a.active:after, .nav li.lvl-1.show > a:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	display: inline-block;
	width: 0;
	border-bottom: 11px solid #ebca95;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
	color: #ffd51e;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.nav li.lvl-1 > a:hover:before, .nav li.lvl-1 > a.active:before, .nav li.lvl-1.show > a:before{
	color: #250174;
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-menu {
    border-radius: 0;
    border: 3px solid #d73a29;
    margin: 0;
    left: 8px;
	top: 41px;
    min-width: calc(100% + 2px);
    background-color: white;
    transform-origin: 50% 0;
    transform: scaleY(0);
    opacity: 0;
    display: block;
    transition: transform 0.3s, opacity 0.3s;
}
.dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
.dropdown-menu a{
	text-transform: uppercase;
	text-decoration: none;
}
.dropdown-menu a:hover, .dropdown-menu a:active{
	text-decoration: underline;
	background: inherit;
}

#intro{
	position: relative;
}

#intro img{
	width: 100%;
	display: block;
	height: auto;
}

section {
    padding: 20px 0;
}

.bordered {
    border-top: 2px solid #f5e2c4;
}
.bcg{
	background: url(/files/images/bcg.jpg) no-repeat center center;
}
.orange {
    	background: #fffaf1;
}
.orange iframe {
    	border-top: 2px solid #f5e2c4 !important;
    	border-bottom: 2px solid #f5e2c4 !important;
}

.green_box{
	border: 1px solid #30a865;
	color: #30a865;	
	text-align: center;
	padding: 20px;
	font-size: 18px;
      font-family: 'Roboto Slab',sans-serif;
}

.kontakt{
	width: 330px;
	display: inline-block;
}

.kontakt p:first-of-type, .kontakt h3{
      font-family: 'Roboto',sans-serif;
	margin: 10px 0;
}

.kontakt p{
	margin-bottom: 8px;
}

.kontakt strong, .kontakt strong a{
	color: black;
	font-size: 15px;
}

#nadpatickou iframe{
	margin-bottom: 30px;
}
#nadpatickou h2{
	color: #4a2610;
	margin-bottom: 20px;
}
#nadpatickou p, #nadpatickou a, #nadpatickou td, #nadpatickou th{
	font-size: 17px;
	color: #4a2610;
	font-weight: 300;
}
#nadpatickou p strong{
	font-weight: bold;
}
#nadpatickou td, #nadpatickou th{
	padding: 3px 0;
}
#nadpatickou tr:first-of-type th, #nadpatickou tr:first-of-type td{
	padding-top: 0;
}
#nadpatickou th{
	padding-right: 10px;
	font-weight: bold;
}
#nadpatickou .col{
	flex-grow: 1;
}
.box-footer{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.box-footer p{
	margin: 0;
}
.box-footer i{
	color: #4a2610;
	font-size: 20px;
	margin-right: 7px;
	width: 25px;
    	height: 25px;
}
.box-footer.align-items-start i{
	margin-top: 5px;
}
.box-footer a{
	text-decoration: none;
}
.box-footer a:hover{
	text-decoration: underline;
}
.vybaveni{
	margin: 0 15px;
	text-align: center;
}
.vybaveni p{
	margin-bottom: 8px;
}
.vybaveni-box{
	background: white;
	border: 1px solid #f5e2c4;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 65px;
	border-radius: 5px;
	margin: 0 auto;
}
.vybaveni-box i{
	font-size: 30px;
	color: #4a2610;
}



/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
}
h1, .h1{
	color: #4a2610;
	font-size: 36px;
	font-weight: 300;
	text-align: left;
	position: relative;
	padding-bottom: 8px;
}

h1.cent, .h1.cent{
	text-align: center;
}
 
h2, .h2{
	color: #3aa500;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 19px;
}
h3, .h3{
	color: black;
	font-size: 18px;
	font-weight: bold;
	clear: both;
}
h4, .h4{
	color: black;
	font-size: 14px;
	font-weight: 600;
}
p, li {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 17px;
  list-style-type: none;
  color: #2b2b2b;
  font-weight: 300;
}

ul{
	padding-left: 0;
}
.EditableSection a, .EditableContent a, .editable-section a{
	text-decoration: underline;
}
.EditableSection a:hover, .EditableContent a:hover, .editable-section a:hover{
	text-decoration: none;
}
.EditableSection li, .EditableContent li, .editable-section li{
	position: relative;
	padding-left: 20px;
}
.EditableSection li:before, .EditableContent li:before, .editable-section li:before {
    content: '\f111';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
	top: 1px;
	left: 0;
    font-size: 6px;
}

img {
	margin: 0; 
	max-width: 100%;
}

a,
a:visited {
    color: #2b2b2b;
    font-size: 17px;
}
a:hover {
	text-decoration: underline;
	color: #3aa500;
}
table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 12px 0;
}
table td {
  vertical-align: top;
  text-align: left;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 12px 0px;
}
.EditableSection table {
  border: none;
  width: auto;
  height: auto;
}

.EditableSection td {
  border: 1px solid #E4E4E4;
  padding: 10px;
  line-height: 1.3em;
  font-size: 15px;
  color: #4d4c4c;
  margin-bottom: 5px;
}

bold, b{
	font-weight: bold;
}

.boxes{
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	justify-content: space-between;
	margin: 0 -15px;
}
.box{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	margin-bottom: 10px;
	position: relative;
	border: 2px solid #f5e2c4;
	border-radius: 5px;
	padding: 20px 30px;
	max-width: 40%;
}
.box *{
	color: #4a2610 !important;
}
.box.box-dark{
	background: #fbeed9;
	flex-grow: 1;
}
.box.box-mid{
	background: #fffaf1;
}
.box-cenik{
	max-width: 100%;
}
.box th{
	font-size: 17px;
	padding-right: 10px;
}
.box td{
	font-size: 17px;
	padding: 3px 0;
}

.box-green{
	max-width: 100%;
	width: 600px;
	border-radius: 3px;
	background: #3aa500;
	padding: 10px;
	margin: 20px auto;
	text-align: center;
}
.box-green *{
	color: white !important;
	font-size: 24px;
	font-weight: normal;
}
.box-green p:last-of-type{
	margin-bottom: 0;
}
table.cenik{
	table-layout: fixed;
	width: 100%;
}
table.cenik td{
	border-bottom: 1px solid #ebca95;
	font-weight: 300;
}
.box-gal{
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	display: block;
}
.box-gal a[rel="lightbox[all]"]{
	position: relative;
}
.box-gal a[rel="lightbox[all]"] img{
	max-height: 100%;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

/**********************************/
/*  BANNERY 
/*********************************/

#banners{
	width: 100%;
	text-align: center;
	margin: 50px 0;
}

.banner{
	text-align: center;
	position: relative;
}
.banner_img{
	display: inline-block;
	overflow: hidden;
	border-radius: 300px;
	border: 3px solid white;
    	width: 248px;
    	height: 248px;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
}
.banner_img img{
	max-width: 100%;
	max-height: 100%;
}
.banner:hover .banner_img{
	border: 3px solid #54b122;
}
.banner h2{
	text-align: center;
	color: #3b1b07;
	font-size: 24px;
    	overflow: hidden;
    	font-weight: bold;
}


/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
	background: url(/files/images/sablona1/logo.png);
	float: left;
	width: 397px;
	height: 78px;
	display: block;
	margin-top: 30px;
    margin-bottom: 10px;
}
/* clear obtekani */
.clear {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*  FORMULARE 
/*********************************/


button#modal-launch{
    background: none;
    border: none;
    cursor: pointer;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
	outline: none !important;
}

.modal-content{
	border: none;
	border-radius: 0;
	font-family: Ubuntu,sans-serif;
}

div.modal-header {
	border-radius: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ab8fa+0,2a83fa+100 */
	background: #f5e2c4;
}

div.modal-dialog .modal-header .close{
	margin: 0 0 auto;
	border: 1px solid #4a2610;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: #4a2610;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: #4a2610;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

div.modal-dialog .modal-title{
	color: #4a2610;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-family: 'Ubuntu';
	font-weight: bold;
}

span.mandatory-star {
    color: #ff6d6d;
}

div.modal-dialog .modal-body {
    background-color: white;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}

.modal-dialog .btn-primary{
	border: 1px solid #f5e2c4;
	color: #4a2610 !important;
	font-family: 'Ubuntu';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bc2ff+0,01a0ea+100 */
	background: #fffaf1;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
}


.modal-dialog .btn-primary:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2aa1fa+0,2a82fa+100 */
	background: #f5e2c4;
}


.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}


/***************************/
/*  FOOTER
/***************************/
#footer {
	height: auto;
	background: transparent;
	border: none;
}
footer{
  background: url(/files/images/bcg-drevo.jpg) repeat left top;
  z-index: 0;
  width: 100%;

}
#footer a,
#footer a:visited,
#footer a:hover {
	color: white;
	text-decoration: none;
}
/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
#footer_text{ padding: 20px 0; overflow: hidden;}
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	color: white;
	font-weight: normal;
	font-size: 17px;
}

#footer #footer_text a:hover{
	color: white;
	text-decoration: underline;
}

/**********************************/
/*         BREADCRUMB 
/*********************************/

.breadcrumb {
    	border-bottom: 2px solid #f5e2c4;
	background: white;
	margin: 0;
	border-radius: 0;
	font-size: 15px;
	padding-top: 20px;
}
.breadcrumb span, .breadcrumb a {
    color: #4a2610;
}
.breadcrumb a{
	text-decoration: underline;
}
.breadcrumb a:hover{
	text-decoration: none;
}
.breadcrumb .drobeckova-navigace-sipky {
    display: inline-block;
    padding: 0 1rem;
}

/***************************/
/*  REFERENCE
/***************************/

.reference_box{
  	display: inline-block;
	flex-basis: 20%;
	max-width: 20%;
    	padding: 5px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
	position: relative;
	vertical-align: top;
	border: 1px solid white;
}
.reference_box:hover{
	border: 1px solid #c2e1f9;
}

.reference_img {
    overflow: hidden;
}

.reference_img a{
	display: block;
    	height: 150px;
	width: 100%;
	position: relative;
}
.reference_galerie .reference_img{
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 265px;
	height: 175px;
	max-height: 100%;
}

.reference_name{
	margin: 8px 0;
    	height: 3.5em;
    	overflow: hidden;
	margin-bottom: 15px;
}	

.reference_name a{
	color: black;
	text-decoration: none;
	font-size: 17px;
	min-height: 4em;
      display: block;
}

.reference_name a:hover{
}

.reference_img img{
	max-width: calc(100% - 18px);
    	height: auto;
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto !important;
	border: none !important;
}

.reference_vice_odkaz{
	text-align: center;
}

.reference_box:hover .reference_vice_odkaz a{
	color: #0396fd;
	text-decoration: none;
}

.produkt_pagination{
	height: 35px;
	margin: 10px 0;
	text-align: right;
}

.produkt_pagination .strankovani-odkaz, .produkt_pagination .strankovani-sipky{
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	background: white;
	width: 25px;
    	text-align: center;
    	line-height: 27px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
}

.produkt_pagination b{
	background: #e1effa;
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	width: 25px;
	color: black;
	font-weight: normal;
    	text-align: center;
    	line-height: 27px;
      display: inline-block;
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
}

.produkt_pagination .strankovani-odkaz:hover, .produkt_pagination .strankovani-sipky:hover{
	background: #e1effa;
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	color: black;
	font-weight: normal;
}

#main_content .strankovani-sipky img, #main_content .strankovani-sipky:hover img{
	margin: 0 !important;
	border: none !important;
}
#dalsi-obrazky figure{
	margin: 0;
	width: 100%;
	padding-top: 67%;
    	position: relative;
	background: #eef7ff;
}
#dalsi-obrazky figure:hover{
	background: #00284f;
}
#dalsi-obrazky .col{
	margin-bottom: 15px;
    	align-items: center;
}
#dalsi-obrazky img{
	width: auto;
	height: auto;
	position: absolute;
    	top: 0;
    	left: 0;
    	bottom: 0;
    	right: 0;
    	margin: auto;
}
.products-not-found{
	display: none;
}

/***************************/
/*  PRODUKTY
/***************************/

.produkty{
	display: flex;
	flex-wrap: wrap;
}
.produkt_box{
  	display: inline-block;
	flex-basis: 20%;
	max-width: 20%;
	margin-bottom: 10px;
	padding-bottom: 15px;
	text-align: center;
	position: relative;
	vertical-align: top;
	border: 1px solid #c2e1f9;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	margin-left: -1px;
}
.produkt_box:hover{
	border: 1px solid #c2e1f9;
}

.produkt_img {
    	overflow: hidden;
	margin-bottom: 10px;
}

.produkt_img a{
	height: 150px;
	width: 100%;
	position: relative;
	display: block;
}

.produkt_galerie .produkt_img{
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 265px;
	height: 175px;
	max-height: 100%;
}

.produkt_name{
	padding: 8px 0;
}	

.produkt_name a{
	text-decoration: none;
	font-size: 17px;
	height: 2.5em;
	overflow: hidden;
      display: block;
}

hr{
	height: 0;
	border: none;
	border-bottom: 1px solid #f5e2c4;
}

.produkt_name a:hover{
}

.produkt_img img{
	max-width: calc(100% - 18px);
    	height: auto;
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto !important;
	border: none !important;
}

.produkt_vice_odkaz{
	text-align: center;
}
.produkt_vice_odkaz a{
	display: inline-block;
	color: white;
	padding: 4px 20px;
	background: #0396fd;
	text-decoration: none;
}

.produkt_box:hover .produkt_vice_odkaz a{
	color: white;
	text-decoration: none;
	background: #03b3fd;
}

.produkt_pagination{
	height: 35px;
	margin: 10px 0;
	text-align: right;
	flex-basis: 100%;
}

.produkt_pagination .strankovani-odkaz, .produkt_pagination .strankovani-sipky{
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	background: white;
	width: 25px;
    	text-align: center;
    	line-height: 27px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
}

.produkt_pagination b{
	background: #e1effa;
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	width: 25px;
	color: black;
	font-weight: normal;
    	text-align: center;
    	line-height: 27px;
      display: inline-block;
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
}

.produkt_pagination .strankovani-odkaz:hover, .produkt_pagination .strankovani-sipky:hover{
	background: #e1effa;
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	color: black;
	font-weight: normal;
}

#main_content .strankovani-sipky img, #main_content .strankovani-sipky:hover img{
	margin: 0 !important;
	border: none !important;
}
.products-not-found{
	display: none;
}

.product-detail{
	margin-bottom: 3rem;
}
.product_detail_table{
	margin-bottom: 1rem;
}
.product_detail_table td{
	border-bottom: 1px solid #cee7ff;
	padding: 0.5rem 0;
	padding-right: 1rem;
	font-size: 18px;
}
.detail_cena_s_dph{
	font-weight: bold;
}
.detail_img{
	position: relative;
	background: #daeef7;
	width: 100%;
    	height: 100%;	
	max-height: 353px;	
	min-height: 250px;
}
.detail_img_big{
	position: relative;
   	margin-bottom: 15px;
}
.detail_img_big img{
	max-width: 100%;
	width: auto;
	height: auto;
}
.detail_img_big:hover{
	border: 4px solid #00284f;
}
.detail_img img, .detail_image img{
	max-width: 100%;
	height: auto;
}	
.detail_images{
	margin: 0;
	width: 100%;
}
.detail_images .col-md-4{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.detail_images .col-md-4:nth-of-type(n+7){
	max-height: 0;
    	opacity: 0;
    	overflow: hidden;
	-webkit-transition: all .4s; 
    	transition: all .4s;
}
.detail_images .col-md-4.visible{
	max-height: 200px;
	opacity: 1;
}
.detail_images .button{
	width: 100%;
}
.detail_image{
	width: 100%;
    	padding-top: 66%;
    	position: relative;
	background: #eef7ff;
	margin-bottom: 1rem;
}
.detail_image a{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.detail_image:hover{
	background: #00284f;
}
.detail_image img, .detail_img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.button-back{
	margin-top: 1rem;
}
.produkt_switcher{
	margin-bottom: 2rem;
}	
.produkt_switcher .switcher-content{
	padding: 1rem;
	border: 1px solid #cee7ff;
}
.produkt_switcher .switcher-bar{
	border-bottom: none;
}
.produkt_switcher .switcher-bar .switcher-toggle{
	font-size: 21px;
	font-weight: 300;
	padding: 0.5rem 1.5rem;
	background: #eef7ff;
	margin: 0;
	margin-right: 0.5rem;
}
.produkt_switcher .switcher-bar .switcher-toggle:hover, 
.produkt_switcher .switcher-bar .switcher-toggle.active{
	background: white;
	border: 1px solid #cee7ff;
	border-bottom: 1px solid white;
}
.produkt_switcher .switcher-bar .switcher-toggle:hover:before, 
.produkt_switcher .switcher-bar .switcher-toggle.active:before{
	display: none;
}
.vice_odkaz{
	text-align: center;
}
.vice_odkaz a{
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #0396fd;
}
#ref_ukazka p.gal{
	display: flex;
	flex-wrap: nowrap;
    	justify-content: space-between;
	width: calc(100% + 18px);
    	max-width: calc(100% + 18px);
    	margin: 0 -8px;
}
#ref_ukazka p.gal a{
	padding: 5px;
	max-width: 20%;
	flex-basis: 20%;
}
#ref_ukazka p.gal a img{
	border: 3px solid transparent;
	height: auto !important;
}
#ref_ukazka p.gal a img:hover{
	border: 3px solid #d3e7f7;
}
/***************************/
/*  AKTUALITY
/***************************/
.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_box {
  height: auto;
  padding: 10px;
	border: 1px solid #f5e2c4;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.aktuality_col_container .aktuality_box:hover{
	border: 1px solid #4a2610;
}

.aktuality_col_container .aktuality_box:nth-child(odd){
	background: #fffaf1;
}
.aktuality_col_container .aktuality_date {
  font-size: 8pt;
  color: #000000;
  display: none;
}
.aktuality_col_container .aktuality_name {
	font-size: 15px;
    height: 2em;
    overflow: hidden;

}
.aktuality_col_container .aktuality_name p {
  color: black;
  text-decoration: none;
font-size: 22px;
    font-weight: 300;
}
.aktuality_col_container .aktuality_name a:hover {
  color: black;
  text-decoration: underline;
}

.aktuality_col_container .aktuality_text {
	overflow: hidden;
    height: 3.8em;
    margin-bottom: 10px;
}
.aktuality_col_container .aktuality_text a,
.aktuality_col_container .aktuality_text a:visited {
}
.aktuality_col_container .aktuality_text a:hover {
  color: black;
  text-decoration: none;
}

.aktuality_col_container .aktuality_img{
	float: right;
	width: 180px;
	height: 120px;
	position: relative;
	margin: 0;
}

.aktuality_col_container .aktuality_box:nth-child(even) .aktuality_img{
	background: #fffaf1;
}
.aktuality_col_container .aktuality_box:nth-child(odd) .aktuality_img{
	background: white;
}

.aktuality_col_container .aktuality_img a{
	display: block;
	width: 180px;
	height: 120px;
}

.aktuality_col_container .aktuality_img a img {
	margin: auto !important;
	border: none !important;
  	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100%;
}
.aktuality_col_container .aktuality_vice_odkaz {
    color: #3d3d3d;
    font-size: 17px;
	text-decoration: underline;
}


#aktualita{
	background: white;
	border: 1px solid #f5e2c4;
	position: relative;
	padding: 15px;
	padding-bottom: 45px;
      font-size: 17px;
      font-weight: 300;
}
.aktuality_vice_odkaz.abs{
	position: relative;
	text-align: right;
	margin-top: 15px;
}	
.aktuality_vice_odkaz.abs a{
    display: inline-block;
    color: black;
    text-decoration: none;
    font-size: 15px;
}
.aktuality_vice_odkaz.abs a:hover{
	text-decoration: underline;
}
/**************
FOTOGALERIE
*****************/

p.galerie {
    	border: 1px solid #dceff8;
    	padding: 15px 0;
	text-align: center;
}

/*************
SLIDESHOW
**************/
#intro {
    position: relative;
}
#slides{
	position: relative;
	margin: 0 !important; 
	overflow: hidden;
	float: none;
}	
.camera_target_content .camera_link{
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#slides .camera_pag{
	position: absolute;
	left: 0;
    	right: 0;
	bottom: 5px;
    	margin-left: auto;
    	margin-right: auto;
	max-width: 1360px;
	text-align: left;
	z-index: 1000;
}

.camera_wrap .camera_pag .camera_pag_ul{
	text-align: left;
}

#slides .camera_pag li{
	border: 3px solid white;
	width: 15px;
	height: 15px;
	border-radius: 0;
	display: inline-block;
	z-index: 1000;
	background: transparent;
	color: transparent;
}

#slides .camera_pag li span{
	display: none;
}

#slides .camera_pag li:hover, 
#slides .camera_pag li.cameracurrent{
	background: #fbdeae;
	color: transparent;
}
.camera_commands{
    display: none;
}

#slides .camera_pag, .caption{
	width: 100%;
}
.caption{
	position:absolute;
    	left:0;
    	right:0;
    	margin-left:auto;
    	margin-right:auto;
    	top: 150px;
    	max-width: 1360px;
	text-align: center;
}
.caption .caption-inner{
	padding: 15px 40px;
	background: rgba(49, 27, 23, 0.7);
	display: inline-block;
	margin-bottom: 10px;
}
.caption p{
	margin: 0;
	font-size: 43px;
}
.caption p strong{
	font-size: 43px;
	color: #fbdeae;
	font-weight: normal;
      font-family: 'University-Roman';
	text-transform: uppercase;
}

/*************
SLIDESHOW AKTUALITY
**************/

#aktuality_slide .aktuality_name,
#aktuality_slide .aktuality_date,
#aktuality_slide .aktuality_text{
}
#aktuality_slide .aktuality_date{
	font-size: 14px;
}

#aktuality_slide .aktuality_box{
	position: relative;
}

#aktuality_slide .aktuality_name {
    height: 1.5em;
    overflow: hidden;
    margin-bottom: 10px;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
}
#aktuality_slide .aktuality_box:hover .aktuality_name{
	text-decoration: underline;
}

#aktuality_slide .aktuality_img{
	float: right;
	margin-left: 8px;
}

#aktuality_slide .aktuality_img img{
	border: none;
}
#aktuality_slide .aktuality_inner{
	position: relative;
}

#aktuality_slide .aktuality_vice_odkaz{
	margin-top: 10px;
}

#aktuality_slide .aktuality_vice_odkaz a{
	font-size: 18px;
}
#aktuality_slide .aktuality_vice li{
	display: inline-block;
	margin-right: 10px;
	padding-left: 20px;
	position: relative;
}
#aktuality_slide .aktuality_vice li:before{
    content: '\f111';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute; 
    top: 1px;
    left: 0;
    font-size: 6px;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 6px;
}
#aktuality_slide .aktuality_vice li a:hover{
	color: #3aa500 !important;
}
div#aktuality_slide_box {
    position: relative;
}

.slick-dots{
	text-align: left;
	top: -44px;
    	left: 175px;
	bottom: auto;
}
.slick-dots li{

}
.slick-dots li button{
	color: black;
	font-size: 17px;
}
.slick-dots li.slick-active button{
	background: #fbeed9;
}
.slick-dots li button:before{
	content: '';
}
/***********
RESPONSIVE
************/

@media screen and (min-width: 1200px){
header{
	position: fixed;
	top: 0;
	z-index: 200;
}
}

@media (min-width: 576px){
#slides .camera_pag, .caption{
	max-width: 510px;
}
}
@media (min-width: 768px){
#slides .camera_pag, .caption{
	max-width: 690px;
}
}
@media (min-width: 992px){
#slides .camera_pag, .caption{
	max-width: 930px;
}
}
@media (min-width: 1200px){
#slides .camera_pag, .caption{
	max-width: 1110px;
}
}
@media (min-width: 1400px){
#slides .camera_pag, .caption{
    max-width: 1330px;
}
}

@media screen and (max-width: 1360px){

.kontakt-box{
	margin: 0 3px;
	margin-bottom: 5px;
}
#menu_top{
	margin-bottom: 5px;
	padding: 0 7px;
}
.nav li.lvl-1 {
    padding: 5px 5px;
}
.margin-top-30{
	margin-top: 0;
}

figcaption{
	font-size: 20px;
}

.form_content #form_info{
	padding-left: 0;
}

#aktuality_slide .slidesjs-container{
	min-height: 275px;
	height: auto !important;
}

#aktuality_slide .aktuality_img img{
	    max-width: 88%;
}

.reference_col_container.detail .reference_galerie{
	overflow: auto;
}

.inside_container{
	text-align: center;
}

.inside_container hr{
	display: none;
}

#aktuality_slide .aktuality_text p{
	height: 6.5em;
}
.boxes{
	flex-wrap: wrap;
	width: 100%;
    	margin: 0;
}
.box{
	max-width: 100%;
	flex-basis: 100%;
	margin: 0;
	margin-bottom: 15px;
}
.boxes .box-dark, .boxes .box-mid{
	width: 49%;
	max-width: 49%;
	flex-basis: 50%;
}
.vybaveni-wrap {
	justify-content: center !important;
}
.vybaveni{

}
#nadpatickou .col{
	text-align: center;
}
.box-footer{
	justify-content: center;
}
.box-footer table{
	text-align: left;
}
}

@media screen and (max-width: 1100px){

.nav{
	justify-content: center;
}
.navbar-toggler {
    display: block !important;
    color: #013053;
    font-size: 25px;
    vertical-align: middle;
    outline: none !important;
    line-height: 25px;
    width: 100%;
}
.navbar-toggler-icon {
    font-size: 25px;
    height: auto;
    vertical-align: initial;
    margin-bottom: 0;
    color: #013053;
}
.navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}
.navbar-inner{
	width: 100%;
	text-align: center;
}
.nav li.lvl-1 {
    display: block;
    text-align: center;
    flex-basis: 100%;
}
#header .col-md-auto{
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
}
.logo {
    	width: 100%;
    	margin-bottom: 10px;
	text-align: center;
}

#kontakt{
	float: none;
	text-align: center;
	margin: 10px;
}
#nadpatickou .col{
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
}
.box-footer{
	display: block;
	text-align: center;
}
.box-footer i{
	margin-right: 0;
}
.box-footer table{
	margin: 0 auto;
}
}

@media screen and (max-width: 800px){
#kontakt a:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 4px;
    margin-right: 6px;
    color: white;
}
#kontakt .mail a:before {
    content: '\f2b6';
    font-weight: normal;
}
#kontakt .tel a:before {
    content: '\f095';
}
#kontakt i {
    display: none;
}
#kontakt a {
    overflow: hidden;
    content: '';
    color: transparent;
    height: 25px;
    width: 25px;
    display: block;
}
#kontakt p {
    margin: 0 8px;
}
.boxes .box-dark, .boxes .box-mid{
	width: 100%;
	max-width: 100%;
	flex-basis: 100%;
}
.banner{
	margin-bottom: 20px;
}

.caption{
    	position: relative;
    	left: auto;
    	right: auto;
    	bottom: auto;
    	top: auto;
	width: 100%;
}
.caption p {
    font-size: 16px;
}
.caption p strong{
	font-size: 20px;
}
.caption div{
	max-width: calc(100% - 30px);
}
#ref_ukazka p.gal {
    display: block;
    text-align: center;
}
#ref_ukazka p.gal a {
    display: inline-block;
    margin: 5px;
    padding: 0;
    position: relative;
    max-width: 100%;
    flex-basis: 100%;
    width: 240px;
}
#banners .col-md-3 {
    max-width: 100%;
    flex-basis: 100%;
}
.reference_box, .produkt_box{
	flex-basis: 50%;
	max-width: 50%;
}
.aktuality_col_container .aktuality_img{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.aktuality_col_container .aktuality_box{
	text-align: center;
}
#aktuality_slide .aktuality_inner{
	display: flex;
	flex-wrap: wrap;
}
#aktuality_slide .aktuality_img{
	margin-left: 0;
	float: none;
	flex-basis: 100%;
	text-align: center;
	order: 1;	
}
#aktuality_slide .aktuality_img img{
	max-width: 100%;
	width: auto;
	display: inline-block;
}
#aktuality_slide .aktuality_name, #aktuality_slide .aktuality_date, #aktuality_slide .aktuality_text{
	flex-basis: 100%;
	text-align: center;
} 
#aktuality_slide .aktuality_vice{
	text-align: center;
	margin-top: 10px;
}	
.slick-dots{
	top: auto;	
	left: 0;
    	width: 100%;
    	text-align: center;
}
#intro .box, #intro .box h3{
	text-align: center;
}
#intro .box table{
	margin: 0 auto;
	text-align: left;
}
#intro .box li{
	display: inline-block;
}
.vybaveni-wrap{
	flex-wrap: wrap;
}
.vybaveni{
	flex-basis: 50%;
	max-width: 50%;
}
.vybaveni br{
	content: " ";
    	margin-right: 6px;
}
.vybaveni-box{
	margin: 0 auto;
}

@media screen and (max-width: 720px){

.caption{
	display: none;
}
ul.slidesjs-pagination {
    bottom: 0;
    margin-bottom: 0;
}
#ref_ukazka p.gal{
	display: block;
	text-align: center;
}
#ref_ukazka p.gal a{
	display: inline-block;
	margin: 5px;
	padding: 0;
	position: relative;
	width: 240px;
	height: 160px;
}
#ref_ukazka p.gal a img{
	max-width: 100%;
	max-height: 100%;
    	width: auto !important;
    	height: auto !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto !important;
}
#dalsi-obrazky .col, .detail_images .col{
    	flex-basis: 50%;
	max-width: 50%;
}
}
	
@media screen and (max-width: 640px){


}

.responsive-img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;;
  display: block; /* optional, removes inline gaps */
}






