13/*************************/
/***   FONTS           ***/
/*************************/

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: initial;

}
@font-face {
    font-family: 'Roboto-Light';
    src: url('/files/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}


* {
	margin: 0px;
	padding: 0px;
}
body {
      background-color: white;
      color: #4d4c4c;  
	font-size: 75%;
	text-align: left;
	font-family: Roboto-Light,sans-serif;
  font-weight: 300;
	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: 1px solid white !important;
	margin: 4px;
	z-index: 50;
}

.EditableSection a[rel="lightbox[all]"]:hover img, .EditableContent a[rel="lightbox[all]"]:hover img, .editable-section a[rel="lightbox[all]"]:hover img{
	border: 1px solid #a22d12 !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;
}
.borderEffect{
	position: relative;
	border: 1px solid #e4ddb3;
	background: white;
}
.borderEffect:before, .borderEffect:after {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    z-index: 3;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.borderEffect:before {
    border-bottom: 1px solid #a22d12;
    border-left: 1px solid #a22d12;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.borderEffect:after {
    border-top: 1px solid #a22d12;
    border-right: 1px solid #a22d12;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.borderEffect:hover:after, .borderEffect:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.borderEffect div.inner {
    	text-transform: uppercase;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	padding: 8px 25px;
	background: #a22d12;	
	border: 1px solid #e6c7c0;
	margin: 5px;
}
.borderEffect:hover div.inner{

}
.borderEffect:hover{

}

.borderEffect a, .borderEffect a:hover{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	color: transparent !important;
}
.rotater{
	font-size: 50px;
	text-align: center;
	cursor: pointer;
}
.rotater:hover .to-rotate{
    	-ms-transform: rotateY(360deg);
    	-webkit-transform: rotateY(360deg);
    	transform: rotateY(360deg);
    	transition: ease-in-out .6s;
    	-webkit-transition: ease-in-out .6s;
}

.mb-30{
	margin-bottom: 30px;
}

/**********************************/
/*         HEADER
/*********************************/
header{
	position: relative; 
	width: 100%; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fffcf1+75 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #fffcf1 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#fffcf1 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#fffcf1 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffcf1',GradientType=0 ); /* IE6-9 */
}
#header{
	padding: 25px 0;
	transition: all 0.5s ease;
}
#header .row {
      margin: 0;
}
.header-kontakt{
	margin-left: auto;
}
.nadpis{
	margin: 0;
	font-size: 29px;
}
.logo img{
	max-height: 150px;
	transition: all 0.5s ease;
}
header.scrolled .logo img{
	max-height: 50px;
}
header.scrolled #header{
	padding: 8px 0;
}
.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10;
}
#kontakt{
	display: inline-block;
    	vertical-align: middle;
	margin-left: 15px;
}
#kontakt p, #kontakt a, #prohlidka p, #prohlidka a{
	font-size: 17px;
	text-decoration: none;
	font-weight: 300;
	font-family: 'Roboto-Light';
	color: black;
}
#kontakt i, #prohlidka i{
	color: #7e2b18;
}
#kontakt a:hover, #prohlidka a:hover{
	text-decoration: underline;
}
#prohlidka{
	display: inline-block;
    	vertical-align: middle;
	margin-right: 15px;
}	
.nomargin{
	margin: 0;
}

/**********************************/
/*         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;
	border-radius: 0;
	display: inline-block;
}
.btn.btn:active{
	border: inherit !important;
	background: inherit !important;
}
.btn.btn-primary{
	text-transform: uppercase;
	background: #6fcd01;
	border: 1px solid #6fcd01;
	color: white !important;
}
.reference_box .btn.btn-primary{
	text-transform: initial;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .reference_box:hover .btn.btn-primary{
	background: #0396fd;
	border: 1px solid #0396fd;
	color: white !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{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a83014+0,761b08+99 */
background: #a83014; /* Old browsers */
background: -moz-linear-gradient(top, #a83014 0%, #761b08 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a83014 0%,#761b08 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a83014 0%,#761b08 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a83014', endColorstr='#761b08',GradientType=0 ); /* IE6-9 */
	z-index: 2;
	border-top: 1px solid #f4e1d4;
}
.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{
	text-align: left;
	width: 100%;
}
.nav {
	justify-content: space-between;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;
}
.nav li.font_size{
	background: white;
	color: #7e2b18;
	border: 1px solid #e9dbad;
	padding: 9px;
	font-weight: bold;
}
.nav li.font_size a{
	cursor: pointer;
}
.nav li.font_size a:hover{
	text-decoration: underline;
}
.nav li.font_size a.smaller{
	font-size: 15px;
}
.nav li.font_size a.larger{
	font-size: 20px;
}
.nav li.lvl-1{
	padding: 5px 5px;
}
.nav li.lvl-1 > a {
    font-size: 17px;
    color: white;
    font-weight: normal;
    padding: 5px 10px;
	border-radius: 3px;
    text-transform: uppercase;
    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: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	content: '';
	height: 2px;
	background: #e8e1a6;
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
	color: #e8e1a6;
    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: #e8e1a6;
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-toggle:hover::after{
	display: block;
	border: none;
}
.dropdown-menu {
    border-radius: 0;
    border: 3px solid #a22d12;
    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;
}
section#main{
	padding-top: 0;
}

.bordered-top {
    border-top: 1px solid #ece5c9;
}
.bordered-bottom {
    border-bottom: 1px solid #ece5c9;
}
.bcg{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbf6e3+0,f3eed2+100 */
background: #fbf6e3; /* Old browsers */
background: -moz-linear-gradient(top,  #fbf6e3 0%, #f3eed2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fbf6e3 0%,#f3eed2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fbf6e3 0%,#f3eed2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6e3', endColorstr='#f3eed2',GradientType=0 ); /* IE6-9 */
}
.blue {
    background: #faf5e0;
}
.blue p{
	font-size: 30px;
}
.blue iframe {
    border: 4px solid white !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;
}


/**********************************/
/*         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: black;
	font-size: 30px;
	font-weight: 300;
  font-family: 'Roboto-Light';
	text-align: left;
	position: relative;
	padding-bottom: 8px;
}
h1:after, .h1:after {
  content:""; 
  background: #a93014; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  height: 2px; 
  width: 80px;
}

h1.cent, .h1.cent{
	text-align: center;
}
h1.cent:after, .h1.cent:after{
  content:""; 
  background: #a93014; 
  position: absolute; 
  bottom: 0; 
  left: calc(50% - 40px); 
  height: 2px; 
  width: 80px;
}
 
h2, .h2{
	color: black;
	font-size: 24px;
	font-weight: 300;
  font-family: 'Roboto-Light';
}
h3, .h3{
	color: black;
	font-size: 18px;
	font-weight: bold;
	clear: both;
}
h4, .h4{
	color: #0ea155;
	font-size: 14px;
	font-weight: 600;
}
p, li, td, .EditableSection, .EditableContent, .editable-section {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 17px;
  list-style-type: none;
  color: #3d3d3d;
  font-weight: 300;
  font-family: 'Roboto-Light';
}

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;
	list-style: none;
}
.EditableSection li:before, .EditableContent li:before, .editable-section li:before {
    content: '\f111';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 6px;
    position: absolute;
    top: 1px;
    left: 0;
}

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

a,
a:visited {
    color: #3d3d3d;
    font-size: 17px;
}
a:hover {
	text-decoration: underline;
	color: #a93014;
}
.link-underline{
	text-decoration: none !important;
}
.link-underline:hover{
	text-decoration: underline !important;
}
table {
	border-collapse: collapse;
	border: none;
  	margin: 0 0 12px 0;
}
table td {
  vertical-align: top;
  text-align: left;
}
.EditableSection th, .EditableContent th, .editable-section th,
.EditableSection td, .EditableContent td, .editable-section td{
	font-size: 17px;	
  	color: black;
  	font-weight: 300;
    font-family: 'Roboto-Light';
	padding: 5px;
	border: 1px solid #e0e0e0;
}
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;
}

.box{
	padding: 2%;
	width: 46%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

.box2{
	border: 2px solid #85b700;
	padding: 2%;
	width: 94%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 10px;
	position: relative;
	background-color: white;
}

.box.right{
	float: right;
}
.box.right * {
	color: white !important;
}
.index-text h1{
	margin-bottom: 30px;
}
.index-text p{
	font-size: 24px;
}	

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

#banners{
	width: 100%;
	text-align: center;
}

.banner{
	text-align: center;
	position: relative;
	max-width: 340px;
    	margin: 0 auto;
	margin-bottom: 35px;
}
.banner_img{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 50px;
	overflow: hidden;
	border-radius: 100px;
	background: #a83014;
    	background: -moz-linear-gradient(top, #a83014 0%, #761b08 99%);
    	background: -webkit-linear-gradient(top, #a83014 0%,#761b08 99%);
    	background: linear-gradient(to bottom, #a83014 0%,#761b08 99%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a83014', endColorstr='#761b08',GradientType=0 );
    	width: 110px;
    	height: 110px;
    	background-size: cover !important;
	margin-bottom: 8px;
}
.banner:hover .banner_img{

}
.banner h2{
	text-align: center;
	color: black;
	font-size: 24px;
    	overflow: hidden;
    	font-weight: normal;
}
.banner p.banner_text{
	height: 5.2em;
	overflow: hidden;
}
.banner p.vice{
	text-decoration: underline;
	color: black;
	font-size: 18px;
	font-weight: 300;
  font-family: 'Roboto-Light';
}
.banner:hover p.vice{
	color: #a93014;
}


/**********************************/
/*  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;
}

.video-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.video-container iframe{
	max-width: 48%;
	margin: 5px;
}

/**********************************/
/*  FORMULARE 
/*********************************/


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

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

div.modal-header {
	border-radius: 0;
	background: #a83014;
    background: -moz-linear-gradient(top, #a83014 0%, #761b08 99%);
    background: -webkit-linear-gradient(top, #a83014 0%,#761b08 99%);
    background: linear-gradient(to bottom, #a83014 0%,#761b08 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a83014', endColorstr='#761b08',GradientType=0 );
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	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: black;
	background: white;
}

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

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-family: 'Roboto';
	font-weight: bold;
}

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

.modal-dialog .modal-body {
    background-color: #f5f5f5;
}

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

.modal-dialog .btn-primary{
	border: 1px solid #a83014;
	color: white;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

	background: #a83014;
    background: -moz-linear-gradient(top, #a83014 0%, #761b08 99%);
    background: -webkit-linear-gradient(top, #a83014 0%,#761b08 99%);
    background: linear-gradient(to bottom, #a83014 0%,#761b08 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a83014', endColorstr='#761b08',GradientType=0 );
	-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{
	background: #a83014;
	border: 1px solid #a83014;
}


.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-top{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a83014+0,8b240d+100 */
background: #a83014; /* Old browsers */
background: -moz-linear-gradient(top, #a83014 0%, #8b240d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a83014 0%,#8b240d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a83014 0%,#8b240d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a83014', endColorstr='#8b240d',GradientType=0 ); /* IE6-9 */
}
footer{
  	background: #a93014;
  	z-index: 0;
  	width: 100%;
}
footer p{
	color: white;
	text-decoration: none;
	font-size: 15px;
}
footer a,
footer a:visited,
footer a:hover {
	color: white;
	text-decoration: none;
	font-size: 15px;
}
footer a:hover {
	text-decoration: underline;
}

#footer{
	padding: 30px 0;
	position: relative;
}
#footer > div{
	padding-right: 100px;
}
#footer .row{
	flex-direction: row-reverse;
	margin: 0;
}

#footer-top .col{
	border-right: 1px solid #8b240d;
	padding: 15px 25px;
}

#footer-top .col:last-of-type{
	border-right: none;
}
#footer-top .col p{
	margin-bottom: 0;
	color: white;
	line-height: 1.6;
}
#footer-top .col p strong{
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
}
#footer-top a{
	color: white;
	text-decoration: none;
}
#footer-top a:hover{
	text-decoration: underline;
	color: white;
}
a.overeni{
	position: absolute;
	right: 0;
	top: 10px;
}

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

.breadcrumb {
	background: white;
	margin: 0;
	border-radius: 0;
}
.breadcrumb, .breadcrumb span, .breadcrumb a {
    	color: black;
	font-size: 15px;
}
.breadcrumb a{
	text-decoration: underline;
}
.breadcrumb a:hover{
    	color: #a22d12;
	text-decoration: none;
}
.breadcrumb .drobeckova-navigace-sipky {
    display: inline-block;
    padding: 0 1rem;
}


/**********************************/
/*  KATEGORIE BANNERY 
/*********************************/
.kategorie-bannery{
	margin-top: 20px;
	margin-bottom: 35px;
}
.kategorie-banner{
	text-align: center;
	max-width: 385px;
	margin: 0 auto;
	margin-bottom: 35px;
}
.kategorie-banner .h2{
	text-align: center;
	font-weight: 300;
  	font-family: 'Roboto';
	font-size: 24px;
	height: 2.5em;
	overflow: hidden;
	color: #450e02;
	margin-bottom: 2px;
}
.kategorie-banner-img{
	border-radius: 5px;
	overflow: hidden;
	border-bottom: 4px solid #e2d9b8;
}
.kategorie-banner:hover .kategorie-banner-img{
	border-bottom: 4px solid #973c27;
}
.kategorie-banner .btn-primary{
	z-index: 50;
	margin-top: -23px;
	font-weight: bold;
	background: #e2d9b8;
	border-radius: 5px;
	color: #450e02 !important;
	text-transform: initial;
	border: none;
}
.kategorie-banner:hover .btn-primary{
	border: none;
	background: #973c27;
	color: white !important;
}
.kategorie-banner:hover .h2{
	color: #973c27;
}

/********************/
/** STRANKOVANI
*********************/ 
.produkt_pagination{
	flex-basis: 100%;
	text-align: right;
	margin-bottom: 0.5rem;
}
.strankovani-odkaz, .pgr{
	text-decoration: none;
	font-weight: bold;
	font-family: 'Roboto';
	color: black;
	font-size: 16px;
	padding: 0 0.4rem;
}
.pgr, .strankovani-odkaz:hover{
	background: #a22d12;
	color: white;
	text-decoration: none;
}
.produkt_pagination a:first-of-type.strankovani-sipky img, .produkt_pagination a:last-of-type.strankovani-sipky img{
	display: none;
}
.produkt_pagination a:first-of-type.strankovani-sipky, .produkt_pagination a:last-of-type.strankovani-sipky{
	width: 0.5rem;
	text-decoration: none;
}
.produkt_pagination a:first-of-type.strankovani-sipky:before,
.produkt_pagination a:last-of-type.strankovani-sipky:before{
    	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	color: #a22d12;
    	font-size: 200%;
    	line-height: 23px;
    	vertical-align: text-top;
}
.produkt_pagination a:first-of-type.strankovani-sipky:before{ 
	content: "\f0d9";
}
.produkt_pagination a:last-of-type.strankovani-sipky:before{
	content: "\f0da";
}

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

.produkt-box{
	position: relative;
}

.produkt-box .img-box{
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	background-size: cover !important;
}

.produkt-box .img-box img{
	object-fit: cover;
}
.produkt-box .img-box .over{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(251,246,227,0.8);
	border-bottom: 5px solid #fbf7e6;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	-webkit-transition: all .4s; 
  	transition: all .4s;
}
.produkt-box .img-box .over .produkt-nadpis{
	margin-bottom: 12px;
	padding-bottom: 10px;
	position: relative;
}
.produkt-box .img-box .over .produkt-nadpis p{
	height: 2.5em;
	overflow: hidden;
	font-size: 24px;
	text-align: center;
	margin: 0;
}
.produkt-box .img-box .over .produkt-nadpis:after{
	content: '';
	border-bottom: 1px dotted black;
	width: 60%;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.produkt-box .img-box .over .vice{
	text-decoration: underline;
	font-weight: bold;
}
.produkt-box:hover .img-box .over{
	background: rgba(169, 48, 20, 0.9);
	border-bottom: 5px solid #a93014;
} 
.produkt-box:hover .img-box .over *{
	color: white !important;
}
.produkt-box:hover .img-box .over .produkt-nadpis:after{
	border-bottom: 1px dotted white;
}

.vice_odkaz{
	text-align: center;
	margin-bottom: 30px;
}
.vice_odkaz a{
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #a93014;
}
.products-not-found{
	display: none !important;
}
.produkt-detail .container{
	position: relative;
}
.produkt-detail h1{
	padding-right: 100px;
}
.produkt-zpet{
	position: absolute;
	right: 0;
	top: 5px;
}
.produkt-zpet a{
	font-weight: bold;
}

/***************************/
/*  AKTUALITY
/***************************/
.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_box {
  height: auto;
  padding: 10px;
	border: 1px solid #ece5c9;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.aktuality_col_container .aktuality_box:hover{
	border: 1px solid #a22d12;
}

.aktuality_col_container .aktuality_box:nth-child(odd){
	background: #fffcf1;
}
.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;
    font-family: 'Roboto-Light';
}
.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: #f1f9ff;
}
.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 #dceff8;
	position: relative;
	padding: 15px;
	padding-bottom: 45px;
      font-size: 17px;
      font-weight: 300;
      font-family: 'Roboto-Light';
}
.aktuality_vice_odkaz.abs{
	position: relative;
	text-align: right;
	margin-top: 15px;
}	
.aktuality_vice_odkaz.abs a{
    display: inline-block;
    border-bottom: 2px solid #0396fd;
    color: black;
    text-decoration: none;
    font-size: 15px;
}
.aktuality_vice_odkaz.abs a:hover{
	color: #0396fd;
}
/**************
FOTOGALERIE
*****************/

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

/*************
SLIDESHOW
**************/
#intro {
    	position: relative;
	margin-top: 197px;
}
#slides{
	position: relative;
	margin: 0 !important; 
	overflow: hidden;
	float: none;
}	

#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: 20px;
	height: 20px;
	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: #a22d12;
	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: 80px;
    	max-width: 1360px;
}
.caption .caption-inner{
	padding: 20px 30px;
	background: rgba(239, 233, 208, 0.65);
	display: inline-block;
	margin-bottom: 10px;
	float: left;
	max-width: 550px;
	border-radius: 4px;
}
.caption p{
	color: #731301;
	font-size: 40px;
      font-weight: bold;
	margin: 0;
}
.justified-gallery > a > .caption{
	top: auto;
}

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

#aktuality_slide .aktuality_name,
#aktuality_slide .aktuality_date,
#aktuality_slide .aktuality_text{
}
#aktuality_slide .aktuality_text{
}

#aktuality_slide .aktuality_box{
	min-height: 145px;
	position: relative;
}

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


#aktuality_slide .aktuality_vice a{
	font-size: 17px;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#aktuality_slide .aktuality_img{
	float: right;
}

#aktuality_slide .aktuality_img img{
	border: 3px solid #ecf5fc;
}


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

#aktuality_slide .aktuality_vice_odkaz a{
	font-size: 18px;
}
div#aktuality_slide_box {
    position: relative;
}
#aktuality_slide.slick-slider{
	margin: 0;
}
.archiv {
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slick-dots{
	text-align: left;
	bottom: 0px;
}
.slick-dots li{

}
.slick-dots li button{
	color: black;
	font-size: 15px;
}
.slick-dots li.slick-active button{
	color: white;
	background: #a93014;
}
.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){
.nav {
    justify-content: flex-start;
}
.nav li.font_size{
	margin-left: auto;
}

#menu_top{
	height: auto;
}

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;
}
.table-vz{
	width: 100% !important;
	height: auto !important;
}
.table-vz tr{
	display: inline;
}
.table-vz tr td{
	display: inline-block;
}
}

@media screen and (max-width: 1200px){
#intro {
    margin-top: 0;
}
}

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

.navbar-toggler {
    display: block !important;
    color: white;
    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: white;
}
.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%;
}
.nav li.font_size {
    	margin: 0 auto;
}
#header .col-md-auto{
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
}
.logo {
    	width: 100%;
    	margin-bottom: 10px;
	text-align: center;
}

#kontakt, #prohlidka{
	float: none;
	text-align: center;
	margin: 10px;
}
#footer .col:nth-of-type(1), #footer .col:nth-of-type(2), #footer .col:nth-of-type(3), #footer .col:nth-of-type(4){
	width: 100%;
	padding: 10px 0;
	border: none;
	min-height: 0;
	text-align: center;
	flex-basis: 100%;
}
#fcb a{
	margin: 0 auto;
}
#banners .col-md-3 {
    max-width: 50%;
    flex-basis: 50%;
}
.reference_box, .produkt_box{
	flex-basis: 25%;
	max-width: 25%;
}
#dalsi-obrazky .col {
    	flex-basis: 25%;
	max-width: 25%;
}
}

@media screen and (max-width: 800px){
#kontakt a:before, #prohlidka 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: #7e2b18;
}
#kontakt .mail a:before{
    content: '\f658';
}
#kontakt .tel a:before {
    content: '\f095';
}
#prohlidka .prohlidka a:before{
	content: '\f06e';
}
#kontakt i, #prohlidka i{
    display: none;
}
#kontakt a, #prohlidka a {
    overflow: hidden;
    content: '';
    color: transparent;
    height: 25px;
    width: 25px;
    display: block;
}
#kontakt p, #prohlidka p {
    margin: 0 8px;
}

.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;
}
#footer-top .col{
	flex-basis: 100%;
	max-width: 100%;
	border: none;
	text-align: center;
}
a.overeni{
	position: relative;
	top: auto;
	right: auto;
	margin-bottom: 20px;
	display: inline-block;
}
#footer > div{
	padding: 0;
	text-align: center;
}

}

@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%;
}
.table-kontakt tr{
	display: inline;
}
.table-kontakt tr td{
	display: block;
	margin: 0;
    	border: none !important;
	border-bottom: 1px solid rgb(236, 229, 201) !important;
}
}
	
@media screen and (max-width: 640px){


}





