/* SERVICE GLASS TINTING START */

/*.service-tinting-page {
	color: #fff;
	background-color: #1f1f1f;
	padding-bottom: 230px;
}*/
.service-tinting-page .devider-line {
	border-right: 1px solid #fff;
}
.service-tinting-page h4 {
	color: #fff;
	font-size: 16px;
/*	font-family: "Oswald";*/
}
.service-tinting-page h5 {
	color: #fff;
	font-size: 16px;
/*	font-family: "Oswald";*/
}
.service-tinting-page .car-options form {
	width: 100px;
}
.service-tinting-page .car-front-tint,.car-rear-tint,.car-back-tint {
	margin-left: 40px;
}
.service-tinting-page .car-options input {
	opacity: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.service-tinting-page .car-options input:checked ~ .active{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 15px #fff;
	box-shadow: 0px 0px 15px #fff;
} 
.service-tinting-page .car-options .input-style {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}
.service-tinting-page .car-options .input-style:hover {
	-webkit-box-shadow: 0px 0px 15px #fff;
	box-shadow: 0px 0px 15px #fff;
}
.service-tinting-page .car-options .input-style:nth-child(2) {
	background-color: #0096ff;
}
.service-tinting-page .car-options .input-style:nth-child(3) {
	background-color: #fcff00;
}
.service-tinting-page .car-options .input-style:nth-child(4) {
	background-color: #ff0000;
}
.service-tinting-page .car-options .input-style:nth-child(5) {
	background-color: #00ff6c;
}
.service-tinting-page .car-options .input-style:nth-child(6) {
	background-color: #000000;
}

.service-tinting-page .car-front-tint input,
					  .car-rear-tint input,
					  .car-back-tint input
 {
	opacity: 0;
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.service-tinting-page .car-front-tint input:checked ~ .active,
					  .car-rear-tint input:checked ~ .active,
					  .car-back-tint input:checked ~ .active
{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 15px #fff;
	box-shadow: 0px 0px 15px #fff;
} 
.service-tinting-page .car-front-tint .input-style,
						.car-rear-tint .input-style,
						.car-back-tint .input-style
 {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	background-color: #373737;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}
.service-tinting-page .car-front-tint .input-style:hover,
					.car-rear-tint .input-style:hover,
					.car-back-tint .input-style:hover
 {
	-webkit-box-shadow: 0px 0px 15px #fff;
	box-shadow: 0px 0px 15px #fff;
}
.service-tinting-page .car-front-tint .input-style:nth-child(2),
						.car-rear-tint .input-style:nth-child(2),
						.car-back-tint .input-style:nth-child(2)
 {
	background-color: #16374d;
}
.service-tinting-page .car-front-tint .input-style:nth-child(3),
						.car-rear-tint .input-style:nth-child(3),
						.car-back-tint .input-style:nth-child(3)
 {
	background: linear-gradient(#000, #fff);
}

.service-tinting-page .car {
	position: relative;
		width: 1170px;
	height: 280px;
	margin-top: 60px;
		background-repeat: no-repeat;
	background-position: center center;
}
.service-tinting-page .car-side-white {
	width: 1170px;
	height: 280px;
	margin-top: 60px;
		background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/service-tinting-car-side.png);
}
.service-tinting-page .car-side-blue {
	width: 1170px;
	height: 280px;
	margin-top: 60px;
		background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/car-side-blue.png);
}
.service-tinting-page .car-side-yellow {
	width: 1170px;
	height: 280px;
	margin-top: 60px;
		background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/car-side-yellow.png);
}
.service-tinting-page .car-side-red {
	width: 1170px;
	height: 280px;
	margin-top: 60px;
		background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/car-side-red.png);
}
.service-tinting-page .car-side-green {
	width: 1170px;
	height: 280px;
	margin-top: 60px;
		background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/car-side-green.png);
}
.service-tinting-page .car-side-black {
	width: 1170px;
	height: 280px;
	margin-top: 60px;
		background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/car-side-black.png);
}
.service-tinting-page .car .front-window .front-tint-black {
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/front-tint-black.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 23px;
	left: 308px;
	opacity: .6;
}
.service-tinting-page .car .front-window .front-tint-blue {
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/front-tint-blue.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 23px;
	left: 308px;
	opacity: .6;
}
.service-tinting-page .car .front-window .front-tint-gradient {
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/front-tint-gradient.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 23px;
	left: 308px;
	opacity: .6;
}
.service-tinting-page .car .rear-window .rear-tint-black {
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/rear-tint-black.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 23px;
	left: 453px;
	opacity: 0;
}
.service-tinting-page .car .rear-window .rear-tint-blue {
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/rear-tint-blue.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 23px;
	left: 453px;
	opacity: .6;
}
.service-tinting-page .car .rear-window .rear-tint-gradient {
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/rear-tint-gradient.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 23px;
	left: 453px;
	opacity: .6;
}
.service-tinting-page .car .back-window .back-tint-black {
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/back-tint-black.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 16px;
	left: 882px;
	opacity: .6;
}
.service-tinting-page .car .back-window .back-tint-blue {
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/back-tint-blue.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 16px;
	left: 882px;
	opacity: .6;
}
.service-tinting-page .car .back-window .back-tint-gradient {
	background-image: url(https://turunautolasi.fi/wp-content/uploads/img/back-tint-gradient.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 16px;
	left: 882px;
	opacity: .6;
}

.tint-slider {
	margin-top: 20px;
	width: 140px;
	float: left;
	margin-right: 10px;

}
.tint-slider.ui-corner-all,
.tint-slider .ui-corner-all {
  border-radius: 0;
}

.tint-slider.ui-slider {
  border: 0;
  background: #fff;
  border-radius: 0px;
}

.tint-slider.ui-slider-horizontal {
  height: 2px;
}

.tint-slider .ui-slider-handle {
  width: 8px;
  height: 16px;
  background: #de3737;
  border-radius: 0px;
  border: none;
  cursor: pointer;
}


.tint-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -8px;
  margin-left: 0px;
}

.tint-slider .ui-slider-handle:hover {
  opacity: .8;
}

.tint-slider .ui-slider-range {
  border: 0;
  border-radius: 0;
  background: #f99;
}

.tint-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 4px;
}
.service-tinting-page .tinting-range .tint-value {
	margin-top: 5px;
	opacity: 1;
	width: 40px;
	height: 30px;
	background: none;
	border: none;
	color: #fff;
	font-size: 16px;
/*	font-family: "Oswald";*/
}
.service-tinting-page .about-tint {
	margin-top: 60px;
}
.service-tinting-page ul {
	list-style: none;
	padding-left: 0px;
}
.service-tinting-page ul li {
	width: 284px;
	height: 410px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 30px;
	background-color: #822323;
}
.service-tinting-page ul li:nth-child(2) {
	background-color: #a32b2b;
}
.service-tinting-page ul li:nth-child(3) {
	background-color: #bc3131;
}
.service-tinting-page ul li:nth-child(4) {
	background-color: #de3737;
}
.service-tinting-page ul li h4 {
	font-size: 16px;
/*	font-family: "Oswald";*/
	margin-bottom: 20px;
}
.service-tinting-page ul li p {
	font-size: 14px;
/*	font-family: "Oswald";*/
	line-height: 22px;
}
.service-tinting-page .tint-reminder {
	font-size: 12px;
/*	font-family: "Oswald";*/
	text-align: center;
}
.service-tinting-page .tint-reminder span {
	color: #de3737;
}
.service-tinting-page .tint-img {
	margin-top: 40px;
	margin-left: -15px;
}
.service-tinting-page .tint-know {
	margin-top: 40px;
}
.service-tinting-page .tint-know span {
	position: absolute;
	font-size: 120px;
	line-height: 90px;
/*	font-family: "Oswald";*/
	color: #de3737;
}
.service-tinting-page .tint-know h4 {
	font-size: 16px;
/*	font-family: "Oswald";*/
	margin-left: 60px;
	margin-bottom: 30px;
}
.service-tinting-page .tint-know p {
	font-size: 14px;
/*	font-family: "Oswald";*/
	margin-left: 60px;
	margin-top: 0px;
}
.service-tinting-page .tint-price {
	padding-bottom: 0px;
        background: none;
}
.service-tinting-page .tint-price table tr th:first-child::before {
	content:url(https://turunautolasi.fi/wp-content/uploads/img/icons/price-tint.png);
	}
/* SERVICE GLASS TINTING END */

/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1620px) {
}


@media only screen and (max-width : 1366px) and (min-width : 1261px) {
}

@media only screen and (max-width : 1350px) and (min-width : 1261px) {
}

@media only screen and (max-width : 1315px) {
}

@media only screen and (max-width : 1260px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.container {
	width: 720px;
}
html.js .loader_inner {
height: 128px;
	width: 571px;
	margin-top: -64px;
	margin-left: -285px;
	left: 50%;
	top: 50%;
}
header .bubles {
	display: none;
}

header form .search-input {
width: 220px;
}
header .heading-text {
	margin-top: 100px;
}
.header-bottom-menu {
	height: 180px;
	margin-top: -180px;
}
.services .service ul li {
	font-size: 14px;
}
.services .service ul {
        margin-left: 50px;
        margin-right: 50px;
}
.overview .service-list ul {
	width: 165px;
	padding-right: 0px;
}
.overview .service-list ul li {
	width: 140px;
}
.work-gallery .item {
	margin-bottom: 30px;
}
.shop-adv .slide-dots {
	padding-left: 0px;
}
.shop-adv .slide .information ul {
padding-left: 0px;
margin-top: 0px;
}
.shop-adv .slide .information .button {
	padding: 10px 15px !important;
	font-size: 13px !important;
        margin-right: 10px;
}
/* footer {
	height: 600px;
} */
footer .social, .store {
	height: 205px;
}
footer .ft-services h2, footer .ft-contacts h2 {
	margin-top: 0px;
}
.service-page table tr td {
	width: 345px;
}
.service-page table tr td a p {
	width: 260px;
}
.service-page table tr td a p {
	margin-top: 80px;
}
.service-carwash-page .about-carwash ul li {
width: 345px;
}
.service-tinting-page .car {
	width: 690px;
	height: 165px;
}
.service-tinting-page .car-color .car-side-white, 
.service-tinting-page .car-color .car-side-blue, 
.service-tinting-page .car-color .car-side-yellow, 
.service-tinting-page .car-color .car-side-red, 
.service-tinting-page .car-color .car-side-green, 
.service-tinting-page .car-color .car-side-black
 {
	width: 690px;
	height: 165px;
	-webkit-background-size: 690px 165px;
	background-size: 690px 165px;
}


.service-tinting-page .car .front-window .front-tint-black,
.service-tinting-page .car .front-window .front-tint-blue,
.service-tinting-page .car .front-window .front-tint-gradient
 {
	-webkit-background-size: 78px 36px;
	background-size: 78px 36px;
	top: 14px;
	left: 180px;
}

.service-tinting-page .car .rear-window .rear-tint-black,
.service-tinting-page .car .rear-window .rear-tint-blue,
.service-tinting-page .car .rear-window .rear-tint-gradient
 {
	-webkit-background-size: 106px 32px;
	background-size: 106px 32px;
	top: 14px;
	left: 267px;
}

.service-tinting-page .car .back-window .back-tint-black,
.service-tinting-page .car .back-window .back-tint-blue,
.service-tinting-page .car .back-window .back-tint-gradient
 {
	-webkit-background-size: 126px 24px;
	background-size: 126px 24px;
	top: 8px;
	left: 526px;
}
.service-tinting-page .car-options
 {
	text-align: center;
}
.service-tinting-page .about-tint ul li {
	width: 345px;
	height: 360px;
}
.service-tinting-page .car-options form {
	margin: 0 auto;
}
.service-tinting-page .car-front-tint,
.service-tinting-page .car-rear-tint,
.service-tinting-page .car-back-tint {
	margin-left: 0px;
	text-align: center;
}
.service-tinting-page .car-front-tint .tinting-range .tint-slider,
.service-tinting-page .car-rear-tint .tinting-range .tint-slider,
.service-tinting-page .car-back-tint .tinting-range .tint-slider
 {
	margin-left: 15%;
}
.service-tinting-page .devider-line {
	border: none;
}
.service-vynil-page .text-box {
height: 320px;
margin-bottom: 60px;
}
.service-vynil-page .text-img {
height: 468px;
}
.service-vynil-page .text-img img {
width: 100%;
height: auto;
}
.service-windshield-page .text-box {
margin-bottom: 60px;
}
.service-windshield-page .text-img img {
width: 100%;
height: auto;
}
.contacts-page .google {
height: auto;
margin-bottom: 40px;
}
.contacts-page form {
width: 450px;
margin-left: auto;
margin-right: auto;
}
.contacts-page form input,
.contacts-page form textarea
 {
width: 450px;
}
.contacts-page form .button {
width: 450px;
}
.contacts-page ul {
text-align: center;
font-size: 14px;
}
.contacts-page ul li {
margin-bottom: 30px;
}
.contacts-page ul li:last-child {
padding-left: 0px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.container {
	width: 720px;
}
html.js .loader_inner {
height: 90px;
	width: 400px;
	margin-top: -45px;
	margin-left: -200px;
	left: 50%;
	top: 50%;
}
header .bubles {
	display: none;
}
header .heading-text {
	margin-top: 100px;
}
.header-bottom-menu {
	height: 180px;
	margin-top: -180px;
}
.services .service ul {
        margin-left: 30px;
        margin-right: 30px;
}
.services .service ul li {
	font-size: 14px;
}
.services .service .button {
        font-size: 14px;
        padding: 10px 15px;
}
.overview .service-list ul {
	width: 165px;
	padding-right: 0px;
}
.overview .service-list ul li {
	width: 140px;
}
.work-gallery .item {
	margin-bottom: 30px;
}
.shop-adv .slide-dots {
	padding-left: 0px;
	margin-left: -80px;
}
.shop-adv .slide .information ul {
padding-left: 0px;
margin-top: 0px;
}
.shop-adv .slide .information .button {
	padding: 10px 15px;
	font-size: 13px;
	margin-right: 10px;
}
/* footer {
	height: 600px;
} */
footer .social, .store {
	height: 205px;
}
footer .ft-services h2, footer .ft-contacts h2 {
	margin-top: 0px;
}
.service-page table tr td {
	width: 345px;
}
.service-page table tr td a p {
	width: 260px;
}
.service-page table tr td a p {
	margin-top: 80px;
}
.service-carwash-page .about-carwash ul li {
width: 345px;
}
.service-tinting-page .car {
	width: 690px;
	height: 165px;
}
.service-tinting-page .car-color .car-side-white, 
.service-tinting-page .car-color .car-side-blue, 
.service-tinting-page .car-color .car-side-yellow, 
.service-tinting-page .car-color .car-side-red, 
.service-tinting-page .car-color .car-side-green, 
.service-tinting-page .car-color .car-side-black
 {
	width: 690px;
	height: 165px;
	-webkit-background-size: 690px 165px;
	background-size: 690px 165px;
}


.service-tinting-page .car .front-window .front-tint-black,
.service-tinting-page .car .front-window .front-tint-blue,
.service-tinting-page .car .front-window .front-tint-gradient
 {
	-webkit-background-size: 78px 36px;
	background-size: 78px 36px;
	top: 14px;
	left: 180px;
}

.service-tinting-page .car .rear-window .rear-tint-black,
.service-tinting-page .car .rear-window .rear-tint-blue,
.service-tinting-page .car .rear-window .rear-tint-gradient
 {
	-webkit-background-size: 106px 32px;
	background-size: 106px 32px;
	top: 14px;
	left: 267px;
}

.service-tinting-page .car .back-window .back-tint-black,
.service-tinting-page .car .back-window .back-tint-blue,
.service-tinting-page .car .back-window .back-tint-gradient
 {
	-webkit-background-size: 126px 24px;
	background-size: 126px 24px;
	top: 8px;
	left: 526px;
}
.service-tinting-page .car-options
 {
	text-align: center;
}
.service-tinting-page .about-tint ul li {
	width: 345px;
	height: 360px;
}
.service-tinting-page .car-options form {
	margin: 0 auto;
}
.service-tinting-page .car-front-tint,
.service-tinting-page .car-rear-tint,
.service-tinting-page .car-back-tint {
	margin-left: 0px;
	text-align: center;
}
.service-tinting-page .car-front-tint .tinting-range .tint-slider,
.service-tinting-page .car-rear-tint .tinting-range .tint-slider,
.service-tinting-page .car-back-tint .tinting-range .tint-slider
 {
	margin-left: 15%;
}
.service-tinting-page .devider-line {
	border: none;
}
.service-vynil-page .text-box {
height: 320px;
margin-bottom: 60px;
}
.service-vynil-page .text-img {
height: 468px;
}
.service-vynil-page .text-img img {
width: 100%;
height: auto;
}
.service-windshield-page .text-box {
margin-bottom: 60px;
}
.service-windshield-page .text-img img {
width: 100%;
height: auto;
}
.contacts-page .google {
height: auto;
margin-bottom: 40px;
}
.contacts-page form {
width: 450px;
margin-left: auto;
margin-right: auto;
}
.contacts-page form input,
.contacts-page form textarea
 {
width: 450px;
}
.contacts-page form .button {
width: 450px;
}
.contacts-page ul {
text-align: center;
font-size: 14px;
}
.contacts-page ul li {
margin-bottom: 30px;
}
.contacts-page ul li:last-child {
padding-left: 0px;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.container {
		width: 480px;
	}
html.js .loader_inner {
height: 60px;
	width: 266px;
	margin-top: -30px;
	margin-left: -133px;
	left: 50%;
	top: 50%;
}
header form {
margin-top: 10px;
position: relative;
}
header form .search-input {
width: 360px;
}
	.overview {
		background: #222222;
		height: 1200px;
	}
	.overview .service-list {
		text-align: center;
	}
	.overview .service-list .service-title:before {
		left: 43%;
	}
	.overview .service-list ul {
		width: 50%; 
	}
	.overview .service-list ul li {
		width: 90%;
	}
	.overview .feedback {
		text-align: center;
	}
	.shop-adv {
		display: none !important;
	}
	.testimonial {
		height: 640px;
	}
	.testimonial .testimonial-heading h4:before {
		top: 80px;
		left: 43%;
	}
	.testimonial .testimonials .slick-list {
		margin-right: 100px;
	}
	footer {
		text-align: center;
		/* height: 1100px; */
	}
	footer .social {
		height: 140px;
	}
	footer .store {
		height: 200px;
	}
	footer .ft-contacts {
		margin-top: 80px;
	}
.service-page table {
margin-left: 5%;
margin-right: 5%;
}
.service-page table tr td a p {
	margin-top: 80px;
}
  .price-page table {
    min-width: 700px;
  }

.service-carwash-page .about-carwash ul li {
width: 450px;
}
  .price-page .price-wrap-overflow {
    overflow-x: scroll;
  }
.price-page table tr th:first-child {
padding-left: 5px;
}
.price-page table tr th:first-child::before {
left: 5px;
}
.price-page table tr td:first-child {
padding-left: 5px;
padding-right: 5px;
}
.service-tinting-page .car {
	width: 450px;
	height: 107px;
}
.service-tinting-page .car-color .car-side-white, 
.service-tinting-page .car-color .car-side-blue, 
.service-tinting-page .car-color .car-side-yellow, 
.service-tinting-page .car-color .car-side-red, 
.service-tinting-page .car-color .car-side-green, 
.service-tinting-page .car-color .car-side-black
 {
	width: 450px;
	height: 107px;
	-webkit-background-size: 450px 107px;
	background-size: 450px 107px;
}


.service-tinting-page .car .front-window .front-tint-black,
.service-tinting-page .car .front-window .front-tint-blue,
.service-tinting-page .car .front-window .front-tint-gradient
 {
	-webkit-background-size: 50px 23px;
	background-size: 50px 23px;
	top: 9px;
	left: 118px;
}

.service-tinting-page .car .rear-window .rear-tint-black,
.service-tinting-page .car .rear-window .rear-tint-blue,
.service-tinting-page .car .rear-window .rear-tint-gradient
 {
	-webkit-background-size: 67px 22px;
	background-size: 67px 22px;
	top: 9px;
	left: 174px;
}

.service-tinting-page .car .back-window .back-tint-black,
.service-tinting-page .car .back-window .back-tint-blue,
.service-tinting-page .car .back-window .back-tint-gradient
 {
	-webkit-background-size: 84px 15px;
	background-size: 84px 15px;
	top: 6px;
	left: 342px;
}
.service-tinting-page .car-options
 {
	text-align: center;
}
.service-tinting-page .about-tint ul li {
	width: 450px;
	height: 300px;
}
.service-tinting-page .car-options form {
	margin: 0 auto;
}
.service-tinting-page .car-front-tint,
.service-tinting-page .car-rear-tint,
.service-tinting-page .car-back-tint {
	margin-left: 0px;
	text-align: center;
}
.service-tinting-page .car-front-tint .tinting-range .tint-slider,
.service-tinting-page .car-rear-tint .tinting-range .tint-slider,
.service-tinting-page .car-back-tint .tinting-range .tint-slider
 {
	margin-left: 15%;
}
.service-tinting-page .devider-line {
	border: none;
}
.breadcrumbs a {
	font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
}
.breadcrumbs span {
	font-size: 12px;
}
.service-vynil-page .text-box {
height: 420px;
margin-bottom: 40px;
}
.service-windshield-page .text-box {
height: 660px;
margin-bottom: 60px;
}
.service-windshield-page .text-img img {
height: auto;
}
.contacts-page .google {
height: auto;
margin-bottom: 40px;
}
.contacts-page form input,
.contacts-page form textarea
 {
width: 450px;
}
.contacts-page form .button {
width: 450px;
}
.contacts-page ul {
text-align: center;
font-size: 14px;
}
.contacts-page ul li {
margin-bottom: 30px;
}
.contacts-page ul li:last-child {
padding-left: 0px;
}
.service-works-page .work-box {
margin-bottom: 40px;
}
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.container {
	width: 320px;
}
header .top-menu ul  {
	padding-left: 0px;
	width: 100%;
}
header .top-menu ul li {
	width: 14px;
	margin-left: -6px;
}
header .heading p {
	font-size: 20px;
}
header .heading h1 {
	font-size: 48px;
	line-height: 56px;
}
header .heading-text .button {
	font-size: 14px;
}
header form .search-input {
width: 220px;
}
.header-bottom-menu {
	font-size: 12px;
}
.header-bottom-menu i {
	padding-right: 15px;
}
.services .slick-list {
	min-width: 320px;
}
.services .service ul {
	margin-left: 15px;
	margin-right: 15px;
}
.services .service .button {
	font-size: 14px;
	padding: 10px 15px;
}
.overview {
	height: 1230px;
}
.overview .feedback {
	margin-top: 0px;
}
.overview .feedback form input {
	width: 290px;
}
.overview .feedback form textarea {
	width: 290px;
}
.testimonial .testimonials .slick-list {
	width: 290px;
	padding: 0px 0px;
}
.testimonial {
	height: 730px;
}
.breadcrumbs a {
	font-size: 11px;
	padding: 11px 5px;
}
.breadcrumbs span {
	font-size: 11px;
	padding-top: 11px ;
	padding-bottom: 11px;
}
.service-page table {
	margin: 60px auto;
}
.service-page table tr td {
	width: 290px;
}
.service-page table tr td a h2 {
	font-size: 20px;
	line-height: 36px;
}
.service-page table tr td a h2 span {
	font-size: 20px;
	display: block;
	line-height: 36px;
}
.service-page table tr td a p {
	width: 230px;
}
.price-page table {
	width: 290px;
}
.price-page table tr th:first-child {
padding-left: 5px;
}
.price-page table tr th:first-child::before {
left: 5px;
}
.price-page table tr td:first-child {
padding-left: 5px;
padding-right: 5px;
}
.service-carwash-page .about-carwash ul li {
width: 290px;
}
.service-tinting-page .car {
	width: 290px;
	height: 80px;
}
.service-tinting-page .car-color .car-side-white, 
.service-tinting-page .car-color .car-side-blue, 
.service-tinting-page .car-color .car-side-yellow, 
.service-tinting-page .car-color .car-side-red, 
.service-tinting-page .car-color .car-side-green, 
.service-tinting-page .car-color .car-side-black
 {
	width: 290px;
	height: 69px;
	-webkit-background-size: 290px 69px;
	background-size: 290px 69px;
}


.service-tinting-page .car .front-window .front-tint-black,
.service-tinting-page .car .front-window .front-tint-blue,
.service-tinting-page .car .front-window .front-tint-gradient
 {
	-webkit-background-size: 33px 16px;
	background-size: 33px 16px;
	top: 5px;
	left: 76px;
}

.service-tinting-page .car .rear-window .rear-tint-black,
.service-tinting-page .car .rear-window .rear-tint-blue,
.service-tinting-page .car .rear-window .rear-tint-gradient
 {
	-webkit-background-size: 44px 15px;
	background-size: 44px 15px;
	top: 5px;
	left: 112px;
}

.service-tinting-page .car .back-window .back-tint-black,
.service-tinting-page .car .back-window .back-tint-blue,
.service-tinting-page .car .back-window .back-tint-gradient
 {
	-webkit-background-size: 55px 9px;
	background-size: 55px 9px;
	top: 4px;
	left: 220px;
}
.service-tinting-page .car-options
 {
	text-align: center;
}
.service-tinting-page .car-options form {
	margin: 0 auto;
}
.service-tinting-page .car-front-tint,
.service-tinting-page .car-rear-tint,
.service-tinting-page .car-back-tint {
	margin-left: 0px;
	text-align: center;
}
.service-tinting-page .car-front-tint .tinting-range .tint-slider,
.service-tinting-page .car-rear-tint .tinting-range .tint-slider,
.service-tinting-page .car-back-tint .tinting-range .tint-slider
 {
	margin-left: 15%;
}
.service-tinting-page .devider-line {
	border: none;
}
.service-tinting-page .about-tint ul li {
	width: 290px;
	height: 400px;
}
.service-vynil-page .text-box {
height: 620px;
margin-bottom: 40px;
}
.service-vynil-page .text-img {
height: 190px;
}
.service-vynil-page .text-img img {
height: auto;
}
.service-vynil-page .tire-box {
height: 720px;
}
.service-windshield-page .text-box {
height: 960px;
margin-bottom: 60px;
}
.service-windshield-page .text-img img {
height: auto;
}
.contacts-page .google {
height: auto;
margin-bottom: 40px;
}
.contacts-page form input,
.contacts-page form textarea
 {
width: 290px;
}
.contacts-page form .button {
width: 290px;
}
.contacts-page ul {
text-align: center;
font-size: 14px;
}
.contacts-page ul li {
margin-bottom: 30px;
}
.contacts-page ul li:last-child {
padding-left: 0px;
}
.service-works-page .work-box {
margin-bottom: 40px;
}
.fs-menu {
overflow-y: scroll;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media only screen and (max-width: 480px) {
  .service-tinting-page .car .back-window .back-tint-black,
  .service-tinting-page .car .back-window .back-tint-blue,
  .service-tinting-page .car .back-window .back-tint-gradient {
    top: 4px;
    position: absolute;
  }
}

.car-front-tint input#amount,
.car-front-tint input#amount2,
.car-front-tint input#amount3 {
    padding: .3rem .4rem;
}