/*
Theme Name: AvtoZate
Theme URI:
Author:
Author URI:
Description: Theme for a website AvtoZate.si
Version: 1.0
Text Domain: twentyfifteen
*/


html, body {
	border: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

.searching_field {
	background: #f3f3f3;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

.searching_field p {
	color: #363c46;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.result_text h3 {
	color: #363c46;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700 !important;
	text-transform: uppercase;
}

.search_field {
    height: 50px;
    border-radius: 3px !important;
    border: none;
    background: #ffffff;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0 40px;
    color: #7B8392;
		width: 80%;
		border: 1px solid #eeeeee !important;
		float: left;
}

.search_field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8B909A;
    opacity: 1; /* Firefox */
}

.search_field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8B909A;
}

.search_field::-ms-input-placeholder { /* Microsoft Edge */
    color: #8B909A;
}

.search_button {
	width: 18%;
	margin-left: 2%;
	background: #17469A;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #17469A, #324F8B);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #17469A, #324F8B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	height: 49px;
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	border: none;
	border-radius: 3px;
	font-family: 'Titillium Web', sans-serif;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s
}

.main_navbar {
    background: #fcfcfc;
    box-shadow: none;
    padding: 0;
    height: 60px;
}

.col_nav {
    height: 60px;
}

.ask_btn {
    background: #FFBA1F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFBA1F, #FFD256);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFBA1F, #FFD256); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 60px;
    padding: 19px 20px 0;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #363c46;
    float: right !important;
    right: 0;
    margin-right: -16px;
		font-family: 'Titillium Web', sans-serif;
		transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s
}

.col_nav a {
    font-size: 14px;
    font-weight: 400;
    color: #363c46;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    padding-top: 20px;
		height: 60px;
}

.active a {
    color: #363c46;
    font-weight: 700;
    height: 60px;
    border-bottom: 2px solid #363c46;
		font-family: 'Titillium Web', sans-serif;
}

.hero {
    min-height: 580px;
    background: url(https://kickdown.eu.com/wp-content/uploads/2020/05/kickdown-wallpaper-7-1.jpg) right center;
    background-size: cover;
		font-family: 'Titillium Web', sans-serif;
}

.navbar-toggler-icon {
    color: #363c46 !important;
}

.show .navbar-collapse {
	display: block;
}

.search_box {
    padding: 20px 20px 20px;
    background: #363c46;
		border-radius: 5px;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.search_box ul {
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
}

.search_box li {
	width: 25%;
}

.main_search select {
    width: 100%;
}

.main_search input[type=submit] {
	width: 100%;
	background: #17469A;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #17469A, #324F8B);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #17469A, #324F8B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	height: 49px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	border: none;
	border-radius: 3px;
	font-family: 'Titillium Web', sans-serif;
	transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s
}

.main_search input[type=submit]:hover {
	cursor: pointer;
}

.select2-container--default .select2-selection--single {
	height: 50px !important;
	background: #fff;
	border-radius: 3px !important;
	border: 1px solid #eeeeee !important;
	padding-top: 10px !important;
	color: #363c46 !important;
	font-family: 'Titillium Web', sans-serif;
}

.select2-selection__arrow {
	padding-top: 15px;
	font-size: 12px;
	color: #363c46 !important;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #eeeeee !important;
	border-radius: 0 0 3px 3px !important;
	margin-top: -2px;
	border-top-color: #fff !important;
	box-sizing: border-box;
	display: block;
	position: absolute;
	font-family: 'Titillium Web', sans-serif;
}

.select2-results__option {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-top: 1px solid #f3f3f3 !important;
	font-family: 'Titillium Web', sans-serif;
}

.select2-results__option--highlighted {
	background: #363c46 !important;
	color: #fff !important;
}

.select2-search__field {
	border-color: #eee !important;
	height: 40px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Titillium Web', sans-serif;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	display: none !important;
}

.search_title {
  margin-top: -70px;
}

.search_title h4 {
	font-size: 16px;
	text-transform: uppercase;;
	color: #363c46;
	z-index: 10;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	margin: 0;
	padding-top: 0px;
	padding-bottom: 10px;
}

.head_text h2 {
	color: #363c46;
	padding-top: 220px;
	padding-bottom: 40px;
	font-weight: 900;
	font-size: 40px !important;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.main_btn {
    background: #FFBA1F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFBA1F, #FFD256);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFBA1F, #FFD256); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 19px 20px;
		display: inline-block;
		border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #363c46;
		font-family: 'Titillium Web', sans-serif;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s;
		border: none !important;
}

.main_btn_ghost {
    padding: 17px 20px;
		display: inline-block;
		border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
		font-family: 'Titillium Web', sans-serif;
		border: 2px solid #363c46;
	background: #363c46;
		text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
		transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s
}


.top_offer {
	margin-top: 50px;
}

.car_box {
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	display: block;
}

.car_box:hover {
	cursor: pointer;
}

.pic_car {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	position: relative;
	display: block;
}

.tag_taxo {
	font-size: 12px;
	color: #ffffff;
	background: #363c46;
	padding: 7px 15px;
	border-radius: 50px;
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
}

.bgyellow {
	background: #FFBA1F;
	color: #363c46;
}

.bgred {
	background: #d64646;
}

.yellowc {
	color: #FFBA1F !important;
}

.car_box h3 {
	font-family: 'Titillium Web', sans-serif;
	color: #363c46;
	font-size: 22px;
	padding-top: 15px;
	margin-bottom: 15px;
}

.car_box p {
	font-family: 'Titillium Web', sans-serif;
	color: #363c46;
	font-size: 14px;
	padding-top: 5px;
}

.parameter_car {
	color: #363c46;
	font-size: 14px;
	padding: 10px 0;
}

.price_car {
	position: absolute;
	right: 0;
}

.price_car p {
	background: #363c46;
	display: inline-block;
	padding: 10px 20px;
	color: #ffffff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	font-weight: 700;
	font-size: 18px;
}

.top_offer h4 {
	font-family: 'Titillium Web', sans-serif;
	color: #363c46;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.top_news {
	background: #24272C;
	margin-top: 40px;
	padding: 50px 0;
}

.top_news h4 {
	font-family: 'Titillium Web', sans-serif;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.news_box {
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#cookie_pl {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#cookie_pl td, #cookie_pl th {
    border: 1px solid #ddd;
    padding: 8px;
}

#cookie_pl tr:nth-child(even){background-color: #f2f2f2;}

#cookie_pl tr:hover {background-color: #ddd;}

#cookie_pl th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

.news_box h3 {
	font-family: 'Titillium Web', sans-serif;
	color: #363c46;
	font-size: 22px;
	padding-top: 15px;
	margin-bottom: 15px;
}

.news_box p {
	font-family: 'Titillium Web', sans-serif;
	color: #363c46;
	font-size: 14px;
	padding-top: 5px;
}

.btn_link {
	font-family: 'Titillium Web', sans-serif;
	color: #363c46;
	font-size: 16px;
	padding-top: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.tag_taxo_up {
	font-size: 12px;
	color: #ffffff !important;
	background: #363c46;
	padding: 7px 15px;
	border-radius: 50px;
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	height: 32px;
	margin: 10px;
}

.more_news {
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding: 40px;
	min-height: 425px;
}


.more_news h3 {
	font-family: 'Titillium Web', sans-serif;
	color: #363c46;
	font-size: 32px;
	padding-top: 15px;
	margin-bottom: 15px;
}

.more_news p {
	font-family: 'Titillium Web', sans-serif;
	color: #363c46;
	font-size: 14px;
	padding-top: 5px;
}

.ghost_black {
    padding: 17px 20px;
		display: inline-block;
		border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #363c46;
		font-family: 'Titillium Web', sans-serif;
		border: 1px solid #363c46;
		transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s
}

.ghost_black:hover {
	background: #363c46;
	color: #ffffff;
}

.about_me {
	padding-top: 10px;
	padding-bottom: 70px;
	display: block;
	background: url(img/aboutme.jpg) center center;
	background-size: cover;
}

.about_me h3 {
	color: #ffffff;
	padding-top: 70px;
	margin-bottom: 50px;
	font-size: 40px !important;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.about_me p {
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
}

.clear {
	clear: both;
}

.quote_image h4 {
	font-weight: 700;
	font-size: 60px;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	padding: 30px;
	border: 4px solid #fff;
	display: inline-block;
	margin-top: 160px;
}
.about_me h5 {
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 20px;
}

.img_logos {
	height: 45px;
}

.footer {
	background: #24272C;
	padding: 20px 0 50px;
}

.img_con {
	width: 200px;
	height: 135px;
	margin-top: 50px;
	border-radius: 5px;
}

.certificate {
	height: 150px;
	margin-top: 53px;
	float: right;
	margin-right: 20px;
}

.first_con h4 {
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
}

.first_con h5 {
	font-weight: 400;
	font-size: 16px;
	color: #f3f3f3;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
}

.first_con p {
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	padding: 0;
	margin: 0;
}

.border_small {
	background: #FFBA1F;
	width: 100px;
	height: 5px;
	margin: 20px 0;
}

.bgtrans {
	background: rgba(255, 255, 255, 0.2);
}

.contact_form p {
	margin-bottom: 10px;
}

.contact_form h4 {
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 50px;
}

.contact_form input {
	height: 45px !important;
	background: #fff;
	border-radius: 3px !important;
	border: 1px solid #eeeeee !important;
	padding: 2px 0 0 10px !important;
	color: #363c46 !important;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 10px;
}

.contact_form textarea {
	height: 100px !important;
	background: #fff;
	border-radius: 3px !important;
	border: 1px solid #eeeeee !important;
	padding: 10px 0 0 10px !important;
	color: #363c46 !important;
	font-family: 'Titillium Web', sans-serif;
}

.contact_form input[type=submit] {
	width: 150px;
	background: #FFBA1F;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #FFBA1F, #FFD256);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #FFBA1F, #FFD256); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	height: 49px;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #363c46;
	border: none !important;
	border-radius: 3px;
	font-family: 'Titillium Web', sans-serif;
	transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s;
	margin-top: 20px;
}

.contact_form input[type=submit]:hover {
	cursor: pointer;
}

.wpcf7-validation-errors {
	background: #d64646;
	margin: 20px 0 0 !important;
	color: #fff;
	border: none !important;
	padding: 20px !important;
	border-radius: 3px;
	width: 100% !important;
}

.wpcf7-not-valid-tip {
	color: #d64646 !important;
	font-family: 'Titillium Web', sans-serif;
}

.wpcf7-mail-sent-ok {
	background: #6BAD63;
	margin: 20px 0 0 !important;
	color: #fff;
	border: none !important;
	padding: 20px !important;
	border-radius: 3px;
}

.second_ftr {
	background: #363c46;
}

.second_ftr p {
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 0;
	margin: 0;
}

.social_link {
	display: inline-block;
	height: 62px;
	width: 62px;
	text-align: center;
	padding-top: 20px;
	margin: 0;
	float: right;
	color: #ffffff;
}

.facebook_link {
	background: #3b5999
}

.facebook_link:hover {
	background: #324B82
}

.twitter_link {
	background: #55acee
}

.twitter_link:hover {
	background: #3E7DAE
}

.instagram_link {
	background: #e4405f
}

.instagram_link:hover {
	background: #A72F46
}

.youtube_link {
	background: #cd201f
}

.youtube_link:hover {
	background: #A71A19
}

.nextpage {
	margin: 40px 0;
}

.nextpage a {
	padding: 15px 20px;
	background: #FFBA1F;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #FFBA1F, #FFD256);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #FFBA1F, #FFD256); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: #363c46;
}

.blog_hero {
	padding: 50px 0;
	background: url(https://kickdown.eu.com/wp-content/uploads/2020/04/blog-back.jpg) center center;
	background-size: cover;
}

.blog_hero h3 {
		color: #ffffff;
		padding-top: 50px;
		font-size: 40px !important;
		text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.blog_hero p {
		color: #ffffff;
		padding-top: 20px;
		font-size: 20px !important;
		text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.back_novice {
	margin-top: 100px;
	padding-bottom: 100px !important;
}

.title_news_site h2 {
	color: #363c46;
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.news_con p {
	color: #363c46;
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
}

.news_con h2 {
	color: #363c46;
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	padding: 20px 0;
	font-weight: 700;
}

.news_con h3 {
	color: #363c46;
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	padding: 20px 0;
	font-weight: 700;
}

.news_con h4 {
	color: #363c46;
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	padding: 20px 0;
	font-weight: 700;
}

.novice_con {
	margin-bottom: 100px;
}

.banner_povprasevanje {
	background: url(img/banner_povp.jpg) center center;
	background-size: cover;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding: 40px;
}


.banner_povprasevanje h3 {
	font-family: 'Titillium Web', sans-serif;
	color: #ffffff;
	font-size: 32px;
	padding-top: 15px;
	margin-bottom: 15px;
	text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.banner_povprasevanje p {
	font-family: 'Titillium Web', sans-serif;
	color: #ffffff;
	font-size: 18px;
	padding-top: 5px;
	text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.news_side h3 {
	color: #363c46;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;;
	margin: 30px 0;
}

.ponudba_con {
	margin-top: 100px;
	margin-bottom: 100px;
}

.search_box_2 {
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

.second_search ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.second_search select {
    width: 100% !important;
}

.second_search li {
    width: 100% !important;
		margin-bottom: 15px;
}

.second_search input[type=submit] {
	width: 100%;
	background: #17469A;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #17469A, #324F8B);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #17469A, #324F8B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	height: 49px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	border: none;
	border-radius: 3px;
	font-family: 'Titillium Web', sans-serif;
	transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s;
	margin-top: 15px;
}

.search_box_2 h3 {
	color: #363c46;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;;
	margin: 20px 0;
}

.car_box_hot {
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	padding: 0;
}

.car_box_hot:hover {
	cursor: pointer;
}

.car_desc {
	padding: 15px 0 10px 20px;
	float: left;
}

.car_desc h3 {
	color: #363c46;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.bghot {
	background: #FAF7EC;
}

.car_hover {
	height: 180px;
	left: 0;
	position: absolute;
	width: 100% !important;
	background: #17469A;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #17469A, #324F8B);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #17469A, #324F8B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	z-index: 10;
	text-align: center;
	display: none;
	animation-duration: 0.5s;
}

.car_box:hover .car_hover {
	display: block;
	width: 100%;
}


.car_hover h4 {
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding-top: 70px;
}

.searc_res_box {
	padding-top: 70px;
	padding-bottom: 30px;
	background: url(img/puzzle-1.jpg) center center;
	background-size: cover;
}

.searc_res_box h4 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}

.no_results {
	padding: 20px 30px 10px;
	background: #d64646;
	border-radius: 10px 10px 0 0;
}

.no_results h3 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}

.no_results p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}


.povp_con_1, .povp_con_2, .povp_con_3 {
	padding: 0 !important;
}

.povprasevanje_obrazec {
	background: #363c46;
	padding: 10px 30px 30px;
	border-radius: 0 0 10px 10px;
}

.povprasevanje_obrazec h3 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 30px;
}

.povprasevanje_obrazec h4 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 40px;
}

.povprasevanje_obrazec input {
	height: 50px !important;
	background: #fff;
	border-radius: 3px !important;
	border: 1px solid #eeeeee !important;
	padding-top: 0px !important;
	padding-left: 10px;
	color: #363c46 !important;
	font-family: 'Titillium Web', sans-serif;
	width: 100%;
	font-weight: 400;
	margin-bottom: 10px;
}

.povprasevanje_obrazec textarea {
	height: 100px !important;
	background: #fff;
	border-radius: 3px !important;
	border: 1px solid #eeeeee !important;
	padding-top: 10px !important;
	padding-left: 10px;
	color: #363c46 !important;
	font-family: 'Titillium Web', sans-serif;
	width: 100%;
	font-weight: 400;
	margin-bottom: 10px;
}

.povprasevanje_obrazec input[type=submit] {
	width: 200px;
	background: #FFBA1F;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #FFBA1F, #FFD256);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #FFBA1F, #FFD256); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	height: 49px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #363c46 !important;
	border: none !important;
	border-radius: 3px;
	font-family: 'Titillium Web', sans-serif;
	transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s;
	margin-top: 15px;
}

.povprasevanje_obrazec input[type=submit]:hover {
	cursor: pointer;
}

.povprasevanje_obrazec input[type=submit]:disabled {
	background: #ccc;
	color: #999;
}

.povprasevanje_obrazec input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #363c46;
    opacity: 1; /* Firefox */
}

.povprasevanje_obrazec input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #363c46;
}

.povprasevanje_obrazec input::-ms-input-placeholder { /* Microsoft Edge */
    color: #363c46;
}

.povprasevanje_obrazec textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #363c46;
    opacity: 1; /* Firefox */
}

.povprasevanje_obrazec textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #363c46;
}

.povprasevanje_obrazec textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #363c46;
}

.povprasevanje_obrazec ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.povprasevanje_obrazec select {
    width: 100% !important;
		margin-bottom: 20px !important;
}

.povprasevanje_obrazec li {
    width: 100% !important;
		margin-bottom: 20px !important;
}

.povprasevanje_obrazec .select2 {
	margin-bottom: 10px;
	font-weight: 400;
}

.float_rigt {
	float: right;;
}

.povp_back {
	background: #f3f3f3;
	padding-top: 80px;
	padding-bottom: 50px;
}

.povp_back_text h3 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #363c46;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 30px;
}

.povp_back_text p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #363c46;
	margin-bottom: 40px;
}

.border-white {
	width: 200px;
	height: 5px;
	background: #363c46;
	margin: 20px 0;
}

.povp_back_text {
	margin-top: 45px;
}

.title_black h3 {
	color: #363c46 !important;
}

.text_fast h4 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #363c46;
}

.white_fast {
	margin-top: 50px;
}

.side_bar_car {
	background: #363c46;
	min-height: 600px;
}

.side_bar_car h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	margin-top: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

.side_bar_car p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;;
}

.side_bar_car h4 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 40px;
	margin-top: 0px;
	padding: 0;
	font-weight: 300;
	color: #FFBA1F;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.paramet_spec {
	background: rgba(255, 255, 255, 0.07);
	border-radius: 5px;
	margin-bottom: 15px;
	padding-right: 5px !important;
}

.paramet_spec p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;;
}

.paramet_spec h5 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	margin-top: 0px;
	padding: 0;
	font-weight: 300;
	color: #ffffff;
}

.paramet_spec_padd {
	padding-left: 0;
}

.hero_car {
	position: relative;;
}

.box_details_car {
	background: #24272C;
	box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	border-radius: 5px;
	text-align: center;
}

.box_details_car p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;;
}

.box_details_car h5 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	font-weight: 300;
	color: #ffffff;
}

.box_details_car a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-weight: 400;
	color: #ffffff;
}

.padding_header {
	margin-top: 300px;
}

.over_gradient {
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	background: rgba(0,0,0,0.6);
}

.solo_obrazec h3 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 40px;
	font-weight: 300;
	text-transform: none;
	color: #fff;
}

.solo_obrazec p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	color: #fff;
	margin-bottom: 30px;
}

.content_car h1, .content_car h2, .content_car h3, .content_car h4, .content_car h5, .content_car h6 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	padding: 0;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: #363c46;
	margin: 20px 0;
}

.content_car p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	padding: 0;
	font-weight: 400 !important;
	color: #363c46;
	margin: 20px 0;
}

.content_car li {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	padding: 0;
	font-weight: 400 !important;
	color: #363c46;
	margin: 20px 0;
}

.content_car {
	padding-bottom: 100px;
}

.hide_web {
	display: none;
}

.icon-bar {
  position: fixed;
  top: 40%;
	right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
	margin-bottom: 1px;
}

.icon-bar a:hover {
    background-color: #FFBA1F;
}

.facebook {
  background: #363c46;
  color: white;
}

.twitter {
  background: #363c46;
  color: white;
}

.instagram {
  background: #363c46;
  color: white;
}

.youtube {
  background: #363c46;
  color: white;
}

.povprasevanje_obrazec input[type="checkbox"] {
	float: left !important;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
}

span.wpcf7-list-item {
	margin: 30px 0 0 !important;
}

.cookine_cons {
	padding: 20px;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
}

.button_cookie {
	background: #17469A !important;
	padding: 10px 20px !important;
	text-transform: uppercase !important;
	border: none !important;
	margin-bottom: 15px !important;
}

.results_calc {
	background: url(img/delivery.jpg) center center;
	background-size: cover;
	padding:35px 35px 20px;
	border-radius: 5px;
	height: auto;
	display: block;
}

.results_calc h2 {
	font-size: 30px;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}

.results_calc h4 {
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: bold;
}

.results_calc h3 {
	font-size: 50px;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	color: #FFBA1F;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}

.results_calc p {
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.error_calc {
	border-radius: 5px;
	padding: 15px;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	background: #d64646;
	margin-top: 5px;
	display: inline-block;
}

@media only screen and (max-width: 800px) {
	.second_ftr {
		padding-bottom: 80px !important;
	}
	
	.hero {
    background: url(https://kickdown.eu.com/wp-content/uploads/2020/05/kickdown-wallpaper-5.jpg) center bottom;
    background-size: cover;
		padding-top: 80px;
}
	
	.col_nav {
    background: #fff;
    height: auto;
		z-index: 100 !important;
    }

		.icon-bar {
			display: none;
		}

		.content_car {
			padding-bottom: 0;
		}

		.padding_header {
			margin-top: 40px;
		}

		.no_padding_mobile {
			padding: 0;
		}

		.float_rigt {
			float: left;
		}

    .navbar-brand {
        padding: 0;
    }

    .main_navbar {
        padding: 0 !important;
    }

    .ask_btn {
        width: 100%;
        text-align: center;
        margin: 0;
				position: fixed;
				bottom: 0;
    }

		.hide_mobile {
			display: none;
		}


    .search_field {
        font-size: 14px;
        display: inline-block !important;
    }

    .search_button {
}

    .active a {
    color: #363c46;
    font-weight: 700;
    height: 60px;
    border-bottom: none;
    background: #f3f3f3;
}

.search_box li {
	width: 100% !important;
	margin: 0 0 10px !important;
}

.search_box ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.searchandfilter li {
	padding-right: 0 !important;
}

.head_text {
	padding: 0;
}

.head_text h2 {
	padding-top: 120px !important;
	font-size: 30px !important;
}


.quote_image h4 {
	font-size: 40px;
}

.hide_web {
	display: block;
	z-index: 10000 !important;
}
.certificate {
	float: left;
	margin-bottom: 20px;
	height: 120px;
}
	
	#cookie-law-info-bar {
		z-index: 100000;
	}
}
