/*------Top 4 Box Start----*/

/*.serviceBox {
	text-align: center;
	margin-top: 60px;
	position: relative;
	z-index: 1;
	margin-bottom: 21px;
}
.serviceBox .service-icon {
	width: 78px;
	height: 78px;
	border-radius:3px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon {
	transform: rotate(45deg);
}
.serviceBox .service-icon span {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius:3px;
	background: #727cb6;
	font-size: 30px;
	color: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all 0.3s ease-out 0s;
}
.serviceBox .service-icon span i {
	transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon span i {
	transform: rotate(-45deg);
}
.serviceBox .service-content {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 55px 15px;
	position: relative;
}
.serviceBox .service-content:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	margin: 0 auto;
	position: absolute;
	top: -37px;
	left: 0;
	right: 0;
	z-index: -1;
	transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-content:before {
	transform: rotate(45deg);
}
.serviceBox .title {
	font-size: 20px;
	font-weight: 500;
	color: #324545;
	text-transform: capitalize;
	margin: 0 0 25px 0;
	position: relative;
	transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .title {
	color: #727cb6;
}
.serviceBox .description {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0;
}
.serviceBox .read-more {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e7e7e7;
	font-size: 14px;
	color: #c4c2c2;
	margin: 0 auto;
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	transition: all 0.3s ease-out 0s;
}
.serviceBox .read-more:hover {
	border: 1px solid #727cb6;
	color: #727cb6;
	text-decoration: none;
}
.serviceBox.green .service-icon span {
	background: #008b8b;
}
.serviceBox.blue .service-icon span {
	background: #3498db;
}
.serviceBox.orange .service-icon span {
	background: #e67e22;
}
.serviceBox.green:hover .title {
	color: #008b8b;
}
.serviceBox.blue:hover .title {
	color: #3498db;
}
.serviceBox.orange:hover .title {
	color: #e67e22;
}
.serviceBox:hover .read-more {
	border: 1px solid #727cb6;
	color: #727cb6;
}
.serviceBox.green:hover .read-more {
	border: 1px solid #008b8b;
	color: #008b8b;
}
.serviceBox.blue:hover .read-more {
	border: 1px solid #3498db;
	color: #3498db;
}
.serviceBox.orange:hover .read-more {
	border: 1px solid #e67e22;
	color: #e67e22;
}*/

.bg-b {
    background: #dedede;
}

ol, ul {
    list-style: none;
}

/*------Top 4 Box End----*/



.block-title__line {
    display: block;
    background-color: #ec1c24;
    width: 80px;
    height: 3px;
    margin-top: 15px;
}

.block-title__line {
    margin-left: auto;
    margin-right: auto;
}

.block-title__line2 {
    display: block;
    background-color: #fff;
    width: 80px;
    height: 3px;
    margin-top: 15px;
}

.block-title__line2 {
    margin-left: auto;
    margin-right: auto;
}

.block-title__line3 {
    display: block;
    background-color: #ec1c24;
    width: 80px;
    height: 3px;
    margin-top: 15px;
}

.block-title__line3 {
    margin-left: 0;
    margin-right: 0;
}


.block-title__line4 {
    display: block;
    background-color: #ec1c24;
    width: 60px;
    height: 3px;
}

.block-title__line4 {
    margin: 0 auto;
}

.block-title__line5 {
    display: block;
    background-color: #ec1c24;
    width: 80px;
    height: 3px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.block-title__line5 {
    margin-left: 0;
    margin-right: 0;
}


.search .fa {
    font-size: 20px;
    /*color: #222;*/
    font-weight: 300;
}

.close .fa {
    font-size: 20px;
    color: #222;
    font-weight: 300;
}

.dropd .fa {
    font-size: 20px;
    color: #ee2930;
    font-weight: 500;
    padding-top: 5px;
}

.slider-hide-on-mobile {
    width: 100% !important;
}

.video {
    width: 100% !important;
    height: 100% !important;
}

.video2 {
    width: 100%;
    /*height:100vh;*/
}

.video3 {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}


.bg-black {
    background: #000;
}

.bg-dark-p {
    background-color: #181818 !important;
    border-radius: 5px;
}

    .bg-dark-p p {
        /*color: #202020!important;*/
        font-size: 16px !important;
    }


.red {
    color: #ec1c24;
}

.footer, .body, p {
    font-size: 14px !important;
    color: #222;
    font-weight: 500;
}

html.ng-scope #toolbar-administration, html.layout-desktop #toolbar-administration, html.layout-mobile #toolbar-administration {
    display: none;
}

html.ng-scope a[href].btn {
    padding: 1rem 0.5rem 1rem 0.5rem;
}

html.ng-scope .body > .emissions {
    padding: .5rem;
}

#driving-dynamics .otherComponents {
    display: none;
}

header {
    width: 100%;
}

@media (max-width: 1024.98px) {
    footer .content {
        padding-bottom: 4rem;
    }
}

@media (max-width: 600px) {
    .banner > div .link h2 {
        font-size: 3.5rem;
    }
            footer .content {
    padding-top: 0.5rem;
}

@media (max-width: 1365.98px) {
    header nav > ul > li a span {
        font-size: 1.25rem;
    }
}

footer a {
    white-space: nowrap;
}

#model-chooser .desktop .controls {
    text-align: center;
}

@media (max-width: 669px) {
    #locator.holder-locator .search-bar.mobile {
        width: calc(100% - 20px);
    }

        #locator.holder-locator .search-bar.mobile #suggestion-mobile {
            list-style: none;
        }

    #locator.holder-locator .sidebar {
        margin-top: 0;
        height: auto;
    }

    #locator.holder-locator .map {
        top: auto !important;
        height: 220px !important;
    }
}

header #overlay-burger-mobile .content {
    height: calc(100% - 65px) !important;
}

#families-gallery .families-gallery-texts .button-wrapper:not(.explore-models):not(.explore-model) {
    display: none;
}

#news.list #load-more-news.visible {
    margin: 0 auto 6rem auto;
    display: block;
}

.block1 > div .column h6.taxi, .block1 > div .column h6.air, .block1 > div .column h6.bus {
    padding-bottom: 3rem;
}

.page-node-type-careers .block4 > div > div span {
    color: black;
}

#news .image:not(.img-loading) {
    opacity: 1;
}

#news .model-gallery .meride-video-container .otherComponents {
    display: block !important;
}

#news #breadcrumbs {
    opacity: 1;
    visibility: visible;
}

.page-node-type-museum #content .carousel-top .boxcontent p {
    font-family: arial;
}

@media (min-width: 1921px) {
    .car-pre-configurator .desktop .controls {
        min-height: 900px;
    }
}

header #overlay-burger .right a svg, footer .social a svg {
    position: relative;
}

.page-node-type-masterpiece .carousel-top > a.full:not([href]) {
    display: none;
}

.page-node-type-dealer #block1 .actions .btn span {
    color: white;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    section.augmented-reality > .container-fluid > .row > .align-items-center > .row.no-gutters.align-items-center {
        width: 100%;
    }

    section.motor-sound-images > .desktop > .texts {
        margin-bottom: 3rem;
    }

        section.motor-sound-images > .desktop > .texts .col-5 {
            display: none;
        }

        section.motor-sound-images > .desktop > .texts .col-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

    section.families-gallery.desktop .family-wrapper .accordion-content {
        margin-top: 2rem;
    }
}

html[ng-app] .page-node-type-company .block1 .directions .field {
    width: 40rem;
}

.club-form section.basics .logo {
    min-height: 18rem;
}

[id="9919"] .right.flex-fill > .d-flex.flex-column > div:first-of-type a, [id="10207"] .right.flex-fill > .d-flex.flex-column > div:first-of-type a {
    min-height: 6rem;
    opacity: 0 !important;
}

.icon-button svg {
    min-width: 5rem;
    min-height: 5rem;
}

@media (max-width: 1024.98px) {
    .circuit-details .table .logo img {
        height: auto;
        max-width: 40rem;
    }
}

@media (max-width: 768px) {
    .circuit-details .table .logo img {
        height: auto;
        max-width: 23rem;
    }
}

.save-the-date-dropdown .dropdown-menu {
    background-color: rgba(0, 0, 0, .9);
}

.circuits .save-the-date-dropdown .dropdown-menu {
    background-color: rgba(255, 255, 255, 1) !important;
}

@media (max-width: 600px) {
    .homepage .hero-banner {
        overflow: visible !important;
    }
}

section.hero-banner a.anchor-wrapper:not([href]) {
    opacity: 0;
}

@media only screen and (max-width: 669px) {
    .page-node-type-careers #block0 {
        height: auto !important;
    }

    .page-node-type-careers .block0 .col .boxcontent {
        margin-bottom: 6rem;
    }
}


@media only screen and (max-width: 991px) and (min-width: 320px) {

    .hero-banner {
        margin-top: 60px;
        height: 54vh;
    }


    .lastest-blog {
        padding-top: 120px;
        padding-bottom: 250px;
        background-color: #202020;
    }

    .amg-a-animate.amg-a-animation__appearLeft-fast {
        margin-top: 30px;
    }

    .wb-e-hdl-2 {
        color: #fff;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 640px) and (min-width: 320px) {

    .section-heading h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 2.2rem;
    }

    .company-information-inner h2 {
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 2.2rem;
    }

    .portfolio-section h2 {
        font-size: 2.2rem;
    }

    .wb-e-hdl-2 {
        margin-top: 0px !important;
        font-size: 2.2rem !important;
    }

    .amg-e-hdl {
        font-size: 2.2rem !important;
    }

    #sidebar-cart ul.products {
       /* height: calc(100vh - 280px) !important;*/
	    height: calc(100vh - 340px) !important;
    }

    #sidebar-cart {
        height:80vh !important;
    }

    .amg-m-model-selector__filter-list-item-label {
            font-size: 13px !important;
    font-weight: 400!important;
    color: #2f2f2f!important; 
	line-height:16px!important;
    }
}
