
@import url('https://fonts.googleapis.com/css?family=Biryani:400,700');
 @font-face {
  font-family: 'ChytreIco';
  src: url('/views/realweb/skin/chytre-sidlo/assets/font-icon/chytre-sidlo.woff') format('woff'),
  		url('/views/realweb/skin/chytre-sidlo/assets/font-icon/chytre-sidlo.ttf') format('truetype');
}
.loopPage {
    padding: 95px 10px;
}
body {
	padding: 0;
	/*font-family: 'Lato', sans-serif;*/
	color: #828291;
	font-family: 'Biryani';
	text-align: center;
}
h1 {
	font-size: 66px;
	font-weight: 700;
}
h1,h2,h3 {
	font-family: 'Biryani';
}
h2 {
	color: #000;
	font-weight: 800;
	font-size: 47px;
	margin-bottom: 3rem;
}
h3 {
	color: #000;
	/*color: #828291;*/
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 20px;
}
h4 {

	color: #000;
    font-size: 35px;
}
.loopPage.price-loop h3 {
	color: #99321f;
	font-size: 54px;
	font-weight: 700;
}
.btn-std {
	    color: #fff;
    font-size: 27px;
    display: table;
    font-weight: 700;
    border-radius: 0px;
    background: #549431;
    margin: 40px auto;
    /* box-shadow: inset 0 -5px #b12f2d; */
    transition: all 200ms ease-in;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
}
.btn-form{
	width: 100%;
    color: #fff;
    font-size: 27px;
    display: table;
    padding: 22px 30px 19px;
    border-radius: 0px;
    background: #549431;
    margin: 0 auto;
    /* box-shadow: inset 0 -5px #b12f2d; */
    transition: all 200ms ease-in;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 700;
}
.form-element-bar::after{
	background: #549431;
}
.form-element-field:focus ~ .form-element-label, .form-radio-field:checked ~ .form-radio-button::before {
	color: #549431;
}
.form-radio-button::after {
	background: #549431;
	border-color: #549431;
}
.btn-std:focus,
.btn-std:hover,
.btn-form:focus,
.btn-form:hover {
	text-decoration: none;
	background: #5aad2d;
	color: #fff;
	outline: none;
}
nav#navbar {
    box-shadow: 0 0px 0px #e1e1e1;
}
.btn-std.btn-thin {
	padding: 7px 30px 10px;
}
nav#navbar.toFixed {
		background: #fff!important;
		/*border-bottom: 1px solid #828291!important;*/
		box-shadow: 0px -6px 9px 0px black!important;
	}
	nav#navbar li{
		font-family: 'Biryani';
	font-weight: 700;
	color: #000;
	}
@media(min-width: 992px){
	.body-home nav#navbar {
		background: transparent;
	}
}
.body-home nav#navbar li {
	font-family: 'Biryani';
	font-weight: 700;
	color: #fff;
}
nav#navbar li a span{
	position: relative;
	white-space: nowrap;
}
nav#navbar li a span:before {
	content: " ";
	position: absolute;
	bottom: 0px;
	left: 50%;
	background: #549431;
	width: 0;
	height: 3px;
	transition: all 280ms ease-in-out;
	transform: translate(-50%, 0);
	
}
nav#navbar li.menu8706 a {
	color: #99321f;
}
nav#navbar li.menu8706 a span:before {
	content: "\f095";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 10px;
}
nav#navbar li a:hover span:before,
nav#navbar li.active a span:before {
	width: 100%;
}
/* LoopPages */
.loopPage.banner {
	background: url(img/banner.jpg);
	padding: 250px 0 250px 0;
	background-size: cover;
	background-position: center;
}

.loopPage.banner p,
.loopPage.banner h1,
.loopPage.banner h2 {
	color: #fff;
}
.loopPage.banner p {
	font-size: 30px;
}

@media(max-width: 767px) {
	.text-box {
		padding: 20px;
	}
	.loopPage.banner p {
		font-size: 20px;
	}
}
/*.price-block * {
    color: #fff;
}*/
/*.col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12 .price-block:nth-of-type(1) {
	background: url(img/mob.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}*/
/*.col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12 .price-block:nth-of-type(1) {

	    background: #2755a2;
	background-size: cover;
	background-position: center;
}*/
.price-block {
	min-height: 333px;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 5px 21px rgba(125, 125, 125, 0.14);
	margin-bottom: 40px;
	position: relative;
}
.price-block h4.vertical-center {
	padding: 30px 15px;
	background: #828291;
	color: #fff;
	margin-bottom: 30px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	vertical-align: middle;
}
.price-block h4.vertical-center span {
	font-size: 1.6em;
	font-weight: 900;
	vertical-align: sub;
}
.price-block ul {
	padding: 0 40px 60px;
	text-align: left;
}
.price-block ul li {
 margin-bottom: 12px;
}
a.btn-std.btn-suprice {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0;
}
.price-block:hover a.btn-std.btn-suprice {
	transform: translate(-50%, -50%);
	opacity: 1;
}

.text-box {
	padding: 40px;
	text-align: left;
	/*background: rgba(255,255,255,.6);*/
}
.contact-row {
	display: flex;
	box-shadow: 0px 7px 38px rgba(0, 0, 0, 0.19);
}
.col-left {
	position: relative;
	width: 500px;
	max-width: 100%;
	padding: 30px;
	text-align: left;
}
.col-right {
	flex-grow: 2;
	position: relative;
}
/*
.contact-row textarea,
.contact-row input {
	border: none;
	border-bottom: 2px solid #eee;
	padding: 9px 7px;
	width: 100%;
	margin-bottom: 8px;
}
*/
div#map{
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #99321f;
}
.footer-icon {
	display: block;
	color: #fff;
	text-align: center;
}
.footer-icon:before {
	content: "\e903";
	font-family: ChytreIco;
	font-size: 60px;
}
.footer-icon.number:before {
	content: "1000";
	font-family: 'Biryani';
	font-weight: 700;
	letter-spacing: -2px;
}
.footer-icon.post:before {
	content: "\e947";	
}
.footer-icon.price:before {
	content: "\e945";
}
.footer-icon.pin:before {
	content: "\e944";
}
.footer-icon.tower:before {
	content: "\e903";	
}

@media(max-width: 767px) {
	.loopPage.before-footer h2 {
		/*font-size: 26px;*/
	}
}
@media(max-width: 575px) {
	.col-left {
		padding: 15px;
	}
	.p-4 {
    padding: 12px !important;
	}
	p.bigger.text-right, p.flex-grow-1.d-block.d-sm-none{
		text-align: left !important;
	}
}
/*.loopPage.before-footer {
	background: #005caa url(img/beforefooter.jpg) no-repeat bottom right;
		background-size: auto 100%;
}*/
a.inline.link-arrow {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #fff;
}
a.inline.link-arrow:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	height: 6px;
	width: 100%;
	background: #99321f;
	transition: width 200ms ease-in-out;
}
a.inline.link-arrow:after {
	content: "\e900";
	font-family: ChytreIco;
	display: inline-block;
	margin-left: 20px;
}
a.inline.link-arrow:hover {
	text-decoration: none;
}
a.inline.link-arrow:hover:after {
	animation: arrow-right 800ms;
}
@keyframes arrow-right{
    0% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) translateZ(0px);
    }

    53% {
        opacity: 0;
        transform: translateX(15px) translateY(0px) translateZ(0px);
    }

    76%{
        opacity: 0;
        transform: translateX(-15px) translateY(0px) translateZ(0px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) translateZ(0px);
    }
}

@-moz-keyframes arrow-right{
    0% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) translateZ(0px);
    }

    53% {
        opacity: 0;
        transform: translateX(15px) translateY(0px) translateZ(0px);
    }

    76%{
        opacity: 0;
        transform: translateX(-15px) translateY(0px) translateZ(0px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) translateZ(0px);
    }
}

@-webkit-keyframes arrow-right {
    0% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) translateZ(0px);
    }

    53% {
        opacity: 0;
        transform: translateX(15px) translateY(0px) translateZ(0px);
    }

    76%{
        opacity: 0;
        transform: translateX(-15px) translateY(0px) translateZ(0px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) translateZ(0px);
    }
}

@-o-keyframes arrow-right {
    0% {
        transform-style: preserve-3d;
        transition: transform 250ms ease-out, opacity 250ms ease-out;
        opacity: 1;
        transform: translateX(0px) translateY(0px) translateZ(0px);
    }

    53% {
        transform-style: preserve-3d;
        transition: transform 250ms ease-out, opacity 250ms ease-out;
        opacity: 0;
        transform: translateX(15px) translateY(0px) translateZ(0px);
    }

    76%{
        transform-style: preserve-3d;
        transition: transform 250ms ease-out, opacity 250ms ease-out;
        opacity: 1;
        transform: translateX(-15px) translateY(0px) translateZ(0px);
    }

    100% {
        transform-style: preserve-3d;
        transition: transform 250ms ease-out, opacity 250ms ease-out;
        opacity: 1;
        transform: translateX(0px) translateY(0px) translateZ(0px);
    }
}

@-ms-keyframes arrow-right {
    0% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) translateZ(0px);
    }

    53% {
        opacity: 0;
        transform: translateX(15px) translateY(0px) translateZ(0px);
    }

    76%{
        opacity: 0;
        transform: translateX(-15px) translateY(0px) translateZ(0px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) translateZ(0px);
    }
}
.footer-box {
	padding: 15px;
	text-align: center;
	margin: 0;
	border: 1px solid #5a5b67;
	border-radius: 7px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer {
	background: #2d3037;
	padding: 40px 10px;
}
footer h3 {
	color: #fff;
}
footer .bigger a,
footer .bigger {
	transition: all 320ms ease-in-out;
	color: #549431;
	font-weight: 700;
}
@media(min-width: 1201px){
	footer .bigger {
	font-size: 22px;
	}
}
@media(max-width: 1200px){
	footer .bigger {
	font-size: 20px;
	}
}
.bigger-w{
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}
footer .bigger:before {
	content: "\f095";
	font-family: fontAwesome;
	color: inherit;
	display: inline-block;
	margin-right: 10px;
}
footer .bigger.i-envelope:before {
	content: "\f003";
}
p.bigger.text-right a {
	display: inline-block;
	margin-left: 0px;
}
p.bigger.text-right:before {
	display: none;
}
@media(min-width: 991px) {
	nav#navbar.toFixed {
		background: #fff!important;
		/*border-bottom: 1px solid #828291!important;*/
		box-shadow: 0px -6px 9px 0px black!important;
	}
	nav#navbar.toFixed img {
    width: 55px!important;
	}
	nav#navbar.toFixed li{
		color: #000!important;
	}
	nav#navbar.toFixed .navbar-header .navbar-brand {
		width: 166px!important;
	}
}
footer hr {
	border-color: #5a5b67;
	margin: 40px 0;
}
footer p {
	color: #fff;
}
div#partners {
	background: #2d3037;
	border-top: 1px solid #5a5b67;
}
div#partners  a {
	color: inherit;
}
/*.loopPage.opacited-house {
	background: url(img/about-bg.jpg) no-repeat center left;
	background-size: 42% auto;
}*/
@media(max-width: 767px) {
	.f-left-768{
		float: left;
	}
	.loopPage.banner {
		padding: 150px 10px 50px;
	}
	.loopPage.before-footer {
		background-image: none;
	}
}
@media(max-width: 991px) {
	.navbar-header-top{
		display: none;
	}
	.one-a{
		margin-bottom: 40px;
	}
	li.hidden{
		display: none;
	}
	button.navbar-toggler {
		color: #99321f;
		border-radius: 5px;
		border: 2px solid #99321f;
		height: auto;
		    padding: 10px 5px 7px;
		margin-top: -24px;
		outline: none;
	}
	.navbar-toggler .navbar-toggler-icon {
		height: auto;
	}
	.navbar-toggler .navbar-toggler-icon:before {
		content: "\f0c9";
		font-family: FontAwesome;
		color: #99321f;
		height: auto;
	}
	nav#navbar {
		background: #fff;
	}
	nav#navbar li {
		padding: 10px 5px;
	}
	a.btn-std.btn-suprice {
		opacity: 1;
		transform: translate(-50%, -50%);
	}

	.body-home nav#navbar li a{

	}
	.body-home nav#navbar li{
		color: #000;
	}
	nav#navbar img {
		float: left;
    width: 67px;
	}
}
/*
.contact-row textarea, .contact-row input {
	transition: all 320ms ease-in-out;
}
.contact-row textarea:hover, .contact-row input:hover,
.contact-row textarea:focus, .contact-row input:focus {
	outline: none;
	border-color: orange;
}
*/
@media(max-width: 767px) {
	.col-right {
		width: 100%;
		height: 400px;
	}
	.contact-row {
		flex-wrap: wrap;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 36px;
	}
	.text-box {
		padding: 20px;
	}
}

span.icon.icon-envelope {
	float: right;
	width: 45px;
	height: 20px;
}
span.icon.icon-envelope:before {
	content: url(img/send.svg);
}

footer .bigger .fa {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 34px;
	vertical-align: middle;
	border-radius: 50%;
	background: #549431;
	color: #fff;
	font-size: 16px;
}
.loopPage.loopForm {
	padding-top: 100px;
	background: #828291;
}
.loopPage.loopForm * {
	text-align: left;
}

.vyskakovaci {
    height: auto;
    max-width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: white;
}

#close {
    border: 2px solid #000;
    padding: 4px 0 0 0;
    color: #000;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -18px;
    right: -18px;
    background: #fff;
    cursor: pointer;
}

.popup {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 600px){
	
	.btn-std {
    padding: 17px 15px 10px;
	}
	.form-fieldset {
    padding: 15px;
    border: 0;
	}
}
@media (min-width: 601px){
	.btn-std {
    padding: 25px 75px 15px;
	}
}
@media (max-width: 768px){
	.vyskakovaci > img{
		max-width: 300px;
	}
}
@media (min-width: 992px){
nav#navbar img {
    width: 90px;
}
}
.form-element {
    text-align: left;
}
.body-formulare > section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.body-formulare {
    padding-top: 115px;
}
div#partners a:after {

    vertical-align: sub;
    content: url(img/lewest.png);
    margin-left: 5px;
}
.table td, .table th {
    border-top: 0px solid #dee2e6;
}
.fc-scroller {
    max-width: 100%;
    height: 150px;
    overflow-y: scroll;
}
a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    background: #2755a2 !important;
    color: white !important;
    border: none;
    border-top: 5px solid #2755a2 !important;
    border-left: 3px solid #2755a2 !important;
}
.fc-scroller::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.fc-scroller::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}
.fc-scroller::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.registrationForm .form-content {
    padding: 0px;
}
.form-card h2 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center;	
}
.form-card{
    margin: 10px;
}
.fc-toolbar {
    padding-left: 15px;
    padding-right: 15px;
}
.form-content h3 {
    margin-top: 35px;
}
.row.calendars h2 {
    font-size: 16px;
}
button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right{

}
.fc button .fc-icon {
    margin: 9px 0 !important;
}
.form-card h2 {
    padding-top: 10px;
}
.fc-left {
    height: 45px;
}
/*.opacited-house * {
    color: #fff;
}*/
.loopPageReservation{
	    padding: 80px 10px;
	background: url(img/bgonas.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
div#loopPage11896 .col-left{
	background: #fff;
}
div#loopPage11897{
    padding: 95px 10px;
}
div#loopPage11896{
	    padding: 95px 10px;
	background: url(img/bgkont.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
div#rezer {
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-right {
    width: 70%;
	}
}
@media (min-width: 992px) and (max-width: 1400px) {
	.loopPage.banner{
		height: 100vh;
	}
}
.form-card {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.56s cubic-bezier(0.25, 0.8, 0.25, 1);

    padding: 0;
    margin: 0;
}
@media(min-width: 992px){
.form-card {
	 max-width: 40%;
	margin: 10px;
}
}

	.mobile-m{
		margin-bottom: 25px;
	}

@media(max-width: 991px){
.form-card {
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 25px;
}
}
div#messages{
	display: none;
}
.row.calendars{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
}
.fc-toolbar{
	padding-left: 0;
	padding-right: 0;
}
.footer-box img {
    max-width: 85px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mobile-m {
    max-width: 228px;
}
.contact-box {
    background: #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.cube{
		height: 520px !important;
	}
	.flippety{
		height: 150px !important;
	}
	.cube:hover {
	-webkit-transform: rotateX(0deg)!important;
	transform: rotateX(0deg)!important;
	}
	.flippety {
	-webkit-transform: translateZ( 0px)!important;
	transform: translateZ( 0px)!important;
	}
	.flop{
	transform: rotateX(0deg) translateZ(0px) !important;
	}
	.btn-std{
		padding: 25px 75px;
	}
	.form-card{
		width: 40%;

	}
	nav#navbar li a:hover span:before,
	nav#navbar li.active a span:before {
	width: 45px;
	}

}


/* Container box to set the sides relative to */
.cube {
    width: 100%;
    text-align: center;
    height: 315px;
	-webkit-transition: -webkit-transform .33s;
	transition: transform .5s; /* Animate the transform properties */

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; /* <-NB */
}

/* The two faces of the cube */
.one-a .flippety{
	background: url(img/onaa.jpg);
	background-size: cover;
	background-position: center;
}
.one-b .flippety{
background: url(img/oneb.jpg);
	background-size: cover;
	background-position: center;
}
.one-c .flippety{
background: url(img/kontakty-bg.jpg);
	background-size: cover;
	background-position: center;
}


.flop {
	background: rgb(247, 247, 247);
	height: 315px;
}
.flippety{
	/*border: 1px solid rgba(147, 184, 189, .8);*/

	/*-webkit-border-radius: 5px;
	border-radius: 5px;*/

	/*-webkit-box-shadow: 0 5px 20px rgba(105, 108, 109, .3), 0 0 8px 5px rgba(208, 223, 226, .4) inset;*/
	/*box-shadow: 0 5px 20px rgba(105, 108, 109, .3), 0 0 8px 5px rgba(208, 223, 226, .4) inset;*/
	height: 315px;
}

/* Position the faces */
.flippety {
	-webkit-transform: translateZ(100px);
	transform: translateZ(100px);
}
@media(max-width: 600px){
	div#loopPage11895 h2{
		text-align: center;
	}
	.flop {
	    padding: 15px;
	    height: 350px;
	}
}
@media(min-width: 601px){
	.flop {
	    padding: 40px;
	}
}
.flop {
	-webkit-transform: rotateX(-90deg) translateZ(-100px);
	transform: rotateX(-90deg) translateZ(-100px);
}
.flippety{
	position: relative;
}
.flippety h4{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
/* Rotate the cube */
.cube:hover {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg); /* Text bleed at 90º */
}
@media (max-width: 600px){

footer .bigger {
    font-size: 18px;
}
}
.body-dekovaci-stranka footer, .body-dekovaci-stranka nav#navbar, .body-dekovaci-stranka div#partners, .body-dekovaci-stranka .navbar-header-top{
	display: none;

}
.body-dekovaci-stranka p{
	margin-bottom: 40px;
}
.body-dekovaci-stranka p:hover a{
	color: #fff;
}
.navbar-header-top {
    background: transparent;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1031;
}
.navbar-header-top * {
    color: #000000;
}
.navbar-header-top a, .navbar-header-top p{
    transition: all 200ms ease-in;
}

.navbar-header-top a {
    font-weight: 800;
    text-decoration: underline;
    color: #549431;
}

.navbar-header-top a:hover{
	color: #fff;
}
span.footer-small {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.body-kontakt div#loopPage11896 h2 {
    display: none;
}
@media (min-width: 601px){
.mh-banner {
        height: 148px;
    min-height: 135px;
}
}
div#loopPage12093{
	background:url(img/kontakty-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
@media (min-width: 992px){
.body-kontakt {
    padding-top: 115px;
}}
.flex-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
}
.flex-contacts .box-contact {
	background: #fff;
    padding: 15px;
    margin: 15px;
    box-shadow: 4px 5px 27px -1px rgba(2, 2, 2, 0.14);
    position: relative;
    overflow: hidden;
}
@media(min-width: 992px){.flex-contacts .box-contact {width: 30%;}}
@media(max-width: 991px){.flex-contacts .box-contact {width: 313px;}}
@media(max-width: 600px){.flex-contacts .box-contact {width: 100%;}}

p.osoba {
    font-weight: 700;
}
p.tel:before {
    content: "\f095";
    font-family: FontAwesome;
    color: #549431;
    margin-right: 7px;
}
p.mail:before {
    content: "\f0e0";
    font-family: FontAwesome;
    color: #549431;
    margin-right: 7px;
}
p.osoba:before {
    content: "\f007";
    font-family: FontAwesome;
    color: #549431;
    margin-right: 7px;
    position: absolute;
    bottom: -26px;
    right: -11px;
    opacity: 0.2;
    font-size: 90px;
}
.box-contact a {
    color: #549431;
}
@media(min-width: 992px){
	.custom-mt {
    margin-top: 30px;
	}
}
@media(max-width: 991px){
	.custom-mt {
    margin-top: 35px;
	}
}
.lalala{
	cursor: pointer;
}
a.lalala {
    padding: 10px 75px;
    background: #549431;
    color: #fff !important;
    font-size: 25px;
    font-weight: 700;
}
div#loopPage11894 {
	background: url(img/bgonas.jpg);
	background-size: cover;
	background-position: center;	
}
.reservumi {
    padding: 10px;
    background: #fff;
}
.form-group label, .form-group input {
    text-align: left;
    width: 100%;
}
.btn-std:focus, .btn-std:hover, .btn-reservumi-reserve:focus, .btn-reservumi-reserve:hover {
    text-decoration: none;
    background: #5aad2d;
    color: #fff;
    outline: none;
}
.btn-reservumi-reserve {
    width: 100%;
    color: #fff;
    font-size: 27px;
    display: table;
    padding: 22px 30px 19px;
    border-radius: 0px;
    background: #549431;
    margin: 0 auto;
    /* box-shadow: inset 0 -5px #b12f2d; */
    transition: all 200ms ease-in;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 700;
}

input {
	background-color: transparent;
	border: none;
	font-size: 18px;
	margin: 9px 0 7px 0;
	margin: 0;

	outline: none;
	width: 100%;
}	
input:focus {
			color: #000000;
		}

form, form ul, form li, form input, form label {
	box-sizing: border-box;
	display: block;
}
.form-group {
    border-bottom: 1px solid #00000040;
}
/*.yaya{
	display: none;
}*/
.reser1 .fc-toolbar:before {
    font-size: 25px;
    content: '1. zdviž';
    display: flex;
    width: 100%;
    font-weight: 700;
    color: #000;
}.reser2 .fc-toolbar:before {
    font-size: 25px;
    content: '2. zdviž';
    display: flex;
    width: 100%;
    font-weight: 700;
    color: #000;
}
.fc-toolbar {
    width: 100%;
}
.fc-toolbar.fc-header-toolbar {
    display: flex;
    flex-wrap: wrap;
}
/*.reser2.yaya .reservumi-form{
 background: red;
}
.reser1.yaya .reservumi-form{
 background: grey;
}*/
.btn-reservumi-reserve:focus, .btn-reservumi-reserve:active{
	outline: none;
}
.btn-primary:hover {
    color: #fff;
        background: #549431 !important;
    border-color: transparent !important;
}
img.banner-abs {
    position: absolute;
}
@media(min-width: 768px){

img.banner-abs {
    top: 70%;
}
}
@media(max-width: 767px){

img.banner-abs {
    top: 80%;
    width: 90px;
}
}
.abs1{
	left: 10%;
}
.abs2{
	right: 10%;
}
.fixed-top.toFixed{
    top: 0px!important;
}
@media(min-width: 992px){

.fixed-top {
    top: 40px;
}
}
.navbar-header-top p {
    margin: 0;
    padding: 10px 30px;
}
.navbar-header-top i.fa.fa-phone, .navbar-header-top a:hover {
	color: #549431;
}

.new-up {
    font-size: 20px;
}
.form-group input, .form-group select, .form-group textarea {
    background: transparent;
    border: none;
    outline: none;
        border-radius: 0;
}
.form-group select {
    padding-left: 0;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus, 
.form-group input:active, .form-group select:active, .form-group textarea:active {
    background: transparent !important;
    border: none !important;
    outline: none !important;
}

div#loopPage11894 p a{
	color: #9acd32;
}

div#loopPage11894 p a:hover{
	color: #9acd32;
	text-decoration: underline;
}

.call-me *{
	color: #fff;
	text-align: left;
}

.call-me{
	background: #549431;
	max-width: 350px;
	display: block;
	margin: 50px auto 0;
	padding: 20px;
}

.call-me h3{
	font-size: 25px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.call-me h3:before{
	content: "\f095";
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 30px;
	margin-right: 20px;
	font-family: fontAwesome;
}

.call-me p span{
	font-size: 15px;
	font-style: italic;
}

.call-me p strong{
	font-size: 25px;
}

.call-me p{
	margin-bottom: 0;
}

.bg-pneu a.abs-me:hover {
	text-decoration: none;
	color: #fff;
}
.bg-pneu a.abs-me {

}
.bg-pneu {
	position: relative;
    background:#2d3037;
    padding: 35px 15px 75px 15px;
    margin: 10px;
}
a.abs-me {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*transform: translateX(-50%);*/
    text-align: center;
    background: #549431;
    padding: 15px 10px 12px 10px;
    font-size: 20px;
    /*font-weight: 700;*/
}
.bg-pneu h2,
.bg-pneu h3,
.bg-pneu h4,
.bg-pneu li,
.bg-pneu p{
    color: #d8d8d8;
}
.bg-pneu a{
	color: #fff;
}
.bg-pneu h3 {
    font-size: 25px;
	font-weight: bold;
}

.bg-pneu h4 {
    margin-bottom: 25px;
    font-size: 18px;
}

.bg-pneu h4:nth-of-type(1){
	border-bottom: 1px solid #fff;
}

.bg-pneu h4:nth-of-type(2){
	font-size: 25px;
	margin-top: 50px;
}
p.p_flex a:hover {
    text-decoration: none;
}
@media(max-width: 767px){
	p.p_flex a {
display: inline-block;
text-align: center;
	}
	}
p.p_flex a {
    font-size: 20px;
    margin: 10px;
    background: #549431;
    color: #fff;
    padding: 15px 15px 10px;
}

@media(min-width: 768px){
p.p_flex {
	
    margin-bottom: 46px;
}
}
p.p_flex {
    text-align: left;
    margin-left: -15px;
}

div#loopPage15930 h2,
div#loopPage15927 h2 {
    text-align: left;
    font-size: 25px;
    margin-bottom: 15px;
}
.one_des{
	min-height: 200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.one_des p {
	pointer-events: none;
	margin-bottom: 0;
	padding-bottom: 0;
    color: #fff;
    position: relative;
    z-index: 101;
    font-size: 25px;
    text-shadow: 0 0 3px black;
}
.one_des a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.one_des {
    padding: 15px;
    position: relative;
}

.one_des:before{
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0,.2);
    z-index: 99;
    position: absolute;
    left: 0;
}
.one-a{
	background: url(img/pneuser.jpg);
	background-size: cover;
	background-position: center;
}
.one-b{
	background: url(img/autoser.jpg);
	background-size: cover;
	background-position: center;
}
.one-c{
	background: url(img/geoser.jpg);
	background-size: cover;
	background-position: center;
}
.one-d{
	background: url(img/klimoser.jpg);
	background-size: cover;
	background-position: center;
}
.one-e{
	background: url(img/mobser.jpg);
	background-size: cover;
	background-position: center;
}
.one-f{
	background: url(img/velkoser.jpg);
	background-size: cover;
	background-position: center;
}
/*p.text-left.phonesdfasdf, p.text-left.phonesdfasdf a {
    color: #549431;
    font-weight: 700;
}
*/
.loop_inul ul {
    padding-left: 35px;
    list-style-type: none;

}
.loop_inul ul li::before {
    font-family: FontAwesome;
    content: "\f105";
    color: #549431;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.adsfasdf {
    padding: 50px 0 35px;
    background: #549431;
}
.loopPage.full-width.adsfasdf{
     padding-right: 15px !important;
     padding-left: 15px !important; 

}

.css_left h3, .css_left h3 a {
    color: #fff;
}

.css_left h3 a {
    text-decoration: underline;
}

.css_right a {
    color: #fff;
	
}
.css_right p {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}
.slick-track{
	display: flex!important;
	align-items: center;
}
.slick_1.slick-slider {
    overflow: hidden;
    margin:0 -15px;
}
.slick_1 .slick-slide {
    margin:10px;
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}
.newGalery.slick-slider {
    overflow: hidden;
    margin:0 -7px;
}
.newGalery .slick-slide {
    margin: 0 7px 15px!important;
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}
.galLoopBox {
	position: relative;
	height: 300px!important}
/*.newGalery.clearfix {
    display: flex;
    flex-wrap: wrap;
}

.galLoopBox {
	position: relative;
    flex-basis: calc((100% - 3 * 1rem) / 4);
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.galLoopBox:nth-of-type(4n) {
    margin-right: 0;
}*/
.galLoopBox a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.breaker {
    display: none;
}
.col-lg-6.img_left {
    padding-left: 8px;
    margin-bottom: 1rem;
}
div#loopPage17846 {
    padding: 40px 0 70px;
}
p.text-left.phone__set i, p.text-left.phone__set strong a {
    color: #549431;
    font-weight: 500;
    font-size: 20px;
}

p.text-left.phone__set strong a {
    text-decoration: underline;
}
.slick-prev {
    left: 7px!important;
    z-index: 999;
}
.slick-next {
    right: 7px!important;
    z-index: 999;
}
.pneu__bg{
	position: relative;
	overflow: hidden;
}
.pneu__bg:before {
    content: "";
    background: url(img/tired.png) no-repeat;
    background-size: contain;
    /* font-family: FontAwesome; 
    /* color: #549431; */
    /* margin-right: 7px; */
    position: absolute;
    bottom: 0px;
    right: -11px;
    opacity: 0.2;
    /* font-size: 90px; */
    width: 41%;
    height: 51%;
}
.autos__bg:before {
    content: "";
    background: url(img/mainten.png) no-repeat;
    background-size: contain;
    /* font-family: FontAwesome; 
    /* color: #549431; */
    /* margin-right: 7px; */
    position: absolute;
    bottom: 0px;
    right: -11px;
    opacity: 0.2;
    /* font-size: 90px; */
    width: 41%;
    height: 51%;
}
.geom__bg:before {
    content: "";
    background: url(img/trans.png) no-repeat;
    background-size: contain;
    /* font-family: FontAwesome; 
    /* color: #549431; */
    /* margin-right: 7px; */
    position: absolute;
    bottom: 0px;
    right: -11px;
    opacity: 0.2;
    /* font-size: 90px; */
    width: 35%;
    height: 51%;
}
.klima__bg:before {
    content: "";
    background: url(img/aircon.png) no-repeat;
    background-size: contain;
    /* margin-right: 7px; */
    position: absolute;
    bottom: 0px;
    right: 10px;
    opacity: 0.2;
    /* font-size: 90px; */
    width: 25%;
    height: 38%;
}
p.bal_p:before {
	font-family: FontAwesome;
	/*content: "\f07a";*/
	content: "\f046";
	margin-right: 5px;
    color: #549431;
}
p.bal_p {
    text-align: left;
}

p.bal_p a {
    text-decoration: underline;
    color: #549431;
    font-size: 19px;
}
div#loopPage17336 .col-lg-6.img_left {
    padding-left: 10px;
}
.bg-pneu ul li {
    margin-bottom: 15px;
}
.bg-pneu ul {
    padding-left: 33px;
    list-style-type: none;
    /* padding-left: 0; */
    position: relative;
}
.bg-pneu ul li:before {
    width: 20px;
    height: 20px;
    /* font-family: FontAwesome; */
    position: absolute;
    left: 9px;
    /* top: 0; */
    content: "";
    background: url(img/tickf.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* color: #ff6b00; */
    /* font-weight: bold; */
    /* display: inline-block; */
    /* width: 1em; */
    /* margin-left: -1em; */
    transform: translateY(0px);
}
.slick-prev, .slick-next{
	width: 40px!important;
    height: 40px!important;
    margin-top: -10px;
    /*border-radius: 50%;*/
    background: #549431!important;
}
.slick-prev:before, .slick-next:before {
    opacity: 1!important;
    color: #fff!important;
}
*{
	outline: none;
}

.hlava {
	color: #c22004;
	background-color: rgb(254, 212, 25);
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 300px) and (max-width: 992px){
.mobil-nonstop {
	background-color: white;
	opacity: 70%;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

@media (min-width: 993px) {
	.mobil-nonstop {
		display: none;
	}
}

@media (min-width: 300px) and (max-width: 992px){
	.loopPage11892 h1 {
		margin-top: 40px
	}
}

