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

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

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

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

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
      background-color: white;
      color: #313131;  
	text-align: left;
	font-family: 'Roboto',sans-serif;
	line-height: 1.4;
	height: 100%;
	overflow-x: hidden;
}
section{
	overflow-x: hidden;
	position: relative;
}
.EditableSection img,
.EditableContent img,
.editable-section img{
	margin: 4px;
}
.EditableSection  a[rel="lightbox[all]"] img,
.EditableContent a[rel="lightbox[all]"] img,
.editable-section a[rel="lightbox[all]"] img{
	border: 3px solid #f3f3f3 !important;
	border-radius: 3px;
	margin: 4px;
}
.EditableSection a[rel="lightbox[all]"]:hover img, .EditableContent a[rel="lightbox[all]"]:hover img, .editable-section a[rel="lightbox[all]"]:hover img{
	border: 3px solid #ffd51e !important;
}
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;
	text-align: left;
      margin: 5px 0;
}
h2, .h2 {
	color: black;
	font-size: 27px;
	font-weight: bold;
}
#index h2, #index .h2{
	font-size: 36px;
}
#index h2:after, #index .h2:after {
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 6rem;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid black;
}
h3, .h3 {
	color: black;
	font-size: 25px;
	font-weight: bold;
}
h4, .h4 {
	font-size: 20px;
	font-weight: bold;
	color: black;
}
p, li, th, td, span, label, dt, dd {
  	margin: 0 0 12px 0;
  	line-height: 1.3em;
  	font-size: 17px;
  	list-style-type: none;
  	color: black;
  	font-weight: 300;
}

ul{
	padding-left: 0;
}

img {
	margin: 0; 
	max-width: 100%;
	height: auto;
}
a{
    	color: black;
    	font-size: 17px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #250174;
}
table {
	border-collapse: collapse;
	border: none;
  	margin: 0 0 12px 0;
}
table td {
  	vertical-align: top;
  	text-align: left;
}
b, strong{
	font-weight: bold;
}
.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;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 6px;
}

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

#cookies_souhlas{
	width: 100% !important;
}
.container{
	padding: 15px 0;
	overflow: hidden;
	width: 96%;
}
main .container{
	overflow: initial;
}	
@media (min-width: 1440px){
.container {
    max-width: 1300px;
}
}
.vertical-align {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	flex-direction: row;
}
.align-line{
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	flex-direction: row;
}
figure{
	margin: 0;
}
button, button:hover, button:active, button:focus{
	outline: none;
	box-shadow: none !important;
}
.link-fill{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 10;
}
.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;
}
.scaler{
	-webkit-transform: translateY(0) scale(0.5);
    	transform: translateY(0) scale(0.5);
    	opacity: 0;
    	-webkit-transition: -webkit-transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
    	transition: transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
}
.scaler.visible{
	-webkit-transform: translateY(0) scale(1);
    	transform: translateY(0) scale(1);
	opacity: 1;
}
.borderEffect{
	position: relative;
	border: 1px solid #83c011;
}
.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 #fe7201;
    border-left: 1px solid #fe7201;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.borderEffect:after {
    border-top: 1px solid #fe7201;
    border-right: 1px solid #fe7201;
    -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: 10px 30px;
	background: #fe7201;	
	margin: 8px;
}
.borderEffect a, .borderEffect a:hover{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	color: transparent !important;
}	
.yellow-fill-hover, .light-yellow-fill-hover{
	z-index: 2;
}
.yellow-fill-hover:after, .light-yellow-fill-hover:after {
	position: absolute;
    	top: 0;
	left: 0;
    	height: 100%;
    	width: 100%;
    	background: #ffd51e;
    	content: "";
    	z-index: -1;
	transform: scaleY(0);
    	transform-origin: bottom center;
    	-webkit-transition: 0.3s;
    	transition: 0.3s;
}
.light-yellow-fill-hover:after{
	background: #fff3c3;
}
.yellow-fill-hover:hover:after, .light-yellow-fill-hover:hover:after {
    	transform: scaleY(1);
}


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

.btn{
	text-decoration: none !important;
	font-weight: normal;
	font-size: 18px;
}
.btn:active{
	border: inherit !important;
	background: inherit !important;
	color: inherit !important;
}
.btn-primary{
	border: none;
	background: #ffd51e;
	border-radius: 3px;
	box-shadow: none !important;
	color: black;
	text-transform: uppercase;
	padding: 0.5rem 1.2rem;
}
.btn-primary:hover, .btn-primary:focus{
	background: white;
	color: black;
}
.btn-secondary{
	background: white;
	border-radius: 3px;
	border: 1px solid black;
	color: black;
	font-size: 16px;
	font-weight: bold;
	box-shadow: none !important;
}
.btn-secondary:hover, .btn-secondary:focus, .article-thumb:hover .btn-secondary{
	background: #ffd51e;
	color: black;
}

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

	-webkit-transition: all 0.6s ease; 
  	transition: all 0.6s ease;
}
header .logo img{
	max-height: 110px;
	margin: 8px 0;
}
header .container{
	padding: 0;
}

#header{
	z-index: 2;	
	position: relative;
}
#header .container{
	overflow: visible;
}
#header .yellow{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: calc(50% - 450px);
	background: #ffd51e;
	z-index: -1;
}
#header .yellow:after{
	width: 80px;
      height: 100%;
      transform: skew(-20deg);
	background: #ffd51e;
	content: '';
	display: block;
    	position: absolute;
    	right: -35px;
}
#header .col .row{
	margin: 0;
}
.nadpis{
	color: #250174;
	font-size: 32px;
	display: inline-block;
	margin: 0;
	font-weight: 300;
	text-align: left;
}
.nadpis strong{
	font-weight: bold;
	text-transform: uppercase;
}
.kontakt{
	display: inline-block;
}
.kontakt-box{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	margin-left: 0.25rem;
	padding: 0.25rem 0.75rem;
}
.kontakt-box p, .kontakt-box span{
	display: inline-block;
	font-size: 18px;
	color: #250174;
	margin: 0;
	text-transform: initial;
	vertical-align: middle;
}
.kontakt-box.mex-login-box{
	line-height: 48px;
}
.kontakt-box .fas{
	color: #250174;	
	vertical-align: middle;
	margin-right: 0.5rem;
}
.kontakt-box p span{
	font-size: 18px;
	color: #250174 !important;
	text-decoration: none !important;
	font-weight: bold;
}
.kontakt-box:hover{
	border: 1px solid #250174;
}
.kontakt-box button{
	background: transparent !important;
	padding: 0;
	text-align: left;
}
.kontakt-box button span{
	text-transform: uppercase;
}

/**********************************/
/*         MENU
/**********************************/
#menu_top .container{
	padding: 0;
	overflow: visible;
}
#menu_top{
	background: #250174;
	z-index: 2;
}
.navbar {
    	padding: 0;
	margin-top: 0;
	-webkit-transition: all 0;
    	transition: all 0;
	height: 54px;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    display: block;
}
.navbar-inner{
	text-align: left;
	display: inline-block;
}
.nav {
    display: block;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;
	padding: 0.5rem 0.3rem;
}
.nav li.lvl-1 > a {
    font-size: 17px;
    color: white;
    font-weight: normal;
    padding: 0.5rem 0.5rem;
	border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
}
.nav li.lvl-1 > a:hover, .nav li.lvl-1 > a.active, .nav li.lvl-1.show > a {
    background: #ffd51e;
    color: #250174;
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
	color: #ffd51e;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.nav li.lvl-1 > a:hover:before, .nav li.lvl-1 > a.active:before, .nav li.lvl-1.show > a:before{
	color: #250174;
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-menu {
    border-radius: 0;
    border: 3px solid #d73a29;
    margin: 0;
    left: 8px;
	top: 41px;
    min-width: calc(100% + 2px);
    background-color: white;
    transform-origin: 50% 0;
    transform: scaleY(0);
    opacity: 0;
    display: block;
    transition: transform 0.3s, opacity 0.3s;
}
.dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
.dropdown-menu a{
	text-transform: uppercase;
	text-decoration: none;
}
.dropdown-menu a:hover, .dropdown-menu a:active{
	text-decoration: underline;
	background: inherit;
}

/**********************************/
/*         SEARCH
/**********************************/
#searchToggle{
	cursor: pointer;
	display: inline-block;
}
#searchToggle .fas{
	color: #ffd51e;
	font-size: 25px;
}
.searchbox{
	display: none;
	-webkit-transition: all 0;
    	transition: all 0;
}
.searchbox.visible{
	display: inline-block !important;
	-webkit-transition: all 0;
    	transition: all 0;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 20;
	background: #250174;
	padding: 0.5rem 1rem;
}
.search_text{
	color: black;
	font-size: 17px;
	padding: 0.6rem 1rem;
	margin-right: 0.5rem;
	border: none;
	outline: none;
	border-radius: 3px;
}

/**********************************/
/*         SLIDESHOW
/**********************************/
#intro {
    position: relative;
	margin-top: 183px;
}
#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;
	margin-left: 0;
	margin-right: .5rem;
}

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

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

#slides .camera_pag, .caption{
	width: 100%;
}
.caption{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.caption > div{
	position: relative;
	height: 100%;
}
.caption-inner{
	display: inline-block;
	text-align: center;
	margin-top: 2rem;
}
.caption p{
	color: white;
	font-weight: bold;
	font-size: 21px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.caption p.big{
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
	border-bottom: 1px solid white;
}
.caption p.big span.yellow{
	font-size: 60px;
	font-weight: bold;
	color: #ffd51e;
}
.caption img{
	width: auto !important;
    	display: inline-block !important;
}
.caption .buttons{
	margin-bottom: 1rem;
}
.caption .btn-primary{
    border: none;
    background: #ffd51e;
    border-radius: 3px;
    box-shadow: none !important;
    color: black;
    text-transform: uppercase;
    padding: 0.5rem 1.2rem;
}
.caption .btn-primary:hover, .caption .btn-primary:focus {
    background: white;
    color: black;
}
/**********************************/
/*         MAIN
/**********************************/
main{
	margin-top: 1rem;
}
.bordered{
	border-top: 1px solid #e0e0e0;
}
.padding-bottom{
	padding-bottom: 1rem;
}
.left-col {
    max-width: 285px;
    width: 285px;
    margin-bottom: 1rem;
}
.main-col {
    max-width: calc(100% - 285px);
    flex: 0 0 calc(100% - 285px);
}
.left-col .toggler {
    	border: none;
    	background: transparent;
    	cursor: pointer;
    	display: none;
	width: 100%;
}
.left-col .toggler .navbar-toggler-icon{
   	color: black;
    	text-align: center;
    	width: 100%;
}
.left-col .toggler .fas{
	margin-left: 0.5rem;
}
.kategorie{
	margin-bottom: 1.5rem;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.kategorie a{
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
.kategorie p{
	margin: 0;
}
.kategorie .item1 > p > a{
	background: #f3f3f3;
	color: black;
	padding: 0.75rem 1rem;
	display: block;
	margin: 0;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid white;
	font-size: 17px;
	font-weight: 300;
}
.kategorie .item1 > p > a:hover, .kategorie .item1 > p.open > a, .kategorie .item1 > p.selectedP > a{
	background: #250174;
	border-radius: 3px;
	color: white;
}
.kategorie .item1 > p:last-of-type > a{
	border-bottom: none;
}
.kategorie .item2{
	border-bottom: 1px solid white;
}
.kategorie .item2 > p > a{
	padding: 0.5rem 2.5rem;
	display: block;
	margin: 0;
	color: black;
	font-size: 17px;
	font-weight: 300;
}
.kategorie .item2 > p > a:hover, .kategorie .item2 > p.open > a, .kategorie .item2 > p.selectedP > a{
	color: #250174;
	text-decoration: underline;
}
.kategorie p.close{
	opacity: 1 !important;
	float: none !important;
	font-size: inherit !important;
	text-shadow: none !important;
	line-height: inherit !important;
	color: inherit !important;
}	
.kategorie p.close + div{
	display: none;
}
.overeni{
	text-align: center;
}
#nadpatickou{
	background: url(/files/images/foto-mapy.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 2;
	padding-bottom: 3rem;
}
h2.white{
	color: white;
}
h2.no-line:after{
	display: none;
}
#nadpatickou iframe{
	margin-bottom: 0.5rem;
	border: none !important;
}
.map-box{
	margin: 0;
	border: 1px solid #5d429a;
	padding: 1rem;
}
.map-box .col-md-6{
	padding: 0;
}
#nadpatickou .h3{
	color: #ffd51e;
	font-weight: normal;
	font-size: 23px;
	flex-basis: 100%;
	margin-bottom: 1rem;
}
#nadpatickou p, #nadpatickou a{
	color: white;
	font-size: 17px;
	line-height: 1.8em;
}
#nadpatickou p{
	margin-bottom: 0;
}
#nadpatickou p span{
	display: inline-block;
	width: 70px;
	color: white;
}

/**********************************/
/*         INDEX
/**********************************/
#o-nas-bg{
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	background: url(/files/images/o-nas.jpg) no-repeat center top;
	background-size: cover;
}
#o-nas{
	background: #ffd51e;
}
#o-nas .d-flex{
	margin: 0 -15px;
}


/**********************************/
/*         FOOTER
/**********************************/
footer{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
	padding: 1rem 0;
}
footer.logo img{
	max-height: 100px;
}
footer p, footer a{
	color: black !important;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
	color: black;
}
#footer_text{
	justify-content: left;
}

/**********************************/
/*         AKTUALITY INDEX
/**********************************/
#aktuality_index_box{
	margin: 1rem 0;
}
#aktuality_index_box .col-md-6{
	padding: 0;
}
.aktuality_box{
	padding: 0 1rem;
	border-left: 1px solid black;
}
.aktuality_date, .aktuality_text{
	color: black;
	font-size: 16px;
	font-weight: 300;
}
.aktuality_name{
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.aktuality_vice_odkaz{
	text-decoration: underline;
	color: black;
	font-size: 16px;
	font-weight: 300;
}
.aktuality_box:hover .aktuality_name{
	text-decoration: underline;
}
.aktuality_box:hover .aktuality_vice_odkaz{
	color: #250174;
	text-decoration: none;
}


/********************/
/** AKTUALITY
*********************/

.aktuality_col_container {
  	width: auto;
  	height: auto;
}
.aktuality_col_container .aktuality_box {
  	height: auto;
  	padding: 10px;
	border: 1px solid #dddddd;
	background: white;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.aktuality_col_container .aktuality_box:nth-child(odd) {
    	background: #f3f3f3;
}
.aktuality_col_container .aktuality_box:hover{
	border: 1px solid #ffd51e;
}

.aktuality_col_container .aktuality_date {
  	font-size: 8pt;
  	color: #000000;
  	display: none;
}
.aktuality_col_container .aktuality_name {
	font-size: 15px;
    	height: 2em;
    	overflow: hidden;
}
.aktuality_col_container .aktuality_box:hover .aktuality_name{
	text-decoration: none;
}
.aktuality_col_container .aktuality_name p {
  	color: black;
  	text-decoration: none;
	font-size: 22px;
    	font-weight: 300;
}

.aktuality_col_container .aktuality_text {
	overflow: hidden;
    	height: 2.8em;
    	margin-bottom: 10px;
}
.aktuality_col_container .aktuality_text a,
.aktuality_col_container .aktuality_text a:visited {
}
.aktuality_col_container .aktuality_text a:hover {
  	color: black;
  	text-decoration: none;
}

.aktuality_col_container .aktuality_img{
	float: right;
    	width: 200px;
    	height: 130px;
	position: relative;
}

.aktuality_col_container .aktuality_box .aktuality_img{
	background: white;
}

.aktuality_col_container .aktuality_img a{
	display: block;
    	width: 200px;
    	height: 130px;
}
.aktuality_col_container .aktuality_img a img {
	margin: auto !important;
	border: none !important;
  	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100%;
}
.aktuality_col_container .aktuality_vice_odkaz {
    	font-size: 17px;
	text-decoration: underline;
}

#aktualita{
	background: white;
	border: 1px solid #f4f4f4;
	position: relative;
	padding: 15px;
	padding-bottom: 45px;
	margin-bottom: 1rem;
}

/********************/
/** PRODUCTS
*********************/

.produkt_pagination{
	flex-basis: 100%;
	text-align: right;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
}
.pgr, .strankovani-odkaz, .strankovani-sipky{
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	padding: 4px 10px;
}
.pgr, .strankovani-odkaz:hover, .strankovani-sipky:hover{
	background: #e8e8e8;
	text-decoration: none;
	color: black;
}
.pgr{
	font-weight: bold;
}
.products-not-found{
	display: none;
}	

/**********************************/
/*         PRODUCTS DETAIL
/**********************************/

.img-detail-big{
	float: left;
	max-width: 50%;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.popis h2{
	display: none;
}
.product_ih_table{
	float: right;
	margin-left: 1rem;
	margin-bottom: 1rem;
	background: #ffd51e;
	border: 0.5rem solid #ffd51e;
}
.product_ih_table td{
    	border: none;
	padding: 0.5rem;
	font-weight: normal;
}
.product_ih_table tr td:first-of-type{
	font-weight: bold;
}
.detail_images {
    margin: 0;
    width: 100%;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 1rem;
}
.detail_images h3{
	flex-basis: 100%;
	margin-left: 15px;
	margin-right: 15px;
}
.detail_images .col-md-4:nth-of-type(n+5) {
    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_image {
    width: 100%;
    padding-top: 66%;
    position: relative;
    background: #f3f3f3;
	border: 3px solid #f3f3f3;
    margin-bottom: 1rem;
	border-radius: 3px;
}
.detail_image:hover {
    	background: #ffd51e;
	border: 3px solid #ffd51e;
}
.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;
}
.detail_img img, .detail_image img {
    max-width: 100%;
    height: auto;
}
.Produkt-CenaSDPH-Box span{
	font-weight: bold;
	font-size: 20px;
}
.detail_images .button{
	flex-basis: 100%;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}
#cert img{
	border: 3px solid #f3f3f3 !important;
	border-radius: 3px;
	margin: 4px;
	max-width: calc(100% - 8px);
}
#cert img:hover{
	border: 3px solid #ffd51e !important;
}
.back-button{
	margin: 0.5rem 4px;
	margin-bottom: 1rem;
}

/**********************************/
/*         BREADCRUMB
/**********************************/
.breadcrumb{
	background: transparent;
	padding: 0;
}
.breadcrumb a, .drobeckova-navigace-nazev{
	text-transform: lowercase;
}
.breadcrumb a:first-letter, .drobeckova-navigace-nazev:first-letter{
	text-transform: uppercase;
}
.drobeckova-navigace-sipky{
	display: inline-block;
	padding: 0 1rem;
}

/**********************************/
/*         BANNERS
/**********************************/
.banners{
	display: flex;
	margin: 1rem -10px;
	flex-wrap: wrap;
	justify-content: center;
}
.banner{
	padding: 0 10px;
	flex-basis: 25%;
	max-width: 25%;
	position: relative;
	margin-bottom: 30px;
}
.banner-third{
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.banner.banner-full{
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}
.banner-full .yellow-fill-hover .h2{
	margin: 0;
	display: inline-block;
    	line-height: 38px;
	font-size: 22px !important;
}
.banner-full .yellow-fill-hover .far{
	color: #250174;
	font-size: 40px;
	float: right;
}
.banner > div, .banner-full .yellow-fill-hover, .banner-full .light-yellow-fill-hover{
	position: relative;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-bottom: 4px solid #ffd51e;
	border-radius: 4px;
	padding: 1rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,ffffff+50 */
	background: rgb(241,241,241); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(50%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 50%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 50%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.banner-full .yellow-fill-hover, .banner-full .light-yellow-fill-hover{
	text-align: justify;
	width: 100%;
	overflow: hidden;
}
.banner.banner-full form{
	width: 100%;
}
.banner .h2{
	color: #250174;
	font-size: 25px !important;
	font-weight: normal;
}
.banner .h2:after{
	display: none !important;
}
.banner .text{
	font-size: 17px;
	height: 5.2em;
	overflow: hidden;
}
.banner .fas{
	color: #250174;
	font-size: 50px;
	margin-bottom: 1rem;
}
.banner .link a{
	font-size: 18px;
	text-decoration: underline;
	color: #250174;
}
.banner:hover .banner-title:before{
    	border-bottom: 10px solid #282828;
}
.banner-title p{
	display: inline-block;
	text-transform: uppercase;
	color: white;
	font-weight: normal;	
	margin: 0;
	z-index: 2;
}

.banners-spolecnosti{
	max-width: 80%;
	margin: 30px auto;
}
.banner-spolecnost .row{
	justify-content: space-between;
	padding: 10px 35px;
	align-items: center;
}
.banner-spolecnost .row p{
	margin: 0;
	line-height: 1.6;
}
.banner-spolecnost .row{
	text-align: left;
}
.banner-spolecnost .row .col-md-4:last-of-type{
	text-align: right;
}
/*.banner-spolecnost:hover .yellow-fill-hover img{
	-webkit-filter: drop-shadow(4px 4px 12px rgba(0,0,0,0.5));
    	filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='4' dy='4' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.5)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#444')";
    	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#444')";
}*/
.btn-simple{
	font-size: 24px;
	font-weight: normal;
	color: #250174 !important;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background: white;
	padding: 15px 30px;
	min-width: 290px;
}
.btn-simple:hover, .btn-simple:active{

}


/********************/
/** PHOTOGALLERY
*********************/
.banners.foto .banner:hover > div{
	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
}
.banners.foto .sub-banner{
	padding-top: 0;
	background: white;
	padding: 0.5rem;
	margin-top: 0.5rem;
}
.banners.foto .sub-banner a{
	display: block;
	text-align: center;
	padding: 0.5rem 0;
}
.banners.foto .detail_image{
	padding-top: 75%;
}

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

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

div.modal-header {
	border-radius: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ab8fa+0,2a83fa+100 */
	background: #250174;
}

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 span{
	color: white;
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}
div.modal-header .close:not(:disabled):not(.disabled):hover span, 
div.modal-header .close:not(:disabled):not(.disabled):focus span{
	color: black;
}

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

.modal-dialog .btn-primary{
	border: 1px solid #250174;
	color: white;
	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: #250174;
	-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: #ffd51e;
	color: #250174;
}
.modal-dialog a:hover{
	text-decoration: none !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}

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

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


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

@media screen and (max-width: 1440px){
.navbar-inner {
    width: 100%;
}
.navbar {
	height: auto;
}
.navbar-toggler {
    	display: block !important;
    	color: white;
	font-size: 25px;
   	vertical-align: middle;
    	outline: none !important;
    	line-height: 25px;
	width: 100%;
}
.navbar-toggler-icon {
    	font-size: 25px;
    	height: auto;
    	vertical-align: initial;
	margin-bottom: 0;
	color: white;
}
.navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}
.nav li.lvl-1 {
    display: block;
    text-align: center;
}
.nav li.lvl-1 a {
    display: block;
}
.nav li.lvl-1:last-of-type{
	padding-left: 0;
}
.nav li.lvl-1:last-of-type a:before{
	display: none;
}
.dropdown-toggle::before{
	display: none;
}
#searchToggle{
	display: block;
	text-align: center;
	width: 100%;
	flex-basis: 100%;
	margin: 0.5rem 0;
}
.searchbox.visible{
	margin: auto;
	text-align: center;
	left: 0;
	max-width: 385px;
	width: 100%;
}

}

@media screen and (max-width: 1320px){
.produkty .produkt_box{
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.banners{
	justify-content: center;
}
.banner{
	flex-basis: 50%;
	max-width: 340px;
}
}


@media screen and (max-width: 1160px){
#header .yellow{
	display: none;
}
#header .row{
	
}
.logo img{
	max-height: 80px;
}
.kontakt-box button {
    display: block;
    width: 100%;
    text-align: center;
}
#header .kontakt-box{
	margin-bottom: 0.5rem;
}
.caption p.big, .caption p.big span.yellow{
	font-size: 35px;
}
.banner{
	flex-basis: 50%;
	max-width: 50%;
}
.banners-spolecnosti{
	max-width: 100%;
	margin: 30px auto;
}
}

@media screen and (max-width: 1000px){
.nadpis{
	text-align: center;
}
#header .col, #header .col-md-auto{
	flex-basis: 100%;
	text-align: center;
}
#header .kontakt-box{
	flex-basis: auto;
}
#header .row{
	justify-content: center !important;
}
.nadpis{
	padding: 0.5rem 0;
}

.caption-inner{
	display: none;
}
.left-col{
	width: 100%;
	max-width: 100%;
}
.main-col{
	max-width: 100%;
	flex: 0 0 100%;
}
.left-col .toggler {
    display: block;
}
.overeni{
	display: none;
}
#bottom .col-md-auto{
	text-align: center;
}
#bottom .logo{
	margin-bottom: 1rem;
}
#bottom .col-md-auto p:last-of-type {
    margin-bottom: 1.5rem;
}
.img-detail-big{
	float: none;
	max-width: 100%;
	width: 100%;
	text-align: center;
	margin-right: 0;
	margin-bottom: 1rem;
}
.banner{
	flex-basis: 100%;
	max-width: 340px;
}
.archiv{
	position: relative;
	right: auto;
	top: auto;
	bottom: auto;
	display: block;
	padding: 1.5rem;
	padding-top: 0;
}
.aktuality_box{
	padding-right: 1.5rem;
	padding-bottom: 0.5rem;
	flex-direction: column;
	align-items: baseline;
}
.aktuality_vice_odkaz{
	margin-bottom: 0.5rem;
}
.table-resp{
	width: 100% !important;
}
.banner-spolecnost .row, .banner-spolecnost .row .col-md-4:last-of-type{
	text-align: center;
}
.banner-spolecnost .row .col-md-4{
	flex-basis: 100%;
	max-width: 100%;
}
}

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

.aktuality_box{
	border-left: none;
	border-bottom: 1px solid black;
	margin-bottom: 1rem;
	padding: 0.5rem 0;
}
.aktuality_col_container .aktuality_img {
    float: none;
    width: 100%;
	margin-bottom: 0.5rem;
}
.aktuality_col_container .aktuality_img a img {
    max-height: 100%;
}
.aktuality_col_container .aktuality_name, .aktuality_col_container .aktuality_text{
	height: auto;
}
#o-nas-bg{
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	width: 100%;
	padding-top: 33%;
}
.quote{
	display: none;
}
.map-box{
	margin-bottom: 1rem;
}
.contact-table, .map{
	float: none !important;
	width: 100% !important;
}
#nadpatickou iframe {
    margin-bottom: 0; 
}
.product_ih_table{
	float: none;
	width: 100%;
	margin-left: 0;
}	


}


div.mex-div-registrace
{
	display: none;
}

	.half-width{
		width: 50%;
	}
	@media screen and (max-width: 768px){
		.half-width{
			width: 100%;
		}	
		
	}

    .contact-card {
		padding: 1rem;
		min-height: 170px;
		border: 1px solid #e0e0e0;
		background: linear-gradient(to top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 50%);
		border-bottom: 4px solid #ffd51e;
		border-radius: 4px;
		box-sizing: border-box;
	}

	@media only screen and (max-width: 600px) {
		.contact-card {
			min-height: auto;
			margin-bottom: 1em;
		}
	}

	.contact-div-border {
		width: 1000px;
		padding: 1rem;
		padding-left: 2rem;
		border: 1px solid #642ede;
		color: white;
		border-radius: 4px;
		box-sizing: border-box;
	}

	.contactdiv * {
		color: #250174;
	}

  @media (max-width: 767.98px) {
    .mt-mobile {
      margin-top: 1rem; /* Adjust the value as needed */
    }
  }

.contactdiv > div > p {
    margin-left: 2rem !important;
}

.contactdiv > div > hr {
    width: 60%;
}