section p {
    margin: 10px 0;
}

.page_inner h2 {
    line-height: inherit;
}

.model_promo.masuoka {
}

.model_promo h3 {
    font-family: 'MMC';
}

.logo-masuoka {
    margin-right: 120px;
}

.menu_promo {
    list-style: none;
    /*margin: 150px 115px 30px 0;*/
    background: #000;
    padding: 5px;
    overflow: hidden;

}

.menu_promo li {
    display: inline-block;
}

.menu_promo li a {
    display: block;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.menu_promo li a:hover {
    text-decoration: underline;
}

.cars_active {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    list-style: none;
}

.cars_active li {
    float: left;
    width: 14%;
    text-align: center;
    font-weight: bold;
}

.cars_active li a {
    color: #000;
    text-decoration: none;
}

.cars_active li.logo {
    width: 30%;
    text-align: right;
}

.cars_active li img {
    max-width: 100%;
}

.cars_active li.logo img {
    margin-top: -14px;

}

.video_line {
    width: 100%;
    background: #000;
    position: relative;
    z-index: -20;
}

.video_center {
    position: relative;
    z-index: -20;
    padding: 30px 0;
}

.video_header {
    position: absolute;
    top: -534px;
    z-index: -10;
    max-width: 100%;
}

/* titles */
.masuoka-title {
    max-width: 100%;
}

.masuoka-content {
    color: #000;
}

@media (min-width: 992px) {
    .container {
        padding-right: 95px;
        padding-left: 95px;
    }
}

.masuoka-content h2 {
    /*font-size: 50px;*/
    font-family: 'MMC', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.masuoka-content h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.masuoka-content.offers  ul {
    list-style: none;
}
.masuoka-content.offers li {
    margin-bottom:10px;
    text-indent: -1.1em;
}
.masuoka-content.offers li::before {
    content: "⚫ ";
    color: #f32317 !important;
    font-size:80%;
}
.about {
    padding: 70px 0;
    text-align: justify;
}

.about p {
    margin: 10px 0;
}

.about ul {
    list-style: circle;
    margin-left: 30px;
}

.map_masuoka {
    padding-top: 20px;
}

.map_masuoka h2 {
    margin-bottom: -60px;
    position: relative;
    z-index: 100;
}

.map_masuoka .dates {
    margin-top: 30px;
}

.map_masuoka .dates h4, .map_masuoka .dates h3 {
    font-weight: bold;
}

.map_masuoka .dates h4 {
    margin: 5px 0;
    font-size: 18px;
}

.map {
    width: 100%;
    position: relative;
}

.map img {
    width: 100%;
}

.map .marker {
    position: absolute;
    font-size: 16px;
    height: 30px;
    padding-top: 5px;
    text-transform: uppercase;
}

.map .marker .glyphicon {
    font-size: 30px;
    color: #ed1c24;
    position: relative;
    top: 9px;
}

.map .m01 {
    left: 49%;
    top: 72%;
}

.map .m02 {
    left: 38%;
    top: 77%;
}

.map .m03 {
    left: 16%;
    top: 63%;
}

.map .m04 {
    left: 08%;
    top: 57%;
}

.hiroshi {
    padding-top: 90px;
}

.hiroshi-text {
    text-align: justify;
}

.join, .partners {
    padding-top: 30px;
}

.logos {
    padding-top: 0;
    padding-bottom: 50px;
}

.partners li {
    text-align: center;
    padding-bottom:10px;
}
.partners li img{
    margin-bottom:10px;
}


.sled {
    background: url(/files/includes/masuoka/images/sled.gif) center no-repeat;
    height: 308px;
    margin-top: 50px;
}

.form-group.form-car-select .form-car-item {
    width: 20%;
}

.form-group.col-md-6, .form-group.col-sm-6 {
    width: 100%
}

.konkurs {
    padding: 70px 0;
    background: #fff;
    text-align: center;
    color: #000;
}

.konkurs img {
    max-width: 100%;
}

.konkurs_box {
    width: 1000px;
    margin: 30px auto;
}

.hokku-list {
    list-style: none;
    margin-top: 40px;
    padding: 0;

}

.hokku-list li {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-family: 'alphaheadlineregular';
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    text-align: left;
    margin-bottom: 30px;
}

.hokku-list p {
    margin-left: 90px;
}

.hokku_icon {
    width: 60px;
    height: 60px;
    float: left;
}

.hokku_icon img {
    max-width: 100%;
    max-height: 100%;
}

.offers {
    padding: 20px 0;
    margin-top: 0;
    color: #000;
}

.offers-list {
    list-style: none;
    margin-top: 40px;
    padding: 0;
}

.offers-list li {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-family: 'alphaheadlineregular';
    font-weight: bold;
    text-transform: uppercase;
}

.offers-list li img {
    display: block;
    margin: 15px auto;
}

/* mediaqueries */
@media (max-width: 1200px) {
    .model_promo.masuoka {
        height: 850px;
    }

    .masuoka-title {
        margin-top: 40px;
    }

    .video_header {
        top: -431px;
    }

    .map .marker .glyphicon {
        font-size: 26px;
    }

    .map .marker {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .model_promo.masuoka {
        height: 740px;
    }

    .video_header {
        top: -334px;
    }

    .hiroshi-img {
        text-align: center;
    }

    .map .marker .glyphicon {
        font-size: 20px;
    }

    .map .marker {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .menu_promo {
        margin-right: 0;
        margin-top: 90px;
    }

    .model_promo.masuoka {
        height: 670px;
    }

    .video_header {
        position: static;
        margin-top: -45.5%;
    }

    .menu_promo {
        margin-top: 60px;
    }
}

@media (max-width: 568px) {
    .model_promo.masuoka {
        height: 550px;
    }

    .masuoka-title {
        margin-top: 20px;
    }

    .menu_promo {
        margin-top: 50px;
    }

    .cars_active li {
        font-size: 12px;
        line-height: 12px;
    }

    .cars_active li img {
        margin-bottom: 6px;
    }
}

@media (max-width: 568px) {
    .cars_active li {
        font-size: 10px;
    }

    .map .marker {
        font-size: 11px;
    }
}
.dealer-phone{
    text-transform: uppercase;
}