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

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

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

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


* {
	margin: 0px;
	padding: 0px;
}
body {
      background-color: white;
  	line-height: 1.3em;
  	font-size: 18px;
  	color: black;
  	font-family: 'OpenSans';

}

#cookies_souhlas{
	width: 100% !important;
}

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

@media (min-width: 1400px){

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


.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 div.inner {
    	text-transform: uppercase;
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 8px 25px;
	background: #3490df;	
	border: 4px solid white;
	margin: 5px;
}
.borderEffect:hover div.inner{
	background: #005196;
	border: 4px solid white;
	color: white;
}

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

/**********************************/
/*         HEADER
/*********************************/
header{
	position: relative; 
	width: 100%; 
	background: rgba(255,255,255,0.85);	
	z-index: 2;
}
#header{
	padding: 25px 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;
}
.navbar-brand{
	position: relative;
}
.navbar-brand span{
	position: absolute;
	right: 0;
	bottom: -10px;
	color: black;
	font-size: 17px;
	font-weight: bold;
}

.navbar-text a{
	font-size: 17px;
	color: #5f697d;
	font-weight: bold;
}
.navbar-text i{
	color: #da251e;
}
.navbar-text a:hover, .navbar-text a:focus{
	color: black;
	text-decoration: underline;
}

/**********************************/
/*         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: bold;
	font-size: 17px;
	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;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 65px;
	background: #3490df;	
	border: 4px solid white;
	position: relative;
	border-radius: 4px;
	color: white;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .reference_box:hover .btn.btn-primary{
	background: #005196;
	border: 4px solid white;
	color: white !important;
}
.btn.btn-secondary{
	border: 4px solid white;
	position: relative;
	border-radius: 4px;
	background: transparent;
	color: white !important;
	text-transform: uppercase;
	padding: 10px 35px;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .article-thumb:hover .btn.btn-secondary{
	background: #005196;
	border: 4px solid white;
	color: white !important;
}
.btn.btn-terciary{
	text-transform: uppercase;
	background: transparent;
	border: 1px solid white;
	color: white !important;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 35px;
	position: relative;
}
.btn.btn-terciary:after{
	position: absolute;
    	top: 50%;
    	right: -15px;
    	width: 30px;
    	height: 1px;
    	content: '';
    	background: white;
}
.btn.btn-terciary:hover, .btn.btn-terciary:focus{
	background: white;
	border: 1px solid white;
	color: #c90000 !important;
}


/**********************************/
/*         MENU
/**********************************/
#menu_top{
	z-index: 2;
}
.navbar {
    	padding: 0;
	margin-top: 0;
	-webkit-transition: all 0;
    	transition: all 0;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    	display: block;
	flex-basis: auto;
}
.nav {
    	justify-content: flex-end;
}
.nav li {
    	margin: 0;
   	position: relative;
    	display: inline-block;
	padding: 0 12px;
}
.nav li.lvl-1 > a {
    	font-size: 16px;
    	color: #5f697d;
    	font-weight: bold;
	padding: 4px 0;
    	text-transform: uppercase;
    	text-decoration: none !important;
    	display: inline-block;
	position: relative;
}
.nav li.lvl-1 > a:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: transparent;
	content: '';
}
.nav li.lvl-1:hover > a, .nav li.lvl-1:focus > a, .nav li.lvl-1 > a.active{
	color: black;
}
.nav li.lvl-1:hover > a:after, .nav li.lvl-1:focus > a:after, .nav li.lvl-1 > a.active:after{
	background: #da251e;
}
.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: 52px;
    	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;
}

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

section {
    padding: 40px 0;
}

.section-blue{
	background: #3490df;
}

.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: black;
	font-size: 48px;
	font-weight: 300;
  	font-family: 'OpenSans-Light';
	text-align: left;
	position: relative;
	padding-bottom: 8px;
}
 
h2, .h2{
	color: black;
	font-size: 24px;
	font-weight: 300;
  	font-family: 'OpenSans-Light';
	margin-top: 30px;
}
h3, .h3{
	color: #3490df;
	font-size: 20px;
	font-weight: 300;
  	font-family: 'OpenSans';

	clear: both;
}
h4, .h4{
	color: #3490df;
	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: '\f45c';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 6px;
    position: absolute;
    top: 1px;
    left: 0;
}
.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 {
    	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 {
}
.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(52,143,223,0.6);*/
}
.gallery a[rel="lightbox[all]"]:hover > .caption{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: rgba(52,143,223,0.6);
	align-items: center;
    	justify-content: center;
    	display: flex;
	font-size: 24px;
	font-family: OpenSans;
	color: white;
	opacity: 1;
}

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

a,
a:visited {
    	color: black;
    	font-size: 18px;
}
a:hover {
	text-decoration: underline;
	color: #3490df;
}
a.vice:hover, a.vice:focus{
	color: #3490df;
}
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{
	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 {
    	position: relative;
}
#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;
    	bottom: 30px;
    	max-width: 1360px;
}
.caption p{
	color: white;
	background: #da251e;
	border-radius: 5px;
	font-size: 25px;
	line-height: 25px;
      font-weight: bold;
	padding: 10px 20px;
	display: inline-block;

}
.caption p.gray{
	background: #5f697d;
	padding: 15px 20px;
	margin: 0;
	font-size: 50px;	
    	line-height: 50px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}


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

#ico-boxes{

}
#ico-boxes .row{
	justify-content: center;
}
#ico-boxes .row .col-md-auto{
	padding: 0 50px;
}
.ico-box{
	text-align: center;
	margin: 15px 0;
}
.ico-box-ico{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	color: #da251e;
}
.ico-text{
	font-size: 18px;
	font-family: OpenSans-Light;
	font-weight: 300;
}
.ico-text strong{
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
}

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

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


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

.section-bcg{
	background: #f6f7fa;
	border-top: 1px solid #e3e7ee;
	border-bottom: 1px solid #e3e7ee;
}
.section-nopadding{
	padding: 0;
}

section#main_content{
	padding-bottom: 0;
}

#index h2, #index .h2{
	margin-top: 0px;
      font-size: 30px;
}

.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-img img{
	width: 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;
}
button#modal-launch:after{
	background: transparent;
}
button#modal-launch .h2{
	text-transform: initial;
	color: white;
	font-size: 30px;
	margin-top: 0px;
}

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

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

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

/***************************/
/*  ACCORDION
/***************************/

#accordion .card{
	border: none;
	margin-bottom: 10px;
}
#accordion .card-header {
    	padding: 0.75rem 1.25rem;
    	margin-bottom: 0;
    	background: #f6f7fa;
    	border: 1px solid #e3e7ee;
	border-radius: 5px;
	cursor: pointer;
}
.accordion-title{
	font-size: 24px;
	font-weight: normal;
	color: black;
	line-height: 24px;
}
.accordion-title:after{
	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
    	content: "\f0d7";
	margin-left: 6px;
}
#accordion .card-header:not(.collapsed), #accordion .card-header:hover, #accordion .card-header:focus{
	border: 1px solid #3490df;
}
#accordion .card-header:not(.collapsed) .accordion-title, 
#accordion .card-header:hover .accordion-title, 
#accordion .card-header:focus .accordion-title{
	color: #3490df;
}

/***************************/
/*  LINKS
/***************************/
.produkty{
	max-width: 1200px;
	margin: 0 auto;
}
.link-box{
	position: relative;
	text-align: center;
	margin: 0 20px;
}
.link-box .link-fill{
	color: transparent;
	outline: none !important;
    	border: none !important;
    	box-shadow: none !important;
}
.link-box .link-box-name {
	margin: 20px 0;
    	overflow: hidden;
}
.link-box .link-box-name a{
	font-size: 24px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;

}
.img-cover{
	width: 100%;
	width: 294px;
	height: 294px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	border: 3px solid transparent;
}
.img-cover:after{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	border-radius: 50%;
-webkit-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.5);
-moz-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.5);
box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.5);

}
.link-box:hover .img-cover, .link-box:focus .img-cover{
	border: 3px solid #3490df;
}
.link-box:hover .link-box-name a, .link-box:focus .link-box-name a{
	color: #3490df;
}
.img-cover img{
}
.slick-next, .slick-prev{
	color: #5f697d;
	font-size: 30px;
	top: 52%;
}
.slick-next:hover, .slick-prev:hover{
	color: #3490df;
}
.slick-next:before, .slick-prev:before{
	content: '';
}

.quote i{
	font-size: 30px;
	color: #5f697d;
}

/***************************/
/*  FOOTER
/***************************/
footer {
	height: auto;
	background: #5f697d;
	border: none;
	padding: 50px 0;
}
footer p, footer a, footer a:visited{
	color: white;
	font-size: 17px;
	text-decoration: none;
}
footer a:hover, footer a:focus{
	color: white;
	text-decoration: underline;
}
footer i{
	color: white;
}
footer .line{
	margin: 30px auto;
	height: 1px;
	background: #778299;
	width: 100%;
}
#footer_text div, #footer_text p{

}	
footer a.link-webstranky{
	color: white !important;
	font-weight: bold;
}
.footer-nadpis{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
footer a:hover, 
footer a.link-webstranky:hover{
	text-decoration: underline;
}
.dolni-menu li a{
	position: relative;
	padding-left: 20px;
	display: block;
}
.dolni-menu li a:before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f0d8";
	position: absolute;
	left: 0;
	top: 0px;
}


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

.breadcrumb {
	margin: 0;
	border-radius: 0;
}
.breadcrumb span, .breadcrumb a {
    	color: black;
	font-size: 15px;
	font-family: Montserrat-Light;
}
.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;
}

#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 #242424;
	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;
	border: 1px solid transparent;
}
.detail_img_big img{
	max-width: 100%;
	width: auto;
	height: auto;
}
.detail_img_big:hover{
	border: 1px 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%;
    	position: relative;
	margin-bottom: 1rem;
}
.detail_image a{
	display: inline-block;
	border-radius: 50%;
    	overflow: hidden;
	border: 3px solid transparent;

}
.detail_image a:hover{
	border: 3px solid #2d7dc2;
}
.detail_image img, .detail_img img{
    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 #929292;
	background: white;
}
.produkt_switcher .switcher-bar{
	border-bottom: none;
	justify-content: flex-start;
}
.produkt_switcher .switcher-bar .switcher-toggle{
	font-size: 21px;
	font-weight: 300;
  	font-family: 'Montserrat-Light';
	padding: 0.5rem 1.5rem;
	background: #929292;
	margin: 0;
	margin-right: 0.5rem;
	text-decoration: none !important;
	color: white;
}
.produkt_switcher .switcher-bar .switcher-toggle:hover, 
.produkt_switcher .switcher-bar .switcher-toggle.active{
	background: white;
	border: 1px solid #929292;
	border-bottom: 1px solid white;
	color: #242424;
}
.produkt_switcher .switcher-bar .switcher-toggle:hover:before, 
.produkt_switcher .switcher-bar .switcher-toggle.active:before{
	display: none;
}

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

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


#menu_top{
	height: auto;
}

figcaption{
	font-size: 20px;
}
.navbar-toggler {
    	display: block !important;
    	color: black;
    	font-size: 25px;
    	vertical-align: middle;
    	outline: none !important;
    	line-height: 25px;
	padding: 10px;
}
.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%;
}
.nav li.lvl-1 > a{
	display: block;
}

}

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

#header .col-md-auto{
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
}
.logo {
    	width: 100%;
    	margin-bottom: 10px;
	text-align: center;
}

.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: 988px){
.caption{
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	max-width: 100%;
}
.caption p{
	display: block;
	text-align: center;
	margin: 0;
	border-radius: 0;
}
.caption br{
	display: none;
}
.produkty{
	max-width: calc(100% - 50px);
}
#modal-launch{
	white-space: normal;
	text-align: center;
}
#modal-launch p{
	text-align: center;
}

}

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

.navbar-brand{
	margin-bottom: 15px;
}
.navbar-toggler{
	width: 100%;
	text-align: center;
}
#index-rozcestnik{
	margin: 0 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);
}
.quote{
	text-align: center;
}
footer .col-md-3{
	text-align: center;
	margin-bottom: 20px;
}
.dolni-menu li a{
	display: inline-block;
}
.img-cover{
	width: auto;
	height: auto;
}
}

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

#dalsi-obrazky .col, .detail_images .col{
    	flex-basis: 50%;
	max-width: 50%;
}
.navbar{
	text-align: center;
	justify-content: center;
}	
.navbar-brand{
	margin-right: 0;
}
.navbar-text{
	flex-basis: 100%;
	text-align: center;
}
}
	
@media screen and (max-width: 640px){


}







