@charset "utf-8";
/* CSS Document */


.zopim:first-of-type{

    transform: rotate(90deg)!important;
	top:50%!important;
    left: -105px!important;
    right: auto!important;
}
* {
    text-decoration:none;
    padding: 0;
}
body{
    margin:0;
    padding:0;
    font-weight:normal;
}
@font-face {
     font-family: 'OpelSansCondensed';
     src: url('../fonts/OpelSansCondensed_0.eot');
     src: url('../fonts/OpelSansCondensed_0.eot') format('embedded-opentype'),  url('../fonts/OpelSansCondensed_0.woff') format('woff'),  url('../fonts/OpelSansCondensed_0.ttf') format('truetype'),  url('../fonts/OpelSansCondensed_0.svg#OpelSansCondensed_0') format('svg');
}
@font-face {
     font-family: 'OpelSansCondensed-Bd';
     src: url('../fonts/OpelSansCondensed-Bd_0.eot');
     src: url('../fonts/OpelSansCondensed-Bd_0.eot') format('embedded-opentype'),  url('../fonts/OpelSansCondensed-Bd_0.woff') format('woff'),  url('../fonts/OpelSansCondensed-Bd_0.ttf') format('truetype'),  url('../fonts/OpelSansCondensed-Bd_0.svg#OpelSansCondensed-Bd_0') format('svg');
}
@font-face {
     font-family: 'OpelSansCondensed-ExBd';
     src: url('../fonts/OpelSansCondensed-ExBd_0.eot');
     src: url('../fonts/OpelSansCondensed-ExBd_0.eot') format('embedded-opentype'),  url('../fonts/OpelSansCondensed-ExBd_0.woff') format('woff'),  url('../fonts/OpelSansCondensed-ExBd_0.ttf') format('truetype'),  url('../fonts/OpelSansCondensed-ExBd_0.svg#OpelSansCondensed-ExBd_0') format('svg');
}
@font-face {
     font-family: "Icons-Common";
     src:url("../fonts/icons-common.eot");
     src:url("../fonts/icons-common.eot@#iefix") format("embedded-opentype"),  url("../fonts/icons-common.woff") format("woff"),  url(          "../fonts/icons-common.ttf") format("truetype"),  url("../fonts/icons-common.svg#icons-common") format("svg");
     font-weight: normal;
     font-style: normal;
}
html {
    min-height:100%;
    background:#fff;
    box-sizing: border-box;
    font-family:Arial;
    font-size: 14px;
}
input, select, textarea, button{
	border-radius: 0;
}
select::-ms-expand {
    display: none;
}
.wrapper {
    min-width:320px;
}
img {
    border:none;
    display:block;
}
li {
    list-style-type: none !important;
}
.wrapper {
}
a {
    color:inherit;
    cursor: pointer;
    text-decoration:none;
}
h2 {
	font-size: 16px;
	color: #131313;
	margin:0;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type=button], input[type=submit] {
    cursor:pointer;
    border:none;
}
strong,  strong *,b, b * {
    font-weight: bold;
}
.bold {
    font-weight:bold;
}
.clear {
    clear:both;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.floatL {
    float:left;
}
.floatR {
    float:right;
}
div.required::after {
    color: #000;
    content: "*";
}
label.required::after {
    color: #000;
    content: "*";
}
.home-banners-block .home-slider .bx-viewport {
    /* height: initial !important; */
}
.center {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align:center;
}
.b-button {
    background-color:#feae00;
    background: -webkit-linear-gradient(top, #ffc90f, #feae00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ffc90f, #feae00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ffc90f, #feae00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ffc90f, #feae00); /* Standard syntax (must be last) */
    box-shadow: 1px 1px 1px #7d7d7d;
    font-size:12px;
    color:#000;
    position:relative;
    padding-right:20px;
    display:inline-block;
    font-family:Verdana;
    font-weight:bold;
    text-decoration:none;
}

.b-button.b-button-small.b-button-left-arrow.button-left-aligned {
    background: none;
    background-color: #000;
    color: #fff;
    padding-left: 32px;
}

.b-button-standard {
    padding-left:15px;
    padding-right:15px;
    text-align:center;
}
.b-button-small {
    line-height:28px;/*height:28px;*/
}
.b-button-medium {
    line-height:35px;
    height:35px;
    font-size:13px;
}
.b-button-large {
    line-height:42px;
    height:42px;
    font-size:13px;
}
.b-button-big {
    height:48px;
    line-height:49px;
}
.b-button-right-arrow {
    padding-right:30px;
    padding-left:15px;
    min-width:165px;
}
.b-button-right-arrow:before {
    font-family: "icons-common";
    content: "a";
    position: absolute;
    right: 7px;
    top: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.b-button-left-arrow {
    padding-left:30px;
}
.b-button-left-arrow:before {
    font-family: "icons-common";
    content: "e";
    position: absolute;
    left: 10px;
    top: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.page-middle {
    /* width: calc(100% - 80px); */
    max-width: 1200px;
    margin:0 auto;
    position:relative;
    background-color: #f3f3f3;
}
.page-with-padding{
	padding:0 40px;
}
/* .page-content-block .page-middle {
    padding: 0 40px;
} */
.locations-block,
.home-banners-block{
	background-color: #F3F3F3;
}
.home-banners-block{
    padding: 20px 40px;
}
.home-banners-block + .block-primary.locations-block{
    padding-left: 40px;
    padding-right: 40px
}
.header {
/**        border-bottom: 1px solid #ccc; **/
    min-height: 86px;
    width: 100% !important;
    max-width: 1184px;
    margin: 0 auto;
}
.header .header-content{
    display: block;
    max-width: 1184px;
/**    position: relative; **/
    width: 100%;
    margin: 0 auto;
}
.menu-icon{
    cursor: pointer
}
.html-editor {
    overflow: auto;
}
.html-editor li {
	list-style-type: inherit !important;
	margin-left: 30px;
	margin-top: 3px;
}
.slideWDRT div p{
    text-align: left;
    margin: 0;
}
.cookie_panel{
	background-color: #ccc;
}
.cookie_wrapper{
	margin: 0 auto;
	max-width: 1204px;
	padding: 15px 20px;
}
.cookie_info{
	display: inline-block;
	width: 45%;
	margin-right: 5%;
}
.cookie_panel .cookie_right{
	display: inline-block;
	vertical-align: top;
}
.cookie_navigation.clearfix div{
	display: inline-block;
}
.cookie_panel .dontallow_button,
.cookie_panel .allow_button{
	display: inline-block;
	border: 1px solid #000;
	padding: 10px 15px;
	margin-right: 10px;
	font-weight: bold;
}
.cookie_panel .close-btn{
	position: absolute;
	top: 15px;
	right: 30px;
}
.main-logo {
    float:left;
    /* margin-top:22px; */
    margin-left: 40px;
}
.header-right {
    float:right;
    display:inline-block;
}
.product-logo {
    float:left;
}
.product-logo img {
    height: 86px;
}
.top-navigation {
    float:left;
    font-size:14px;
    color:#000;
    margin-top:32px;
    font-family: 'OpelSansCondensed';
}
.top-navigation-item {
    display:inline-block;
    margin-right:23px;
    cursor: pointer;
    /* height: 55px; */
}
.top-navigation-item-content {
    text-transform:uppercase;
}
.top-navigation-item:last-child {
    margin-right:20px;
}
.top-navigation-item:hover, .top-navigation-item .tni-container.selected {
    color:#F7D900;
}
.top-navigation-item span:before {
    font-family: "Icons-Common";
    vertical-align:middle;
    margin-right:2px;
}
.text-bold {
    font-family: "OpelSansCondensed-Exbd";
}
.location-icon .tni-container:before {
    content: "a";
    font-size:21px;
    position:relative;
    top:-2px;
    text-transform:lowercase;
}
.callus-icon .tni-container:before {
    content: "b";
    text-transform:lowercase;
    font-size:24px;
    margin-right:-3px;
}
/* .callus-icon:hover .top-navigation-flyout, .callus-icon.selected .top-navigation-flyout {
    display:block;
} */
.shortlinks-menu {
    display:none;
}
.menu-block {
    /* margin-left:40px; */
    background-color: #36404b;
}
.menu {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    padding-top: 13px;
    /*     width: 100%; */
    box-sizing: border-box;
}
.menu-item {
    float: left;
    padding: 0 5px;
    position: relative;
    height: 25px;
    font-family: 'OpelSansCondensed-Bd';
    text-transform:uppercase;
    cursor:pointer;
    padding-bottom:9px;
}
.menu-item a:hover{
	color: #7F7F7F;
}
.menu-icon-home {
    float:left;
    padding:0;
    margin-right:5px;
	        color:white;

}
.menu-icon-home:before {
    font-family:"Icons-Common";
    content:"c";
    font-size:18px;
    text-transform:lowercase;
}
.menu-item-submenu:after {
    font-family: "icons-common";
    content: "d";
    color: #000;
    vertical-align: top;
    text-transform: lowercase;
    font-size: 8px;
    position: relative;
}
.menu-item-line {
    float: left;
    margin-right: 8px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    margin-top: -5px;
    margin-left: 3px;
}
.menu-item-line:before {
    content:"|";
    color: #F7D900;
    vertical-align: sub;
    font-family:initial;
}
.menu-icon-home + .menu-item .menu-item-line {
    display: none;
}
.menu-item .submenu {
    display: none;
    position: absolute;
    left: -22px;
    top: 34px;
    z-index: 10;
    padding: 2px 27px;
    border: 1px solid #CCCCCC;
    background: white;
    white-space: nowrap;
    min-width:120px;
}


.menu-item .submenu-item {
    padding: 10px 0;
    font-size: 18px;
    color: black;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    position: relative;
}
.menu-item .submenu-item:last-child {
    border-bottom:none;
}
.menu-item .submenu-item:hover {
    color:#7F7F7F;
}
.product-slider {
    width: 100%;
    position: relative;
}
.product-slider-content {
    position:relative;
}
.product-slider img {
    width:100%;
}
.slider-arrow-container_left {
    top:0;
    left:0;
    bottom:0;
    width:40px;
    position:absolute;
}
.slider-arrow-table {
    display:table;
    width:100%;
    height:100%;
}
.slider-arrow-table-cell {
    vertical-align:middle;
    display:table-cell;
}
.slider-arrow-container_right {
    top:0;
    right:0;
    bottom:0;
    width:40px;
    position:absolute;
}

.image-container {
    display: inline-block;
    position: relative;
}

.product-slider-arrow {
    width:40px;
    height:76px;
    background-color:#fff;
    text-align: center;
    line-height: 76px;
    cursor:pointer;
}
.slider-arrow-container_left .product-slider-arrow:before {
    font-family: "icons-common";
    content: "f";
    font-size: 32px;
    color: #000;
    cursor: pointer;
}
.slider-arrow-container_right .product-slider-arrow:before {
    font-family: "icons-common";
    content: "e";
    font-size: 32px;
    color: #000;
    cursor: pointer;
}
.product-slider_info {
    position: absolute;
    left: 75px;
    top: 50px;
    /* max-width:330px; */
}
.product-slider_title {
    font-family: 'OpelSansCondensed-ExBd';
    text-transform:uppercase;
    margin-bottom:40px;
    font-size:48px;
    display: block;
}
.product-slider_title + .product-slider_text{
	margin-top: -40px;
}
.product-slider_text {
    font-family: 'OpelSansCondensed-Bd';
    font-size:21px;
    text-transform:uppercase;
    margin-bottom:30px;
    display: block;
}

.white-color {
    color: #fff !important;
}

.black-color {
    color: #000 !important;
}

.yellow-color {
    color: #f7d900 !important;
}

.product-slider_info.bottom-position {
    bottom: 0;
    top:auto;
}

.bx-controls-direction a {
    width: 40px !important;
    height: 76px !important;
    /* top: 50% !important; */
    background-color: #fff;
    text-align: center;
    line-height: 76px;
    position: absolute;
    cursor: pointer;
    display: block;
    margin-top: -38px !important;
}
.bx-wrapper .bx-controls-direction a {
    text-indent: 0 !important;
}
.bx-wrapper .bx-next {
    right: 0 !important;
}


.home-slider .bx-prev::before, 
.home-slider .bx-next::before {
    display: inline-block;
    width: 30px;
    height: 40px;
    padding-top: 10px;
    background-color: #fff;
}
.home-slider .bx-wrapper .bx-controls-direction a.bx-prev, 
.home-slider .bx-wrapper .bx-controls-direction a.bx-next{
    top: calc(50% - 25px);
    transform: translateY(calc(-50% + 35px));
    line-height: 55px;
}
.home-slider .bx-prev{
    left: -2px
}
.home-slider .bx-next{
    right: -2px;
}
.arrow-left::before, .bx-prev::before {
    color: #000;
    content: "f";
    cursor: pointer;
    font-family: "icons-common";
    font-size: 32px;
}
.arrow-right::before, .bx-next::before {
    color: #000;
    content: "e";
    cursor: pointer;
    font-family: "icons-common";
    font-size: 32px;
}
.promotion{
    position: relative;
    cursor: pointer;
}
.promotion .bx-prev::before {
    color: #909090;
    font-size: 23px;
}
.promotion .bx-next::before {
    color: #909090;
    font-size: 23px;
}
.button-primary {
    background:black;
    cursor: pointer;
    padding: 6px 13px 6px 30px;
    display:inline-block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-family: 'OpelSansCondensed-Bd';
    color: #fff;
    position:relative;
    border: none;
}
.button-primary.white {
    background-color: #fff;
    color: #000;
    border: 1px solid #e3e3e3;
    padding: 5px 12px 5px 29px;
}
.button-primary.yellow{
	background-color: #f7d900;
	color: #000;
}
.button-primary.grey {
	background-color: #d9d9d9;
	color: #000;
}
.button-primary.white:before,
.button-primary.yellow:before,
.button-primary.grey:before{
	color: #000
}
.button-primary:before {    
    font-family: "icons-common";
    content: "e";
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-right:5px;
    text-transform:lowercase;
    left: 12px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    line-height: 18px;
}
.button-secondary {
    background:#B1B8BD;
    padding: 6px 13px 6px 8px;
    display:inline-block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-family: 'OpelSansCondensed-Bd';
    color: black;
    position:relative;
}
.button-secondary:before {    
    font-family: "icons-common";
    content: "e";
    color: black;
    font-size: 14px;
    font-weight: normal;
    margin-right:5px;
    text-transform:lowercase;
    vertical-align:top;
}
.button-tertary {
    background:#D9D9D9;
    padding: 6px 13px 6px 8px;
    display:inline-block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-family: 'OpelSansCondensed-Bd';
    color: black;
    position:relative;
    margin-bottom: 5px;
}
.button-tertary.contuctus{
    display: none;
}
.button-tertary:before {    
    font-family: "icons-common";
    content: "e";
    color: black;
    font-size: 14px;
    font-weight: normal;
    margin-right:5px;
    text-transform:lowercase;
    vertical-align:top;
}
.simple-link,.widget-link {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-family: 'OpelSansCondensed-Bd';
    position:relative;
    align-self: center;
}
.info-block + .widget-link{
	margin-top: 0;
}
.widget-link {
	position: static;
	display: block;
	margin-top: 25px;
}
.widget-link.centered + .widget-link.centered{
	margin-top: 0px;
}
.simple-link:before, .block-bottom .bottom-link:before {    
    font-family: "icons-common";
    content: "e";
    font-size: 14px;
    font-weight: normal;
    margin-right:5px;
    text-transform:lowercase;
    vertical-align:top;
}
.simple-link-block .simple-link:before { 
    font-size: 14px;
}
.page-content {
    padding:20px 0;
    background-color: #f3f3f3;
}
.block-primary .head-title {
    font-size:24px;
    text-transform:uppercase;
    font-family: 'OpelSansCondensed-ExBd';
    padding-bottom: 5px;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #f3f3f3;
}
.location-page .head-title {
    padding-top: 10px;
}
.block-primary .block-content {
    background:#fff;
    /* height: 250px; */
    position: relative;
}
.block-primary.regional .block-content.location-main-block {
	height: 300px;
}
.block-primary .block-bottom {
    background: #f7d900;
    padding: 7px;
    position: relative;
    z-index: 1;
    min-height: 18px;
    color: #000;
}
.flex-container .block-primary .block-bottom {
	position: absolute;
	transform: translateY(100%);
	bottom: 0;
	left: 0;
	right: 0;
}
.table-prp-block{
    display: table;
    height: calc(100% - 35px);
    width: 100%;
}
.social-media-container{
    display: table-cell;
    width: 100%;
    text-align: center;
    height: 100%;
    vertical-align: middle;
}
.social-media-container .social-media-title{
    font-family: "OpelSansCondensed-ExBd";
    font-size: 30px;
    margin-bottom: 15px;
    display: block;
}
.social-media-container a {
    display: inline-block;
    margin: 9px;
}
.social-media-links{
    display: inline-block;
    text-align: left;
}
.social-media-container a:last-child{
    margin-right: 0;
}
.locations-block-container .block-bottom {
    background: #f3f3f3;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin-top: auto;
}

.locations-block-container .block-bottom a{
	display: block;
	padding: 7px;
	background: #000;
	margin-bottom: 5px;
}
.locations-block-container .block-bottom a:last-child{
	margin-bottom: 0;
}
.total-block {
    width:165px;
    text-align:center;
    margin:0 auto;
    padding-top:25px;
    margin-bottom: 15px;
}
.total-block .total-price {
    font-family: 'OpelSansCondensed-ExBd';
    font-size: 115px;
    line-height: 90px;
    margin-bottom: 10px;
}
.total-price-text {
    font-family: 'OpelSansCondensed-Bd';
    font-size: 18px;
}
.total-block-button .button-primary {
    display:block;
    margin-top:10px;
}
.offers-slider {
    /* padding-top:10px; */
    /* width:270px; */
    margin:0 auto;
}
.offers-slider-content {
    position: relative;
    margin-bottom: 12px;
    min-height: 120px;
    text-align:center;
    /* width: 240px; */
    margin:0 auto;
    padding-top: 12px;
}
.offers-slider-content.banner-container{
    padding-top: 0;
}
.latest-offers-content img {
    max-height: 115px;
    max-width: 240px;
}
.offers-slider .arrow-left {
    position: absolute;
    left: -23px;
    top:45px;
}
.offers-slider .arrow-left:before {
    font-size: 23px;
    font-family: "icons-common";
    content: "f";
    color: #909090;
}
.offers-slider .arrow-right {
    position: absolute;
    right: -23px;
    top: 45px;
}
.offers-slider .arrow-right:before {
    font-size: 23px;
    font-family: "icons-common";
    content: "e";
    color: #909090;
}
.offers-slider-text {
    font-size:14px;
    color:#999999;
    font-family:Arial;
    /* padding: 5px 10px; */
    line-height:22px;
}
.banner-container + .offers-slider-text {
    padding: 5px 10px;
}
.offers-slider-title {
    font-weight:bold;
    /*text-transform:uppercase;*/
    padding-top: 12px;
    margin: 0;
}
.offers-slider-price {
    font-size:18px;
    color: #000;
    margin-top:5px;
    font-family: 'OpelSansCondensed-ExBd';
    line-height:24px;
}
.offers-slider img {
    display:inline;
    width: 100%;
    max-height: 120px;
    margin: 0 auto;
}
.offers-slider-content.promotion-box img{
 	width: inherit;
 	-ms-interpolation-mode: bicubic;
}
.banner-container img{
    max-height: 155px;
}
.home-slider {
    width: 100% !important;
}
.home-slider .block-primary .block-bottom {
    /* height:36px; */
}
.block-primary.banner-block .block-content {
    height: inherit;
}
.block-primary .banner-image {
    width:100%;
    height:100%;
}
.home-banners-block .block-primary {
    width: calc((100% - 35px)/3);
    margin-right: 17px;
    margin-bottom: 1.5%;
    float: left;
    margin-top: 0;
}
.flex-container .block-primary {
	background-color: #fff;
	position: relative;
	margin-bottom: 50px;
}
.home-banners-block .head-title {
    min-height: 24px;
    margin-top: 0px;
}
.home-slider .block-primary {
    width: 100% !important;
}
.home-banners-block .block-primary:nth-of-type(3n) {
    margin-right:0;
}
.locations-block .block-content {
    position:relative;
    display: flex;
    width: 100%;
}
.location-page .locations-block .block-content {
	height: 300px;
}
.locations-list-block {
    background:white;
    padding:15px 20px 3px;
    cursor: pointer;
    flex-basis: 20%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.simple-link-container {
    width: 100%;
    align-self: center;
}
.centered .simple-link-container{
	text-align: center;
    margin-top: 10px;
}
.locations-list-block.many-children{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    display: block;
    flex-basis: 40%;
    box-sizing: border-box;
}
.locations-list-block:not(:last-child) {
    margin-right:20px;
}
.locations-list-block .simple-link {
    margin-bottom:10px;
    text-transform:inherit;
    display:block;
}
.locations-list-block .simple-link:before {
    font-size:15px;
}
.infobox-wrapper {
    display: none;
}
.infoBox {
    max-width: 382px;
    width: 90% !important;
}
.location-map {
     position: relative;
     vertical-align: top;
     min-height: 240px;
}
.location-table-map{
	position: relative;
}
/*.regional .location-map {
   height: 100% !important;
	min-height: 300px;
}*/
#locationInMap {
    width: 100%;
    display: flex;
    height: 100%;
    /* position: absolute !important;
    top: 0;
    bottom: 0; */
}
.location-page #locationInMap {
    height: 300px;
}
.location-popup {
    padding: 5px 15px 10px 25px;
    background:white;
}
.location-popup * {
    line-height:normal;
}
.location-popup .popup-title {
    font-size:21px;
    font-family: 'OpelSansCondensed-Bd';
    color:black;
    margin-bottom:20px;
}
.location-details {
    font-family: 'OpelSansCondensed';
    font-size:15px;
    padding-left:35px;
    position:relative;
}
.location-details:before {
    font-family:"Icons-Common";
    margin-right:20px;
    position:absolute;
    left:0;
    top:0;
}
.location-details.location-address:before {
    content:"a";
    font-size:21px;
}
.location-details.location-telephone:before {
    content:"b";
    font-size:23px;
}
.location-details.location-telephone > a {
    display: block;
}
.location-details:not(:last-child) {
    margin-bottom:10px;
}
.location-popup-btn-block {
    text-align: right;
}
/* .location-popup-btn {
    margin-left: 150px;
} */
.location-details.location-telephone a span{
    text-decoration: underline;
}
.page-footer {
    background: #36404b;
}
.page-footer-top {
    border-bottom:1px solid #121213;
    padding:15px 0;
}
.footer-title {
    float:left;
    font-size:18px;
    color:#F7D900;
    font-family: 'OpelSansCondensed-Bd';
    margin-right:10px;
}
.footer-menu {
    font-family:Arial;
    font-size:12px;
    color:#999999;
    float:left;
}
.footer-menu-item {
    float:left;
    margin-right:15px;
    color:#999999;
    line-height:20px;
}
.footer-claim .editPanelArea {
	width: 100px;
	float:left;
}
.footer-claim .footer-menu-item{
	color:#fff;
	text-transform: uppercase;
	font-size: .75rem;
}
a.footer-menu-item:hover {
    text-decoration:underline;
}
.footer-menu-line {
    float:left;
}
.footer-social {
    float: right;
}
.footer-social .item {
    float: left;
    margin-left:15px;
}
.page-middle-actual {
    max-width: 1104px;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px;
}
.page-middle-actual.table-face {
    display: table;
    box-sizing: content-box;
    width: 100%;
}
.carline .page-middle-actual{
    /* padding-right: 40px; */
    /* padding-left: 40px; */
    width: 100%;
}
.footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-content .model-selection {
    float:left;
    width:220px;
}
.title-underlined {
    font-size:14px;
    text-transform:uppercase;
    font-family: 'OpelSansCondensed-Bd';
    color:white;
    border-bottom:1px solid #5F6063;
    padding-bottom:8px;
}
.footer-content .model-selection .title-underlined {
    margin-bottom:10px;
}
.footer-content .model-selection .b-select {
    margin-bottom: 14px;
}
.b-select {
    border: 1px solid #CACACA;
    border-left: 1px solid #979797;
    border-right: 1px solid #C9C7C4;
    position: relative;
    overflow: hidden;
    line-height: 23px;
    height: 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #CCCCCC;
    font-family:Arial;
    font-size: 12px;
    padding-right: 15px;
} 
.b-select:after {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    text-indent: 0;
    z-index: 1;
    font-weight: bold;
    text-transform: lowercase;
    font-family: "Icons-Common";
    content: "d";
    font-size: 9px;
    color: #CCCCCC;
    border-left: 2px solid #656565;
    border-right: 1px solid #656565;
    line-height: 23px;
    text-align: center;
    width: 24px;
}
.b-select-field {
    background: transparent;
    line-height: 21px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 2;
    color: inherit;
    padding-left: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    min-width: 100%;
    padding-right:27px;
}
.page-footer .b-select-field option{
    background-color: #000;
}
.b-select-field option{
    color: #fff;
}
.footer-info-box {
    float:right;
}
.footer-info-block {
    float:left;
    width:218px;
    font-family:Arial;
    font-size:12px;
    color:#CCCCCC;
    margin-right:25px;
}
.footer-info-content {
    margin-top:20px;
}
.footer-quick-link {
    font-family:Arial;
    font-size:12px;
    color:#CCCCCC;
    float:left;
    width:100px;
    margin-bottom:10px;
    margin-right:10px;
}
.footer-quick-link:nth-of-type(2n) {
    margin-right:0;
}
.footer-info-table {
    display:table;
}
.footer-info-table .footer-info-row {
    display:table-row;
}
.footer-info-table .footer-info-cell {
    display:table-cell;
    padding-bottom:10px;
    vertical-align: top;
}
.footer-info-table .footer-info-cell p{
    margin: 0;
   	display: inline-block;
}
.footer-info-table .footer-info-cell p:first-child{
	padding-right: 1px;
}
.opening-hours .footer-info-table .footer-info-cell:not(:last-child){
	max-width: 60px;
}
.footer-info-table .footer-info-cell:not(:last-child) {
    padding-right:10px;
}
.bottom-navigation-block {
    border-top:1px solid #2A2B2C;
    padding:10px 0;
    background: #36404b;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
}

.YUKARI-navigation-block {
    border-top:1px solid #2A2B2C;
    padding:10px 0;
    position: fixed;
    TOP: 0;
    left: 0;
    right: 0;
    z-index: 12;
}

.bottom-navigation {
    display:table;
    margin: 0 auto;
}
.bottom-navigation-item {
    display:table-cell;
    white-space: nowrap;
}
.bottom-navigation-item:not(:last-child) {
    padding-right:70px;
}
.shortlinks-item {
    text-transform:uppercase;
    cursor:pointer;
    font-family: 'OpelSansCondensed-Bd';
    color:white;
}
.shortlinks-item img[alt~=Home] {
    margin-top:-3px;
}
.shortlinks-item img , .shortlinks-item span {
    display: inline-block;
    vertical-align: middle;
}
.shortlinks-item:before {
    font-family:"Icons-common";
    color:white;
    vertical-align:middle;
    text-transform:lowercase;
    margin-right:5px;
    position:relative;
    top:-1px;
}
.shortlinks-item.item-configurator:before {
    content:"g";
    position:relative;
    top:-3px;
    font-size:28px;
}
.shortlinks-item.item-testdrive:before {
    content:"h";
    font-size:28px;
}
.shortlinks-item.item-contact:before {
    content:"b";
    font-size:25px;
}
.shortlinks-item.item-quote:before {
    content:"i";
    font-size:22px;
}
.shortlinks-item.item-service:before {
    content:"j";
    font-size:26px;
    position:relative;
    top:-2px;
}
.shortlinks-item.item-newsletter:before {
    content:"k";
    font-size:24px;
}

.b-select_secondary {
    border: 1px solid #CCCCCC;
    position: relative;
    line-height: 35px;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
    
} 
.b-select_secondary .validation-container{
	width: 100%;
	display: inline-block;
	height: 100%
}
.callback-form-input .b-select_secondary{
	overflow: inherit;
}
.b-select_secondary:after {
    position: absolute;
    right: 4px;
    bottom: 0;
    top: 0;
    text-indent: 0;
    z-index: 1;
    font-weight: bold;
    text-transform: lowercase;
    font-family: "Icons-Common";
    content: "m";
    font-size: 16px;
    color: black;
    line-height: 35px;
    text-align: center;
    width: 24px;
}
.b-select_secondary-field {
    background: transparent;
    line-height: 35px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 2;
    color: inherit;
    padding-left: 6px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    min-width: 100%;
    font-family: 'OpelSansCondensed-Bd';
    font-size: 18px;
}
.home-banners-block .info-block {
    display: table;
    margin:0 auto;
    padding-top:10px;
}
.home-banners-block .info-block.no-b-p {
    width: 100%;
}
.home-banners-block .info-block .b-select_secondary{
	max-width: 200px;
	margin: 0 auto;
}
.home-banners-block .info-table {
    /* display:table; */
    font-family: 'OpelSansCondensed';
    font-size: 15px;
    color:black;
    padding-top:10px;
    width:100%;
    padding-bottom: 5px;
}
.home-banners-block .info-table-row {
    display: table-row;
    width: 100%;
}
.home-banners-block .info-table-cell {
    display: table-cell;
    padding-bottom:6px;
}
.home-banners-block .info-table-cell:first-child {
    text-align:right;
    padding-right: 15px;
}
.home-banners-block .info-block-button {
    margin-top: 15px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: inherit;
}
.home-banners-block .info-table .info-block-button{
	position: static;
	transform: translateX(0);
}
.b-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 11;
}
.b-popup {
    margin:0 auto;
    background: #fff;
    padding: 20px 32px;
    box-sizing: border-box;
    position: relative;
    border:1px solid #BCBCBC;
}
.title-primary {
    font-family: 'OpelSansCondensed-Bd';
    font-size:36px;
    text-transform:uppercase;
    line-height:40px;
    color:black;
}
.title-primary_eb {
    font-family: 'OpelSansCondensed-ExBd';
    font-size:36px;
    line-height:40px;
    color:black;
    margin: 0;
}
.title-secondary {
    font-family: 'OpelSansCondensed-Bd';
    font-size:24px;
    text-transform:uppercase;
    line-height:28px;
    color:black;
}
.title-secondary_eb {
    font-family: 'OpelSansCondensed-ExBd';
    font-size:24px;
    text-transform:uppercase;
    line-height:28px;
    color:black;
}
.title-secondary_capitalize {
    font-family: 'OpelSansCondensed-Bd';
    font-size:24px;
    line-height:28px;
    padding-bottom:10px;
    color:black;
}

.title_tertary {
    font-size:18px;
    text-transform:uppercase;
    font-family: 'OpelSansCondensed-Bd';
}
.b-popup-title {
    margin-bottom:40px;
    padding-right:50px;
}
.b-popup-close {
    position:absolute;
    right:30px;
    top:30px;
    cursor: pointer;
}
.b-popup-close:before {
    color:black;
    content:"q";
    font-size:30px;
    font-family:"Icons-Common";
}
.b-form_primary .b-label_primary {
    display:inline-block;
    vertical-align:top;
    width:110px;
    padding-right:5px;
    padding-top:7px;
}
.b-input_primary {
    border: 1px solid #CCCCCC;
    height: 35px;
    line-height: 35px;
    background: white;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}
.b-form_primary .b-input_primary , .b-input_side {
    width:415px;
    vertical-align:top;
    display:inline-block;
}
.b-input_side {
    margin-top:5px;
}
.b-label_primary {
    font-size: 16px;
    color: black;
    font-family: Arial;
    font-weight: bold;
    line-height: 22px;
    display: block;
    margin-bottom: 3px;
    word-wrap: break-word;
}
.b-form_primary .form-row {
    margin-bottom:15px;
    display: inline-block;
    width: 100%;
}
.b-form-submit-block {
    text-align:center;
    padding-top:20px;
}
.b-form-checkbox_terms .b-checkbox--label {
    font-size:14px;
    font-weight:bold;
    text-decoration: underline;
    line-height: 20px;
    color: #000;
}
.b-form-checkbox_terms {
    margin-top:20px;
}
.b-form-req {
    text-align:right;
    font-size:12px;
    color:#797979;
    font-family:Arial;
    padding-bottom:5px;
}
.top-navigation-flyout input[type=submit] , .top-navigation-flyout input[type=button] {
    padding-left: 30px;
    background: #000 url(../images/arrow.png) 12px 7px no-repeat;
    color: #000;
}
.product-info-block {
    background:#F3F3F3;
    padding:25px 20px;
}
.b-textarea_primary {
    border: 1px solid #CCCCCC;
    padding: 5px;
    min-height: 150px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    display: inline-block;
    vertical-align: top;
}
.b-checkbox_primary {
    display: inline-block;
    padding-left: 35px;
    position: relative;
    line-height:24px;
}
.b-checkbox_primary .b-checkbox--field {
    cursor: pointer;
    left: 2px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 2px;
    z-index: 5;
}
.b-checkbox_primary .b-checkbox--view {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border:1px solid #BBBBBB;
    box-sizing: border-box;
    width:22px;
    height:22px;
    background-color:#fff;
    color: #000000;
    left: 0;
    position: absolute;
    top: 2px;
}
.b-checkbox_primary a {
    text-decoration:underline;
    font-weight: bold;
}
.b-checkbox_primary .b-checkbox--view:before {
    content: "";
    font-family: "Icons-Common";
    height: 15px;
    left: 2px;
    line-height: 1.2;
    position: absolute;
    top: 0px;
    width: 15px;
}
.b-checkbox_primary .b-checkbox--field:checked + .b-checkbox--view:before {
    color: black;
    content: "n";
    font-size: 18px;
    font-weight:normal;
    text-align: left;
}
.b-checkbox--label {
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    vertical-align: middle;
}
.b-input_side.opt-in-checkboxes{
	margin-bottom: 12px;
}
.opt-in-checkboxes, .form-radioboxes {
    display:flex;
    float:right;
}
.opt-in-checkboxes > div , .form-radioboxes > div {
    flex:1;
}
.b-input-text-mandatory {
    font-size:10px;
}
.b-checkbox_primary.bold .b-checkbox--label {
    font-weight:bold;
}
.top-navigation-flyout {
    position: absolute;
    top: 55px;
    z-index: 2;
    background: #fff;
    color: black;
    font-size: 18px;
    padding:24px;
    display:none;
    box-shadow: 0px 2px 6px #999;
}
.top-navigation-item.active .top-navigation-flyout {
    display:block;
}
.callback-item {
    border-bottom:1px solid #CCCCCC;
    padding-bottom: 25px;
}
.callback-item:last-child {
    border:none;
    padding-bottom: 0;
}
.buttons-block-full .latest-offers_title,
.sidebar-title.latest-offers_title{
    background-color: #f7d900;
    font-family: 'OpelSansCondensed-Bd';
    padding: 5px;
    font-size: 22px;
}
.buttons-block-full .text{
    padding: 10px 5px;
    display: inline-block
}
.callback-item:first-child {
    padding-top: 0;
}

.callback-content {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    display: table;
}
.callback-content> div {
    vertical-align: top;
    float: left;
}
.callback-item-arrow {
    vertical-align:middle !important;
    width:30px;
    cursor:pointer;
    display: table-cell;
}
.callback-item-arrow:before {
    font-family: "icons-common";
    content: "e";
    font-size: 32px;
    color: #FAE75F;
    cursor: pointer;
    text-transform: lowercase;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.callback-info {
    /* position:relative; */
    /* padding-top:5px; */
    /* padding-bottom:40px; */
}
.callback-title {
    font-family: 'OpelSansCondensed-Bd';
    font-size:24px;
    text-transform:uppercase;
    margin-bottom: 0;
}
.callback-subtitle {
    font-family:Arial;
    font-size:14px;
    padding-top:2px;
    margin: 8px 0;
}
.callback-name-container,
.callback-number-container {
	display: table;
	margin-right: 10px;
	vertical-align: top;
}
.callback-number-row{
	display: table-row;
}
.callback-name,
.callback-number {
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    padding-top: 11px;
    vertical-align: bottom;
    display: table-cell;
}
.callback-number:before {
	content: "";
	display: inline-block;
	width: 15px;
}
.callback-buttons {
    vertical-align: bottom;
    height: 64px;
    display: table-cell;
}
.callback-buttons .button-secondary {
    margin-right:15px;
    margin-bottom: 2px;
}
.button-secondary {
    background:black;
    padding: 6px 27px 6px 27px;
    display:inline-block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-family: 'OpelSansCondensed-Bd';
    color: #fff;
    position:relative;
    box-sizing: border-box;
}
.button-secondary:before {    
    font-family: "icons-common";
    content: "e";
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-right:5px;
    text-transform:lowercase;
    vertical-align:top;
}
.button-secondary.gray-button{
    color: #000;
    background-color: #B1B8BD;
}
.button-secondary.gray-button:before{
    color: #000;
}
.callback-flyout {
    right: 148px;
    top: 87px;
    z-index: 12;
}
.top-navigation-flyout-holder {
    position: absolute;
    width: 150px;
    height: 40px;
    top: -33px;
    right: 0;
}
.callback-item-container::-webkit-scrollbar{
/*  display: none; */
}
.callback-item-container{
    
}
.callback-form-block {
    background:#F3F3F3;
    border-top:1px solid #CCCCCC;;
    padding:30px;
    margin-top: 25px;
}
.callback-form {
    width:535px;
    margin:0 auto;
}
.callback-form-title {
    font-family: 'OpelSansCondensed-Bd';
    font-size:24px;
    text-transform:uppercase;
    margin-bottom:30px;
}
.callback-form-table {
    width:100%;
}
.callback-form-row {
    width:100%;
    display:inline-block;
    margin-bottom:18px;
}
.callback-form-row:last-child {
    margin-bottom:0;
}
.callback-form-row input[type=submit]{
    color: #fff;
    background: #000 url(../images/arrow.png) 12px 7px no-repeat;
}
.callback-form-label {
    display:inline-block;
    padding-right:15px;
    font-family:Arial;
    font-weight:bold;
    font-size:16px;
    width:100px;
    vertical-align:top;
    padding-top:10px;
}
.callback-form-input {
    display:inline-block;
    width:415px;
}
.callback-input-tip {
    font-family:Arial;
    font-size:12px;
    color:#797979;
    padding-top:5px;
}
.callback-form-input input.b-input_primary{
    border: 1px solid #ccc;
    height: 35px;
}
.callback-form-button {
    float:right;
}
.suggest-product {
    background:#F3F3F3;
    padding:40px 15px 20px 15px;
    width:100%;
    box-sizing:border-box;
    display:table;
    margin-bottom:20px;
    position: relative;
}
.suggest-product .price div:first-child {
    width: 100px;
    position: absolute;
    top: 16px;
    left: 1px;
}
.suggest-product_banner {
    display:table-cell;
    vertical-align:middle;
    max-width:243px;
}
.suggest-product_banner img {
    max-width:243px;
}
.suggest-product_info {
    display:table-cell;
    vertical-align:middle;
    padding-left:10px;
}
.suggest-product_title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'OpelSansCondensed-Bd';
    line-height:25px;
    margin-bottom:12px;
    padding-bottom:7px;
    border-bottom:1px solid #000;
}
.suggest-product_table {
    display:table;
    width:100%;
    color:#000;
    font-family:Arial;
    font-size:14px;
}
.suggest-product_table > div {
    display:table-row;
}
.suggest-product_table > div > div {
    display:table-cell;
    padding-bottom:5px;
    vertical-align:top;
}
.suggest-product-parameters_label {
    padding-right:10px;
    font-weight:bold;
}
.store-info {
    background:#F7D900;
    padding:15px;
    font-size:14px;
    font-family:Arial;
    line-height:20px;
    margin-bottom:20px;
}
.store-info p {
    line-height:inherit;
}
.home-slider {
    width: 100% !important;
    margin-bottom: 15px;
    position: relative;
}
.home-slider .block-primary .block-bottom {
    /* height:36px; */
}

.b-radiobutton {
    position: relative;
    display: inline-block;
    padding-left: 34px;
}

.b-radiobutton .b-radiobutton--field {
    position: absolute;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
    left: 4px;
    top: 4px;
    outline: none;
} 
.b-radiobutton .b-radiobutton--view {
    width: 16px;
    height: 16px;
    background-size:100%;
    -webkit-border-radius: 50px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50px;
    -moz-background-clip: padding;
    border-radius: 50px;
    background-clip: padding-box;
    position: absolute;
    left: 0;
    top: -1px;
    border: 1px solid #BBBBBB;
    width: 22px;
    height: 22px;
}
.b-radiobutton .b-radiobutton--view:before {
    background-color: #fff;
    content: "";
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50px;
    -moz-background-clip: padding;
    border-radius: 50px;
    background-clip: padding-box;
    position: absolute;
    left: 3px;
    top: 3px;
}
.b-radiobutton .b-radiobutton--field:checked + .b-radiobutton--view:before {
    content: "";
    background-color: #FEBE10;
}
    
.b-radiobutton .b-radiobutton--label {
    line-height: 20px;
    font-size: 14px;
    font-family: Arial;
}
.error-block {
    background:#F7D900;
    text-align:center;
}
.error-block img {
    display:inline-block;
}
.error-block-text {
    font-family: 'OpelSansCondensed-ExBd';
    color:#000000;
}
.main-content-block {
    background:white;
    padding:30px;
}
.main-content {
    font-size:14px;
    color:black;
    font-family:Arial;
    margin-top:30px;
}
.main-content * {
    line-height:21px;
}
.main-banner-title {
    background:#F7D900;
    font-size:18px;
    line-height:24px;
    color:black;
    text-transform:uppercase;
    font-family: 'OpelSansCondensed-Bd';
}
.main-banner-title-content {
    padding: 25px;
}
.main-banner-title div {
    line-height:inherit;
}
.title-primary_eb_big {
    font-family: 'OpelSansCondensed-ExBd';
    font-size: 60px;
    text-transform:uppercase;
    color: black;
    margin: 0;
    margin-bottom:20px;
    line-height: 56px;
    word-wrap: break-word;
}
.download-item {
    padding:20px;
    box-sizing:border-box;
}
.block_secondary {
    background:white;
    text-align:center;
    width: 100%;
}
.block_tertary {
    background:white;
}
.block-secondary-content {
    display: inline-block;
}
.block-secondary-image {
    text-align:center;
}
.block_secondary img {
    max-width:100%;
    width: 100%;
    display:inline-block;
}
.download-item-content {
    display:inline-block;
    text-align:left;
    /* width: 224px; */
}
.download-item-content div:first-child{
    text-align: center;
}
.download-item img {
    margin-bottom:15px;
}
.download-item .link-action {
    margin-top:10px;
    display: block;
}
.link-action {
    font-family: 'OpelSansCondensed-Bd';
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
    padding-left: 35px;
    line-height: 30px;
    cursor:pointer;
}
.link-action:before {
    text-transform:lowercase;
}
.link-pdf:before {
    font-family: "Icons-Common";
    content: "r";
    font-size: 30px;
    position: absolute;
    left: 0;
}
.link-doc:before,
.link-docx:before {
    font-family: "Icons-Common";
    content: "\e900";
    font-size: 30px;
    position: absolute;
    left: 0;
}
.link-xlsx:before,
.link-xls:before{
	font-family: "Icons-Common";
    content: "\e901";
    font-size: 30px;
    position: absolute;
    left: 0;
}
.link-xml:before{
	font-family: "Icons-Common";
    content: "\e902";
    font-size: 30px;
    position: absolute;
    left: 0;
}
.download-item-title {
    font-family: 'OpelSansCondensed-Bd';
    font-size:24px;
}
.page-sidebar>* {
    margin-bottom:25px;
}
.buttons-block-full [class*="button"] {
    display:block;
    margin-bottom:10px;
}
.block-primary .block-subcontent {
    padding:15px;
}
.block-primary .block-text {
    font-size:14px;
    color:black;
    font-family:Arial;
}
.block-primary .buttons-block {
    margin-top:10px;
    text-align:center;
}
.block-primary .buttons-block * {
    text-align:left;
}
.page-sidebar {
    width: 254px;
    border-left: 15px solid #f3f3f3;
    max-width: 542px;
}
.gallery-title-block {
    height:47px;
    display:table;
    width:100%;
    padding:0 10px;
    box-sizing:border-box;
}
.gallery-title {
    display:table-cell;
    vertical-align:middle;
}
.album-item {
    font-family: 'OpelSansCondensed-Bd';
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    cursor: pointer;
    display:inline-block;
}
.album-item:before {
    font-family: "Icons-Common";
    content: "s";
    font-size: 30px;
    position: absolute;
    left: 0;
    text-transform:lowercase;
}
.team-item {
    padding:10px 0;
    box-sizing:border-box;
    display:inline-block;
    width:calc((100% - 16px)/2);
}
.team-item:nth-of-type(2n + 1) {
	margin-right: 16px;
}

.team-item p{
	font-size: 14px;
	margin: 25px 0;
}
.team-item-image {
    border: 1px solid #eee;
    max-height: 185px;
    width: 100%;
    max-width: 225px;
    margin: 0 auto;
}
.team-item-image img {
    max-height:185px;
    margin: 0 auto;
    max-width: 100%;
}
.team-item-info {
    display: block;
    width: 225px;
    margin: 0 auto;
    margin-top: 10px;
}
.team-item-name {
    font-family: 'OpelSansCondensed-Bd';
    font-size: 18px;
    line-height:20px;
}
.team-item-position {
    font-family:Arial;
    font-style:italic;
    font-size:12px;
    line-height:20px;
}
.team-item--contact-info {
    margin-top:5px;
}
.team-item .contact-item {
    color:black;
    font-family:Arial;
    font-weight:bold;
    padding-left:25px;
    position:relative;
    display:block;
    font-size:12px;
    line-height:20px;
    margin-top:5px;
    word-wrap: break-word;
}
.team-item .contact-item.icon-letter span{
	display: block;
	text-decoration: underline;
	font-weight: bolder;
}
.team-item .contact-item.icon-letter span:first-letter{
	text-transform: uppercase;
}
.html-editor.content-standard a{
	text-decoration: underline;
}
.html-editor.content-standard img{
	max-width: 100%;
}
.team-item .contact-item:before {
    font-family: "Icons-common";
    vertical-align: middle;
    position: absolute;
    left: 0;
    font-weight: normal;
}
.team-item .contact-item.icon-letter:before {
    content: "k";
    font-size:16px;
}
.team-item .contact-item.icon-mobile:before {
    content: "b";
    font-size:17px;
}
.team-item .contact-item.icon-tel:before {
    content: "v";
    font-size:17px;
}
.team-item .contact-item.icon-fax:before {
    content: "w";
    font-size:17px;
}
.content-standard {
    background:white;
    padding:30px 25px;
    font-size:14px;
    color:black;
    font-family:Arial;
    border-left:1px solid #F3F3F3;
    border-right:1px solid #F3F3F3;
    line-height:21px;
}
.content-standard img {
    /*max-width:100%;*/
}
.gray_mantioned {
    font-size:16px;
    font-weight:bold;
    color:#999999;
    line-height:21px;
}
.content-menu {
    border:1px solid #EEEEEE;
    background:white;
    /* margin-top: 20px; */
}
.content-menu-item {
    float:left;
    font-family: 'OpelSansCondensed-Bd';
    font-size: 18px;
    line-height:43px;
    text-align:center;
    min-width:95px;
    box-sizing:border-box;
    display:inline-block;
    text-decoration:none;
    padding:0 15px;
}
.content-menu-item.selected {
    background:#F7D900;
}
.content-standard .title-primary_eb {
    margin-bottom:30px;
}
.content-standard .action-buttons {
    margin-top:10px;
    margin-bottom:20px;
}
.content-standard .action-buttons .button-tertary{
    display: block;
    width: calc(100% - 21px);
    max-width: 300px;
}
.content-standard .action-buttons [class*="button"] {
    margin-bottom:10px;
}
.text_small_gray {
    font-size:10px;
    line-height:15px !important;
    color:#797979;
    padding-bottom: 10px;
}
.content-standard p {
    line-height:inherit;
}
.location-page {
    margin-top:10px;
}
.location-page-map {
    position:relative;
}

.nounderline {
    text-decoration: none !important;
}
.location-item {
    font-family: Arial;
}
.location-item-image img {
    width:100%;
}
.location-item-content {
    padding: 10px 7px;
}
.location-item-text {
    color: #909090;
    font-size: 14px;
    line-height: 16px;
    height: 32px;
    margin-bottom: 7px;
}
.location-item-contacts {
    font-size:16px;
    line-height:18px;
    font-weight:bold;
}
.locations-block-container {
    margin-top:15px;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 15px;
    ms-flex: 1 0 auto;
    background-color: #f3f3f3;
}
.location-item .block-content {
    height: auto;
}
.location-table {
    /* width: 99%; */
}
.location-table-info {
    background:white;
    padding:15px 17px;
    line-height:18px;
    box-sizing:border-box;
    font-size:14px;
}
.location-table-info .title-secondary_capitalize {
    padding-bottom:15px;
}
.location-table-info .location-info-mantioned {
    font-weight:bold;
    margin-top:10px;
}
.location-table-map #locationInMap {
    width:100%;
    height:100%;
}
.location-search {
    display:table;
    width:100%;
    margin:10px 0;
}
.location-search-input, .location-search-button {
    display:table-cell;
    vertical-align: middle;
    border-right: 5px solid transparent;
}
.location-search-input .b-input_primary {
    height: 30px;
    line-height: 30px;
}
.button-action {
    background: #F7D900;
    padding: 6px 13px 6px 8px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-family: 'OpelSansCondensed-Bd';
    color: black;
    position: relative;
}
.location-content-form .button-action{
    color: #fff;
    background-color: #000;
    padding-left: 26px;
}
.location-content .bx-viewport{
    max-width: 538px;
    margin: 0 auto;
}
.location-content .bx-wrapper{
    position: relative;
    padding: 0 60px;
}
.location-content .bx-wrapper .bx-controls-direction a{
    background: #000;
    height: 53px !important;
    line-height: 53px;
}
.location-content .bx-wrapper .bx-controls-direction a.bx-prev{
    left: 10px;
}
.location-content .bx-wrapper .bx-controls-direction a.bx-next{
    right: 13px !important;
}
.location-content .bx-wrapper .bx-controls-direction a.bx-prev:before{
    color: #fff;
    margin-top: 0;
    font-size: 40px;
    content: "t";
    font-weight: normal;
}
.location-content .bx-wrapper .bx-controls-direction a.bx-next:before{
    color: #fff;
    margin-top: 0;
    content: "u";
    font-size: 40px;
    font-weight: normal;
}
input[type=submit].button-action, input[type=button].button-action {
    background-image: url(../images/arrow_black.png);
    background-position: 12px 7px;
    border-radius: 0;
}
.location-search-button .button-action {
    display:block;
}
.location-button:before {
    content:"a";
    font-size:18px;
}
.location-content-table {
    position:relative;
    max-width: 1104px;
    padding-left: 20px;
    padding-right: 20px;
}
.location-content-form {
    padding:10px 12px;
    box-sizing:border-box;
    background:white;
}
.location-content {
    padding:15px 0 15px 23px;
    background:white;
}
.location-info-item {
    margin-bottom:20px;
}
.location-info-item {
    font-size:14px;
    line-height:21px;
}
.link-orange {
    color:#F7D800;
    text-decoration:underline;
}
.location-info-item .title-secondary_capitalize {
    padding-bottom:5px;
}
.location-info-details {
    border:1px solid #CCCCCC;
    padding: 5px;
    padding-right:0;
    box-sizing:border-box;
    display:table;
    margin-bottom:15px;
}
.location-info-details .location-info-title {
    font-weight:bold;
    margin-top: 0;
}
.location-weekdays--row {
    display:table-row;
    height: 18px;
}
.location-weekdays--cell, .location-info-actual , .location-weekdays {
    display:table-cell;
    vertical-align:top;
    /* display: inline-block; */
}
.location-weekdays--cell:first-child {
    padding:0 3px;
}
.location-weekdays--cell:last-child {
    padding-right:5px;
}
.location-weekdays .location-weekdays--row:nth-of-type(2n) {
    background:#F3F3F3;
}
.location-info-details:not(:nth-of-type(2n)) {
    margin-right:12px;
}
.location-info-table {
    display:table;
    width:100%;
}
.location-info-table--row {
    display:table-row;
    height: 18px;
}
.location-info-table--cell {
    display:table-cell;
    vertical-align:top;
}

.location-info-table--cell:first-child {
    padding-right:5px;
    width: 50px;
    white-space: nowrap;
}
.location-info-details {
    font-size:14px;
    line-height:21px;
}
.location-info-details .location-info-title {
    font-size:16px;
}
.location-slider {
    position:relative;
    white-space:nowrap;
    margin-bottom:15px;
    text-align:center;
}   
.location-slider-content {
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.location-slider-left {
    background:black;
    position:absolute;
    left:0;
    cursor: pointer;
}
.location-slider-left:before {
    font-family: "icons-common";
    content: "t";
    color: #fff;
    text-align:center;
}
.location-slider-right {
    background:black;
    position:absolute;
    right:0;
    cursor: pointer;
}
.location-slider-right:before {
    font-family: "icons-common";
    content: "u";
    color: #fff;
    text-align:center;
}
.location-slider-item {
    display:inline-block;
}
.location-slider-item img {
    width:100%;
}
.slider3 .location-slider-item img{
    width: auto;
}
.location-content .block_tertary.team-item {
    border:1px solid #CDCDCD;
}
.subtitle-pimary {
    font-size: 12px;
    color:#909090;
    font-weight: lighter;
    margin-bottom: 10px;
}
.b-form_secondary .b-textarea_primary {
    min-height: 60px;
    margin-top: 5px;
}
.b-form_secondary .form-row {
    min-height: 36px;
    display: block;
    /* margin-bottom: 3px; */
}

.hover-modal-window {
    background-color: #000;
    color: #fff;
    display: none;
    font-size: 11px;
    line-height: 1.25;
    padding: 20px 18px;
    margin: 5px 0px 15px 0px;
    position: absolute;
    right: -81px;
    text-align: justify;
    width: 536px;
}

.weight-normal-priv {
    font-size: 14px;
    line-height: normal;
	color: #000;
}

.form-row.weight-normal-priv .hover-modal-window {
	font-size: 14px;
}

.weight-normal {
 	font-weight: normal !important;
 	text-decoration: none !important;
}

.b-checkbox--label.weight-normal .hover-modal-window{
	font-size: 14px ;
	bottom: 30px;
	right: -14px;
}
.checkbox_container_not_standart {
	float: left;
}

.term-row {
    font-size: 12px;
    margin-top: 10px;
    position: relative;
}

.form-row a, .term-row a,.row a {
	font-weight: bold;
	text-decoration: underline;
}

.baltic {
    bottom: 315px;
    right: 3px;
}

.location {
    bottom: 46px;
    z-index: 15;
}

.privacy {
    bottom: 106px;
    z-index: 15;
}

.b-checkbox_privacy_label .terms span {
	text-decoration: underline;
	font-weight: bold;
}

.term-row a:hover + div#terms-and-conditions, .terms:hover + span#terms-and-conditions {
    display: block;
}

.notooltip:hover + span#terms-and-conditions {
    display: none;
}
div.form-row a:hover + div#terms-and-conditions {
    display: block;
}

.term-row a:hover, .terms:hover, div.form-row a:hover, .legal-text-popup a:hover span {
	color: #F7D800;
}

div.form-row a.notooltip:hover + div#terms-and-conditions {
    display: none;
}

/* .b-form_secondary .checkboxes-side {
    margin-top: 60px !important;
} */
.b-form_secondary .b-checkbox_primary_small {
    margin-bottom: 5px;
    display: block;;
}
.b-form_secondary .checkboxes-side .b-label_secondary {
    padding-bottom: 10px;
}
.b-label_secondary {
    font-size: 14px;
    font-family: Arial;
    line-height: normal;
    /* display: table; */
}
.b-form_secondary .b-label_secondary {
    padding-right: 5px;
}
.b-label_secondary{
    width: 88px;
    display: inline-block;
    vertical-align: top;
}
.location-content-form .b-label_secondary{
	font-size: 12px;
}
.b-form_secondary .form-row  .b-label_secondary {
    display: inline-block;
    vertical-align: middle;
    width: 88px;
    word-wrap: break-word;
    font-weight: bold;
}
.b-form_secondary .form-row-full {
    margin: 10px 0;
}
.b-form_secondary .form-row-full {
    display: block;
}
.b-form_secondary .form-row-full>label {
    display: block;
    width: initial;
    margin-bottom: 10px;
}
.b-form_secondary .b-input_primary_small, .b-input-side_secondary {
    vertical-align: middle;
    display: inline-block;
    height: 25px;
    width: calc(100% - 100px);
}
.b-form_secondary .b-input_primary_small{
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
    padding-left: 5px;
}
.b-input_primary_small {
    border: 1px solid #CCCCCC;
    height: 26px;
    line-height: 26px;
    background: white;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.b-select_tertary {
    position: relative;
}
.b-select_tertary:after {
    position: absolute;
    font-family: "Icons-Common";
    content: "d";
    font-size: 9px;
    color: #CCCCCC;
    border-left:1px solid #CCCCCC;
    display: inline-block;
    width: 23px;
    line-height: 25px;
    height: 25px;
    top: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
}
.b-select-field_tertary {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    border: 1px solid #ccc;
    vertical-align: middle;
    border-radius: 0;
    padding-left: 5px;
}
.b-checkbox_primary_small {
    padding-left: 20px;
    position: relative;
}
.b-checkbox_primary_small .b-checkbox--field {
    cursor: pointer;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    z-index: 5;
}
.b-checkbox_primary_small .validation-container .b-checkbox--field{
	left: -22px;
	right: auto;
}
.b-checkbox_primary_small .b-checkbox--view {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width:15px;
    height:15px;
    background-color:#fff;
    color: #000000;
    left: 0;
    position: absolute;
    top: 0;
}
.b-checkbox_primary_small a {
    text-decoration:underline;
    font-weight: bold;
}
.b-checkbox_primary_small .b-checkbox--view:before {
    content: "";
    font-family: "Icons-Common";
    height: 15px;
    left: 0;
    line-height: normal;
    position: absolute;
    top: 0px;
    width: 15px;
}
.v_space_top_20 {
    margin-top: 20px;
}
.b-checkbox_primary_small >.b-checkbox--field:checked + .b-checkbox--view:before {
    color: black;
    content: "n";
    font-size: 14px;
    font-weight:normal;
    text-align: left;
}
span.combodate{
	display: inline-block;
	height: 25px;
	width: calc(100% - 100px);
}
span.combodate:after{
	content: '';
	clear: both;
}
span.combodate select::-ms-expand{
	display: none;
}
span.combodate .b-select_tertary{
	width: calc((100% - 13px)/3);
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 0;
	display: inline-block;
}
span.combodate .b-select_tertary:nth-of-type(3){
	margin-right: 0;
}
span.combodate .b-select_tertary:after{
	border: none
}
span.combodate .b-select_tertary select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	min-width: 100%;
	height: 100%;
	border: none;
}
.form-terms-row {
    margin-top: 15px;
}
.b-checkbox--label_small {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
}

.b-checkbox_privacy_label {
	/* font-size: 14px;
    line-height: 20px; */
}

.b-form-submit-left {
    margin-top: 15px;
    padding: 0;
    text-align: center;
    position: relative;
}
.b-form_secondary .b-form-submit-left:before {
    font-family: "Icons-Common";
    content: "e";
    position: absolute;
    z-index: 2;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
    padding-left: 6px;
}
.location-content-form .title-secondary_capitalize {
    padding-right: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}
.location-content-form .title-secondary_capitalize:after {
    position: absolute;
    right: 12px;
    top: 10px;
    font-family: "Icons-Common";
    content: "k";
    font-size: 24px;
}
.logo-title {
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.logo-title h2{
	font-weight: normal;
    font-size: 14px;
    line-height: 14px;
}
.logo-title .logo-title-bold {
    font-size:20px;
    text-transform:uppercase;
    font-family: 'OpelSansCondensed-ExBd';
    margin-bottom: 5px;
    margin-top: 0;
}
.logo-side {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.yellow-area-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.thank-you-yellow-area {
    background-color: #f7d900;
    height: 500px;
    text-align: center;
}    
.thank-you-yellow-area p{
    font-family: "OpelSansCondensed-ExBd";
    font-size: 58px;
    margin: 0;
}
.thank-you-image {
    width: 172px;
    height: 145px;
    background-image: url(../images/thank_you.png);
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.block-content.promotion .bx-next {
    right: 10px !important;
    top: 60px;
    background-color: rgba(0, 0, 0, 0);
}
.block-content.promotion .bx-prev {
    left: 10px;
    top: 60px;
    background-color: rgba(0, 0, 0, 0);
}
.ret_title_container label.ret_title {
    font-size: 24px;
    font-family: "OpelSansCondensed-ExBd";
    text-transform: uppercase;
}
.home .ret_title_container{
    background-color: transparent;
     margin-top: 0;
     padding: 0;
}
.ret_title_container{
    background-color: #fff;
     margin-top: 15px;
     padding: 20px;
     padding-bottom: 0;
}
















.home .ret_main_container{
    margin-top: 15px;
}
.ret_main_container {
    background-color: #fff;   
    margin-bottom: 20px;
    padding: 20px;
}
.home .ret_text_container{
    color: #000;
}
.home .ret_text_container + div{
    display: inline-block
}
.ret_text_container{
    margin-bottom: 20px;
    font-family: Arial;
    font-size: 14px;
    color: #909090;
}
.ret_inp_container,
.ret_sel_container{
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.select-face-div:after,
.home .ret_sel_container:after{
    font-family: "icons-common";
    content: "m";
    position: absolute;
    right: 10px;
    pointer-events: none;
    font-size: 14px;
}
.select-face-div:after{
	margin-top: 2px
}
.ret_sel_container:after{
    position: absolute;
    font-family: "Icons-Common";
    content: "d";
    font-size: 9px;
    color: #ccc;
    border-left: 1px solid #ccc;
    display: inline-block;
    width: 25px;
    line-height: 25px;
    height: 25px;
    top: 1px;
    right: 1px;
    text-align: center;
    pointer-events: none;
}
.home .ret_sel_container:after{
    color: #000;
    width: auto;
    border: none;
    margin-top: 5px;
}
.ret_main_container .ret_input,
.ret_sel_container .ret_select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    height: 27px;
    padding-left: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
}
.home .ret_main_container .ret_input,
.home .ret_sel_container .ret_select{
    height: 35px;
    background-color: #fff;
}
.ret_sel_container select::-ms-expand {
    display: none;
}

input#zipOrCity17e5 {}
.home .select-face-div-container{
    display: inline-block;
}
.home .select-face-div{
    display: inline-block;
    width: 200px;
    height: 35px;
    padding-left: 10px;
    padding-top: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    background-color: #fff;
    margin: 0;
    color: #000;
    text-align: left;
}
.home .ret_check_container{
    position: absolute;
    z-index: 12;
    width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
    padding: 5px;
    display: none;
}
.home .select-face-div{
     font-size: 14px;
     font-family: Arial;
}
.select-face-div{
    display: inline-block;
    min-width: 120px;
    padding: 6px 30px 6px 10px;
    margin: 15px 0;
    background-color: #000;
    font-size: 18px;
    font-family: "OpelSansCondensed-Bd";
    position: relative;
    color: #fff;
    margin-right: 20px;
}
.home .select-face-div.b-button-flip-arrow-up:after{
    color: #000;
}
.select-face-div.b-button-flip-arrow-up:after{
    color: #fff;
}
.ret_check_container{
    display: none;
}
.ret_check_container.display-checkboxes {
    display: block;
    margin-bottom: 15px;
    -moz-column-count: 5;
    -moz-column-gap: 20px;
    -webkit-column-count: 5;
    -webkit-column-gap: 20px;
    column-count: 5;
    column-gap: 20px;
}
.home .ret_check_container.display-checkboxes{
    display: block;
    margin-bottom: 0;
    width: 200px;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
}
.ret_check_container input{
    opacity: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 4px;
    left: 0;
}
.home .ret_check_container label{
    display: inline-block;
    /* width: calc(100% - 40px); */
    vertical-align: middle;
    font-size: 14px;
    /* height: 35px; */
}
.home .ret_check_container div{
    display: block;
    margin-right: 0;
}
.ret_check_container div{
    height: 30px;
    margin-bottom: 4px;
    position: relative;
    line-height: 30px;
    display: inline-block;
    margin-right: 30px;
}
.home .ret_check_container div:before{
    width: 22px;
    height: 22px;
}
.ret_check_container div:before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    margin-right: 7px;
    vertical-align: middle;
}
.home .ret_check_container input:checked + label:before{
    width: 22px;
    height: 22px;
    top: 5px;
}
.ret_check_container input:checked + label:before{
    background-color: #f7d900;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 1px;
    top: 8px;
}
.black-button-container{
    display: inline-block;
}
.home button.black-button{
    margin-left: 60px;
}
.home button.black-button{
    font-family: "OpelSansCondensed-Bd";
    font-size: 18px;
} 
button.black-button{
    background-color: #000;
    color: #fff;
    height: 30px;
    /* width: 130px; */
    position: relative;
    font-family: "OpelSansCondensed-Bd";
    font-size: 18px;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    padding: 0 10px;
}
button.black-button:before{
    font-family: "icons-common";
    content: "e";
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    text-transform: lowercase;
}
.cars-container{
    /* margin-top: 20px; */
    display: inline-block;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    ms-flex: 1 0 auto;
}
 .car-block {
    display: inline-block;
    width: calc((100% - 32px)/3);
    text-align: center;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    position: relative;
    font-size: 18px;
    -webkit-flex-basis: calc((100% - 33px)/3);	
   	flex-basis: calc((100% - 33px)/3);	
}
.car-block *{
    margin: 0;
}
.car-block .button-primary{
    margin-top: 15px;
    margin-bottom: 7px;
}
.car-block .car-name{
    height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
}
 .car-image-block{
    width: 100%;
    height: 135px;
}
.car-image-block-flex{
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.car-image-block img{
    max-width: 256px;
    width: 100%;
}
.car-block-bottom-link-container {
    text-align: left;
    margin-top: 10px;
    display: inline-block;
}
.text-color-grey{
    color: #7F7F7F;
}
.text-semibold {
    font-family: "OpelSansCondensed-Bd";
}
.car-block-bottom-link{
    margin-bottom: 7px;
    display: inline-block;
    position: relative;
}
.car-block-bottom-link:before{
    font-family: "icons-common";
    content: "e";
    font-size: 16px;
    margin-right: 8px;
    vertical-align: bottom;
}
.location-content {
    display: inline-block;
    width: calc(100% - 301px);
    box-sizing: border-box;
    vertical-align: top;
}
.location-content p{
	margin: 0;
}
.location-content .phones p:nth-of-type(2n) {
    margin-bottom: 10px;
}
.location-content-form {
    max-width: 290px;
    display: inline-block;
    float: right;
    position: relative;
    width: 100%;
}
/*.mds-cmp-content07.cnt_hl_1 h2{
    font-family: "OpelSansCondensed-ExBd";
    font-size: 36px;
}
.mds-cmp-content01 .figure{
    max-width: 384px;
}
.mds-cmp-content01 .text aoiw,
.mds-cmp-content01 .figure{
    display: inline-block;
}
.mds-cmp-content01 .text.aoiw{
    display: inline-block;
    width: calc(100% - 420px);
    vertical-align: top;
    margin-left: 15px;
}
.parbase.cnt_imgpar_c1.section{
    border-bottom: 1px solid #ccc;
    padding: 25px 0; 
}
.parbase.cnt_imgpar_c1.section:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.parbase.cnt_imgpar_c1.section h3.pt{
    font-family: "OpelSansCondensed-Bd";
    font-size: 24px;
    margin-bottom: 12px;
}
.parbase.cnt_imgpar_c1.section .fck_authorsinput.tx p{
    font-family: "Arial";
    font-size: 14px;
    line-height: 20px;
}
.content-menu-item:has(a.selected){
    background-color: #f7d900;
}
.discalimer{
    text-align: left;
    background-color: #fff;
    padding:0 24px 12px 24px;
    color: #797979;
}*/
.content-primary{
    /* background-color: #fff; */
    /* padding-top: 15px; */
    padding-bottom: 15px;
}
.team h2{
    font-family: "OpelSansCondensed-Bd";
    font-size: 18px;
}

.carline .content-primary{
    padding-top: 0;
    background-color: #f3f3f3;
}
.product-block-image.image_small img{
    max-width: 300px;
    display: inline-block;
}
.product-block-image.image_buyuk img{
    max-width: 100%;
    display: inline-block;
}

.product-block-image.image_buyuk2 img{
    max-width: 95%;
    display: inline-block;
}
.product-block-desc{
    display: inline-block;
    width: calc(100% - 320px);
    vertical-align: top;
    margin-left: 15px;
    padding-bottom: 60px;
}
.product-block.info-zipped a{
    padding: 15px 10px;
    box-sizing: border-box;
    margin: 0;
    border-top: 1px solid #ccc;
    width: 100%;
    background-color: #fff;
    position: relative;
}
.product-block.info-zipped:first-child a{
    border-top: none;
}
.product-block.info-zipped a{
    display: block;
}
.product-block-date{
    display: inline-block;
    position: absolute;
    right: 20px
}
.product-block-desc h2 span{
    display: inline-block;
    font-size: 24px;
    font-family: "OpelSansCondensed-Bd";
    text-transform: uppercase;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    right: 0;
}
.product-block-desc h2 span.cropped{
	max-width: calc(100% - 95px);
}
.product-block-desc h2 {
	position: relative;
	height: 32px;
}
.product-block-text div {
    font-size: 14px;
    font-family: Arial, sans-serif;
}
.product-block-text .header_disclaimer{
	margin-top: 15px;
    font-family: "OpelSansCondensed";
}
.product-block-text .button-primary{
    margin-top: 10px;
    position: absolute;
    bottom: 17px;
    font-size: 18px;
    font-family: 'OpelSansCondensed-Bd';
}
.pagination ul li{
    display: inline-block;
    margin-right: 5px
}
.pagination ul li *{
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
}
.pagination ul li.paging_item span{
    display: inline-block;
    background-color: #f7d900;
    padding: 2px 4px;  
}
.pagination ul li.paging_item a span{
    display: inline-block;
    background-color: transparent;  
}
.slider-fixed-menu-7s {
    background: #fff;
    min-height: 45px;
    margin-top: 15px;
}
.slider-fixed-menu-7s.fix-menu{
    position: fixed;
    top: -15px;
    z-index: 10;
    width: 100%;
    max-width: 1184px
}
.slider-fixed-menu-7s a {
    padding: 11px 24px 8px;
    display: inline-block;
    font-size: 18px;
    font-family: "OpelSansCondensed";
    color: #000;
    position: relative;
    text-transform: uppercase;
}
.slider-fixed-menu-7s .active:before {
    border-bottom: 4px solid #f7d900;
    bottom: 1px;
    content: "";
    left: 5px;
    position: absolute;
    right: 3px;

}

.slider-container-7s .slider-pager-7s {
    background: #fff;
}

.slider-container-7s .slider-pager-7s a {
    font-size: 12px;
    font-family: verdana;
    background: #fff;
    display: inline-block;
    padding: 16px 18px;
    color: #000;
    text-transform: uppercase;
}

.slider-container-7s .slider-pager-7s a.active {
    font-size: 12px;
    font-family: verdana;
    background: #F7D900;
    display: inline-block;
    padding: 16px 18px;
    color: #000;
}

.slider-container-7s .bx-wrapper {
    position: relative !important;
}

.slider-container-7s {
    background: #f3f3f3;
    padding: 0 23px 30px 23px;
}
.slider-container-7s img {
    width: 100%;
}
.single-slider-container-7s:not(:last-of-type){
    margin-bottom: 12px;
}
/* .single-slider-container-7s iframe{
	transform: translateX(-50%);
	margin-left: 50%;
} */
.video-thumbnail{
	position: relative;
}
.video-thumbnail:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../images/thumbnail-off.png');
	background-repeat: no-repeat;
    background-position: center;
}
.video-thumbnail:hover{
	cursor: pointer;
}
.video-thumbnail:hover:before{
	background-image: url('../images/thumbnail-on.png');
}
.video_slider_container .video-thumbnail:before{
	background-image: url('../images/small-thumbnail-off.png');
}
.video_slider_container .video-thumbnail:hover:before{
	background-image: url('../images/small-thumbnail-on.png');
}
.flex-container{
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    ms-flex: 1 0 auto;
    /* width: calc(100% + 30px); */
}
.flex-container .editPanelArea{
	flex-basis: 100%;
}
.flex-container .con-con{
	display: flex;
	 flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    ms-flex: 1 0 auto;
}
.sitemap-container{
    max-width: 1080px;
    background-color: #fff;
    padding: 20px 40px;
}

.sitemap-container h1{
    font-family: "OpelSansCondensed-Bd";
    margin-bottom: 20px;
}
.sitemap-container ul li{
    margin-left: 30px;
    line-height: 25px;
    font-size: 14px;
}
.sitemap-container ul li{
    list-style-type: disc !important;
}
div#lightbox-container-image-box{
    background-color: #fff;
    border: none;
}
div#lightbox-container-image-data-box{
    background-color: #ccc;
    border: none;

}
div#lightbox-nav{
    background-color: #ccc;
}
div.lightboxClose span{
    color: #000;
}
div #lightbox-nav-btnPrev,
div #lightbox-nav-btnNext{
    color: #000
}
#lightbox-image-details-currentNumber{
    color: #000 !important;
}
.faq-main-container{
    background-color: #fff;
    padding: 24px;
}
.faq-main-container .faq-main-container{
    padding: 0;
}
.faq-main-container .orange-title{
    font-family: "OpelSansCondensed-ExBd";
    font-size: 36px;
    margin-bottom: 10px;
}
.faq-main-container .simple-text{
    font-size: 14px;
    margin-bottom: 5px;
}
.faq-main-container .search-bar{
    background-color: #f3f3f3;
    padding: 24px;
    margin-top: 15px;
}
.faq-main-container .search-bar form{text-align: center;}

.faq-search-container .button-primary{
    float: right;
}
.faq-search-container .faq-ask-form .button-primary{
    float: none;
    margin-left: 142px;
}
.faq-search-container .search-button .button-primary{
    float: none;
    display: inline-block;
}
.faq-search-container .select-container,
.faq-search-container .search-category,
.faq-search-container .search-input{
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
}
.faq-search-container .select-container:after{
    font-family: "icons-common";
    content: "m";
    position: absolute; 
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;  
}
.faq-search-container .search-button{
    display: inline-block;
    margin-left: 25px;
}
.faq-search-container .search-button .button-primary{
    margin-top: 0;
}
.faq-search-container .select-container select,
.faq-search-container .search-input input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 200px;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
}
.faq-item{
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin: 20px 0;
    position: relative;
}
.faq-search-item{
    padding-top: 0;   
}
.faq-item:first-child{
     border-top: 1px solid #ccc;
}
.faq-item-title{
    font-family: "OpelSansCondensed-Bd";
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
}
.faq-item-date{
    float: right;
    font-size: 14px;
    color: #999;
}
.faq-item-content{
    margin: 5px 0; 
}
.faq-item-content p{
    margin-bottom: 10px;
}
.faq-item-content p:last-child{
    margin-bottom: 0;
}

.faq-item-content strong:after{
    content: ":";
}
.faq-item .button-primary{
    margin-top: 10px;
}
.faq-ask-form-title{
    display: inline-block;
    width: 138px;
    font-weight: bold;
    padding-top: 7px;
}
.faq-ask-form-area{
    margin-bottom: 15px;
    font-size: 16px;
}
.faq-ask-form-area textarea,
.faq-ask-form-area input{
    width: calc(100% - 146px);
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 35px;
    vertical-align: top;
}
.faq-ask-form-area .faq-ask-form-title + .validation-container{
	width: calc(100% - 146px);
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
}
.faq-ask-form-area textarea{
    height: 177px;
}
.faq-ask-form .terms-conditions{
    margin-left: 142px;
}
.faq-ask-form .terms-conditions .required-message{
    text-align: left;
}
.faq-ask-form .validation-container{
	vertical-align: top;
}
.faq-ask-form .validation-container textarea,
.faq-ask-form .validation-container input:not(.b-checkbox--field){
    width: 100%;
    box-sizing: border-box;
}
.faq-search-container .simple-link{
    display: inline-block;
    margin-right: 30px; 
}
.faq-search-container .simple-link:last-child{
    margin-right: 0;
}


.b-button-flip-arrow-up:after {
	font-family: "icons-common";
	content: "m";
	position: absolute;
	right: 10px;
	top: 28%;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	/* Safari */
	-webkit-transform: rotate(-180deg);
	/* Firefox */
	-moz-transform: rotate(-180deg);
	/* IE */
	-ms-transform: rotate(-180deg);
	/* Opera */
	-o-transform: rotate(-180deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.block-primary.locations-block{
    padding-bottom: 30px;
}
.location-page .block-primary.locations-block{
    padding-bottom: 0;
}
.select-face-div-container{
    display: inline-block;
    vertical-align: middle;
}
.b-popup.thankyou #page_thankyou {
    padding: 20px 0 0 0;
    width: 100%;
}
.thank-you-popup-content-container {
    padding-left: 40px;
    padding-top: 15px;
    margin-bottom: 20px;
}
.flexible-container{
   	width: 100%;
	position: relative;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    ms-flex: 1 0 auto;
}
.html-editor.content-standard table.column-2{
	width: 100% !important;
}
.html-editor.content-standard table.column-2 td{
	width: 50%;
	padding-right: 20px
}
.html-editor.content-standard table.column-2 td video{
	max-width: 100%;
}
.slideWDRT div li{
	list-style-type: initial !important;
	text-align: left;
}
.slideWDRT div ol li{
	list-style-type: decimal !important;
}
.footer-info-lunch-text {
	margin-bottom:5px;
}

.widget-lunch-text {
    text-transform: none;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
}
.widget-lunch-text span{
	display: inline-block;
	text-align: left;
    max-width: calc(100% - 80px);
}
.no-t-p{
	padding-top: 0;
}
.no-b-p{
	padding-bottom: 0;
}
.tbl thead tr, .tbl .thead {
    font-weight: bold;
    background: #f5f5f5;
    background: -moz-linear-gradient(top,#f5f5f5 0,#e7e7e7 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#e7e7e7));
    background: -webkit-linear-gradient(top,#f5f5f5 0,#e7e7e7 100%);
    background: -o-linear-gradient(top,#f5f5f5 0,#e7e7e7 100%);
    background: -ms-linear-gradient(top,#f5f5f5 0,#e7e7e7 100%);
    background: linear-gradient(top,#f5f5f5 0,#e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#e7e7e7',GradientType=0);
}
table.tbl{
	border-collapse: collapse;
	width: 100%;
}
.tbl thead th, .tbl .thead th {
    font-weight: bold;
}
.tbl td, .tbl th {
    border: 1px solid #cecece;
    padding: 8px 8px;
    line-height: 14px;

}
.home .block-primary.regional .location-main-block.mch-20{
	height:	590px;
}
.read-more-button:before{
	font-family: Icons-Common;
	content: "e";
	color: #f7d900;
	margin-right: 3px;
}
.read-more-container{
	display: inline-block;
}
.read-more-popup {
    position: absolute;
    left: 45px;
    width: calc(100% - 120px);
    padding: 25px 15px 15px 15px;
    background: #858685;
    background: -webkit-linear-gradient(left, #858685, #3B3B3B);
    background: -o-linear-gradient(right, #858685, #3B3B3B);
    background: -moz-linear-gradient(right, #858685, #3B3B3B);
    background: linear-gradient(to right, #858685 , #3B3B3B);
    transform: translateY(-50%);
    top: 50%;
    max-height: 90%;
}
div.read-more-popup-content {
    background-color: #fff;
    min-height: 100px;
    text-align: left !important;
    padding: 15px;
}
.read-more-popup-exit{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #f7d900;
	position: absolute;
	top: 5px;
	right: 15px;
	cursor: pointer;
	text-align: center;
}
.read-more-popup-exit:after {
    font-family: "Icons-Common";
    content: 'q';
    line-height: 16px;
}
.video-popup.ui-dialog{
	padding: 0;
    max-width: 1180px;
    height: auto;
    left: 50% !important;
    transform: translateX(-50%); 
}
iframe.yt_iframe{
	width: 100%;
	height: auto;
}
.video-popup .ui-dialog-content.ui-widget-content{
	padding: 0;
	background-color: #000;
}
.video-popup.ui-draggable{
	border: none;
}
.video-popup ~ .ui-widget-overlay{
	background: none;
	background-color: #000;
	opacity: 0.75;
}
.video-popup .dialog-message{
	height: 51.6vw !important;
	max-height: 700px;
}
.video-popup .dialog-message iframe{
	position: absolute;
	height: 100%;
}
.video-popup.ui-dialog .ui-dialog-titlebar{
	border: none;
	background: none;
	background-color: #000;
	color: #fff;
	font-size: 22px;
	font-family: Arial;
	font-weight: normal;
	text-transform: uppercase;
}
.video-popup.ui-dialog .ui-dialog-titlebar-close{
	right: 20px;
	top: 20px;
	padding: 0;
}
.video-popup.ui-dialog .ui-dialog-titlebar-close:before {
	color: #fff;
	font-family: "Icons-Common";
	text-transform: lowercase;
	font-weight: normal;
	content: 'q';
	display: inline-block;
	font-size: 26px
}
.video-popup .ui-state-hover, 
.video-popup .ui-widget-content .ui-state-hover,
.video-popup .ui-widget-header .ui-state-hover,
.video-popup .ui-state-focus, .ui-widget-content .ui-state-focus,
.video-popup .ui-widget-header .ui-state-focus{
	background: none;
	border: none;
}
.video_slider_container{
	background-color: #000;
	padding: 20px 70px;
}
.video_slider_container li a{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.video-slider-yellow-area{
	width: 100%;
	height: 30px;
	background-color: #f7d900;
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 27px;
}
.video-slider-yellow-area:before{
	font-family: "icons-common";
	content: "e";
	font-size: 17px;
	margin-right: 7px;
	margin-left: 7px;
	text-transform: lowercase;
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 25px;
}
.video-slider-yellow-area:after{
	content: '';
	width: 0;
	height: 0;
	border-bottom: 30px solid #000;
	border-left: 30px solid transparent;
	position: absolute;
	right: 0;
}
.video_slider_container .bx-wrapper .bx-controls-direction a.bx-prev{
	left: -70px;
	display: block;
}
.video_slider_container .bx-wrapper .bx-controls-direction a.bx-next{
	right: -70px !important;
	display: block;
}
.video_slider_container .bx-wrapper .bx-controls-direction a.disabled{
	display: none;
}
.video_slider_container .bx-pager.bx-default-pager{
	display: none;
}
.video_slider{
	display: flex;
}
.video_slider li{
	display: flex;
	flex-wrap: wrap;
}
.video_slider li .video-thumbnail{
	align-self: flex-end;
}
.black-modal-window {
	color: #fff;
	background-color: #000;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 18px;
    margin: 5px 0px 15px 0px;
	right: -85px;
	bottom: 60px;
	width: 536px;
	max-width: 75vw;
	text-align: justify;
	position: absolute;
	z-index: 15;
	font-family: Arial;
}

.black-modal-window p {
	color: #DDDDDD;
	font-size: 11px;
	line-height: 1.33;
	margin: 0;
}

.black-modal-window p a {
	color: #fff !important;
}

.black-modal-window .closePopup {
	color: #fff !important;
	display: block;
	font-weight:bold;
	text-decoration: underline;
}

.black-modal-window span a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline;
}

.legal-text-popup {
    font-size: 14px;
    display: inline-block;
    max-width: 526px;
    margin-left: 5px;
    line-height: 24px;
    font-family: Arial;
    vertical-align: top;
}
.hidden {
    display: none;
}
.contact_info {
    background: #f7d900;
    padding: 15px;
    font-size: 11px;
    line-height: 18px;
    position: relative;
    margin-top: 10px
}
.contact_info h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: "OpelSansCondensed-ExBd";
    color: #000;
}
.contact_first p {
    color: #000;
    font-size: 14px;
}

.contact_second .yellow_btn_big {
	display: none;
}

.page_right .contact_first p{
	color: #fff
}
.contact_info span {
    font-weight: bold;
}
.right-chat-button-container{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 999;
	margin-top: -160px;
}
.right-chat-button{
	width: 38px;
	min-height: 320px;
	background: #f7d900;
	right: 0;
	white-space: nowrap;
	display: inline-block;
	overflow: visible;
	line-height: 38px;
	font-size: 17px;
	padding: 20px 0 30px 0;
	border-radius:8px 0 0 8px;
	-webkit-box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
	box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
}
.right-chat-button span{
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 125px;
    width: 320px;
    left: -140px;
}
.right-chat-button:before{
	font-family: "icons-common";
	content: "f";
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	position: absolute;
	top: 15px;
	width: 38px;
	text-align: center;
}
.placeholder {
	color: #d3d3d3 !important;
	font-style: italic;
}
.relativ.precallpopup{
	position: relative;
}
.precallpopup .precall-close{
	position: absolute;
	right: 5px;
	top: 5px;
}
.precallpopup .precall-close a:before{
	font-family: "icons-common";
	content: "q";
	font-size: 20px;
}
.tyre-property label{
	position: relative;
}
.tyre-container ul{
	margin: 0;
}
.hidden-button:checked + .checkbox-button-view:after{
	right: 27px
}
.tyre-container .radio-label input[type="radio"] + .radio-button-view{
	border: 1px solid #ccc;
	width: 22px;
	display: inline-block;
	height: 22px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}
.tyre-container .radio-label input[type="radio"]:checked + .radio-button-view:before{
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #f7d900;
	border-radius: 50%;
	margin: 50%;
	transform: translate(-50%, -50%);
}

.tyre-page .insp-right h1 span{
  background-color: #ffae00;
    color: #000;
    display: table;
    padding: 0 10px;
}
.tyre-container,
.tyre-selector-tab{
	padding: 0 40px;
}
.tyre-search{
	padding: 0 26px;
	background-color: #fff
}
.tyre-selector-tab ul{
	margin-top: 18px;
	font-size: 18px;
	font-family: "OpelSansCondensed-Bd";
	margin-bottom: 0;
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding: 0;
}

.tyre-selector-tab li{
    display: inline-block;
    min-height: 45px;
}

.tyre-selector-tab .selected {
   background-color: #f7d900;
}

.tyre-selector-tab a{
    background-color: #fff;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    height: 45px;
    line-height: 45px;
}
.tyre-container .radio-label{
	cursor: pointer;
}
.tyre-container .radio-buttons{
	margin-top: 1px;
	margin-bottom: 0;
}
.tyre-container .hidden-button{
	width: 1px;
	height: 1px;
}
ul.tyre-property .checkbox-button-label{
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 45px);
	line-height: normal;
	white-space: nowrap;
}
.tyre-property .checkbox-button-view{
	position: relative;
	height: 24px;
	width: 24px;
	display: inline-block;
	margin-right: 18px;
	outline: 1px solid #ccc;
	vertical-align: middle;
}
.tyre-property .hidden-button:checked + .checkbox-button-view:after{
    font-family: "icomoon";
    content: "1";
    width: 22px;
    height: 22px;
    padding: 1px;
    background-color: #f7d900;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.tyre-property .selected, .tyre-property li:hover{
  /* background-color: #f7d900 !important; */
  color: #000 !important;
  font-weight: bold;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tyre-footer-main{
  font-weight: bold;
  margin-top: 10px;
}

.tyre-footer-second{
  font-size: 11px;
  margin-top: 10px;   
}
.terms-conditions .validation-container{
	margin-left: -4px;
}
@media (min-width: 1201px) {
    .error-block  {
        padding:90px 0;
    }
    
    .content-primary {
        /* float:left; */
        /* width:833px; */
        
        vertical-align: top;
    }
    .table-face .content-primary{
        display: table-cell;
        width: 100%;
    }
    .table-face .page-sidebar{
        display: table-cell;
        border-left: 15px solid #f3f3f3;
        min-width: 254px;
    }
    .page-sidebar {
        /* float:right; */
    }
    .location-table-map {
        width:674px;
        min-height: 217px;
        height: 217px;
    }
    .location-table-map.regional{
    	height: 360px;
    }
    
    .location-table {
        margin-bottom:20px;
        padding-top: 20px;
    }
    .location-slider-item {
        /* width:202px;
        height:164px; */
        margin-right: 8px !important;
    }   
    .location-slider-content {
        width: 643px;
    }
    .location-content .bx-wrapper{
        width: 538px;
    }
    .location-content .bx-wrapper .bx-controls-direction a.bx-prev,
    .location-content .bx-wrapper .bx-controls-direction a.bx-next{
        top: 65px;
    }
}
@media (max-width:1200px) {
    .content-standard {
        margin-bottom: 0px;
    }
    .location-table {
        margin-bottom:30px;
        padding-right: 40px;
        padding-left: 40px;
    }
    .location-content .block_tertary {
        width:100%;
        max-width:368px;
    }
    .location-table-info .contactus{
        display: none;
    }
    .page-middle-actual.table-face{
        display: block;
        width: auto;
    }

    .single-slider-container-7s iframe{
        display: none;
    }

    .single-slider-container-7s iframe {
        display: inline-block;
    }
    .location-content .bx-wrapper .bx-controls-direction a.bx-next,
    .location-content .bx-wrapper .bx-controls-direction a.bx-prev{
        top: 50% !important;
        position: absolute;
        margin: 0 !important;
        transform: translateY(-50%);
    }
    .location-content .bx-wrapper .bx-controls-direction a.bx-prev:before{
        margin-top: 0;
        font-size: 40px;
        content: "t";
        font-weight: normal;
    }
    .location-content .bx-wrapper .bx-controls-direction a.bx-next:before{
        color: #fff;
        margin-top: 0;
        content: "u";
        font-size: 40px;
        font-weight: normal;
    }
    .page-sidebar{
        width: 100%;
        border-left: none;
    }
    .page-sidebar .block-content{
        display: inline-block;
        min-width: 264px;
        width: calc(50% - 5px); 
    }
    .page-sidebar .block-content:nth-child(2n + 2){
        margin-right: 10px;
    }
    .ret_check_container.display-checkboxes {
        -moz-column-count: 4;
        -moz-column-gap: 20px;
        -webkit-column-count: 4;
        -webkit-column-gap: 20px;
        column-count: 4;
        column-gap: 20px;
    }
    .home-slider .bx-controls-direction{
        display: none;
    }
    .single-slider-container-7s .bx-controls-direction a{
        display:none
    }
    iframe{
	    width: 1px;
	    min-width: 100%;
	    *width: 100%;
	}
	.slider-container-7s iframe{
		display: none;
	}
	 .page-sidebar {
        display: none;
    }
    .slider-container-7s .slideWDRT .slider-drt-container-block{
        position: relative !important;
        height: auto !important;
        max-width: 100%;
        box-sizing: border-box;
        width: auto !important;
        left: 0 !important;
        top: 0 !important;
        background: #fff !important;
    }
    .slider-container-7s .slideWDRT .slider-drt-container-block span{
    	color: #000 !important;
    }
     .read-more-popup {
    	left: 10px;
    	width: auto;
    	right: 10px;
    }
}
@media (min-width:990px) {
	.logo-title{
		max-width: 400px;
	}
	.menu-item.menu-item-submenu:hover .submenu {
	    display:block;
	}
    .shortlinks-icon {
        display:none;
    }
    .callback-flyout {
        width:760px;
    }
    .callback-banner {
        display: inline-block;
        padding-right:15px;
        width:300px;
    }
    .callback-banner img {
        width:300px;
    }
    .error-block img {
        padding-bottom:50px;
    }
    .error-block-text {
        font-size:58px;
    }
    .block_secondary {
        
    }
    .download-items-block{
        margin-right: 15px;
        margin-bottom: 15px;
        display: flex;
        vertical-align: top;
        width: calc((100% - 30px)/3);
        -webkit-flex-basis: calc((100% - 30px)/3);	
    	flex-basis: calc((100% - 30px)/3);	
    } 
    .download-items-block:nth-of-type(3n) {
        margin-right: 0;
    }
    .main-banner-block {
        /* display: table-row; */
        width:100%;
        text-align: left;
        max-width: 1184px;
        margin: 0 auto;
        background: #f7d900 none repeat scroll 0 0;
    }
    .main-banner {
         display: table-cell;
         vertical-align:top;
         /* width: 50%; */
         background: #f7d900;
    }
    .main-banner img {
        display:inline-block;
        /* height: 100%; */
        width: 100%;
        margin-right: -4px;
        max-width: 100%;
        margin-bottom: -2px;
    }
    .main-banner-title {
        display: table-cell;
        vertical-align:top;
        text-align: left;
        width: 50%;
	}
	.main-banner-block.banner-full {
	  display:block;
    }
	.banner-full .main-banner, .banner-full .main-banner-title {
		display:block;
		width:100%;
	}
	.banner-full .main-banner img {
		width:100%;
		display:block;
	}
    .location-info-item {
        display:inline-block;
        width:100%;
        vertical-align: top;
    }
    /* .location-info-item.website-button-container{
        display: block
    }   */
    .location-info-details {
        width: 360px;
        min-height: 138px;
        float:left;
    }
    .location-info-details .location-info-actual {
	    display: table-cell;
	    vertical-align: top;
	    table-layout: fixed;
	    max-width: 170px;
	}
    .location-info-details .location-weekdays {
        display: table-cell;
        vertical-align:top;
        float: right;
    }
    .location-slider {
        padding:0 55px;
    }
    .location-slider-left, .location-slider-right {
        width:40px;
        height:53px;
        line-height:53px;
        top:50px;
    }
    .location-slider-left:before , .location-slider-right:before  {
        font-size: 40px;
        line-height:53px;
    }
    .menu-item.selected:before {
        position:absolute;
        content:"";
        border-bottom:4px solid #F7D900;
        left: 5px;
        right: 3px;
        bottom: 7px;
    }
    .header-right {
        position: absolute;
        right: 0;
 /**           top: 0; **/
    }
    .main-logo {
        /* position: absolute; */
        /* top: 0px; */
        /* left: 0px; */
        height: 81px;
        padding-top: 5px;
    }
    .menu {
        padding-top: 12px;
        margin-left: 40px;
        display: block !important;
    }
    
    .page-footer {
        padding-bottom: 50px;
    }

    .cars-container {
        width: 100%;
    }
    .masonry{
     	-moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
  		-moz-column-gap: 1.5em;
   		-webkit-column-gap: 1.5em;
    	column-gap: 1.5em;      
    }   
}
@media (min-width:990px) and (max-width:1200px) {
    .footer-content {
        padding-left:20px;
        padding-right:20px;
    }
    .bottom-navigation-item:not(:last-child) {
        padding-right: 50px;
    }
    .footer-info-block:last-child {
        margin-right:0;
    }
    .error-block  {
        padding:70px 0;
    }
    .error-block img {
        width:193px;
    }
    .location-item-text {
        height:48px;
    }
    .location-slider-item {
        width:141px;
        /* height:114px; */
        margin-right:10px;
    }   
    .location-slider-left, .location-slider-right {
        top:30px;
    }
    .location-slider-content {
        width:450px;
    }
    .location-table-map {
        width: 483px;
        min-height: 240px;
        height: 240px;
    }
    button.black-button{
        /* margin-left: 14px; */
    }
     .block-content.promotion .bx-prev{
        left: 20px;
    }
    .block-content.promotion .bx-next{
        right: 20px !important;
    }
}
 
@media (min-width:769px) and (max-width:990px) {
    .header {
        border:0;
    }
    .header:after {
        position: fixed;
        left: 0;
        right: 0;
        /* content: ""; */
        top: 60px;
        border-bottom: 1px solid #CCC;
        z-index: 12;
    }

    .menu-icon:before {
        line-height:60px;
        height:60px;
    }
    .main-logo {
        margin-left: 40px;
        margin-top: 6px;
        margin-bottom: 5px;
        position: relative;
        z-index: 1;
    }
    .product-logo img {
        height:60px;
    }
    .top-navigation {
        margin-top:20px;
    }
    .top-navigation-item:last-child {
        margin-right:10px;
    }
    .top-navigation-item {
        margin-right: 10px;
        /* height: 41px; */
    }
    .shortlinks-icon {
        position:relative;
        /* height:40px; */
    }
    .thank-you-yellow-area {
        height: 425px;
    }
    .product-slider_info {
        left: 50px;
        top: 45px;
        bottom:45px;
        padding-bottom:60px;
        max-width:300px;
    }
    
    .product-slider_info.bottom-position {
        bottom: -66px;
        top: auto;
    }
    .product-slider_button {
        position:absolute;
        left:0;
        bottom:0;
    }
    .product-slider-dots-container {
        position: absolute;
        right: 20px;
        bottom: 20px;
        left:20px;
        text-align:center;
    }
    .product-slider-dots {
        display:inline-block;
    }
    .product-slider-dots .item {
        float: left;
        margin: 0 5px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
    }
    .product-slider-dots .item.selected {
        background: black;
    }
    .locations-list-block .simple-link {
        vertical-align:top;
    }
    .top-navigation-item.active .top-navigation-flyout {
        top:41px;
    }
    .callback-flyout {
        width:580px;
        top: 61px;
        right: 102px;
    }
    .callback-content {
        padding:10px 0;
    }
    .error-block  {
        padding:60px 0;
    }
    .error-block-text {
        font-size:58px;
        margin-top:30px;
    }
    .error-block img {
        width:149px;
    }
    
    .block_secondary:nth-of-type(2n) {
        margin-right: 0;
    }
    .content-standard {
        padding: 30px 20px;
    }
    .location-item-text {
        font-size:12px;
        height:48px;
    }
    .location-item-contacts {
        font-size:14px;
        line-height:normal;
    }

    .location-info-details {
        width:357px;
        font-size:12px;
        line-height:18px;
    }
    .location-info-details .location-info-actual {
        float:left;
        width:180px;
    }
    .location-info-details .location-weekdays {
        float:right;
        width:160px;
        display:table;
    }
    .location-info-details .location-info-title {
        font-size:14px;
    }
    .location-slider-left, .location-slider-right {
        width: 25px;
        height: 33px;
        line-height: 33px;
    }
    .location-slider-left:before, .location-slider-right:before {
        font-size: 23px;
        line-height: 33px;
    }
    .location-slider-left, .location-slider-right {
        top: 18px;
    }
    .location-slider-item {
        width: 90px;
        margin-right: 3px;
    }
    .location-slider {
        padding: 0 35px;
    }
    .location-table-map {
        width: 308px;
        min-height: 240px;
        height: 240px;
    }
    .car-block:nth-child(3n+3){
        margin-right: 0;
    }
    .location-content .bx-wrapper .bx-controls-direction a.bx-next{
        right: 28px !important;
    }
    .location-content .bx-wrapper .bx-controls-direction a.bx-prev{
        left: 28px ;
    }
    .location-content .bx-wrapper .bx-controls-direction a.bx-next,
    .location-content .bx-wrapper .bx-controls-direction a.bx-prev{
        width: 25px !important;
        height: 27px !important;
        line-height: normal;
        padding-top: 5px;
    }
    .location-content .bx-wrapper .bx-controls-direction a.bx-next:before,
    .location-content .bx-wrapper .bx-controls-direction a.bx-prev:before{
        font-size: 20px;
    }
    .block-content.promotion .bx-prev{
        left: -8px;
    }
    .block-content.promotion .bx-next{
        right: -8px !important;
    }
}
@media screen and (max-width: 989px) {
    .menu-block {
        position: fixed;
        left: 0;
        margin-left: 0;
        top: 0;
        z-index: 12;
    }
    .main-banner-block {
        background: white;
    }
    .menu-icon:before {
        font-size: 22px;
        color: WHITE;
        font-family: "Icons-Common";
        content: "p";
        height: 60px;
        display: block;
        width: 50px;
        text-align: center;
        position: relative;
    }
    .menu-icon.yellow:before{
		color: #f7d900;
	}
    .menu {
        display:none;
        position: fixed;
        left: 0;
        top: 60px;
        bottom: 0;
        width:320px;
        background: #323232;
        margin:0;
    }
    /* .menu-block:hover .menu{
        display: block;
    } */
    .menu-content {
        overflow-y: auto;
        height: 100%;
        overflow-x: hidden;
    }
    .menu-item {
        display:block;
        width:100%;
        color:white;
        box-sizing:border-box;
        height:auto;
        padding: 0;
        border-bottom:1px solid #3C3C3C;
    }

    .menu-item a{
    	display: block;
    	color: #fff;
    }
    .menu-item a span{
    	display: block;
		padding: 13px 18px 13px 20px;
    }
    .menu-item .submenu-item span{
    	padding-left: 40px;
    }
    .menu-item.selected:not(.menu-item-submenu) {
        background:white;
        color:#323232;
    }
    .menu-item.menu-item-submenu:after {
        font-size: 15px;
        font-family: "icons-common";
        content: "e";
        position:absolute;
        text-transform:lowercase;
        right:25px;
        line-height:19px;
        vertical-align: initial;
        top: 16px;
        color: inherit;
        transition: transform .5s;

    }
    .menu-item.menu-item-submenu:hover:after{
    	color: #7F7F7F;
    }
    .menu-item.selected:not(.menu-item-submenu):after  {
        /* background:white; */
        color:#323232;
    }
    .menu-icon-home+.menu-item {
        border-top:1px solid #3C3C3C;
    }
    .burger-sub-active-parent:after{
    	-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);	
		transition: transform .5s;
    }
    .menu-icon-home {
        padding-bottom: 20px;
        padding-top: 22px;
        margin-right: 0;
        padding-right: 15px;
	

    }
	
     .menu-item .submenu {
        display: none;
        position: static;
        border: none;
        background: #323232;
        padding: 0;
    }
    .menu-item .submenu-item:first-child{
    	border-top: 1px solid #3c3c3c;
    }
    .menu-item .submenu-item{
    	padding: 0;
    	border-color: #3c3c3c;
    	color: #fff
    }
    .menu-icon-home:before {
        color:white;
        padding-left:16px;
    }
    .menu-block.active .menu {
        display:block;
        z-index: 5;
    }
    .menu-item-line {
        display:none;
    }
    .shortlinks-item:before {
        width:28px;
        text-align:center;
        display:inline-block;
        margin-right:15px;
    }
    .shortlinks-menu-item {
        padding:13px 25px;
        box-sizing:border-box;
        display: block;
    }
    .shortlinks-menu-item:hover {
        background:#F7D900;
    }
    .shortlinks-icon .tni-container:before {
        content:"o";    
        font-size: 24px;
        position: relative;
        text-transform: lowercase;
        margin-right:0;
    }
   /*  .shortlinks-icon:hover .shortlinks-menu, .shortlinks-icon.selected .shortlinks-menu {
        display:block;
    } */
    .shortlinks-menu-holder{
        position: absolute;
        /* left: -28px; */
        top: -20px;
        width: 110px;
        height: 20px;
        z-index: 5;
    }
    .shortlinks-menu {
        position: absolute;
        left: -28px;
        top: 41px;
        width: 320px;
        z-index: 5;
        background: rgba(255, 255, 255, 0.95);
        color: black;
        box-sizing: border-box;
        font-size: 18px;
    }
    .shortlinks-menu .shortlinks-item, .shortlinks-menu .shortlinks-item:before {
        color:black;
    }
    div .product-slider_title{
        font-size: 33px;
    	line-height: 30px;
    	color: #000 !important;
    }
    div .product-slider_text {
        font-size:18px;
        color: #000 !important;
    }
    .button-primary, .button-tertary {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .button-secondary {
        padding:13px 26px;
    }
    .flex-container .block-primary .block-content {
        height: initial;
    }
    .block-primary .block-content {
        height:250px;
    }
    .locations-block-container .block-primary .block-content {
        height: auto;
    }
    .offers-slider {
        width:100%;
    }
    .offers-slider-content {
        text-align: center;
        /* width:80%; */
    }
    .offers-slider img {
    	width: inherit;
        max-width:100%;
        display: inline-block !important;
    }
    .offers-slider-text {
        margin:0 10px;
    }
    .locations-list-block {
        position:static;
    }

    .locations-block .block-content {
        height:initial;
    }
    .location-details:not(:last-child) {
        margin-bottom:20px;
    }
    .locations-list {
        width:100%;
        margin:0;
    }
    .footer-content .model-selection, .footer-content .footer-info-block,.bottom-navigation-block {
        display:none;
    }
    .footer-content .footer-info-block.footer-quicklinks{
    	display: block;
    	width: 100%;
    }
	.footer-info-box{
		float: none;
	}
	.footer-quick-link{
		border-right: 1px solid #ccc;
		width: auto;
		padding-right: 15px;
		margin-right: 15px;
	}
	.footer-quick-link:nth-of-type(2n){
		margin-right: 15px;
	}
    .footer-social {
        width:100%;
        margin-top:15px;
    }
    .footer-social .item:first-child {
        margin-left:0;
    }
    input[type=submit], input[type=button] {
        padding-left: 30px;
        background: #000 url(../images/arrow.png) 12px 15px no-repeat;
        color: #fff;
    }   
    .callback-banner {
        display:none !important;
    }
    .callback-buttons {
        position:static;
        padding-top:16px;
        width: 100%;
        height: auto;
    }
    .callback-info {
        padding-bottom:0;   
    }
    .shortlinks-item img {
        margin-right: 10px;
    }
    .main-banner img {
        width:100%;
    }
    .callback-content> div {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .header-side{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        min-width: 320px;
        z-index: 12;
        border-bottom: 1px solid #ccc;
    }
    body{
        padding-top: 60px;
    }
	.home .black-button-container{
        margin-top: 10px;
        display: block;
    }
    
    .home button.black-button{
        margin-left: 0;
        height: 45px;
        display: inline-block;
        width: auto;
    }
    .slider-fixed-menu-7s {
        display: none;
    }
    .download-items-block {
        width: 48%;
        margin-right: 2%;
        margin-bottom:2%;
        display: flex;
        vertical-align: top;
    }
    /* .page-middle-actual.table-face {
        width: calc(100% - 80px);
    } */
    .page-content-block .page-middle {
        padding: 0;
        width: 100%;
    }
    .page-with-padding{
        padding: 20px;
    }
    .page-gallery{
        padding: 0 40px;
    }
    .callback-form-row input[type=submit]{
        background-position: 12px;
    }
    .faq-main-container .search-bar{
        margin-top: 30px;
    }
    .faq-search-container .search-category, 
    .faq-search-container .search-input{
        margin: 15px auto;
        margin-top: 0;
        display: block;
        width: 200px;
    }
    .faq-search-container .search-button{
        margin-left: 0;
    }
    .faq-search-container .button-primary {
        float: none;
        margin: 11px 0;
    }
    
    .ret_check_container.display-checkboxes {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }
    .cookie_panel .close-btn{
    	top: 70px;
    }
    .text_small_gray{
    	padding: 0 10px 10px 10px;
    }
    .discalimer{
        padding: 0 10px;
    }
     
}@media (min-width:769px) {
    .top-navigation-callback {
        position:relative;
    }
    
    .block_secondary {
        /* float:left; */
    }
    .block_tertary {
        /* float:left; */
        width: calc((100% - 16px)/2);
        margin-right: 15px;
        margin-bottom: 12px;
        display: inline-block;
        min-width: 340px;
    }
    .block_tertary.team-item{
    	width: calc((100% - 32px)/3);	
    	min-width: 5px;
    	-webkit-flex-basis: calc((100% - 33px)/3);	
    	flex-basis: calc((100% - 33px)/3);	
    }
    .block_tertary.team-item:nth-of-type(3n){
    	margin-right: 0;
    }    
     
    .locations-block-container .location-item {
        width: 23.87%;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
        position: relative;
        display: flex;
        flex-direction: column;
        background-color: #fff;
    }
   
    .locations-block-container .location-item:nth-of-type(4n) {
        margin-right:0;
    }
    .location-table {
        display:table;
        width: calc(100% - 40px);
        max-width: 1104px;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
    }
    .location-table-map, .location-table-info {
        display:table-cell;
        vertical-align:top;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
    .carline .car-block:nth-child(3n + 3){
        margin-right: 0;
    }
    .page-gallery .block_secondary{
        width: calc((100% - 32px)/3);
        display: inline-block;
        margin-right: 16px;
        margin-bottom: 16px;
    }
    .page-gallery .block_secondary:nth-child(3n + 3){
        margin-right: 0;
    }
    .page-gallery .block_secondary:nth-last-child(-n + 3){
        margin-bottom: 0;
    }
}
@media screen and (max-width:768px) {
    .header {
        /*height:40px;*/
        position:relative;
        z-index: 5;
        border:0;
        min-height: 15px;
    }
    .header-side {
        border-bottom: 1px solid #CCCCCC;
    }
    .button-tertary.contuctus{
        display: inline-block;
    }
    /*.menu-block {
        position: absolute;
        z-index: 10;
        left: 0;
        top: -95px;
    }*/
    .main-logo {
        margin-top: 5px;
        margin-left:20px;
        margin-bottom: 5px;
    }
    .main-logo img {
        width: 112px;
    }
    .product-logo img {
        height:48px;
    }
    .top-navigation-item-content {
        display:none;
    }
    .shortlinks-menu-holder {
        left: calc(100% - 270px);
        width: 50px;
    }
    .top-navigation {
        z-index: 2;
        margin: 0;
        margin-right: 10px;
        margin-top: 10px;
    }
    .header-side {
        white-space: nowrap;
    }
    .header-side>* {
        white-space: normal;
    }
    .shortlinks-menu {
        top:49px;
        left:0;
        width:100%;
        height: calc(100vh - 50px);
    	overflow: auto;
    }
    .top-navigation-flyout-holder{
        width: 60px;
        right: 90px;
    }
    .top-navigation-item {
        height:37px;
    }
    .top-navigation-item:last-child {
        margin:0;
    }
    .top-navigation-item:before {
        font-size:31px;
    }
    .top-navigation-item.callus-icon:before {
        font-size:28px;
    }
    .thank-you-yellow-area {
        height: 330px;
    }
    .thank-you-image {
        width: 150px;
        height: 130px;
    }
    .thank-you-yellow-area p{
        font-size: 48px;
    }
    .menu-icon:before {
        height:48px;
        line-height:48px;
    }
    div[class*="slider-arrow"] {
        display:none;
    }
    .product-slider {
        border-top:1px solid #ccc;
    }
    .product-slider_title + .product-slider_text{
    	margin-top: 0;
    }
    .product-slider_info {
        position:static;
        background:#F7D900;
        max-width:none;
        padding:10px 20px;
            display: block;
    }
    .product-slider_title {
        margin-bottom:20px;
    }
    .product-slider_text {
        margin-bottom:20px;
    }
    .yellow-color{
        color: #000 !important;   
    }
    .carline .page-middle-actual {
        padding-left: 16px;
        padding-right: 16px;
    }
    .mds-cmp-content01 .figure{
        width: 100%;
        max-width: none;
    }
    .html-editor img {
        /*max-width: 100%;*/
        height: auto;
    }
    .mds-cmp-content01 .text.aoiw{
        width: 100%;
        margin-top: 20px
    }
    .home-banners-block .block-primary {
        float:none;
        margin-right:0;
        width:100%;
        margin-bottom:20px;
    }
    .locations-list-block {
        padding:20px;
        padding-bottom:0;
    }
    .locations-list {
        margin:0 !important;
    }
    .locations-list-block .simple-link {
        /* display: inline-block; */
        /* margin-right: 15px; */
    }
    .location-map {
        height:240px;
    }
    .location-map img {
        height:100%;
    }
    .location-popup-btn-block {
        text-align:center;
    }
    .location-popup-btn {
        position:static;
    }
    /* .footer-menu-item:first-child + .footer-menu-item {
        width:100%;
        visibility:hidden;
        margin-top:-10px;
    } */
    .page-footer-top .page-middle-actual {
        position:relative;
    }
    .b-popup {
        max-width:290px;
        padding:20px 10px;
    }
    .b-popup-close {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .b-label_primary, .b-input_primary, .opt-in-checkboxes , .b-input_side {
        width:100% !important;
        display:block !important;
    }
    .menu-block.active .menu {
        right:0;
        width:100%;
    }
    .top-navigation-flyout {
        top: 49px;
        left: 0;
        right: 0;
    }
    .callback-buttons {
        display:inline-block;
    }
    .callback-buttons .button-secondary {
        display: block;
        margin-right: 45px;
    }
    .callback-buttons .button-secondary:not(:last-child) {
        margin-bottom:10px;
    }
    .callback-form-block {
        padding:20px 10px;
        margin-top: 0;
    }
    .callback-form {
        width:100%;
        max-width:535px;
    }
    .callback-form-row > div {
        width:100%;
        padding:0;
    }
    .top-navigation-flyout {
        padding:10px;
    }
    .callback-content {
        padding:5px 10px;
    }
    .opt-in-checkboxes .b-checkbox_primary, .form-radioboxes .b-radiobutton {
        margin-bottom:8px;
        display:block;
    }
    .b-popup-title {
        padding-right:0;
        padding-top:35px;
    }
    .suggest-product {
        padding:15px 10px;
    }
    .suggest-product , .suggest-product_banner , .suggest-product_info {
        display:block;
    }
    .b-form_primary .b-label_primary {
        padding-right: 0 !important;
    }
    .opt-in-checkboxes, .form-radioboxes {
        float:none;
        padding-left:10px;
    }
    .suggest-product_info {
        padding:0;
    }
    .locations-block .block-content {
        display: block;
    }
    .locations-list-block, .locations-block .location-map {
        width: 100% !important;
        display: block;
        box-sizing: border-box;
    }
    .locations-list-block.many-children{
    	-moz-column-count: 4;
    	-webkit-column-count: 4;
        column-count: 4;
    }
    .product-slider .bx-controls-direction a {
        margin-top: -92px !important;
        display: none;
    }
    .error-block  {
        padding:15px 0;
    }
    .error-block-text {
        font-size:22px;
        margin-top:10px;
    }
    .error-block img {
        width:90px;
    }
    .main-content-block {
        background: white;
        padding: 15px 10px;
    }
    .error-page {
        margin:5px -13px;
    }
    .main-content {
        margin-top:20px;
    }
    .main-content-block {
        padding-bottom:25px;
    }
    .download-items-block{
        width: 100%;
    }
    .block_secondary {
        margin-bottom: 10px;
    }
    .title-primary_eb_big {
        font-size:40px;
        margin-bottom:10px;
    }
    .main-banner-title-content {
        padding:15px 10px;
    }
    .block_tertary {
        margin-bottom:15px;
    }
    .content-menu {
        margin:10px -3px;
        margin-bottom:30px;
    }
    .content-menu-item {
        float:none;
        display:block;
        text-align:left;
        border-bottom:2px solid #F3F3F3;
        padding: 0;
    }
    .content-menu-item a{
    	display: block;
    	padding:0 15px;
    }
    .content-menu-item:last-child {
        border-bottom:0;
    }
    .content-standard {
        padding:20px 15px;
        margin-left: -13px;
        margin-right: -13px;
    }
    .locations-block-container {
        text-align: center;
    }
    .locations-block-container .block-primary {
        margin-right: 3%;
        margin-bottom: 10px;
        max-width: 350px;
        text-align:left;
        width: 48%;
        position: relative;
        display: inline-block;
    }
    .locations-block-container .block-primary:nth-of-type(2n){
    	margin-right: 0;
    }
    .block-primary .block-content, .location-item-content, .location-item-text {
        height:auto;
    }
    .social-media-container{
        transform: none;
        padding: 20px 0;
    }
    .location-info-details {
        max-width:360px;
        margin-right: 0;
        display: inline-block;
        width: 48%;
        min-width: 235px;
    }
    .location-info-actual {
        display:block;
        padding-left: 5px;
    }
    .location-weekdays {
        display:table;
        width:100%;
    }
    .location-info-table--cell:first-child {
        width:48%;
    }
    .location-slider {
        padding: 0 55px;
        margin:0 -15px;
    }
    .location-content-form,
    .location-content {
        padding:15px;
        width: 100%;
    }
    .location-slider-left, .location-slider-right {
        width:40px;
        height:53px;
        line-height:53px;
        top:50px;
    }
    .location-slider-left:before , .location-slider-right:before  {
        font-size: 40px;
        line-height:53px;
    }
    .location-slider-item {
        width: 169px;
        height: 136px;
        margin-right: 15px;
    }   
    .location-slider-left, .location-slider-right {
        top:30px;
    }
    .location-team-items {
        margin:0 -10px;
    }
    .location-content .block_tertary.team-item {
        border:0;
        padding:0;
    }
    .location-content .block_tertary.team-item:last-child {
        margin-bottom:0;
    }
    .location-table-map {
        width: 100%;
        min-height: 243px;
        height: 243px;
    }
    .location-search {
        display:block;
    }
    .location-search-input .b-input_primary {
        border-right:1px solid #CCCCCC;
    }
    .location-search-input, .location-search-button {
        display:block;
        max-width:270px;
        margin-bottom: 10px
    }
    .location-search-button .button-action {
        width: 100%;
        text-align: left;
    }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
        background: #000 none repeat scroll 0 0 !important;
    }
    .menu{
        top: 48px;
    }
    body{
        padding-top: 48px;
    }
    .home .ret_inp_container,
    .home .ret_sel_container{
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .home .ret_text_container + div{
        display: block;
        text-align: center;
    }
    .ret_inp_container,
    .ret_sel_container{
        display: block;
        width: 200px;
        margin-bottom: 10px;
    }
    .home .select-face-div-container{
        margin-top: 15px;
        display: block;
        width: 200px;
        margin: auto;
    }
    .home .select-face-div{
        margin-left: auto;
        margin-right: auto;
    }
    .home .black-button-container{
        text-align: center;
        display: block;
    }
    .car-block {
        flex-basis:49%;
        margin-right: 2%;
        margin-bottom: 30px;                
    }
	.location-content-form{
        float: none;
        max-width: none;
        padding-top: 20px;
        float: none;
        max-width: none;
    }   
    .location-content-form:before{
        content: "";
        display: block;
        height: 1px;
        background-color: #000;
        position: absolute;
        width: calc(100% - 30px);
    }
    .car-block:nth-child(2n+2){
        margin-right: 0;
    }
    .location-content-form .title-secondary_capitalize{
    	margin-top: 22px;
    }
    .location-content-form .title-secondary_capitalize:after{
        top: 42px;
        right: 16px;
    }
    .b-form_secondary .form-row  .b-label_secondary{
    	width: 30%;
    	min-width: 88px;
    }
    span.combodate,
    .b-input-side_secondary,
    .b-form_secondary .b-input_primary_small {
	    width: calc(70% - 10px);
	    max-width: calc(100% - 100px);
	}
	
    .product-block-image.image_small img{
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
        margin-LEFT: 0px;
        margin-RIGHT: 0px;
		float:left;  padding:0px;  ;
    }
	    .product-block-image.image_buyuk img{
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
        margin-LEFT: 0px;
        margin-RIGHT: 0px;
		float:left;  padding:0px;  ;
    }
	    .product-block-image.image_buyuk2 img{
        width:95%;
        max-width: none;
        margin-bottom: 30px;
        margin-LEFT: 0px;
        margin-RIGHT: 0px;
		float:left;  padding:0px;  ;
    }
    .product-block-desc{
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
    }
    .slider-fixed-menu-7s a {
        display: inline-block;
        font-size: 12px;
        font-family: verdana;
        color: #fff;
        width: 23.2%;
        height: 48px;
        padding: 0 10px;
        box-sizing: border-box;
        background: #474646;
        background: -webkit-linear-gradient(top, #474646, #3b3b3b);
        background: -o-linear-gradient(bottom, #474646, #3b3b3b);
        background: -moz-linear-gradient(bottom, #474646, #3b3b3b);
        background: linear-gradient(to bottom, #474646, #3b3b3b);
        margin: 0 2px;
        margin-bottom: 5px;
        line-height: 48px;
        text-align: center;
    }
    .slider-fixed-menu-7s {
        margin-bottom: 15px;
        background: none;
        height: auto;
        display: none;
        width: 100%;
    }
    .page-gallery .block_secondary{
        width: calc((100% - 16px)/2);
        display: inline-block;
        margin-right: 16px;
        margin-bottom: 16px;
    }
    .page-gallery .block_secondary:nth-child(2n + 2){
        margin-right: 0;
    }
    .page-gallery .block_secondary:nth-last-child(-n + 2){
        margin-bottom: 0;
    }
   /*  .slider-container-7s .bx-viewport{
        height: auto !important;
    } */
   
    .ret_check_container.display-checkboxes {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
    .thank-you-yellow-area {
        height: 330px;
    }
    .thank-you-image {
        width: 150px;
        height: 130px;
    }
    .thank-you-yellow-area p{
        font-size: 48px;
    }
    .cookie_panel .cookie_right{
    	display: block;
    	margin-top: 10px;
    }
    .cookie_info{
    	width: calc(100% - 60px);
    }
    .product-block-text .button-primary {
    	position: relative;
    	bottom: 0;
    }
    .product-block-desc{
    	padding-bottom: 0;
   	    padding-left: 15px;
    }
     .home-banners-block .info-block-button{
        position: static;
        transform: none;
        padding-bottom: 10px;
    }
    .home-slider .bx-controls-direction{
        display: none;
    }
    .location-page{
    	display: inline-block;
    	width: 100%;
    }
    .home-banners-block .flex-container{
    	display: block;
    }
    .home-banners-block .flex-container .block-primary .block-bottom {
		position: static;
		transform: translateY(0);
	}
	.html-editor.content-standard table.column-2 td{
		width: initial;
		display: block;
		padding-right:0;
	}
	.home .location-main-block,
	.home .location-main-block.mch-20{
		min-height:	initial;
	}
	.product-block-desc h2{
    	height: inherit;
    }
    .product-block-desc h2 span{
    	text-overflow: inherit;
    	white-space: inherit;
    	position: static;
    	font-size: 20px;
    }
    .product-block.info-zipped{
    	padding: 20px;
    	padding-top: 0;
    	background: #fff;
    }
    .product-block.info-zipped:last-child a{
    	padding-bottom: 20px;
    }
    .product-block.info-zipped a{
    	padding: 0;
    	padding-top: 20px
    }
}
@media screen and (max-width: 680px) {
    .page-sidebar{
        width: 264px;
    }
    .locations-list-block.many-children{
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }
    .team-item:nth-of-type(2n + 1){
        margin-right: auto;
    }
    .team-item{
    	display: block;
    	width: 100%;
    	max-width: 370px;
    	margin-left:auto;
    	margin-right:auto;
    }
}
@media screen and (min-width: 481px) {
	.right-chat-button-min-container{
		display: none !important;
	}

}











@media screen and (max-width: 480px) {
     .car-block {
        flex-basis: 100%;
        margin-right: 0;
    }
    .thank-you-image {
        width: 80px;
        height: 80px;
    }
    .thank-you-yellow-area {
        height: 140px;
    }
    .thank-you-yellow-area p{
        font-size: 26px;
    }
    .page-content-block .page-middle{
        padding: 0;
        width: 100%;
    }
    .b-label_secondary{
        font-size: 12px
    }
    .location-content-form input[type=submit]{
        width: 100%;
        text-align: left;
    }
    .page-middle-actual{
        padding-left: 16px;
        padding-right: 16px;
    }
    .flex-container{
        width: 100%;
    }
    .page-middle-actual.table-face {
        width: calc(100% - 36px);
    }
    .home-banners-block + .block-primary.locations-block,
    .home-banners-block{
        padding: 12px;
    }
    .page-gallery {
        padding: 0;
    }
    .page-gallery .block_secondary{
        width: 100%;
        display: inline-block;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .page-gallery .block_secondary:nth-last-child(-n + 2){
        margin-bottom: 25px;
    }
    .location-content .bx-viewport{
        max-width: 300px;
    }
    .location-table,
    .location-content-table{
        padding-left: 16px;
        padding-right: 16px;
        width: calc(100% - 32px);
    }
    .faq-main-container{
        margin: 0 -16px;
        padding: 16px 12px;
    }
    .faq-main-container  .faq-main-container{
        margin: 0;
        padding: 0;
    }
    .faq-item-title{
        margin-bottom: 0;
    }
    .faq-item-date{
        float: none;
        margin-bottom: 15px;
    }
    .faq-item .button-primary{
        margin-top: 15px;
    }
    .faq-ask-form-area{
        margin-bottom: 5px;
    }
    .faq-ask-form-title{
        display: block;
        margin-bottom: 5px;
    }
    .faq-ask-form-area textarea, .faq-ask-form-area input {
        width: 100%;
    }
    .faq-ask-form .terms-conditions{
        margin-left: 0;
    }
    .faq-search-container .faq-ask-form .button-primary{
        margin-left: 50%;
        transform: translateX(-50%)
    }
    .faq-ask-form .validation-container{
        width: 100%;
    }
    .locations-list-block.many-children {
    	-moz-column-count: 1;
    	-webkit-column-count: 1;
        column-count: 1;
    }
    .page-with-padding{
        padding: 12px;
    }
    .ret_title_container{
        padding: 10px;
    }
    .ret_main_container{
        padding: 10px;
    }
    .select-face-div-container{
        display: block;
    }
    .select-face-div{
        width: calc(100% - 20px);
        margin-left: -10px;
        margin-right: 0;
        margin-bottom: 0;
    }
    .ret_button_text{
        margin-left: 18px;
    }
    .home .ret_button_text{
        margin-left: 0;
    }
    button.black-button{
        height: 30px;
        width: calc(100% + 10px);
        text-align: left

    }
    .black-button-container{
        margin-left: -10px;
    }
    .ret_check_container{
        padding-top: 5px;
    }
    .home .ret_check_container{
        padding-top: 0;
    }
    .ret_check_container div{
        display: block;
    }
    .black-button-container{
        display: block;
    }
    .ret_check_container.display-checkboxes {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px;
    }
    .logo-title, .logo-side {
        float:none;
        /* display:block;
        margin:0; */
    }
     .logo-title {
        display: block;
    }
    .logo-title .logo-title-bold{
        margin: 0
    }
    .gm-style-mtc,
    .location-content-table .bx-controls-direction,
    .location-info-block + h3.title-secondary_capitalize,
    .home-slider .bx-wrapper .bx-controls-direction a.bx-prev, 
    .home-slider .bx-wrapper .bx-controls-direction a.bx-next{
        display: none;
    }
    .location-content .bx-wrapper{
    	padding: 0;
    }
    .location-slider-item img{
    	margin: 0 auto;
    }
    .page-sidebar {
        display: block;
        margin: 0 auto;
    }
    .title-primary_eb_big {
	    font-size: 26px;
	}
	.locations-block-container .block-primary{
		width: 100%;
	}
	.slider-container-7s{
		padding: 0 10px;
	}
	.draggableResizableTextsJson + div{ 
		padding: 30px 10px 30px 20px !important;
	}
	.main-logo{
		margin-left: 5px; 
	}
	.main-logo img {
        width: 68px;
    }
    .right-chat-button-container{
    	display: none !important;
    }
    .right-chat-button-min-container{
    	position: fixed;
    	right: 18px;
    	top: 50%;
    	z-index: 9;
    	margin-top: -15px;
    }
    .right-chat-button-min-container a{
    	background: #f7d900;
    	font-size: 19px;
    	font-weight: bold;
    	text-transform: capitalize;
    	padding: 7px 13px;
    	border-radius: 3px;
    	box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.8);
    }
     .right-chat-button-min-container a:before{
     	font-family: "icomoon";
     	content: "\e96c";
     	text-transform: lowercase;
     	margin-right: 7px;
     	font-weight: normal;
     	font-size: 21px;
     	display: inline-block;
     	vertical-align: text-bottom;
     }
     .logo-title b{
		display: none;	
	 }
} 

@media screen and (max-device-width: 480px){
	body{
		-webkit-text-size-adjust: none;
	}
}