@import url('https://fonts.googleapis.com/css?family=Saira:300,400,600,700,800&subset=latin-ext');

*{}

html,body {
  height: 100%;
}

body {
    font-family: 'Saira', sans-serif;
	color:#000;
	font-size:15px;
	line-height: 22px;
	}

@media (min-width:1024px) {	
body {
	/*margin-top: 100px;*/
	}
}
	
p, a, button, input, optgroup, select, textarea {
	font-size:16px;
	line-height: 28px;
}


a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #f9b6aa;
    text-decoration: none;	
	
}	

#Navi a {color:#FFF;}	
#Navi a:hover {color:#000;}	

p.small, p.small a{font-size:12px;}

p.flex {display:flex;}

.uppercase {text-transform: uppercase;}	
.img-responsive{width:100%;}


h1 {
font-family: 'Saira', sans-serif;
font-size: 32px;
line-height: 40px;
color: #f9b6aa;
font-weight: 100;
text-align:left;
letter-spacing: 1px;

}

h1 strong {
font-weight:700;	
}

@media (max-width:768px) {
    h1 {
	font-size: 28px;
	line-height: 32px;
	}
}


h2 {
	font-family: 'Saira', sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: 100;
	margin-bottom:15px;
	color: #f9b6aa;
}

h3 {
	font-family: 'Saira', sans-serif;
	font-size: 20px;
	line-height: 34px;
	font-weight: 100;
	margin-bottom:15px;
	color: #f9b6aa;

}

h4 {
	font-family: 'Saira', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 100;
	margin:25px 0 15px;
	color: #f9b6aa;
}


@media (min-width: 1024px) {
		.navbar-brand {
		/* position: absolute; */
		z-index: 9999;
		top:0px;
		}
}

.breadcrumbs {
	margin-left: -40px;
	margin-top:10px;
}

.caption h3 {
	font-family: 'Saira', sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 100;
	margin-bottom:15px;
	color: #ffffff;

}

.yellow-button {
	font-family: 'Saira', sans-serif;
	background: #f9b6aa;
	border-radius: 30px;
	text-align:center;
	padding: 10px 40px;
	font-size:15px;
	line-height: 21px;
	color: #ffffff;
	font-weight: 400;
	text-align:center;
	text-decoration:none;
	max-width: 300px;
    margin: 0 auto;
}


.btn-primary:hover, .yellow-button:hover {
	background: #000;
	color: #ffffff;
	text-decoration:none;
	border-color: #000;
}

.btn-primary {
    color: #fff;
	background-color: #f9b6aa;
	border-color: #f9b6aa;
	border-radius: 20px;
	}


#Navi .btn-primary:hover, #Navi .yellow-button:hover {
	background: #000;
	color: #f9b6aa;
	text-decoration:none;
	border-color: #000;
}

#Navi .btn-primary {
    color: #000;
	background-color: #fff;
	border-color: #fff;
	border-radius: 20px;
	}

@media (max-width:768px) {
.yellow-button {
	padding: 10px 25px;
	font-size:15px;
	line-height: 18px;

}	

} 
 
.box-head-img {
	min-height:600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -20px;
	padding-top:0px;
}

.box-head .container .row {
	min-height:400px;}
	
.box-head {
	background-color:#000;
	min-height:400px;
	margin-top: -20px;
	background-repeat: no-repeat;
	background-size: cover !important;
    background-position: center !important;
}


.box-head h1, .box-head-img h1  {
	color: #fff;
	padding: 90px 0 50px 0;
	font-size: 36px;
	line-height: 200px;
}

.box-head-img h1  {
	color: #fff;
	/*padding: 80px 0 20px 0;*/
	font-size: 36px;
	line-height: 40px;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

.orange-bg {background-color: #f9b6aa;}

.orange-bg p {color:#000;}

.border-right-yellow {border-right: 1px solid #f9b6aa;}

@media (max-width:1200px) {
.border-right-yellow {border-right:0; border-bottom: 1px solid #f9b6aa;}
}
 

.border-left-yellow {border-left: 1px solid #f9b6aa;}

@media (max-width:1200px) {
.border-left-yellow {border-left:0; }
}

footer {background-color: #000; color:#fff;
/*	margin-right: -15px;
    margin-left: -15px;*/}
footer p {line-height:28px;}

footer h3{
	font-family: 'Saira', sans-serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: 600;	
	color:#fff;
}

footer h4{
	font-family: 'Saira', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;	
	color:#f9b6aa;
}

footer a {
	color: #f9b6aa;
	text-decoration:none;
}

footer a:hover {
	color: #748086;
	text-decoration:none;
}

input, label {
	display:block;
	color:#fff;
	margin-top:40px;
}

label {display:inline-block;}

input {background: #e3e3e3; border:none; border-bottom:1px solid #000; width:100%; padding:20px; color: #000}

textarea {background: #e3e3e3; border:none; border:1px solid #000; width:100%; min-height:100px;color: #000; padding:20px;}

input[type='checkbox'] {width:auto; display:inline-block;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: r#666;
}

footer button, footer [type="submit"], footer [type="button"] {
	margin-top:40px;
	display:block; 
	background: #000;
	border-radius: 30px;
	text-align:center;
	padding: 10px 100px;
	font-size:20px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 600;
	text-align:center;
	text-decoration:none;
	border: 1px solid #f9b6aa;
	cursor: pointer;
	width: auto;
	text-transform: uppercase;
	}
	
button, [type="submit"], [type="button"] {
	margin-top:40px;
	display:block; 
	background: #000;
	border-radius: 30px;
	text-align:center;
	padding: 10px 100px;
	font-size:20px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 600;
	text-align:center;
	text-decoration:none;
	border: 1px solid #f9b6aa;
	cursor: pointer;
	width: auto;
	text-transform: uppercase;
	}	
	
button:hover, [type="submit"]:hover, [type="button"]:hover  {
	cursor: pointer;
	background: #f9b6aa;
	color: #ffffff;
	text-decoration:none;
}


.lownav {
	
	background: rgba(255,255,255,0);

}


@media (max-width:1023px) {
.lownav {

	}

.navadd {margin-top:25px;}
}

.navcenter {
  display: flex;	
  align-items: center;
  justify-content: center;
}

.navbar.center .navbar-inner .nav {
    display:inline-block;
    float: none;
}

#Navi .navbar-dark .navbar-nav .nav-link {
    color:rgba(255,255,255,1);
	text-transform:uppercase;
	letter-spacing: 2px;
	line-height:30px;
}

#Navi .active{
	color: #f9b6aa !important;
}

#Navi .navbar-dark .navbar-nav .nav-link:hover {
   color: #f9b6aa;
}

@media (min-width:1024px) {
#Navi .navbar-dark .navbar-nav .nav-link::before {
	content:' ';
	margin: 0 10px 0 10px;
}

li.nav-item:last-child .nav-link::after  {
	content:' ';
	margin: 0 10px 0 10px;
}
}

.no-left-right-padding {
	padding-left:0;
	padding-right:0;
}

.navbar-dark .navbar-toggler {
    margin: 10px auto;
    color: rgb(255,255,255);
	border-color: rgb(255,255,255);
}

.menu-main-menu-container {text-align:center;}

#Logo {transition: all .7s ease-in-out; }
#Navi {transition: all .4s ease-in-out; }

.navigation {
	width: 100%;
	margin: 0;
	top: 0;
	padding-bottom: 60px;
	display: flex;
    align-items: center;
    justify-content: center; 
	background: none;
	position:fixed;
	z-index: 999;
	min-height:100px;
	}


.navigation.is-top {background:rgba(0,0,0,0.85);}



.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a {

    border-color: #ffffff;
    border: none;
    background: none;

}
.wpml-ls-legacy-dropdown-click {

    width: auto;
    max-width: 100%;

}

.fab {font-size: 2rem;}

 .navbar.transparent.navbar-inverse .navbar-inner {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

.nav-right {
	right:100px;
	top:100px;
	left: auto;
	text-align:right;
}

.nav-left {
	left:100px;
	top:100px;
}


@media (min-width:641px) and (max-width:1260px) {
	.nav-right {
	right:10px;
	top:5%;
	left: auto;
	text-align:right;
}

.nav-left {
	left:20px;
}
}

.nav-right a{
	color: #FFF;
	text-transform: uppercase;
	text-decoration:none;
	line-height:40px;
	padding-right:20px;
	font-weight:600;
}





.nav-right a.active{
	color: #f9b6aa !important;
}

.nav-right a.blacklink{
	color: #748086;
}


.nav-right a::after{
	margin-left: 15px;
   content: '';
   display: inline-block;
   width: 15px;
   height: 15px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: none;
   border: 2px solid #f9b6aa;
}

.nav-right a.active::after{
	margin-left: 15px;
   content: '';
   display: inline-block;
   width: 15px;
   height: 15px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #f9b6aa;
   border: 2px solid #f9b6aa;
   z-index:900;
}

.nav-right a.blacklink::after{   

	}

@media (max-width:640px) {
	.nav-right {
	right:0px;
	top:105px;
	left: auto;
	text-align:right;
}
.nav-right a{
	color: #748086;
	text-transform: uppercase;
	text-decoration:none;
	line-height:10px;
	padding-right:10px;
}
.nav-right a::after{
	margin-left: 10px;
}

.nav-right a.active::after{
	margin-left: 10px;
}

.nav-left {
	left:10px;
	top:5px;
}
.logo {max-height:110px;}

}

.flx-vetrical-center {

    display: flex;
    align-items: center;
    justify-content: center;

}

@media (min-width:641px) {
/*
.nav-right::before {
    position: absolute;
    right: 27px;
    top: 35px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #fff;
	z-index:600;
}

.nav-right::after {
    position: absolute;
    right: 27px;
    bottom: 37px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #fff;
	z-index:600;
}

.nav-right.blacklink::before {
    position: absolute;
    right: 27px;
    top: 35px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #748086;
	z-index:600;
}

.nav-right.blacklink::after {
    position: absolute;
    right: 27px;
    bottom: 37px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #748086;
	z-index:600;
}
*/
}
.modal-body, .modal-header, .modal-footer {padding:40px;}
.modal-body h5, .modal-body p , .modal-body ul {color:#748086; margin-bottom:10px;}
.modal-body h5 {font-weight:700;margin-top:20px;}
.modal-header h4 {font-size:24px;}
.modal-body p,.modal-body ul  {font-size:12px;}

@media (min-width: 1024px) {
.modal-dialog {
    max-width: 960px;
}
}

.error { display:none; padding:5px; color:#fff; font-size:12px; background-color:#e0001b; border:solid 1px #ab0000; }
.success { display:none; padding:5px; color:#044406; font-size:12px; background-color:#B7FBB9; border:solid 1px #65d668; }
#contact_logo { vertical-align:middle; }
.error img { vertical-align:top; }

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #000;
  box-shadow: 0 0 0 1px white;
}
.styled-checkbox:hover + label:before {
  background: #f9b6aa;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 1px white;
}
.styled-checkbox:checked + label:before {
  background: #f9b6aa;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sklad {height:75px;width:auto; margin-left:30px;}

.toplogo {min-height: 60%; /*position:fixed;*/}

#domov {margin:20px auto;}


.lightshadow, .metaslider .caption-wrap {/*  background: rgba(212,208,207,0.8);*/
	background: none !important;
	padding: 20px;
	color: #fff;
	text-align: center;
	width: auto;
	opacity: 1 !important;
	top: 40% !important;
}

.caption h3, .caption p {	text-shadow: 0px 0px 2px rgb(0,0,0);
}
.caption h3 {font-size:48px; letter-spacing:2px; text-transform:uppercase; line-height:60px;}
.caption p {font-size:24px;}

@media (max-width: 1023px) {

.lightshadow, .metaslider .caption-wrap  {/*  background: rgba(212,208,207,0.8);
  position:relative !important;*/
  top: 25% !important;
}
.flexslider .slides img {

    -moz-user-select: none;
    width: 160% !important;

}
.caption h3 {font-size:32px; letter-spacing:2px; text-transform:uppercase; line-height:40px;}
.caption p {font-size:16px;}
}	
	
.photo {max-width:100%;}

.carousel-item {
  height: 90vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {

    bottom: 64px;
}


.carousel-control-prev, .carousel-control-next {
    display: none;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:20%;
    position:relative;
    height:350px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.has-large-font-size {
	font-size: 28px;
    line-height: 36px;
    color: #000;
    font-weight: 100;
    text-align: center;
}
.wp-block-button__link {
	font-family: 'Saira', sans-serif;
    background: #f9b6aa;
    border-radius: 30px;
    text-align: center;
    padding: 10px 40px;
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    max-width: 300px;
    margin: 0 auto;
}
.wp-block-cover, .wp-block-cover-image {
background-size: cover;
background-position: 50%;
min-height: 250px;
max-height: 250px;
width: 100%;
margin: 0 0 1.5em;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}

.float-none {
    float: none!important;
}
.float-start {
    float: left!important;
}
#details-container .about-feature {
    width: 12.5rem !important;
    margin-right: 0rem;
}
.about-feature {
    width: 11.5rem !important;
    margin-right: 0;
    margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.about-feature-title {
    font-size: 0.9rem;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin-top: 0.7rem;
}
#details-container .about-feature-value {
    font-size: 0.9rem;
    margin-top: -1.1rem; 
}

.about-feature-value {
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    margin-top: -1.3rem;
}

.box-txt .container {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%), 0px 5px 20px 0px rgb(0 0 0 / 4%);
}

.flexslider ul.slides {background:#000;}
.metaslider .slides img {opacity:0.6}



.navbar-light {
    height: 6rem;
    padding: 0rem 10rem 0rem 10rem;
    transition: 0.4s;
    background-color: none !important;
    color: #fff !important;
}
.nav-item a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.8rem;
}