.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.customNavigation {
    text-align: right;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 4px;
}

.customNavigation span {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    left: 15px;
}

.customNavigation a {
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    position: relative;
    left: -5px;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

#owl-demo .item {
   /*background-color: #f2f2f2;*/
    padding: 0 0;
    margin: 10px;
    color: #000;
    text-align: center;
    /*border: 1px solid #f2f2f2;*/
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s
}

.item-image {
    position: relative;
    padding: 0
}

.item-image img {
    min-height: 220px;
    max-height: 220px;
    width: 100%;
    margin: 0 auto
}

.item-image-title {
    position: relative;
    padding: 0 0 0px 0
}

.item-image-title h3 {
    font-size: 16px;
    font-weight: 600;
    color: #323232
}

.item:hover .item-overlay {
    display: block;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.item-overlay {
    position: absolute;
    top: 8%;
    left: 8%;
    padding: 80px 0;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    width: 84%;
    height: 84%;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s
}

.item-overlay .overlay-content {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 9999;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s
}

.overlay-content ul {
    list-style-type: none;
    text-align: center;
    z-index: 99999
}

.overlay-content ul li {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 8px 0
}

.overlay-content ul li a {
    color: #fff;
    padding: 5px 20px;
    display: inline-table
}

.overlay-content ul li a:hover {
    color: #fff;
    padding: 5px 20px;
    text-decoration: none
}