/**
 * Custom CSS
 */

#banner-container {
    background-color: #000;
    margin: 0 0 20px;
    border-radius: 5px;
    overflow: hidden;
}
.info-banner {
    position: relative;
    widtH: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
}
.info-block .no-mt {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 20px;
}
#contentBlock.info-block p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
}
#contentBlock.info-block ul {
    font-size: 14px;
    line-height: 22px;
}
.info-video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.info-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.model-section-vert {
    background-color: #222;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.model-section-vert .model-img {
    border-right: 2px solid #dc3332;
    padding-right: 0;
}
.model-section-vert .model-img img {
    display: block;
    margin-bottom: 0;
}
.model-section-vert .model-info-outer {
    padding: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.model-section-vert .model-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.model-section-vert .model-title {
    color: #fff;
    padding: 0 15px 0;
    font-weight: 400;
    margin: 0 0 1em;
    font-size: 19px;
    line-height: 1.3;
    font-family: 'proxima-nova',helvetica,arial,sans-serif;
    text-align: center;
}
.model-section-vert a.model-btn  {
    font-size: 14px;
    font-weight: 400;
    padding: .4em .75em;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #50be19;
    transition: all .1s ease-in-out;
}
.model-section-vert a.model-btn:hover {
    background-color: #44a215;
}
.info-block aside {
    border-radius: 5px;
    background-color: #f4f4f4;
    padding: 25px;
    margin-bottom: 30px;
    clear: both;
}
.info-block aside h4 {
    margin: 0 0 .6em;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.3;
    color: #333;
    font-family: 'proxima-nova',helvetica,arial,sans-serif;
    padding: 0;
    outline: 0;
}
.info-block aside img {
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .info-banner {
        height: 25vw;
        background-size: cover;
    }
    .model-section-vert .model-title {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .model-section-vert .model-title {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .model-section-vert .model-img img {
        width: 100%;
        opacity: .25;
    }
}
