/* Add here all your CSS customizations */

.mibew-button {
    position: fixed;
    right: 0px;
    top: 110px;
    z-index: 100;
}

footer {
    padding-top: 20px !important;
}

.facebook-slider {
    position: fixed;
    right: -351px;
    width: 396px;
    z-index: 100;
    top: 250px;
}

.facebook-slider img {
    float: left;
}

.facebook-page {
    position: relative;
    top: 8px;
    float: left;
}

.slider-block {
    position: absolute;
    bottom: 0;
}

.slider-info-block {
    position: relative;
    height: 200px;
    background: rgba(0,0,0,.7);
    color: white;
    padding: 5px 20px;
}

.slider-info-block p {
    font-size: 12px;
    color: white;
    height: 100px;
    overflow: hidden;
    text-align: justify;
}

.slider-info-block h2 {
    font-size: 16px;
    color: white;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.slider-info-block a {
    color: darkorange;
    text-decoration: none;
    transition: opacity 500ms;
}

.slider-info-block a:hover {
    opacity: 0.5;
}

.slider-info-block a i {
    margin-top: 3px;
}

.rs-fullvideo-cover {
    background: rgba(0,0,0,.2) !important;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
    .forcefullwidth_wrapper_tp_banner {
        display: none;
    }

    .first-parallax {
        margin-top: 85px !important;
    }
}

@media only screen and (min-width : 992px) {
    .slider-block { left: calc(50% - 485px);  }
    .slider-info-block h2 { font-size: 12px; }
}

@media only screen and (min-width : 1200px) {
    .slider-block { left: calc(50% - 585px); }
    .slider-info-block h2 { font-size: 16px; }
}
