a article p{
	color: #000;
}
a article h6,
a article img{
	transition: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
}
a:hover article h6{
	color: #FFB30F;
}
a:hover article img{
	opacity: 0.6;
}
article .imgBack{
	background:black;
	padding:0!important;
}

[data-carousel-3d]{
	background: none;
	border: none;
}

.parallax-header__inner{
	min-height: 0;
}

.backgrounuded{
	padding-bottom: 60px;
}
.backgrounuded::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: #003615;*/
	background: #000000;
	opacity: 0.4;
}
.fullWidth{
	width: 100%
}

.swiper-slide {
	position: relative;
	height: 100vh;
	min-height: 500px;
	display: flex;
	align-items: flex-end;
}

.swiper-slide .slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.swiper-slide .slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.swiper-slide .slide-content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 20px;
}

.swiper-slide h1{
	margin-top: 80px;
	font-weight: bold;
	color: #FFF6DC;
}
.swiper-slide h2{
	margin-top: 0px;
	font-weight: bold;
	color: #FFF6DC;
}
.sliderImage{
	margin-top: 45px;
	width: 90%;
	max-width: 800px;
}

.goToCarousel{
	margin-top: 40px;
	margin-bottom: 30px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: transparent url('/images/scrollDown.png') 0 0 no-repeat;
	transition: none;
}
.goToCarousel:hover{
	background-position: 0 -40px;
}


.post-classic iframe{
	max-width: 100%;
}

.section-md.noPadding{
	padding:0;
}

.page .section-md video {
	max-width: 100%;
}

.colPadded{
	padding: 40px !important;
}


.modal{
	z-index: 1120;
	color:  #fff;
}
#agreeModal,
#myModal{
    background: transparent url('/images/pop-up_3000x2000.webp') 50% 50% repeat;
    background: none !important;
}

.modal .modalBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: #003615;
    opacity: 0.95;
    z-index: 10;
}
.modal .modal-dialog{
	z-index: 20;
}

.modal-dialog{
    width: 90%;
    max-width: 90%;
    height: 85%;
    margin: 5%;
    /*
    border: 1px solid #777;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;    
    */
    text-align: center;
    position: relative;
}
.modal-dialog iframe{
	max-width: 100%;
}
.modal button.close{
    position: absolute;
    top: 5%;
    right: 5%;
    display: block;
    width: 52px;
    height: 52px;
    background: transparent url('/images/krizek_sprite.png') 0 0 no-repeat;
    cursor: pointer;
    margin: -10px;
    z-index: 1090;
}
.modal button.close:hover{
    background-position: -53px 0;
}
.modal button.close span{
    display: none;
}

.modal-content{
    background: transparent;
    max-width: auto;
    border: none;
    display: inline-block;
}
.modal-header{
    border: none;
    display: block;
    text-align: center;
}
.modal-header p.modal-title{
    color: #fff;
    /*font-family: "Traktoretka";*/

}
.modal-dialog .watermark{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 334px;
    height: 264px;
    /*background: transparent url('/images/rohozec_logo_spodni.png') 0 0 no-repeat;*/
    z-index: 10000;
}

.rLogo {
	position: absolute;
	top: -9px;
	left: 50%;
	width: 105px;
	height: 113px;
	margin-left: -52.5px;
    background: transparent url('/images/rohozec_logo_stred.png') 0 0 no-repeat;
}
.modal h3{
	color: #fff;
}
.modal-footer .btn{
	cursor:pointer;
}

.post-minimal.centered img{
	width: auto;
	display: inline-block;
}
.post-minimal.centered:hover img{
	transform: translateY(-20px) scale(1.2);
	opacity: 1;
}
.post-minimal.centered{
	text-align: center;
}

.products .product a{
	width: 100%;
}

.secondMail, .contactEmail{
    display: none;
}
.form-error-message{
    font-size: 0.8em;
    color: red;
}

.row.tight{
    margin-top:0;
}
.row.tight .col-lg-6{
    padding:0;
}
.row.tight .col-lg-6.text{
    padding: 20px;
}

.contacts-anchor{
    position: relative;
    top: -85px;
}

.productsFilter{
	margin-bottom: 10px;
}
.productsFilter a{
	margin: 0 5px;
}
.productsFilter a.inactive{
	color: gray
}

#showcase{
	width: 100%;
	margin-left: -200px;
	display: block;
	position: relative;
}
#showcase .itemCurrent,
#showcase .itemPrev,
#showcase .itemNext{
	cursor: pointer;
}
#showcase .item{
  	opacity: 0;
  	position: absolute;
  	left: 50%;
  	top: -50px;
  	-webkit-transition: all 500ms ease-in-out;
  	-o-transition: all 500ms ease-in-out;
  	transition: all 500ms ease-in-out;
	transform: scale(0.2);  	
}

#showcase .itemCurrent{
  	opacity: 1;
  	top: 50px;
  	z-index: 100;
	transform: scale(1);  	
}
#showcase .itemPrev,
#showcase .itemNext{
  	top: 30px;
  	opacity: 0.7;
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	-o-filter: blur(1px);
	filter: blur(1px);
	transform: scale(0.6);  	
}
#showcase .itemNext{
	left: 80%;
}
#showcase .itemPrev{
	left: 20%;
}
#showcase-title{
	text-align: center;
}

.socials .social{
	width: 22px;
	height: 20px;
	background: transparent url('/images/socials.png') 0 0 no-repeat;
	display: inline-block;
	margin-top: 7px;
}
.socials .social-fa{	background-position: 6px 0;}
.socials .social-ig{	background-position: -32px 0;}
.socials .social-yt{	background-position: -71px 0;}
.socials .social-tt{	background-position: -107px 0;}
.socials .social-li{	background-position: -147px 0;}

.socials .social-fa:hover{	background-position: 6px -37px;}
.socials .social-ig:hover{	background-position: -32px -37px;}
.socials .social-yt:hover{	background-position: -71px -37px;}
.socials .social-tt:hover{	background-position: -107px -37px;}
.socials .social-li:hover{	background-position: -147px -37px;}

.fa-tripadvisor{
	font-size: 22px;
}
.socials .social-kzn{	width: 119px; background: transparent url('/images/kudyznudy_logo.png') 0 0 no-repeat;}
.socials .social-kzn:hover{	background-position: 0px -20px;}


.bg-brick{
	background: #FFF6DC  url('/images/pozadi_bezove.webp') 50% 0 repeat;
}
.bg-green{
	background: #151b11 url('/images/pozadi_zelene.webp') 50% 0 repeat;
}
.bg-green{
	color: #fff6dc;
}
.bg-footer{
	background: #0e3611 url('/images/footer.jpg') 50% 0 repeat;
}
.bg-footer .list-terms-minimal,
.bg-footer .list-semicolon > li{
	color: #fff;
}
.text-justify p{
	text-align: justify;
}
	
footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
}

.button-padding{
	display: inline-block;
	margin: 0 55px;
	position: relative;
	margin-top: 30px;
}
.button-decoration{
	display: inline-block;
	margin: 0 55px;
	position: relative;
	margin-top: 30px;
}
.button-decoration:before,
.button-decoration:after{
	content: '';
	display:block;
	position: absolute;
	width: 47px;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
}
.bg-brick .button-decoration:before,
.bg-brick .button-decoration:after{
	background: #c39e57;
}
.button-decoration:before{
	left: -55px;
	
}
.button-decoration:after{
	right: -55px;
}
.button-decoration a{
	position: relative;
}
/*
.button-decoration a.button-primary:after{
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -53px;
    content: "";
    width: 106px;
    height: 45px;
    background: transparent url('/images/sisky.png') no-repeat;
}
*/

html body .button-primary{
	position:relative;
  	background: linear-gradient(135deg, transparent 8px, #095116 8px);
	border-color: transparent!important;
	font-family: "HelveticaHeavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
  	color: #fff6dc;
}
html body .button-primary.active,
html body .button-primary:hover{
  	background: linear-gradient(135deg, transparent 8px, #c09c56 8px);
	color: #151b11;
}
html body .bg-green .button-primary:hover{
  	/*background: linear-gradient(135deg, transparent 8px, #fff 8px);*/
}

a.button{
	font-weight: bold;
}
button{
	cursor: pointer;
}

.carouselNav{
	position:relative;
}
.carouselNav .left,
.carouselNav .right{
	position: absolute;
	top: 13px;
	width: 36px;
	height: 36px;
	display: inline-block;
	background: transparent url('/images/show_sipky.png') 0 0 no-repeat;
	transition: none;
}
.carouselNav .left{
	left: -110px;
}
.carouselNav .right{
	right: -110px;
	background-position: -40px 0;
}
.carouselNav .left:hover{
	background-position: 0 -40px;
}
.carouselNav .right:hover{
	background-position: -40px -40px;
}

/*
.thumb-creative__image-wrap:before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 59px;
    height: 100%;
    background: transparent url('/images/ramecekL.png') no-repeat;
}
.thumb-creative__image-wrap:after{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 59px;
    height: 100%;
    background: transparent url('/images/ramecekR.png') no-repeat;
}
*/
/*
.thumb-creative__image-wrap .lines{
	width: 100%;
	height: 100%;
}
.thumb-creative__image-wrap .lines:before{
    display: block;
    position: absolute;
    top: 11px;
    left: 58px;
    right: 57px;
    content: "";
    height: 2px;
    background: transparent url('/images/ramecek_linka.png') repeat-x;
}
.thumb-creative__image-wrap .lines:after{
    display: block;
    position: absolute;
    left: 58px;
    right: 57px;
    bottom: 13px;
    content: "";
    height: 2px;
    background: transparent url('/images/ramecek_linka.png') repeat-x;
}
*/

.openFillingImage img{
	height: 55px;
	/*margin-right: 15px;*/
}

.bg-gray-lighter{
	background: #f1e8db url('/images/bg_logo.png') 0 0 no-repeat;
}
.bg-default{
	background: #f4ebe1 url('/images/bg_klas.png') 100% 250px no-repeat;
}
.bg-default.noImg{
	background-image: none;
}
.thumb-creative{
	height: 360px;
	width: 100%;
}
.thumb-creative a{
	width: 100%;
	height: 100%;
}
.thumb-creative__front, .thumb-creative__back{
	height: 100%;
}

.services-terri-figure{
	position: relative;
}
.services-terri-figure h5{
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.63);

}

article.shadowedIframe iframe{
	-webkit-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.37); 
	box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.37);	
}

.fillings{
	margin-top: 10px!important;
}
.prodMinBlock{
	min-height: 350px;
	align-content: flex-start;
}

article.backgrounded{
	background: #fff;
	padding-bottom: 10px;
}
article.backgrounded.green{
	background: #151b11;
	padding-bottom: 10px;
}
article.backgrounded>div{
	padding-left: 10px;
	padding-right: 10px;
}
article.shadowed{
	-webkit-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.37); 
	box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.37);	
}

a .post-classic h4,
a .post-classic .post-meta{
	color: #151b11;
}
a:hover .post-classic h4,
a:hover .post-classic .post-meta{
	color: #c39e57;
}
.filledBackground{
	background-size:cover;
	min-height: 500px;
}
.modalButtons{
	padding-top: 10px;
}

.brand-name{
	/* margin-left: 110px; */
}
.footer .brand{
	margin-top: 80px;
}

.services-terri-figure{
	background: #333333;
}

.services-terri-figure .services-terri-title{
	color: #fff;
}
.services-terri-figure:hover .services-terri-title{
	color: #c39e57;
}

.btn-yes,
.btn-no{
	/*font-family: "HelveticaHeavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
	font-size: 16px;
	font-weight: bold;	
}

.btn-yes{
	background: #c09c56;
	color: #10130c;
}
.btn-no{
	background: #fff6dc;
	color: #c09c56;
}
.btn-yes:hover{
	background: #aaa;
}
.btn-no:hover{
	background: #aaa;
}
.shadowedText{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.63);
}

.row.text-center{
	justify-content: center;
}

.myFa:before,
.myFa:after{
	font-family: 'FontAwesome'!important;
}
.myFa.fa-search:before{
	content: "\f002"!important;
}
.myFa.fa-times:after{
	content: "\f00d"!important;
}
.myFa.fa-phone:before{
	content: "\f095"!important;
}
.myFa.fa-map-marker:before{
	content: "\f041"!important;
}
.ui-to-top::before{
	font-family: 'FontAwesome'!important;
	content: "\f062"!important;
}

.slick-next:before{
	font-family: 'FontAwesome'!important;
	content: "\f061"!important;
}
.slick-prev:before{
	font-family: 'FontAwesome'!important;
	content: "\f060"!important;
}

.text-center table{
	display: inline-block;
}

.w-full {
	width: 100%;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.items-center {
	align-items: center;
}

.flex-row {
	flex-direction: row;
}

.gap-5 {
	gap: 20px;
}

.footer-eu{
	height: 350px;
	display: flex;
	align-items: end;
}

.eu-popisek{
	color: #FFF6DC;
	padding-top: 25px;
	text-align: center;
	font-family: "Open Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 166.667% */
	max-width: 90%;
}

.footer-eu-bottom{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
}

.footer-corporate > .container {
	display: flex;
	justify-content: center;
}

.eu-loga {
	flex-direction: row;
	align-items: center;
	text-align: center;
}

.eu-footer {
	width: 90%;
	margin-bottom: 32px;
}

.eu-footer img {
	margin-bottom: 12px;
}

.eu-footer p {
	color: #FFF6DC;
    padding-top: 18px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 90%;
	margin: 0 auto;
}

@media all and (max-width: 1500px) {
	#agreeModal,
	#myModal{
	    background: transparent url('/images/pop-up_1500x1000.webp') 50% 50% repeat;
	}
}
@media all and (max-width: 1200px) {
	.pre-footer-corporate.bg-gray-dark.bg-footer.footer{
		padding: 0;	
	}
	.footer-corporate{
		padding-top: 80px;
		position: relative;
	}
	.footer > .footer-eu{
		align-items: center;
	}
}
@media all and (max-width: 992px) {
	.prodMinBlock{
		min-height: auto;
	}

	.pre-footer-corporate .container .row .col-lg-10{
		display: flex;
		justify-content: center;
	}
	
	/* Tablet slider adjustments */
	.swiper-slide {
		height: 80vh;
		min-height: 450px;
	}
}
@media all and (max-width: 767px) {
	.product h6{
		font-size: 30px;
	}
	.pre-footer-corporate .container .row .col-lg-5{
		padding-top: 60px;
	}
	.footer-corporate{
		padding-top: 130px;
	}
}
html .row-60 .noMargin{
	margin-top: 40px;
	margin-bottom: 60px;
}
@media all and (max-width: 600px) {
	.button-decoration::before, .button-decoration::after{
		display: none;
		width: 0;
	}
	.carouselNav .left{
		left: -50px;
	}
	.carouselNav .right{
		right: -50px;
	}
	.carouselNav .left, .carouselNav .right{
		top: 7px;
	}
	html .row-60 .noMargin{
		margin-bottom: 0;
	}
	.footer-eu .eu-loga {
		flex-direction: column;
		align-items: start;
	}
	.footer-eu{
		height: 430px;
	}
	
	/* Responsive slider adjustments */
	.swiper-slide {
		height: 70vh;
		min-height: 400px;
	}
	
	.swiper-slide .slide-content {
		padding: 15px;
	}
}
@media all and (max-width: 400px) {
	#agreeModal,
	#myModal{
	    background: transparent url('/images/pop-up_400x400.webp') 50% 50% repeat;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.pre-footer-corporate .container .row .col-lg-10{
		left: 33%;
	}
}
