.fixFullWidth {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
}

.pageHeader {
    text-align: center;
    color: #77CA4E;
    font-family: 'Neo Sans Medium';
    /*font-size: 38px;*/
    font-size: 34px;
    margin-bottom: 35px;
}

    .pageHeader > span {
        display: block;
        font-family: inherit;
        font-size: inherit;
    }

#currentContainer {
    color: #0a5b7b;
    margin-bottom: 75px;
}

#currentHeader {
    font-family: 'Neo Sans Medium';
    /*font-size: 30px;*/
    font-size: 24px;
    text-align: center;
    display: block;
}

#currentDetail {
    margin: 0;
}

#currentDate {
    font-family: 'Neo Sans Regular';
    font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 50px;
}

#currentImg {
    /*max-width: 50%;
	float: left;*/
    float: left;
    margin-right: 35px;
    width: 50%;
}

#currentText {
    color: #1f1f1f;
    /*max-width: 50%;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	white-space: pre-line;*/
}

.arrow-up {
    fill: #eeeeee;
}

.arrowLeft, .arrowRight {
    top: 50%;
}

.sliderFixFull {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
}

#listContainer {
    height: 550px;
}

    #listContainer > .sliderFixFull {
        height: 550px;
        overflow: hidden;
        background-color: #eeeeee;
    }

#sliderContainer {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
}

[id^="Slide_"] {
    top: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
}

.listNewsItem {
    height: 450px;
}

.newsListHeader {
    font-family: 'Neo Sans Medium';
    font-size: 22px;
    color: #0a5b7b;
    display: block;
    margin-top: 15px;
    padding-bottom: 5px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.newsListDate {
    font-family: 'Neo Sans Medium';
    font-size: 16px;
    color: #aaaaaa;
    display: block;
    padding-bottom: 5px;
}

.newsListText {
    /*font-size: 18px;*/
    font-size: 16px;
    color: #1f1f1f;
    line-height: 1.3em;
    height: 3.9em;
    overflow: hidden;
}

    .newsListText p {
        /*line-height:1.3em;*/
        line-height: inherit;
        font-size: 14px;
    }

.newsListImg {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.plus {
    width: 35px;
    margin-top: 20px;
}

    .plus > line {
        stroke: #8DC560;
        stroke-width: 0.75px;
    }

.currentNews {
    opacity: 0.25;
}

    .currentNews .plus > line {
        stroke: #aaaaaa;
    }

.arrows:not(:first-of-type) {
    visibility: hidden;
}

.btnz {
    /*display: block;*/
    /*float: left;*/
    padding: 10px 15px;
    border: none;
    background-color: #ececec;
    text-decoration: none;
    font-size: 18px;
    color: #FFF;
}

    .btnz:hover {
        color: #efefef;
    }

.facebook {
    background-color: #3b5998;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    top: 15px;
    float: right;
    /*left:50%;*/
    /*transform: translateX(50%);*/
}

.linkedin {
    background-color: #0077b5;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    top: 15px;
    float: right;
    /*left:50%;*/
}

.socialfloat {
    display: block;
    position: absolute;
    left: 0;
    top: 200px;
    z-index: 9999;
}

    .socialfloat .fbtn {
        width: 50px;
        height: 50px;
        display: block;
        color: #fff;
        text-align: center;
    }

        .socialfloat .fbtn i {
            font-size: 30px;
            line-height: 50px;
        }

/*@media (max-width: 1204px) {

    #listContainer > .sliderFixFull {
        height: 1510px;
    }
}*/
/*MOBILE (Normal)*/
@media (max-width: 992px) {
    .newsHeaderImgContainer {
        /*padding-left: 0;*/
        /*padding-right: 0;*/
        padding-bottom: 15px;
    }

    #currentImg {
        width: 100%;
    }

    #arrowContainer {
        display: none;
    }

    .arrowLeft, .arrowRight {
        top: 150px;
    }

    #listContainer {
        height: 1450px;
    }

        #listContainer > .sliderFixFull {
            height: 1450px;
            /*height: 1510px;*/
        }

    [id^="Slide_"] > .listNewsItem:not(:last-of-type) {
        margin-bottom: 25px;
    }

    .listNewsItem {
        padding-left: 30px;
        padding-right: 30px;
    }

    .fixArrows {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .pageHeader {
        /*font-size: 18px;*/
        margin-bottom: 25px;
    }

    #currentHeader {
        font-size: 16px;
    }

    #currentDate {
        font-size: 16px;
    }

    #currentText {
        font-size: 14px;
    }

    .newsListHeader {
        font-size: 16px;
    }

    .newsListDate {
        font-size: 16px;
    }

    .newsListText {
        font-size: 14px;
    }

    .listNewsItem {
        max-height: 450px;
        height: 100%;
    }
}
