/*!
 * Project: Monitor Audio - 2024
 * Author: Geoff Meads - https://www.prestoav.com
 */

 /* Fonts */
 @font-face {
    font-family: 'Graphik Web Medium';
    src: url('../fonts/Graphik-Medium-Web.woff2') format('woff2'),
         url('../fonts/Graphik-Medium-Web.woff') format('woff');
    font-weight:  500;
    font-style:   normal;
    font-stretch: normal;
  }
 
  @font-face {
    font-family: 'Graphik Web Regular';
    src: url('../fonts/Graphik-Regular-Web.woff2') format('woff2'),
         url('../fonts/Graphik-Regular-Web.woff') format('woff');
    font-weight:  400;
    font-style:   normal;
    font-stretch: normal;
  }
  
  @font-face {
    font-family: 'Graphik Web Light Italic';
    src: url('../fonts/Graphik-LightItalic-Web.woff2') format('woff2'),
         url('../fonts/Graphik-LightItalic-Web.woff') format('woff');
    font-weight:  300;
    font-style:   italic;
    font-stretch: normal;
  }
  
  @font-face {
    font-family: 'Graphik Web Light';
    src: url('../fonts/Graphik-Light-Web.woff2') format('woff2'),
         url('../fonts/Graphik-Light-Web.woff') format('woff');
    font-weight:  300;
    font-style:   normal;
    font-stretch: normal;
  }
  
  @font-face {
    font-family: 'Graphik Web Extra Light';
    src: url('../fonts/Graphik-Extralight-Web.woff2') format('woff2'),
         url('../fonts/Graphik-Extralight-Web.woff') format('woff');
    font-weight:  200;
    font-style:   normal;
    font-stretch: normal;
  }

  /* NOTES: Font useage defined in site.css */

/* Buttons */

.badge {
    display: inline-block;
    padding: .7em 1em;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    background-color: transparent;
	color:  #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    border:1px solid #000;
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    cursor: pointer
}

.badge-pill {
    padding-right: 1.3em;
    padding-left: 1.3em;
}

.badge-default {
	background-color: transparent;
}

.badge-default[href]:focus,
.badge-default[href]:hover {
    background-color: #000;
    color:#fff;
}

.badge-primary {
    background-color: transparent;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    background-color: #000;
    color:#fff;
}

.badge-success {
    background-color: #5cb85c
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    background-color: #449d44
}

.badge-info {
    background-color: #5bc0de
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    background-color: #31b0d5
}

.badge-warning {
    background-color: #f0ad4e
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    background-color: #ec971f
}

.badge-danger {
    background-color: #d9534f
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    background-color: #c9302c
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

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

@media (max-width:1199px) {
    .nav-item.expanded>.mega-menu {
        display: block
    }
}

/* @media (min-width:768px) { */

@media (min-width:1200px) {
    .nav-item:focus>.mega-menu,
    .nav-item:hover>.mega-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

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

@media (max-width:1199px) {
    .mega-menu {
        display: none
    }
}

/* @media (min-width:768px) { */

@media (min-width:1200px) {
    .mega-menu {
        position: absolute;
        right: 5vw;
        z-index: 1080;
        width: 100vw;
        max-width: 690px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
        background: #c1c0c0;
        display: none
    }
}

/* @media (min-width:1200px) { */
@media (min-width:1200px) {
    .mega-menu {
        max-width: 870px
    }
}

@media (min-width:1440px) {
    .mega-menu {
        right: 135px
    }
}

/* @media (min-width:768px) { */

@media (min-width:1200px) {
    .mega-menu:hover>.mega-menu-link:after {
        opacity: 1
    }
    .mega-menu:hover>.mega-menu-link:hover:after {
        opacity: 0
    }
}

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

@media (max-width:1199px) {
    .mega-menu-link {
        display: block;
        padding-left: 1.5em;
        text-transform: capitalize;
        background: none!important;
        font-size: 1rem;
        color: #fff
    }
    .mega-menu-link:hover {
        color: #999
    }
}

/* @media (min-width:768px) { */

@media (min-width:1200px) {
    .mega-menu-link {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        height: 100vw;
        max-height: 235px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff
    }
    .mega-menu-link:focus,
    .mega-menu-link:hover {
        text-decoration: none
    }
    .mega-menu-link:nth-child(4n) {
        border-right: 0
    }
    .mega-menu-link:nth-child(n+5) {
        border-bottom: 0
    }
    .mega-menu-link:after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .6);
        opacity: 0;
        transition: opacity .5s ease-in-out
    }
}

/* @media (min-width:768px) { */

@media (min-width:1200px) {
    .mega-menu-caption {
        position: relative;
        z-index: 3;
        width: 100%;
        text-align: center;
        background: #312e2e;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 2;
        text-transform: uppercase;
        color: #fff
    }
}

/* @media screen and (max-width:900px) { */
@media screen and (max-width:768px) {
    .footer-body {
        font-size: .75em
    }
}

.footer-body .row {
    margin-right: -10px;
    margin-left: -10px
}

.footer-body .row>[class*=col] {
    padding-right: 10px;
    padding-left: 10px
}

.footer-nav {
    padding: 0;
    margin: 0;
    list-style: none
}

button.badge {
    cursor: pointer;
    // border: 0
}

.badge-default[href]:focus,
.badge-default[href]:hover,
button.badge-default:focus,
button.badge-default:hover {
    background-color: #000;
    border-color:#000;
}

button.badge-default:hover {
    color: #fff;
}

@supports (-moz-appearance:meterbar) {
    button.badge {
        padding-top: calc(.5em + 2px);
        padding-bottom: calc(.5em - 2px)
    }
}

.badge-small {
    font-size: .875rem
}

.badge-white {
    background-color: hsla(0, 0%, 100%, .5)
}

.badge-solid-white,
.badge-white[href]:focus,
.badge-white[href]:hover {
    background-color: #fff;
    color: #312e2e
}

.badge-solid-white:focus,
.badge-solid-white:hover {
    background-color: hsla(0, 0%, 100%, .5)
}

.badge-hollow {
    background-color: transparent;
    border: 1px solid transparent;
    color: #999
}

.badge-hollow:focus,
.badge-hollow:hover {
    border-color: #999
}

.jumbotron {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50vw;
    min-height: 300px;
    max-height: 600px;
    padding: 2vw 5vw 0;
    margin-bottom: 0;
    background-size: cover;
    border-radius: 0;
    color: #fff
}

@media (min-width:768px) {
    .jumbotron {
        padding: 1.3vw 5vw 3.39vw
    }
}

@media (min-width:1440px) {
    .jumbotron {
        padding: 50px 135px;
    }
}

.jumbotron.jumbotron--grey {
    color: #666
}

.jumbotron.jumbotron--black {
    color: #000
}

.jumbotron.jumbotron-skinny {
    height: 40vw;
    min-height: 400px;
    max-height: 664px
}

@media (min-width:768px) {
    .jumbotron.jumbotron-skinny {
        padding: 1.3vw 5vw
    }
}

@media (min-width:1440px) {
    .jumbotron.jumbotron-skinny {
        padding: 34px 0px
    }
}

.jumbotron.jumbotron-slim {
    height: 30vw;
    max-height: 600px
}

.jumbotron-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jumbotronTitle {
    padding:0px 5px;
    max-width:40%;
}

@media (max-width:1199px) {
    .jumbotronTitle {
        max-width:60%;
    }
}

@media (max-width:991px) {
    .jumbotronTitle {
        max-width:100%;
    }
}

.jumbotronTitle h2 {
    margin:30px 0px;
}

.jumbotron-rev .jumbotron-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.jumbotron-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 550px
}

.jumbotron-content .display-1 {
    margin-bottom: .9em
}

.hero-slider {
    position: relative
}

.hero-slide {
    width: 100%
}

.hero-slider-next,
.hero-slider-prev {
    position: absolute;
    z-index: 101;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    text-align: center;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 100%;
    font-size: 18px;
    line-height: 50px;
    color: hsla(0, 0%, 100%, .5);
    cursor: pointer;
    transition: all .25s ease-in-out
}

.hero-slider-next:hover,
.hero-slider-prev:hover {
    background: hsla(0, 0%, 100%, .5);
    color: hsla(0, 0%, 100%, .8)
}

.hero-slider-prev {
    left: 30px
}

.hero-slider-next {
    right: 30px
}

.band {
    padding: 3em;
    border-bottom: 1px solid #312e2e
}

.band-dark {
    padding: 3em;
    background-color: #312e2e
}

.section-intro {
    padding: 50px 2em
}

.section-intro p:last-child {
    margin-bottom:0px;
}

@media (min-width:768px) {
    .section-intro {
        padding: 50px 2.25em;
    }
}

@media (min-width:1450px) {
    .section-intro {
        padding: 50px 1em;
    }
}

.productCards {
    margin-left:-15px;
    margin-right:-15px;
}

.product-card {
    padding:30px 30px 0px 30px;
}

.product-card a:hover {
    text-decoration:none;
    opacity:0.8;
}

.product-card-image {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    background-color: #fff;
    // border:1px solid #000;
}

.product-card-image>img {
    max-width: 100%
}

.productCardPrice {
    margin-top:-8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  _::-webkit-full-page-media, _:future, :root .product-card-body {
    min-height: 160px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  _::-webkit-full-page-media, _:future, :root .product-card-body {
    min-height: 110px;
  }
}

.product-card-body {
    padding: 17px 0px;
}

.product-card:hover {
    opacity:0.8;
}

.product-card-body h2, .product-card-body p {
    display:block;
    width:100%;
    font-family: 'Graphik Web Light', sans-serif;
}

.product-card-body h2 {
    font-size: 1.1rem;
    font-weight: 600;
}

.product-card-body p {
    margin-bottom:0px;
}

.product-card-body .productGridStars {
    font-size: 0.7rem;
    text-align: right;
}

@media (min-width:576px) {
    .product-feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .product-feature.product-feature-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width:576px) {
    .product-feature-body,
    .product-feature-image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

.product-feature-image {
    display: block;
    height: 70vw;
    max-height: 760px;
    background-color: #999;
    overflow: hidden
}

@media (min-width:768px) {
    .product-feature-video .product-feature-image {
        height: 25vw;
        min-height: 540px
    }
}

.product-feature-image>img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100vw;
    max-width: 960px
}

.product-feature-body {
    padding: 20px 30px
}

@media (min-width:576px) {
    .product-feature-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:576px) {
    .product-feature-content {
        max-width: 450px
    }
    .product-feature-content .badge {
        margin-top: 3em
    }
}

.product-feature-heading {
    margin-top: .5em;
    font-size: 2rem
}

@media (min-width:576px) {
    .product-feature-heading {
        font-size: 2.75rem
    }
}

.product-feature-blurb {
    font-size: 1.125rem
}

@media (max-width:767px) {
    .product-feature-blurb {
        display: none
    }
}

.product-page {
    padding: 4vw 4vw 6vw
}

@media (min-width:1440px) {
    .product-page {
        padding: 70px 100px 140px
    }
}

.product-page-category-link {
    border-bottom: 1px solid #312e2e;
    font-size: 1rem;
    font-weight: 500;
    color: #666;
    text-transform: uppercase
}

.product-page-title {
    margin-top: .3em
}

.product-page-description {
    margin-bottom: 2em;
    font-size: 1rem
}

.product-page-options {
  padding: 1em 0;
}

.product-page-options.firstppo {
  border-width: 1px 0px 1px 0px;
}

@media (min-width: 768px) {
  .product-page-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.product-page-options-label {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .product-page-options-label {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 768px) {
  .product-page-options-label {
    width: 120px;
  }
}

.product-page-further {
    margin-top: 5em
}

.product-teasers {
    list-style: none;
    padding: 0;
    margin: 0
}

.product-teaser {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2em
}

.product-teaser,
.product-teaser-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-teaser-img {
    width: 100px;
    margin-right: 1em
}

.product-teaser-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.product-teaser-title {
    font-size: 1.5rem
}

.colour-selector {
    padding: 0;
    margin: 0;
    list-style: none
}

.colour-selector-item {
    float: left;
    margin: 0 5px 5px;
    padding:4px;
    border: 1px solid #ddd;
    border-radius: 100%;
}

.colour-selector-item:first-child {
    margin-left:0px;
}

.colour-selector-item.active {
    border: 1px solid #999;
}

.colour-selector-link {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.colour-selector-link:focus,
.colour-selector-link:hover {
    opacity: .9
}

.product-gallery {
    position: relative
}

.product-gallery img {
    max-width: 100%;
    cursor: pointer
}

.product-gallery .cycle-slideshow>img {
    float: left
}

.product-gallery-thumbs {
    margin: 40px 50px
}

.product-gallery-thumbs>div {
    padding: 0 10px;
    text-align: center
}

.product-gallery-thumbs div img {
    display: block;
    border: 1px solid #ddd;
}

.product-gallery-thumbs div.cycle-slide-active img {
	border: 1px solid #333;
}

.product-gallery-next,
.product-gallery-prev {
    position: absolute;
    bottom: 20px;
    font-size: 1.5rem;
    color: #666
}

@media (min-width:768px) {
    .product-gallery-next,
    .product-gallery-prev {
        bottom: 50px
    }
}

.product-gallery-next:focus,
.product-gallery-next:hover,
.product-gallery-prev:focus,
.product-gallery-prev:hover {
    color: #312e2e
}

.product-gallery-prev {
    left: 0
}

.product-gallery-next {
    right: 0
}

.video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-container-fill {
    height: 100%;
    padding-bottom: 0;
    padding-top: 0
}

.dealer-search {
    background-color: #D3D1C7 !important;
    padding-right: 5vw;
    padding-left: 5vw;
    padding-top: 30px
}

@media (min-width:768px) {
    .dealer-search {
        padding-top: 50px
    }
}

.dealer-search-form {
    margin-top: 40px
}

@media (min-width:992px) {
    .dealer-search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
        margin-left: -20px
    }
}

.dealer-search-form-cell {
    margin-bottom: 20px
}

@media (min-width:992px) {
    .dealer-search-form-cell {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding-left: 20px
    }
}

.dealer-search-input,
.dealer-search-select {
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 50px
}

@media (min-width:576px) {
    .dealer-search-input,
    .dealer-search-select {
        padding: 0 1.5rem;
        line-height: 60px;
        height:60px;
    }
}

.dealer-search-select {
    height: 50px!important
}

@media (min-width:576px) {
    .dealer-search-select {
        height: 60px!important;
        background-size: 30px 30px
    }
}

.dealer-search-select option {
    font-size: 1rem
}

.dealer-search-submit {
    font-weight: 600;
    border:1px solid #000;
}

.dealer-search-key {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:992px) {
    .dealer-search-key {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.dealer-key-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.dealer-key-item+.dealer-key-item {
    margin-left: 40px
}

.dealer-key-item-icon {
    height: 40px;
    margin-right: 15px
}

.dealer-key-item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase
}

.dealer-search-map {
    margin-bottom: 60px
}

.dealer-search-results {
    margin-bottom:30px
}

.dealer-search-result {
    border:0px;
}

.company-card {
    width: 100%;
    padding: 25px;
    margin-bottom: 40px;
    border: 1px solid #000;
    background-color:#fff;
}

@media (min-width:768px) {
    .company-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
	}
	.company-card-body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width:575px) {
    .company-card {
		padding: 15px;
	}
}

.company-card-contact {
    margin-top: 30px
}

.company-card-contact-item+.company-card-contact-item {
    margin-top: 10px
}

.company-card-contact-item-icon {
    width: 40px;
    margin-right: 15px
}

@media (min-width:768px) {
    .company-card-aside {
        // width: 200px;
        margin-left: 25px
    }
    .company-card-aside:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #fff
    }
}

.company-card-extended {
    position: relative;
    display: block;
    padding-right: 80px;
    background-color: #f8f8f8
}

@media (max-width:767px) {
	.company-card-extended {
		padding-right: 40px;
	}
}

.company-card-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    background: url(../images/icons/close.svg) no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.company-card-close:focus,
.company-card-close:hover {
    opacity: .5
}

.cce-staff {
    margin-top: 20px
}

@media (min-width:768px) {
    .cce-staff {
        margin-top: auto
    }
}

@media (max-width:991px) {
    .cce-description {
        margin-top: 20px
    }
}

.cce-categories {
    padding-top: 20px;
    border-top: 1px solid #666
}

.cce-categories .badge {
    margin-bottom: 2px
}

.timeline {
    position: relative;
    overflow: hidden;
    background: url(/dist/images/TEMP_timeline/timeline-bg.jpg) no-repeat;
    background-size: cover;
}

.timeline-filter {
    text-align: center;
    padding: 0.5em 5vw;
    font-size: 1rem;
    background: #576251;
    color: #fff
}

@media (max-width:767px) {
    .timeline-filter {
        text-align: center
    }
}

.timeline-filter-label {
    margin-right: 2em;
    text-transform: uppercase
}

.timeline-nav {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
    padding: 0;
    margin: 0
}

@media (max-width:767px) {
    .timeline-nav {
        display: none
    }
}

.timeline-nav-item+.timeline-nav-item {
    margin-top: 1.5em
}

.timeline-nav-link {
    position: relative;
    display: block;
    padding-right: 2.5em;
    font-size: 1.125rem;
    font-weight: 500;
    font-style: italic;
    color: #999
}

.timeline-nav-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2em;
    height: 1px;
    background-color: transparent
}

.timeline-nav-link.active,
.timeline-nav-link:focus,
.timeline-nav-link:hover {
    color: #312e2e;
    text-decoration: none
}

.timeline-nav-link.active:after,
.timeline-nav-link:focus:after,
.timeline-nav-link:hover:after {
    background-color: #312e2e
}

.split-boxes {
    border-bottom: 1px solid #312e2e
}

@media (min-width:576px) {
    .split-boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.split-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
    text-align: center
}

@media (max-width:767px) {
    .split-box {
        border-top: 1px solid #666
    }
}

@media (min-width:576px) {
    .split-box {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        height: 50vw;
        max-height: 360px
    }
}

.split-box.split-box-dark {
    background-color: #312e2e;
    color: #fff
}

.search-form {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    text-align: center
}

.search-form-label {
    margin-bottom: .5em;
    font-size: 1.875rem
}

.search-form-dark .search-form-label {
    color: #fff
}

.search-form-input {
    display: block;
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
    font-size: .875rem;
    font-weight: 500;
    line-height: 2.75;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #312e2e;
    border-radius: 0
}

.search-form-dark .search-form-input {
    border-color: #fff;
    color: #fff
}

@media (min-width:576px) {
    .search-form-input {
        font-size: 1.125rem
    }
}

@media (max-width:575px) {
    .nav-tabs .nav-link {
        padding-right: .5em;
        padding-left: .5em;
        font-size: .75rem
    }
}

@media (min-width:576px) and (max-width:767px) {
    .nav-tabs .nav-link {
        font-size: 1rem
    }
}

.tab-content {
    padding: 40px 0;
    font-size: 1rem
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

/* Fox for mobile search box pop up 11-10-17 */

@media (max-width: 1199px) {
  a[data-search-trigger] {
    display: inline-block;
  }
  .monitor-popover {
    left: 100px !important;
  }
}

/* Product Gallery Image Styles */

/* Main slide */

.product-single-gallery, .slick-slide .slick-active {
	width: 100% !important;
	margin: 0px auto;
}

.slider-for .slick-slide {
	margin-bottom: 30px;
}

.slick-slide img {
	margin-left: auto !important;
	margin-right: auto !important;
}

.slick-slide img {
	width: 100% !important;
}		


/* Slider Nav */

@media (min-width:992px) {
    .slider-nav {
        margin-left:20px;
        margin-right:20px;
    }
}

@media (max-width:991px) {
    .slider-nav {
        width:100% !important;
        margin-bottom:30px;
    }
    .slider-for .slick-slide {
        margin-left:5px;
        margin-right:5px;
    }
}

.slider-nav  img {
	width: 100%;	
}

.slider-for .slick-slide {
    border: 0px;
}

.slider-nav .slick-slide {
    border:0px;
	margin: 0px 50px;
}

.productGalleryNav {
    margin-top:30px;
}

@media (min-width:1400px) {
    .slider-nav .slick-slide {
        margin: 0px 30px;
    }
}

@media (max-width:1399px) {
    .slider-nav .slick-slide {
        margin: 0px 20px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .productGalleryNav {
        margin-top:10px;
    }
}

@media (max-width:991px) {
    .productGalleryNav {
        margin-top:0px;
    }
}

.slider-nav .slick-current {
	border: 0px;
}

/* Rev & Next Arrows */

.slick-prev {
	z-index: 999; 
}

.slick-next {
	z-index: 999;
}

.slick-arrow, .slick-arrow:focus, .slick-arrow:hover {
	font-size: 1.5rem;
	color: #666;	
}

.slick-prev, .slick-next {
	top: 40%;
}

@media (max-width:768px) {	
	.slick-prev, .slick-next {
		top: 35%;
	}
}

@media (max-width:500px) {	
	.slick-prev, .slick-next {
		top: 30%;
	}
}

