/* --------------------- Global Styling ---------------------- */
body {
    overflow-x: hidden;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.75;
}

a {
  color: #6ec1e4;
  text-decoration: none;
}

a:hover {
  color: #696969;
  text-decoration: none;
}

/* Main Blue Color */
.text-blue {
  color: #6ec1e4 !important;
}

/* Main Dark Color */
.text-custom-dark {
    color: #212529 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn-primary {
    background-color: #212529;
    border: 2px solid #6ec1e4;
    border-radius: 7px;
}

.btn-outline-primary {
    border-color: #6ec1e4;
    color: #6ec1e4;
    font-weight: 400;
    /*border-radius: 7px;*/
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #6ec1e4 !important;
    border: 2px solid #fff !important;
    box-shadow: none;
    color: white;
}

.btn-primary:active, .btn-primary:focus {
    border: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

/* Book Meeting Button Row */
/*.book-meeting-row {
    margin-top: 25px;
}*/

/* -------------------------- Navbar -------------------------- */
/* Mobile Version */
#mainNav {
    background-color: #fff;
}

/* Main Links */
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 95%;
    font-weight: 500;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: #373a48;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* Hover - Main Links */
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #3a9cdf;
}

/* BluRack Logo -- Mobile */
#navbarLogo {
    width: 154px;
    height: 48px;
}

/* Collapse Menu Button */
#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: #6ec1e4;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Media Queries -- LG Screens */
@media (min-width: 992px) {
    #mainNav {
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: #fff;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }
/* On Scroll */
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #fff;
    }
    #navbarLogo {
        width: 205px;
        height: 64px;
    }
}

/* ---------------------- Section ----------------------- */
section {
    padding: 90px 0;
}

section h2.section-heading {
    font-size: 45px;
    margin-top: 0;
    font-style: italic;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    section {
    padding: 40px 0;
    }


    section h1.section-heading {
    font-size: 65px;
    margin-top: 0;
    font-style: italic;
    margin-bottom: 100px;
    }

}

/* ------------------------- Home Page ----------------------------- */

/* Header */
header.masthead {
    text-align: center;
    color: white;
    background: linear-gradient(rgba(33, 37, 41, 0.5),rgba(33, 37, 41, 0.5)), url('../images/alcohol-architecture.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
    font-size: 22px;
    /*font-style: italic;*/
    line-height: 22px;
    margin-bottom: 25px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    
}

header.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    /*font-style: italic;*/
    line-height: 50px;
    margin-bottom: 25px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    header.masthead .intro-text .intro-lead-in {
        font-size: 40px;
        /*font-style: italic;*/
        line-height: 40px;
        margin-bottom: 25px;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        
    }
    header.masthead .intro-text .intro-heading {
        font-size: 55px;
        font-weight: 500;
        line-height: 75px;
        margin-bottom: 50px;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
}

/* --- Options Section --- */
section.services-options {
    background-color: #ffffff;
}

.service-heading {
    margin: 10px 0;
    text-transform: none;
    color: #212529;
}

section h2.options-heading {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 50px;
    font-style: italic;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section .options-div {
    border: 9px solid #ffffff;
    padding: 55px 0 65px 0;
    background-color: #ffffff;
}
/* Modal */
.modal-backdrop {
    background: #212529;
    opacity: 0.97 !important;
}

.modal-body {
    margin-top: 0;
    background: #6ec1e4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6ec1e4, #65C7F7, #9CECFB);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6ec1e4, #65C7F7, #9CECFB);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.modal .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.modal-body hr {
    margin: 1.5rem 0;
    color: #6ec1e4;
}


.modal .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.modal .card-price {
    font-size: 2rem;
    margin: 0;
}

.modal .card-price .period {
    font-size: 0.8rem;
}

.modal ul li {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .card-col {
        margin-bottom: 12px;
    }
}

/* --- Giving Back Section -- */
.giving-back-section {
    padding: 10rem 0;
}

.giving-back-section .featured-text {
    padding: 2rem;
}

@media (min-width: 992px) {
    .giving-back-section .featured-text {
        padding: 0 0 0 2rem;
        border-left: 0.5rem solid #6ec1e4;
    }
}

.giving-back-section .giving-back-text {
    padding: 3rem;
    font-size: 100%;
    color: #f8f9fa;
}

.giving-back-section .giving-back-div {
    background-color: #212529;
}

@media (min-width: 992px) {
    .giving-back-section .giving-back-text {
        padding: 5rem;
    }
    .giving-back-section .giving-back-text hr {
        border-color: #6ec1e4;
        border-width: .25rem;
        width: 30%;
    }
}

/* ------------------------------- Brands Page -------------------------- */

/* Header  Image */
header.brands {
    text-align: center;
    height: 300px;
    color: white;
    background: linear-gradient(rgba(33, 37, 41, .50),rgba(33, 37, 41, .50)), url('../images/empty_bar.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Main Section */
section.brands-section {
    background-color: #fefefe;
}

/* Brands Header Mobile Version */
section.brands-section h1 {
    font-size: 55px;
    margin-top: 0;
    font-style: italic;
    margin-bottom: 50px;
}

/* Category Filter Div */
.product-cat-filter-links {
    margin-bottom: 35px;
}

/* Category Filter Links */
.product-cat-filter-links a {
    margin-right: 10px;
}

.product-cat-filter-links a:active {
    background_color: red;
}

/* Main Product Image Display */
.product-image {
    width:auto;
    height: 275px;
}

/* Product Columns Mobile */
.products-desc-col {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    header.brands {
        height: 375px;
   }
.brands-section #products {
    margin-bottom:40px;
    margin-left:170px;
	font-size:30px;
}
    section.brands-section h1 {
        font-size: 65px;
        margin-top: 0;
        font-style: italic;
        margin-bottom: 50px;
    }
   .products-desc-col {
        margin-bottom: 70px;
    }
}

/* -------------------------------- Product Page -------------------------- */
/* Header  Image */
header.product-page {
    text-align: center;
    height: 115px;
    background-color: #212529;
}

/* Main Section */
section.product-page {
    background-color: #fefefe;
}

/* Main Image Display*/
img#product-img-view {
    max-width: 100%;
    height: 400px;
}

/* Gallery Images */
ul.gallery li {
    display: inline-block;
    margin: 25px;
    list-style: none;
}

img.product-gallery {
    max-width: 90px;
    max-height: 100px;
}

img.cpi {
    width: 100px;
}

/* ------------------------ Contact Page --------------------------------- */
section#contact {
    background-color: #212529;
    background: linear-gradient(rgba(33, 37, 41, .65),rgba(33, 37, 41, .65)), url('../images/miami.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

/* Mobile View */
section#contact .section-heading {
    margin-top: 75px;
    color: #fff;
    font-style: italic;
}

/* Book Meeting Button Div */
#bookMeeting {
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-top: 10px;
    margin-bottom: 20px;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 248px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 18- */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 19+ */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Large Screens */
@media (min-width: 992px) {
    section#contact .section-heading {
        margin-top: 100px;
        margin-bottom: 45px;
        color: #fff;
        font-style: italic;
    }

    #bookMeeting {
        margin: 0;
    }
}

/* Google Maps */
.map {
    height: 30rem;
}

@media (max-width: 992px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* ---------------------------- Checkout Page ---------------------- */
/* Header  Image */
header.checkout-page {
    text-align: center;
    height: 115px;
    background-color: #fff;
}

#checkout-product-img {
  max-width: 90px;
  max-height: 100px;
}

/* ---------------------- Messages Display ------------------------ */
.messages-container {
    margin-top: 25px;
}

.required-asterik {
    color: #6ec1e4;
    font-size: 22px;
}

/* ------------------------ Footer --------------------------------- */
#myFooter {
    background-color: #373a48;
    color: white;
    padding-top: 30px;
}

#myFooter .footer-copyright {
    background-color: #212529;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter .our-office {
    font-size: 12px;
}

#myFooter a:hover, #myFooter a:focus {
    text-decoration: none;
    color: #6ec1e4;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .instagram:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .linkedin:hover {
    color: #00aced;
}

#myFooter .btn {
    color: white;
    background-color: transparent;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}

/*Single Brand Page*/

/* ------------------------------- Brands Page -------------------------- */

/* Header  Image */
header.singlebrand {
    text-align: center;
    height: 300px;
    color: white;
    background: linear-gradient(rgba(33, 37, 41, .50),rgba(33, 37, 41, .50)), url('../images/empty_bar.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Main Section */
section.singlebrand-section {
    background-color: #fefefe;
}

/* Brands Header Mobile Version */
section.singlebrand-section h1 {
    font-size: 55px;
    margin-top: 0;
    font-style: italic;
    margin-bottom: 50px;
}

/* Category Filter Div */
.product-cat-filter-links {
    margin-bottom: 35px;
}shop

/* Category Filter Links */
.product-cat-filter-links a {
    margin-right: 10px;
}

.product-cat-filter-links a:active {
    background_color: red;
}

/* Main Product Image Display */
.product-image {
    max-width: 100%;
    height: 275px;
    margin-top:35px;
}

/* Product Columns Mobile */
.products-desc-col {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    header.singlebrand {
        height: 375px;
   }
    section.singlebrand-section h1 {
        font-size: 65px;
        margin-top: 0;
        font-style: italic;
        margin-bottom: 15px;
    }
    .test{
        font-size: 25px;
        margin-top: 0;
        font-style: italic;
        margin-bottom: 25px;
        text-align:center;
    }
   .products-desc-col {
        margin-bottom: 70px;
    }
    .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
}
}
@media (max-width: 992px) {
    .map {
        height: 75%;
    }
}