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

@font-face {
    font-family: 'PublicSans';
    src: url('/files/fonts/public-sans.regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PublicSans';
    src: url('/files/fonts/public-sans.bold.ttf') format('truetype');
    font-weight: bold;
    font-style: initial;
}
@font-face {
    font-family: 'PublicSans-Light';
    src: url('/files/fonts/public-sans.light.ttf') format('truetype');
	font-weight: 300;
}

@font-face {
    font-family: 'PublicSans-Light';
    src: url('/files/fonts/public-sans.bold.ttf') format('truetype');
    font-weight: bold;
    font-style: initial;
}

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


* {
	margin: 0px;
	padding: 0px;
}
body {
      background-color: white;
  	line-height: 1.1;
  	font-size: 18px;
  	color: black;
  	font-weight: 300;
  	font-family: 'PublicSans-Light';
}
#cookies_souhlas{
	width: 100% !important;
}

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

@media (min-width: 1400px){

}
@media (min-width: 1500px){
.container.container-lg {
    max-width: 1470px;
}
}

.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 #d6f6b2;
	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 #0396fd;
    border-left: 1px solid #0396fd;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.borderEffect:after {
    border-top: 1px solid #0396fd;
    border-right: 1px solid #0396fd;
    -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: #6fcd01;	
	border: 1px solid #6fcd01;
	margin: 5px;
}
.borderEffect:hover div.inner{
	background: #0396fd;
	border: 1px solid #0396fd;
	color: white;
}
.borderEffect:hover{
	background: #EBF4FB;
}

.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%; 
	background: white;	
	z-index: 2;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,52,100,0.25);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,52,100,0.25);
	box-shadow: 0px 1px 10px 0px rgba(0,52,100,0.25);
}
#header{
	padding: 15px 0;
	transition: all 0.5s ease;
}
#header > .row {
      margin: 0;
    	justify-content: space-between; 
}
.logo img{
	max-height: 150px;
	transition: all 0.5s ease;
}
header.scrolled .logo img{
	max-height: 50px;
}
header.scrolled #header{
	padding: 8px 0;
}
header p{
	margin: 5px 0;
}
header a{
	text-decoration: none;
	color: #929292;
}
header a:hover, header a:focus{
	text-decoration: underline;
}
.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    color: transparent !important;
    z-index: 10;
}
.nomargin{
	margin: 0;
}

/**********************************/
/*         SEARCHBOX
/**********************************/
.searchbox{

}
.searchbox .search_text{
	border: 1px solid #e8e8e8;
	border-right: none;
	padding: 0.25em;
	padding-left: 50px;
	font-size: 18px;
	border-radius: 0;
}
#form_search{
	position: relative;
}
#form_search:before{
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	content: '\f002';
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	z-index: 10;
    	color: #4c4c4c;
	font-size: 20px;
	display: flex;
    	align-items: center;
}

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

.btn-wrap{
	display: block;
	margin-top: 8px;
	clear: both;
}
.btn,  .camera_wrap .btn{
	text-decoration: none !important;
	font-weight: normal;
	font-size: 18px;
	box-shadow: none !important;
	padding: 10px 30px;
	display: inline-block;
	margin-bottom: 5px;
}
.btn.btn:active{
	border: inherit !important;
	background: inherit !important;
}
.btn.btn-primary{
	background: white;
	border: 2px solid #0582f5;
	color: #003464 !important;
	font-size: 18px;
	font-weight: bold;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .reference_box:hover .btn.btn-primary{
	background: #0582f5;
	border: 2px solid white;
	color: white !important;
}
.btn.btn-secondary{
	background: #003464;
	border: 2px solid white;
	color: white !important;
	border-radius: 5px;
	padding-bottom: 14px;
      font-size: 23px;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .article-thumb:hover .btn.btn-secondary{
	background: #0161ba;
	border: 2px solid white;
	color: white !important;
}
.btn.btn-terciary{
	background: #259a01;
	border: 2px solid white;
	color: white  !important;
      font-size: 23px;
      border-radius: 5px;
      padding-bottom: 15px;
}

.btn.btn-terciary:hover, .btn.btn-terciary:focus{
	background: #2ec300;
	border: 2px solid white;
	color: white !important;
}
#modal-launch p{
    	display: inline-block;
    	vertical-align: middle;
	margin-right: 6px;
}
#intro-default img {
    height: auto;
}

/**********************************/
/*         MENU
/**********************************/
#menu_top{
	z-index: 2;
	flex-basis: 100%;
}
.navbar {
    	padding: 0;
	margin-top: 0;
	-webkit-transition: all 0;
    	transition: all 0;
	display: block;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    display: block;
}
.nav {
    	justify-content: flex-end;
}
.nav li {
    	margin: 0;
   	position: relative;
    	display: inline-block;
}
.nav li.lvl-1 > a {
    	font-size: 17px;
    	color: #003464;
    	font-weight: 300;
    	padding: 15px 17px;
    	text-decoration: none !important;
    	display: inline-block;
	position: relative;
}
.nav li.lvl-1:hover > a:after, .nav li.lvl-1:focus > a:after, .nav li.lvl-1 > a.active:after{
	content: '';
	background: url(/files/images/hover.png) no-repeat center bottom;
	height: 13px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.dropdown-toggle::before {
    	display: inline-block;
    	width: 0;
    	height: 0;
	color: white;
    	margin-right: 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;
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-menu {
    	border-radius: 0;
    	border: none;
	background: #c90000;
    	margin: 0;
    	left: 0;
    	top: 48px;
    	min-width: calc(100% + 2px);
    	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.nav-link{
	padding: 0.5rem 1.5rem;
	color: white;
	text-transform: initial;
	text-decoration: none;
}
.dropdown-menu a.nav-link:hover, .dropdown-menu a.nav-link.active{
	color: black;
	background: white;
}

#intro{
	position: relative;
}

section {
    padding: 40px 0;
	background: white;
}

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


/**********************************/
/*         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: #003464;
	font-size: 22px;
	font-weight: normal;
  	font-family: 'PublicSans';
	text-align: left;
	position: relative;
	padding-bottom: 8px;
}
 
h2, .h2{
	color: #003464;
	font-size: 18px;
	font-weight: bold;
  	font-family: 'PublicSans-Light';
}
h3, .h3{
	color: #cc3333;
	font-size: 18px;
  	font-family: 'PublicSans';
	font-weight: normal;
	clear: both;
}
h4, .h4{
	color: #cc3333;
	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: 25px;
	list-style: none;
}
.EditableSection li:before, .EditableContent li:before, .editable-section li:before {
    content: '\f00c';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 1px;
    left: 0;
	color: #cc3333;
}
ol {
  	list-style: none;
  	counter-reset: counter;
}
ol li {
  	counter-increment: counter;
}
.EditableSection ol li:before, .EditableContent ol li:before, .editable-section ol li:before {
  	content: counter(counter) ". ";
  	color: #cc3333;
	font-family: 'PublicSans';
  	font-weight: bold;
}
.editable_section a[rel="lightbox[all]"], .editable-section a[rel="lightbox[all]"], .EditableContent a[rel="lightbox[all]"] {
    	position: relative;
    	transition: all 0.4s ease-out;
	z-index: 1;
}
.EditableSection a[rel="lightbox[all]"] img, .EditableContent a[rel="lightbox[all]"] img, .editable-section a[rel="lightbox[all]"] img {
    	border: 1px solid transparent !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 black !important;
}
.justified-gallery a[rel="lightbox[all]"] {
    	position: absolute;
}
.gallery a[rel="lightbox[all]"] img, .gallery img {
    	position: inherit;
    	display: initial;
    	z-index: 0;
}
.gallery a[rel="lightbox[all]"]:hover:after{
	//content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: rgba(201,0,0,0.3);
}

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

a,
a:visited {
    	color: black;
    	font-size: 18px;
  	color: black;
  	font-weight: 300;
  	font-family: 'PublicSans-Light';
}
a:hover {
	text-decoration: underline;
	color: #cc3333;
}
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;
}

/**********************************/
/*  INTRO / SLIDESHOW 
/*********************************/
#intro-img{
	position: fixed;
	top: 66px;
	width: 100%;
	height: 100vh;
	background: url(/files/images/intro.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
#intro {
    	position: relative;
	height: calc(100vh - 109px);
}
#slides{
	position: relative;
	margin: 0 !important; 
	overflow: hidden;
	float: none;
}	

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

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

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

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

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

#slides .camera_pag, .caption{
	width: 100%;
}
.caption{
	z-index: 2;
	position:absolute;
    	left:0;
    	right:0;
    	margin-left:auto;
    	margin-right:auto;
    	top: 80px;
    	max-width: 1360px;
	text-align: center;
}
.caption p{
	color: #c60000;
	font-size: 55px;
      font-weight: bold;
	font-family: PublicSans;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
.caption p strong{
	font-size: 81px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}


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

#ico-boxes{

}
.ico-box{
	display: block;
	text-align: center;
	position: relative;
	background: white;
	-webkit-box-shadow: 0px 3px 15px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 15px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 15px 2px rgba(0,0,0,0.25);
	border-top: 15px solid #dedede;
	padding: 15px 10px;
	text-decoration: none;
	transition: all 0.5s ease;
	margin-top: 0;
	margin-bottom: 40px;
}
body#index .ico-box{
	margin-top: -80px;
}
.ico-box:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 15px;
	top: -15px;
	right: 0;
	background: #c90000;
	transition: all 0.5s ease;
}
.ico-box:hover, .ico-box:focus{
	text-decoration: none;
}
.ico-box:hover:after, .ico-box:focus:after{
	width: 100%;
}
.ico-box .ico-box-nadpis{
	font-size: 20px;
	color: black;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 0;
}
.ico-box .ico-box-icon{
	text-align: center;
	font-size: 50px;
	height: 65px;
	color: black;
}
.ico-box .ico-box-icon img{
	height: auto;
	width: auto;	
	max-height: 65px;
}

/**********************************/
/*  INDEX 
/*********************************/
.index-info{
	display: flex;
	margin-bottom: 40px;
}
.index-info-box {
	flex-basis: 50%;
	max-width: 50%;
}
.index-info-text-box{
	background: white;
	border: 1px solid #eaeaea;
	border-right: none;
	padding: 20px 25px;
}
.index-info-text-box p{
	margin-bottom: 30px;
}
.index-info-img-box{
	background: url(/files/images/index-intro.jpg) no-repeat center center;
	background-size: cover;
}
.index-info h1, .index-info .h1{
	font-size: 30px;
	font-weight: bold;
	color: black;
}
.col-button{
	background: url(/files/images/schema.png) no-repeat center center;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 300px;
	align-items: center;
    	display: flex;
	flex-wrap: wrap;
}
.col-button > *{
	flex-basis: 100%;
}
.col-button img{
	width: 67px;
	height: 67px;
	margin-right: 10px;
}
.col-button h2{
	font-size: 22px;
	font-family: 'PublicSans';
	font-weight: normal;
	color: #003464;
	text-transform: initial;
}
.col-button .green{
	font-family: 'Allura';
	font-size: 63px;
	color: #259a01;
	margin: 0;
}
.col-img-strecha{
	background: url(/files/images/strecha.jpg) no-repeat center center;
	background-size: cover;
}
.col-button .btn{
	min-width: 258px;
}

/**********************************/
/*  BOX 
/*********************************/
.box{
	display: flex;
	margin-bottom: 40px;
	width: 100% !important;
    	height: auto !important;
}
.box.box-reversed{
	flex-direction: row-reverse;
}
.box-half {
	flex-basis: 50%;
	max-width: 50%;
}
.box-text{
	background: white;
	border: 1px solid #eaeaea;
	border-right: none;
	padding: 20px 25px;
}
.box.box-reversed .box-text{
	border: 1px solid #eaeaea;
	border-left: none;
}
.box-text p{
	margin-bottom: 30px;
}
.box-img{
	background-size: cover !important;
}
.box-text h1, .box-text .h1{
	font-size: 30px;
	font-weight: bold;
	color: black;
}

/**********************************/
/*  VYROBCI 
/*********************************/

.vyrobce-box{
	text-align: center;
	padding: 0 10px;
}
.vyrobce-box img{
	display: inline-block;
	height: auto;
}
.vyrobci-slide{
    	padding: 0 40px;
	margin-top: 40px;
}
.vyrobci-slide .slick-next {
    z-index: 50;
    right: 10px;
	color: transparent !important;
}
.vyrobci-slide .slick-next:before {
    content: '\f105';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #003464;
    font-size: 35px;
}
.vyrobci-slide .slick-prev {
    z-index: 50;
    left: 10px;
	color: transparent !important;
}
.vyrobci-slide .slick-prev:before {
    content: '\f104';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #003464;
    font-size: 35px;
}

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

.section-bcg{
	background: #f6f9ff;
	border-top: 1px solid #c0e6f9;
	border-bottom: 1px solid #c0e6f9;
}
.section-red{
	background: #c90000;
}

section#main_content{
	padding-top: 0;
}

.bcg-special{
	background: url(/files/images/bcg.png) repeat left top;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.bcg-special:before {
  	content: '';
  	position: absolute;
  	top: 0;
  	right: 0;
  	width: 50%;
  	height: 100%;
  	background: #c90000;
  	-webkit-transform-origin: 100% 0;
  	-ms-transform-origin: 100% 0;
  	transform-origin: 100% 0;
  	-webkit-transform: skewX(-35deg);
  	-ms-transform: skewX(-35deg);
  	transform: skewX(-35deg);
  	z-index: -1;
  	transform-origin: bottom;
	border-left: 1px solid white;
    	border-top: 30px solid white;
    	border-bottom: 30px solid white;
}

/**********************************/
/*  AKTUALITY 
/*********************************/
.aktuality-box{
	display: block;
	color: black;
	text-decoration: none !important;
	background: white;
	border: 1px solid #eaeaea;
	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: #c90000;
	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;
}
.aktualita-detail{
	background: white;
	border: 1px solid #eaeaea;
	margin-bottom: 30px;
	padding: 20px;
	overflow: hidden;
}

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


button#modal-launch{
    	background: none;
    	border: none;
    	cursor: pointer;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
	text-align: left;
}
button#modal-launch:after{
	background: transparent;
}
button#modal-launch .h2{
	text-transform: initial;
	color: white;
}

.modal-content{
	border: none;
	border-radius: 0;
}

div.modal-header {
	border-radius: 0;
	background: #003465;
}

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

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

/***************************/
/*  LINKS
/***************************/
#index-rozcestnik{
	margin: 0 -20px;
}
#link-boxes {
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.link-box{
	padding: 30px 20px;
	position: relative;
	display: inline-block;
	color: white;
	text-decoration: none !important;
	background: rgba(0,52,100,.6);
	transition: all 1s ease-out;
}
.link-box:last-of-type{
	background: rgba(204,51,51,.6);
}
.link-box:hover, .link-box:focus{
	background: #003464;
}
.link-box:last-of-type:hover, .link-box:last-of-type:focus{
	background: #cc3333;
}

.link-box .link-box-name {
	margin: 10px 0;
    	overflow: hidden;
	color: white;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'PublicSans';
	font-weight: normal;
}
.link-box img{
	max-height: 100px;
}

.img-cover{
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.img-cover img{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 200%;
	transform: translate(-50%, -50%);
}
.slick-next, .slick-prev{
	color: black;
	font-size: 30px;
	top: calc(50% - 10px);
}
.slick-next:hover, .slick-prev:hover{
	color: #c90000;
}
.slick-next:before, .slick-prev:before{
	content: '';
}

/***************************/
/*  FOOTER
/***************************/
footer {
	height: auto;
	background: #003464;
	border: none;
	padding: 50px 0;
}
footer p, footer a, footer a:visited{
	color: white;
	font-size: 18px;
	text-decoration: none;
}
footer a:hover, footer a:focus{
	color: #43a4ff;
}
footer i{
	color: white;
}
footer .line{
	margin: 30px auto;
	height: 1px;
	background: #2472ba;
	width: 100%;
}
#footer_text div, #footer_text p{

}	
.footer-bottom a.link-webstranky{
	color: white !important;
	font-weight: bold;
}
.footer-bottom a:hover, 
.footer-bottom a.link-webstranky:hover{
	text-decoration: underline !important;
	color: white !important;
}


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

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


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

.products-not-found{
	display: none;
}

.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;
}
.product-box{
	position: relative;
}
.product-box-name {
	margin-bottom: 10px;
	line-height: 1.4;
    	height: 2.7em;
    	overflow: hidden;
}
.product-box-name a{
	font-weight: 300;
	font-size: 18px;
	color: black;
	text-decoration: none;
}
.product-cover{
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}
.product-cover a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.product-cover img{
	object-fit: cover;
	height: auto;	
}
.product-box .btn{
	position: absolute;
	right: -10px;
	bottom: -15px;
}
.product-box:hover .product-box-name a, .product-box:focus .product-box-name a{
	text-decoration: underline;
}
.product-box:hover .btn, .product-box:focus .btn{
	background: #0161ba;
}


/***********
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;
}
.searchbox-toggle {
    display: none !important;
}
}
@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 (min-width: 1500px){
#slides .camera_pag, .caption{
    max-width: 1440px;
}
}

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

#intro-img{
	top: 0;
}

#menu_top{
	height: auto;
}

figcaption{
	font-size: 20px;
}
}

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

.navbar-toggler {
    	display: block !important;
    	color: #c90000;
    	font-size: 25px;
    	vertical-align: middle;
    	outline: none !important;
    	line-height: 25px;
    	width: 100%;
	padding: 10px;
}
.navbar-toggler-icon {
    	font-size: 25px;
    	height: auto;
    	vertical-align: initial;
    	margin-bottom: 0;
    	color: #c90000;
}
.navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}
.navbar-inner{
	width: 100%;
	text-align: center;
}
#menu_top {
    background: transparent;
    margin-bottom: 0;
    flex-basis: auto;
	margin-top: 0;
}
#menu_top .navbar, #header .col-md-auto {
    position: static;
}
.navbar-toggler {
    padding: 0;
}
.navbar-toggler-icon {
    color: #c90000;
    font-size: 20px;
}
#menu_top .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0px;
    background: white;
}

.nav li.lvl-1 {
    	display: block;
    	text-align: left;
    	flex-basis: 100%;
	border-top: 1px solid #EEEEEE;
}
.nav li.lvl-1 > a{
	display: block;
	padding: 15px 25px;
}
.nav li.lvl-1:hover > a:after, .nav li.lvl-1:focus > a:after, .nav li.lvl-1 > a.active:after{
	    background: url(/files/images/hover.png) no-repeat left 25px bottom;
}
.logo {
    	width: 100%;
    	margin-bottom: 10px;
	text-align: center;
}
.link-box{
	padding: 15px 10px;
}
.link-box img {
    max-height: 50px;
}
.link-box .link-box-name{
	font-size: 20px;
}
.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;
}
body#index .ico-box{
	margin-top: 0;
}
.EditableSection :not(.gallery) a[rel="lightbox[all]"] img, .EditableContent :not(.gallery) a[rel="lightbox[all]"] img, .editable-section :not(.gallery) a[rel="lightbox[all]"] img{
	width: auto !important;
	height: auto !important;
}
#znacky{
overflow: hidden;
}
#intro{
	min-height: 300px;
}
}

@media screen and (max-width: 998px){
.link-boxes {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.link-box{
	flex-basis: calc(50% - 6px);
	max-width: calc(50% - 6px);
	margin: 0 3px;
	margin-top: 6px;
}
.link-box:last-of-type{
	flex-basis: 100%;
	max-width: 100%;
}
}

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

#index-rozcestnik{
	margin: 0 20px;
}
.aktuality-img{
	margin-top: 20px;
}
.caption{
    	position: relative;
    	left: auto;
    	right: auto;
    	bottom: auto;
	width: 100%;
}
.caption p {
    font-size: 20px;
}
.caption p strong{
	font-size: 24px;
}
.caption div{
	max-width: calc(100% - 30px);
}
.logo {
    width: auto;
    text-align: left;
    margin: 0;
}
.logo img {
    max-width: 165px;
}
#kontakt {
    margin: 0;
    flex-wrap: nowrap;
	text-align: center;
}
#kontakt .col-md-auto {
    width: auto;
    flex-basis: auto;
    padding: 0;
}
#header > .row > .col-md-auto {
    flex-basis: 0;
    max-width: 100%;
	    position: static;
}
#header > .row > .col-md-auto:first-of-type {
    flex-grow: 1;
}
#kontakt p {
    margin: 0 8px;
}
#kontakt a {
    overflow: hidden;
    content: '';
    color: transparent;
    height: 25px;
    width: 25px;
    display: block;
}
#kontakt a:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 6px;
    color: black;
}
#kontakt i {
    display: none;
}
#kontakt .mail a:before {
    content: '\f2b6';
    font-weight: normal;
}
#kontakt .tel a:before {
    content: '\f095';
}
#kontakt .searchbox-toggle i {
    font-size: 20px;
    color: black;
    display: block;
}
.searchbox-toggle {
    display: block;
    position: relative;
    cursor: pointer;
    align-self: center;
}
.searchbox .searchbox-toggle {
    padding-left: 15px;
}
.searchbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: white;
    padding: 15px 25px;
}
}

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

#dalsi-obrazky .col, .detail_images .col{
    	flex-basis: 50%;
	max-width: 50%;
}
}
	
@media screen and (max-width: 640px){
#header .col-md-auto{
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
}


}





