﻿/* Generic */
@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .collapsed-only {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .tablet-only {
        display: none !important;
    }
}

/* Medium devices (desktops, 992px and less) */
@media (max-width: 992px) {
body{
color:black;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgb(255,255,255) 0%, rgb(124,155,23) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(124,155,23))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgb(255,255,255) 0%,rgb(124,155,23) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgb(255,255,255) 0%,rgb(124,155,23) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgb(255,255,255) 0%,rgb(124,155,23) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgb(255,255,255) 0%,rgb(124,155,23) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#294294',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}

 .md-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .md-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .md-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .md-margin-bottom-60 {
        margin-bottom: 60px;
    }

    .photos li {
        width: 167px;
        height: 167px;
    }
}

/* Small devices (tablets, 768px and less) */
@media (max-width: 768px) {

    .mb-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .mb-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .mb-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .mb-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .mb-margin-bottom-60 {
        margin-bottom: 60px;
    }

    .service .desc h4 {
        font-size: 18px;
        line-height: 21px;
    }

    .photos li {
        width: 71px;
        height: 71px;
    }
}

/* iPhones and iPods */
@media (max-width: 767px) {

    .breadcrumbs .breadcrumb {
        padding: 0;
        margin-bottom: 8px;
    }

        .breadcrumbs .breadcrumb > li {
            display: block;
        }

            .breadcrumbs .breadcrumb > li + li:before {
                display: block;
                content: "";
            }

    .header .btn-default {
        font-size: 0.9em;
    }

    .summary .container,
    .confirm .container {
        padding: 0;
    }

    .summary,
    .confirm {
        padding: 15px;
    }

    .home-carousel .item img {
        margin-top: 0 !important;
    }

    .item .price-content {
        font-size: 4em;
        margin: 0 0 0 0;
    }
    .item .price {
        margin: 0 0 0 5px;
    }

    .home-carousel .owl-controls {
        text-align: center !important;
        margin-bottom: 0 !important;
        margin-top: 20px !important;
    }

        .home-carousel .owl-controls .owl-page span {
            width: 12px !important;
            height: 12px !important;
        }

    .pricing-head {
        display: none !important;
    }

    .carousel-prints-page {
        display: none !important;
    }

}
@media (max-width: 480px) {
    h2 {
        font-size: 1.5em;
    }
}