.slider {
    width: 100%;
    margin: 5px -1px;
}

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
    outline: none !important;
}

.slick-slide:focus {
    box-shadow:none;
    outline: none !important;
}

.slick-slide:active {
    outline: none !important;
    box-shadow:none;
}


.slick-prev:before,
.slick-next:before {
    color: black;
}


.slider2 .slick-slide{
    margin: 0px 0px;
}

.slick-slide{
    margin: 0px 3px;
}

.slick-prev:before,
.slick-next:before {
    /*background: black;*/
    color: white;
}

.slick-arrow{
    background: #f8f8f8;
    height: 101%;
    width: 30px;
    overflow: hidden;
    padding-left: 1px;
    padding-top: 5px;
    color: #336699;
    z-index: 100;
    display: none;
    /*position: absolute;*/
}

.slick-arrow:hover{
    background: #336699;
    color: #fff;
    width: 30px;
    cursor: pointer;
}

.slick-prev {
    left: 0px;
    display: none;
}

.slick-next{
    /*margin-top: -1px;*/
    right: -1px;
    display: none;
}







.rotation-x{
    animation-name: bounce;
    animation-duration: 4s;
    animation-iteration-count: 10;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}














/*#carousel_inner {*/
    /*float:left; !* important for inline positioning *!*/
    /*width: 10000px; !* important (this width = width of list item(including margin) * items shown *!*/
    /*overflow: hidden;  !* important (hide the items outside the div) *!*/
/*}*/

/*#carousel_ul {*/
    /*position:relative;*/
/*}*/

/*.shop-images-gallery-thumbnail-container{*/
    /*overflow: hidden;*/
    /*height: 110px;*/
    /*margin-top: 5px;*/
    /*display: block;*/
    /*margin-bottom: 30px;*/
/*}*/

/*.shop-images-gallery-thumbnail{*/
    /*margin: 0px;*/
    /*padding: 0px;*/
/*}*/

/*.shop-images-gallery-thumbnail li{*/
    /*display: inline-block;*/
    /*margin-right: 5px;*/
    /*cursor: pointer;*/
    /*float: left;*/
/*}*/


/*.shop-images-gallery-thumbnail li:first-child{*/
    /*margin-left: 35px;*/
/*}*/
/*.shop-images-gallery-arrow{*/
    /*background: #f8f8f8;*/
    /*height: 110px;*/
    /*width: 30px;*/
    /*overflow: hidden;*/
    /*padding-left: 7px;*/
    /*padding-top: 45px;*/
    /*color: #336699;*/
    /*z-index: 100;*/
    /*position: absolute;*/
/*}*/

/*.shop-images-gallery-arrow:hover{*/
    /*background: #336699;*/
    /*color: #fff;*/
    /*width: 30px;*/
    /*cursor: pointer;*/
/*}*/

/*.shop-images-gallery-next{*/
    /*right: 15px;*/
    /*margin-left: 5px;*/
    /*border-left: 5px solid #ffffff;*/
/*}*/

/*.shop-images-gallery-previous{*/
    /*left: 15px;*/
    /*margin-right: 5px;*/
/*}*/
