
.style-bigSlide .content-capsul {
    position: relative;
    height: 0px;
    width: 100%;
    padding-top: 25.75%;
    background-color: #fff;
}

.style-bigSlide .content-capsul-in {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
    background-color: #ffffff;
    height: 100%;
}

.style-bigSlide .padbox {
    padding: 10px;
    box-sizing: border-box;
    background-color: transparent;
    height: 100%;
}

.style-bigSlide .slide-box {
    height: 100%;
    width: 100%;
    border: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    overflow: hidden;
}

.style-bigSlide .content-area {
    height: 100%;
    width: calc( 100% * 2);
    position: relative;
    left: -0px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.style-bigSlide .slide-area-1 {
    width: calc( 100% / 2);
    height: 100%;
    float: left;
}

.style-bigSlide .slide-area-2 {
    width: calc( 100% / 2);
    height: 100%;
    float: left;
}

.style-bigSlide .haber-item {
    width: 25%;
    position: relative;
    padding-top: 12.41%;
    background-image: url(http://c06.haberself.com/res/haberself/68/1/123401_f.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    box-shadow: inset 0px -1px 0px 1px #000;
}

.style-bigSlide .haber-item h3 {
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 25px;
    right: 10px;
    font-size: 25px;
    line-height: 29px;
    font-family: 'Righteous', sans-serif;
    text-shadow: 1px 1px #000;
}

.style-bigSlide .slide-area-1 .haber-item:nth-child(1) {
    width: 50%;
    height: 100%;
}

.haber-item.ozel {
    height: 100% !important;
    width: 50% !important;
    padding-top: 0 !important;
    font-size: 35px;
    line-height: 40px;
}

.style-bigSlide .slide-area-1 .haber-item:nth-child(1) h3{
    font-size: 45px;
    line-height: 49px;
}



span.black-bg-shd {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-image: url(/res/img/gradient.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: bottom;
    opacity: 1;
}

.slide-node-1 {
    display: block;
    width: 25%;
    height: 100%;
    float: left;
}


.slide-node-1 .haber-item {
    width: 100% !important;
    padding-top: 49.71% !important;
}

.style-bigSlide .haber-item h3 span {
    display: block;
}

.style-bigSlide .haber-item h3 .kats {
    color: #08ad84;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #11bc91;
    display: inline-block;
    margin: 0;
    padding: 5px 5px;
    line-height: 11px;
    margin-bottom: 5px;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0);
}


.slide-rigt-but {
    position: absolute;
    right: 0px;
    top: 43%;
    height: 60px;
    width: 60px;
    background-color: #0eb68c;
    z-index: 3;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 1px 4px 1px #6d6a6a;
    cursor: pointer;
}

.slide-rigt-but i.icon-chevron-thin-right {
    color: #fff;
    font-size: 53px;
    position: relative;
    top: 4px;
    left: 3px;
    display: block;
}

.icon-go-left{
    transform: rotate(180deg);
    left: -4px !important;
}

.container {
    width: 100% !important;
    max-width: 100% !important;
}



@media (max-width:980px){

    .style-bigSlide .content-area {
        height: 100%;
        width: 500%;
        position: relative;
        left: 0px;
    }

    .style-bigSlide .haber-item {
        width:20% !important;
        height:100% !important;
        padding-top: 0;
    }

    .slide-node-1 {
        width: 40%;
    }

    .slide-node-1 .haber-item {
        width: 50% !important;
        height: 100% !important;
        padding: 0 !important;
    }

    .style-bigSlide .haber-item h3{
        font-size: 30px !important;
        line-height: 40px;
    }

}

@media (max-width:540px){

    .style-bigSlide .content-area {
        height: 100%;
        width: 1000%;
    }

    .style-bigSlide .content-capsul {
        padding-top: 61%;
    }

    .style-bigSlide .haber-item h3 {
        font-size: 25px !important;
        line-height: 30px !important;
        font-family: 'Open Sans', sans-serif !important;
    }

    .slide-rigt-but {
        top: 40%;
        height: 45px;
        width: 45px;
    }
    .slide-rigt-but i.icon-chevron-thin-right {
        font-size: 37px;
    }

    .style-bigSlide .padbox { padding: 0px;}
}


