/*************************/
/***   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;
	text-align: left;
  	line-height: 1.3em;
  	font-size: 18px;
  	color: #3d3d3d;
  	font-weight: 300;
  	font-family: 'Roboto';
	height: 100%;
}

a[rel="lightbox[all]"] img{
    	position: relative;
    	display: inline-block;
	border: 2px solid white !important;
	margin: 4px;
	z-index: 50;
}
.gallery a[rel="lightbox[all]"] img, .product-gallery a[rel="lightbox[all]"] img, .gallery img{
	position: inherit;
	display: initial;
	border: none !important;
	margin: 0;
	z-index: 0;
}
.justified-gallery > a > .caption, .justified-gallery > div > .caption, .justified-gallery > figure > .caption{
	top: auto;
}
a[rel="lightbox[all]"]:hover img{
	border: 2px solid #d6bf73 !important;
}
.gallery a[rel="lightbox[all]"]:hover img, .product-gallery a[rel="lightbox[all]"]:hover img{
	border: 2px solid #d3e7f7 !important;
}
#cookies_souhlas{
	width: 100% !important;
}
#Banner .modal-content{
	background: transparent;
}
#Banner .modal-body{
	padding: 0;
	position: relative;
	background: transparent;
}
#Banner .modal-body img{
	width: 100%;
	height: auto !important;
}
#Banner .modal-body .close{
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	font-size: 20px;
    	width: 40px;
}
#Banner .modal-body .close span{
	font-size: 30px;
}

/**********************************/
/*         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 #decf9f;
	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 #234378;
    border-left: 1px solid #234378;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.borderEffect:after {
    border-top: 1px solid #234378;
    border-right: 1px solid #234378;
    -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: 21px;
	font-weight: bold;
	text-shadow: none;
	padding: 8px 25px;
	background: #d6bf73;
      border: 1px solid #d6bf73;
	margin: 5px;
}
.borderEffect:hover div.inner{
	background: #234378;
	border: 1px solid #234378;
	color: white;
}
.borderEffect:hover{
	background: white;
}

.borderEffect a, .borderEffect a:hover{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	color: transparent !important;
}	

.font_size{
	padding: 9px;
	font-weight: bold;
	margin-right: 15px;
}
.font_size a{
	cursor: pointer;
}
.font_size a:hover{
	text-decoration: underline;
}
.font_size a.smaller{
	font-size: 20px;
}
.font_size a.larger{
	font-size: 30px;
}

/**********************************/
/*         HEADER
/*********************************/
header{
	position: relative; 
	width: 100%; 
	background: #fffbed;	
}
#header{
	padding: 10px 0;
	transition: all 0.5s ease;
}
#header .row {
      margin: 0;
    	justify-content: space-between; 
}
.logo img{
	max-height: 110px;
	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;
}
.kontaktbox {
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.kontaktbox p{
	margin: 0 8px;
}
.kontaktbox p, .kontaktbox a{
	font-size: 24px;
	text-decoration: none;
	font-weight: 300;
	font-family: 'Roboto-Light';
	color: black;
}
.kontaktbox a:hover{
	text-decoration: underline;
}	
.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: #dccd9a;
	border: 2px solid #dccd9a;
	color: black !important;
	text-shadow: none;
	font-size: 21px;
}
.reference_box .btn.btn-primary{
	text-transform: initial;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .reference_box:hover .btn.btn-primary{
	background: #234378;
	border: 2px solid #2a0705;
	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{
	background: #234378;
      z-index: 2;
      border-top: 3px solid #dccd9a;
      border-bottom: 3px solid #dccd9a;
}
.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;
	display: inline-block;
}
.nav {
    justify-content: space-between;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;
}
.nav li.lvl-1{
	padding: 5px 10px;
}
.nav li.lvl-1 > a {
    font-size: 18px;
    color: white;
    font-weight: bold;
    padding: 11px 0;
    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: #fffbed;
	color: black;
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    color: #dccd9a;
    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;
    margin-right: 5px;

}
.nav li.lvl-1 > a:hover:before, .nav li.lvl-1 > a.active:before, .nav li.lvl-1.show > a:before{
	color: #dccd9a;
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-menu {
    border-radius: 0;
    border: 3px solid #234378;
    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;
	font-size: 18px;
      font-family: 'Roboto';
}
.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a.active{
	text-decoration: none;
	background: inherit;
	color: white;
	background: #234378;
}

#intro{
	position: relative;
}

#intro img{
	margin: 0 auto;
	display: block;
	height: auto;
}

section {
    padding: 20px 0;
}

.bordered {
    border-bottom: 1px solid #e1d3a5;
}

.blue {
    background: #ece1bf;
}
.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: 40px;
	font-weight: 300;
  	font-family: 'Roboto-Light';
	text-align: left;
	position: relative;
	padding-bottom: 8px;
	text-transform: uppercase !important;
}
h1:after, .h1:after {
  content:""; 
  background: #234378; 
  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: #0396fd; 
  position: absolute; 
  bottom: 0; 
  left: calc(50% - 40px); 
  height: 2px; 
  width: 80px;
}
 
h2, .h2{
	color: black;
	font-size: 31px;
	font-weight: 300;
      font-family: 'Roboto-Light';
	margin-top: 35px;
}
h3, .h3{
	color: black;
	font-size: 18px;
	font-weight: bold;
	clear: both;
	margin-top: 25px;
}
h4, .h4{
	color: #0ea155;
	font-size: 14px;
	font-weight: 600;
}
p, li {
  margin: 0 0 12px 0;
  list-style-type: none;
}

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 p, .EditableContent p, .editable-section p,
.EditableSection li, .EditableContent li, .editable-section li{
	line-height: 1.6em;
}
.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: black;
    font-size: 19px;
}
a:hover {
	text-decoration: underline;
	color: #234378;
}
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;
}

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

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

.banner{
	text-align: center;
	position: relative;
}
.banner_img{
	display: inline-block;
	overflow: hidden;
	border-radius: 100px;
	border: 2px solid white;
    	width: 120px;
    	height: 120px;
    	background-size: cover !important;
}
.banner_img img{
	max-width: 200px;
	max-height: 200px;
}
.banner:hover .banner_img{
	border: 2px solid #234378;
}
.banner h2{
	text-align: center;
	color: black;
	font-size: 33px;
	height: 2.5em;
    	overflow: hidden;
    	font-weight: normal;
}
.banner p.banner_text{
	height: 6.8em;
      overflow: hidden;
      font-size: 20px;
      line-height: 27px;
}
.banner p.vice{
	text-decoration: underline;
	color: black;
	font-size: 18px;
	font-weight: 300;
      font-family: 'Roboto-Light';
}
.banner:hover p.vice{
	color: #234378;
}


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

.modal-content{
	border: none;
	border-radius: 0;
	font-family: Roboto,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: #2ab8fa; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhYjhmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTgzZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #234378 0%, #500800 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ab8fa), color-stop(100%,#2a83fa)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #234378 0%,#500800 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #234378  0%,#500800 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #234378  0%,#500800 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #234378 0%,#500800 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='linear-gradient(to bottom, #234378 0%,linear-gradient(to bottom, #234378 0%,#234378 100%) 100%)', endColorstr='#2a83fa',GradientType=0 ); /* IE6-8 */
}

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 #dccd9a;
	color: white;
	font-family: 'Roboto';
	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: #6bc2ff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiYzJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMWEwZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6bc2ff 0%, #01a0ea 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bc2ff), color-stop(100%,#01a0ea)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #dccd9a 0%,#dccd9a 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #dccd9a 0%,#dccd9a 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #dccd9a 0%,#dccd9a 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #dccd9a 0%,#dccd9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234378', endColorstr='#234378',GradientType=0 ); /* IE6-8 */
	-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: #2aa1fa; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhYTFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTgyZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #234378 0%, #234378 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2aa1fa), color-stop(100%,#2a82fa)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #234378 0%,#234378 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #234378 0%,#234378 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #234378 0%,#234378 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #234378 0%,#234378 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa1fa', endColorstr='#2a82fa',GradientType=0 ); /* IE6-8 */	
}


.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: #234378;
  z-index: 0;
  width: 100%;

}
#footer a,
#footer a:visited,
#footer a:hover {
	color: white !important;
	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: 2em 0; overflow: hidden;}
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	color: white;
	font-size: 18px;
}

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

#footer .row{
	flex-direction: row-reverse;
	margin: 0;
}

#footer .col{
	display: inline-block;
	vertical-align: top;
	float: right;
}

#footer .col:nth-of-type(4){
	width: 50%;
	padding: 15px;
	padding-left: 0;
	
}

#footer .col:nth-of-type(4) > div:nth-of-type(2) {
	padding-top: 15px;
}
#footer .col:nth-of-type(1),#footer .col:nth-of-type(2), #footer .col:nth-of-type(3){
	padding: 15px;
	width: 16.666%;
	border-left: 1px solid #ece1bf;
	min-height: 105px;
}
#footer .col p{
	margin-bottom: 5px;
	color: white;
}
#footer .col p strong{
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
}
#footer .col p.gdpr{
	margin-bottom: 10px;
}
#footer .col p.gdpr a{
	display: inline-block;
	border: 1px solid #ece1bf;
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 12px;
}
#footer .col p.gdpr a:hover{
	background: #ece1bf;
	color: black !important;
	text-decoration: none !important;
}
#fcb a{
	display: flex;
	background: #0099ff;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	color: #003154;
    	width: 45px;
    	height: 45px;
}
#fcb a:hover{
	text-decoration: none !important;
	background: white;
}
#fcb a .fab{
	color: #003154;
	font-size: 25px;
}

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

.breadcrumb {
    	border-top: 1px solid #e0d2a3;
    	border-bottom: 1px solid #e0d2a3;
	background: white;
	margin: 0;
	border-radius: 0;
}
.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;
}

/***************************/
/*  COMMON
/***************************/
.breadcrumb a{
	color: #3C3C3C;
	font-size: 15px;
}
.breadcrumb a:hover{
    	color: #234378;
	text-decoration: none;
}
/***************************/
/*  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 #e1d3a5;
}

.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;
  font-family: 'Roboto-Light';
	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;
}


/***************************/
/*  SUB MENU BOX
/***************************/

.submenu-box{
	position: relative;
	margin-bottom: 20px;
}
.submenu-box > a{
	color: transparent;
}
.submenu-box .h2 a{
height: 2.9em;
    overflow: hidden;
    display: block;
    font-size: 26px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-family: 'Roboto-Light';}
.submenu-box-img{
	border: 3px solid white;
	-webkit-box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 25%);
    	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.25);
    	box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 25%);
	position: relative;
	height: 200px;
	overflow: hidden;
}	
.submenu-box-img img{
	width: auto;
	height: auto;
	position: absolute;
	width: 100%; 
  	height: 100%; 
  	object-fit: cover; 
}
.submenu-box:hover .submenu-box-img, .submenu-box:focus .submenu-box-img{
	border: 3px solid #234378;
}

/**********************************/
/*  AKTUALITY 
/*********************************/
.aktuality-box{
	display: block;
	color: black;
	text-decoration: none !important;
	background: #fffbed;
      border: 1px solid #dccd9a;
	padding: 20px;
	margin-left: 30px;
	margin-bottom: 15px;
}
.aktuality-box:hover{
	color: black;
}
.aktuality-box:hover .aktuality-name{
	text-decoration: underline;
}
.aktuality-name{
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-bottom: 20px;
}
.aktuality-date{
	display: inline-block;
	color: white;
	font-size: 18px;
	font-weight: bold;
	background: #234378;
	margin-left: -50px;
	padding: 8px 10px;
	margin-right: 10px;
}
.aktuality-text{
	font-size: 16px;
}
.aktuality-img{
	margin: 0;
	max-height: 150px;
	text-align: center;
}
.aktuality-box img{
	width: auto;
	height: auto;
	max-height: 150px;
}

.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_box {
      height: auto;
      padding: 20px;
	border: 1px solid #e0d2a3;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.aktuality_col_container .aktuality_box:hover{
	border: 1px solid #234378;
}

.aktuality_col_container .aktuality_box:nth-child(odd){
	background: #fdf9ef;
}
.aktuality_col_container .aktuality_date {
  color: #000000;
}
.aktuality_col_container .aktuality_name {
	font-size: 15px;
}
.aktuality_col_container .aktuality_name {
  color: #234378;
  text-decoration: none;
	font-size: 25px;
    font-weight: 300;
    font-family: 'Roboto-Light';
}
.aktuality_box:hover  .aktuality_name{
  text-decoration: underline;
}

.aktuality_col_container .aktuality_text {
    overflow: hidden;
  /*  height: 4.5em; */
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 28px;
}
.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: left;
	width: 250px;
	height: 160px;
	position: relative;
	margin: 0;
	margin-right: 15px;
}

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

.aktuality_col_container .aktuality_img 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: 191px;
}
#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: #6fcd01;
	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: 24px 24px 16px 24px;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	margin-bottom: 10px;
	float: left;
	max-width: auto;
}
.caption p{
	color: white;
	font-size: 34px;
      font-weight: normal;
	line-height: 1;
}
.caption p strong{
	    	font-size: 54px;
    		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;
}
/*************
SLIDESHOW AKTUALITY
**************/

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

#aktuality_slide .aktuality_name {
    height: 1.5em;
    overflow: hidden;
    margin-bottom: 10px;
	font-size: 20px;
}

#aktuality_slide .aktuality_name a{
	color: black;
	font-size: 20px;
	text-decoration: none;
	font-weight: 300;
  font-family: 'Roboto-Light';
}

#aktuality_slide .aktuality_name a:hover{
	text-decoration: underline;
}

#aktuality_slide .aktuality_text p{
	color: black;
	font-size: 18px;
	margin-right: 10px;
	height: 2.8em;
    	overflow: hidden;
}

#aktuality_slide .aktuality_img{
	float: right;
}

#aktuality_slide .aktuality_img img{

}

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

#aktuality_slide .aktuality_vice_odkaz a{
	font-size: 18px;
}

#aktuality_slide .slidesjs-pagination{
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
	margin-bottom: 20px;
}

#aktuality_slide .slidesjs-pagination li{
	display: inline-block;
	margin-left: 5px;
	background: none;
	padding-left: 0;
}
	
#aktuality_slide .slidesjs-pagination li a{
	display: block;
	color: #4a4a47;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
	background: white;
	font-size: 15px;
}

#aktuality_slide .slidesjs-pagination li a.active, #aktuality_slide .slidesjs-pagination li a:hover{
	background: #6fcd01;
	color: white;
}

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

/***********
KAMČA PŘIDANÉ
************/

.contact-box {
    border: 1px solid #ece1bf;
    border-top: 3px solid #ece1bf;
    padding: 13px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

/***********
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){


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

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

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

.navbar-toggler {
    display: block !important;
    color: white;
    font-size: 25px;
    vertical-align: middle;
    outline: none !important;
    line-height: 25px;
    padding: 0;
}
.navbar-toggler-icon {
    font-size: 25px;
    height: auto;
    vertical-align: initial;
    margin-bottom: 0;
    color: black;
}
.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 .row{
	justify-content: center;
	flex-wrap: nowrap;
}
#header .col-md-auto{
	/*flex-basis: 100%;
	max-width: 100%;*/
	width: auto;
    	max-width: none;
	text-align: center;
}
.logo {
    	width: 100%;
    	margin-bottom: 0;
	text-align: center;
}

.kontaktbox{
	text-align: center;
}
.kontaktbox a:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    color: black;
}
.kontaktbox .mail a:before {
    content: '\f2b6';
    font-weight: normal;
}
.kontaktbox .tel a:before {
    content: '\f095';
}
.kontaktbox i {
    display: none;
}
.kontaktbox a {
    overflow: hidden;
    content: '';
    color: transparent;
    height: 25px;
    width: 25px;
    display: block;
}
.kontaktbox p {
    margin: 0 8px;
}


#kontakt{
	float: none;
	text-align: left;
	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%;
}
.index-info, .box{
	flex-wrap: wrap;
}
.index-info-box, .box-half{
	flex-basis: 100%;
	max-width: 100%;
}
.index-info-text-box, .box-text{
	border-top: 1px solid #eaeaea !important;
	border-left: 1px solid #eaeaea !important;
	border-right: 1px solid #eaeaea !important;
	border-bottom: none !important;
}
.index-info-img-box, .box-img{
	width: 100%;
    	padding-top: 70%;
    	position: relative;
}.index-info, .box{
	flex-wrap: wrap;
}
.index-info-box, .box-half{
	flex-basis: 100%;
	max-width: 100%;
}
.index-info-text-box, .box-text{
	border-top: 1px solid #eaeaea !important;
	border-left: 1px solid #eaeaea !important;
	border-right: 1px solid #eaeaea !important;
	border-bottom: none !important;
}
.index-info-img-box, .box-img{
	width: 100%;
    	padding-top: 70%;
    	position: relative;
}
}

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

.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%;
}
.banner p.banner_text{
	height: auto;
}
.banner{
	margin-bottom: 25px;
}
.banner h2{
	height: auto;
	margin-top: 0;
}

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

}

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

.logo{
	margin-bottom: 10px;
}
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%;
}
#header .row{
	flex-wrap: wrap;
	justify-content: space-between;
}
.caption{
    	display: none;
}
.caption .caption-inner{
	background: transparent;
}
.logo img{
	max-height: 60px;
}
.borderEffect div.inner{
	font-size: 16px;
	padding: 6px 15px;
}
#header .row {
    justify-content: center;
}
.EditableSection img, .EditableContent img, .editable-section img{
	height: auto !important;
}
}
	
@media screen and (max-width: 640px){
.logo img{
	max-width: 80px;
}
.borderEffect div.inner {
    font-size: 13px;
    padding: 4px 5px;
    margin: 2px;
}
.kontaktbox p{
	margin: 0;
}
.kontaktbox a:before{
	font-size: 17px;
}
.font_size a.smaller{
	font-size: 15px;
}
.font_size a.larger{
	font-size: 20px;
}	
.font_size{
	margin-right: 6px;
	line-height: 1;
}
h1, .h1{
	font-size: 27px;
}

}


   .pdf-container {
      width: 100%;
      height: 100vh; /* Full viewport height */
    }

