body{
    background: #EEEFF1;
}

.paginate{
    margin-top: 15px;
    text-align: right;
}

.owl-stage-outer{
    padding: 20px 10px;
}
.owl-stage{
    /*padding: 20px 5px;*/
    /*padding: 0px 10px;*/
}
.owl-stage > div.owl-item {
    margin: 0px 15px !important;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6{
    margin-top: 0px !important;
}

.owl-stage > div.owl-item > div a h4.title {
    padding:20px 0px !important;
    color:#333;
    font-weight: bold;
}

.owl-stage > div:hover{
    box-shadow: 0px 0px 10px 5px #d8d8d8;
    transition: all 0.4s;
}
.owl-stage > div:hover h4{
    color:#09348b !important;
}
.owl-carousel .owl-stage-outer {
    overflow: unset !important;
}

* + .offset-md{
    margin-top: 60px;
}
* .product-item:hover{
    background-color:#09348B;
    color: #fff;
}
* .product-item:hover h4{
    color: #fff !important;
}

.footer-full{
    background-color: #09348B;
}
.footer-center{
    height:340px;
    padding-top: 20px;
}
.footer-center > div {}
.footer-center > div h5 {
    font-size: 22px;
    color:#fff;
    /*border-bottom:1px solid #4967A6;*/
    padding:20px 0px;
}
.footer-center > div ul{

}
.footer-center > div ul li{
    height:40px;
    line-height:40px;
    background: url("../images/dot.png") left center no-repeat;
    padding-left: 15px;
}
.footer-center > div ul li a{
    color: #fff;
    font-size:16px;
    display: block;
}


