/*************************/
/***   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-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
      background-color: white;
      color: #3f3f3f;  
	text-align: left;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	height: 100%;
	overflow-x: hidden;
}
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
section{
	overflow-x: hidden;
	position: relative;
}
.EditableSection  a[rel="lightbox[all]"] img, .EditableSection img,
.EditableContent a[rel="lightbox[all]"] img, .EditableContent img,
.editable-section a[rel="lightbox[all]"] img, .editable-section img{
    	position: relative;
    	display: inline-block;
	border: 5px solid #eff9ff !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: 5px solid #cce7f6 !important;
}
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: bold;
	text-align: left;
	position: relative;
	padding-bottom: 8px;
}
.light{
	font-weight: 300 !important;
}
h1:after, .h1:after{
  content:""; 
  background: #c31e00; 
  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: #c31e00; 
  position: absolute; 
  bottom: 0; 
  left: calc(50% - 40px); 
  height: 2px; 
  width: 80px;
}
 
h2, .h2{
	color: black;
	font-size: 24px;
	font-weight: 300;
}
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, th, span{
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 17px;
  list-style-type: none;
  color: #3d3d3d;
  font-weight: 300;
}

#main_content ul{
	padding-left: 0;
}

#main_content li, #nadpatickou li{ 
  	list-style: none;
}

img {
	margin: 0; 
	max-width: 100%;
	box-sizing: initial;
}
a, a:visited {
    color: #3f3f3f;
    font-size: 18px;
}

a:hover {
	text-decoration: underline;
	color: #c21e04;
}
.EditableSection a, .EditableContent a, .editable-section a{
    text-decoration: underline;
}
.EditableSection a:hover,.EditableContent a:hover, .editable-section a:hover{
    	text-decoration: none;
	color: #c21e04;
}
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;
}
.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10;
}
b,strong{
	font-weight: bold;
}	
.EditableSection li:before, .EditableContent li:before, .editable-section li:before{
	content: '\f45c';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
    	font-size: 8px;
    	vertical-align: top;
    	margin-top: 1px;
	margin-right: 6px;
}

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

.container{
	padding: 15px 0;
	overflow: hidden;
	width: 96%;
}
@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 #d3f0ff;
}
.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 #68ccff;
    border-left: 1px solid #68ccff;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.borderEffect:after {
    border-top: 1px solid #68ccff;
    border-right: 1px solid #68ccff;
    -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: black;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 30px;
	background: #68ccff;	
	margin: 8px;
}
.borderEffect a, .borderEffect a:hover{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	color: transparent !important;
}	


/**********************************/
/*         HEADER
/*********************************/
header{
	position: relative; 
	width: 100%; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaf8ff+0,ffffff+100 */
background: rgb(234,248,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZjhmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(234,248,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,248,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(234,248,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(234,248,255,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(234,248,255,1) 0%,rgba(255,255,255,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(234,248,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf8ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}

#hornimenu1, #header{
	margin: 0 auto;
      font-family: 'Roboto',sans-serif;
}

#header{
	position: relative;
	text-align: left;
	overflow: hidden;
	align-items: center;
	width: 100%;
}
#header .row{
	width: calc(100% + 30px);
    	justify-content: space-between;
}

#logo{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	position: relative;
	text-align: left;
}
#logo a{
	font-size: 27px;
	color: black;
	font-weight: 300;
	text-decoration: none;
}
#logo a span{
	font-size: 40px;
	font-weight: bold;
	display: block;	
	color: black;
	text-transform: uppercase;
	margin-bottom: 0;
}
#logo a:hover{
	text-decoration: none;
}
p.zkusenosti{
	display: inline-block;
	background: white;
	border: 1px solid #b5e1f7;
	border-left: 5px solid #68ccff;
	padding: 4px 12px;
	font-size: 26px;
	margin: 0;
	margin-right: 1rem;
	vertical-align: middle;
	color: black;
}
p.zkusenosti .bold{
	font-size: 26px;
}
p.nadpis{
	font-weight: bold;
	font-size: 26px;
	color: black;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.bold{
	font-weight: bold;
}
#kontakt{	
	color: black;
	margin: 0;
	display: flex;
}
#kontakt .formButton{
	display: inline-block;
}
#kontakt .formButton a:hover{
	text-decoration: none;
}
#kontakt .links{
    	margin-top: auto;
    	margin-bottom: auto;
	display: inline-block;
}
#kontakt .links p{
	margin-bottom: 4px;
	display: block;
}
#kontakt .links p, #kontakt .links a{
	font-size: 17px;
	text-decoration: none;
	font-weight: 400;
	font-family: roboto;
}
#kontakt .links a:hover{
	text-decoration: underline;
	color: #3f3f3f;
}	

/**********************************/
/*         MENU
/*********************************/
.navbar {
    	padding: 0;
	background: #c31e00;
}
.navbar .container{
	padding: 0;
	overflow: visible;
}
.nav {
    	width: 100%;
    	display: inline-block;
    	text-align: left;
}
.navbar-inner{
	width: 100%;
}
.navbar-toggler {
    	display: none;
}
.navbar-collapse.collapse:not(.show) {
    	display: block;
}
.nav li {
    	margin: 0;
    	position: relative;
	display: inline-block;
}
.nav li.lvl-1 > a {
    	font-size: 17px;
    	color: white;
    	font-weight: bold;
    	padding: 15px 25px;
    	text-transform: uppercase;
    	display: inline-block;
	position: relative;
}
.nav li.lvl-1 > a:before{
	position: absolute;
	right: 0;
	top: 20%;
	bottom: 20%;
	width: 1px;
	background: #df6d58;
	content: '';
	z-index: 5;
}
.nav li.lvl-1 > a:hover, .nav li.lvl-1 > a.active, .nav li.lvl-1.show > a {
    	text-decoration: none;
	background: #68ccff;
    	color: black;
}
.nav li.lvl-1 > a:hover:before, .nav li.lvl-1 > a.active:before, .nav li.lvl-1.show > a:before{
	width: 0;
}
.dropdown-menu.show{
	border: 1px solid #68ccff;
	border-radius: 0;
	width: 300px;
	top: 97%;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}	
.dropdown-item{
	width: 100%;
	display: block;
	padding: 0.5rem 1rem;
	color: black;
	text-transform: uppercase;
	white-space: initial;
	    white-space: pre-wrap;
}
.dropdown-item:hover{
	background: url(/files/images/logo_small.png) no-repeat left 8px center;
	background-size: auto 55%;
	color: #0092d6;
}

/**********************************/
/*         CONTENT
/*********************************/

.blue{
	background: #f3fbff;
	border-top: 1px solid #c0e6fa;
	border-bottom: 1px solid #c0e6fa;
}
#intro{
	position: relative;
    	overflow: hidden;
}
#intro figure{
	margin: 0;
}
#intro img{
	width: 100%;
	height: auto;
	display: block;
}
.bordered{
	border-bottom: 1px solid #e2e2e2;
}
#main_content {
	text-align: left;
}
#main_content .col{
	    flex-basis: auto;
}
#main_content .cols .col.left{
	width: 55%;
}
#main_content .cols .col.right{
	width: 45%;
}
#main_content .cols .white{
	padding: 15px;
	background: white;
	border: 1px solid #e2e2e2;
}
#main_content .cols .white p{
	line-height: 1.5;
}
#main_content .cols .col .formButton{
	display: inline-block;
	border: 1px solid transparent;
}
.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;
}

#main_content table { 
border: none; width: auto; height: auto; 
} 
#main_content td { 
border: 1px solid #E4E4E4; padding: 10px; line-height: 1.3em;  
} 

.white-box{
	background: white;
	border: 1px solid #c9ebfb;
	padding: 1rem 2rem;
	margin-bottom: 1rem;
	overflow: hidden;
}
.white-box p{
	font-size: 29px;
	font-weight: normal;
	color: black;
	margin: 0;
	display: inline-block;
}
p.gal{
	display: flex;
	width: 100%;
}
p.gal img{
	height: auto !important;
}
.btn-secondary{
	border-radius: 0;
	border: 1px solid #c9ebfb;
	background: white;
	color: black;
	
}
.btn-secondary:hover{
	background: #68ccff;
	border: 1px solid #68ccff;
	color: black;
}
#nadpatickou h2{
	margin: 0;
}


/**********************************/
/*         FOOTER
/*********************************/

footer{
  	background: #68ccff;
  	z-index: 0;
  	width: 100%;
	padding: 1rem 0;
}
footer .row{
	flex-direction: row-reverse;
}
#footer {
	color: black;
	height: auto;
	text-align: left;	
	border: none;
	padding-top: 0;
}
#footer p,
#footer a,
#footer a:visited,
#footer a:hover {
	color: black;
	text-decoration: none;
}
#footer_text{ 
	overflow: hidden;
}
#footer_text strong span{
	font-weight: bold;
}
#footer_text a:hover{
	text-decoration: underline;
}
footer .fcb{
	color: #68ccff !important;
    	display: inline-block;
    	width: 2rem;
    	height: 2rem;
    	position: relative;
	z-index: 5;
	text-align: center;
	margin-top: 0.5rem;
}
footer .fcb:before{
	content: '\f111';
	font-weight: 900;
    	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0;
	left: 0;
	color: black;
	font-size: 2rem;
	z-index: -1;
}
footer .fcb:hover:before{
	color: white;
}
#footer a.gdpr{
	border: 1px solid white;
	background: #c0e9fe;
	color: black;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	margin-bottom: 15px;
}
#footer a.gdpr:hover{
	background: white;
	text-decoration: none;
}
footer .border-right{
	border-right: 1px solid #aee4ff !important;
	
}


/**********************************/
/*         BANNERS
/*********************************/
#banners {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}
.banner {
    width: 22%;
    margin: 0 1%;
    min-width: 300px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
}
.banner .fas, .banner .far, .banner .fab{
	color: #c31e00;
	font-size: 3rem;
}
.banner:hover .fas, .banner:hover .far, .banner:hover .fab{
	color: black;
}
.banner h2 {
    text-align: center;
    color: black;
    font-size: 24px;
}

.banner p.vice {
    text-decoration: underline;
    color: black;
    font-size: 18px;
    font-weight: 300;
}
.banner:hover p.vice {
    text-decoration: none;
}
.img-box{
  	border: 1px solid #cce7f6;
	background: #f7fcff;
  	width: auto;
  	height: auto;
}
.img-box{
	padding: 0.5rem 0.5rem;
	margin-bottom: 0.5rem;
}
.img-box img, .img-box a[rel="lightbox[all]"] img{
	margin: 0 !important;
	border: 10px solid transparent !important;
	box-sizing: initial;
}
.img-box a[rel="lightbox[all]"] img:hover{
	border: 10px solid #cce7f6 !important;
}

#main_content td {
  	border: none;
  	padding: 10px;
  	line-height: 1.3em;
  	font-size: 15px;
  	color: #4d4c4c;
  	margin-bottom: 5px;
}

/**********************************/
/*         BREADCRUMB 
/*********************************/
.breadcrumb {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8f7fe+100 */
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGY3ZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,247,254,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,247,254,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,247,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,247,254,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,247,254,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,247,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f7fe',GradientType=0 ); /* IE6-8 */
    border-top: 1px solid #cfe9f7;
    border-bottom: 1px solid #cfe9f7;
}
.breadcrumb span, .breadcrumb a {
    color: black;
}
.breadcrumb a{
	text-decoration: underline;
}
.breadcrumb a:hover{
	text-decoration: none;
}
.breadcrumb .drobeckova-navigace-sipky {
    display: inline-block;
    padding: 0 1rem;
}

/*************
SLIDESHOW
**************/
#intro {
    position: relative;
}
#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: #d40834;
	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 div{
	padding: 15px 20px;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	margin-bottom: 10px;
	float: left;
}
.caption p{
	color: white;
	font-size: 26px;
      font-weight: normal;
}
.caption p strong{
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
}
a.vice{
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: 17px;
	padding: 4px 10px;
	float: left;
    	clear: both;
	border: 1px solid #68ccff;
	background: rgba(0,0,0,0.3);
      font-weight: bold;
}
a.vice:hover{
	background: #68ccff;
	color: black;
}
/**********************************/
/*  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;
}

/***************************/
/*  LEVE MENU
/***************************/
#left-col{
	
}
#category{
	background: #b8e2f9;
	border: 1px solid #cce7f6;
	width: 250px;
	margin-right: 1rem;
}
#category a{
	display: block;
	padding: 0.25rem 0.5rem;
}
#category a.kat1{
	border-top: 1px solid #cce7f6;
	border-bottom: 1px solid #cce7f6;
    	margin-top: -1px;
	padding: 0.5rem 0.5rem;	
}
#category .kat-item:first-of-type a.kat1{
	border-top: none;
}
#category > .kat-item:last-of-type:not(.hasKids){
	margin-bottom: -1px;
}
#category a.kat1:hover, #category a.kat1.active{
	background: #68ccff;
	text-decoration: none;
	color: black;
}
#category a.kat2{
	background: white;
	padding-left: 2rem;
}
#category a.kat2:hover, #category a.kat2.active{
	background: #e2f5ff;
	text-decoration: none;
	color: black;
}
#category a.kat3{
	background: white;
	font-size: 95%;
	padding-left: 3rem;
}
#category a.kat3:hover, #category a.kat3.active{
	text-decoration: underline;
	color: black;
}
.kat-title{
	font-size: 20px;
	font-weight: bold;
}
.main-col {
	width: 100%;
    	max-width: calc(100% - 300px);
    	flex: 0 0 calc(100% - 300px);
}
#main_content{
	border-bottom: 1px solid #cce7f6;
}
p.loga {
    margin: 0 -14px;
}
p.loga img{
	margin: 10px;
}

/***************************/
/*  REFERENCE
/***************************/
.kategorie-wrap{
	width: 100%;
	display: block;
	flex-basis: 100%;
}
.kategorie-wrap .col-md-auto{
	max-width: 25%;
	flex-basis: 25%;
}
.reference-wrap .col-md-auto{
	max-width: 20%;
	flex-basis: 20%;
}
.reference {
	text-align: center;
	border: 1px solid #cce7f6;
	background: #f7fcff;
	margin-bottom: 2rem;
}
.reference:hover{
	background: white;
	border: 1px solid #68ccff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
   	 -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}
.reference .h2{
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5rem 0;
	margin: 0;
}
.kategorie-wrap .reference .h2{
	height: 3.5em;
	overflow: hidden;
}
.reference .image{
	width: 100%;
	position: relative;
	border-top: 3px solid #cce7f6;
	border-bottom: 3px solid #cce7f6;
	height: 195px;
	background: #cce7f6;
}
#main_content .reference .image img{
	border: none !important;
	margin: auto !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	height: auto !important;
}
.reference .button{
	padding: 0.75rem;
}
.reference .button .btn{
	font-size: 17px;
}
.reference:hover .btn{
	border: 1px solid #68ccff;
	background: #68ccff;
}
.products-not-found{
	margin: 0 15px;
}
.produkt_pagination{
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
	border-bottom: 1px solid #cce7f6;
	padding-bottom: 0.25rem;
	margin: 0 15px;
	margin-bottom: 1rem;
}
.pgr, .strankovani-odkaz, .strankovani-sipky{
	display: inline-block;
	font-size: 16px;
	color: black;
	padding: 3px 8px;
}
.pgr, .strankovani-odkaz:hover, .strankovani-sipky:hover{
	background: #68ccff;
	color: black;
	text-decoration: none;
}	
#main_content .produkt_pagination a.strankovani-sipky img{
	margin: 0 !important;
	border: none !important;
}
.reference .h2.two-line{
	height: 3.4em;
	overflow: hidden;
}
.reference-button{
	display: inline-block;
	margin-bottom: 2rem;
	margin-right: 1rem;
}
.reference-button a{
	display: block;
	padding: 0.75rem 1.25rem;
	border: 1px solid #cce7f6;
	background: #f7fcff;
	color: black;
	font-size: 24px;
}
.reference-button a:hover{
	border: 1px solid #68ccff;
	text-decoration: none !important;	
	color: black;
	background: white;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}

.product-detail{
	margin-bottom: 3rem;
}
.detail_img{
	position: relative;
	border: 1px solid #cce7f6;
	background: #f4fbff;
}
.detail_img img, .detail_image img{
	max-width: 100%;
	height: auto;
}	
.detail_images{
	border: 1px solid #cce7f6;
	background: #f4fbff;
	padding: 1rem 2rem;
	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: #cce7f6;
	margin-bottom: 1rem;
}
.detail_image:hover{
	background: #68ccff;
}
.detail_image a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.detail_image 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;
}
.button-back .btn-secondary{
	padding: 0.375rem 3rem;
}
/**********************************/
/*  NAVIGACE 
/*********************************/

.breadcrumb{
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
}
.breadcrumb *{
	color: #3C3C3C;
	font-size: 15px;
}
.drobeckova-navigace-sipky{
	display: inline-block;
	margin: 0 10px;
}


#mobile_open, #mobile_close {
    	display: none;
	color: transparent;
	height: 0;
}

/**********************************/
/*  FORM 
/*********************************/

button#modal-launch{
	padding: 0;
	padding-right: 0.75rem;
}
button#modal-launch, button#modal-launch-2 {
    background: none;
    border: none;
    cursor: pointer;
}
button#modal-launch-2 {
	padding: 0;
	float: right;
}
button#modal-launch-2 a{
	font-size: 23px;
	color: black;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	padding: 3px 10px;
	background: #68ccff;
}
button#modal-launch-2 a .fas{
	margin-left: 0.5rem;
}
button#modal-launch-2 a:hover{
	background: #c31e00;
	color: white;
}

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

div.modal-header {
	border-radius: 0;
	color: black;
	background: #68ccff;
    	border-bottom: 1px solid #68ccff;
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid black;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: black;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close span{
	font-weight: bold;
	font-size: inherit;
	color: black;
}
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: black;
	/* 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 #68ccff;
	color: black;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 
    background: #68ccff;
	-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: #C21D01;		
	border: 1px solid #C21D01;
	color: white;
}


.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;
}


/***********
RESPONSIVE
************/

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

@media (min-width: 576px){
#slides .camera_pag, .caption{
	max-width: 540px;
}
}
@media (min-width: 768px){
#slides .camera_pag, .caption{
	max-width: 720px;
}
}
@media (min-width: 992px){
#slides .camera_pag, .caption{
	max-width: 960px;
}
}
@media (min-width: 1200px){
#slides .camera_pag, .caption{
	max-width: 1140px;
}
}
@media (min-width: 1400px){
#slides .camera_pag, .caption{
    max-width: 1360px;
}
}







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

#hornimenu1 {
    text-align: center;
}

#menu_top{
	height: auto;
}

figcaption{
	font-size: 20px;
}

.reference-wrap .col-md-auto{
	max-width: 25%;
	flex-basis: 25%;
}
#header .row{
	justify-content: space-between;
}
#kontakt .links{
	text-align: left;
}
#kontakt .col, #kontakt .col button{
	padding-right: 0;
}
p.zkusenosti{
	margin-bottom: 5px;
	margin-right: 0;
}
p.zkusenosti br{
	display: none;
}
p.zkusenosti .bold{
	margin-right: 5px;
}
p.nadpis{
	font-size: 20px;
	display: block;	
}	
.white-box{
	text-align: center;
}
button#modal-launch-2{
	float: none;
	display: inline-block;
	margin-top: 1rem;
}
}

@media screen and (max-width: 1200px){
#kontakt{
	margin-top: 0.5rem;
}
#header .row {
    justify-content: space-evenly;
}
}

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

#header .col-md-3{
	flex: initial;
	max-width: 100%;
	display: inline-block;
}
#header{
	text-align: center;
}
#kontakt .col, #kontakt .col button{
	padding-left: 5px;
	padding-right: 5px;
}
.reference-wrap .col-md-auto{
	max-width: 33.33333%;
	flex-basis: 33.33333%;
}
.caption{
	display: none;
}
#slides .camera_pag{
	padding: 0 1rem;
}
}

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

#banners{
	display: block;
}
.reference-wrap .col-md-auto{
	max-width: 50%;
	flex-basis: 50%;
}
footer .border-right{
	border-right: none !important;
}
footer .col-md-auto, footer .col{
	width: 100%;
	text-align: center;
}
button#modal-launch-2{
	float: none;
	margin-top: 1rem;
}
#logo{
	text-align: center;
}
.navbar-inner {
    text-align: center;
}
.navbar-toggler {
    display: inline-block !important;
    color: white;
    vertical-align: middle;
    outline: none !important;
    line-height: 32px;
}
.navbar-toggler-icon {
    font-size: 25px;
    height: auto;
	margin: 0;
	color: white;
	vertical-align: top;
}
.navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}
.nav li{
	display: block;
	text-align: center;
}
.nav li a{
	display: block !important;
}
.nav li.lvl-1 > a:before{
	width: 0;
}
.dropdown-menu.show{
	width: 100%;
	text-align: center;
}
#category{
	width: 100%;
}
.main-col, #left-col{
	max-width: 100%;
	flex: 0 0 100%;
}
#left-col{
	margin-bottom: 2rem;
}
p.loga{
	text-align: center;
}

}

@media screen and (max-width: 800px){
#kontakt, #kontakt .links{
	display: inline-block;
}
#kontakt button{
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	white-space: normal;
	padding: 0;
}
#kontakt .dotaz{
	padding-right: 0;
	background: transparent;
}
#kontakt .formButton{
	margin: 8px 0;
}
.detail_img {
    	margin-bottom: 1rem;
	text-align: center;
}
.detail_images .col-md-4 {
    width: auto;
    max-width: 50%;
    flex-basis: 50%;
}
.camera_wrap .camera_pag .camera_pag_ul{
	text-align: center;
}
}

@media screen and (max-width: 720px){
#header{
	display: block;
    	flex-direction: initial;
    	justify-content: initial;
}
#logo {
    	width: 100%;
    	padding-left: 0;
    	margin: 10px 0;
}
#kontakt{
	float: none;
	text-align: center;
	width: 100%;
	margin-top: 0;
}
.nadpis{
	width: 100%;
}

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

.reference-wrap .col-md-auto{
	max-width: 100%;
	flex-basis: 100%;
}

}









