/*
Author: Genio - Yüce Özkan
Author URL: http://www.genio.com.tr/
*/

@font-face {
    font-family: 'Neo Sans';
    src: url('../fonts/NeoSans-Regular-webfont.eot');
    src: url('../fonts/NeoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeoSans-Regular-webfont.woff2') format('woff2'),
    url('../fonts/NeoSans-Regular-webfont.woff') format('woff'),
    url('../fonts/NeoSans-Regular-webfont.ttf') format('truetype'),
    url('../fonts/NeoSans-Regular-webfont.svg#neosansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans';
    src: url('../fonts/NeoSans-Medium-webfont.eot');
    src: url('../fonts/NeoSans-Medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeoSans-Medium-webfont.woff2') format('woff2'),
    url('../fonts/NeoSans-Medium-webfont.woff') format('woff'),
    url('../fonts/NeoSans-Medium-webfont.ttf') format('truetype'),
    url('../fonts/NeoSans-Medium-webfont.svg#neosansmedium') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans';
    src: url('../fonts/NeoSans-Bold-webfont.eot');
    src: url('../fonts/NeoSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeoSans-Bold-webfont.woff2') format('woff2'),
    url('../fonts/NeoSans-Bold-webfont.woff') format('woff'),
    url('../fonts/NeoSans-Bold-webfont.ttf') format('truetype'),
    url('../fonts/NeoSans-Bold-webfont.svg#neosansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

* {
    font-family: "Neo Sans", Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font: normal 400 14px/18px "Neo Sans", Arial, sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

fieldset, form {
    margin: 0;
}

label, legend {
    font-weight: inherit;
    font-size: 0;
    color: inherit;
}

label span, legend span {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

select.form-control:not([size]):not([multiple]) {height:auto;}

.table {
    display: table;
    margin: 0;
}

.table-cell {
    display: table-cell;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.valign-middle {
    vertical-align: middle;
}

.wrapper {
    padding-top: 120px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.06);
    z-index: 100;
}

header .header-top-line {
    position: relative;
    height: 5px;
    background-image: linear-gradient(93deg, #1a4788, #2376af);
}

header .header-top-line:before {
    content: "";
    width: 8.72%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(170deg, #efa644, #f9f072);
}

header .header-top-line:after {
    content: "";
    width: 8.72%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 8.72%;
    background-image: linear-gradient(168deg, #135831, #18964f);
}

header .logo {
    margin-top: 27.5px;
    float: left;
}

header .logo h1 {
    margin: 0;
}

header .logo h1 a {
    width: 255px;
    height: 60px;
    background: url("../images/logo.svg") no-repeat center;
    background-size: 100%;
    display: block;
    margin: 0;
    text-indent: -9999px;
}

header .navigation {
    float: right;
}

header .navigation nav {
    float: left;
    margin-top: 0;
    margin-left: -15px;
}

header .navigation nav ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

header .navigation nav ul li {
    margin: 0;
    float: left;
    padding: 0;
    position: relative;
}

header .navigation nav ul li a {
    display: block;
    line-height: 30px;
    color: #194585;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 15px;
    position: relative;
    padding-top: 42.5px;
    padding-bottom: 42.5px;
    transition: all .3s ease;
}

header .navigation nav ul ul {position:absolute;left:0;top:100%;background:#ececeb;width:230px;z-index:100;height:0;overflow:hidden;transition:all .3s ease}
header .navigation nav ul ul li {float:none;border-top:1px solid rgba(25,69,133,.1)}
header .navigation nav ul ul li:first-child {border-top:0}
header .navigation nav ul ul li a {font-size:14px;line-height:30px;padding-top:0;padding-bottom:0}

header .navigation nav ul ul .nav-bottom-line{position:relative;height:5px;background-image:linear-gradient(93deg,#1a4788,#2376af);margin-top:10px;}
header .navigation nav ul ul .nav-bottom-line:after,
header .navigation nav ul ul .nav-bottom-line:before{content:"";width:25%;height:5px;position:absolute;top:0}
header .navigation nav ul ul .nav-bottom-line:before{left:0;background-image:linear-gradient(170deg,#efa644,#f9f072)}
header .navigation nav ul ul .nav-bottom-line:after{left:25%;background-image:linear-gradient(168deg,#135831,#18964f)}

.no-touch header .navigation nav ul li:hover>a{background:#ececeb}
.no-touch header .navigation nav ul li:hover ul{height:auto;padding-top:11px;box-shadow:0 5px 8px 0 rgba(0,0,0,.06)}

header .navigation .search {
    float: left;
    margin-left: 5px;
    height: 30px;
    margin-top: 42.5px;
    position:relative;
}

header .navigation .search .search-trigger {
    width: 30px;
    height: 30px;
    background: url("../images/icon-ara@2x.png") no-repeat center;
    background-size: 100%;
    display: block;
}

header .search-form-hidden {display:block;position:absolute;width:0;right:-40px;bottom:-5px;overflow:hidden;transition:all .3s ease;}
header .search-form-hidden form {margin:0;position:relative;}
header .search-form-hidden form label {margin:0;width:100%;display:block;}
header .search-form-hidden form label input {width:100%;margin:0;display:block;height:40px;line-height:36px;border:2px solid #27894f;background:#fff;border-radius:20px;padding:0 30px 0 20px;color:#27894f;font-size:16px;outline:0;}
header .search-form-hidden form button {margin:0;border:0;padding:0;position:absolute;right:25px;top:50%;margin-top:-15px;width:30px;height:30px;background:url("../images/icon-ara@2x.png") no-repeat center;background-size:100%;display:block;}
header .navigation .search.active .search-form-hidden {width:320px;}

footer {
}

footer .footer-sitemap {
    position: relative;
    background: #f7f7f7;
    overflow: hidden;
}

footer .footer-sitemap:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    height: 75px;
    box-shadow: 0 -2px 40px 0 rgba(0, 0, 0, 0.05);
}

footer .footer-sitemap-content {
    position: relative;
    z-index: 1;
}

footer .footer-sitemap-content nav {
    padding-right: 115px;
    margin-top: 38px;
}

footer .footer-sitemap-content nav ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

footer .footer-sitemap-content nav ul li {
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 40px;
    color: #3f4241;
    font-size: 14px;
}

footer .footer-sitemap-content nav ul li:first-child {
    margin-left: 0;
}

footer .footer-sitemap-content nav ul li ul {
    margin-top: 10px;
}

footer .footer-sitemap-content nav ul li ul li {
    float: none;
    margin-left: 0;
}

footer .footer-sitemap-content nav ul li {
    line-height: 24px;
}

footer .footer-sitemap-content nav ul li a {
    font-weight: 400;
    line-height: 24px;
}

footer .footer-sitemap-content nav > ul > li {
    line-height: 40px;
}

footer .footer-sitemap-content nav > ul > li > a {
    font-weight: 600;
    line-height: 40px;
}

footer .footer-sitemap-content .socials {
    position: absolute;
    right: 0;
    bottom: 4px;
}

footer .footer-sitemap-content .socials a {
    display: block;
    width: 47px;
    height: 47px;
    margin-bottom: 18px;
}

footer .footer-sitemap-content .socials a.facebook {
    background: url("../images/facebook.svg") no-repeat center;
    background-size: 100%;
}

footer .footer-sitemap-content .socials a.twitter {
    background: url("../images/twitter.svg") no-repeat center;
    background-size: 100%;
}

footer .footer-sitemap-content .socials a.instagram {
    background: url("../images/instagram.svg") no-repeat center;
    background-size: 100%;
}

footer .footer {
    position: relative;
    padding-left: 188px;
    margin: 18px 0 46px 0;
    height: 38px;
}

footer .footer-logo {
    width: 160px;
    height: 38px;
    background: url("../images/logo.svg") no-repeat center;
    background-size: 100%;
    display: block;
    margin: 0;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
}

footer .footer-nav {
}

footer .footer-nav:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

footer .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

footer .footer-nav ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

footer .footer-nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 20px;
    margin-right: 15px;
}

footer .footer-nav ul li a {
    display: block;
    color: #27894f;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

footer .footer-notes {
    color: #3f4241;
    font-size: 12px;
    line-height: 18px;
}


.home-promo {
    position: relative;
}

.home-promo:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.home-promo .home-fixed-links {
    position: absolute;
    z-index: 70;
    top: 0;
    right: 0;
    width: 35%;
    margin-right: 4px;
}

.home-promo .home-fixed-links a {
    display: block;
    margin-top: 4px;
    height: 118px;
    position: relative;
}

.home-promo .home-fixed-links a .home-fixed-links-button {
    width: 290px;
    height: 46px;
    display: block;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 23px;
    /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(216, 216, 216, 0.4));*/
    text-align: center;
    margin-left: 5%;
}
.home-promo .home-fixed-links a.price .home-fixed-links-button {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(216, 216, 216, 0.2));
}
.no-touch .home-promo .home-fixed-links a .home-fixed-links-button:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(216, 216, 216, 0.2));
}

.home-promo .home-fixed-links a .home-fixed-links-button:after {
    content: "";
    width: 31px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/icon-arrow.png") no-repeat center;
    margin-left: 15px;
    margin-top: 12px;
}

.home-promo .home-fixed-links a:first-child {
    margin-top: 0;
}

.home-promo .home-fixed-links a.dealer {
    background-image: radial-gradient(circle at 47% 27%, #1677c3, #174489);
}

.home-promo .home-fixed-links a.price {
    background-image: radial-gradient(circle at 20% 50%, #f9b31c, #f8da21);
}

.home-promo .home-fixed-links a.appointment {
    background-image: radial-gradient(circle at 47% 27%, #01a04f, #007034);
}

.home-promo .home-fixed-links a.dealer:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -53.5px;
    right: 40px;
    width: 80px;
    height: 107px;
    background: url("../images/icon-bayi.svg") no-repeat center;
}

.home-promo .home-fixed-links a.price:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -53px;
    right: 33px;
    width: 87px;
    height: 106px;
    background: url("../images/icon-teklif.svg") no-repeat center;
}

.home-promo .home-fixed-links a.appointment:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 25px;
    width: 100px;
    height: 100px;
    background: url("../images/icon-randevu.svg") no-repeat center;
}

.home-promo .showcase {
    position: relative;
    float: left;
    width: 100%;
}
.home-promo .showcase a {
    display:block;
}


.home-promo .showcase .bx-pager {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 18px;
    left: 0;
    padding-right: 37.5%;
    z-index: 70;
    line-height: 16px;
}

.home-promo .showcase .bx-pager-item {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
}

.home-promo .showcase .bx-pager-item a {
    display: block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

.home-promo .showcase .bx-pager-item a.active {
    background: #194585;
}

.home-promo .showcase .bx-controls-direction {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 18px;
    left: 0;
    padding-right: 37.5%;
    z-index: 70;
    line-height: 16px;
}

.home-promo .showcase ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.home-promo .showcase ul li {
    margin: 0;
    padding: 0;
}

.home-promo .showcase ul li img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.home-promo .showcase ul li .showcase-image {
    display: block;
    margin-right: 37.5%;
}

.home-promo .showcase ul li .showcase-image-mobile {
    display: none;
}

.home-promo .showcase .showcase-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-promo .showcase .showcase-option-text {
    width: 330px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 117%;
    padding-left: 18px;
    background: url("../images/caption-footer.png") no-repeat left bottom;
    padding-bottom: 34px;
    margin-bottom: 30px;
}

.home-promo .showcase .showcase-option-button {
    width: 255px;
    height: 46px;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 23px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(216, 216, 216, 0.4));
    text-align: center;
}
.no-touch .home-promo .showcase .showcase-option-button:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(216, 216, 216, 0.2));
}

.home-promo .showcase .showcase-option-button:after {
    content: "";
    width: 31px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/icon-arrow.png") no-repeat center;
    margin-left: 15px;
    margin-top: 12px;
}

.select-tyres-wizard {
    background-image: radial-gradient(circle at 50% 0, #1570c7, #174489);
    margin-top: 35px;
}

.select-tyres-wizard-tabs { /*background-color:rgba(0, 0, 0, 0.28);*/
    height: 60px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.select-tyres-wizard-tabs:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.select-tyres-wizard-tabs-header {
    float: left;
    position: relative;
    line-height: 48px;
    color: #fff!important;
    display: block;
    font-weight: 600;
    font-size: 20px;
    padding-right: 25px;
}

.select-tyres-wizard-tabs ul {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.select-tyres-wizard-tabs ul:before {
    background-color: rgba(0, 0, 0, 0.28);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1000%;
}

.select-tyres-wizard-tabs ul li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

.select-tyres-wizard-tabs ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 48px;
    padding-left: 62px;
    padding-right: 84px;
    position: relative;
}

.select-tyres-wizard-tabs ul li.ui-state-active a {
    background-color: rgba(0, 0, 0, 0.15);
}

.select-tyres-wizard-tabs ul li.ui-state-active:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 0 15px;
    border-color: rgba(0, 0, 0, 0.38) transparent transparent transparent;
}

.select-tyres-wizard-form {
    position: relative;
    z-index: 1;
}

.select-tyres-wizard-form .form-check {
    padding-left: 24px;
    line-height: 16px;
    margin-top: 15px;
}

.select-tyres-wizard-form .form-group {
    line-height: 0;
}

.select-tyres-wizard-form-content {
    width: 675px;
    float: left;
    margin-top: 7px;
    position: relative;
}

.select-tyres-wizard-form-content .ui-tabs-panel {
    display: block !important;
    position: absolute;
    width: 100%;
}

.select-tyres-wizard-form-content .ui-tabs-panel[aria-hidden=true] {
    opacity: 0;
    height:0;overflow:hidden;
}

.select-tyres-wizard-form-content .ui-tabs-panel[aria-hidden=false] {
    opacity: 1;
    z-index: 10;
    height:auto;overflow:hidden;
}

.select-tyre-wizard-demo {
    width: 424px;
    float: right;
    height: 305px;
    background: url("../images/lastik.png") no-repeat center top;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 14px;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
}

.select-tyre-wizard-demo span {
    display: inline-block;
    vertical-align: top;
    font-size: 23px;
    font-weight: bold;
    color: #000;
    text-shadow: -1px 0 1px rgba(0, 0, 0, 0.72);
    opacity: 0.95;
    line-height: 25px;
    margin: 0 4px;
    transition: all .3s ease;
}

.select-tyre-wizard-demo span#width {
    transform: rotate(-16deg);
    margin-top: 6px;
}

.select-tyre-wizard-demo span#aspectRatio {
}

.select-tyre-wizard-demo span#cap { /*transform:rotate(10deg);margin-top:3px;*/
}

.select-tyre-wizard-demo span#rim {
    transform: rotate(16deg);
    margin-top: 7px;
}

.select-tyre-wizard-demo span.changed {
    text-shadow: 0 0 5px #fff;
    color: #fff;
}

.form-group {
    position: relative;
    margin-bottom: 18px;
}

.form-control {
    line-height: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 0 30px 0 26px;
    font-size: 16px;
    color: #3f4241;
    box-shadow: none;
    width: 100% !important;
}

button.form-control {
    background: #194585;
    border: 1px solid #194585;
    color: #fff;
    text-align: left;
}

/*.customSelect.form-control {background:#fff url(../images/icon-select.svg) no-repeat 92% center;}
.customSelect.form-control.location-select {background:#fff url(../images/icon-location.svg) no-repeat 92% center;background-size:18px;}*/
.customSelect.form-control .customSelectInner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-check {
    padding-left: 24px;
    line-height: 16px;
}

.form-check-label {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.customSelect.form-control:after {
    content: "";
    width: 12px;
    height: 8px;
    background: #fff url(../images/icon-select.svg) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    pointer-events: none;
    user-select: none;
}

.customSelect.form-control.location-select:after {
    width: 18px;
    height: 25px;
    background: url(../images/icon-location.svg) no-repeat;
    background-size: 18px;
    top: 50%;
    margin-top: -12.5px;
}
button.customSelect.form-control.location-select:after {
    background-image: url(../images/icon-location3.svg);
    top: 50%;
    margin-top: -12.5px;
}

.form-check-input {
    position: inherit;
    margin: 0;
}

.form-check .custom-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #d0d0d0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 16px;
}

.form-check .custom-checkbox.selected:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #174489;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}

.btn {
    border: 2px solid #fff;
    height: 46px;
    line-height: 42px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-radius: 23px;
    padding: 0;
    background-color: transparent !important;
    border-color: #fff !important;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(216, 216, 216, 0.4)) !important;
    box-shadow: none !important;
    outline: 0 !important;
    transition: background-color .3s ease;
}
.no-touch .btn:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(216, 216, 216, 0.2)) !important;
}

.btn.btn-primary:after {
    content: "";
    width: 31px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/icon-arrow.png") no-repeat center;
    margin-left: 15px;
    margin-top: 12px;
}

.euromaster-collection {
    overflow: hidden;
}

.euromaster-collection .bx-wrapper {
    margin: 40px 0;
    max-width:inherit!important;
}

.euromaster-collection .bx-viewport {
    overflow: visible !important;
}

.euromaster-collection .bx-pager {
    text-align: center;
    line-height: 20px;
    margin-bottom: 2px;
}

.euromaster-collection .bx-pager-item {
    display: inline-block;
    width: 16px;
    height: 20px;
    margin: 0 5px;
}

.euromaster-collection .bx-pager-item a {
    display: block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d8d8d8;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    margin-top: 2px;
}

.euromaster-collection .bx-pager-item a.active {
    background: #194585;
}

.euromaster-collection ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
}

.euromaster-collection ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.euromaster-collection ul li {
    margin: 0;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    width: 170px;
    text-align: center;
    padding: 80px 20px 70px 20px;
    transition: all .3s ease;
}

.euromaster-collection ul li a {
    display: block;
}

.euromaster-collection ul li .euromaster-collection-icon {
    width: 120px;
    margin: 0 auto 12px auto;
    transition: all .3s ease;
    background: #194585;
    border-radius: 50%;
    padding: 10px;
}

.euromaster-collection ul li .euromaster-collection-icon img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.euromaster-collection ul li .euromaster-collection-name {
    font-size: 20px;
    font-weight: 600;
    color: #194585;
    line-height: 24px;
    transition: all .3s ease;
}

.euromaster-collection ul li .euromaster-collection-desc {
    font-size: 14px;
    color: #3f4241;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: -114px;
    opacity: 0;
    transition: all .3s ease;
}

.euromaster-collection ul li .btn {
    background-image: linear-gradient(to bottom, #fff, #f4f4f4) !important;
    border-color: #009949 !important;
    color: #009949 !important;
    opacity: 0;
    transition: all .3s ease;
    display: block;
}
.no-touch .euromaster-collection ul li .btn:hover {
    background-image: linear-gradient(to bottom, #f4f4f4, #fff) !important;
}

.euromaster-collection ul li .btn.btn-primary:after {
    background: url("../images/icon-arrow2.png") no-repeat center;
}

.no-touch .euromaster-collection ul li:hover {
    width: 285px !important;
    margin: 0 -50px;
    z-index: 1;
    padding: 8px 19px 18px 19px;
    box-shadow: 0 -10px 20px -8px rgba(0, 0, 0, 0.5);
}

.no-touch .euromaster-collection ul li:hover .euromaster-collection-icon {
    width: 140px;
    margin: 0 auto 9px auto;
}

.no-touch .euromaster-collection ul li:hover .euromaster-collection-desc {
    margin-top: 9px;
    opacity: 1;
}

.no-touch .euromaster-collection ul li:hover .btn {
    opacity: 1;
}

.home-sections {
    margin-bottom: 30px;
}

.home-sections:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.home-sections .home-section {
    width: 50%;
    height: 210px;
    color: #fff;
    position: relative;
}

.home-sections .home-section.home-section-left {
    float: left;
    background-image: radial-gradient(circle at 48% 26%, #058d43, #0f572d);
    transition: all .3s ease;
}

.home-sections .home-section.home-section-right {
    float: right;
    background-image: linear-gradient(to right, #194585, rgba(23, 68, 137, 0));
    transition: all .3s ease;
}

.home-sections .home-section-inner {
    width: 360px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

.home-sections .home-section.home-section-left .home-section-inner {
    float: right;
    margin-right: 30px;
}

.home-sections .home-section.home-section-right .home-section-inner {
    float: left;
    margin-left: 30px;
}

.home-sections .home-section-inner h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
}

.home-sections .home-section-inner .btn {
    width: 250px;
}

/*.no-touch .home-sections.home-section-left-hover .home-section.home-section-left {
    width: 54%;
}

.no-touch .home-sections.home-section-left-hover .home-section.home-section-right {
    width: 46%;
}

.no-touch .home-sections.home-section-right-hover .home-section.home-section-left {
    width: 46%;
}

.no-touch .home-sections.home-section-right-hover .home-section.home-section-right {
    width: 54%;
}*/

.home-sections .home-section.home-section-left:after {
    width: 334px;
    height: 152px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    background: url("../images/franchise.png") no-repeat center;
    background-size: 100%;
}

.home-sections .home-section.home-section-right:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/periyodik.jpg") no-repeat right center;
    background-size: cover;
}


/*.euromaster-logos {*/
    /*overflow: hidden;*/
/*}*/

.euromaster-logos .bx-wrapper {
    margin: 30px 0 60px 0;
}

/*.euromaster-logos .bx-viewport {*/
    /*overflow: visible !important;*/
/*}*/

.euromaster-logos ul li {
    height: 80px;
}

.euromaster-logos ul li img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.euromaster-services {
    margin-bottom: 20px;
}

.euromaster-services .bx-pager {
    text-align: center;
    line-height: 20px;
    margin: 20px 0;
}

.euromaster-services .bx-pager-item {
    display: inline-block;
    width: 16px;
    height: 20px;
    margin: 0 5px;
}

.euromaster-services .bx-pager-item a {
    display: block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d8d8d8;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    margin-top: 2px;
}

.euromaster-services .bx-pager-item a.active {
    background: #194585;
}

.euromaster-services ul li {
    font-size: 14px;
    line-height: 24px;
}

.euromaster-services ul li .euromaster-service-img {
    position: relative;
    background-color: rgba(4, 53, 125, 0.4);
    background-blend-mode: multiply;
    background-size: cover;
}

.euromaster-services ul li .euromaster-service-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

.euromaster-services ul li .euromaster-service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    color: #fff;
    padding-left: 40px;
    text-shadow: 1px 1px 4px rgba(0,0,0,1);
}

.euromaster-services ul li h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.euromaster-services ul li h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.breadcrumbs {
    overflow: hidden;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.breadcrumbs ul li {
    margin: 0;
    float: left;
    position: relative;
    color: #194585;
    font-size: 20px;
    font-weight: 600;
    padding: 36px 0 10px 20px;
    line-height: 20px;
}

.breadcrumbs ul li.home {
    color: #fff;
    font-size: 14px;
    background: #a6a7a4;
    padding-left: 0;
    width: 75px;
}

.breadcrumbs ul li.home a {
    display: block;
    line-height: 20px;
}

.breadcrumbs ul li.home:before {
    content: "";
    position: absolute;
    width: 1000%;
    right: 75px;
    top: 0;
    height: 100%;
    background: #a6a7a4;
}

.breadcrumbs ul li.detail-page {
    padding-top: 16px;
}

.dealer-map {
    position: relative;
    background: #194585;
}

.dealer-map #dealer_map {
    height: 320px;
}

.dealer-map .dealer-map-form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 0;
    color: #194585;
    font-size: 16px;
    line-height: 120%;
}

.dealer-map .dealer-map-form h2 {
    font-size:26px;
    font-weight:600;
    line-height: 120%;
}
.dealer-map .dealer-map-form .form-group {
    margin-bottom: 0;
}

.dealer-map .dealer-list-item-name {
    font-weight: 600;
    font-size: 20px;
    color: #194585;
    line-height: 23px;
    margin-bottom: 0;
    padding-left: 105px;
}

.dealer-map .dealer-list-item-name span {
    font-weight: 700;
}

.dealer-map .dealer-list-item-name .back-button {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -23px;
    width: 86px;
    border: 2px solid #009949 !important;
    color: #009949;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
}

.dealer-map .dealer-list-item-name .back-button:after {
    content: none;
}

.dealer-map .dealer-list-item-name .back-button:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background: url("../images/svg/geri.svg") no-repeat;
    width: 10px;
    height: 18px;
    margin-top: 12px;
    vertical-align: top;
}

.dealer-list-filter {
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 140px;
}

.dealer-list-filter .dealer-list-filter-title {
    line-height: 30px;
    font-weight: 600;
    color: #3f4241;
    position: absolute;
    left: 0;
    top: 0;
    width: 125px;
    text-align: right;
}

.dealer-list-filter .form-group {
    margin-bottom: 0;
}

.dealer-list-filter .form-control {
    line-height: 30px;
    height: 30px;
    background: none transparent;
    border: 0;
    border-radius: 0;
    padding: 0 25px 0 5px;
    font-size: 14px;
    color: #3f4241;
    box-shadow: none;
}

.dealer-list-filter .customSelect.form-control { /*background:#fff url(../images/icon-select.svg) no-repeat 100% center;*/
}

.dealer-list {
    margin-bottom: 100px;
}

.dealer-list ul {
    list-style: none inside;
    margin-bottom: 0;
    padding: 0;
}

.dealer-list ul li {
    margin-bottom: 50px;
}

.dealer-list .dealer-list-item {
    border: 1px solid #d0d0d0;
    border-radius: 1px;
    padding: 25px 25px 50px 25px;
    min-height: 230px;
}

.dealer-list .dealer-list-item .btn {
    width: 248px;
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -124px;
    background: #fff !important;
    border: 2px solid #009949 !important;
    color: #009949;
}
.no-touch .dealer-list .dealer-list-item .btn:hover {
    background: #f4f4f4 !important;
}
.dealer-list .dealer-list-item .btn.btn-primary:after {
    background: url("../images/icon-arrow2.png") no-repeat center;
}

.dealer-list .dealer-list-item .dealer-list-item-content {
    position: relative;
    padding-left: 270px;
    min-height: 230px;
}

.dealer-list .dealer-list-item .dealer-list-item-content .dealer-list-item-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 248px;
    background-size:cover;
}

.dealer-list .dealer-list-item .dealer-list-item-content .dealer-list-item-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.dealer-list .dealer-list-item .dealer-list-item-detail {
    font-size: 14px;
    color: #3f4241;
    line-height: 17px;
}

.dealer-list-item-name {
    font-weight: 600;
    font-size: 20px;
    color: #194585;
    line-height: 27px;
    margin-bottom: 15px;
}

.dealer-list-item-name span {
    font-weight: 700;
}

.dealer-list-item-address {
    padding-left: 25px;
    margin-bottom: 10px;
    background: url("../images/icon-address.svg") no-repeat left top;
}

.dealer-list-item-phone {
    padding-left: 25px;
    background: url("../images/icon-phone.svg") no-repeat left top;
    line-height: 23px;
}

.dealer-list-item-distance {
    padding-left: 25px;
    /*background: url("../images/icon-phone.svg") no-repeat left top;*/
    line-height: 23px;
}

.dealer-detail-page {
    padding-bottom: 45px;
}

.dealer-detail-page .dealer-detail-image {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin-top: -60px;
}

.dealer-detail-page .dealer-detail-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.dealer-detail-page .dealer-info {
    margin-left: 110px;
}

.working-hours {
}

.working-hours dl {
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.working-hours dl:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.working-hours dl dt {
    width: 35%;
    float: left;
    color: #009949;
    font-weight: 600;
    line-height: 18px;
}

.working-hours dl dd {
    width: 65%;
    float: left;
    line-height: 18px;
}

.dealer-about-content {
    color: #3f4241;
    font-size: 14px;
    line-height: 20px;
    padding: 40px 0 15px 0;
}

.dealer-about-content h2 {
    color: #194585;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.dealer-about-content h2 span {
    font-weight: 700;
}

.section-mini {
    padding-top: 25px;
    color: #3f4241;
}

.section-mini h2 {
    color: #194585;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-mini .btn.btn-secondary {
    border: 2px solid #174489 !important;
    color: #174489 !important;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
}

.section-mini .btn.btn-secondary:after {
    content: "";
    width: 31px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/icon-arrow3.png") no-repeat center;
    margin-left: 15px;
    margin-top: 12px;
}

.section-mini .btn.btn-primary {
    border: 2px solid #009949 !important;
    color: #009949 !important;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
}

.section-mini .btn.btn-primary:after {
    content: "";
    width: 23px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/icon-address.svg") no-repeat center;
    background-size: 23px;
    margin-left: 15px;
    margin-top: 2px;
}

.dealer-tabs {
    background-image: radial-gradient(circle at 47% 27%, #1677c3, #174489);
    overflow: hidden;
    margin-top: 50px;
}

.dealer-tabs-content {
    padding: 30px 0 30px 0;
}

.dealer-tabs-header {
    height: 46px;
    position: relative;
}

.dealer-tabs-header ul {
    list-style: none inside;
    margin: 0;
    padding: 0;
    position: relative;
}

.dealer-tabs-header ul li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 46px;
    z-index: 0;
}

.dealer-tabs-header ul li a {
    display: block;
    line-height: 46px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 60px;
}

.dealer-tabs-header ul li:first-child a {
    padding-left: 0;
}

.dealer-tabs-header ul li a {
    background-color: rgba(0, 0, 0, 0.28);
}

.dealer-tabs-header ul li a:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: rgba(0, 0, 0, 0.28);
}

.dealer-tabs-header ul li:first-child a {
    background-color: rgba(0, 0, 0, 0.28);
}

.dealer-tabs-header ul li:first-child a:before {
    left: auto;
    right: 100%;
}

.dealer-tabs-header ul li.ui-state-active {
    z-index: 1;
}

.dealer-tabs-header ul li.ui-state-active a {
    background-color: transparent;
}

.dealer-tabs-header ul li.ui-state-active a:before {
    content: none;
}

.dealer-tabs-services {
}

.dealer-tabs-services ul {
    list-style: none inside;
    margin-bottom: -30px;
    padding: 0;
}

.dealer-tabs-services ul li {
    margin-bottom: 30px;
}

.dealer-tabs-services .dealer-tabs-service-item {
    padding: 15px 60px 15px 140px;
    /*background: #fff;*/
    border-radius: 3px;
    /*color: #194585;*/
    color: #fff;
    position: relative;
    min-height:100px;
}

.dealer-tabs-services .dealer-tabs-service-item .dealer-tabs-service-item-image {
    width: 80px;
    position: absolute;
    top: 15px;
    left: 30px;
}

.dealer-tabs-services .dealer-tabs-service-item .dealer-tabs-service-item-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.dealer-tabs-services .dealer-tabs-service-item h3 {
    font-size: 16px;
    font-weight: 600;
}

.dealer-tabs-services .dealer-tabs-service-item p {
    margin-bottom: 0;
}

.list-page {
}

.list-page ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.list-page ul li {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.list-page .list-item {
    position: relative;
    padding-bottom: 15px;
}

.list-page .list-item .list-item-heading {
    position: relative;
    background-image: radial-gradient(circle at 50% 0, #1570c7, #174489);
    color: #fff;
    height: 155px;
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.3);
}

.list-page .list-item .list-item-heading .list-item-header {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.list-page .list-item .list-item-heading .list-item-header h2 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.list-page .list-item .list-item-heading .list-item-header .list-item-date {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}

.list-page .list-item .list-item-image {
    border: 1px solid #fff;
    margin: -125px 0 0 0;
}

.list-page .list-item .list-item-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.list-page .list-item .list-item-content {
    padding: 15px 0;
    font-size: 16px;
    line-height: 22px;
    color: #3f4241;
}

.list-page .list-item .btn.btn-primary {
    border: 2px solid #009949 !important;
    color: #009949 !important;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
    width: 250px;
}

.list-page .list-item .btn.btn-primary:after {
    background-image: url("../images/icon-arrow2.png");
}

.list-page-pager {
    height: 66px;
    background: #bdbeba;
}

.list-page-pager ul {
    list-style: none inside;
    margin: 13px 0;
    text-align: center;
    padding: 0;
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
}

.list-page-pager ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.list-page-pager ul .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%
}

.list-page-pager ul .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%
}

.list-page-pager ul .page-item.disabled .page-link {
    display: inline-block;
    background: transparent;
    border: none;
    color: #fff;
}

.list-page-pager ul .page-item.active .page-link {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #194585;
    color: #fff;
    line-height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;

}

.list-page-pager ul li .page-link {
    padding: 0;
}

.list-page-pager ul li a {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: transparent;
    line-height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}

.list-page-pager ul li a.active {
    background: #194585;
}

.list-page-pager ul li a.prev:before {
    width: 10px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -5px;
    background: url("../images/svg/geri-beyaz.svg") no-repeat;
    content: "";
}

.list-page-pager ul li a.next:before {
    width: 10px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -5px;
    background: url("../images/svg/geri-beyaz.svg") no-repeat;
    content: "";
    transform: rotate(180deg);
}

.list-item-share {
}

.list-item-share:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.list-item-share a {
    float: left;
    margin: 20px 0 10px 0;
    width: 124px;
    height: 46px;
    line-height: 42px;
    font-weight: 700;
    padding-left: 48px;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-radius: 23px;
    margin-right: 4px;
}

.list-item-share a:before {
    font-family: "FontAwesome";
    width: 40px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
}

.list-item-share a.facebook {
    color: #4c76be;
    border-color: #4c76be;
}

.list-item-share a.linkedin {
    color: #0b86ca;
    border-color: #0b86ca;
}

.list-item-share a.twitter {
    color: #00c7ff;
    border-color: #00c7ff;
}

.list-item-share a.facebook:before {
    content: "\f09a";
}

.list-item-share a.linkedin:before {
    content: "\f0e1";
}

.list-item-share a.twitter:before {
    content: "\f099";
}

.list-detail-page .list-item {
    position: relative;
}

.list-detail-page .list-item .list-item-heading {
    position: relative;
    background-image: radial-gradient(circle at 50% 0, #1570c7, #174489);
    color: #fff;
    height: auto;
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.3);
}

.list-detail-page .list-item .list-item-heading .list-item-header {
    padding: 25px 0 85px 0;
}

.list-detail-page .list-item .list-item-heading .list-item-header .list-item-date {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}

.list-detail-page .list-item .list-item-heading .list-item-header h2 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
}

.list-detail-page .list-item .list-item-image {
    border: 1px solid #fff;
    margin: -65px 0 0 0;
    position: relative;
}

.list-detail-page .list-item .list-item-image .list-item-image-caption {
    position: absolute;
    left: 250px;
    bottom: 80px;
}


.list-detail-page .list-item-image-caption .btn.btn-primary {
    border: 2px solid #194585 !important;
    color: #194585!important;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(216, 216, 216, 0.4)) !important;
    width: 250px;
}

.list-detail-page .list-item-image-caption .btn.btn-primary:after {
    background-image: url("../images/icon-arrow3.png");
}

.list-detail-page .list-item .list-item-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.list-detail-page .list-item .list-item-content {
    padding: 15px 0;
    font-size: 16px;
    line-height: 22px;
    color: #3f4241;
}

.list-detail-page .list-item .list-item-content article h1 {
    font-size: 20px;
    font-weight: 600;
    color: #194585;
}

.list-detail-page .list-item .list-item-content article h2 {
    font-size: 20px;
    font-weight: 600;
    color: #194585;
}

.list-detail-page .list-item .list-item-content article h3 {
    font-size: 20px;
    font-weight: 600;
    color: #194585;
}

.list-detail-page .list-item .list-item-content article h4 {
    font-size: 16px;
    font-weight: 600;
    color: #194585;
}

.list-detail-page .list-item .list-item-content article p strong {
    font-weight: 600;
}

.news-detail-page .list-item .list-item-heading {
    height: 155px;
}

.news-detail-page .list-item .list-item-heading .list-item-header {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0;
}

.news-detail-page .list-item .list-item-image {
    margin: -125px 0 -70px 0;
}

.services-list-row {
    position: relative;
}

.services-list-row:before {
    width: 100%;
    height: 150px;
    background-image: radial-gradient(circle at 50% 0, #1570c7, #174489);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.services-list-row .container {
    z-index: 1;
    position: relative;
}

.services-list {
    position: relative;
}

.services-list ul {
    list-style: none inside;
    margin-bottom: 0;
    padding: 0;
}

.services-list ul li {
    margin-bottom: 0;
}

.service-list-item {
    position: relative;
    color: #3f4241;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
}

.service-list-item .service-list-item-header {
    position: relative;
    padding-left: 126px;
    height: 114px;
    line-height: 114px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.service-list-item .service-list-item-header .service-list-item-header-img {
    position: absolute;
    width: 88px;
    left: 11px;
    top: 12px;
}

.service-list-item .service-list-item-header .service-list-item-header-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.service-list-item .service-list-item-wrapper {
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 15px 15px 30px 15px;
}

.service-list-item .service-list-item-wrapper .btn.btn-primary {
    border: 2px solid #174489 !important;
    color: #174489 !important;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
    width: 250px;
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -125px;
}

.service-list-item .service-list-item-wrapper .btn.btn-primary:after {
    background-image: url("../images/icon-arrow3.png");
}

.service-list-item .service-list-item-wrapper .service-list-item-img {
    margin-bottom: 12px;
}

.service-list-item .service-list-item-wrapper .service-list-item-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.service-list-item .service-list-item-wrapper .service-list-item-content {
}

.service-detail-page .service-list-item {
    margin-bottom: 0;
}

.service-detail-page .list-item .list-item-heading {
    height: 155px;
}

.service-detail-page .list-item .list-item-heading .list-item-header {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0;
}

.service-detail-page .list-item .list-item-image {
    margin: -125px 0 0 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #cfcfcf;
}

.service-detail-button .btn.btn-primary {
    border: 2px solid #174489 !important;
    color: #174489 !important;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
    width: 100%;
    position: relative;
}
.no-touch .service-detail-button .btn.btn-primary:hover {
    background-image: linear-gradient(to bottom, #f4f4f4, #fff) !important;
}

.service-detail-button .btn.btn-primary:after {
    background-image: url("../images/icon-arrow3.png");
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.list-detail-page.content-page .list-item .list-item-heading {
    background: #194585;
}

.list-detail-page.content-page .list-item .list-item-heading .list-item-header {
    padding: 20px 0 20px 0;
}

.list-detail-page.content-page .list-item .list-item-content {
    padding: 15px 0;
    font-size: 16px;
    line-height: 22px;
    color: #3f4241;
}

.list-detail-page.content-page .list-item .list-item-content article h1 {
    font-size: 20px;
    font-weight: 600;
    color: #009949;
}

.list-detail-page.content-page .list-item .list-item-content article h2 {
    font-size: 20px;
    font-weight: 600;
    color: #009949;
}

.list-detail-page.content-page .list-item .list-item-content article h3 {
    font-size: 20px;
    font-weight: 600;
    color: #009949;
}

.list-detail-page.content-page .list-item .list-item-content article h4 {
    font-size: 16px;
    font-weight: 600;
    color: #009949;
}

.list-detail-page.content-page .list-item .list-item-content article p strong {
    font-weight: 600;
}

.list-detail-page.content-page .list-item .list-item-content article p a {
    color: #174489;
    font-weight: 600;
    text-decoration: underline;
}

.list-detail-page.content-page .list-item .list-item-content article ul {
    list-style: none inside;
    padding: 0;
}

.list-detail-page.content-page .list-item .list-item-content article ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
}

.list-detail-page.content-page .list-item .list-item-content article ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 6px;
    background: #009949;
    border-radius: 50%;
}

.list-detail-page.content-page .list-item .list-item-content article .videoWrapper {
    position: relative;
    float: right;
    width: 50%;
    padding-bottom: 21.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px;
    margin-left: 30px;
}

.list-detail-page.content-page .list-item .list-item-content article .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #cfcfcf;
}

.list-detail-page.content-page .list-item .list-item-content article .imgWrapper {
    position: relative;
    float: right;
    width: 50%;
    margin-bottom: 30px;
    margin-left: 30px;
}

.list-detail-page.content-page .list-item .list-item-content article .imgWrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #cfcfcf;
}

.tyres-list ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.tyres-list ul li {
    margin: 0 0 60px 0;
    padding: 0;
    position: relative;
}

.tyres-list .tyres-list-item {
    border: 1px solid #bdbeba;
    padding: 15px 30px 15px 30px;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
}

.tyres-list .tyres-list-item:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.tyres-list .tyres-list-item .tyres-list-item-img {
    display: inline-block;
    width: 160px;
    vertical-align: middle;
}

.tyres-list .tyres-list-item .tyres-list-item-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.tyres-list .tyres-list-item .tyres-list-item-content {
    display: inline-block;
    width: 270px;
    margin-right: 60px;
    vertical-align: middle;
    margin-left: 50px;
}

.tyres-list .tyres-list-item .tyres-list-item-quantity {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
}

.tyres-list .tyres-list-item .tyres-list-item-price {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    margin-left: 30px;
}

.tyres-list .tyres-list-item .tyres-list-item-brand {
    margin-top: 10px;
    margin-bottom: 25px;
}
.tyres-list .tyres-list-item .tyres-list-item-brand img {
    height: 26px; width:auto;display:block;
}

.tyres-list-item-model {
    color: #194585;
    position: relative;
    margin-bottom: 25px;
}

.tyres-list-item-model .tyres-list-item-model-name {
    font-size: 25px;
    line-height: 120%;
    font-weight: 600;
}

.tyres-list-item-model .tyres-list-item-model-size {
    font-size: 20px;
    line-height: 120%;
}

.tyres-list-item-model .tyres-list-item-model-type {
    position: absolute;
    width: 44px;
    left: -64px;
    top: 50%;
    margin-top: -22px;
    display:none;
}

.tyres-list-item-model .tyres-list-item-model-type img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.tyres-list .tyres-list-item .tyres-list-item-cta {
    position: relative;
    z-index: 1;
    top: 44.5px;
}

.tyres-list .tyres-list-item .tyres-list-item-cta .btn.btn-secondary {
    border: 2px solid #009949 !important;
    color: #009949 !important;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
    width: 100%;
    position: relative;
}
.no-touch .tyres-list .tyres-list-item .tyres-list-item-cta .btn.btn-secondary:hover {
    background-image: linear-gradient(to bottom, #f4f4f4, #fff) !important;
}
.tyres-list .tyres-list-item .tyres-list-item-cta .btn.btn-secondary:after {
    content: "";
    width: 31px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/icon-arrow2.png");
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.tyres-list .tyres-list-item .tyres-list-item-quantity .form-group {
    margin: 0;
}

.tyres-list .tyres-list-item .tyres-list-item-price {
    position: relative;
    z-index: 1;
}

.tyres-list .tyres-list-item .tyres-list-item-price .btn.btn-primary {
    border: 2px solid #174489 !important;
    color: #174489 !important;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
    width: 100%;
    position: relative;
}
.no-touch .tyres-list .tyres-list-item .tyres-list-item-price .btn.btn-primary:hover {
    background-image: linear-gradient(to bottom, #f4f4f4, #fff) !important;
}

.tyres-list .tyres-list-item .tyres-list-item-price .btn.btn-primary:after {
    content: "";
    width: 31px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/icon-arrow3.png");
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.tyres-list .tyres-list-item .tyres-list-item-symbols {
}

.tyres-list .tyres-list-item .tyres-list-item-symbols:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.tyres-list-item-symbols .tyres-list-item-symbol {
    float: left;
    margin-left: 35px;
    padding-left: 30px;
    font-size: 14px;
    color: #fff;
}

.tyres-list-item-symbols .tyres-list-item-symbol.fuelsave {
    margin-left: 0;
    background: url("../images/svg/benzin_pompasi.svg") no-repeat left center;
}

.tyres-list-item-symbols .tyres-list-item-symbol.weather {
    background: url("../images/svg/yagis.svg") no-repeat left center;
}

.tyres-list-item-symbols .tyres-list-item-symbol.db {
    background: url("../images/svg/ses.svg") no-repeat left center;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #b7b7b7;
    position: relative;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 16px;
    border-color: transparent transparent transparent #b7b7b7;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-A {
    background-color: #009231;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-A:after {
    border-left-color: #009231;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-B {
    background-color: #54AC16;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-B:after {
    border-left-color: #54AC16;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-C {
    background-color: #C9D300;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-C:after {
    border-left-color: #C9D300;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-D {
    background-color: #FFEF00;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-D:after {
    border-left-color: #FFEF00;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-E {
    background-color: #FCBC00;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-E:after {
    border-left-color: #FCBC00;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-F {
    background-color: #EE6900;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-F:after {
    border-left-color: #EE6900;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-G {
    background-color: #E50006;
}

.tyres-list-item-symbols .tyres-list-item-symbol span.cat.cat-G:after {
    border-left-color: #E50006;
}

.tyres-page {
    margin-top: 40px;
    margin-bottom: 40px;
}

.tyres-page .back-button {
    position: absolute;
    left: 15px;
    top: 0;
    margin-top: 0;
    width: 86px;
    border: 2px solid #009949 !important;
    color: #009949;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
}

.tyres-page .back-button:after {
    content: none;
}

.tyres-page .back-button:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background: url("../images/svg/geri.svg") no-repeat;
    width: 10px;
    height: 18px;
    margin-top: 12px;
    vertical-align: top;
}

.tyres-page .tyres-list-item-brand {
    text-align: right;
}

.tyres-page .tyres-list-item-img {
    width: 100%;
}

.tyres-page .tyres-list-item-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.tyres-page form {
    width: 260px;
}

.tyres-page form .tyres-list-item-price {
    position: relative;
    z-index: 1;
}

.tyres-page form .tyres-list-item-price .btn.btn-primary {
    border: 2px solid #174489 !important;
    color: #174489 !important;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
    width: 100%;
    position: relative;
}
.tyres-page form .tyres-list-item-price .btn.btn-primary:after {
    content: "";
    width: 31px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/icon-arrow3.png");
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.tyres-page .tyres-list-item-price .btn.btn-secondary {
    border: 2px solid #27894f !important;
    color: #27894f !important;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
    width: 100%;
    position: relative;
}
.tyres-page .tyres-list-item-price .btn.btn-secondary:after {
    content: "";
    width: 31px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/icon-arrow2.png");
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.tyre-detail {
}

.tyre-detail article {
    font-size: 16px;
    color: #5b5e5d;
}

.tyre-detail article h1 {
    font-size: 16px;
    font-weight: 600;
    color: #174489;
}

.tyre-detail article h2 {
    font-size: 16px;
    font-weight: 600;
    color: #174489;
}

.tyre-detail article h3 {
    font-size: 16px;
    font-weight: 600;
    color: #174489;
}

.tyre-detail article h4 {
    font-size: 16px;
    font-weight: 600;
    color: #174489;
}

.tyre-detail article p strong {
    font-weight: 600;
}

.tyre-detail article p a {
    color: #174489;
    font-weight: 600;
    text-decoration: underline;
}

.tyre-detail article ul {
    list-style: none inside;
    padding: 0;
}

.tyre-detail article ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
}

.tyre-detail article ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 6px;
    background: #174489;
    border-radius: 50%;
}

.achatPneuMarqueSearchSubList {
}

.achatPneuMarqueSearchSubList:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.achatPneuMarqueSearchSubList .colProfileDimension {
    /*float: left;*/
    /*width: 20%;*/
}

.achatPneuMarqueSearchSubList .colProfileDimension ul {
    margin: 0;
}

.list-item-content article ul {
    list-style: none inside;
    padding: 0;
}

.list-item-content article ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
}

.list-item-content article ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 6px;
    background: #174489;
    border-radius: 50%;
}
.list-item-content.list-item-content-white article ul li {
    color:#f4f4f4;
}
.list-item-content.list-item-content-white article ul li a {
    text-decoration:underline;
}
.list-item-content.list-item-content-white article ul li:before {
    background: #fff;
}


.price-quote {
    background: #e8e8e8;
}

.price-quote .price-quote-heading {
    background: #2376af;
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.price-quote .price-quote-heading ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.price-quote .price-quote-heading ul li {
    margin: 0 0 0 30px;
    padding: 0 15px 0 15px;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
    position: relative;
}

.price-quote .price-quote-heading ul li span {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 12px;
}

.price-quote .price-quote-heading ul li.done {
    z-index: 1;
    color: #2376af;
    background: #194585;
}

.price-quote .price-quote-heading ul li.done span {
    border-color: #2376af;
}

.price-quote .price-quote-heading ul li.active {
    background: #194585;
}

.price-quote .price-quote-heading ul li.active:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent #194585;
}

.price-quote .price-quote-heading ul li.active:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    background: #194585;
    width: 1000%;
    height: 100%;
}

.price-quote-content {
    font-size: 16px;
    line-height: 22px;
    color: #3f4241;
    padding: 30px 0;
}

.price-quote .form-group-text {
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.price-quote .price-quote-heading.final-heading {
    color: #fff;
    background-image: radial-gradient(circle at 50% 0, #1570c7, #174489);
    padding: 50px 0 40px 0;
}

.price-quote .price-quote-heading p {
    font-size: 16px;
    line-height: 22px;
}

.price-quote .price-quote-heading p strong {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
}

.price-quote .price-quote-heading p.lead {
    font-size: 25px;
    line-height: 120%;
}

.price-quote .price-quote-heading p.lead strong {
    font-size: 25px;
    line-height: 120%;
    font-weight: 600;
}

.price-quote .price-quote-heading p small {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
}

.price-quote .price-quote-heading.final-heading ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none inside;
}

.price-quote .price-quote-heading.final-heading ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.price-quote .price-quote-heading.final-heading ul li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 0 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    position: relative;
}

.price-quote .price-quote-heading.final-heading ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 6px;
    background: #fff;
    border-radius: 50%;
}

.price-quote .price-quote-heading.final-heading .final-heading-list ul {
    margin-right: -30px;
}

.price-quote .price-quote-heading.final-heading .final-heading-list ul li {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.ui-button, .ui-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.ui-button {
    line-height: normal;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 100%;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    color: #3f4241;
    box-shadow: none !important;
    outline: 0 !important;
}

.ui-icon {
    text-indent: -99999px;
    overflow: hidden;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    background: url(../images/icon-select.svg) no-repeat;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 30px;
    margin-left: 26px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 60px;
    position: relative;
}

.ui-front {
    z-index: 100
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-menu, .ui-selectmenu-open {
    display: block
}

.ui-menu {
    list-style: none;
    margin: -3px 0 0 0;
    outline: 0;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 3px 0 5px 0;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    max-height: 167px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    padding: 0 30px;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    line-height: 52px;
    border-top: 1px solid #cbcbcb;
    color: #3f4241;
}

.ui-menu .ui-menu-item:first-child .ui-menu-item-wrapper {
    border-top: 0;
}

.ui-menu .ui-menu-item-wrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.ui-menu .ui-menu-item-wrapper span {
    float: left;
}

.ui-menu .ui-menu-item-wrapper span.custom-menu-dealer {
    width: 280px;
    margin-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}

.ui-menu .ui-menu-item-wrapper span.custom-menu-address {
    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-menu .ui-menu-item-wrapper span.custom-menu-distance {
    position: absolute;
    right: 0;
    color: #194585;
    background: url("../images/icon-location2.svg") no-repeat left center;
    padding-left: 26px;
}

.ui-selectmenu-text:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.ui-selectmenu-text span {
    float: left;
}

.ui-selectmenu-text span.custom-menu-dealer {
    width: 280px;
    margin-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}

.ui-selectmenu-text span.custom-menu-address {
    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-selectmenu-text span.custom-menu-distance {
    position: absolute;
    right: 0;
    color: #194585;
    background: url("../images/icon-location2.svg") no-repeat left center;
    padding-left: 26px;
}

.price-quote .form-check label {
    color: #3f4241;
}

.price-quote .form-service-check {
    background: #fff;
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 0;
}

.price-quote .form-service-check label {
    font-size: 16px;
    line-height: 20px;
    color: #3f4241;
    padding: 12px 20px 12px 60px;
    width: 100%;
}

.price-quote .form-service-check .custom-checkbox {
    left: 20px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}

.price-quote .btn.btn-primary {
    border: 2px solid #174489 !important;
    color: #174489 !important;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
    width: 100%;
    position: relative;
}

.price-quote .btn.btn-primary:after {
    content: "";
    width: 31px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/icon-arrow3.png");
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.price-quote textarea.form-control {
    height: 162px;
    resize: none;
    line-height:20px;
    padding: 10px 15px;
}

.price-quote-dealer-map #dealer_map {
    height: 221px;
    margin-bottom: 15px;
}

form .fieldset-title {
    color: #3f4241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.infoBox {
    line-height: 20px;
}

.infoBox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 16px 0;
    border-color: #fff transparent transparent;
    position: absolute;
    bottom: -18px;
    right: 50px;
}

.infoBox .infobox-top-line {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 5px;
    background-image: linear-gradient(93deg, #1a4788, #2376af);
}

.infoBox .infobox-top-line:before {
    content: "";
    width: 48px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(170deg, #efa644, #f9f072);
}

.infoBox .infobox-top-line:after {
    content: "";
    width: 48px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 48px;
    background-image: linear-gradient(168deg, #135831, #18964f);
}

.infoBox .infobox-dealer-title {
    color: #194585;
    font-weight: 600;
}

.section-content-label {
    padding: 20px;
    color: #3f4241;
    line-height: 20px;
    background: #fff;
    position: relative;
    min-height: 120px;
}

.section-content-label .section-content-label-header {
    color: #194585;
    font-weight: 600;
}

.section-content-label-top-line {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 5px;
    background-image: linear-gradient(93deg, #1a4788, #2376af);
}

.section-content-label-top-line:before {
    content: "";
    width: 48px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(170deg, #efa644, #f9f072);
}

.section-content-label-top-line:after {
    content: "";
    width: 48px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 48px;
    background-image: linear-gradient(168deg, #135831, #18964f);
}

.price-list-row {
    background: #e8e8e8;
    color: #3f4241;
    font-size: 16px;
    line-height: 34px;
}

.price-list-row .price-list-row-header {
    background: #fff104;
    color: #174489;
    font-weight: 600;
    padding: 20px 0;
}

.price-list-row .price-list-row-header span {
    font-weight: 400;
}

.price-list-row .price-list-row-content {
    padding: 8px 0;
}

.price-list-row .price-list-row-content:nth-child(odd) {
    background: #fff;
}

.price-list-row .price-list-row-header-title {
    text-align: center;
}

.price-list-row .price-list-row-title {
    text-align: center;
}

.price-list-row .price-list-row-header-img {
    width: 48px;
    height: 48px;
    margin-top: -7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-heading {
    height: 400px;
    position: relative;
}

.contact-heading .contact-heading-inner {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    height: 150px;
    left: 0;
    width: 100%;
    z-index: 1;
}

#contact_map {
    height: 400px;
    position: relative;
}

.contact-information {
    padding: 25px 0;
    color: #3f4241;
}

.contact-information:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.contact-information h2 {
    font-size: 16px;
    color: #194585;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.contact-information address {
    padding-left: 30px;
    background: url("../images/icon-address.svg") no-repeat top left;
}

.contact-information .contact-information-detail {.contact-heading .contact-heading-inner
}

.contact-information .contact-information-detail ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.contact-information .contact-information-detail ul li {
    line-height: 25px;
    margin: 0 0 5px 0;
    padding: 0 0 0 0px;
}

.contact-information .contact-information-detail i{
    color:green;
}

.contact-information .contact-information-detail ul li.phone {
    background: url("../images/icon-phone.svg") no-repeat left center;
}

.contact-information .contact-information-detail ul li.fax {
    background: url("../images/svg/fax.svg") no-repeat left center;
}

.contact-heading .socials {
    float: right;
    margin: 50px -15px 0;
}

.contact-heading .socials a {
    display: block;
    width: 47px;
    height: 47px;
    float: left;
    margin: 0 15px;
}

.contact-heading .socials a.facebook {
    background: url("../images/facebook.svg") no-repeat center;
    background-size: 100%;
}

.contact-heading .socials a.twitter {
    background: url("../images/twitter.svg") no-repeat center;
    background-size: 100%;
}

.contact-heading .socials a.instagram {
    background: url("../images/instagram.svg") no-repeat center;
    background-size: 100%;
}

.contact-content {
    background: #fff;
    padding: 30px 0 0 0;
}

.contact-content ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none inside;
}

.contact-content ul li {
    margin-bottom: 30px;
}

.contact-content ul li .contact-content-item {
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contact-content ul li .contact-content-item img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.contact-content ul li .contact-content-item-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 0 20px 15px 20px;
}

.contact-content ul li .contact-content-item-caption .btn.btn-primary {
    display: inline-block;
    width: auto !important;
    padding: 0 35px 0 20px;
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4) !important;
}

.contact-content ul li .contact-content-item-text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-shadow: 0 0 6px #000;
    margin-bottom: 15px;
}

.contact-content ul li:nth-child(1) .contact-content-item {
    background-color: rgba(4, 53, 125, 0.4);
}

.contact-content ul li:nth-child(2) .contact-content-item {
    background-color: rgba(3, 133, 39, 0.9);
}

.contact-content ul li:nth-child(3) .contact-content-item {
    background-color: rgba(219, 181, 0, 0.6);
}

.contact-content ul li:nth-child(1) .contact-content-item-caption .btn.btn-primary {
    border-color: #174489 !important;
    color: #174489 !important;
}

.contact-content ul li:nth-child(2) .contact-content-item-caption .btn.btn-primary {
    border-color: #009949 !important;
    color: #009949 !important;
}

.contact-content ul li:nth-child(3) .contact-content-item-caption .btn.btn-primary {
    border-color: #ebc500 !important;
    color: #ebc500 !important;
}

.contact-content ul li:nth-child(1) .contact-content-item-caption .btn.btn-primary:after {
    background-image: url("../images/icon-arrow3.png");
}

.contact-content ul li:nth-child(2) .contact-content-item-caption .btn.btn-primary:after {
    background-image: url("../images/icon-arrow2.png");
}

.contact-content ul li:nth-child(3) .contact-content-item-caption .btn.btn-primary:after {
    background-image: url("../images/icon-arrow4.png");
}

.search-dealer-form {position:relative;}
.search-dealer-form form {position:relative;}
.search-dealer-form form label {display:block;width:100%;margin:0;}
.search-dealer-form form label input {padding-right:40px;}
.search-dealer-form form button {width:40px;height:100%;position:absolute;right:5px;top:0;margin-top:0;background: url("../images/icon-ara2@2x.png") no-repeat center;background-size:30px;border:0;cursor:pointer;}

.jq-rating-label,
.jq-star,.jq-stars{display:inline-block}
.jq-rating-label{font-size:22px;position:relative;vertical-align:top;font-family:helvetica,arial,verdana}
.jq-star{width:100px;height:100px;cursor:pointer}
.jq-star-svg{padding-left:3px;width:100%;height:100%}
.jq-star-svg path{stroke-linejoin:round}
.jq-shadow{-webkit-filter:drop-shadow( -2px -2px 2px #888 );filter:drop-shadow( -2px -2px 2px #888 )}

.rating {overflow:hidden;margin-top:15px;background:#f2f2f2;padding:17px 25px;}
.rating:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden}
.rating-text {float:left;margin-right:10px;line-height:20px;width:60px;}
.rating-star {float:left;}

.loader {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.7);z-index:9999;}
.loader:after {content:"";width:32px;height:32px;position:absolute;top:50%;left:50%;margin-left:-16px;margin-top:-16px;background:url("../images/loader.gif") no-repeat center;}

.price-quote-content .form-group {margin-bottom:15px;}
.price-quote-content .form-control {height:44px;line-height:44px;}

.form-control {box-shadow:none!important;}
.form-control.error {border-color:#cc0000;}
.form-group label.error {font-size:12px;color:#cc0000;line-height:120%;display:block;width:100%;margin-top:5px;}
.price-quote .form-service-check .custom-checkbox input {width:100%;height:100%;}
.price-quote .form-service-check label.error {position: absolute;
    white-space: nowrap;
    left: 0;
    bottom: -25px;
    font-size: 10px;
    padding: 0;
    color: #cc0000;}


.bootstrap-datetimepicker-widget table th {line-height:32px!important;height:32px!important;}
.bootstrap-datetimepicker-widget table td.day {line-height:32px!important;height:32px!important;}
.bootstrap-datetimepicker-widget a[data-action] {border:0!important;line-height:40px!important;height:40px!important;border-radius:4px!important;background:#194585!important;padding:0!important;color:#fff!important;}
.bootstrap-datetimepicker-widget table td span{display:block!important;width:100%!important;height:34px!important;line-height:34px!important;margin:0!important;cursor:pointer!important;border-radius:4px!important;text-align:center!important;background:none transparent!important;}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {background:#194585!important;}

select {-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:1px;text-overflow:'';box-shadow:none!important;}
select::-ms-expand {display:none;}
.select-wrapper {position:relative;}
.select-wrapper:after {content:"";width:12px;height:8px;background:#fff url(../images/icon-select.svg) no-repeat;position:absolute;top:50%;margin-top:-4px;right:15px;pointer-events:none;user-select:none;}
button {position:relative;}
button.form-control.location-select:after{content:"";position:absolute;width:18px;height:25px;background-image:url("../images/icon-location3.svg");background-size:18px;top:50%;right:15px;margin-top:-12.5px;}

.dealer-list.search-list ul li {margin-bottom:20px;}
.dealer-list.search-list .dealer-list-item {min-height:125px;display:block;}
.dealer-list.search-list .dealer-list-item .dealer-list-item-content {min-height:inherit;}
.dealer-list.search-list .dealer-list-item .dealer-list-item-tag {display:inline-block;padding:0 5px;background:#27894f;border-radius:2px;line-height:18px;color:#fff;font-size:12px;text-transform:uppercase;}


.search-item .btn.btn-primary {
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin-left: inherit;
}

.euromaster-logos  {padding:40px 0px;padding-top:0px;}
.euromaster-logos a {display: block;padding:35px 30px; }
.euromaster-logos a img {display:block;width: 100%; margin: 0px; padding: 0px;}