/*
Theme Name: Automaailm
Theme URI: https://skoop3.ee
Author: Skoop3 Stuudio OÜ
Author URI: http://skoop3.ee/
Description: AM rental portal
Version: 1.0.0
Text Domain: salome-automaailm
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto!important;
  font-family: 'PT Sans', sans-serif!important;
}
/** {
  -webkit-transition: all 0.3s ease;
  -moz-transition:    all 0.3s ease;
  -ms-transition:     all 0.3s ease;
  -o-transition:      all 0.3s ease;
}*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 21px;
  line-height: 31px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: none;
  padding: 0;
}
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-carsales-voru .navbar-brand, .page-template-template-carsales-kuressaare .navbar-brand {
	margin-top:30px;
}
.page-template-template-carsales-voru .footer-infoboxes h3, .page-template-template-carsales-kuressaare .footer-infoboxes h3 {
	font-weight:bold;
}
.page-template-template-used-cars-voru .navbar-brand, .page-template-template-used-cars-kuressaare .navbar-brand {
	margin-top:30px;
}
.page-template-template-used-cars-voru .footer-infoboxes h3, .page-template-template-used-cars-kuressaare .footer-infoboxes h3 {
	font-weight:bold;
}
.navbar-brand {
  height: auto;
  line-height: 100px;
  margin-right: 3rem;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
.navbar-brand img {
	width:250px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #060606;
  font-weight: 700;
  font-size: 18px;
  line-height: 115px;
  padding: 0 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition:    all 0.3s ease;
  -ms-transition:     all 0.3s ease;
  -o-transition:      all 0.3s ease;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #008ac9;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition:    all 0.3s ease;
  -ms-transition:     all 0.3s ease;
  -o-transition:      all 0.3s ease;
}
body:not(.theme-preset-active) #masthead .navbar-nav .current-menu-ancestor a {
	color: #008ac9;
}
body:not(.theme-preset-active) #masthead .navbar-nav .current_page_parent a {
	color: #008ac9;
}
/* WPML NAVIGATION */
.wpml-ls ul li.wpml-ls-item a {
	color: #060606;
	font-weight: 700;
	font-size: 18px;
	line-height: 113px;
	padding: 0 21px;
}
@media screen and (min-width: 1199px) {
	.wpml-ls-legacy-dropdown-click {
		width: auto;
	}
	.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
		visibility: visible;
		position: relative!important;
	}
	.wpml-ls ul li.wpml-ls-item a {
		width: auto;
		float: right;
	}
	.wpml-ls-legacy-dropdown-click .wpml-ls-item {
		width: auto;
		float: left;
	}
	.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
		display: none;
	}
	.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
		border-top: none;
	}
	.wpml-ls li.wpml-ls-current-language {
		width: 207px;
	}
	.wpml-ls-legacy-dropdown-click a {
		border: none;
	}
	.wpml-ls li.wpml-ls-current-language > a {
		background-color: #eeeeee;
	}
	.wpml-ls-legacy-dropdown-click a:hover {
		-webkit-transition: all 0.3s ease;
		-moz-transition:    all 0.3s ease;
		-ms-transition:     all 0.3s ease;
		-o-transition:      all 0.3s ease;
		text-decoration: none;
	}
}
/* Responsive menu */
.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
	border-bottom: 4px solid transparent;
    border-left: 8px solid;
    border-top: 4px solid transparent;
    position: relative;
    top: 3.5px;
    right: -5px;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.dropdown-menu {
	min-width: 12.500rem;
	border-radius: 0;
	background-color: #f5f5f5;
	margin: 0;
	border: none;
}
.dropdown .open .dropdown-menu {
	display: block;
    left: 12.250em;
    top: -8px;
    border-left: 1px solid #ddd;
    background-color: #f7f8f9;
}
.dropdown .open .dropdown-menu a {
	font-weight:500;
}
.dropdown-menu .dropdown-item {
	white-space: normal;
	background: transparent;
	line-height: 1.6;
	font-size: 16px;
}
.dropdown-item {
	line-height: 1.2;
	padding-bottom: 0.313rem;
	padding-top: 0.313rem;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #0089c8;
  -webkit-transition: all 0.3s ease;
  -moz-transition:    all 0.3s ease;
  -ms-transition:     all 0.3s ease;
  -o-transition:      all 0.3s ease;
}
.dropdown-menu a.dropdown-item {
	font-weight: 700;
	font-size: 16px;
	padding: 10px 25px;
}
body:not(.theme-preset-active) #masthead .navbar-nav .current-menu-ancestor .dropdown-menu .menu-item a {
	color:#060606;
}
body:not(.theme-preset-active) #masthead .navbar-nav .current-menu-ancestor .dropdown-menu .menu-item a:hover {
	color: #0089c8;
}
body:not(.theme-preset-active) #masthead .navbar-nav .current-menu-ancestor .dropdown-menu .current-menu-item a {
	color:#008ac9;
}
body.single-product #masthead .navbar-nav ul.dropdown-menu.show li.nav-item a {
	color:#060606;
}
body.single-product #masthead .navbar-nav ul.dropdown-menu.show li.current-menu-parent a {
	color: #0089c8;
}
@media screen and (min-width: 1199px) {
	.prodcont-holder {
		border:2px solid #ebebeb;
		background-color:white;
		padding:40px;
		margin-right: 20px;
		flex: calc(66.666667% - 60px);
		max-width: calc(66.666667% - 60px);
	}
	.addto-holder, .sidebar-area {
		border:2px solid #ebebeb;
		background-color:white;
		padding:40px;
		margin-left:20px;
		flex: calc(33.333333% + 20px);
		max-width: calc(33.333333% + 20px);
	}
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
  .icon-subnav a {
	width: 50%!important;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Frontpage slider */
.frontpage-slider {
	padding:0 15px;
	background-color:#fff; 
	height:580px; 
	visibility:hidden;
	margin-bottom:0!important;
}
.slide-link {
	width: 100%;
	height: 100%;
	position: absolute;
	border: 1px solid #eee;
}
.slick-dots { 
	display: block;
    position: absolute!important;
	text-align: right;
	top: 225px;
	right: 160px;
    bottom: 0!important;
    padding-left: 0!important;
    margin-left: -10px!important;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #e4352c;
	font-size: 18px;
	content: '■'; 
}
.slick-dots li button:before {
    color: #fafafa;
	opacity: 1;
	font-size: 14px;
	content: '■'; 
}
.slick-initialized { 
	visibility: visible; 
	overflow:hidden; 
}
.frontpage-slider .slick-prev {
	left:0;
	width:50px;
	height:50px;
	background-color:#e5352c;
	z-index:999;
}
.frontpage-slider .slick-next {
	right:0;
	width:50px;
	height:50px;
	background-color:#e5352c;
	z-index:999;
}
.frontpage-slider .slick-next:before, 
.frontpage-slider .slick-prev:before {
	font-family:initial;
}
.slick-prev:before, 
.slick-next:before {
	color: #ffffff;
}
.frontpage-slider .slick-list {
	height:100%!important;
}
.frontpage-slider .slick-track {
	height:100%;
}
.slider-inner {
	position: absolute;
	display: block;
	border: 100px solid red;
}
/* Slider responsive */
@media screen and (min-width: 1199px) {
	.hero-slogan {
		position: absolute;
		top: 45%;
		width: 550px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.hero-slogan h2 {
		margin: 0;
		padding: 0;
	}
	.hero-slogan p {
		font-size: 18px;
	}
	/* Slick dots */
	.vertical-dots {
		right:170px;
		list-style: none;
		display: block;
		position: absolute;
		top: 40%;
		margin-top: -10px;
		text-align: right;
	}
	.vertical-dots li {
		position: relative;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	.vertical-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 20px;
		height: 20px;
		margin-top: 10px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.vertical-dots li button:hover,
	.vertical-dots li button:focus {
		outline: none;
	}
	.vertical-dots li button:hover:before,
	.vertical-dots li button:focus:before {
		opacity: 1;
	}
	.vertical-dots li button:before {
		font-family: 'slick';
		font-size: 26px;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		content: '■';
		text-align: center;

		opacity: 1;
		color: white;

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.vertical-dots li.slick-active button:before {
		opacity: 1;
		font-size: 36px;
		color: #e5352c;
	}
}
/* Main content */
#content.site-content {
	padding-bottom: 40px;
	padding-top:0;
}
.maincont-graybg {
	background-color:#f5f5f5;
	width:calc(100% - 180px);
	padding-left:80px;
	padding-right:80px;
	padding-bottom:100px;
}
.realcontent-wrapper {
	padding:80px;
}
.headline-block h1 {
	padding: 0;
	margin: 0;
	line-height: 62px;
}
.headline-block span.viewall {
	line-height: 68px;
}
span.viewall a {
	color: #24292e;
}
.headline-block span.viewall:after {
	content: "";
	width: 17px;
	height: 69px;
	margin-left: 15px;
	float: right;
	background: url('inc/assets/images/right-arrow.svg') no-repeat;
	background-position: center;
}
.maincont-graybg .headline-block {
	border-bottom: 1px solid #ebebeb;
}
/* Header title and breadcrumbs */
.subheader-breadcrumbs {
	min-height:550px;
	background-color:#ebebeb;
	background-image:url('inc/assets/images/placeholder_am.jpg');
	background-size:cover;
	margin-left:15px;
	margin-right:15px;
}
.subheadline-wrapper {
	float: left;
	height: 170px;
	line-height: 170px;
	width: 60%;
	padding-left: 125px;
}
.subheader-headline {
	text-transform:uppercase;
	height: 170px;
	line-height: 170px;
	color:white;
	font-size:32px;
	font-weight:bold;
}
h1.subheader-headline {
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs-wrapper {
	float: left;
	height: 170px;
	line-height: 170px;
	text-align:right;
	width: 40%;
	padding-right: 130px;
}
#main-breadcrumbs {
	color:white;
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	margin-bottom: 0;
}
#main-breadcrumbs a {
	color:white;
}
.rental-breadcrumbs {
	margin-left:auto;
	margin-right:auto;
}
.subheader-breadcrumbs span {
	font-size:14px;
	line-height: 14px;
}
/* Secondary menu */
.sub-secondary-menu {
	height:80px;
	background-color:#eaeaea;
	padding:0 80px;
}
.sub-secondary-menu a {
	display:inline-block;
	line-height:100%;
	color:white;
	margin-right:50px;
}
.sub-secondary-menu h3 {
	font-size:18px;
	line-height: 41px;
	margin: 0;
	padding: 0;
	line-height: 81px;
}
.secondary-submenu { display: inline-block; width: 100%; float: left; }
.secondary-submenu .active h3 {
	color:#008ac9;
}
.secondary-submenu a:hover {
	text-decoration:none;
}
.secondary-submenu a:hover h3 {
	color:#008ac9;
}


/* Front page quicklinks */
.icon-subnav {
	margin-top:-80px;
}
.icon-subnav a {
	width: 25%;
	padding: 10px;
	float: left;
}
.icon-subnav .icon-subnav-item {
	min-height:200px;
	text-align:center;
	border-top:4px solid #008ac9;
	background-color:white;
	margin:5px;
	transition: all .2s ease-in-out;
}
.icon-subnav .icon-subnav-item:hover {
	box-shadow:2px 2px 12px rgba(0,0,0, 0.3);
	transform: scale(1.08);
	z-index:999;
}
.icon-subnav .icon-subnav-item.carrental-ico {
	float: left;
	background: url('inc/assets/images/autorent_keys.svg') no-repeat;
	background-size: 90px 90px;
	background-position: center 30px;
	background-color: #ffffff;
	position: relative;
}
.icon-subnav .icon-subnav-item.carservice-ico {
	float: left;
	background: url('inc/assets/images/autoteenindus_hooldus_ikoon.svg') no-repeat;
	background-size: 90px 90px;
	background-position: center 30px;
	background-color: #ffffff;
	position: relative;
}
.icon-subnav .icon-subnav-item.carsales-ico {
	float: left;
	background: url('inc/assets/images/autode_myyk.svg') no-repeat;
	background-size: 90px 90px;
	background-position: center 30px;
	background-color: #ffffff;
	position: relative;
}
.icon-subnav .icon-subnav-item.carparts-ico {
	float: left;
	background: url('inc/assets/images/auto_varuosade_myyk.svg') no-repeat;
	background-size: 90px 90px;
	background-position: center 30px;
	background-color: #ffffff;
	position: relative;
}
.icon-subnav .icon-subnav-item h3 { 
	margin: 0; 
	padding: 0;
	width: 100%;
	margin-left: -20px;
	position: absolute;
	bottom: 30px;
}
/* --------------- Rental section ------------------- */
body.home .frontpage-rental {
	margin-top: 30px;
}
.rentals-section {
	margin-top:80px;
}
.rentals-section .headline-block {
	border-bottom:1px solid #ebebeb;
}
.frontpage-rental a {
	position:relative;
	min-height:450px;
	display:block;
	border:1px solid #eee;
	background-color:#fff;
	text-align:left;
	text-decoration:none;
	color:#24292e;
	padding:25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.frontpage-rental a:hover {
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.frontpage-rental a .prod-img {
	height:170px;
	width:100%;
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.prod-intro h3 {
	border-bottom:1px solid #efefef;
	padding:15px 20px;
	margin-bottom:10px;
}
.prod-intro .prod-price {
	font-size:28px;
	color:#39b54a;
	padding-left:20px;
	padding-top:10px;
	font-weight:bolder;
	margin-bottom:0;
}
.quick-specs {
	padding: 0 20px;
	border-bottom:1px solid #ebebeb;
	padding-bottom:10px;
}
.quick-specs p {
	margin-bottom:0;
	line-height:2;
	font-weight: 700;
}
.quick-specs p span {
	font-weight: 300;
}
/* ----------------- WooCommerce Rentals ----------------- */
.woocommerce ul.products li.product h3 {
	font-size: 21px;
}
.content-head {
	background-color:#fafafa;
	width: calc(100% - 160px);
    margin: 0 auto;
    margin-top: -380px;
}
body.woocommerce .content-head {
	width: calc(100% - 80px);
}
body.post-type-archive .content-head {
	width: calc(100% - 130px);
}
body.tax-asukohad .content-head {
	width: calc(100% - 130px);
}
body.post-type-archive li.product h3,
body.tax-asukohad li.product h3 {
	padding-left: 20px!important;
}
/* ------------------- Product filtering ---------------------- */
.product-filter-holder {
	min-height:145px;
	float: left;
	margin-top: -1px;
	margin-bottom: 25px;
	display:table;
	width:100%;
	overflow:auto;
	border:1px solid #ebebeb;
	background-color:white;
}
.product-filter-holder label {
	float:left;
	margin-top: 5px;
	margin-bottom: 50px;
}
.product-filter-holder label:first-of-type {
	margin-left: 50px;
}
.product-filter-holder select, .product-filter-holder input {
	height:40px;
	border:2px solid #ebebeb;
	padding:0 0 0 15px;
	margin-left:0px;
}
.start-filtering {
	padding-left:80px;
	font-size:18px;
	width:260px;
	position:relative;
}
/*
.start-filtering:after {
	content: "";
	position: absolute;
    display: inline-block;
    width: 1px;
    height: 93px;
    background-color: #ebebeb;
    transform: rotate(40deg);
	right:50px;
    bottom: 0px;
	margin-bottom: -12px;
}
/*
.start-filtering:before {
	content: "";
    display: inline-block;
    width: 1px;
    height: 95px;
    background-color: #ebebeb;
    position: absolute;
    right: 50px;
    top: -10px;
    transform: rotate(-40deg);
}*/
.start-filtering:before {
	content: "";
	background-image: url('inc/assets/images/filter-seperator.svg');
	background-repeat: no-repeat;
	float:left;
	position: absolute;
	width: 100px;
	height: 143px;
	left: 180px;
	top: 0;
}
.product-filter-holder label {
	width: 190px;
}
.product-filter-holder select, .product-filter-holder input {
	width: 180px;
	font-size: 14px;
}
.product-filter-holder label.gear-label {
	
}
/* --------------------------- Filtering section location on map -------------------------- */
.rental-location {
	display:inline-block;
	position: absolute;
	right: 110px;
	height:143px;
	padding-right:40px;
	padding-left:40px;
	padding-top: 8px;
	margin-top: -24px;
	border-left:1px solid #ebebeb;
}
.rental-location:after {
  content: "";
  display: table;
  clear: both;
}
.rental-location a, .product-filter-holder label, .start-filtering {
	display:table-cell;
	vertical-align:middle;
}
.rental-location a {
	color:white;
	padding:15px;
	display:block;
	margin-top:35px;
	background-color:#008ac9;
	padding-left:60px;
	position:relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.rental-location a:hover {
	text-decoration: none;
	background-color: #0779ad;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.rental-location a:before {
	content:"";
	display:block;
	position:absolute;
	left:15px;
	top:12px;
	height:30px;
	width:30px;
	background: url('inc/assets/images/autorendi_asukoht.svg') no-repeat;
	background-size: contain;
}
/* ------------------------------ Product cards ------------------------------ */
.woocommerce div.product {
	background-color:#fafafa;
	width:calc(100% - 160px);
	margin:0 auto;
	margin-top:-380px;
}
.content-head .product-info-holder {
	min-height: 550px;
	padding: 30px 75px;
	padding-bottom: 80px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 25%;
	margin: 0px;
	padding: 10px;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	margin-right:0;
}
span.car-on-sale {
	background-color: #39b54a;
	float: right;
	color: #ffffff;
	padding: 14px;
	border-radius: 120px;
}
.prodcont-holder {
	display: table;
	border:2px solid #ebebeb;
	background-color:white;
	padding:40px;
	margin-right: 20px;
}
.woocommerce div.product div.images {
	margin-bottom: 0;
}
/* ----------------- Single car info ------------------- */
.woocommerce-page #content div.product div.images {
	width:100%;
}
section.shopnsingle-content {
	background-color:transparent;
}
.tech-and-extrainfo .tech-holder {
	display:flex;
	flex-wrap:wrap;
}
.tech-and-extrainfo .tech-holder span {
	float:left;
	border:1px solid #eee;
	padding:12px;
	width:33.33333%;
	padding-left:15px;
}
.main-rental-info {
	text-align:center;
	border:2px solid #39b54a;
	margin-bottom:20px;
	padding:15px 80px;
	background-color:#fafafa;
}
.main-rental-info p {
	font-size: 14px;
	margin:0;
}
.prices-holder{
	display:flex;
	flex-wrap:wrap;
}
.price-info .price-block {
	width:calc(50% - 5px);
	border:1px solid #ebebeb;
	text-align:center;
	margin-bottom:10px;
}
.price-info .price-block:nth-child(odd) {
	margin-right:5px;
}
.price-info .price-block:nth-child(even) {
	margin-left:5px;
}
.price-block p {
	padding:5px;
	margin-bottom:0;
}
.price-block p:first-child {
	background-color:#fafafa;
	border-bottom:1px solid #ebebeb;
	font-weight:bolder;
}
.price-block p:last-child {
	color:#39b54a;
	font-size:20px;
	font-weight:600;
}
.price-info .price-block-weekend {
	width:calc(50% - 5px);
	margin-right:0!important;
}
.price-info .active {
	border:1px solid #39b54a;
	/*box-shadow:1px 1px 12px rgba(0,0,0,0.2); */
	transition:border 0.2s ease-in-out; /*, box-shadow 0.2s ease-in-out; */
}
.prices-full {
	padding:5px 0 15px 0;
}
.extraplace-notice {
	padding-top:10px;
	font-size:14px;
	color:#e4352c;
}
#number_days {
	color:#e4352c;
	font-size:14px;
}
.fullrental-quote {
	margin-bottom: 35px;
	float: left;
	width: 100%;
	border: 1px solid #ebebeb;
}
p.fullrental-quote-top {
	font-weight: 600;
	padding: 8px 0;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	margin-bottom: 0;
}

.fullrental-quote a {
	text-align: center;
	padding: 8px 0;
	color: #39b54a;
	font-weight: bold;
	background-color: #fafafa;
	width: 100%;
	float: left;
}
.fullrental-quote a:hover {
	background-color: #39b54a;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.extras-tip {
	font-size: 13px;
	float: right;
	margin-top: -38px;
}
/*
.fullrental-quote-wrapper {
	padding-top: 25px;
	padding-bottom: 5px;
	border-top: 1px solid #ebebeb;
}
.fullrental-quote-left,
.fullrental-quote-right {
	float: left;
}
.fullrental-quote-left {
	padding: 10px 0;
}
.fullrental-quote-right {
	padding-right: 0;
}

.fullrental-quote-right a {
	float: left;
	width: 100%;
	border: 1px solid #ebebeb;
	background-color: #fafafa;
	color: #212529;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.fullrental-quote-right a:hover {
	text-decoration: none;
	background-color: #6ac259;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
*/
/* ----------------- Full service rental --------------------- */

@media only screen and (min-width: 1400px) {
	body.post-type-archive-taisteenusrent .frontpage-rental {
		padding-bottom: 25px;
	}
}
body.post-type-archive-taisteenusrent 
body.post-type-archive-taisteenusrent h2 {
	border-bottom: 1px solid #ebebeb;
	margin-left: 5px;
	padding-left: 15px;
	margin-bottom: 30px;
}
body.post-type-archive-taisteenusrent h2:last-of-type {
	margin-top: 50px;
}
body.taisteenusrent-template-template-taisteenusrent-newcar .addto-holder h2 {
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 20px;
}
body.taisteenusrent-template-template-taisteenusrent-newcar .addto-holder h2:after {
	content: " ";
	background-image: url('inc/assets/images/fullrental-title-after.svg');
	background-size: contain;
	background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    margin-top: 15px;
    float: left;
}
body.taisteenusrent-template-template-taisteenusrent-newcar .car-image img {
	padding-top: 45px;
}
body.taisteenusrent-template .tabs-holder h3 {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
	margin-top: 7px;
}
body.taisteenusrent-template #stdpack,
body.taisteenusrent-template #extrpack {
	text-align: left;
	border: none;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
}
body.taisteenusrent-template #stdpack ul {
	padding-left: 0;
}
body.taisteenusrent-template #extrpack ul {
	padding-left: 0;
}
body.taisteenusrent-template ul li {
	list-style-type: none;
}
body.taisteenusrent-template .price-info ul li:before {
	content: " ";
	background-image: url('inc/assets/images/li-checked.png');
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	margin-top: 9px;
	margin-right: 12px;
	float: left;
	background-size: contain;
}
body.taisteenusrent-template-template-taisteenusrent-newcar .booking-form {
	margin-top: 0;
}
.addto-holder .fullrental-text {
	border: 1px solid #ebebeb;
	padding: 10px 0 10px 0;
	margin-top: 10px;
	padding-left: 20px;
}
.addto-holder .fullrental-text span.fullrental-price {
	font-weight: 700;
	float: right;
	color: #6ac259;
	font-size: 21px;
	line-height: 45px;
	margin-top: -10px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #ebebeb;
}
.addto-holder ul.fr-nav-tabs {
	margin-top: 15px;
}
.addto-holder ul.fr-nav-tabs li {
	width: 50%;
	border: 1px solid #ebebeb;
	
	text-align: center;
}
.addto-holder ul.fr-nav-tabs li a {
	float: left;
	width: 100%;
	color: #24292e;
	padding: 10px 0;
	font-weight: 700;
}
.addto-holder ul.fr-nav-tabs li a.active {
	background-color: #6ac259;
	color: #ffffff;
	text-decoration: none;
}
.addto-holder ul.fr-nav-tabs li a.active:hover {
	background-color: #6ac259;
}
.addto-holder ul.fr-nav-tabs li a:hover {
	background-color: #ebebeb;
	text-decoration: none;
}
.addto-holder .prices-holder {
	margin-top: 10px;
	text-align: center;
}
.addto-holder .prices-holder a.monthselector {
	width: 20%;
	padding: 10px 0;
	border: 1px solid #ebebeb;
	text-decoration: none;
	font-weight: 700;
	color: #24292e;
}
.addto-holder .prices-holder a.monthselector.active {
	background-color: #6ac259;
	color: #ffffff;
	text-decoration: none;
}
.addto-holder .prices-holder a.monthselector:hover {
	background-color: #6ac259;
	color: #ffffff;
}
.addto-holder .fullrental-finalprice {
	border: 1px solid #ebebeb;
	padding: 10px 20px;
	margin-top: 10px;
}
.addto-holder .price-box {
	float: right;
	font-weight: 700; 
	float: right;
	color: #6ac259;
	font-size: 21px;
	border-left: 1px solid #ebebeb;
    line-height: 45px;
    padding-left: 20px;
    margin-top: -10px;
}
body.taisteenusrent-template h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-top: 45px;
}
body.taisteenusrent-template .booking-form {
	padding: 0 15px;
}
/* ----------------- Car booking section --------------------- */
.addto-holder div[class^="container"] {
	padding-left:0;
	padding-right:0;
}
.addto-holder, .sidebar-area {
	border:2px solid #ebebeb;
	background-color:white;
	padding:10px 40px 40px 40px;
	margin-left:20px;
}
.addto-holder h2 {
	font-size: 21px;
}
.addto-holder h3 {
	padding-top:12px;
	font-size: 18px;
	margin-bottom:0;
}
.addto-holder p {
	font-size: 14px;
	margin-bottom:8px;
	font-weight:bold;
}

.addto-holder button.booking-btn {
	background: #39b54a;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 35px;
	float: right;
	clear: both;
	margin-top:-56px;
}
.addto-holder button.booking-btn:hover {
	background: #2ca23c;
}
.addto-holder button:disabled,
.addto-holder button[disabled] {
  border: 1px solid #d0d0d0;
  background-color: #ebebeb;
  margin-top: 10px;
  color: #666666;
  cursor: not-allowed;
  float:left;
}
.addto-holder button:disabled:hover,
.addto-holder button[disabled]:hover {
  background-color: #ebebeb;
}
.addto-holder #number_days {
  padding: 0;
  height: auto;
  background-color: #ffffff;
  border: none;  
}
.order-detailos {
  float:left;
  width: 100%;  
  border-top:1px solid #d0d0d0;
}
.order-detailos h3 {
  margin-top: 0;	
  display:inline-block;
}
.separator-endline {
	width:100%;
	display:block;
	height:1px;
	background-color: #d0d0d0;
	margin-top:20px;
}
.end-total span {
	display:block;
	font-size:28px;
	color:#39b54a;
}
.additional-kilometers label {
  float: left;
  width: auto;
  margin-top: 12px;  
}
.additional-kilometers .form-control {
  width: auto;
  float: left;
  margin-left: 20px;
}
.addto-holder .form-control {
	height:47px;
}
/* Datepicker */
.bootstrap-datetimepicker-widget.dropdown-menu {
	border: 1px solid #ebebeb;
	padding: 20px 15px;
	min-width: 320px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
}
.bootstrap-datetimepicker-widget table th {
	line-height: 32px;
}
.bootstrap-datetimepicker-widget table th.dow {
	line-height: 20px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
	border-bottom: 6px solid whitesmoke;
}
.bootstrap-datetimepicker-widget table td {
	border-radius: 0;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: white;
    cursor: not-allowed;
    background-color: rgba(228, 53, 44, 0.6);
    background-color: rgb(177, 76, 71);
}
.bootstrap-datetimepicker-widget table td.semidate {
	background-color: rgba(228, 53, 44, 0.2);
}
.semidate-left {
  background-image: linear-gradient(to right, #f5f5f5, #f3a49f);
}
.semidate-right {
  background-image: linear-gradient(to right, #f3a49f , #f5f5f5);
}
.softred-full {
	background-color:#f2caa1;
}
.softred-semi-left {
	  background-image: linear-gradient(to right, #f5f5f5, #f2caa1);
}
.softred-semi-right {
	background-image: linear-gradient(to right, #f2caa1 , #f5f5f5);
}
.dpicker-legend {
	display:none;
}
.dpicker-legend-active {
	display:none;
}
body.taisteenusrent-template .dpicker-legend {
	display: none;
}
/* ----------------- WooCommerce checkout ------------------ */
.checklabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 7px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.9em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checklabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checklabel:hover input ~ .checkmark {
  background-color: #ccc;
}

.checklabel input:checked ~ .checkmark {
  background-color: #fff;
}
.checklabel input:checked ~ .checkmark:after {
  display: block;
}
.checklabel .checkmark:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color:#a6a6a6;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border:2px solid #ebebeb;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.woocommerce form .form-row {
	margin-bottom:10px;
}
.checkout-details-holder .sidebar-area {
	flex: calc(33.333333% + 20px);
    max-width: calc(33.333333% + 20px);
	margin-right:20px;
	margin-left:0;
}
.checkout-details-holder .main-content {
	margin-left:60px;
	margin-right:0;
	padding:0;
	flex: calc(66.666667% - 100px);
    max-width: calc(66.666667% - 100px);
}
.checkout-details {
	border: 2px solid #ebebeb;
    background-color: white;
    padding: 40px;
}
.checkout-details h4 {
	padding-top:16px;
	margin-top:16px;
}
.checkout-details p {
	margin-bottom:8px;
}
.checkout-details .prod-img {
    width: 100%;
    min-height: 240px;
    background-position: center center;
	background-size:90%;
	background-repeat:no-repeat;
}
.detail-rows {
	margin-top:40px;
	border-top:2px solid #ebebeb;
	width:100%;
}
.detail-rows h2 {
	text-transform:uppercase;
	font-size:30px;
}
.detail-rows h3 {
	color: #39b54a;
}
.detail-rows p {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 5px;
	font-size: 16px;
	width: 100%;
	float: left;
}
.detail-rows p span.float-right {
	font-weight: 700;
	width: 100%;
}
.main-content .woocommerce .col-12 {
	padding-left:0;
	padding-right:0;
}
.woocommerce-billing-fields h3 {
	font-size:26px;
	border-bottom:1px solid #ebebeb;
	padding-bottom:20px;
	margin-bottom:30px;
}
.woocommerce form .form-row label {
	display:none;
}
.woocommerce form .form-row input.input-text {
	width:100%;
	height:54px;
	padding-left:20px;
}
.woocommerce form .form-row textarea {
	padding-left:20px;
	height:140px;
	width:100%;
	padding-top:20px;
}
.woocommerce-checkout .woocommerce-input-wrapper {
	width:100%;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	width:calc(50% - 5px);
	margin-right:3px;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	width:calc(50% - 5px);
	margin-left:3px;
}
.woocommerce-additional-fields h3 {
	padding-top:20px;
	margin-top:35px;
	border-top:1px solid #ebebeb;
	font-size:22px;
}
.woocommerce-additional-fields h3:first-child {
	display:none;
}
.company-fields {
	display:none;
}
.request-company {
	margin-top:100px!important;
}
#order_review_heading {
	border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 5px;
}
.woocommerce-checkout #payment {
	background-color: #efefef;
	border-radius: 0;
	padding: 15px 30px;
	font-size: 16px;
}
.woocommerce-checkout #payment div.payment_box {
	background-color: #ffffff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: rgb(255, 255, 255);
}
.woocommerce button.button.alt {
	background-color: #39b54a;
	border-radius: 0;
	padding: 15px 30px;
	font-size: 20px;
}
.woocommerce button.button.alt:hover {
	background-color: #2ca23c;
}
.form-control {
	font-size: 16px;
}
.payment_box.payment_method_everypay_card {
	display:none!important;
}

/* -------------------- WooCommerce Cart ---------------------- */
.woocommerce-thankyou-order-details {
	border: 1px solid #eee;
	padding: 25px 30px;
	background-color: #ffffff;
}
.woocommerce-order-overview__payment-method {
	margin-top: 30px;
}
p.woocommerce-notice--success {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}
body.page-template-template-checkout h2.woocommerce-order-details__title {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}
body.page-template-template-checkout h2.woocommerce-column__title {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}
body.page-template-template-checkout table.woocommerce-table--order-details {
	border-radius: 0;
	background-color: #ffffff;
}
body.page-template-template-checkout th.woocommerce-table__product-name.product-name {
	padding: 9px 25px;
	border-right: 1px solid #eeeeee;
}
body.page-template-template-checkout td.woocommerce-table__product-name.product-name {
	padding: 9px 25px;
	border-right: 1px solid #eeeeee;
}
body.page-template-template-checkout .woocommerce table.shop_table th {
	padding: 9px 25px;
	border-right: 1px solid #eeeeee;
}
body.page-template-template-checkout .woocommerce table.shop_table td {
	padding: 9px 25px;
}
.woocommerce .woocommerce-customer-details address {
	background-color: #ffffff;
	padding: 25px;
	border-radius: 0;
}
body.page-template-template-checkout .footer-logos {
	padding: 30px 80px 30px 80px;
}
#template_header_image p img {
	margin-right: 0!important;
	max-width: 600px!important;
}
/* -------------------- New cars offers ---------------------- */
body.home .newcar-single {
	min-height: 420px;
}
.newcar-single {
	float: left;
	min-height: 400px;
	position: relative;
	background-size: auto 100%;
	background-position: center center; 
	
	text-decoration: none;
	color: #060606;
	transition: background-size .1s ease-in-out;
	-moz-transition: background-size .1s ease-in-out;
	-ms-transition: background-size .1s ease-in-out;
	-o-transition: background-size .1s ease-in-out;
	-webkit-transition: background-size .1s ease-in-out;
}
.newcar-single:hover {
	background-size: auto 110%;
}
.newcar-single:hover>.viewmore-cars {
	background-color:#ebebeb;
	color:initial;
}
.newcar-sales-section .newcar-text {
	position:absolute;
	left:40px;
	bottom:40px;
	line-height: 34px;
	font-size:28px;
	color:white;
	font-weight:400;
	width:200px;
}
.newcar-sales-section .brandimg {
	position:absolute;
	right:40px;
	bottom:40px;
	width:100px;
	height:80px;
}
.viewmore-cars {
	position:absolute;
	transition:background-color .2s ease-in-out;
	bottom:-80px;
	background-color:white;
	height:80px;
	width:100%;
	left:0;
	padding:10px 40px;
	font-size:18px;
	padding-top:25px;
}
.viewmore-cars p {
	display:inline-block;
}
.used-cars-area {
	margin-top:80px;
}
.used-cars-area h2 {
	display:inline-block;
}
.used-flash {
	font-size:20px;
	padding:20px 40px;
	border:2px solid green;
	margin-top:-12px;
}

/* -------------------- Car service -------------------- */
.main-content {
	padding-top:0;
	background-color:transparent;
	border:none;
	padding-left:0;
}
.main-content h2 {
	font-size:32px;
	margin-top:5px;
	margin-bottom:40px;
}
.main-content .service-img {
	width:100%;
	height:280px;
	background-size:cover;
	background-position:center;
	margin-bottom:40px;
}
.main-content .person-holder strong {
	font-size:20px;
}
.main-content .person-holder em {
	font-style:normal;
	color:#777;
}
/* Pricelist buttons */
.pricelist-btn {
	height:70px;
	text-align:left;
	color:#ffffff;
	margin:0 8px;
	margin-bottom:20px;
	position:relative;
	padding-left:80px;
	font-weight:600;
    padding-top:16px;
    line-height:1.2;
}
.pricelist-btn:hover {
	color: #ffffff;
}
.pricelist-washing {
	background-color:#0089c8;
}
.pricelist-service {
	background-color:#e4352c;
}
.pricelist-btn .btn-icon {
	width:47px;
	height:47px;
	display:inline-block;
	background: url('inc/assets/images/autoteenindus_hooldus_ikoon_valge.svg') no-repeat;
	background-size: contain;
	position:absolute;
	vertical-align: middle;
	left: 20px;
}
.pricelist-btn p {
	display: inline-block;
	vertical-align: middle;
}
.pricelist-btn:first-of-type {
	float:left;
	margin-left:15px;
}
.pricelist-btn:last-of-type {
	float:left;
	margin-right:15px;
}
/* Car service sidebar and forms */
.sidebar-area {
	border:none;
	background-color: transparent;
	padding:0;
}
.sidebar-area .tabs-holder {
	border:2px solid #ebebeb;
	background-color:white;
	padding:40px;
}
.sidebar-area .nav-tabs {
	padding-bottom:40px;
}
.sidebar-area .nav-tabs li {
	width:50%;
    text-align:center;
    text-transform:uppercase;
	font-weight:600;
	height:50px;
}
.sidebar-area .nav-tabs li:first-child {
	border: 1px solid #ebebeb;
	border-width: 1px 0 1px 1px
}
.sidebar-area .nav-tabs li:last-child {
	border: 1px solid #ebebeb;
	border-width: 1px 1px 1px 0px
}
.sidebar-area .nav-tabs li a {
	color:#24292e;
	width:100%;
	height:100%;
	line-height:48px;
	display:block;
}
.sidebar-area .nav-tabs li a:hover {
	text-decoration: none;
}
.sidebar-area .nav-tabs a.active {
	background-color:#0089c8;
	color:white;
	position:relative;
}
.sidebar-area .nav-tabs a.active:after {
	content:"";
    display:block;
    background-color:#0089c8;
    width:15px;
    height:15px;
    position:absolute;
    transform:rotate(45deg) translateX(-50%);
    bottom:-13px;
    margin-left:50%;
}
.sidebar-area .nav-tabs .active a {
	color:white;
}
.sidebar-area .tab-content form div[class^="col-"] {
	padding-left:0;
	padding-right:0;
}
#autopesu p, #hooldus p {
	font-size: 14px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dee2e6;
}
/* Car parts */
.carparts-form {
	background-color: #ffffff;
	border: 2px solid #ebebeb;
	padding: 30px 15px;
	margin-top: 30px;
}
.carparts-form h3 {
	padding-bottom: 15px;
	margin: 15px 16px 28px 15px;
	border-bottom: 1px solid #ebebeb;
}
.carparts-content {
	margin-top: 36px;
	padding-right: 70px;
	padding-left: 0;
}
/* Contact form 7 styles */
.wpcf7-text:focus, .wpcf7-textarea:focus {
	outline:none!important;
}
.wpcf7 .col-left {
	padding-right: 5px!important;
	float: left;
}
.wpcf7 .col-right {
	padding-left: 5px!important;
	float: right!important;
}
.wpcf7 label {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 15px;
}
.wpcf7 label span {
	float: left;
	margin-top: 5px;
	width: 100%;
}
.wpcf7 label .form-control {
	width: 100%;
	font-size: 14px;
	padding: 10px 12px;
}
.wpcf7 input[type="submit"].wpcf7-form-control {
	background-color: #6ac259;
	font-size: 18px;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 700;
	border:none;
	border-radius: 0;
}
.wpcf7 input[type="submit"].wpcf7-form-control:hover {
	background-color: #5bb34a;
}
input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}
select.form-control:not([size]):not([multiple]) {
	height: 47px;
}
.ask-offer-form select.form-control:not([size]):not([multiple]) {
	height:40px;
}
.ask-offer-form .col-md-12 {
	margin-bottom:10px;
}
.ask-offer-form .col-xl-12 {
	margin-top:5px!important;
}
.wpcf7 .wpcf7-not-valid {
	border: 2px solid #e4352c;
}
span.wpcf7-not-valid-tip {
	display: none;
}
div.wpcf7-validation-errors {
	display: none!important;
}

.form-control {
	border:2px solid #ebebeb;
	border-radius:0;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}
.booking-form {
	margin-top: 25px;
}
/* -------------------- Posts and offers -------------------- */
section.content-area {
	/*background-color: #ffffff;*/
}
.content-wrapper {
	padding: 50px 80px;
}
.news-section {
	padding-top:80px;
}
body.home .news-card {
	margin: 35px 0 0 0;
}
.frontpage-news a {
	text-decoration:none;
	color: #24292e;
	float: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.frontpage-news a:hover {
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.frontpage-news h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}
.news-img {
	height:200px;
	background-size:cover;
	background-position: center;
}
.news-intro {
	background-color:white;
	padding:20px 40px;
	min-height: 200px;
}
.news-intro h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.news-intro span.news-date {
	font-size: 14px;
	color: #8c8c8c;
}
.news-card {
	margin-bottom: 30px;
}
.news-card a {
	color: #24292e;
	position: relative;
    float: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.news-card a:hover {
	text-decoration: none!important;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.news-card p.post-taxonomy {
	position: absolute;
	color: #ffffff;
	background-color: #0089c8;
	top: 20px;
	right: 0px;
	padding: 4px 15px 6px 15px;
}
/* Pagination */
.pagination-news {
	text-align: center;
	padding: 40px 0 0 0;
}
.pagination-news span.page-numbers {
	border: 2px solid #0089c8;
	padding: 7px 17px;
	font-size: 18px;
	background-color: #0089c8;
	color: #ffffff;
	font-weight: 700;
}
.pagination-news a.page-numbers {
	border: 2px solid #eee;
	padding: 7px 17px;
	color: #24292e;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.pagination-news a.page-numbers:hover {
	background-color: #0089c8;
	color: #ffffff;
	border: 2px solid #0089c8;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
/* Single post */
body.single-post span.entry-date {
	float: left;
	margin-bottom: 25px;
}
body.single-post .post-content img.wp-post-image {
	margin-bottom: 21px;
}
body.single-post .post-content {
	float: left;
	background-color: #fafafa;
	padding: 40px 40px 70px 0px;
	margin-bottom: 90px;
}
body.single-post .post-content h1 {
	font-size: 26px;
	margin-bottom: 5px;
	padding-bottom: 0;
}
body.single-post .post-sidebar {
	float: right;
	max-width: 30%;
	background-color: #ffffff;
	padding: 40px;
}
body.single-post .post-sidebar h3 {
	font-size: 26px;
}
body.single-post .post-sidebar .nav-link {
	padding: 10px 0;
	color: #24292e;
}
body.single-post .post-sidebar a.nav-link:hover {
	color: #0089c8;
} 
body.single-post .wpcf7-form {
	margin-top: 30px;
	float: left;
	border: 2px solid #ebebeb;
	padding: 15px 50px;
}
body.single-post .wpcf7-form h3 {
	position: relative;
	text-align: center;
	padding: 0 25px;
	top: -33px;
	background-color: #fafafa;
	width: auto;
	margin: 0 auto;
}
body.single-post .wpcf7-form .col-xl-4 {
	padding-left: 5px;
	padding-right: 5px;
}
body.single-post .wpcf7-form .col-xl-12 {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
}
body.single-post .wpcf7-form .col-xl-4 span {
	padding-bottom: 15px;;
}
body.single-post .agree-to-terms {
	margin-top: 20px;
}
body.single-post .agree-to-terms,
body.single-post .agree-to-terms span {
	float: left;
	padding-left: 0;
}
body.single-post .agree-to-terms .privacy-notice a {
	margin-top: 12px;
}
body.single-post .footer-submit {
	float: left;
	margin-top: 25px;
}
body.single-post .footer-submit input[type="submit"] {
	float: right;
}

/*
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}
.sticky .entry-title {
  position: relative;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 4rem;
}
.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
*/



/* -------------------- template contact ------------------ */
button.accordion, li.accordion {
    background-color: white;
    color: #515151;
    cursor: pointer;
    padding: 30px 40px;
	font-size:20px;
	font-weight:400;
    width: 100%;
    text-align: left;
	border:none;
    border-bottom: 3px solid #eee;
    outline: none;
	margin-top:10px;
}
li.accordion {
	cursor:auto;
	list-style:none;
}
button.accordion p {
	display:inline-block;
	padding-top:3px;
	margin:0;
	font-size:18px;
}
button.accordion.active {
    background-color: white;
	border-bottom:3px solid #f3f3f3;
	transition: 0.4s;
}
button.accordion:after {
    content: ''; 
    font-size: 28px;
    color: #80a82e;
	display:block;
	position:absolute;
	font-weight:900;
    margin-left: 5px;
	width:50px;
	height:50px;
	background-color:#0089c8;
	transform:rotate(90deg);
	border-radius:50%;
	right: 40px;
    top: 40px;
	background-image:url('inc/assets/images/arrow-lr.png');
	background-position:center;
	background-size:20px 20px;
	background-repeat:no-repeat;
}
button.accordion.active:after {
    content: ""; 
	background-image:url('inc/assets/images/arrow-lr.png');
	background-position:center;
	background-size:20px 20px;
	background-repeat:no-repeat;
	color:white;
	width:50px;
	height:50px;
	background-color:#0089c8;
	transform:rotate(-90deg);
}
div.panel {
    padding: 50px 40px 60px 40px;
    background-color: white;
    display: none;
	height:0;
}
div.panel ul {
	padding:0 80px 0 100px;
	font-size:16px;
	line-height:1.8;
}
.panel-sub {
	padding-top: 35px;
}
.panel-sub h3 {
	margin-top:20px;
	margin-bottom:10px;
}
.panel-sub img {
	margin-top:-5px;
	margin-right:18px;
	margin-left:80px;
	float:left;
}
.areas-holder h2 {
	margin-top:5px;
	margin-bottom:0;
	text-transform:uppercase;
	font-size:28px;
	padding-bottom:0;
}
.map-holder:after {
	content:"";
	display:block;
	width:2px;
	height:100%;
	background-color:#ebebeb;
	position:absolute;
	right:-40px;
	top:0;
}
.map-iframe {
	border:3px solid #ebebeb;
}
a.map-btn:first-of-type {
	margin-right:20px;
}
a.map-btn {
	background-color:#0089c8;
	padding:15px 25px;
	color:white;
	text-align:center;
	margin-top:20px;
}
.contactinfo-holder .row {
	margin-left:60px;
}
.contactinfo-holder p {
	font-size:16px;
	line-height:1.8;
}
.contactinfo-holder strong {
	font-size:18px;
}
.persons-holder {
	margin-top:20px;
	border-top:2px solid #ebebeb;
	padding-top:40px;
}
.persons-holder p {
	line-height:1.5;
	margin-bottom:0;
}
.persons-holder .person-holder {
	margin-bottom:30px;
}

/*-- checkout --*/

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}
*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts & Offers
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}
*/

/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}
.woocommerce-terms-and-conditions-wrapper {
	display:none;
}
#privacy_policy_field {
	width:100%;
}
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
section.error-404 {
	padding-top: 8%;
	padding-bottom: 10%;
	text-align: center;	
}
body.error404 .icon-subnav {
	margin-top: 30px;
}
body.error404 .content-area {
	display: block;
	margin: 0 auto;
	width: 1460px;
	max-width: 1460px;
	flex: 1460px;
}
.icon-subnav .icon-subnav-item.carrental-ico {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.icon-subnav .icon-subnav-item.carservice-ico {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.icon-subnav .icon-subnav-item.carsales-ico {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.icon-subnav .icon-subnav-item.carparts-ico {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
/* -------------------- Footer ---------------------- */
body:not(.theme-preset-active) footer#colophon {
	color: #99979c;
	background-color: #f7f7f7;
}
body:not(.theme-preset-active) footer#colophon {
	background-color:white!important;
	padding-top:20px;
	font-size:18px;
	color:#212529;
}

/* Footer images */
.footer-logos {
	padding: 0 80px 30px 80px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:30px;
}
.footer-logos .footer-icon {
	width:40px;
	height:40px;
	background-color:#bbb;
	display:inline-block;
	margin-left:8px;
}
.footer-logos img {
	width:240px;
	height:auto;
}
span.footer-fb {
	background: url('inc/assets/images/fb_icon.png') no-repeat;
	background-color: #ffffff;
	background-size: contain;
	float: right;
	width: 35px;
	height: 35px;
	margin-right: 6px;
}
span.footer-youtube {
	background: url('inc/assets/images/youtube_icon.png') no-repeat;
	background-color: #ffffff;
	background-size: contain;
	float: right;
	width: 35px;
	height: 35px;
	margin-right: 6px;
}
span.footer-instagram {
	background: url('inc/assets/images/instagram_icon.png') no-repeat;
	background-color: #ffffff;
	background-size: contain;
	float: right;
	width: 35px;
	height: 35px;
	margin-right: 6px;
}
/* Footer info */
.footer-infoboxes {
	width:100%;    
	padding-left: 110px;    
	padding-right: 110px;    
	padding-bottom: 0;
}
.footer-infoboxes .box-row {
	padding-left:80px;
	padding-right:80px;
	border-bottom:1px solid #ebebeb;
	padding-bottom:30px;
}
.footer-infoboxes .single-infobox:first-of-type, .footer-infoboxes .single-infobox:last-of-type {
	padding-left:0;
}
.footer-infoboxes h3 {
	font-size: 21px;
    text-transform: uppercase;
    color: #0089c8;
	padding-bottom:10px;
}
.footer-infoboxes p {
	font-size:16px;
	float: left;
}
/* Site info */
.navbar-dark .site-info {
	color: #fff;
}
.site-info {
	position:relative;
	color:#212529!important;
	height:50px;
	padding:0 80px;
}
.site-info .sep {
	padding-left:20px;
	padding-right:10px;
}
.site-info a {
	padding-left:10px;
	padding-right:10px;
	height:20px;
	font-size: 16px;
}
/* Back to top */
.top-btn-holder {
	display:flex;
	margin-top:-10px;
}
.top-btn-holder span {
	width: auto;
    height: 50px;
    vertical-align: middle;
    display: inline-block;
    line-height: 48px;
    margin-right: 20px;
}
#toTop {
	width: 40px;
    height: 40px;
    background-color:#0089c8;
    border: 2px solid #eee;
    color: #f3f3f3;
	display:inline-block;
    border-radius: 2px;
    z-index: 9999;
    background-image: url('inc/assets/images/arrow-lr.png');
    background-position: center center;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}
/* Copyright */
.copyright {
	font-size: 0.875rem;
	margin-bottom: 0;
	text-align: center;
}
p.footer-copyright {
	line-height: 26px;
}
.copyright a, footer#colophon a {
	color: inherit;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (min-width: 489px) {
  .container {
	max-width:1720px;
  }
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (min-width: 1800px) {
	.footer-infoboxes {
		padding: 0 200px 0 200px;
	}
}
@media only screen and (min-width: 1600px) {
	body.single-product .frontpage-rental a {
		margin-bottom: 25px;
	}
}
@media only screen and (min-width: 1197px) {
	.secondary-submenu a.menu-item:last-of-type {
		float: right;
		margin-right: 0;
	}
}
@media only screen and (max-width: 1600px) {
	/* Navigation */
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		font-size: 16px;
		padding: 0 18px;
	}
	.subheadline-wrapper {
		padding-left: 90px;
	}
	.breadcrumbs-wrapper {
		padding-right: 90px;
	}
	/* WPML */
	.wpml-ls li.wpml-ls-current-language {
		width: 180px;
	}
	.wpml-ls ul li.wpml-ls-item a {
		font-size: 16px;
		padding: 0 18px;
		float: right;
	}
	/* Slider */
	.frontpage-slider {
		height: 475px;
	}
	/* .hero-slogan {
		margin-left: 85px;
	} */
	.vertical-dots {
		right: 102px;
	}
	/* Front blocks */
	.icon-subnav .icon-subnav-item {
		background-size: 80px 80px;
		min-height: 190px;
	}
	.icon-subnav .icon-subnav-item h3 {
		font-size: 18px;
	}
	/* Content blocks */
	.maincont-graybg {
		background-color: #f5f5f5;
		width: calc(100% - 120px);
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 100px;
	}
	.content-head {
		width:calc(100% - 80px);
	}
	body .fullrental-new .content-head {
		width:calc(100% - 50px);
	}
	body.tax-asukohad .content-head {
		width: calc(100% - 52px);
	}
	.frontpage-rental {
		padding: 0 10px;
	}
	.frontpage-rental a {
		margin-top:20px;
	}
	.subheader-headline {
		
	}
	h1.subheader-headline {
		font-size: 28px;
		line-height: 1.3;
		vertical-align: middle;
		display: table-cell;
	}
	/* Secondary menu */
	.sub-secondary-menu {
		padding:0 80px;
	}
	.sub-secondary-menu h3 {
		font-size: 16px;
	}
	/* Filtering */
	.start-filtering {
		width: 130px;
		padding-left: 61px;
	}
	p.start-filtering:before,
	p.start-filtering:after {
		display: none;
	}
	/* Products */
	.content-head .product-info-holder {
		padding:30px 40px;
	}
	.woocommerce div.single-prod-content {
		width:calc(100% - 50px);
	}
	body.post-type-archive .content-head {
		width:calc(100% - 50px);
	}
	body.post-type-archive .content-head .product-info-holder {
		padding: 30px 65px;
	}
	body .fullrental-new .content-head .product-info-holder {
		padding: 30px 65px;
	}
	/* Footer */
	.footer-infoboxes {
		padding: 0 80px 0 80px;
	}
}
@media only screen and (max-width: 1500px) {
	.rental-location {
		right: 75px;
	}
	.rental-location a {
		padding-left: 18px;
	}
	.rental-location a:before {
		background: none;
	}
}
@media only screen and (max-width: 1400px) {
	/* Navigation */
	.subheadline-wrapper {
		padding-left: 70px;
	}
	.breadcrumbs-wrapper {
		padding-right: 70px;
	}
	/* WPML */
	/* Slider */
	/* Front blocks */
	.frontpage-rental {
		padding: 0 10px;
	}
	.frontpage-rental a {
		padding:10px 10px 30px 10px;
		min-height: auto;
	}
	.frontpage-rental a .prod-img {
		height:160px;
	}
	.prod-intro h3 {
		padding:0 10px!important;
	}
	.frontpage-rental .prod-intro h3 {
		padding: 15px 10px;	
	}
	/* Secondary menu */
	.sub-secondary-menu {
		padding: 0 60px;
	}
	/* General content */
	.realcontent-wrapper {
		padding: 80px 60px;
	}
	.subheader-headline {
		
	}
	body.tax-asukohad li.product h3 {
		padding-left: 10px!important;
	}
	/* Filtering */
	.start-filtering {
		display: none;
	}
	.product-filter-holder label {
		padding-left: 0;
	}
	.product-filter-holder label:first-of-type {
		margin-left: 60px;
	}
	.product-filter-holder label.gear-label {
		padding-left: 0;
	}
	/* Products */
	.quick-specs {
		padding:10px 10px;
	}
	.prod-intro .prod-price {
		padding-left:10px;
		padding-top:10px;
	}
	/* Fullservice rental */
	.addto-holder .fullrental-text span.fullrental-price {
		padding-left: 10px;
		padding-right: 15px;
	}
	.addto-holder .fullrental-text {
		padding-left: 15px;
	}
	.addto-holder .fullrental-finalprice {
		padding: 10px 15px;
	}
	.addto-holder .price-box {
		padding-left: 10px;
	}
	
	/* New cars */
	.newcar-sales-section .brandimg {
		right:20px;
	}
	.newcar-sales-section .newcar-text {
		left:20px;
	}
	.viewmore-cars {
		padding:25px 20px;
	}
	.used-flash {
		float:none!important;
		display:inline-block;
		margin-bottom:20px;
	}
	.used-cars-area h2 {
		display:block;
		margin-bottom:20px;
	}
	/* News/Offers */
	.news-section {
		padding-left:50px!important;
		padding-right:50px!important;
	}
	.news-intro {
		padding:20px;
	}
	/* Footer */
	.footer-logos { padding: 0 45px 30px 45px; }
	.footer-infoboxes .box-row { 
		padding-left: 30px;
		padding-right: 30px;
	}
	.site-info { padding: 0 30px; }
	.site-info a { font-size: 16px; }
	#toTop { margin-top: 3px; }
	.sub-secondary-menu a {
		margin-right:30px;
	}
}
@media only screen and (max-width: 1280px) {
	.page-template-template-carsales-voru .navbar-brand, .page-template-template-carsales-kuressaare .navbar-brand {
		margin-top:35px;
	}
	.page-template-template-used-cars-voru .navbar-brand, .page-template-template-used-cars-kuressaare .navbar-brand {
		margin-top:35px;
	}
	html {
		font-size: 95%;
	}
	/* Navigation */
	.navbar-brand {
		margin-right: 1rem;
	}
	.navbar-brand img {
		width: 215px;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		font-size: 15px;  
	}
	.subheadline-wrapper {
		padding-left: 30px;
	}
	.breadcrumbs-wrapper {
		padding-right: 30px;
	}
	/* WPML */
	.wpml-ls ul li.wpml-ls-item a {
		font-size: 16px;
	}
	/* Slider */
	.frontpage-slider {
		padding: 0;
		height: 420px;
	}
	.slick-dots {
		padding-left: 108px;  
	}
	/* Front blocks */
	.icon-subnav .icon-subnav-item {
		background-size: 75px 75px;  
		min-height: 170px;
	}
	.icon-subnav .icon-subnav-item h3 {
		font-size: 16px; 
		bottom: 20px;
	}
	/* Secondary menu */
	.sub-secondary-menu {
		padding: 0 45px;  
	}
	/* General content */
	.maincont-graybg {
		width: calc(100% - 0px);	
	}
	section.content-area {
		padding-left: 0;
		padding-right: 0;
	}
	.realcontent-wrapper {
		padding: 50px 42px;  
	}
	.subheader-headline {
		
	}
	.subheader-breadcrumbs {
		margin-left: 0;
		margin-right: 0;
	}
	.content-head {
		width:100%; 
		padding-bottom: 60px;
	}
	.sidebar-area {
		margin-left:0;
	}
	.carparts-content {
		padding-left: 0;
		padding-right: 50px;
	}
	#autopesu .wpcf7 .col-left,
	#autopesu .wpcf7 .col-right,
	#hooldus .wpcf7 .col-left,
	#hooldus .wpcf7 .col-right {
		width: 100%!important;
		max-width: 100%!important;
		flex: 0 0 100%!important;
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.pricelist-btn:first-of-type,
	.pricelist-btn:last-of-type {
		margin-left: 0;
		margin-right: 0;
		width: 100%!important;
		float: left;
	}
	.prodcont-holder {
		margin-right: 0;
	}
	.pricelists-holder {
		padding-left:15px;
		padding-right:15px;
	}
	/* Filtering */
	.start-filtering {
		padding-left: 45px;
		width: 210px;
	}
	.product-filter-holder label:first-of-type {
		margin-left: 40px;
	}
	.product-filter-holder {
		min-height: 130px;
	}
	.rental-location {
		height: 130px;
		right: 0;
	}
	/* Products */
	.woocommerce div.single-prod-content {
		width:100%;
	}
	body.woocommerce .content-head {
		width: calc(100% - 0px);    
	}
	.content-head .product-info-holder {
		padding: 30px;  
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		padding: 0;  
	}
	body.tax-asukohad li.product h3 {
		padding-left: 10px!important;  
	}
	.single-infobox {
		padding-left: 0;
		padding-right: 0;
	}
	body.post-type-archive .content-head, body .fullrental-new .content-head {
		width:calc(100% - 0px);
	}
	body.post-type-archive .content-head .product-info-holder, body .fullrental-new .content-head .product-info-holder {
		padding: 30px 45px;
	}
	body.post-type-archive-taisteenusrent h2, body .fullrental-new h2 {
		margin-bottom: 10px;
	}
	/* New cars */
	/* News/Offers */
	/* Footer */
	.footer-logos {
		padding: 0 12px 30px 12px;  
	}
	.footer-infoboxes .box-row {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 1199px) {
  html,
	body {
	  overflow-x: hidden; /* Prevent scroll on narrow devices */
	  font-size: 16px;
	}
	/* Navigation */
	.navbar {
		float:right!important;
	}
	.page-template-template-carsales-voru header#masthead, .page-template-template-carsales-kuressaare header#masthead {
		height:111px;
	}
	.page-template-template-used-cars-voru header#masthead, .page-template-template-used-cars-kuressaare header#masthead {
		height:111px;
	}
	nav.nav-container { margin-top: 30px; }
	ul.navbar-nav ul.dropdown-menu {
		padding: 0;
		background: #eaeaea;
	}
	.navbar-nav .dropdown-menu {
		background: transparent;
		box-shadow: none;
		border: none;
	}
	.navbar-toggler {
		background-color:#0089c8;
		padding: 8px 9px;
		border:2px solid #0674a7;
		border-radius:inherit;
		z-index: 999;
	}
	.navbar-toggler-icon {
		background: url('inc/assets/images/navigation.svg') no-repeat;
		background-size: contain;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		line-height: 50px;  
		padding-left: 2.5rem;
		border-bottom: 1px solid #eee;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav ul.dropdown-menu {
		background-color: #fafafa;
		margin-left: 0;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav ul.dropdown-menu a.dropdown-item {
		padding-left: 3.5rem;
		border-bottom: 1px solid #eee;
	}
	.offcanvas-collapse {
		position: absolute;
		top: -30px;
		padding-top: 110px;
		bottom: 0;
		left: 1550%;
		background: #f9f9f9;
		min-width: 300px;
		min-height:100vh;
		padding-right: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: #fff;
		transition-timing-function: ease-in-out;
		transition-duration: .2s;
		transition-property: left, visibility;
		z-index:99;
		text-align:left;	
	}
	.offcanvas-collapse.open {
		left: -200px;
		background-color: #f5f5f5;
		visibility: visible;
		transition-timing-function: ease-in-out;
		transition-duration: .2s;
		transition-property: left, visibility;
	}
	.nav-scroller {
		position: relative;
		z-index: 2;
		height: 2.75rem;
		overflow-y: hidden;
	}
	.nav-scroller .nav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 1rem;
		margin-top: -1px;
		overflow-x: auto;
		color: rgba(255, 255, 255, .75);
		text-align: center;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.nav-underline .nav-link {
		padding-top: .75rem;
		padding-bottom: .75rem;
		font-size: .875rem;
		color: #6c757d;
	}
	.nav-underline .nav-link:hover {
		color: #007bff;
	}
	.nav-underline .active {
		font-weight: 500;
		color: #343a40;
	}

	.navbar-dark .dropdown-item {
		color: #fff;
	}
	/* WPML */
	.lang-sel { margin-top: 30px; }
	.wpml-ls li.wpml-ls-current-language {
		width: 90px!important;
	}
	.wpml-ls ul li.wpml-ls-item a {
		float: left;
	}
	.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
		top: 48px;
		width: 75px;
	}
	.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
		padding-right: 29px!important;
	}
	.wpml-ls-legacy-dropdown-click {
		width: 5em;
		margin-right: 10px;
	}
	.wpml-ls ul li.wpml-ls-item a {
		line-height: 45px;
		padding: 0 34px 0 18px;
	}
	/* Slider */
	.frontpage-slider {
		height: 340px;
	}
	.slide-description {
		padding-left: 20%;
		padding-right: 20%;
		text-align: center;
	}
	.slide-description p {
		color: #ffffff;
	}
	.frontpage-slider h2 {
		width: 100%;
		max-width: 100%;
	}
	.hero-slogan {
		position: absolute;
		top: 10%;
		left: 50%;
		right: 50%;
		margin: 0;
		-webkit-transform: translateY(-30%);
		transform: translateY(-30%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
	}
	.frontpage-slider .slick-next,
	.frontpage-slider .slick-prev {
		z-index: 9;
	}
	.vertical-dots {
		list-style: none;
		display: block;
		position: absolute;
		bottom: 5%;
		left: 50%;
		width: 120px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.vertical-dots li {
		position: relative;
		display: inline-block;
		width: 25px;
		height: 25px;
		cursor: pointer;
	}
	.vertical-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 20px;
		height: 20px;
		margin-top: 10px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.vertical-dots li button:hover,
	.vertical-dots li button:focus {
		outline: none;
	}
	.vertical-dots li button:hover:before,
	.vertical-dots li button:focus:before {
		opacity: 1;
	}
	.vertical-dots li button:before {
		font-family: 'slick';
		font-size: 26px;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		content: '■';
		text-align: center;
		opacity: 1;
		color: white;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.vertical-dots li.slick-active button:before {
		opacity: 1;
		font-size: 36px;
		color: #e5352c;
	}
	/* Front blocks */
	.icon-subnav {
		margin-top: 30px;
	}
	/* Secondary menu */
	/* General content */
	
	.areas-holder h2 {
		font-size:21px;
	}
	button.accordion p {
		font-size:18px;
	}
	.map-iframe {
		max-height:505px;
	}
	.btn-row {
		display:block;
	}
	.map-btn {
		width:100%;
		display:block;
	}
	.map-btn:first-of-type {
		margin-right:0;
	}
	.map-btn:last-of-type {
		margin-left:0;
	}
	.contactinfo-holder p {
		font-size:16px;
	}
	.contactinfo-holder strong {
		font-size:18px;
	}
	.contactinfo-holder .row {
		margin-left:20px;
	}
	.map-holder:after {
		right:-20px;
	}
	button.accordion:after {
		top:32px;
	}
	.single-prod-content .addto-holder {
		margin-left:0;
	}
	.single-prod-content .prodcont-holder {
		flex: 0 0 calc(58.33333% - 20px);
		margin-right: 20px!important;
	}
	/* Booking form */
	.additional-kilometers label {
		float: left;
		width: 36%!important;
		margin-top: 12px;  
	}
	.additional-kilometers .form-control {
		width: 55%;
		float: right;
	}
	/* Filtering */
	.product-filter-holder label {
		margin-bottom: 0;
	}
	.product-filter-holder label:last-of-type {
		margin-right: 15px;
	}
	.rental-location {
		position: relative;
		float: left!important;
		border-left: 0;
	}
	
	/* Products */
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 33.33333%;
		clear: none;
	}
	/* New cars */
	/*.viewmore-cars {
		padding:12px 20px;
	}
	.viewmore-cars p {
		display:block;
		margin-bottom:0;
	}
	.viewmore-cars span {
		float:none!important;
	}*/
	.newcar-sales-section .brandimg {
		width:70px;
		height:auto;
	}
	.newcar-sales-section .newcar-text {
		font-size:22px;
		line-height:1.2;
	}
	.viewmore-cars {
		display:none;
	}
	/* News/Offers */
	.post-sidebar {
		max-width: 100%;
	}
	body.single-post .content-wrapper {
		padding: 40px;  
	}
	body.single-post .post-content {
		padding: 0;
		margin-bottom: 30px;
	}
	body.single-post .post-sidebar {
		float: left;
		max-width: 100%;
	}
	body.single-post .footer-submit {
		margin-top: 0;  
	}
	body.single-post .wpcf7-form .col-xl-4 {
		margin-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	body.single-post .wpcf7-form .col-xl-12 {
		margin-top: 0; 
		padding-left: 15px;
		padding-right: 15px;
	}
	.ask-offer-form .col-xl-12 {
		padding-left:5px!important;
		padding-right:5px!important;
	}
	body.single-post .agree-to-terms {
		margin-top: 5px;
		padding-bottom: 0;
	}
	body.single-post .footer-submit {
		padding-left: 0!important;
	}
	body.single-post .footer-submit input[type="submit"] {
		float: left;
	}
	/* Footer */
	.site-info { padding: 0; }
	.footer-infoboxes { padding: 0 45px 0 45px; }
	.footer-infoboxes .single-infobox { padding-right: 20px; }
	.footer-infoboxes .single-infobox:last-of-type { padding-right: 0; }
}
@media only screen and (max-width: 1280px) and (min-width: 1199px) {
	.sidebar-area {
		flex: calc(35.333333% + 20px);
		max-width: calc(37.333333% + 20px);
	}
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  .breadcrumbs-wrapper {
	display: none;  
  }
  h1.subheader-headline {
	text-align: center; 
	margin-left: 0;
	line-height: 1.3;
    vertical-align: middle;
    display: table-cell;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .page-template-template-carsales-voru header#masthead, .page-template-template-carsales-kuressaare header#masthead {
	height:72px;
  }
  .page-template-template-carsales-voru .navbar-brand, .page-template-template-carsales-kuressaare .navbar-brand {
	  margin-top:15px;
	}
	
  .page-template-template-used-cars-voru header#masthead, .page-template-template-used-cars-kuressaare header#masthead {
	height:72px;
  }
  .page-template-template-used-cars-voru .navbar-brand, .page-template-template-used-cars-kuressaare .navbar-brand {
	  margin-top:15px;
	}
  html {
    font-size: 85%;
  }
  /* Navigation */
  .navbar-brand {
		line-height: 62px;
  }
  nav.nav-container {
		margin-top: 15px;
  }
  .subheadline-wrapper {
		width: 100%;
		padding-left: 0;
	}
  /* WPML */
  .lang-sel {
		margin-top: 15px;
  }
  .wpml-ls li.wpml-ls-current-language {
		width: 83px!important;
  }
  .wpml-ls ul li.wpml-ls-item a {
		line-height: 42px;
  }
  /* Slider */
  .frontpage-slider {
		height: 300px;
  }
  	.sub-secondary-menu {
		display: none;
	}
  /* Filtering */
  .product-filter-holder {
		padding:20px 20px;
  }
  .product-filter-holder label:first-of-type {
		margin-left:0;
  }
  .product-filter-holder label, .product-filter-holder label.gear-label {
		padding-left: initial;
		width: 50%;
		padding: 0 20px;
  }
  .product-filter-holder input, .product-filter-holder select {
		width:100%;
  }
  .product-filter-holder label:last-of-type {
		margin-right:0;
  }
  .start-filtering {
		display:block;
		width:100%;
		text-align:center;
		font-weight:bolder;
		padding-left:0;
		margin-bottom:0;
  }
  .rental-location {
		position: relative;
		float: none!important;
		border-left: 0;
		width: 400px;
		text-align: center;
		margin: 0 auto;
		display: inherit;
		margin-bottom:20px;
		height:auto;
  }
  .rental-location a {
		margin-top:10px;
		padding-left:15px;
  }
  .rental-location a:before {
		top:10px;
  }
  /* General content */
  body.home .frontpage-rental {
		margin-top:10px;
  } 
  .subheadline-wrapper {
		text-align: center;  
  }
  .map-holder:after {
		display:none;
  }
  .map-holder iframe {
		width:100%;
  }
  .btn-row {
		display:flex;
		margin-bottom:40px;
  }
  .map-btn {
		width:auto;
		display:block;
  }
  .map-btn:first-of-type {
		margin-right:10px;
  }
  .map-btn:last-of-type {
		margin-left:10px;
  }
  .contactinfo-holder .row {
		margin-left:0;
  }
  .newcar-sales-section .newcar-text {
		left:50%;
		transform:translateX(-50%);
		bottom:40px;
		text-align:center;
  }
  .newcar-sales-section .brandimg {
		left:50%;
		transform:translateX(-50%);
		bottom:auto;
		text-align:center;
  }
  .single-prod-content .addto-holder {
		margin-left:0;
  }
  .single-prod-content .prodcont-holder {
		flex: 0 0 calc(50% - 20px);
		margin-right: 20px!important;
  }
  .car-image, .price-info {
		flex: 0 0 100%;
		max-width: 100%;
  }
  .main-rental-info {
		padding:15px 20px;
  }
  .tech-and-extrainfo .tech-holder span {
		padding-left:20px;
		width:50%;
  }
  /* Fullrental prices */
  .addto-holder .fullrental-finalprice {
		padding: 10px 10px;
  }
  .addto-holder .fullrental-text span.fullrental-price {
		padding-right: 10px;
		padding-left: 0;
		border-left: 0;
		font-size: 16px;
  }
  .addto-holder .price-box {
		padding-left: 0;
		border-left: 0;
		font-size: 16px;
  }
  /* Footer */
  p.footer-copyright { margin-bottom: 10px; }
  .site-info { padding: 0; width: 100%; text-align: center; }
  .site-info .sep { display: none; }
  .site-info a { float: left; clear: both; color: #0089c8!important; padding-left: 0; }
  .top-btn-holder { position: relative; display: block; float: left!important; margin-top: 10px; width: 100%; text-align: left; b }
  .top-btn-holder span { margin-left: 20px; }
  body:not(.theme-preset-active) footer#colophon {
	padding-top: 0;
  }
}
@media only screen and (max-width: 960px) {
  .footer-infoboxes {
    width:100%;
	padding-left:40px;
	padding-right:40px;
  }
  .infobox-mobile:after {
	  background-color:#ebebeb!important;
  }
  .quick-specs p {
		font-size: 14px;
		line-height: 2.2em;
	}
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
@media only screen and (max-width: 768px) {
	html {
		font-size: 80%;
	}
	/* Navigation */
	.navbar-brand {
		line-height: 50px;
		margin-right: 0;
	}
	nav.nav-container { margin-top: 11px; }
	/* WPML */
	.lang-sel { margin-top: 11px; }
	.wpml-ls li.wpml-ls-current-language {
		width: 70px!important;
	}
	.wpml-ls-legacy-dropdown-click {
		margin-right: -5px;
	}
	.wpml-ls ul li.wpml-ls-item a {
		line-height: 36px;
		text-transform: uppercase;
		padding: 0 21px 0 15px;
	}
	.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
		border: .25em solid transparent;
		border-top: .4em solid;
		position: absolute;
		right: 10px;
		top: calc(53% - .135em);
	}
	.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
		top: 39px;
		width: 64px;
	}
	.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
		padding-right: 18px!important;
	}
	/* Slider */
	.frontpage-slider {
		padding: 0 0;
		height: 250px;
	}
	.slide-description h2 {
		margin-bottom: 0;
		line-height: 1.1em;
		font-size: 32px;
	}
	.frontpage-slider .slide-description a, .slide-description p {
		font-size: 16px;
	}
	.slick-prev, .slick-next {
		display: none!important;
	}
	.slide-description {
		padding-left: 10%;
		padding-right: 10%;
	}
	/* General content */
	body.home .frontpage-rental {
		margin-top:0;
	}
	.frontpage-news {
		margin-top:20px;
	}
	.maincont-graybg {
		width:100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	span.float-right.viewall {
		display: none;
	}
	.product-filter-holder label {
		margin-bottom: 10px;
	}
	.icon-subnav {
		margin-top: 30px;
	}
	.icon-subnav a {
		width: 49%!important;
	}
	.icon-subnav .icon-subnav-item.carrental-ico {
		background-size: 80px 80px;
	}
	.icon-subnav .icon-subnav-item.carservice-ico {
		background-size: 80px 80px;
	}
	.icon-subnav .icon-subnav-item.carsales-ico {
		background-size: 80px 80px;
	}
	.icon-subnav .icon-subnav-item.carparts-ico {
		background-size: 80px 80px;
	}
	.icon-subnav .icon-subnav-item h3 {
		margin-left: -15px;
	}
	.prod-intro h3 {
		padding: 8px 10px!important;
	}
	.quick-specs {
		padding-bottom: 10px;
	}
	.quick-specs p {
		font-size: 14px;
		line-height: 2.2em;
	}
	.frontpage-rental a {
		padding: 25px 25px 30px 25px;
	}
	.frontpage-rental a .prod-img {
		height: 170px;
		background-size: 85% auto;
	}
	.newcar-single {
		max-width:100%;
		flex:100%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.newcar-single:hover {
		background-size: cover;
		background-repeat: no-repeat;
	}
	.navbar-toggler {
		padding: 6px 8px;
	}
	.navbar-brand img {
		width: 200px;
	}
	.realcontent-wrapper {
		padding:50px 20px;
	}
	button.accordion, li.accordion {
		padding:20px;
	}
	button.accordion:after, button.accordion.active:after {
		top: 28px;
		right:20px;
		width:50px;
		height:50px;
	}
	div.panel {
		padding:20px;
	}
	.news-section {
		padding-left:20px!important;
		padding-right:20px!important;
	}
	.prodcont-holder {
		padding:0;
		margin-top:40px;
	}
	.prodcont-holder h2 {
		display:none;
	}
	.wpcf7 label {
		width:100%;
	}
	.tabs-holder {
		padding:20px;
	}
	.content-head .product-info-holder {
		padding:10px;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width:50%;
		margin: 0 0 0 0;
	}
	.prod-intro .prod-price {
		font-size:24px;
	}
	.product-filter-holder {
		padding:20px 0px;
	}
	.product-filter-holder label:nth-of-type(odd) {
		padding-right:10px;
	}
	.product-filter-holder label:nth-of-type(even) {
		padding-left:10px;
	}
	.single-prod-content .prodcont-holder {
		flex: 100%;
		margin-right: 0!important;
		padding:20px;
		margin-bottom:40px;
		margin-top:0;
	}
	.single-prod-content .addto-holder {
		padding:20px;
	}
	.single-prod-content .frontpage-rental {
		padding:0 0;
	}
	.single-prod-content .frontpage-rental:nth-of-type(even) {
		padding-right:10px;
	}
	.single-prod-content .frontpage-rental:nth-of-type(odd) {
		padding-left:10px;
	}
	.rental-form label {
		width:100%;
		font-weight:bolder;
		font-size:14px;
	}
	body.post-type-archive .content-head .product-info-holder, body .fullrental-new .content-head .product-info-holder {
		padding: 30px 25px;
	}
	body.taisteenusrent-template-template-taisteenusrent-newcar .wpcf7 .col-right {
		padding-left: 15px!important;
	}
	body.taisteenusrent-template-template-taisteenusrent-newcar .wpcf7 .col-left {
		padding-right: 15px!important;
	}
	body.taisteenusrent-template-template-taisteenusrent-newcar .addto-holder h2 {
		padding-bottom: 0;
	}
	body.taisteenusrent-template-template-taisteenusrent-newcar .addto-holder h2:after {
		display: none;
	}
	body.taisteenusrent-template-template-taisteenusrent-newcar .tabs-holder {
		padding: 0 0 0px 0;
	}
	body.taisteenusrent-template .tabs-holder h3 {
		text-align: center;
	}
	body.taisteenusrent-template #stdpack ul,
	body.taisteenusrent-template #extrpack ul	{
		padding-left: 20px!important;
	}
	
	/* --- Checkout --- */
	.checkout-details-holder .sidebar-area {
		flex: 100%;
		max-width: 100%;
		margin-left: 20px;
	}
	.checkout-details-holder .main-content {
		flex: 100%;
		max-width: 100%;
		margin-left: 0px;
	}
	/* --- Varuosad --- */
	.carparts-content {
		padding-right: 0;
		margin-top: 0px;
	}
	.carparts-content h2 {
		display: none;
	}
	.carparts-form .col-right {
		padding-left: 15px!important;
	}
	.carparts-form .col-left {
		padding-right: 15px!important;
	}
	/* --- Footer --- */
	.single-infobox p {
		clear: both;
	}
	.site-info p.footer-copyright {
		width: 100%;
		float: left;
		text-align: left;
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 20px;
	}
	.site-info a {
		padding: 13px 0;
	}
	.site-info a:last-of-type {
		margin-bottom: 30px;
	}
	
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
	.slick-slide {
		background-position: -50px center!important;
	}
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  /* Navigation */
  .navbar-brand {
		line-height: 56px;
  }
  nav.nav-container {
		margin-top: 13px;
  }
  .navbar-brand img {
		width: 160px;
  }
  /* WPML */
  .lang-sel {
		margin-top: 13px;
		width: 70px;
  }
  .wpml-ls ul li.wpml-ls-item a {
		padding: 0 25px 0 10px;
		line-height: 35px;
  }
  .wpml-ls-legacy-dropdown-click {
		margin-right: 6px;
  }
  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
		padding-right: 22px!important;
  }
  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
		top: calc(49% - .135em);
  }
  /* Slider */
  .frontpage-slider {
		height: 230px;
  }
  #content.site-content {
		padding-bottom: 25px;
  }
  .headline-block h1 {
		line-height: 38px;
		font-size: 28px;
		text-align: center;
		width: 100%;
  }
  .icon-subnav-item h3 {
		line-height: 21px;
  }
  .icon-subnav .icon-subnav-item.carrental-ico {
		background-size: 75px 75px;
		background-position: center 15px;
  }
  .icon-subnav .icon-subnav-item.carservice-ico {
		background-size: 75px 75px;
		background-position: center 15px;
  }
  .icon-subnav .icon-subnav-item.carsales-ico {
		background-size: 75px 75px;
		background-position: center 15px;
		min-height: 150px;
  }
  .icon-subnav .icon-subnav-item.carparts-ico {
		background-size: 75px 75px;
		background-position: center 15px;
		min-height: 150px;
  }
  /* Booking form */
  .additional-kilometers label {
		float: left;
		width: 30%;
		margin-top: 12px;  
  }
  .additional-kilometers .form-control {
	  width: 55%;
	  float: right;
  }
  /* News section */
  .news-section {
		padding-left: 20px;
		padding-right: 20px;
  }
  body.single-post .wpcf7-form {
		padding: 15px 20px;
  }
  body.single-post .content-wrapper {
		padding: 20px;  
  }
  /* Checkout */
  .woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
		width: calc(100% - 5px);
  }
  .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
		width: calc(100% - 0px);
  }
  .checkout-details .prod-img {
		min-height: 150px;
  }
  /* Footer */
  .footer-logos {
	  padding-left: 30px;
	  padding-right: 30px;
	  padding-bottom: 25px;
	  padding-top: 25px;
  }
  .footer-logos img {
	  display: none;
  }
  .footer-logos .float-right {
		float: left!important;
  }
  .footer-infoboxes {
		padding-left: 0;
		padding-right: 0;
  }
  .footer-infoboxes .box-row {
		padding-left: 0!important;
		padding-right: 0!important;
		padding-bottom: 0;
  }
  .footer-infoboxes .single-infobox:last-of-type,
  .footer-infoboxes .single-infobox:first-of-type {
		padding-left: 15px!important;
  }
  .single-infobox { padding-left: 15px; }
  p.footer-copyright { padding-left: 15px; }
  .site-info {
		padding: 0;
		text-align: center;	
  }
  .site-info a {
		width: 100%;
		padding: 12px 0;
  }
  #toTop {
		background-image: url('inc/assets/images/arrow-top.png');
  }
  .site-info a:last-of-type {
		margin-bottom: 0;
  }
  .top-btn-holder a {
		width: 100%;
  }
  .top-btn-holder #toTop {
		border: none;
		transform: none;
		margin-top: 30px;
		width: 100%;
  }
  .top-btn-holder span {
		display: none;
  }
  .areas-holder h2 {
		font-size:18px;
		width: calc(100% - 40px);
  }
  p.footer-copyright { width: 100%; }
  button.accordion:after, button.accordion.active:after {
		top: 20px;
		right:20px;
		width:30px;
		height:30px;
		background-size: 15px 15px;
	}
	button.accordion p {
		font-size:16px;
	}
	.map-iframe {
		max-height:300px;
	}
	.map-iframe iframe {
		height:300px;
	}
	.contactinfo-holder .col, .persons-holder .person-holder {
		padding-left:0;
		padding-right:0;
	}
	.btn-row {
		display:block;
	}
	.map-btn {
		width:100%;
		display:block;
	}
	.map-btn:first-of-type {
		margin-right:0px;
	}
	.map-btn:last-of-type {
		margin-left:0px;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width:100%!important;
	}
	.rental-location { 
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
	.price-info .price-block {
		width:100%;
	}
	.price-info .price-block:nth-child(odd) {
		margin-right:0;
	}
	.price-info .price-block:nth-child(even) {
		margin-left:0;
	}
	.price-block p {
		font-size:14px;
	}
	.tech-and-extrainfo .tech-holder span {
		width:100%;
		font-size:14px;
	}
	.frontpage-rental {
		padding: 0 15px;
	}
	.single-prod-content .frontpage-rental:nth-of-type(even) {
		padding-right:0;
	}
	.single-prod-content .frontpage-rental:nth-of-type(odd) {
		padding-left:0;
	}	
}
