/* Home 1 */
.home-page-1 .owl-nav > div {
    margin: 0;
    width: 24px;
}

.home-page-1 .owl-nav > div.owl-next {
    border-left: none;
}

.home-page-1 .owl-nav > div.owl-prev {
    border-right: none;
}

.home-page-1 .title-home-page {
    font-size: 150%;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home-page-1 .sm-searchbox-popular {
    display: table;
    font-size: 108.33%;
    padding: 15px 0;
    width: 100%;
}

.home-page-1 .sm-searchbox-popular .sm-searchbox-popular-title {
    color: #444;
    font-weight: normal;
    vertical-align: top;
    white-space: nowrap;
}

.home-page-1 .image-slider-home {
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 600px;
}

.home-page-1 .image-slider-home img {
    width: 100%;
}

.home-page-1 .image-slider-home .owl-controls .owl-nav{
    opacity: 0;
    transition: .2s;
    -webkit-transition: .2s;
}

.home-page-1 .image-slider-home:hover .owl-controls .owl-nav{
    opacity: 1;
}

.home-page-1 .image-slider-home .owl-controls .owl-nav div {
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    width: 32px;
}

.home-page-1 .image-slider-home .owl-controls .owl-nav div:hover {
    opacity: 1;
}

.home-page-1 .image-slider-home .owl-controls .owl-nav .owl-next {
    right: 0;
}

.home-page-1 .image-slider-home .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.home-page-1 .image-slider-home .owl-controls .owl-dots {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
}

.home-page-1 .static-image-1 {
    float: right;
    margin-bottom: 20px;
}

.home-page-1 .static-image-1 li:not(:last-child) {
    margin-bottom: 10px;
}

.home-page-1 .services-home {
    clear: both;
}

.home-page-1 .services-home .banner-policy {
    border: 1px solid #eee;
    clear: both;
    display: inline-block;
    font-size: 116.6%;
    text-transform: uppercase;
    width: 100%;
}

.home-page-1 .services-home .banner-policy .inner {
    display: table;
    padding: 33px 0;
    width: 100%;
}

.home-page-1 .services-home .banner-policy .inner .policy {
    border-right: 1px solid #eee;
    float: left;
    line-height: 19px;
    padding: 7px 35px;
    width: 33.3333%;
}

.home-page-1 .services-home .banner-policy .inner .policy:last-child {
    border-right: medium none;
}

.home-page-1 .services-home .banner-policy .inner .policy a {
    display: table;
    width: 100%;
}

.home-page-1 .services-home .banner-policy .inner .policy a em {
    display: table-cell;
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.home-page-1 .services-home .banner-policy .inner .policy a span {
    display: table-cell;
    padding-left: 35px;
    vertical-align: middle;
    width: 100%;
}

.home-page-1 .services-home {
    margin-bottom: 20px;
}

.home-page-1 .static-image-2 .image-top {
    display: block;
    margin-bottom: 30px;
}

.home-page-1 .home-collection .owl-nav {
    position: absolute;
    right: 0;
    top: -42px;
}

.home-page-1 .sm-categories .title-home-page {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    text-align: center;
}

.home-page-1 .sm-categories .title-home-page span {
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 6px;
}

.home-page-1 .static-image-2 .static-image {
    margin-bottom: 30px;
}

.home-page-1 .home-collection {
    margin-bottom: 30px;
}

/* End home 1 */