﻿section {
    /*padding-top: 1rem;*/
    padding-bottom: 1rem;
    /* background-color: #f1f4fa; */
}

.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.card-footer p {
    color: #404e67;
    font-size: 12px;
}

.slide {
    color: #00aef0;
}

.ico-wrap {
    margin-top: 20px;
}

.mbr-iconfont {
    font-size: 3rem !important;
    color: #404e67;
    /*margin: 1rem;
    padding-right: 1rem;*/
}

.vcenter {
    margin-left: 10px;
}

.mbr-section-title3 {
    text-align: left;
}

.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1rem;
}

.mbr-bold {
    font-weight: 700;
}

.basic-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.image-hover {
    background: -webkit-linear-gradient(45deg, #ff89e9 0, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0, #05abe0 100%);
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .image-hover .overlay {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        padding: 40px;
        text-align: left;
    }

        .image-hover .overlay::before {
            content: '';
            -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
            position: absolute;
            top: 20px;
            right: 20px;
            bottom: 20px;
            left: 20px;
            border: 1px solid #fff;
            opacity: 0;
            transition: opacity .35s, transform .45s;
            -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
        }

    .image-hover img {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        max-width: none;
        width: calc(108%);
        transition: opacity .35s, transform .45s;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

    .image-hover h3 {
        padding: 15% 0 10px;
        color: #fff;
        position: relative;
        font-size: 17px;
        -webkit-text-stroke: 0.2px #000000;
    }


    .image-hover .btn-hover {
        display: inline-block;
        color: #fff;
        opacity: 0;
        margin: 0;
        padding: 0;
        border: none;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity .35s, transform .45s;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    .image-hover:hover img {
        opacity: .6;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .image-hover:hover .overlay::before {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .image-hover:hover .btn-hover {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }


@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/*::-webkit-scrollbar-thumb {
    background: #337AB7;
    border-radius: 8px;
}


    ::-webkit-scrollbar-thumb:hover {
        background: #346B91;
    }*/





/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #337AB7;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
}

div.gallery {
    border: 1px solid rgba(1, 1, 1, 0.00);
    border-color: #ddd;
    border-radius: 4px;
    text-align: center;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: auto;
        transition: all 1s;
    }

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 4px 6px;
    float: left;
    width: 33%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

div.gallery img:hover {
    transform: scale(1.1)
}
