
#newspopup-cont {
    position: fixed;
    top: auto;
    bottom: -100%;
    left: auto;
    right: 20px;
    width: 400px;
    transition: bottom .2s ease-in-out;
    box-shadow: 0 0 5px #333;
    z-index: 1000;
}
@media all and (max-width: 767px) {
    #newspopup-cont {
        width: auto;
        max-width: 100%;
        margin: 0;
        height: auto;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
    }
    #newspopup-slider {
        margin: 15px;
    }
}
#newspopup-cont.scrolling,
#newspopup-cont.sticked {
    bottom: 0;
}
#newspopup-slider {
	/*background: url("/images/rad-studio/rad-12/12_1-athens-bg-1920x600.jpg") no-repeat scroll center bottom transparent;*/
    padding: 0;
    overflow: hidden;
    transition: all 1s ease;
    opacity: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #888;
}
#newspopup-slider.slick-initialized {
    opacity: 1;
    display: block;
    white-space: normal;
}
/*#newspopup-slider .slick-list {
    width: 110%;
    left: -5%;
}
@media (max-width: 1200px) {
    #newspopup-slider .slick-list {
        width: 100%;
        left: 0;
    }
}*/
#newspopup-slider .slide {
	background: none;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
	padding: 0;
    position: relative;
    display: block;
    float: left;
    transition: all .2s ease-out !important;
}
#newspopup-slider .slide:not(:first-child) {
    opacity: 0;
}
#newspopup-slider.slick-initialized .slide {
    float: left;
    opacity: 1;
    width: auto;
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    #newspopup-slider .slide {
		padding: 20px 0;
    }
}
#newspopup-slider .slide .slide-content {
    padding: 20px 10px;
    flex: 1;
}
#newspopup-slider .slide h1 {
    font-size: 22px;
}
#newspopup-slider .slide h2 {
    font-size: 20px;
}
#newspopup-slider .slide h3 {
    font-size: 18px;
}
#newspopup-slider .slide h4 {
    font-size: 16px;
}
#newspopup-slider .slide h5 {
    font-size: 14px;
}
#newspopup-slider .slide h6 {
}
#newspopup-slider .slide img {
    /*max-height: 325px;*/
    margin: 0;
}
#newspopup-slider .slick-dots {
    position: static;
    bottom: 0;
    margin-top: 10px;
}
#newspopup-slider .slick-dots li button::before {
    font-size: 18px;
}
#newspopup-slider .slick-dots button::before,
#newspopup-slider .slick-dots li.slick-active button::before {
    color: #4374b5;
}

/* No Slider mode */
#newspopup-cont.no-slider-mode .slide {
    display: block;
    float: none;
    min-height: 0;
    padding: 40px 0;
}
#newspopup-cont.no-slider-mode .slide-content {
    display: block;
}

@media (max-width: 991px) {
    #newspopup-cont .newspopup-right {
        margin-top: 30px;
        padding-top: 30px;
        position: relative;
    }
    #newspopup-cont .newspopup-right::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 14%, rgba(255, 255, 255, 0.3) 83%, rgba(255, 255, 255, 0) 100%);
    }
}