﻿#wrap {
    background-color: #ddd;
    padding: 50px 0;
}

#slider {
    width: 300px;
    margin: 0 auto;
    /*img
    {
        width: 100%;
    }*/

}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    left: 35px;
    width: 0;
    height: 0;
    z-index: 10;
    /*border-left: 0 solid transparent;*/
    /*border-right: 15px solid #113463;*/
    /*border-right: 15px solid #113463;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;*/
}

.next-arrow {
    right: 85px;
    width: 0;
    height: 0;
    z-index: 10;
    /*border-right: 0 solid transparent;
    border-left: 15px solid #113463;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;*/
}

.glyphicon {
    font-size: 50px;
    color: #e6e6e6;
}

@media(max-width : 767px){
    .prev-arrow {
        left: 25px;
        width: 0;
        height: 0;
        z-index: 10;
        /*border-left: 0 solid transparent;*/
        /*border-right: 15px solid #113463;*/
        /*border-right: 15px solid #113463;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;*/
    }

    .next-arrow {
        right: 45px;
        width: 0;
        height: 0;
        z-index: 10;
        /*border-right: 0 solid transparent;
    border-left: 15px solid #113463;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;*/
    }

    .glyphicon {
        font-size: 20px !important;
    }
}
