@-moz-keyframes spin {
	0% {-moz-transform:rotate(0deg);}
	100% {-moz-transform:rotate(360deg);}
}
@-webkit-keyframes spin {
	0% {-webkit-transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}

/* container overrides */
* {
    color: #2e2e2e;
}

::-moz-selection { /* Code for Firefox */
   color: #ffffff;
   background: #29859c;
}

::selection {
   color: #ffffff;
   background: #29859c;
}

hr, #scrollto hr {border-color:#e9e9e1 !important;}

.lity.lity-opened, .lity-wrap {
    overflow-y:hidden !important;
}

body a {
    cursor: pointer;
    color:#2e96b0;
}

body a:hover {
    color:#176478;
}

html, body, footer, footer *, p {
    font-family: "Open Sans", sans-serif;
}

/* 
body, main *:not(.cms-top *) {
    line-height: 1.2 !important;
}
 */

body main > div.container {
    margin-top:40px;
    margin-bottom:40px;
}
body main > div.container h1 {font-size:30px;}
body main > div.container h2 {font-size:25px;}
/*body main > div.container h1:first-child {
    margin-top:0px;
    padding-top:0px;
}*/

/* force the input to NEVER have a border radius */
body input:matches([type='number'],[type='text'],[type='password']) {
    border-radius:0px !important;
}

a.orange {
    color:#f26f51;
    transition:0.2s ease-in-out;
}

a.orange:hover, a.orange-link:hover {
    color:#de5833;
}

.api_error
{
    color: #f26f51;
    padding-bottom: 20px;
}


p {
    line-height: 1.4 !important;
}

input[type='text'], input[type='password'] {
    -webkit-appearance:none!important;
    -moz-appearance:none !important;
    appearance:none !important;
}

input[type='text'].form-control,
input[type='number'].form-control,
input[type='search'],
textarea.form-control {
    border-color:#bcbcb5;
    color:#2e2e2e;
}

select.form-control {border-color:#bcbcb5;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none !important;
 margin: 0 !important;
}

.form-control:focus, input[type='search']:focus, input[type='search'] {
    /*border-color: rgb(222, 88, 51);*/
    border-color: default; /*rgb(242, 111, 81);*/
    outline: 0;
    -webkit-box-shadow:none;/* inset 0 1px 1px rgba(242, 111, 81,.075),0 0 8px rgba(242, 111, 81,.6);*/
    box-shadow: none;/*inset 0 1px 1px rgba(242, 111, 81,.075),0 0 8px rgba(242, 111, 81,.6);*/
}

.form-control input[type='text']
{
    border: 1px solid #bcbcb5;
}


.form-control{
    -webkit-box-shadow:none;/* inset 0 1px 1px rgba(242, 111, 81,.075),0 0 8px rgba(242, 111, 81,.6);*/
    box-shadow: none;/*inset 0 1px 1px rgba(242, 111, 81,.075),0 0 8px rgba(242, 111, 81,.6);*/
}


/* youtube styles */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    /*font-weight: 700;*/
}

h4.no-results-h4 {
    font-size:22px;
    color:#2e2e2e;
}

.container, .container-fluid, .container-inner {
    padding-left: 15px;
    padding-right: 15px;
}

body .container {
    width: 100%;
    max-width: 1280px;
}

.container-fluid .container {
    width: 100%;
    /* to let container go big! */
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}

body .btn.fixed-text {
    font-size:18px !important;
}

div#place-order, div#place-order-submitted {
    font-size:18px !important;
    height:50px !important;
    margin-top:0px;
    line-height:30px!important;
}

a.btn.btn-white {
    background-color: white;
    color: #2e2e2e !important;
    border: 1px solid #bcbcb5;
    margin-top: 0;
}

.btn-blue {
    background-color: rgba(41, 133, 156, 1.0) !important;
}
.btn-blue:hover {
    background-color: #176478 !important;
}

@media (min-width: 768px) and (max-width: 782px) {
    .container-fluid.zero-padding-left .container {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-fluid.zero-padding-left {
        width: 750px;
    }
}

@media (min-width: 860px) and (max-width: 910px) {
    .container-fluid.zero-padding-left .container {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-fluid.zero-padding-left {
        width: 750px;
    }
}

.no-padding-top {
    padding-top: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.no-padding {
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.no-margin {
    margin-top:0px !important;
    margin-bottom:0px !important;
}

.simple-div-cont {
    border: 1px solid #9F9F9F;
    background: #eeeeee;
    min-height: 180px;
}



#permissions-container h1 {
    color: #2e2e2e;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
}
#permissions-container h5 {
    margin-bottom: 6px;
    color: #2e2e2e;
}

#permissions-container input:not(.btn),
input[type='text']:focus,
input[type='search']:focus,
input[type='number']:focus  {
    /*margin-bottom: 12px;*/
    border-color: rgb(199,199,199);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    transition: border-color 400ms ease !important;
}
#permissions-container input:active,
#permissions-container input:focus,
input[type='text']:focus,
input[type='number']:focus, textarea:focus, input[type='password']:focus  {
    border-color: #f26f51 !important;
}
#permissions-container .row {
    padding: 0 0 0 0;
}
@media(min-width: 768px) {
    #permissions-col {
        min-width: 400px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}


#empty_cart_header h1 {
    color: #2e2e2e;
    font-size: 30px;
}

@media (max-width: 767px) {
    #empty_cart_header h1 {
        font-size: 22px;
    }
}


body.touch-device main > div > .container, body.touch-device main > div.cms-plugin > div > .container {
    width: 100%;
}

.container-fluid .container-inner {
    width: 100%;
    /* to let container go big! */
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
}

.grid-container i.fa {
    margin-right: 12px;
}
.grid-container {
    width: 95% !important;
    /*max-width: 1280px; */
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
/* why do we have this 95% and 15px padding left right? */
.grid-container {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}
.grid-container:after {
    clear: both;
}
.grid-container:after, .grid-container:before {
    display: table;
    content: " ";
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.nav.navbar-nav li {
    display: none;
}

.nav.navbar-nav li.right-widget, .nav.navbar-nav li.right-widget-icon {
    display: block;
    text-transform:uppercase;
}

/*.flickity-viewport{max-height:335px;}*/

@media (min-width:990px){
    body .container-inner {
        width: 100%;
        max-width: 960px;
        padding: 0 0px;
    }
}


@media (min-width:1300px){
    body .container {
        width:1280px;
        max-width: 1280px;
    }
}
@media (min-width:1320px){
    body .container {
        padding: 0 0px;
    }
}

@media (min-width:960px){
    body .container.container-inner {
        width: 100% !important;
        max-width: 960px;
    };
}
.gray {
    background-color: #ececec;
}

footer {
    background-color: #29859c;
    color:#FFF;
    font-family:OpenSans, sans-serif !important;
    font-weight:200;
    padding:30px 0px 30px;
}
.slider-header, .grid-header {
    color: #29859c;
}
footer ul li:not(:last-child) {
    padding-bottom: 12px;
}

footer * {color:#FFF !important;
}

footer ul {
    list-style-type:none;
}
footer ul li {
    font-size: 16px;
}
footer ul li strong {
    font-weight:700;
    font-size: 20px;
}


#full-body-overlay {
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color: black;
  opacity:0.5; /* see below for cross-browser opacity */
  z-index: 1000;
}


#overlay, #body-overlay {
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color: black;
  opacity:0.5; /* see below for cross-browser opacity */
  z-index: 500;
}

.mega-nav, .mega-nav li, .mega-nav li a, .mega-nav li a span, .sub_nav, .sub_nav * {
    z-index:600 !important;
}

#body-overlay {
    opacity: 0.5;
}
#search-overlay {
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color: black;
  opacity:0.5; /* see below for cross-browser opacity */
  z-index: 499;
}

#my-menu, #my-mega-menu, .navbar.navbar-default {
    z-index: 1000;
}

#header_wrapper {
     padding-left:0px;
     padding-right:0px;
 }
.navbar-default {
    background-color:#fff !important;
    border:none !important;
}
.navbar {margin-bottom:0px !important;}
.navbar-header {background-color:#29859c;height:110px;}
.base-background {background-color:#29859c;height:110px;}


.container.no-padding, .container-fluid.no-padding {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 926px) {
}

@media (min-width: 768px) {
    .sticky-header-narrow .nav.navbar-nav  {
        margin-top: -10px;
    }
    div.centerer > ul {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

}

.nav.navbar-nav ul li{
    background-color:#fff !important;
}
.nav.navbar-nav li {
    /*width:200px;*/
    text-align:center;
    height:110px;
    background-color:#FFF !important;
/*    text-transform:uppercase;*/
    font-size:18px;
    font-weight:400;
    line-height:41px;
    padding:0 20px;


    cursor: pointer;

    -webkit-transition-duration: .5s;
    transition-duration: .5s;

    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );

    -webkit-transition-property: -webkit-transform;
    transition-property: margin-top, height, transform;
}
.nav.navbar-nav li a {
    /*margin-top: 25px;*/
    height: 100%;

    -webkit-transition-duration: .5s;
    transition-duration: .5s;

    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );

    -webkit-transition-property: -webkit-transform;
    transition-property: margin-top, transform;
}

.sticky-header-narrow .nav.navbar-nav li {
    margin-top: 10px;
    padding-top: 7px;
    height: 70px;
}

.sticky-header-narrow .nav.navbar-nav li a {
    margin-top: 0px;
}

.nav.navbar-nav li.active a {
    background-color:transparent;
    /*padding-top:10px;*/
}

.nav.navbar-nav li.right-widget, .nav.navbar-nav li.right-widget-icon {
    float:right;
    font-family:'Montserrat',sans-serif;
/*    background-color:#29859c !important;*/
}

.nav.navbar-nav li.right-widget {
    float: left;
}

.nav.navbar-nav li.right-widget-icon i {
    font-size:42px;
    margin-top: 9px;
}
.nav.navbar-nav li.right-widget-icon svg {
    height: 36px;
    width: 42.53px;
    margin-top: 12px;
    fill: #2e2e2e;
}
.nav.navbar-nav li.right-widget a, .nav.navbar-nav li.right-widget-icon a {
    font-size:12px;
    line-height: 12px;
}

.nav.navbar-nav li.right-widget-icon {
    transition: background 0.25s linear;
}


.nav.navbar-nav li.right-widget-icon svg .basket-quantity {
    transition: fill 0.25s linear;
}


.nav.navbar-nav li.right-widget:before {
    position: absolute;
    background-color: #29859c !important;
    height: 10px;
    width: 100%;
    content: "";
    top: -10px;
    left: 0;
    transition: background 0.05s linear, top 0.25s linear;
}


.nav.navbar-nav li.active:before {
    top: 0px;
}


 .nav.navbar-nav li.right-widget i {
    transition: color 0.1s linear;
 }

 .nav.navbar-nav li.right-widget a {
    transition: color 0.1s linear;
 }
.nav.navbar-nav li.right-widget span {
    transition: color 0.1s linear;
}


.nav.navbar-nav li.right-widget.has-dropdown i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.35s ease-in-out, transform 0.35s ease-in-out;
    -webkit-transition:0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.dropdown-arrow {
    font-size: 18px;
}

i.fa-angle-right.dropdown-arrow {
    font-size:calc(100% + 10px);
    font-size:-webkit-calc(100% + 10px);
    font-size:-moz-calc(100% + 10px);
}

.right-widget a, .right-widget span {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent !important;
}







/*.nav.navbar-nav li.right-widget.has-dropdown:after {
    content: '';
    border: 4px solid transparent;
    display: block;
    border-color: #2e2e2e;

    border-right: none;
    border-top: none;
    width: 12px;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 42px;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.1s ease-in-out, transform 0.35s ease-in-out;
}*/


.nav.navbar-nav li.right-widget.has-dropdown.clicked * {
    color: #29859c;
}

.nav.navbar-nav li.right-widget.has-dropdown.clicked i {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.mm-listview li a.mobi-menu-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}


.sticky-header-narrow .nav.navbar-nav li.right-widget-icon i {
    font-size: 30px;
    margin-top: -10px;
}

@media (min-width: 768px) {
    .sign-up-col.col-sm-5:nth-child(2n) {
        margin-left: 8.33333333%;
    }
    .sign-up-col {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.sign-up-row strong {
    text-align: center;
    font-size: 24px;
    color: #29859c;
}
.sign-up-row form {
    margin-top: 15px;
}

.navbar-brand {height:100% !important ;}
.navbar-default .navbar-nav>li>a {color:#2e2e2e !important;line-height:65px;}
.navbar-nav>li>a
.video-holder object {
    width:100% !important;
}

.row.darkened {
    background-color:#f4f4f0;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em;
    border-radius:0;
}

.form-control {
    border-radius: 0px;
    border: 1px solid rgb(144,144,144);
    height: 50px;
    margin-bottom: 25px;
}

.top_margin {
    margin-top:40px;
}

.bottom_margin {
    margin-bottom:40px;
}

.inner-left-border:before {
    width:1px;
    height: 80%;
    margin-top: 35%;
    content:"";
    background:black;
    position:absolute;
    top:0;
    left:0;
}

.bottom-callout {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 3%;
    margin-right: 3%;
    width: 44%;
}

div.row .right-border {
    /* height: 228px; */
    width: 1px;
    background: #d7d5ca;
    content: "";
    /* display: inline; */
    float: left;
    position: absolute;
    top: 20px;
    left: 50%;
    bottom: 20px;
}


.inner-right-border, .inner-left-border {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 300px;
}

.inner-right-border:after {
    width:1px;
    height: 80%;
    margin-top: 35%;
    content:"";
    background: rgb(156, 156, 156);
    position:absolute;
    top:0;
    right:0;
}

.spacer.bottom-border, .spacer.top-border {
    height:1px;
    margin:0 5%;
    background:#ececec;
}

.centered img {
    margin:auto;
}

.row {
    padding:20px 0;
}
.row.no-padding {
    padding:0px;
}

#social_media {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#social_media i {
    font-size:35px;
    color:#29859c;
}


.sales_rep_img {
    width: 190px;
    max-width: 90%;
    height: auto;
    
    /*background-color: gray;*/
    border-radius: 90px;
    margin-top: 10px;
}

.custom-min-height {
    min-height:300px;
}

@media (max-width: 767px) {
    .sales_rep_img_container {
        margin: 10px 0 20px;
        display: block;
        margin: auto;
    }

    .sales_rep_img {
        /*background-color: gray;*/
        margin: 10px 0 20px;
        display: block;
        margin: auto;
    }

    .sales_rep_contact {
        text-align: center;
    }
}


.sub_nav, .mega-sub_nav {
    position: absolute;
    display: none;
    z-index: 10;
    background: #FFF;
    top: 110px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px;

    /* align-items: center; */
    justify-content: center;

    /*border-top: 1px solid rgb(236, 236, 236);*/
}
.mega-sub_nav  {
    background-color:#e9e9e1;
    z-index:501;
}

#search-submenu {
    position: absolute;
    display: none;
    z-index: 9;
    background: #FFF;
    top: 110px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 25px 40px;
    max-height:115px;
    /* align-items: center; */
    justify-content: center;

    /*border-top: 1px solid rgb(236, 236, 236);*/
}

#search-close {
    position: absolute;
    cursor: pointer;
    top: 39%;
    right: 45px;
    font-size: 1.8em;
}

#search-mini-icon {
    position: relative;
    left: 45px;
    top: 3px;
    font-size: 1.8em;
}



.mobi-search-clear {
    font-size: 12px;
    cursor: pointer;
    color: #8d8d8d;
    position: absolute;
    right: 60px;
    top: 0;
    padding: 22px 0px 22px 18px;
    display: none;
}

.mobi_search_bar {
    border: 0 !important;
    outline: 0 !important;
    color: #111;
    font-size: 14px;
    width: 70% !important;
    line-height: 24px;
    padding: 18px 3px 18px 15px;
    height:unset!important;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#search_bar {
    border: 1px solid #deded3 !important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 80%;
    max-width: 750px;
    height: 65px;
    padding-left: 55px;
    font-size: 16px;
    font-family:"Montserrat",sans-serif;
}

#search_bar:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bc-wrapper a.list-group-item {
    text-align:left;
    border-radius:0px !important;
    border-color:#deded3;
    color:#2e2e2e;
}

.bc-wrapper a.list-group-item:first-of-type {
    border-top:0px;
}

.bc-wrapper a.list-group-item:hover, .bc-wrapper a.list-group-item.user-selected {
    color:#555;
    text-decoration:none;
    background-color:#f4f4f0;
}

.bc-wrapper:before {
    content:"\F002";
    font-family:FontAwesome;
    color:#696969;
    font-size:20px;
    padding-right:10px;
}

/*form .bc-wrapper .bc-menu {width:751px;left:25%;}*/
#web_search_form .bc-wrapper {width:80%;margin:auto;}
#web_search_form .bc-wrapper:before {
    position: absolute;
    top: 15px;
    padding-left: 15px;
    color:#2e2e2e;
    font-size:25px;
}
#web_search_form .bc-menu {
    margin:auto;
    position:inherit !important;
}

#web_search_form .bc-menu.list-group {
    width:80%;
    max-width:750px;
    display:block;
}

#ajax_search_results {
    width:100%;
    max-width:750px;
    min-height:25px;
    background-color:#FFF;
    color:#333;
}

#ajax_search_results > div {
    padding:3px;
/*    text-transform:uppercase;*/
}

.sub_nav_col_centerer {
    float: left;
    width: 20%;
}

/* two items */
/*.sub_nav_col_centerer:nth-child(1):nth-last-child(2),
.sub_nav_col_centerer:nth-child(2):nth-last-child(1) {
    width: 50%;
}

/* three items
.sub_nav_col_centerer:nth-child(1):nth-last-child(3),
.sub_nav_col_centerer:nth-child(2):nth-last-child(2),
.sub_nav_col_centerer:nth-child(3):nth-last-child(1) {
    width: 33.3333%;
}

/* four items
.sub_nav_col_centerer:nth-child(1):nth-last-child(4),
.sub_nav_col_centerer:nth-child(2):nth-last-child(3),
.sub_nav_col_centerer:nth-child(3):nth-last-child(2),
.sub_nav_col_centerer:nth-child(4):nth-last-child(1) {
    width: 25%;
}

/* five items
.sub_nav_col_centerer:nth-child(1):nth-last-child(5),
.sub_nav_col_centerer:nth-child(2):nth-last-child(4),
.sub_nav_col_centerer:nth-child(3):nth-last-child(3),
.sub_nav_col_centerer:nth-child(4):nth-last-child(2),
.sub_nav_col_centerer:nth-child(5):nth-last-child(1) {
    width: 20%;
}*/

.sub_nav_col {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1250px) {
    .sub_nav_col {
        width: 75%;
    }
}
@media (min-width: 1500px) {
    .sub_nav_col {
        width: 65%;
    }
}


.sub_nav_col a {
    color: #2e2e2e;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 12px;
}

body .sub_nav_col a:hover {
    color:#2e2e2e;
}

.sub_nav_col strong a {
    font-size: 16px;
    /*white-space: nowrap;*/
}

.sub_nav_col strong {
    display: block;
    color: #2e2e2e;
    font-size: 16px;
    padding: 15px 0;
    /*white-space: nowrap;*/
}

.sub_nav_col a:nth-last-child(1) {
    padding-bottom: 0px;
}
.sub_nav_col strong:nth-last-child(1) {
    padding-bottom: 0px;

}

.sub_nav_col strong:nth-child(1) {
    padding-top: 0px;
}


.teal {
    background-color:#29859c !important;
    color: white;
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out, border 0.25s ease-in-out;
}

/* MEGA SUB MENU */

/* NEW CODE */
#upload_modal .mobile-overlay {
    height:100%;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.5);
/*        opacity:.5;*/
    z-index:99998;
}
#upload_modal .mobile-overlay .ajax_loading_spinner {
    position:fixed;
    z-index:99999;
    overflow:show;
    margin:auto;
    top:0;
    left:0;
    bottom:0;
    right:0;
}


.ajax_loading_spinner {
	/*position:fixed;*/
	overflow:show;
	margin:auto;
	top:0;
	left:0;
	margin-bottom: 5px;
	right:0;

	border:6px solid #e9e9e1;
	border-radius:50%;
	border-top:6px solid #29859c;
	width:40px;
	height:40px;
	-webkit-animation:spin 1.2s linear infinite;
	animation:spin 1.2s linear infinite;
    z-index: 100000;
    position: relative;
}

#upload_processing_text {
	/*position:fixed;*/
	overflow:show;
	margin:auto;
	top:0;
	left:0;
	bottom:0;
	right:0;

	width:283px;
	height:40px;
    color:#FFF;
    font-size:24px;
    z-index: 100000;
    position: relative;
}

.mega-nav, .mega-navbar-nav {
    margin:0;
    padding-left:0px;
    list-style:none;
    width:100%;
    background-color:#f4f4f0;
    position:relative;
}

input.input-error {
    border-color: rgb(242, 111, 81) !important;
}

/* cc form errors */
div.error {
    color:#f26f51;
    font-weight:700;
    clear:both;
    margin-bottom:10px;
}

/*.mega-nav {z-index:502;}*/

.mega-navbar-nav li.right-widget {
    float:left;
    font-family:'Montserrat',sans-serif;
    display:block;
    text-align:center;
    height:55px;
    background-color:#f4f4f0 !important;
/*    text-transform:uppercase;*/
    font-size:14px;
    font-weight:400;
    line-height:30px;
    padding:0 10px;
    cursor:pointer;
    /*transition-duration:.5s;*/
    /*-webkit-transition-duration:.5s;*/
    /*-o-transition-duration:.5s;*/
    /*-moz-transition-duration:.5s;*/
    /*transition-property:margin-top,height,transform;*/
    /*-webkit-transition-property:margin-top,height,transform;*/
    position:relative;
    z-index:9;
    transition: background 0.25s linear;
}

.mega-navbar-nav li.right-widget a {
    transition: background 0.25s linear, color 0.25s linear;
    height:100%;
    background-color:transparent;
}

.mega-navbar-nav li.right-widget:hover, .mega-navbar-nav li.right-widget.active {
/*    z-index:501;*/
    background-color:#e9e9e1 !important;
}

.mega-navbar-nav li.right-widget:hover a {
    /*background-color:#e9e9e1 !important;*/
}

.mega-navbar-nav li.right-widget.active *,
.mega-nav.mega-navbar-nav li.right-widget:hover span,
.mega-nav.mega-navbar-nav li.right-widget:hover span * {
    color:#29859c !important;
}

.mega-navbar-nav li.right-widget.has-dropdown i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.1s ease-in-out, transform 0.35s ease-in-out;
}

.mega-navbar-nav li.right-widget.has-dropdown.clicked i {
    transform:rotate(270deg);
}

.loading-overlay {
    position:absolute;
    height:100%;
    width:100%;
    background-color:rgba(255,255,255,.75);
    z-index:99;
    top:0;
    left:0;
}

.address_li {
    list-style-type:none;
}

/* END NEW CODE */

/* OLD CODE */
/*
#mega_sub_menu {
    background-color:#dddddd;
    position:relative;
    z-index:900;
}
#mega_sub_menu .sub_nav {
    background-color:#dddddd;
    top:70px;
}
#mega_sub_menu .msm-header {
    padding:10px 0;
    width:90%;
    margin:auto;
    color:#333;
    text-align:center;
    overflow:hidden;
    clear:both;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}

#mega_sub_menu .msm-header a.active {
    font-weight:bold;
}
.msm-body {
    clear:both;
    overflow:hidden;
    width:90%;
    margin:auto;
}
.msm-body > div {
    float:left;
}
.msm-nav-arrow {
    float:right;
    font-size:22px;
    line-height:44px;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    cursor:pointer;
}

i.msm-nav-arrow.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);

    color:#333 !important;
}

.msm-nav-link {
    display:block;
    float:left;
    padding:15px;
    color:#333;
    position:relative;
    text-decoration:none !important;
}

.msm-nav-link:hover:after, .msm-nav-link.active:after {
    position: absolute;
    background-color: #29859c !important;
    height: 4px;
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    transition: background 0.05s linear, top 0.5s linear;
}

.mm-parent-wrapper {
    margin-bottom:20px;
}
.mm-parent-wrapper .border-right {

}

.mm-parent-wrapper .inner-header {
    margin-bottom:5px;
    font-weight:bold;
}

.mm-parent-wrapper .inner-children {
    list-style-type:none;
    margin-left:5px;
    padding-left:0px;
}
.mm-parent-wrapper .inner-children li {
    margin-bottom:5px;
}
*/
/* END OLD CODE */
/* END MEGA */

@media screen and (max-width:767px) {

    body main > div.container {
        margin-top:20px;
        margin-bottom:20px;
    }
    body main > div.container h1 {font-size:22px;}
    body main > div.container h2 {font-size:20px;}
    .mobile-basket-items {
        border-top: 1px solid #e9e9e1;
    }
    
    .od_consumer .mobile-basket-items {
        border-top: 0px solid #e9e9e1;
    }

    
    .basket_product_title_container {
        margin: 0 0 5px 0;
    }

    .basket_product_title {
        font-family: "Montserrat", sans-serif;
        font-size: 14px !important;
        font-weight: 500;
        line-height: 1.1;
        margin-top: 0px;
    }

    .basket_product_hr {
        border-top: 1px solid #e9e9e1;
        margin: 0 0 20px 0 !important;
    }

    .basket_product_img {
        display: flex;
        justify-content: center;
    }

    .basket_product_img a .thumbnail {
        margin: 0 0 0 0;
        max-width: 85%;
        border: 0px;
        padding: 0px;
        border-radius: 0px;
    }

    .basket-container a .fa-times-circle{
        font-size: 14px !important;
    }

    .promo_code_btn {
        height: 45px;
    }

    .price_color {
        margin: 0 0 0 0;
        font-size: 12px;
    }

    .basket_reight_column .col-xs-4 {
        margin: 5px 0 0 0;
    }

    .basket_checkout_row {
        padding: 0 0 0 0;
    }

    .basket_product_discription p {
        font-size: 12px;
    }

    .basket_delete a {
        color: #2e2e2e !important;
        font-size: 12px !important;
    }

    input[type=text]
    {
        /* Remove First */
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }

    input[type=number]
    {
        /* Remove First */
        -webkit-appearance: none !important;
        -moz-appearance: textfield !important;
        appearance: none !important;
    }

    input[type=password]
    {
        /* Remove First */
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        border-radius: none !important;
    }

    div.row .right-border {
        height: 1px;
        width: inherit;
        background: #d7d5ca;
        /* display: inline; */
        float: left;
        position: absolute;
        left: 20px;
        right: 20px;
        top: 50%;
    }

    .inner-left-border:before {
        width:0px;
        height:0px;
    }

    .social_media_p {
        height: 30px;
        margin-bottom: 1px;
    }
    #social_media {
        margin-top: 20px;
        margin-bottom: 0px;
    }


    div.centerer ul {
        padding-left: 0;
    }

    .inner-right-border:after {
        width:0px;
        height:0px;
    }

    .inner-right-border, .inner-left-border {
        min-height: 1px;
        padding: 0;
        border-bottom: 1px solid rgb(156, 156, 156);
        height: 1px;
        margin-bottom: 10px;
    }


    .bottom-callout {
        padding-top: 30px;
        padding-bottom: 0px;

        padding: 30px 0 0 0;

        margin-left: inherit;
        margin-right: inherit;
        width: inherit;
    }


    .bottom-callout:nth-last-child(1) {
        padding-bottom: 30px;
    }

    .bottom-callout h3 {
        margin-top: 0;
    }


    .callout-box-header {
        margin-top: 0px !important;
    }

    .mobi-text-left {
      text-align: left;
    }
    .mobi-text-right {
      text-align: right;
    }
    .mobi-text-center {
      text-align: center;
    }

    .mobi-selected-filter {
        width:100%;
        padding:0px;
        cursor:pointer;
        margin-bottom:15px;
    }
    .mobi-selected-filter:before {
        font-family:FontAwesome;
        content:"\F00D";
        font-size:12px;
        margin-right:5px;
    }

    .filter-header-div i.fa {
        float:right;
        transition:all .2s;
    }
    .filter-header-div.body-closed i.fa {
        transform:rotate(45deg);
    }
    .mobi-filter-list {position:relative;}
    .mobile-overlay {
        height:100%;
        width:100%;
        position:fixed;
        top:0;
        left:0;
        background-color:rgba(0,0,0,.5);
/*        opacity:.5;*/
        z-index:99998;
    }
    .mobile-overlay .ajax_loading_spinner {
        position:fixed;
        z-index:99999;
        overflow:show;
        margin:auto;
        top:0;
        left:0;
        bottom:0;
        right:0;
    }

}


img.large-only  {
    display: block;
    height: 100%;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

img.small-only  {
    display: none;
    /*height: 100%;*/
    height: 56px;
    margin-left: auto;
    margin-right: auto;

    margin-top: -8px;
}

.mm-arrow:after, .mm-next:after, .mm-prev:before {
    border: 4px solid;
    width: 12px !important;
    height: 12px !important;
}

.mm-arrow:after, .mm-next:after {
    border-top: none;
    border-left: none;
}
.mm-prev:before {
    border-right: none;
    border-bottom: none;
}
.mm-listview .mm-next {
    border-color: rgba(3,2,1,0) !important;
}
.mm-menu {
    background: #f5f5f2;
}

label {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.control {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-top: 7px;
    padding-left: 30px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}


/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
    background: #f26f51;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #de5833;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 1px;
    left: 6px;
    width: 8px;
    height: 13px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 3px 3px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}


.mm-navbar {
    background: white;
    padding: 20px 20px;
    height: 60px;
    font-size: 16px;
}
.mm-listview>li:not(.mm-divider):after {
    left: 0px;
}
.mm-navbar>* {
    padding: 0;
}
.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0px;
}
.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0;
    top: 10px;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #29859c;
    font-weight: 600;
}

.navbar-toggle {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 35px;

    -webkit-transition-duration: .5s;
    transition-duration: .5s;

    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );

    -webkit-transition-property: -webkit-transform;
    transition-property: margin-top, transform;

    border: 0 !important;
}


.small-widget-only {
    font-size: 35px;
    margin-right: 20px;
    float: right;
}

.small-widget-only svg {
    height: 35px;
    width: 41.36px;
    margin-top: 9px;
    fill: white;
}
.small-widget-only svg .basket-quantity {
    fill: #29859c;
}

.small-widget-only * {
    color: white !important;
}

.small-widget-only-wrapper {
    position: absolute;
    float: right;
    top: 30px;
    right: 5px;
    display: none;

    -webkit-transition-duration: .5s;
    transition-duration: .5s;

    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );

    transition-property: top, transform;
}



.sticky-header-narrow .navbar-toggle {
    margin-top: 15px;
}

.navbar-header {
    /*-webkit-transition-duration: .5s;
    transition-duration: .5s;

    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );

    transition-property: height, width, transform;*/
}

.sticky-header-narrow .navbar-header {
    height: 5em;
}

.sticky-header-narrow .small-widget-only-wrapper {
    top: 9px;
}
.user-nav-icon {
    margin-top: 1px;
    float: left;
    font-size: 18px;
}
.user-nav-title {
    float: left;
    margin-left: 6px;
}
.times-nav-icon {
    font-size: 18px;
    color: #29859c;
}


.navbar-default .navbar-toggle .icon-bar {
    background: white;
    height: 5px;
    width: 27px;
    border-radius: 0px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

.product-grid {
    opacity: 0;
}

.product-grid .product_image_span {

    display: block;
    margin: 0;
    /* max-width: 238px; */
    max-width: 100%; /* MG: this was commented out, but i'm re-enabling it. If you feel it should be disabled, let me know why. Having this at 100% seems to make the image grids happier (http://alfred2.treelinegroup.com/workplace-jon/master-widget-list/) */
    max-height: 280px;
    margin-left: auto;
    margin-right: auto;
}

.product-grid .upper_image_container {
    margin-bottom: 20px;
    height: inherit;
}

.product-grid.two_items .upper_image_container, .product-grid.three_items .upper_image_container, .product-grid.four_items .upper_image_container, .product-grid.five_items .upper_image_container {
    height: 280px;
}

.product-grid .image_container {
    max-height: 280px;
    max-width: 238px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product-grid .box-text {
    width: 95%;
    height: auto;
}



.product-grid .product-grid-item {
    display: block;
    padding: 0px 0px;

    position: relative;
    float: left;
    max-width: 95%;
    margin: 0px 2.5% 10px 2.5%;
    padding: 20px;
}


.product-grid .music_title {
    color: #2e2e2e;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-grid .music_desc {
    font-size: 12px;
    margin-bottom: 3px;
}

.product-grid .asset-images img {
    margin-right: 10px;
}

.grid-header {
    margin-left: 2.5%;
}


.product-grid.two_items .product-grid-item {
    max-width: 49%;
    margin: 0px;
    margin-bottom: 10px;
}

.grid-header.two_items {
    margin-left: 3%;
}
.product-grid.two_items.uncentered .product-grid-item:nth-child(2n+1) {
    margin-left: 0;
}

.product-grid.two_items .product-grid-item:nth-child(2n+1) {
    margin-left: 0%;
    margin-right: 1%;
}
.product-grid.two_items .product-grid-item:nth-child(2n+2) {
    margin-right: 0%;
    margin-left: 1%;
}


.product-grid.three_items .product-grid-item {
    max-width: 31%;
    margin: 0px 10px 10px 0px;
}
.product-grid.three_items .product-grid-item:nth-child(2n+1) {
    margin-left: 0px;
}
.product-grid.three_items .product-grid-item:nth-child(2n+2) {
    margin-right: 10px;
}

.grid-header.three_items {
    margin-left: 25px;
}
.product-grid.three_items .product-grid-item:nth-child(3n+1) {
    margin-left: 25px;
}
.product-grid.three_items.uncentered .product-grid-item:nth-child(3n+1) {
    margin-left: 0;
}


.product-grid.four_items .product-grid-item:nth-child(3n+1) {
    margin-left: 0px;
}
.product-grid.four_items .product-grid-item {
    max-width: 23%;
    margin: 0px 10px 10px 0px;
}
.grid-header.four_items {
    margin-left: 35px;
}
.product-grid.four_items .product-grid-item:nth-child(4n+1) {
    margin-left: 35px;
}



.product-grid.five_items .product-grid-item:nth-child(4n+1) {
    margin-left: 0px;
}
.product-grid.five_items .product-grid-item {
    max-width: 18%;
    margin: 0px 10px 10px 0px;
}
.grid-header.five_items {
    margin-left: 3.5%;
}
.product-grid.five_items .product-grid-item:nth-child(5n+1) {
    margin-left: 3.5%;
}


.alf-modal-body {
    height: 100%;
    width: 100%;
    position: fixed;
    box-sizing: border-box;
    background-color: #f4f4f0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
}

.alf-modal-body.alf-modal-in {
    opacity: 1;
    pointer-events: auto;
}

.alf-modal-header {
    text-align: center;
    position: absolute;
    top: 0;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    min-height: 10px;
    background-color: #fff;
    width: 100%;
    z-index: 5000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.alf-modal-header.left {
    text-align: left;
}

.alf-modal-header.right {
    text-align: right;
}

.alf-modal-close {
    font-size: 21px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
    text-align: center;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.alf-modal-content {
    height: 100vh;

    overflow-y: scroll;
    overflow-x: hidden;

    -webkit-overflow-scrolling: touch;
}



.list-container i.fa {
    margin-right: 12px;
}
.list-container {
    width: 95% !important;
    /*max-width: 1280px; */
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
/* why do we have this 95% and 15px padding left right? */
.list-container {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}
.list-container:after {
    clear: both;
}
.list-container:after, .list-container:before {
    display: table;
    content: " ";
}


.list-container .music_title {
    color: #2e2e2e;
    font-weight: bold;
    margin-bottom: 5px;
}

.list-container .music_desc {
    font-size: 12px;
    margin-bottom: 3px;
}



.sticky-header
{
    -webkit-transition-duration: .5s;
    transition-duration: .5s;

    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );

    -webkit-transition-property: -webkit-transform, height;
    transition-property: transform, height;

    width: 100%;
    height: 110px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}

.zero-padding-right {
    padding-right: 0px;
}

.zero-padding-left {
    padding-left: 0px;
    padding-right: 0px;
}


.super-responsive {
    width: 100% !important;
    max-width: 1280px;
}


.sticky-header-hidden
{
    -webkit-transform: translateY( -200% );
    -ms-transform: translateY( -200% );
    transform: translateY( -200% );
}

.sticky-header-narrow
{
    transition-property: height, transform;
    height: 5em;
}

.tag-item.show-more label
{
    font-weight: normal;
    cursor: pointer;
}

.filter-body .tag-item.show-more{
    display:block;
}
.filter-body .tag-item.show-more *:hover {
    color:#969696;
}
.filter-body .tag-item.show-more ~ .tag-item.show-more {
    display:none;
}

.filter-body .tag-item label,.filter-body .show-more {margin-bottom:0px;}
.filter-body .tag-item {margin-bottom:10px;}
.filter-body .tag-item:last-of-type {margin-bottom:0px;}

ul.mega-nav a span {
    text-transform:default;
}


.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.form-column {
    width: 40%;
    margin-right: 45px;
}

.btn.btn-gray:hover {background-color:#e9e9e1 !important;}

#scrollto .form-group {
    margin-bottom:0px;
}

#new_shipping_address .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-horizontal .form-group {
     margin-right: 0px;
    margin-left: 0px;
}

#new_address_form {
    margin-bottom: 100px;
}

#shipping-address-row {
    padding: 0 0 0 0;
}

.address_li .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
    margin: 23px -15px 0 0;
}

.address_li address {
    margin-bottom: 10px;
}

#checkbox_container {
    margin-bottom: 25px;
}

#checkbox_container .checkbox {
    margin-bottom: 10px;
}

.add-new-card {
    margin-left: 40px;
}

#new_CC_row {
    padding: 0 0 0 0;
}

#new_CC_row, #payment-method-row {
    padding: 0 0;
}

#new_CC_row .row:nth-child(1) {
    padding: 10px 0 20px;
}

#CC_info_row {
    padding: 10px 0 0;
}

#billing_address_choices {
    /*margin: 0 0 0 0;*/
}

.review_image_container .thumbnail {
    border: 0px;
    border-radius: 0px;
}

.checkout_header {
    font-size: 40px;
    font-weight: 500;
    margin: 0px;
}

.checkout_total {
    font-size: 25px;
    color: #f26f51;
}

#shipping-method-row .table-striped>tbody>tr:nth-of-type(odd), #payment-method-container .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}

#shipping-method-row .table-striped>tbody>tr:nth-of-type(even), #payment-method-container .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #EEEEEE;
}

#shipping-method-row .table>tbody>tr>td, #payment-method-container .table>tbody>tr>td {
    border-top: none;
}

#review-order-row {
    padding-bottom: 0px;
}

#preview-order-total .total {
    font-size: 25px;
    line-height:48px;
}

.item-detail-price,
.edit-address-btn,
.show-new-address,
.add-new-card,
.col-sm-4 .return_to_cart,
#review-order-row #basket_totals tr:nth-child(4) th:nth-child(2),
#review-order-row #basket_totals tr:last-child th:nth-child(2),
.change-later
{
    color: #f26f51;
}

.change-later {
    float: right;
}

#change-shipping-address-later {
    margin-top: -43px;
}

#change-shipping-method-later {
    margin-top: -43px;
}

#change-payment-method-later {
    margin-top: -43px;
}

#scrollto h1, h2, h3, h4, h5, h6 {
    color: #2e2e2e;
    font-weight: 500;
}

a.no-link {cursor:default !important;}

#invalid_promo_code {
    font-size:14px;
    font-weight:700;
    color:#f26f51;
}

@media (max-width:767px) {

    .sticky-header {
        height:70px;
    }
    .base-background {
        height:70px;
    }
    .container.basket-container {
        padding: 0 0 0 0;
    }
    .basket-title .row h1 {
        font-size: 22px !important;
    }
    .basket_checkout_row .btn {
        font-size: 18px !important;
    }

    #qr_code {display:none !important;}
    
    #change-shipping-address-later {
        margin-top: -41px;
    }

    #change-shipping-method-later {
        margin-top: -40px;
    }

    #change-payment-method-later {
        margin-top: -40px;
    }
}

@media (max-width: 500px) {
    .small-widget-only {
        margin-right: 25px;
    }
    .hide-at-500 {
        display:none;
    }
}
@media (max-width: 370px) {
    .small-widget-only {
        margin-right: 10px;
    }
}
@media (max-width: 425px) {
    .carousel .flickity-slider {
        margin-left: 1vw;
    }
}

@media (max-width: 335px) {
    .carousel .flickity-slider {
        margin-left: 5vw;
    }
}

@media (max-width: 265px) {
    .small-widget-only {
        margin-right: 5px;
        font-size: 25px;
    }
    .small-widget-only svg {
        height: 25px;
        margin-top: 13px;
        fill: white;
    }
    .small-widget-only i {
        margin-top: 12px;
    }


}



@media all and (min-width: 1545px) {
    .nav.navbar-nav li a span {
        font-size: 24px;
    }
    .nav.navbar-nav li.right-widget-icon i {
        font-size: 42px;
    }
    .nav.navbar-nav li.right-widget-icon svg {
        height: 36px;
        width: 42.53px;
    }
}

@media all and (max-width: 1544px) and (min-width: 1200px) {
    .nav.navbar-nav li a span {
        font-size: 1.57vw;
    }
    .dropdown-arrow {
        font-size: 1.2vw;
    }
    .nav.navbar-nav li.right-widget-icon i {
        font-size: 2.75vw;
        margin-top: 1.1vw;
    }
    .nav.navbar-nav li.right-widget-icon svg {
        height: 2.4vw;
        width: 2.84vw;
        margin-top: 1.25vw;
    }
    .nav.navbar-nav li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav.navbar-nav li.right-widget.has-dropdown:after {
        right: 7px;
    }
}

@media all and (max-width:1600px) and (min-width:1544px) {
    .nav.navbar-nav li {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media all and (max-width:1092px) and (min-width:1000px) {
    .nav.navbar-nav li {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .nav.navbar-nav li.right-widget-icon a {
        padding-left:5px;
        padding-right:5px;
    }
}
@media all and (max-width:1283px) and (min-width:1200px) {
    .nav.navbar-nav li {
        padding-left: 6px;
        padding-right: 6px;
    }
}


@media all and (max-width: 1199px) and (min-width: 50px) {
    .nav.navbar-nav li a span {
        font-size: 16px;
    }
    .dropdown-arrow {
        font-size: 12.3px;
    }
    .nav.navbar-nav li.right-widget-icon i {
        font-size: 2.5vw;
        margin-top: 2vw;
    }
    .nav.navbar-nav li.right-widget-icon svg {
        height: 2.15vw;
        width: 2.54vw;
        margin-top: 2.15vw;
    }
    .nav.navbar-nav li {
        padding-left: .58vw;
        padding-right: .58vw;
    }
    /*.nav.navbar-nav li.right-widget.has-dropdown:after {
        border: 3px solid transparent;
        display: block;
        border-color: #2e2e2e;
        border-right: none;
        border-top: none;
        width: 10px;
        height: 10px;
        right: 7px;
    }*/
}

/*TODO DEBUG*/
/*body * {
    border: 1px solid red;
}
*/



@media all and (max-width: 1100px) and (min-width: 50px) {

    .nav.navbar-nav li a span {
        font-size: 16px;
    }
    .dropdown-arrow {
        font-size: 10.8px;
    }
}

@media all and (max-width: 1030px) and (min-width: 50px) {
    .nav.navbar-nav li {
        padding-left: 4px;
        padding-right: 4px;
    }
    .nav.navbar-nav li.right-widget-icon i {
        font-size: 2.5vw;
        margin-top: 2.25vw;
    }
    .nav.navbar-nav li.right-widget-icon svg {
        height: 2.2vw;
        width: 2.6vw;
        margin-top: 2.4vw;
    }
    /*.nav.navbar-nav li.right-widget.has-dropdown:after {
        border: 2px solid transparent;
        display: block;
        border-color: #2e2e2e;
        border-right: none;
        border-top: none;
        width: 8px;
        height: 8px;
        right: 3px;
        top: 44px;
    }
    .nav.navbar-nav li.right-widget.has-dropdown.clicked:after {
        top: 47px;
    }*/
}


/* DISPLAY SMALL NAV LATER */

@media (max-width: 999px) {
    .navbar.navbar-default {
        z-index:499;
    }
    #search-submenu {
        top: 70px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }

    img.small-only  {
        display: block;
    }
    img.large-only  {
        display: none;
    }

    .small-widget-only-wrapper {
        display: block;
    }

    .navbar-header {
        background-color:#29859c;
        height:70px;
    }
    .navbar-toggle {
        margin-top: 16px;
        display: inline-block;
    }

    .navbar-brand {
        float: none;
        display: block;
        width: 111px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .small-widget-only-wrapper {
        top: 10px;
    }

    .navbar-header {
         float: none;
    }

    div.bc-wrapper:before {
        padding-right:0px;
        padding-left:15px;
        vertical-align:middle;
        color:#2e2e2e;
    }

    ul.mega-nav {
        display:none;
    }

    #my-mega-menu.mm-opened {
        display:block;
        width:100% !important;
        background-color:rgb(244, 244, 240);
        max-width:550px;
    }

    #my-mega-menu .mm-panels .mm-panel:first-child .mm-navbar {
        font-size: 18px;
        color: #29859c;
        font-weight:600;
    }

    .mega-sub_nav  {
        margin-top:55px;

    }

    a.mega-nav-toggle {
        background-color:rgb(244, 244, 240);
        padding:20px;
        text-decoration:none;
        color:#222;
        font-size:16px;
        display:block;
        position:relative;
    }
    a.mega-nav-toggle span {
        float:right;
        display:block;
        line-height:22px;
        color:#2e2e2e;
        opacity:0.5;
    }
}

@media screen and (max-width:1399px) and (min-width:1000px) {
    .sub_nav_col strong a, .sub_nav_col strong {font-size:13px;}
    .sub_nav_col a {font-size:12px;}
}

@media screen and (min-width:1000px) and (max-width:1249px) {
    .mega-navbar-nav li.right-widget {
        padding:0 5px;
    }
    .mega-navbar-nav li.right-widget a {
        font-size:12px;
        padding:3px 5px;
    }
}

@media screen and (min-width:1250px) and (max-width:1400px) {
    .mega-navbar-nav li.right-widget a {
        padding:10px 7px !important;
    }
}

@media (min-width: 1000px) {
    .mega-nav-toggle {display:none;}
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-header {
        max-width: 350px;
        width: 22vw;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-header {
         float: left;
    }

    #my-mega-menu {
        display:none !important;
        height:0px;
    }
    .mega-sub_nav  {
        margin-top:55px;
    }

    #basket_totals.dealer {
        margin-top:20px;
    }
}

@media (max-width: 324px) {
    .promo_code_btn {
        margin: 0 0 10px 0 !important;
    }
}

@media screen and (max-width:1000px) and (min-width:768px) {
    #basket_totals.dealer {
        margin-top:20px;
    }
    #search-overlay {
        z-index:498;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
{
    #search-overlay {
        z-index:200 !important;
}


.cms-modal-close, .cms-icon-close {
  color: #2e2e2e !important;
}


/* IE SPECIFIC */
@media all and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .nav i.fa-angle-right.dropdown-arrow {
        font-size:calc(100% + 20px) !important;
        font-size:-webkit-calc(100% + 20px) !important;
        font-size:-moz-calc(100% + 20px) !important;
    }
}

@supports (-ms-accelerator:true) {
    .nav i.fa-angle-right.dropdown-arrow {
        font-size:calc(100% + 20px) !important;
        font-size:-webkit-calc(100% + 20px) !important;
        font-size:-moz-calc(100% + 20px) !important;
    }  
}

_:-ms-lang(x), .nav i.fa-angle-right.dropdown-arrow {
    font-size:calc(100% + 20px) !important;
    font-size:-webkit-calc(100% + 20px) !important;
    font-size:-moz-calc(100% + 20px) !important;
}


