﻿#andy-wrapper {
    width: 100%;
    padding: 50px;
    height: auto;
    position: relative;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
}

    #andy-wrapper a:hover {
        text-decoration: none!important;
    }

#andy-slider-wrap {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    #andy-slider-wrap ul#andy-slider {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
    }

        #andy-slider-wrap ul#andy-slider li {
            float: left;
            position: relative;
            list-style: none;
        }

.andy-info {
    position: absolute;
    width: 60%;
    bottom: 20%;
    right: 10%;
    pointer-events: none;
}

.andy-inner {
    position: relative;
    padding: 1.66em 3em;
    background: #FFFFFF;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.andy-info:before {
    content: "";
    position: absolute;
    width: 65%;
    height: 80%;
    top: 0;
    left: 0;
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    background: #E91E63;
}


/*btns*/
.btns {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 50%;
    margin-top: -25px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

    .btns:hover {
        background: rgba(0, 0, 0, 0.3);
    }

#next {
    right: -50px;
    border-radius: 7px 0px 0px 7px;
}

#previous {
    left: -50px;
    border-radius: 0px 7px 7px 7px;
}

#counter {
    top: 30px;
    right: 35px;
    width: auto;
    position: absolute;
}

#andy-slider-wrap.active #next {
    right: 0px;
}

#andy-slider-wrap.active #previous {
    left: 0px;
}


/*bar*/
#pagination-wrap {
    min-width: 20px;
    margin-top: 380px;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

    #pagination-wrap ul {
        width: 100%;
    }

        #pagination-wrap ul li {
            margin: 0 4px;
            display: inline-block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #fff;
            opacity: 0.5;
            position: relative;
            top: 0;
        }

            #pagination-wrap ul li.active {
                width: 12px;
                height: 12px;
                top: 3px;
                opacity: 1;
                box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
            }




/*Header*/

#andy-wrapper > h1,
h2 {
    text-shadow: none;
    text-align: center;
}

#andy-wrapper > h1 {
    color: #666;
    text-transform: uppercase;
    font-size: 32px;
}

#andy-wrapper > h2 {
    color: #7f8c8d;
    font-family: Neucha, Arial, sans serif;
    font-size: 18px;
    margin-bottom: 30px;
}

.andy-inner > h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}
/*ANIMATION*/
#andy-slider-wrap ul,
#pagination-wrap ul li {
    -webkit-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -moz-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -o-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -ms-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}

@media screen and (max-width: 430px) {
    #andy-wrapper > h1,
    h2 {
        text-shadow: none;
        text-align: center;
    }

    #andy-wrapper > h1 {
        color: #666;
        text-transform: uppercase;
        font-size: 18px;
    }

    #andy-wrapper > h2 {
        color: #7f8c8d;
        font-family: Neucha, Arial, sans serif;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .andy-inner > h3 {
        font-family: 'Roboto Slab', serif;
        font-size: 14px;
    }

    #andy-wrapper {
        padding: 0 0 20px 0;
    }

    #pagination-wrap {
        margin-top: 200px;
    }
}

@media screen and (min-width: 430px) and (max-width: 576px) {
    #andy-wrapper > h1,
    h2 {
        text-shadow: none;
        text-align: center;
    }

    #andy-wrapper > h1 {
        color: #666;
        text-transform: uppercase;
        font-size: 18px;
    }

    #andy-wrapper > h2 {
        color: #7f8c8d;
        font-family: Neucha, Arial, sans serif;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .andy-inner > h3 {
        font-family: 'Roboto Slab', serif;
        font-size: 14px;
    }

    #andy-wrapper {
        padding: 20px;
    }

    #pagination-wrap {
        margin-top: 220px;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    #andy-wrapper > h1,
    h2 {
        text-shadow: none;
        text-align: center;
    }

    #andy-wrapper > h1 {
        color: #666;
        text-transform: uppercase;
        font-size: 18px;
    }

    #andy-wrapper > h2 {
        color: #7f8c8d;
        font-family: Neucha, Arial, sans serif;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .andy-inner > h3 {
        font-family: 'Roboto Slab', serif;
        font-size: 14px;
    }

    #andy-wrapper {
        padding: 30px;
    }

    #pagination-wrap {
        margin-top: 280px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #andy-wrapper > h1,
    h2 {
        text-shadow: none;
        text-align: center;
    }

    #andy-wrapper > h1 {
        color: #666;
        text-transform: uppercase;
        font-size: 24px;
    }

    #andy-wrapper > h2 {
        color: #7f8c8d;
        font-family: Neucha, Arial, sans serif;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .andy-inner > h3 {
        font-family: 'Roboto Slab', serif;
        font-size: 18px;
    }

    #andy-wrapper {
        padding: 40px;
    }

    #pagination-wrap {
        margin-top: 320px;
    }
}
