.content-wrapper .showroom-container .model-image-area {
	 border-radius: 0;
}
 .content-wrapper .showroom-container .nav-tabs >li >a {
	 border-radius: 0;
	 color: #8a8a8a;
	 text-transform: uppercase;
	 font-weight: 700;
	 margin: 0;
}
 .content-wrapper .showroom-container .nav-tabs >li.active > a {
	 color: #8a8a8a;
}
 .content-wrapper .showroom-container .nav-tabs >li.active > a:before, .content-wrapper .showroom-container .nav-tabs >li.active > a:after {
	 display: none;
}
 .content-wrapper .showroom-container .nav-tabs >li:not(.active) > a:after {
	 content: '';
	 display: block;
	 height: 60%;
	 width: 1px;
	 background: #ddd;
	 position: absolute;
	 right: -2px;
	 top: 20%;
}
 .content-wrapper .showroom-container .nav-tabs >li:not(.active) > a:before {
	 content: '';
	 display: block;
	 height: 60%;
	 width: 1px;
	 background: #ddd;
	 position: absolute;
	 left: -2px;
	 top: 20%;
}
 .content-wrapper .showroom-container .nav-tabs >li:not(.active):hover > a:before, .content-wrapper .showroom-container .nav-tabs >li:not(.active):hover > a:after {
	 display: none;
}
 .content-wrapper .showroom-container .tab-content .tab-pane {
	 border-radius: 0;
}


.request-content .extra-request-btn {
	background-color: #ffc425;
	border: solid 2px #e1a907;
	color: #000;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
	transition: .2s ease-out;
	padding: 9px;
	margin-bottom: 10px;
	font-size: 1.2em;
	text-align: center;
	cursor: pointer;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}

.request-content #request-modal {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 90;
	background: #f9f9f9;
	left: 0;
	top: -100%;
	right: 0;
	justify-content: flex-start;
	align-items: center;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	flex-wrap: wrap;
	overflow-y: auto;
	transition: all 0.3s;
}

.request-content #request-modal .modal-footer {
display: none;
}

.request-content #request-modal .modal-header {
	background: #000;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-direction: initial;
}

.request-content #request-modal .modal-header p {
	padding-right: 30px;
}

.request-content #request-modal .modal-header .close-button {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 32px;
	height: 32px;
	opacity: 1;
	cursor: pointer;
}

.request-content #request-modal .modal-header .close-button:hover {
	opacity: 0.5;
}

.request-content #request-modal .modal-header .close-button:before,
.request-content #request-modal .modal-header .close-button:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}

.request-content #request-modal .modal-header p {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}

.request-content #request-modal .modal-header .close-button {
	color: #fff;
}

.request-content #request-modal .modal-header .close-button:before {
	transform: rotate(45deg);
}

.request-content #request-modal .modal-header .close-button:after {
	transform: rotate(-45deg);
}

.request-content #request-modal .modal-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
    justify-content: space-between;
    border-radius: 0;
}

.request-content #request-modal .modal-content .map-section {
	width: 49%;
	padding: 20px;
    border-right: 2px solid #e1e1e1;
    position: relative;
    max-height: calc(100vh - 10vh - 166px);
}

.request-content #request-modal .modal-content .map-section .map-button {
    width: 80px;
    height: 80px;
    background: #ffc325;
    z-index: 10;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skewX(-20deg);
    right: -40px;
    top: 40%;
    box-shadow: 1px 1px 1px 1px #ffc325;
    text-decoration: none;
}

.request-content #request-modal .modal-content .map-section .map-button span {
    font-size: 35px;
    transform: skewX(10deg);
    color: #000;
}

.request-content #request-modal .modal-content .map-section iframe {
	width: 100%;
}

.request-content #request-modal .modal-content .form-section {
	width: 49%;
	padding: 0 30px;
    max-height: calc(100vh - 10vh - 160px);
    overflow: auto;
}

.request-content #request-modal .modal-content .form-section form {
    padding: 10px 15px;
    background: #f9f9f9;
    margin-bottom: 85px;
}

.request-content #request-modal .modal-content .form-section form field {
	width: 100%;
	margin-bottom: 15px;
	display: block;
}

.request-content #request-modal .modal-content .form-section form field label {
	display: block;
	margin-bottom: 5px;
}

.request-content #request-modal .modal-content .form-section form field input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.request-content #request-modal .modal-content .form-section form field textarea {
	width: 100%;
	min-height: 200px;
    border: 1px solid #c7c7c7;
}

.request-content #request-modal .modal-content .form-section form button.submit-request {
	width: 215px;
	height: 50px;
	background: #ffc425;
	border-radius: 0;
	text-transform: uppercase;
	color: #1a1a1a;
	font-weight: 700;
	cursor: pointer;
	text-shadow: none;
	box-shadow: none;
	transition: .2s ease-out;
	padding: 9px;
	text-align: center;

    margin: 0;
    min-height: 70px;
    min-width: 240px;
    font-size: 25px;
    border: none;
}

.request-content #request-modal .modal-content .form-section form .fixed-btn {
    position: fixed;
    right: calc(100vw - 1300px - ((100vw - 1300px) / 2));
    bottom: calc(100vh - 90% - 40px);
    border: none;
    display: none;
}

.request-content #request-modal .modal-content .form-section form .fixed-btn:before {
    content: '';
    width: 25px;
    display: block;
    position: absolute;
    height: 100%;
    left: -25px;
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #ffc425 50%, #ffc425 100%);
}

.request-content #request-modal .modal-content .form-section form .fixed-btn:hover:before {
    content: '';
    width: 25px;
    display: block;
    position: absolute;
    height: 100%;
    left: -25px;
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #e1a907 50%, #e1a907 100%);
}

.request-content #request-modal .modal-content .form-section form button.submit-request:hover {
	background-color: #e1a907;
}


.request-content .shadow-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 90;
	display: none;
}

.request-content.show-modal .shadow-box {
	display: block;
}

.request-content.show-modal #request-modal {
	display: flex;
	top: 40px;
	visibility: visible;
	opacity: 1;
    max-width: 1300px;
    overflow: hidden;
}

#request-btn {
	display: none;
}


@media screen and (max-width: 1300px) {
    .request-content #request-modal .modal-content .form-section form .fixed-btn {
        right: 0;
    }
}

.extra-request-btn {
	width: calc(50% - 5px);
	margin-right: 5px;
	float: left;
	display: block;
}

a.extra-compare-btn {
	width: calc(50% - 5px);
	margin-left: 5px;
	float: right;
	display: block;
}

a.extra-compare-btn .showroom-model-btn {
background: transparent !important;
text-transform: uppercase;
font-weight: 700 !important;
color: #8a8a8a !important;
}

a.extra-compare-btn .showroom-model-btn:before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(./images/compare-icon.png) no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

a.extra-compare-btn .showroom-model-btn:hover {
	background: transparent !important;
}

a.extra-oem-btn {
	clear: both;
	width: 100%;
	display: block;
	text-decoration: none;
}

a.extra-oem-btn .showroom-model-btn {
background: transparent !important;
text-transform: uppercase;
font-weight: 700 !important;
color: #8a8a8a !important;
}

a.extra-oem-btn .showroom-model-btn:before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(./images/oem-icon.png) no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

a.extra-oem-btn .showroom-model-btn:hover {
	background: transparent !important;
}

.request-content .extra-request-btn:before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(./images/request-icon.png) no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

.page-wrap .header__top {
background: #000;
}

.page-wrap .dealer-content {
padding-top: 0;
}

.header-return {
    background: #f0f0f0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.header-return:before {
content: '';
display: block;
height: 100%;
position: absolute;
top: 0;
width: calc((100vw - 100%) / 2);
left: calc((-100vw + 100%) / 2);
background: #f0f0f0;
}

.header-return:after {
content: '';
display: block;
height: 100%;
position: absolute;
top: 0;
width: calc((100vw - 101.5%) / 2);
right: calc((-100vw + 101.5%) / 2);
background: #f0f0f0;
}

.header-return .group-btn-top {
	display: flex;
}

.header-return .group-btn-top .extra-request-btn {
margin: 0 !important;
width: auto;
padding-left: 20px;
padding-right: 20px;
border: none !important;
}

.header-return .group-btn-top a.extra-compare-btn {
margin: 0;
width: auto;
}

.header-return .group-btn-top a.extra-compare-btn .showroom-model-btn {
margin: 0 !important;
border-top: 0 !important;
border-right: 0 !important;
border-bottom: 0 !important;
padding-left: 20px;
padding-right: 20px;
height: 100%;
}

.header-return .group-btn-top a.extra-compare-btn .showroom-model-btn:before {
background: url(./images/compare-icon-2.png) no-repeat;
background-size: 100% 100%;
}

.header-return .group-btn-top a.extra-oem-btn {
width: auto;
}

.header-return .group-btn-top a.extra-oem-btn .showroom-model-btn {
margin: 0 !important;
border-top: 0 !important;
border-right: 0 !important;
border-bottom: 0 !important;
padding-left: 20px;
padding-right: 20px;
height: 100%;
}

.header-return .group-btn-top a.extra-oem-btn .showroom-model-btn:before {
	background: url(./images/oem-icon-2.png) no-repeat;
background-size: 100% 100%;
}

.page-wrap .header__nav-menu:first-child ul {
justify-content: flex-start;
}

.page-wrap .header__nav-menu:first-child ul li {
margin-right: 40px;
}

.page-wrap .header__contact {
        width: 20%;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
	text-align: center;
}

@media only screen and (max-width: 567px) {
	.topbar-mobile {
		background: #000;
	}
	.page-wrap .header__contact {
	width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.header-return {
		flex-wrap: wrap;
	}

	.header-return > a {
		display: block;
		width: 100%;
		text-align: center;
	}

	.header-return .group-btn-top {
		width: 100%;
	}

	.header-return .group-btn-top a.extra-oem-btn,
	.header-return .group-btn-top a.extra-compare-btn,
	.header-return .group-btn-top .extra-request-btn {
		width: 100%;
	}

	.header-return .group-btn-top a.extra-oem-btn .showroom-model-btn,
	.header-return .group-btn-top a.extra-compare-btn .showroom-model-btn {
		border-top: 1px solid #ccc !important;
		border-bottom: 1px solid #ccc !important;
	}
}


.request-content #request-modal .modal-content .left-section {
    width: 49%;
    border-right: 2px solid #e1e1e1;
}

.request-content #request-modal .modal-content .title-modal {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 30px;
}

.request-content #request-modal .modal-content .title-modal span {
    color: #ffc325;
}

.request-content #request-modal .modal-content .zip-section {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    border-top: 2px solid #e1e1e1;
    flex-wrap: wrap;
}

.request-content #request-modal .modal-content .zip-section field {
    display: flex;
    align-items: center;
    width: 50%;
}

.request-content #request-modal .modal-content .zip-section field label {
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 10px;
    white-space: nowrap;
}

.request-content #request-modal .modal-content .zip-section field input {
    height: 49px;
    min-width: 200px;
}

.request-content #request-modal .modal-content .zip-section button {
    min-width: 135px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    background: #ffc325;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.request-content #request-modal .modal-content .right-section {
    width: 49%;
}

.request-content #request-modal .modal-content .quote-section {
    padding: 20px 30px;
}

.request-content #request-modal .modal-content .quote-section .quote-item {
    min-height: 49px;
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 19px;
    color: #494949;
    flex-wrap: wrap;
}

.request-content #request-modal .modal-content .quote-section .quote-item span {
    font-weight: 700;
    margin-right: 25px;
    color: #000;
}

.request-content .dummy-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.request-content .dummy-btn:before {
    content: '';
    width: 25px;
    display: block;
    position: absolute;
    height: 100%;
    left: -24px;
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #ffc425 50%, #ffc425 100%);
}

.request-content .dummy-btn:hover:before {
    content: '';
    width: 25px;
    display: block;
    position: absolute;
    height: 100%;
    left: -24px;
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #e1a907 50%, #e1a907 100%);
}

.request-content .dummy-btn span {
    width: 215px;
    height: 50px;
    background: #ffc425;
    border-radius: 0;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 700;
    cursor: pointer;
    text-shadow: none;
    box-shadow: none;
    transition: .2s ease-out;
    padding: 9px;
    text-align: center;
    margin: 0;
    min-height: 70px;
    min-width: 240px;
    font-size: 25px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-content .dummy-btn span:hover {
    background-color: #e1a907;
}


@media screen and (max-width: 767px) {
    .request-content .dummy-btn {
        display: none;
    }
    .request-content.show-modal #request-modal {
        overflow: auto;
    }

    .request-content #request-modal .modal-content .left-section {
        order: 1;
        width: 100%;
        border: none;
    }

    .request-content #request-modal .modal-content .map-section {
        order: 2;
        width: 100%;
        border: none;
    }

    .request-content #request-modal .modal-content .map-section .map-button {
        transform: none;
        right: 0;
        height: 40px;
        width: 40px;
    }

    .request-content #request-modal .modal-content .map-section .map-button {
        font-size: 24px;
        margin-left: 5px;
        top: 91%;
        transform: rotate(90deg);
        left: 46%;
    }

    .request-content #request-modal .modal-content .form-section form .fixed-btn {
        display: block;
    }

    .request-content #request-modal .modal-content .map-section .map-button span {
        transform: none;
        margin-top: 5px;
    }

    .request-content #request-modal .modal-content .right-section {
        order: 3;
        width: 100%;
    }

    .request-content #request-modal .modal-content .form-section {
        order: 4;
        width: 100%;
        max-height: none;
    }

    .request-content #request-modal .modal-content .form-section form .fixed-btn {
        right: 0;
        bottom: 35px;
    }
}



