@import "button.css";
@import "spacing.css";
@import "responsive.css";
.scroll-top {
    position: fixed;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    right: 30px;
    font-size: 20px;
    background-color: #18191B;
    color: #fff;
    transition: all 0.55s ease;
    z-index: 9999;
}
.scroll-top-hidden {
    opacity: 0;
    bottom: 90px;
}
.scroll-top-visible {
    opacity: 1 !important;
    bottom: 30px;
}


.owl-theme .owl-dots .owl-dot span{
    width: 16px;
    height: 16px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #666;
}
.owl-carousel{
    z-index: 0;
}

.inline-center{
    display: inline-block;
    text-align: center;
    width: 100%;
}

.row-no-padding .row{
    margin-left: 0;
    margin-right: 0;
}
.row-no-padding .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
#wpadminbar{
    z-index: 1200 !Important;
}

.classic, .classic2 {
    font-family: 'Caveat';
    font-weight: normal !important;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0 0 15px;
    transform: rotate(-3deg) !important;
    -moz-transform: rotate(-3deg) !important;
    -webkit-transform: rotate(-3deg) !important;
    opacity: .8;
    font-weight: normal;
}
.counter-font{
    font-family: 'Roboto Mono';
    font-size: 68px;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bxslider li a{
    position: relative;
    display: block;
}
.bxslider li a h3,
.bxslider li a h2{
    /*position:*/ 
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;

    z-index: 100000000;

    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

