body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 36px;
	color: #333;
}
 h3 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
}
h4 {
	font-size:30px;
	font-weight:bold;
	color: #333;
}



h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: rgba(185, 65, 75, 1);
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: rgba(185, 65, 75, 1);
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.6);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 26px;
	font-weight: 600;
	color: #eee;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ddd;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: rgba(185, 65, 75, 1);
}
.on {
	background-color: rgba(0, 0, 0, 1)!important;
	padding: 0 !important;
	padding: 15px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: rgba(185, 65, 75, 1) !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
	/* margin-right: 55px; */

}
@media only screen and (min-width: 630px){
	.flag{
		/* position: fixed; top:34px; */
		position: relative; 
		left:30px; 
		height: 25px;
		 z-index: 9999; 
		/* right:22px; left:220px */
	}
}
/* .flag-eng{right:22px;}
.flag-svk{ right:82px;} */
@media only screen and (max-width: 630px){
	.flag{
		/* position: relative; 
		z-index: 9999;  */
		height: 23px;
		/* position: fixed; */
		/* height: 23px;
		 z-index: 9999; 
		right:105px !important; 
		left: initial;
		top:35px; */
	}
	/* .flag-svk{top:11px; display: none; }
	.flag-eng{top:35px; } */
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: black;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: rgba(185, 65, 75, 1);
}
.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
	color: #666;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #252525;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
}
.cars-desc{
	top:109px;
	right:5%; 
	height: 80px;
	text-align: center;
	z-index: 999; 
	font-weight: bold;
}
.cars-desc span{
	font-size:300%;
	padding: 24px;
	color: white;
	opacity: 0.3;
	text-transform: uppercase;
	transition: 1s;
}
.cars-desc span:hover{
	opacity: 0.7;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: rgba(185, 65, 75, 1);
}
.btn-red{
	background:rgba(185, 65, 75, 1); font-weight: bold;
}
.btn-red:hover{
	background:rgb(145, 30, 39); font-weight: bold;border: 1px solid; margin-left: 12px; transition: 0.4s;
}
.btn-trans{
	background:rgba(0, 0, 0, 0.2); font-weight: bold; border: 1px solid;
}
.btn-trans:hover{
	background:white; color:rgba(185, 65, 75, 1);  margin-left: 12px; transition: 0.4s;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) center center no-repeat;
	background-position: 50% 40%;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	transition: background-image 0.5s ease-in-out;
}


@media only screen and (max-width: 630px){
	#uvod{
		margin-top:-60px;
		margin-bottom:-80px;
		
	}
}

.intro .overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,70ad47+100&0.6+0,0.4+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(185, 65, 75, 0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(185, 65, 75, 0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(148, 122, 122, 0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#6670ad47', GradientType=0 ); /* IE6-9 */
}
.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}
.intro h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px black;
}
@media only screen and (max-width: 430px){
	#h1{
		font-size:3em;
	}
}

.intro h1 span {
	color:rgb(224, 52, 66);text-shadow: 2px 2px 1px black; 
	 /*   <!-- rgb(224, 52, 66)   // rgba(185, 65, 75, 1)-->  */
}
.intro p.desc {
	margin-top:50px; text-shadow: 2px 2px 1px black;
}

.categories {
	position: absolute; display: inline-flex; top:109px; right:5%; height: 80px; z-index: 999; font-weight: bold;
}
.categories ul{
	/* list-style-type:disc;  */
	color:rgba(255, 255, 255, 0.9);
	/* color:rgb(238, 203, 7); */
	text-shadow: 2px 1px 1px black;
	font-size: 150%;
	text-align: left;
}
/* .categories li::marker {
	color: rgb(199, 170, 6);
	text-shadow: 2px 2px 1px black;
  } */
  .categories li::before {
	content: '•';
	font-size: 25px;
	color: rgb(201, 171, 4);
	text-shadow: 2px 1px 1px black;
	position: absolute;
	left: -0.9em; /* Adjust this value as necessary */
  }
/* .intro p.desc span {
	background:rgb(224, 52, 66);
	padding: 1px 5px;
	border-radius: 10px;

	text-shadow:none
} */

/* .color-select{
	padding: 1px 5px;
	border-radius: 10px;
	display: inline-block;
    text-align: center;
    color: white;
    background: rgb(224, 52, 66);
	background: linear-gradient(to left, transparent 50%, rgb(224, 52, 66) 50%) right;
	background-size: 200% 100%;
	transition: .5s ease-out;
}
.color-fill{
	background-position: left;
}
.color-select:hover{
	background-position: left;
} */
.color-select{
	padding: 1px 5px;
	border-radius: 10px;
	display: inline-block;
    text-align: center;
    color: white;
    background: rgb(224, 52, 66);
	background: linear-gradient(to left, transparent 50%, rgb(224, 52, 66) 50%) right;
	background-size: 200% 100%;
	transition: .5s ease-out;

	animation-name: fill-collor;
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

@keyframes fill-collor {
  0% {background-position: right; transform: scale(1)}
  20% {background-position: left;}
  50% {background-position: left;}
  60% {background-position: right;}
  70% {background-position: right; transform: scale(1); font-weight: normal; }
  100% {background-position: left; transform: scale(1.1); font-weight: bold; }
}


.intro a p {
	font-size:260%; font-weight: bold;
}


.phone-anim{
	font-size:260%; 
	font-weight: bold;
	position: relative;
	animation-name: phone;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
}
/* @keyframes phone {
	0%   {transform: scale(1); left:0px;}
	50%  {transform: scale(1.1); left:5px;}
	100%   {transform: scale(1); left:0px; }
  } */

.intro p {
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.intro .btn-custom {
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
header .intro-text {
	padding-top: 23%;
	padding-bottom: 80px;
	text-align: center;
}
@media only screen and (max-width: 845px){
	header .intro-text {
		padding-top: 330px;
		padding-bottom: 80px;
	}
}
/* About Section */
#about {
	padding: 120px 0 80px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
#about .about-text span {
	color: #70ad47;
	font-weight: 700;
	letter-spacing: -1px;
}
#about hr {
	margin-left: 0;
	margin-bottom: 40px;
}
#about .btn {
	margin-top: 40px;
}
#about .about-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
#about .tires img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	height: 200px;
    width: 150px;
	margin: auto;
}
.about-media {
	display: flex;
	justify-content: center;
	align-items: center;
}
img.dodavky {
	/* position: absolute; */
	margin-bottom: 350px;
	display: block;
	height: 200px;
    /* max-width: 400px; */
	margin: auto;
}
#about .about-text, #about .about-desc {
	margin-bottom: 40px;
}
.eng{
	font-style: italic;
	margin-top: 30px;
}
#about p {
	line-height: 24px;
	margin-top: 20px;
}
/* Services Section */
#services {
	padding: 120px 0;
	background: #252525;
}
#services .service-media {
	margin: 10px;
}
#services .lang-titles {
	margin-top: 55px;
	text-align: center;
}
#services .lang-titles span{
	text-transform: uppercase;
	font-size: 175%;
	margin: 20px;
	opacity: 0.5;
}
#services .service-media img {
	position: relative;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	border: 10px solid rgb(175, 54, 64);
}
#services .service-media img:hover {
	transform: scale(1.12);
	transition: 0.6s;
	border: 10px solid rgb(153, 33, 43);;
}
#services .service-desc h3:hover {
	color: white;
	transition: 0.5s;
}
#services .item-hover:hover .service-desc h3 {
    color: white;
	transition: 0.6s;
}

#services .service-desc {
	margin: 10px 10px 40px;
	text-align: center;
}
#services h2 {
	color: #fff;
}
#services h3 {
	color:rgba(185, 65, 75, 1); 
	font-weight: 600;
	font-size: 22px;
	padding: 5px 0;
	margin-top: 25px;
	height: 50px;
}
#services h4 {
	color:white 
}
#services p {
	color: rgba(255,255,255,0.9);
}
#services hr {
	background: rgba(255,255,255,0.6);
}
/* Portfolio Section */
#portfolio {
	padding: 0 0;
	background: #f6f6f6;
}
#portfolio .row{

}

.categories {
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px 40px 10px;
}
ol.type li a {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 16px;
	background: #e6e6e6;
	border: 0;
	border-radius: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s;
}
ol.type li a.active {
	background: #6aaf08;
	color: #fff;
}
ol.type li a:hover {
	background: #6aaf08;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	/* border-radius: 12px; */
    /* height: 210px; */
}
#portfolio .portfolio-item{
	height: 210px;
	overflow: hidden;
}

#portfolio img {
	height: 210px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
}

#portfolio img:hover {
	background: rgba(0, 0, 0, 0.6);
	opacity: 0.4;
	transition: all 0.5s;
	scale:1.1
}




.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#testimonials {
	background: #444 url(../img/testimonials-bg.jpg) center center no-repeat fixed;
	background-size: cover;
}
#testimonials .overlay {
	padding: 120px 0;
	background: rgba(106, 175, 8, 0.85);
}
#testimonials h2 {
	color: #fff;
}
#testimonials hr {
	background: rgba(255,255,255,0.6);
}
#testimonial p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.3);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #fff;
	border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #fff;
	border: 1px solid #fff;
}

.noc-noc{
	background-color: #201f1f;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: relative;
	opacity: 0.5;
	transition: all 0.4s;
}
.noc-noc:hover{
	opacity: 0;
	transition: all 0.4s;
}
.noc{
	height:360px;
	margin-top:270px; 
	/* margin-bottom:40px; */
	/*background-attachment: fixed; */
	background-image:url("../img/1.jpg");
	/* background-image:url("../img/new/background.jpg"); */
	background-color: #201f1f;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	opacity: 0.9;
	transition: 0.6s;
}
.noc:hover{
	/* background-image:url("../img/new/Tire-Repair.jpg"); */
	/* background-image:url("../img/1.jpg"); */
	/* background-image:url("../img/new2/header.jpg"); */
}

/* Contact Section */
#contact {
	/* padding: 100px 0; */
	padding-top: 100px ;
	background: #F6F6F6;
	/* background-image: url(/img/metal3.png);
    background-repeat: repeat;
    background-color: #e3e1e2; */
}
#contact .contact-form{
	background-image: url(/img/metal3.png);
	background-image:url("../img/new/background.jpg");
	background-position: 55%;
	background-size: cover;
    /* background-repeat: repeat; */
    background-color: #F6F6F6;
	padding: 80px 0;
	filter:brightness(1);
	transition: 0.4s;
}
#contact .contact-form:hover{
	/* filter: contrast(0.5); */
	/* filter:brightness(1); */
}
.form-layer{
	overflow: hidden;
}
#contact .section-title p {
	color: #777;
}
#contact p {
	font-size: 117%;
}
#contact form {
	padding: 0;
	margin-top: 40px;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: 2px 2px 3px gray;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-info {
	margin-bottom: 30px;
}
#contact .contact-info hr {
	background: #ddd;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
/* Footer Section*/
#footer {
	background: #333;
	padding: 30px 0 20px;
}
#footer h3 {
	color: #1e7a46;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .social {
	margin: 10px 0 50px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 10px;
}
#footer .social i.fa {
	font-size: 22px;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #444;
	color: rgba(185, 65, 75, 1);
	border-radius: 50%;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	background: rgba(185, 65, 75, 1);
	color: #fff;
}
#footer p {
	color: #666;
	font-size: 15px;
}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #ccc;
}
@media only screen and (max-width: 1000px){
	.noc{
		margin-top:100px;
	}
}


@media only screen and (max-width: 850px){
	.pc{
		display:none !important;
	}
}

@media only screen and (min-width: 850px){
	.mobile{
		display:none !important;
	}
}

.hide{display: none; transition: 0.4s;}
.show:hover{display: block; transition: 0.4s;}


#cookie-banner {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	color: white;
	text-align: center;
	padding: 20px;
	/*margin: 10px 10px;*/
	margin: auto;
	/*height: 150px;*/
	/*width: 450px;*/
}
.cookies-btn {
	color: white;
	border: none;
	padding: 5px 10px;
	margin: 5px 10px;
	cursor: pointer;
	background-color: rgb(224, 52, 66);
}
#accept-cookies {
	/*background-color: #4CAF50;*/
}
#decline-cookies {
	/*background-color: #4CAF50;*/
}
.grecaptcha-badge{
	display: none ;
}


/** Slider ***/
.slider-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	z-index: 10;
}

.slider-controls button {
	background: rgba(0,0,0,0.4);
	border: none;
	color: white;
	font-size: 2rem;
	cursor: pointer;
	padding: 0.5rem 1rem;
	transition: background 0.3s;
}

.slider-controls button:hover {
	background: rgba(0,0,0,0.7);
}

.slider-dots {
	position: absolute;
	/*bottom: 75px;*/
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}

@media only screen and (max-width: 800px){
	.slider-dots {
		top: 88%;
	}
}

.slider-dots .dot {
	width: 12px;
	height: 12px;
	background: white;
	border-radius: 50%;
	opacity: 0.5;
	cursor: pointer;
}

.slider-dots .dot.active {
	opacity: 1;
	background: #333;
}