.mainTitle {
    font-family: OpenSansExtraBold;
    background-color: #007b85;
    color: white;
    font-size: 1.5em;
    padding: 5px 10px;
    clear: both;
    border-right: solid 13px #fcaf17;
}

#mainUpdates,
#mainSocialMedia {
    margin-top: 50px;
    background-color: #e5e5e5;
}

#mainBodySlider img,
#mainUpdates img {
    cursor: pointer;
}

#mainProductSlider h2 {
    font-family: OpenSansExtraBold;
    text-align: center;
    color: #007b85;
}

#smShowOther h4 {
    font-family: OpenSansExtraBold;
    text-align: center;
    color: #007b85;
}

#smShowOther .imgECommerce {
    font-family: OpenSansExtraBold;
    color: #007b85;
}

#mainNews h4 {
    font-family: OpenSansExtraBold;
    color: #007b85;
}

#smShowOther .imgECommerce:hover {
    opacity: .90;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
}


#mainProductSlider .splide__slide {
    width: 335px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
}

/* #mainProductSlider .splide__slide:not(.is-visible) {
    opacity: 0.45;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    scale: 0.8;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
} */

#mainProductSlider .imgProduct:hover {
    cursor: pointer;
    transform: scale(1.2);
    overflow: visible;
}

#mainProductSlider .splide__slide .imgProduct {
    width: 335px;
}

#mainNews .newsList {
    background-color: white;
    height: 155px;
}

#mainNews .newsTitle h4 {
    font-size: .95em;
    font-family: OpenSansExtraBold;
    color: #007b85;
}

#mainNews .newsList .newsImage {
    height: 154px;
    width: 220px;
}

#mainNews .mainBulletin .bulletinImage {
    height: 430px;
}

#mainNews a {
    text-decoration: none;
}

#mainNews .newsContent {
    font-size: 0.65em;
    font-family: OpenSansRegular;
    height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: height ease-in-out .15s;
}

#mainNews .newsReadMore {
    font-weight: bold;
    background-color: #007b85;
    padding: 5px;
    color: white;
    border-right: #fcaf17 solid 10px;
    font-size: .75em;
}

#mainNews .newsReadMore:hover {
    opacity: 0.85;
}

#mainNews .linkDownload {
    font-family: OpenSansBold;
    font-weight: bold;
    background-color: #fcaf17;
    padding: 5px;
    color: black;
    width: 300px;
}

#mainNews .divShareNews a:hover {
    opacity: .85;
}

#smYoutube {
    min-height: 273px;
}

#smShowOther {
    margin: 0 !important;
    min-height: 273px;
}

#smYoutube video {
    width: 100%;
    height: 100%;
}

.smShow:hover {
    cursor: pointer;
    z-index: 2;
}

.smLink {
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 3;
}

.smLink:hover {
    opacity: .9;
}

#smYoutubeWrapperClick {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
}

#smYoutubeWrapperClick:after {
    position: absolute;
    top: 0;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
}

#smYoutubeWrapper {
    height: 100%;
}

#smYoutubeWrapperOuter {
    display: none;
}

#smYoutubeWrapperOuter.youtubeOverlay {
    padding: 100px 0;
    position: fixed;
    /* Sit on top of the page content */
    display: block;
    /* Hidden by default */
    width: 100% !important;
    /* Full width (cover the whole page) */
    height: 100% !important;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    /* Black background with opacity */
    z-index: 99;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

#smShowMain,
#smShowSub1,
#smShowSub2 {
    background-color: black;
}


@media (max-width: 1199.98px) {
    #smYoutube {
        min-height: 265px;
    }

    #smShowOther {
        min-height: 265px;
    }
}

@media (max-width: 991.98px) {
    #smContentRow video {
        max-width: 720px;
    }

    #smShowOther {
        margin-top: 25px !important;
    }

    #smShowMain {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    #smContentRow video {
        max-width: 540px;
    }
}

@media (max-width: 575.98px) {
    .mainTitle {
        font-size: 1em;
    }

    #smContentRow video {
        max-width: 405px;
    }

    #smShowOther {
        margin-top: 10px !important;
    }

    #smShowOther {
        min-height: auto;
    }

    #mainUpdates,
    #mainSocialMedia {
        margin-top: 10px;
    }

    #mainNews .newsList .newsImage {
        height: 109px;
        width: auto;
    }

    #mainNews .mainBulletin .bulletinImage {
        height: 375px;
    }

    #mainNews .linkDownload {
        padding: 5px;
        width: 275px;
    }

    #mainNews .newsList {
        background-color: white;
        height: 110px;
    }

    #mainNews .newsWrapTitle {
        font-size: 1.2em;
        margin-left: 5px;
        margin-top: 15px;
    }

    #mainNews .newsTitle h4 {
        font-size: 0.65em;
    }

    #mainNews .newsContent {
        font-size: 0.45em;
        height: 25px;
    }

    #mainNews .newsReadMore {
        padding: 2px;
        border-right: #fcaf17 solid 5px;
        font-size: .75em;
    }

    #mainNews .divShareNews a {
        font-size: .85em;
    }
}

@media (max-width: 475.98px) {}

@media (max-width: 451.98px) {}

@media (max-width: 411.98px) {}

@media (max-width: 375.98px) {
    #smYoutubeWrapper {
        padding: 0;
    }

    #smYoutubeWrapper video {
        max-height: 325px;
    }

    #smContentRow video {
        max-width: 375px;

    }
}

@media (max-width: 360.98px) {}

@media (max-width: 320.98px) {
    #smYoutubeWrapper {
        padding: 0;
    }

    #smYoutubeWrapper video {
        max-height: 325px;
    }

    #smContentRow video {
        max-width: 320px;

    }
}
