.HeavyText {
    text-align: justify;
    text-justify: inter-word;
}

div.HeavyText {
    width: 100%;
}

p.HeavyText {
    padding-bottom: 20px;
}

.li_main {
    line-height: 30px;
    font-weight: 300;
    font-size: 25px;
    list-style-type: disc;
    /*color: #333;*/
    color: #7d7789;
    font-family: "Poppins";
}

.padding1 {
    padding-left: 10%;
}

.main-image {
    background-size: contain;
    background-repeat: no-repeat;
}

.stretch {
    background-size: contain;
}

.thumb-filler {
    background-color: black !important;
}

.thumb-filler-lightgray {
    background-color: lightgray !important;
}

.thumb-filler-darkbrown {
    background-color: #4E0F00 !important;
}

.music-active {
    color: red !important;
    font-weight: bold !important;
    background-color: #333 !important;
    text-align: center;
}

    .music-active > a {
        color: white !important;
    }

.portfolio_filter > ul {
    /*    border-bottom-color: #333;
    border-bottom-width: 5px;
    border-style: solid;*/
}

.music-submenu {
    width: 20%;
    align-content: center;
    white-space: nowrap;
}

.touch-button-container {
    /* padding-left: 40px;*/
    padding-top: 20px;
}

.bio-sectionss {
    width: 100%;
    display: block;
}

.bio-first-column {
    float: left;
    width: 50%;
}

.bio-second-column {
    float: right;
    width: 50%;
}

.bio-photo {
    width: 50%;
    display: inline;
    padding: 20px;
}
/*Youtube video rel=0 logic*/
.hytPlayerWrap {
    display: inline-block;
    position: relative;
}

    .hytPlayerWrap.ended::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 64px 64px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
    }

    .hytPlayerWrap.paused::after {
        content: "";
        position: absolute;
        top: 70px;
        left: 0;
        bottom: 50px;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px 40px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    }

.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}


.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

    span.img-text:hover {
        color: #2caae1;
    }

.p-quote {
    text-align: justify !important;
}

.info {
    text-align: left;
}

.details-wide {
    left: 2px !important;
    right: 2px !important;
}

.details-extra-wide {
    left: -15px !important;
    right: -15px !important;
}

.wide-item-inside {
    overflow: visible !important;
}

.bio-frame {
    /*border: 1px solid blue;*/
    display: table;
}

.first-column {
    display: inline-block;
    width: 60%;
    /*height: 120px;*/
    /*    border: 5px solid red;*/
    float: left;
    padding-right: 20px;
}

.second-column {
    display: inline-block;
    width: 40%;
    /*height: 160px;*/
    /*border: 5px solid green;*/
    float: right;
}

.second-column-image {
    padding-left: 5px;
    padding-top: 20px;
}

.bio-one-borders {
    margin-bottom: 40px !important;
}

.bio-two-borders {
    margin-bottom: 87px !important;
}

.bio-image-thumb {
    height: 100px;
    padding: 2px;
}

.bio-frame-picture {
    padding: 10px;
    padding-bottom: 20px;
}

.item-bio-photo {
    width: 150px !important;
}

.item-bio-photo-horizontal {
    height: 100px;
}

    .item-bio-photo-horizontal img {
        height: 100%;
    }

.item-bio-photo-vertical {
    height: 100px;
}

    .item-bio-photo-vertical img {
        height: 100%;
    }

.main-image-off {
    display: none !important;
}

.cavani_tm_header-bio {
    justify-content: center !important;
}

/* ========================================= */

.mfp-close {
    cursor: pointer !important;
}

.mfp-counter {
    display: none !important;
}
/*===================================================*/
.lang-menu {
    text-decoration: none;
    color: #333;
    font-family: "Poppins";
    font-weight: 500;
}

    .lang-menu select {
        margin-bottom: 20px;
    }

    .lang-menu option {
        padding: 20px;
        margin-top: 20px;
    }

.lang-image {
    width: 15px;
    height: 15px;
}



    .contact-profiles li {
        font-size: 16px;
    }
