﻿.instafeed.grid-gallery {
    overflow: hidden;
}

    .instafeed.grid-gallery li {
        width: 25%;
        display: inline-block;
        float: left;
        padding: 8px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        opacity: 1;
    }

        .instafeed.grid-gallery li:hover {
            opacity: .9;
        }

    .instafeed.grid-gallery.gapless li {
        padding: 0;
        width: 16.66667%;
    }

        .instafeed.grid-gallery.gapless li img {
            width: 100%;
            max-width: none !important;
        }

@media all and (max-width: 990px) {
    .instafeed.grid-gallery li {
        width: 33.333333%;
    }
}

.fade-on-hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
}

    .fade-on-hover:hover {
        opacity: 1;
    }


input[type="submit"], button[type="submit"] {
    border: 2px solid #50070E;
    background: #50070E;
}

.maroon {
    color: #50070E;
}

.custom-btn {
    background: #50070E !important;
    color: #FFF !important;
}

    .custom-btn:hover {
        background: #8B7547 !important;
    }

#BackToTop {
    width: 50px !important;
    padding-left: 10px;
    padding-right: 8px;
    min-width: 0;
}

.colorized-grey {
    color: #191919 !important;
    font-weight: 1000 !important;
}

nav.nav-centered .logo {
    max-height: 200px !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.more-reviews a {
}

.video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 16px !important;
        line-height: 40px;
        font-weight: 300;
    }
}


.status-histo {
    margin-bottom: 0!important;
    font-style: italic;
}

.actions-histo {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: bold;
}
