.content {
    display: block;
    overflow: hidden;
}

.content_black {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.content_black2 {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 22;
}


.fullscreen-bg {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    z-index: 0;
    position: fixed;

}

video {
    display: block;
    width: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;

}

.page_content {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_bg {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    overflow: hidden;
    z-index: 10;
    position: relative;
}

.star {
    color: #e19f00;
    font-size: 28px;
}

.star2 {
    color: yellow;
}

.page_content_t {
    font-size: 22px;
    line-height: 34px;
    padding: 40px 0px;
    text-align: justify;
}

.d {
    display: block;
    width: 100%;
    height: 200px;
}

.dd {
    position: relative;
    height: 260px;
    z-index: 20;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.article-container {
    overflow: hidden;
    position: relative;
    height: 200px;
    border-radius: 10px;
}

.opinion-container {
    overflow: hidden;
    position: relative;
    height: 300px;
}

.opinion-img-holder {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 1s;
}

.article-img-holder {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
}

.article-img-holder:hover {
    transform: scale(1.2);
}

.article-title-link {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    text-decoration: none;
    text-align: left;
}

.article-title-link:hover {
    text-decoration: underline;
}

.icons_contact {
    display: block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    border-radius: 50px;
    padding: 25px;
    margin: 0 auto;
}

h1.title {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
}

h2.title {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
}


.ml2 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

.ml2 .letter {
    display: inline-block;
}

.slogan {
    position: relative;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 80%;
    padding-top: 140px;
    text-align: center;
    z-index: 100;
}

.page_bg h1 {
    font-size: 28px;
}

.page_bg h2 {
    font-size: 20px;
}

.dashboardItemHref {
    display: block;
    overflow: hidden;
    float: right;
    width: 35px;
    height: 35px;
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.dashboardItemIcon {
    display: block;
    overflow: hidden;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 17px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding-top: 7px;
}

.dashboardItemIcon:hover {
    color: #e19f00;
    border: 1px solid #e19f00;
}


.top-image {
    background-image: url('/images/background/contact.jpg');
    height: 260px;
}

.social {
    padding: 25px;
    text-align: center;
}

.social h2 {
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .dd {
        height: 260px;
    }

    .ml2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {

    .gallery-mobile {
        background-image: url('/images/background/holl.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .dd {
        height: 190px;
    }

    .ml2 {
        font-size: 22px;
    }

    .slogan {
        width: 100%;
        padding-top: 94px;
    }

    .page_content_t, .team_txt {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 0px;

    }

    .page_bg h1 {
        font-size: 22px;
        text-align: left;
    }

    .top-image {
        background-image: url('/images/background/contact_slim.jpg');
        height: 170px;
    }
}


.anim {
    display: inline-block;
    margin: 0 0.5rem;
    animation: pulse; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}