.images_gallery {
    margin: 0 !important;
    /*height: 120px;*/
    position: relative;
    overflow: hidden;
}
.images_gallery .owl-item{
    /*display:inline-block;
    float:none;
    width: auto !important;*/
}
.images_gallery:after,
.images_gallery:before {
    content: '';
    display: block;
}
.images_gallery:after {
    clear: both;
}
.images_gallery .item {
    overflow: hidden;
    width: 200px !important;
    /*height: 200px;*/
    padding: 5px;
    position: relative;
    margin: 0 auto;
}
.images_gallery .item a {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.images_gallery .item img {
    box-shadow: 0 2px 3px #222;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    border: none;
    opacity: 1.0;
    transition: all 0.5s ease;
}
.images_gallery .item img:hover {
    opacity: 0.9;
}
.images_gallery .owl-controls {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.images_gallery .owl-controls .owl-prev,
.images_gallery .owl-controls .owl-next {
    position: absolute;
    background: none !important;
    border-radius: 0 !important;
    width: 50px;
    height: 50px;
    transition: all 1s ease-in-out;
}
.images_gallery .owl-controls .owl-prev:before,
.images_gallery .owl-controls .owl-next:before {
    font-family: FontAwesome;
    font-size: 48px;
    color: #fff;
    text-shadow: 0 0 2px #000;
}
.images_gallery .owl-controls .owl-prev {
    left: -100px;
}
.images_gallery .owl-controls .owl-prev:before {
    content: "\f053";
}
.images_gallery .owl-controls .owl-next {
    right: -100px;
}
.images_gallery .owl-controls .owl-next:before {
    content: "\f054";
}
.images_gallery:hover .owl-prev {
    left: 10px;
}
.images_gallery:hover .owl-next {
    right: 10px;
}
.images_gallery.owl-carousel .items-group {
    overflow: hidden;
    display: block;
    position: relative;
}
.images_gallery.owl-carousel .items-group:after,
.images_gallery.owl-carousel .items-group:before {
    display: block;
    content: '';
    position: relative;
    clear: both;
    height: 0;
}