﻿.cta-100 {
    margin-top: 0px;
    /*padding-left: 8%;*/
    padding-top: 5%;
}

.col-md-4 {
    padding-bottom: 20px;
}

.white {
    color: #fff !important;
}

.mt {
    float: left;
    margin-top: -20px;
    padding-top: 20px;
}

.bg-blue-ui {
    background-color: #708198 !important;
}

figure img {
    width: 300px;
}

#blogCarousel {
    /*padding-bottom: 100px;*/
}

.blog .carousel-indicators {
    left: 0;
    top: -20px;
    height: 20px;
}


    /* The colour of the indicators */

    .blog .carousel-indicators li {
        background: #708198;
        border-radius: 50%;
        width: 20px;
        height: 0px;
    }

    .blog .carousel-indicators .active {
        background: #767171 !important;
    }




.item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
}

.item-box-blog {
    border: 1px solid #dadada;
    text-align: justify;
    z-index: 4;
    padding: 20px;
}

.item-box-blog-image {
    position: relative;
}

    .item-box-blog-image figure img {
        width: 100%;
        height: 160px;
    }

.item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -20px;
    right: 8px;
    background-color: #41cb52;
}

    .item-box-blog-date span {
        color: #fff;
        display: block;
        text-align: justify;
        line-height: 1.2;
    }

        .item-box-blog-date span.mon {
            font-size: 18px;
        }

        .item-box-blog-date span.day {
            font-size: 16px;
        }

.item-box-blog-body {
    padding: 10px;
}

.item-heading-blog a h5 {
    margin: 0;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
}

.item-box-blog-heading {
    min-height: 100px;
}

    .item-box-blog-heading h5 {
        height: 100px;
        overflow: hidden;
    }

    .item-box-blog-heading a {
        text-decoration: none;
    }

.item-box-blog-data p {
    font-size: 13px;
}

    .item-box-blog-data p i {
        font-size: 12px;
    }

.item-box-blog-text {
    max-height: 100px;
    overflow: hidden;
}

.mt-10 {
    float: left;
    margin-top: -10px;
    padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
}

    .btn.bg-blue-ui.white.read:hover {
        box-shadow: 0px 5px 15px inset #4d5f77;
    }

.item {
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
}

    .item img {
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease;
    }

        .item img:hover {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

.img-thumbnail {
    border: 0px;
    border-radius: 0px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%767171' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%767171' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}
