@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
    -webkit-font-smoothing: subpixel-antialiased;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Roboto', sans-serif, Helvetica, Arial;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    background-color: #f0f0f0;
}

.jumbotron {
    background-color:transparent !important;
}

.bg-faded {
    background-color: #deeaff;
}

.wait-forload-image {
    opacity: 0;
}

.active {
    font-weight: 800;
}


.breadcrumb {
    background-color: #f5f5f5 !important;
    margin: 0px !important;
    padding: 0px !important;
}

.dropdown-item {
    font-size: 0.8em;
    padding: 0px 10px;
}


.card {
    border-radius: 0;
    border: 0;
    background: #FFF none repeat scroll 0% 0%;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: all 200ms ease-out 0s;
    margin-bottom: 1.5em;
}

.card-social {
    text-align: right;
    color: #0275d8;
}

.grid-item img {
    max-width: 100%;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0px;
    border-radius: 0;
}

.card-text {
    line-height: 1.2;
    font-size: 1em;
}

.grid-item {
    width: 150px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    color: black;

}

.grid-item:hover, .grid-item:focus {
    box-shadow: 0px 0px 6px 1px rgba(132, 168, 198, 0.5);
}

.grid-item > .card-block {
    padding: 0.5em !important;
    display: block;
    width: 100%;
}

.grid-image-area {
    position: relative;
}

.grid-image-area > .title-overlay {
    position: absolute;
    top: 0px;
    background-color: white;
    opacity: 0.8;
    z-index: 10;
    height: 25px;
    width: 100%;
    padding: 5px;
}

.grid-image-area > .image-sub-overlay {
    bottom: 0px;
    position: absolute;
    background-color: white;
    opacity: 0.8;
    z-index: 10;
    height: 20px;
    width: 100%;
    padding: 5px;
}

.grid-image-area > .image-sub-overlay > .image-sub-overlay-label {
    opacity: 1;
    text-align: right;
    font-size: 0.7em;
    z-index: 11;
}

.grid-image-area > .title-overlay > .title {
    opacity: 1;
    font-size: 1em;
    z-index: 11;
}

.grid-item > .card-block > .card-title {
    font-size: 1.15em;
    padding: 10px;
    z-index: 20;
}

.grid-item > .card-block > .card-text {
    line-height: 1;
    font-weight: 200;
    font-size: 1em;
}

.item-price-area {
    text-align: right;
}

.item-price-area-large {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.item-price-area-small {
    font-size: 1em;
}

.item-price-area > .item-price-old {
    opacity: 0.5;
}

.item-price-area > .item-price-sale {
    font-weight: 600;
    color: #8b211e;
}

.lower-banner {
    width: 100%;
    margin-bottom: 100px;
    z-index: 10;
}

ul.item-bullets {
    list-style: none;
}

.item-bullets li {
    margin-bottom: 5px;
}

#item-slideshow img {
    max-width: 100px;
    max-height: 200px;

}

#item-slideshow img:hover {
    box-shadow: 0px 0px 6px 1px rgba(132, 168, 198, 0.8);
    border: black solid 1px;
}

#item-main-image {
    max-height: 500px;
    max-width: 100%;
}

.fa-pinterest-square {
    color: #bd081c;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-twitter-square {
    color: #55acee;
}

#search-box {
    margin-bottom: 50px;
    z-index: 20;
}

.search-result {
    width: 100%;
}

.search-result img {
    max-height: 50px;
    max-width: 50px;
    margin-left: auto;
    margin-right: auto;
}
