﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Raleway:ital,wght@0,100;0,400;0,500;0,800;0,900;1,100;1,400;1,500;1,700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Raleway', sans-serif;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


.navbar {
    /*min-height: 70px;*/
    margin-bottom: 0;
}
.navbar-header {
    /*height: 70px;*/
}
.navbar-toggle {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a:hover {
        /* padding-top: 24px;
        padding-bottom: 24px;*/
    }
}

.bg-transp {
    background: rgba(248, 249, 250, .5);
}


.navbar-nav > li > a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.4);
}

    .navbar-nav > li > a:hover {
        background-color: transparent;
    }

    .navbar-nav > li > a,
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus,
    .navbar-nav > li > a:active {
        background-color: transparent;
    }

.navbar-brand img {
    height: 40px;
}

.offer-bar {
    background-color: #ffffff;
    text-align: center;
    padding: 14px;
    border-bottom: #aaa 1px solid;
    color: #777777;
}

.bg-transp {
    background: rgba(248, 249, 250, .5);
}

.bg-light {
    background-color: #f8f9fa !important;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .bg-light .navbar-nav > li > a {
        color: #000;
        text-shadow: none;
    }

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}



.pill.btn {
    border-radius: 20px;
    padding: 6px 20px;
    margin-top: 18px;
    color: #fff !important;
    background-color: #d9534f !important;
}

.btn-pill {
    /*margin-top: 5px;*/
    border-radius: 20px;
    padding: 6px 16px;
    border-width: 2px;
}

.pill-xs.btn-pill {
    padding: 4px 10px;
    font-size: 12px;
}

#cartholder a {
    margin-top: 18px;
}



h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 500;
    font-family: Raleway,sans-serif;
    /*text-transform: uppercase;*/
    color: #333;
}

h1 {
    font-size: 4.5rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}


@media (min-width: 576px) {
    h1 {
        font-size: 5.5rem;
    }

    h2 {
        font-size: 4rem;
    }

    h3 {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 6rem;
    }
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 400;
}

hr {
    margin-top: 60px;
    margin-bottom: 60px;
    border: none;
    border-top: 1px solid #ebebeb;
}

.btn-danger {
    background-color: #fd0002;
}

.brd-top {
    border-top: 1px solid #aaa;
}

.body-heading p {
    /*margin-bottom: 60px;*/
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: 300;
    color: #b3b3b3;
}

.icon-circle {
    background: #A5EAF3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 25px;
}

footer {
    background-color: #2a2a2a;
    color: #aaa;
}

    footer a {
        color: #ddd;
    }

        footer a:hover {
            color: #fff;
            text-decoration: none;
        }

.logo-mobile {
    height: 40px;
    padding-top: 10px
}

.footer-logo {
    height: 30px;
}

/* Padding and Margins */
.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}


.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.bg-grey {
    background-color: #f5f5f5;
}

.bg-blue {
    background-color: #A5EAF3;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }


.media-box {
    position: relative;
    display: block;
}

    .media-box .text {
        position: absolute;
        z-index: 999;
        margin: 0;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        line-height: 80px;
    }

        .media-box .text h5 {
            color: #fff;
        }


/* Hero */
.hero {
    height: 500px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    padding-top: 160px;
    text-align: center;
}

.hero-home.hero {
    background: #000 url(/content/images/hero-home.jpg) no-repeat center;
    background-size: cover;
}

.hero-pages.hero {
    height: 240px;
    padding-top: 80px;
    background: #000 url(/content/images/hero-pages.jpg) no-repeat center;
    background-size: cover;
}

.hero-about.hero {
    height: 240px;
    padding-top: 80px;
    background: #000 url(/content/images/hero-home.jpg) no-repeat center;
    background-size: cover;
}

.hero-products.hero {
    height: 240px;
    padding-top: 80px;
    background: #000 url(/content/images/hero-products.jpg) no-repeat center;
    background-size: cover;
}

.hero-services.hero {
    height: 240px;
    padding-top: 80px;
    background: #000 url(/content/images/hero-services.jpg) no-repeat center;
    background-size: cover;
}

.hero-contacts.hero {
    height: 240px;
    padding-top: 80px;
    background: #000 url(/content/images/hero-home.jpg) no-repeat center;
    background-size: cover;
}



.hero h1 {
    color: #fff;
}

.hero p {
    font-size: 18px;
}

.hero .btn {
    background-color: rgba(253,0,0,.3);
    padding: 10px 38px;
    border: 3px solid #fd0002;
    border-radius: 40px;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
        height: 300px;
    }
}


.carousel-caption h3 a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}


/* Featurettes */
.service-pic-l, .service-text-l, .service-text-r, .service-pic-r {
    height: 320px;
    padding: 60px 4% 4% !important;
}

.service-pic-l {
    background-color: #333;
    text-align: center;
}

.service-text-l {
    background-color: #333;
    color: #fff;
}

.service-text-r {
    background-color: #A5EAF3;
    color: #fff;
}

    .service-text-l h3, .service-text-r h3 {
        color: #fff;
    }

    .service-text-l .btn, .service-text-r .btn {
        border-radius: 40px;
        padding: 8px 26px;
        min-width: 120px;
    }

.service-pic-r {
    background-color: #A5EAF3;
    text-align: center;
}

    .service-pic-l img, .service-pic-r img {
        max-height: 200px;
    }

    .service-pic-l img, .service-pic-r img {
        display: inline !important;
    }

.feature-store {
    background: rgb(239,238,234);
    background: linear-gradient(90deg, rgba(239,238,234,1) 0%, rgba(217,217,217,1) 70%, rgba(174,175,179,1) 100%);
    border-radius: 5px;
    padding: 30px;
}

    .feature-store h3 {
        margin-top: 0;
    }

    .feature-store p {
        font-size: 18px;
    }

    .feature-store .btn {
        border-radius: 40px;
        padding: 8px 26px;
        min-width: 120px;
        font-size: 18px;
    }



.map-responsive {
    overflow: hidden;
    padding-bottom: 360px;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.search-panel {
    width: 40%;
    display: inline-block;
    padding-top: 18px;
    margin-left: 16%;
}

@media (max-width: 768px) {
    .search-panel {
        width: 38%;
        margin-left: 8%;
    }

    .navbar-brand img {
        height: 34px;
    }
}

#btnSearch {
    border: 1px solid #bbb !important;
    border-left: 0;
    border-radius: 0 40px 40px 0 !important;
}

#searchTerm {
    border-radius: 40px 0 0 40px !important;
    border: 1px solid #bbb !important;
}