.cont-feature .btn-primary {
border-radius: 0px !important;
}
.cont-feature .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.cont-feature .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.cont-feature:hover .image {
    opacity: 0.3;
}

.cont-feature:hover .middle {
    opacity: 1;
}

.nav-bar.pos-abs {
    position: relative;
}

.logo.logo-pages a img {
    width: 100%;
    padding-left: 16.66666666%;
}

.divisor-home {
    padding: 15px;
    background: #006fba;
    border-bottom: 6px solid #21a5ff;
    margin-bottom: 25px;
}

.divisor-home ul {
    padding:0px;
    margin:0px;
    list-style:none;
}

.divisor-home ul li {
    display: inline;
    padding: 0px 20px;
}

.divisor-home ul li a {
    color: #fff;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: bold;

    padding: 2px 10px;
    display: inline-block;

    text-decoration: none;
}

.featured-main-block {
    padding-bottom: 80px;
}

.featured-main-block h2 {
    text-transform: uppercase;
}

.featured-main-block-two {
    padding-top: 0;
}

.featured-main-block-two h3 {
    text-transform: uppercase;
}

@media only screen and (max-width: 1386px) {
    .info-list li a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1148px) {
    #cssmenu ul li a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 992px) {
    #custom-slider {
        margin-top: 0em;
    }
}

@media only screen and (max-width: 991px) {
    .logo.logo-pages a img {
        width: 70%;
        padding-left: 0%;
    }

    #cssmenu ul {
        width: 100%;
    }

    #cssmenu ul li {
        width: 25%;
    }

    #cssmenu ul li a {
        font-size: 1.05em;
        font-weight: bold;
    }
}