/* @import "//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"; */

.b-0 {
    bottom: 0;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}

.overflow {
    position: relative;
    overflow: hidden;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.fix-width {
    width: 300px;
    height: 350px;
}


/* .slider-box {
    float: right;
    position: absolute;
    right: 17%;
    padding: 0;
    top: 187px;
    border: 7px solid white;
    box-shadow: 5px 6px 7px black;
    border-radius: 4px;
} */

.rise-flyer {
    position: absolute;
    right: 170px;
    z-index: 1;
    bottom: 59px;
}

.flyer-title {
    text-shadow: 3px 1px 2px black;
    color: #eeb211;
    width: 100%;
    font-size: 20px;
    line-height: 23px;
}

.flyer-subtitle {
    text-shadow: 3px 1px 2px black;
    font-size: 16px;
    line-height: 19px;
}

.flyer-role {
    text-shadow: 3px 1px 2px black;
    font-size: 16px;
    line-height: 19px;
    display: none;
    color: #a3caee;
}

.flyer-headline {
    margin-bottom: 19px;
    text-align: center;
    text-shadow: 3px 1px 2px black;
    margin-top: 0;
    font-family: 'TradeGothicLTStd-BdCn20', Helvetica, Arial, sans-serif;
    color: #eeb211;
    padding: 0 0 5px 0;
    line-height: 0.2;
    font-size: 3rem;
}

.slider-box {
    /* border: 2px solid white; */
    /* box-shadow: 5px 6px 7px black; */
    border-radius: 4px;
}

.box {
    position: absolute !important;
    right: 0;
    z-index: 5;
}

.carousel-item .active {
    display: block
}


/* .carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    animation: fade 2s linear;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-animation-name: example;
    -webkit-animation-duration: 4s;
    animation-name: example;
    animation-duration: 4s;
} */

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    border: 20px solid white;
}

.carousel-item.active {
    -webkit-animation: fadeinout 2s linear forwards;
    animation: fadeinout 2s linear forwards;
}

@-webkit-keyframes fadeinout {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeinout {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
} */


/* .carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
} */


/* 
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
} */

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' f…3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.text-white {
    color: #fff!important;
}

.font-weight-bold {
    font-weight: 700!important;
}

.news-meta {
    /* position: absolute;
    bottom: 57px; */
    line-height: 24px;
    font-size: 22px;
    padding: 6px 0px 0px 6px;
}

.position-absolute {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 1px 2px 7px 3px;
}

.image-wrapper {
    width: 276px;
    height: 378px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .rise-flyer {
        display: none;
    }
}