/*
Primary:#515050
Secondary:#6e6b6c
Territory:#443c3f
*/




.custom-container,
.page.messages{
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}
.page.messages{
    padding: 0 15px;
}


/* #hero-showcase .owl-buttons div {
    opacity: 1;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
    font-size: 40px;
    top: 50%;
    margin-top: -23px; 
     display: none; 
}
#hero-showcase .owl-controls .owl-buttons .owl-prev{
    left: 15px;
}
#hero-showcase .owl-controls .owl-buttons .owl-next{
    right: 15px;
}

#hero-showcase .owl-buttons div:hover{
     background-color: #ffffff;
     color: #333;
}
 */

#hero-showcase .owl-pagination {
    bottom:12px;
    padding: 0;
    
    
}

#hero-showcase .owl-theme .owl-controls .owl-page span{
    width: 14px;
    height: 14px;
   background-color: #fff!important;
   border: 2px solid transparent;
}
#hero-showcase .owl-theme .owl-controls .owl-page:hover span,
#hero-showcase .owl-theme .owl-controls .owl-page.active span{
    background-color: #6e6b6c!important;
    border-color: #fff;

    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
}


#hero-showcase .item img{
   min-height: 150px;
   -o-object-fit: cover;
      object-fit: cover;
}



@media (max-width:767px) {




   #hero-showcase .owl-buttons{
    display: none;
} 
  #hero-showcase .owl-pagination{
      display: block;
  }
}



/* 
.img-hover{
    position: relative;
    overflow: hidden;
    display: block;
}
.img-hover:not(:last-child){
    display: block;
    margin-bottom: 15px;
}

@-webkit-keyframes shine {
     100% {
         left: 125%;
    }
}
 @keyframes shine {
     100% {
         left: 125%;
    }
}

.img-hover::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.img-hover:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
 */
.main.container{
    padding-bottom: 0;
}

.home-section{
    margin-bottom: 15px;
}


.home-user-block .row::before,
.home-user-block .row::after{
    display: none;
}

.home-user-block{
    margin-bottom: 0;
}


.home-user-block .row > *{
    margin-bottom: 15px;
}

.home-user-block__box{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fff), to(#e3e3e3));
    background: -o-linear-gradient(#fff 80%, #e3e3e3);
    background: linear-gradient(#fff 80%, #e3e3e3);
    border: 1px solid #bfbfbf;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    height: 100%;
    
}
.home-user-block__head{
    font-size: 22px;
    font-weight: normal;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.home-user-block p{
    margin-bottom: 15px;
}
.home-user-block a.action.primary{
    font-size: 16px;
    display: block;
    
    margin: 0 auto;
    font-weight: normal;
}
.home-user-block__icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-bottom: 5px;
}
.home-user-block__icon:last-child{
    margin-bottom: 0;
}

.home-user-block__icon .ess-icon{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
    max-width: 26px;
    opacity: 0.6;
}
.home-user-block__icon .label-icon{
   opacity: 0.6; 
}

@media (min-width:767px){
    .home-user-block .row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media (min-width:1025px){
    .main.container{
        padding-top: 20px;
    }
    .home-section{
        margin-bottom: 20px;
    }
    .home-user-block{
        margin-bottom: 5px;
    }
    .home-user-block__box{
        padding: 30px;
    }
    .home-user-block a.action.primary{
      max-width: 190px;  
    }
}