﻿.mejs__controls { z-index: 51; }


.mmil-rotate { background-color: #36332c; width: 100%; overflow: hidden; position: relative; }
.mmil-caption { color: #b7b6b5; font-size:1.1em; }
.mmil-content { width: 600px; height: 70px; padding: 15px; line-height: 1.1em; font-size: 10px; }
.mmil-content-html { width: 100%; padding: 10px 10px 10px 10px; color: #e7e4d7; }
.mmil-img { width: 750px; height: 422px;border: 1px solid #91908a; }
.mmil-img img { width: 100% !important; height: 100% !important; }

a.mmil-button { height: 16px; color: white; font-size: 1.1em; font-weight: bold; padding: 3px 5px 0 0; margin-top: 3px; text-align: center; text-decoration: none; text-shadow: 2px 2px 2px #000; white-space: nowrap; }
a.mmil-button:visited, a.mmil-button:link { color: #fff; text-decoration: none; }
a.mmil-button:hover { text-decoration: underline; }

.mmil-slider { width: 100%; height: 492px; position: relative; direction: ltr; transition: transform 0.26s ease; transform: scaleY(1); }
.mmil-slider .rsBullets { position: absolute; bottom: 20px; right: 0px; width: 150px; text-align: right; padding-right: 15px; }
.mmil-slider .rsBullet { background: url(pager.png) 0 0 no-repeat transparent; width: 19px; height: 19px; margin: 0 5px 0 0; display: inline-block; }
.mmil-slider .rsBullet.rsNavSelected { background-position: -19px 0; cursor: default; }
.mmil-slider .rsNavItem:hover { cursor: pointer; }
.mmil-slider .rsCloseVideoBtn { display: none; }


@media (max-width: 1200px) {
    .mmil-img { width: 617px; height: 348px; }
    .mmil-slider { height: 417px; }
    .mmil-content { width: 485px; }
}

@media (max-width: 992px) {
    .mmil-img { width: 720px; height: 407px; }
    .mmil-slider { height: 500px; }
    .mmil-content { width: 550px; }
    .mmil-slider .rsBullets{ bottom:30px}
}

@media (max-width: 776px) {
    .mmil-img { max-height: 407px; width: auto; height: auto; }
    .mmil-img img { max-height: 405px; }
    .mmil-content {width:100%}
    .mmil-slider .rsBullets { bottom: 0; right: 0; left: 0; margin-left: auto; margin-right: auto; text-align: center; margin: 10px; width: auto; padding-right: 0px; }
}

@media (max-width: 670px) {
    .mmil-content { width: 100%; height: auto; padding: 5px 10px 5px 10px; font-size: 12px; }
    .mmil-slider { height: 520px; }
}
@media (max-width: 480px) {
    .mmil-slider { height: auto }
}
@media (max-width: 400px) {
    .mmil-content { width: 100%; padding: 5px 10px 5px 10px; font-size: 12px; }
    .mmil-slider { height: auto; }
}

@media (max-width: 320px) {
    .mmil-content { width: 100%; padding: 5px 10px 5px 10px; font-size: 12px; margin: 0; }
    .mmil-slider { height: auto; }
}

