/*
****************************************
Pro3W CMS - CSS default v 1.0 26.07.2015
****************************************
*/

.art-border {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(208, 208, 208, .6);
    -moz-box-shadow: 0px 0px 10px 5px rgba(208, 208, 208, .6);
    box-shadow: 0px 0px 10px 5px rgba(208, 208, 208, .6);
    -webkit-transition: border .8s ease-in-out;
    -o-transition: border .8s ease-in-out;
    transition: border .8s ease-in-out;
    border: 1px solid #eeeeee;
}

.art-border:hover {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(208, 208, 208, .9);
    -moz-box-shadow: 0px 0px 10px 5px rgba(208, 208, 208, .9);
    box-shadow: 0px 0px 10px 5px rgba(208, 208, 208, .9);
    -webkit-transition: border .8s ease-in-out;
    -o-transition: border .8s ease-in-out;
    transition: border .8s ease-in-out;
    border: 1px solid #999;
}

.wydarzenie-art img {
    max-width: 100%;
    height: auto;
}

.inside-poster .events, .data {
    margin-bottom: 0;
}

.data-event {
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .6);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .6);
    -webkit-transition: border .8s ease-in-out;
    -o-transition: border .8s ease-in-out;
    transition: border .8s ease-in-out;
}

.tresc .ed {
    position: absolute;
    bottom: 0;
}

.owl-item .item {
    text-align: center;
}

.dv-slider {
    position: relative;
}

.dv-slider-prev {
    position: absolute;
    top: 10px;
    left: -25px;
}

.dv-slider-next {
    position: absolute;
    top: 10px;
    right: -25px;
}

.dv-slider-prev a:hover, .dv-slider-next a:hover {
    text-decoration: none;
}

.owl-prev-btn, .owl-next-btn {
    font-size: 60px;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.events .title h2 {
    margin-top: 0;
}

body.menu-tik .bannerWrapperAddons {
    background: transparent;
}

.slide img {
    width: 100%;
    height: auto;
}
.nadajebroadcasting-player>div>div>div>div {
    height: 202.5px!important; 
    width: 360px!important;
}

.yellow-box {
    background: #F5EC00;
    color: #000000;
    padding: 1.5rem; 
}