﻿.slider,
.slider > div {
    background-position: top center;
    display: block;
    width: 99.99%;
    height: 94%;
    position: relative;
    background-size: 102%;
    background-repeat: no-repeat;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
    /*    top: 5px;*/
    margin: 0 auto;
    margin-left: -1px;
    background-size: cover;
}

    .slider > div {
        position: absolute;
    }

    .slider > i {
        color: #5bbd72;
        position: absolute;
        font-size: 60px;
        margin: 20px;
        top: 40%;
        text-shadow: 0 10px 2px #223422;
        transition: .3s;
        width: 30px;
        padding: 10px 13px;
        background: #fff;
        background: rgba(255, 255, 255, .3);
        cursor: pointer;
        line-height: 0;
        box-sizing: content-box;
        border-radius: 3px;
        z-index: 4;
    }

        .slider > i svg {
            margin-top: 3px;
        }

    .slider > .left {
        left: -100px;
        display: none;
    }

    .slider > .right {
        right: -100px;
        display: none;
    }

    .slider:hover > .left {
        left: 0;
    }

    .slider:hover > .right {
        right: 0;
    }

    .slider > i:hover {
        background: #fff;
        background: rgba(255, 255, 255, .8);
        transform: translateX(-2px);
    }

    .slider > i.right:hover {
        transform: translateX(2px);
    }

    .slider > i.right:active,
    .slider > i.left:active {
        transform: translateY(1px);
    }

    .slider:hover > div {
        transform: scale(1.01);
    }

.hoverZoomOff:hover > div {
    transform: scale(1);
}



.slider > ul {
    position: absolute;
    z-index: 4;
    padding: 0;
    transform: translateX(12%);
    height: 39px;
    background: #fff;
    display: inline-block;
    bottom: 0px;
    right: 13px;
    /*   top: 93%;*/
    margin: 0;
    padding: 0;
}

    .slider > ul > li {
        padding: 0;
        width: 12px;
        height: 12px;
        border-radius: 75%;
        list-style: none;
        float: left;
        margin: 15px 7px 0;
        cursor: pointer;
        border: 2px solid #d36212;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .slider > ul > .showli {
        background-color: #d36212;
        -moz-animation: boing .5s forwards;
        -o-animation: boing .5s forwards;
        -webkit-animation: boing .5s forwards;
        animation: boing .5s forwards;
    }

    .slider > ul > li:hover::-webkit-slider-runnable-track {
        background-color: #d36212;
    }

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}

.showArrows > .left {
    left: 0;
}

.showArrows > .right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

    .titleBar * {
        transform: translate(-20px, 30px);
        transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
        opacity: 0;
    }

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

.slider > div span {
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
}


@keyframes boing {
    0% {
        transform: scale(1.2);
    }

    40% {
        transform: scale(.6);
    }

    60% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}

/* -------------------------------------- */

#slider2 {
    max-width: 30%;
    margin-right: 20px;
}

.row2Wrap {
    display: flex;
}

.content {
    padding: 50px;
    margin-bottom: 100px;
}

html {
    height: 100%;
    box-sizing: border-box;
}

/**, *:before, *:after {
    box-sizing: inherit;
}
*/
/*h1, h2, h3 {
    font-family: 'Crimson Text', sans-serif;
    font-weight: 100;
}

body {*/
/*  font: 15px 'Titillium Web', Arial, sans-serif;*/
/*    background: radial-gradient(#121212, #000);*/
/*height: 100%;*/
/*    color: #aaa;*/
/*margin: 0;
    padding: 0;
}*/

.content {
    padding: 10px 15vw;
}

/* width:1680 */
@media only screen and (min-width:1601px) and (max-width: 1680px) {
    .slider,
    .slider > div {
        top: -5px;
        background-size: cover;
        height: 101%;
        background-position: center center;
    }

        .slider > ul {
            bottom: -38px;
        }
}

/* width 1600 */
@media only screen and (min-width:1551px) and (max-width: 1600px) {
    .slider, .slider > div {
        width: 101.5%;
        background-size: cover;
        height: 95%;
        top: -9px;
        right: 0px;
    }

        .slider > ul {
            bottom: -1px
        }
}
/*width 1550*/
@media only screen and (min-width:1441px) and (max-width:1550px) {
    .slider, .slider > div {
        width: 98.5%;
        height: 100%;
        background-size: cover;
        top: -9px;
        left: 10px;
        background-position: center center;
    }

        .slider > ul {
            bottom: -30px;
            right: 21px;
        }
}
/* width 1440 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
    .slider, .slider > div {
        width: 100.1%;
        height: 100%;
        top: -14px;
        background-position: 50% 58%;
    }

        .slider > ul {
            bottom: -25px;
            right: 9px;
        }
}
/*width 1366*/
@media only screen and (min-width:1359px) and (max-width:1366px) {
    .slider, .slider > div {
        height: 101%;
        top: -11px;
        background-position: 28% 62%;
        background-size: 100% 130%;
    }

        .slider > ul {
            bottom: -31px;
            right: 13px;
        }
}
/*width 1278*/
@media only screen and (min-width:1269px) and (max-width:1278px) {
    .slider, .slider > div {
        height: 100%;
        background-position: 50% 59%;
    }

        .slider > ul {
            bottom: -39px;
            right: 15px;
        }
}
/*width 1270*/
@media only screen and (min-width:1025px) and (max-width:1270px) {
    .slider, .slider > div {
        width: 99.7%;
        left: 1px;
        background-position: 50% 65%;
    }
}

/*Mobil*/

/* iphone 5/5s dikey */
@media only screen and (max-width:359px) {
    .slider, .slider > div {
        margin-bottom: 20px;
        height: 190px;
        background-position: 9% 46%;
    }

        .slider > ul {
            bottom: 37px;
            right: 9px;
        }
}
/*Galaxy s3*/
@media only screen and (min-width:360px) and (max-width:369px) {
    .slider, .slider > div {
        margin-bottom: 20px;
        height: 190px;
        background-position: 20% 50%;
    }

        .slider > ul {
            bottom: -1px;
            right: 9px;
        }
}
/*iphone 6/6s dikey*/
@media only screen and (min-width:370px) and (max-width:389px) {
    .slider, .slider > div {
        margin-bottom: 20px;
        height: 190px;
        background-position: 18% 46%;
    }

        .slider > ul {
            bottom: 13px;
            right: 11px;
        }
}

/*iphone 12 pro*/
@media only screen and (min-width:390px) and (max-width:399px) {
    .slider, .slider > div {
        margin-bottom: 20px;
        height: 190px;
        background-position: 18% 46%;
    }

        .slider > ul {
            bottom: 0px;
            right: 11px;
        }
}
/*iphone Plus dikey*/
@media only screen and (min-width:400px) and (max-width:479px) {
    .slider, .slider > div {
        margin-bottom: 20px;
        height: 190px;
    }

        .slider > ul {
            bottom: 0px;
            right: 11px;
        }
}
/*tablet dikey*/
@media only screen and (min-width:760px) and (max-width:810px) {
    .slider, .slider > div {
        width: 100.5%;
        margin-bottom: 20px;
        height: 190px;
    }

        .slider > ul {
            bottom: -39px;
            right: 11px;
        }
}
/*iphone 5/5s yatay*/
@media only screen and (min-width:560px) and (max-width:639px) {
    .slider, .slider > div {
        margin-bottom: 33px;
        height: 260px;
        margin-top: 5px;
    }

        .slider > ul {
            bottom: -5px;
            right: 2%;
        }
}

/*Samsung S3 yatay*/
@media only screen and (min-width:640px) and (max-width:659px) {
    .slider, .slider > div {
        margin-bottom: 33px;
        height: 260px;
        margin-top: 4px;
    }

        .slider > ul {
            bottom: -4px;
            right: 2%;
        }
}
/*iphone 4 yatay*/
@media only screen and (min-width:480px) and (max-width:559px) {
    .slider, .slider > div {
        margin-bottom: 33px;
        height: 260px;
        margin-top: 4px;
        background-position: 18% 46%;
    }

        .slider > ul {
            bottom: 27px;
            right: 10px;
        }
}
/*iphone 6/6s yatay*/
@media only screen and (min-width:660px) and (max-width:699px) {
    .slider, .slider > div {
        width: 100.3%;
        margin-bottom: 33px;
        height: 260px;
        margin-top: 4px;
        margin-left: -2px;
    }

        .slider > ul {
            bottom: -6px;
            right: 10px;
        }
}
/*iphone Plus yatay*/
@media only screen and (min-width:700px) and (max-width:759px) {
    .slider, .slider > div {
        width: 100.3%;
        margin-bottom: 33px;
        height: 260px;
        margin-top: 4px;
        margin-left: -2px;
        background-position: 18% 46%;
    }

        .slider > ul {
            right: 14px;
            bottom: -5px;
        }
}

/*iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px) {
    .slider, .slider > div {
        width: 100.2%;
        margin-bottom: 33px;
        height: 260px;
        margin-top: 4px;
        margin-left: -2px;
        background-position: 10% 51%;
    }

        .slider > ul {
            right: 12px;
            bottom: -5px;
        }
}
/*tabley yatay*/
@media only screen and (min-width:1000px) and (max-width:1024px) {
    .slider, .slider > div {
        margin-bottom: 33px;
        height: 300px;
        margin-top: -11px;
        margin-left: 12px;
        width: 97.6%;
        background-position: 3% 45%;
    }

        .slider > ul {
            right: 25px;
            bottom: -28px;
        }
}
