/* Put your custom styles here */
.itemimage {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.centeryoutube {
    display: block;
    margin: 0 auto;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

#header-2 .main-nav .nav .dropdown-menu {
    background: #153064;
}

#header-2 .main-nav .nav .dropdown-menu:before {
    border-bottom: 10px solid #153064;
}

img {
    image-rendering: -moz-crisp-edges;

    /* Firefox */
    image-rendering: -o-crisp-edges;

    /* Opera */
    image-rendering: -webkit-optimize-contrast;

    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;

    /* IE (non-standard property) */
}