/* 
* Color Palette
*/
/* JFB Colors */

:root {
    --brown: #B2730C;
    --light-grey: #999;
    --offwhite-background: #ececec;
    --light-grey-background: #efefef;
    --off-brown: rgb(139, 96, 30);
    --fullwidth: 100%;
}
/* Colors 
.brown {
color:#B2730C;
}
.light-grey {
color:#999;
}
.offwhite-background {
background:#ececec;
}
.light-grey-background {
background:#efefef;
}
.off-brown {
  color: rgb(139, 96, 30);
}*/

.brown {
    color: var(--brown);
}
.light-grey {
    color: var(--light-grey);
}
.offwhite-background {
    background: var(--offwhite-background);
}
.light-grey-background {
    background: var(--light-grey-background);
}
.off-brown {
    color: rgb(139, 96, 30);
}
/* Fonts */

body,
.main-font,
h1,
h2 {
    font-family: 'Open Sans', sans-serif;
}
#navbar-top,
.second-font,
h3,
h4 {
    font-family: 'Oswald', sans-serif;
}
/* Globals */

.navbar-toggle {} .navbar-toggle .icon-bar {
    border: 2px solid #000;
}
.main-container img {
    max-width: 100%;
    height: auto !important;
}
h1 {
    text-transform: uppercase;
    font-weight: bold;
}
h3.headline {
    text-transform: uppercase;
    margin-top: 0;
}
h4.headline-grey-underline {
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 4px;
    border-bottom: 2px solid #DDD;
}
.text-center {
    text-align: center;
}
.no-pad {
    padding: 0;
}
.full-width-container {
    /*width:100% !important;*/
}
.grey-line {
    display: block;
    height: 15px;
    border: 0;
    border-top: 3px solid #999;
    /* border-bottom: 4px solid #fccd01; */
    
    margin: 1em 0;
    padding: 0;
    vertical-align: middle;
    margin-top: 30px;
}
form input {
    color: #000;
}
/* Global Fix */

.webform-component-email input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.group-debug {} .region .block-title {
    border-bottom: 5px solid #979797;
    text-align: right;
    font-size: 1.4em;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
/* Header */

header .top-container {} header .right-container {
    background-color: #FFF;
    padding-right: 15px;
}
.logo {
    z-index: 99;
}
#logo-jfb img {
    max-height: 220px;
}
.phone-icon {
    font-size: 0.6em;
    margin: 0 10px 0px;
}
.top-nav {
    margin-bottom: 0px;
    margin-top: 7px;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
#phonenumber-jfb {
    font-size: 2em;
    font-weight: bold;
    margin: 30px 0 5px 0;
}
@media only screen and (max-width: 767px) {
    #phonenumber-jfb {
        font-size: 1.5em;
        font-weight: bold;
        margin: 15px 0 10px 0;
    }
    #navbar li a {
        padding: 10px 40px !important;
    }
}
#navbar-top li {
    float: left;
    display: block;
    position: relative;
}

#navbar-top li:not(.last) {
    border-right: 2px solid #000;
}
#navbar-top a {
    color: #000;
    text-transform: uppercase;
    padding: 1px 15px;
    text-decoration:none;
}
#navbar-top li a img {
    width: 18px;
    margin: -6px 0 0 5px;
}
#navbar-top a:hover {
    background:#ddd;
}
/* Search */

header .search-box {} #search-block-form input {
    border-radius: 0;
    background-color: #efefef;
    border: none;
}
#search-block-form button {
    border-radius: 0;
    border: 1px solid #B2730C;
    color: #FFF;
    background-color: #B2730C;
}
#search-block-form button:hover {
    background-color: #BE9C63;
}
#search-block-form i {}
/* Primary Navigation */

header .primary-menu {
    background: #FFF;
}
#navbar {
    margin-top: 6px;
}
#navbar a {
    background-size: 10% 50%;
    background-position: 5%;
    padding: 9px 10px 9px 5px;
    color: #FFF;
    font-size: 1.2em;
    text-transform: uppercase;
}
#navbar li img {
    height: 35px;
    padding: 6px 6px 0 5px;
    float: left;
    width: auto;
}
#navbar li {
    /* fallback */
    
    background-color: #313131;
    background: url(/images/linear_bg_2.png);
    background-repeat: repeat-x;
    /* Safari 4-5, Chrome 1-9 */
    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#313131), to(#878787));
    /* Safari 5.1, Chrome 10+ */
    
    background: -webkit-linear-gradient(top, #878787, #313131);
    /* Firefox 3.6+ */
    
    background: -moz-linear-gradient(top, #878787, #313131);
    /* IE 10 */
    
    background: -ms-linear-gradient(top, #878787, #313131);
    /* Opera 11.10+ */
    
    background: -o-linear-gradient(top, #878787, #313131);
}
#navbar li:hover,
#navbar a:hover {
    background: #313131;
}
#navbar .menu-resize {
    min-width: 150px;
}
@media only screen and (max-width: 1200px) {
    #navbar .menu-resize {
        min-width: 124px !important;
    }
    #navbar li a {
        padding: 9px 0px 9px 5px;
        font-size: 1.0em;
    }
}
#divider .grey-divider {
    height: 15px;
}
.grey-divider {
    /* fallback */
    
    background-color: #979797;
    background: url(/images/linear_bg_2.png);
    background-repeat: repeat-x;
    /* Safari 4-5, Chrome 1-9 */
    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#979797), to(#cbcbcb));
    /* Safari 5.1, Chrome 10+ */
    
    background: -webkit-linear-gradient(top, #cbcbcb, #979797);
    /* Firefox 3.6+ */
    
    background: -moz-linear-gradient(top, #cbcbcb, #979797);
    /* IE 10 */
    
    background: -ms-linear-gradient(top, #cbcbcb, #979797);
    /* Opera 11.10+ */
    
    background: -o-linear-gradient(top, #cbcbcb, #979797);
}
/*  Home Hero and Mega Menus */

#submenu2 .tb-megamenu .nav > a:hover {
    background: #b2730d;
}
/* Slideshow */

#myCarousel {
    height: 420px;
    overflow: hidden;
}
#myCarousel .inner-slideshow-wrapper {
    padding: 20px;
    margin: 20px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 2px;
    box-shadow: 1px 1px 7px #333;
    position: relative;
}
#myCarousel .slideshow-right {
    padding: 10px 30px 0 10px;
}
#myCarousel h2 {
    margin-top: none;
    font-weight: bold;
}
#myCarousel .slideshow-right img {
    height: 270px;
}
#myCarousel p {
    font-weight: bold;
}
.carousel .item {
    background-color: #FFF;
}
#myCarousel .left {
    background-image: none;
}
#myCarousel .left:hover {
    background-image: none;
}
#myCarousel .left .glyphicon-chevron-left {
    background: url(../img/left-arrow.png);
    width: 30px;
    height: 30px;
    background-size: 100% auto;
}
#myCarousel .left .glyphicon-chevron-left::before {
    content: "";
}
#myCarousel .right {
    background-image: none;
}
#myCarousel .right:hover {
    background-image: none;
}
#myCarousel .right .glyphicon-chevron-right {
    background: url(../img/right-arrow.png);
    width: 30px;
    height: 30px;
    background-size: 100% auto;
}
#myCarousel .right .glyphicon-chevron-right::before {
    content: "";
}
#myCarousel a.btn {
    bottom: 40px;
    position: absolute;
    right: 80px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 1px;
    padding: 10px 40px;
    font-size: 1.2em;
}
#jCarousel a.btn:hover {
    background: #b2730d;
}
.bg-orange-gradient {
    /* fallback */
    
    background-color: #b2730d;
    background: url(/images/linear_bg_2.png);
    background-repeat: repeat-x;
    /* Safari 4-5, Chrome 1-9 */
    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b2730d), to(#e7a613));
    /* Safari 5.1, Chrome 10+ */
    
    background: -webkit-linear-gradient(top, #e7a613, #b2730d);
    /* Firefox 3.6+ */
    
    background: -moz-linear-gradient(top, #e7a613, #b2730d);
    /* IE 10 */
    
    background: -ms-linear-gradient(top, #e7a613, #b2730d);
    /* Opera 11.10+ */
    
    background: -o-linear-gradient(top, #e7a613, #b2730d);
}
.btn {}
/* Front Page Slideshow */

#jCarousel {
    height: 420px;
    overflow: hidden;
    background: url(/sites/all/themes/justforbrass/img/SlideshowBG.jpg) top center;
}
#jCarousel .jcarousel-skin-default {
    text-align: center;
}
#jCarousel .jcarousel-skin-default .jcarousel-item {
    border: none;
    background: none;
}
#jCarousel .jcarousel-skin-default .jcarousel-container-horizontal {
    width: 100%;
    height: 100%;
}
#jCarousel .jcarousel-skin-default .jcarousel-clip-horizontal {
    width: 100%;
}
#jCarousel .jcarousel-skin-default .jcarousel-item-horizontal {
    width: 100%;
}
#jCarousel .jcarousel-item {
    height: auto;
}
#jCarousel .inner-slideshow-wrapper {
    padding: 20px;
    margin: 20px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 2px;
    box-shadow: 1px 1px 7px #333;
    position: relative;
}
#jCarousel .slideshow-right {
    padding: 10px 30px 0 10px;
}
#jCarousel .slideshow-right img {
    max-width: 100%;
    height: auto;
}
#jCarousel h2 {
    text-align: left;
}
#jCarousel h2 a {
    font-weight: bold;
    color: #000;
    font-size: 0.9em;
    text-decoration: none;
    text-align: right;
}
#jCarousel a.btn {
    margin-top: 30px;
    bottom: 40px;
    right: 80px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 1px;
    padding: 10px 40px;
    font-size: 1.2em;
}
#jCarousel .jcarousel-prev {
    background: url(/sites/all/themes/justforbrass/img/left-arrow.png);
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    margin-top: 65px;
}
#jCarousel .jcarousel-next {
    background: url(/sites/all/themes/justforbrass/img/right-arrow.png);
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    margin-top: 65px;
}
/* Content Area */

.page-tpl section.main-section {
    padding: 25px 10px 25px 25px !important;
}
.page-tpl .region-sidebar-first section {
    padding: 25px 10px 0 25px;
}
#main-content {} #main-content .images {
    margin-top: 30px;
}
.mnozil img {
    max-height: 157px;
    width: auto;
    margin: 0 auto;
}
#featured-headline {} #featured-headline h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6em;
    margin: 18px 0;
}
/* Latest New Interior Pages */

.not-front .view-front-page-featured-blogs {} .not-front .view-front-page-featured-blogs .date-wrap {
    width: 80px;
    margin-left: -50px;
    color: #FFF;
    padding: 7px 10px;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
}
.not-front .view-front-page-featured-blogs .row {
    border-bottom: 3px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.not-front .view-front-page-featured-blogs {}
/* Blog View */

.view-blog .views-row {
    clear: both;
    margin-bottom: 30px;
    float: left;
}
.view-blog .views-field-title {
    clear: both;
}
.view-blog .views-field-title h2 {
    border-bottom: 5px solid #979797;
    color: #777;
    text-align: left;
    font-size: 1.7em;
    margin: 40px 0 20px 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
}
.view-blog h2 a {
    text-decoration: none;
    color: #000;
}
.view-blog img {
    max-width: 300px;
    float: left;
    padding: 0 10px 10px 0;
    clear: left;
}
.view-blog .btn {
    font-size: 1.2em;
    margin: 20px 0;
    float: left;
    clear: left;
}
.view-blog .btn a {
    color: #FFF;
    text-decoration: none;
}

.region-promo-gutter {
	display:none;
    position: fixed;
    left: 0;
    top: 40%;
    width: 100%;
    background: rgba(178, 115, 12, 0.82);
    text-align: center;
    z-index: 999;
}
#block-webform-client-block-70888 {
    max-width: 420px;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    background:#B2730C;
    padding:20px;
}
.region-promo-gutter header {
	display:none;
}
#block-webform-client-block-70888 h2 {
	text-align:center;
}
#block-webform-client-block-70888 .form-type-radio {
	display:inline;
}
#block-webform-client-block-70888 .form-submit,
#block-webform-client-block-70888 .form-item {
margin-top: 20px;	
}



#featured {} #featured .row-1 {} #featured .row-1 {} #featured .featured-product-section {
    float: left;
    width: 20%;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #featured .row-1 {
        width: 33%;
    }
    #featured .row-2 {
        width: 50%;
    }
}
@media only screen and (max-width: 450px) {
    #featured .row-1,
    #featured .row-2 {
        width: 100%;
    }
}
#featured .featured-product-section:not(.last) {
    background: url(/images/featured-divider.jpg) right no-repeat;
}
#featured .featured-product-section img {
    width: 80%;
    padding: 10% 10% 0 10%;
    margin: 0 10%;
}
#featured h2 {
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-weight: bold;
    font-size: 1.5em;
}
#featured .trumpet h2 {
    color: #eaab1e;
}
#featured .horn h2 {
    color: #ef9b13;
}
#featured .trombone h2 {
    color: #c95f03;
}
#featured .euphonium h2 {
    color: #6c5000;
}
#featured .tuba h2 {
    color: #0256a0;
}
#featured ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
#featured li {
    margin-bottom: 3px;
}
#newsletter {
    background: url('../img/newsletter-bg.jpg');
    padding: 10px 30px 20px 30px;
}
#newsletter h3 {
    color: #e7a613;
    text-transform: uppercase;
    font-weight: bold;
}
#newsletter {
    color: #FFF;
    padding-bottom: 40px;
}
#newsletter .indicates-required {} #newsletter input {
    width: 90%;
    padding: 2%;
    margin-top: 2px;
}
#newsletter .button {
    width: 50% !important;
    border-radius: 0 !important;
}
#newsletter .button:hover {
    background: #b2730d !important;
}
#newsletter .block-webform label {
    color: #FFF;
    text-transform: uppercase;
}
#newsletter .block-webform #webform-component-name {
    float: left;
    width: 30%;
}
#newsletter .block-webform #webform-component-name label {} #newsletter .block-webform #webform-component-email {
    float: left;
    width: 30%;
}
#newsletter .block-webform #webform-component-email label {} #newsletter .block-webform #webform-component-interests {
    float: left;
    width: 30%;
}
#newsletter .block-webform #webform-component-interests .form-radio {
    float: right;
    clear: right;
}
/* Grid */

#block-system-main .views-bootstrap-grid-plugin-style {} #block-system-main .views-bootstrap-grid-plugin-style .col {
    padding: 20px 15px;
    margin-top: 20px;
    border-top: 4px solid #fccd01;
}
#block-system-main .views-bootstrap-grid-plugin-style .row .views-field-title-field {
    margin-bottom: 10px;
}
#block-system-main .views-bootstrap-grid-plugin-style .row .views-field-title-field a {
    font-size: 1.1em;
    color: #000;
}
#block-system-main .views-bootstrap-grid-plugin-style .row .views-field-view-node {
    margin-bottom: 25px;
}
#block-system-main .views-bootstrap-grid-plugin-style .row .views-field-list-price {
    font-size: 1.8em;
    color: #6BA429;
    margin-top: 5px;
}
#block-system-main .views-bootstrap-grid-plugin-style .row .views-field-addtocartlink {
    clear: both;
    text-align: right;
}
/* Customer Favorites */

.view-customer-favorites .view-header {
    padding: 20px;
}
/* Product Page */

.node-product .field-name-field-base-price {
    font-size: 1.3em;
    font-weight: bold;
    float: right;
}
.node-product .add-to-cart {
    margin-top: 20px;
    float: right;
    clear: right;
}
.node-type-product .field-name-body {
    float: right;
    max-width: 68%;
    padding: 10px;
}
.field-name-field-imported-media-image {
    float: left;
    padding-right: 10px;
}
.node-type-product .model {
    padding: 5px 0;
    clear: left;
    display: block;
    float: left;
}
.node-type-product .weight {
    float: left;
    clear: left;
}
.node-type-product .field-group-htabs-wrapper {
    clear: both;
    margin-top: 40px;
    float: left;
    width: 100%;
}
.group-product-info {
    clear: both;
    padding-top: 30px;
}
.node-type-product .add-to-cart {} .node-type-product .sharethis-buttons {
    clear: both;
}
#debug {
    clear: both;
}
.group-debug {
    visibility: hidden;
}
.admin-menu .group-debug {
    visibility: visible;
}
/* Blog Template */
/* Single */

.node-type-blog .main-section {} .node-type-blog .image-caption {
    max-width: 600px;
}
/* Category */
/* Footer */

#footer {
    padding-top: 30px;
    background: url(/images/footer-bg.jpg);
}
#footer .row {
    padding-bottom: 15px;
    max-width: 100%;
    padding-left: 15px;
}
#footer .section {
    margin-bottom: 40px;
    padding-left: 15px;
}
#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#footer li {
    margin-bottom: 3px;
}
#footer ul a {
    color: #000;
}
#business-details .footer-logo img {
    max-width: 60%;
    margin-bottom: 10px;
}
#business-details i {
    width: 20px;
}
#business-details a.btn {
    margin-top: 15px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 1px;
    padding: 10px 10px;
    font-size: 1.2em;
    width: 80%;
}
@media only screen and (max-width: 600px) {
    #business-details a.btn {
        width: 100%;
    }
}
#business-details a.btn:hover {
    background: #b2730d
}
#followus {
    margin-top: 100px;
}
@media only screen and (max-width: 1169px) {
    footer #generalinfo {
        clear: both;
    }
}
#generalinfo img {
    margin-top: 50px;
}
#search img {
    margin: 10px 0 0 0;
}
/* Search */

#search-block-form--2 input {
    border-radius: 0;
    background-color: #efefef;
    border: none;
}
#search-block-form--2 button {
    border-radius: 0;
    border: 1px solid #B2730C;
    color: #FFF;
    background-color: #B2730C;
}
#search-block-form--2 button:hover {
    background-color: #BE9C63;
}
#search-block-form--2 i {} #copyright {
    '
 color: #FFF;
    padding: 10px 0 0 0 !important;
}
/* Sidebar */

.region-sidebar-first {
    background-color: white;
    border: none;
}
/* Block 5 Goes under submenu to help the sidebar layout */

#block-block-5 {
    min-height: 200px;
}
/* Views */

.view-new-arrivals .views-row {
    clear: both;
    margin-bottom: 30px;
}
.view-new-arrivals .views-field-field-imported-media-image {} .view-new-arrivals .views-field-body {}




#fingering {

}
#fingering div {
    text-align:center;

}
#fingering h3 {

}
#fingering a {

}

#submenu2 .tb-megamenu .nav > a:hover {
    background: #b2730d;
}

#submenu2 .tb-megamenu.style-black .nav > li > a {

}



#block-user-login {
    background: #e5e5e5;
    padding: 20px;
}
@media only screen and (min-width:500px) {
  #block-user-login .form-item {
    float:left;
    width:40%;
    padding:0 10px;
  }
}

#navbar-top {
  font-size: 1.1em;
}
#navbar-top li {
  float:left;
  list-style-type: none;
}

#navbar-top li.first a {padding-left: 0;}
#navbar-top li.last a {padding-right: 0;}

#navbar-top a {
  text-decoration: none;

}
#navbar-top a:hover,
#navbar-top .uc-ajax-cart-alt-processed div:hover  {
  background:#DDD;

}




#navbar-top .uc-ajax-cart-alt-processed div {
  float:left;
  padding-left:10px;
}

@media only screen and (min-width:1200px) and (min-width:979px) {
  #submenu2 .tb-megamenu .level-1:nth-child(2) .nav-child {
    top:-56px;
  }
  #submenu2 .tb-megamenu .level-1:nth-child(3) .nav-child {
    top:-112px;
  }
  #submenu2 .tb-megamenu .level-1:nth-child(4) .nav-child {
    top:-168px;
  }
  #submenu2 .tb-megamenu .level-1:nth-child(5) .nav-child {
    top:-224px;
  }
}
@media only screen and (max-width:1199px) and (min-width:979px) {

  .top-menu .navbar {
    min-height:0;
  }
  #phonenumber-jfb {
    margin: 19px 0 5px;
  }

  #submenu2 .tb-megamenu .level-1:nth-child(2) .nav-child {
    left:-194px !important;
  }
  #submenu2 .tb-megamenu .level-1:nth-child(3) .nav-child {
    left:-388px !important;;
  }
  #submenu2 .tb-megamenu .level-1:nth-child(4) .nav-child {
    left:-582px !important;;
  }
  #submenu2 .tb-megamenu .level-1:nth-child(5) .nav-child {
    left:-602px !important;;
  }
  #block-block-5 {
      min-height: 40px !important;
  }


}



@media only screen and (max-width:979px) {
 .main-container {
    padding-top: 90px;
  }
}
#block-views-customer-favorites-block {
  padding-top: 25px;
}




#uc-cart-view-form a {
  background-color: #5bc0de;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 10px;
  margin-top: 15px;
  float: left;
  color: #fff;
  text-decoration: none;
}

#uc-cart-view-form a.close {
  float: right;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#uc-cart-view-form td a {
  background-color: transparent;
  border: none;
  color: #000;
}
#uc-cart-view-form td a:hover {
  background-color: transparent;
  border: none;
  color: #000;
}

#uc-cart-view-form a:hover {
  background-color: #31b0d5;
  border-color: #269abc;
}
#edit-checkout--2.form-submit {
  border:1px solid #5cb85c;
  background-color: #5cb85c;
  color:#FFF;
}
#edit-checkout--2.form-submit:hover {
  background-color: #449d44;
  border: 1px solid #398439;
}

#block-menu-block-1 a,
#block-views-taxonomy-children-filter-block a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#block-views-taxonomy-children-filter-block ul {
  margin: 0;
  padding: 0;
}
#block-views-taxonomy-children-filter-block ul li {
list-style-type: none;
}
#block-views-taxonomy-children-filter-block ul li a {
  padding: 3px 15px;
  display:block;
  width:100%;
}
#block-views-taxonomy-children-filter-block ul li a:hover {
background:#eee;
}









#submenu2 .tb-megamenu.style-black .nav li li.level-2 {
  margin-bottom: 5px 0;
}
#submenu2 .tb-megamenu.style-black .nav li li.level-2 .mega-group-title {

}
#submenu2 .tb-megamenu.style-black .nav li li.level-2 .caret {
  display:none;
}
#submenu2 .tb-megamenu.style-black .nav li li.level-2 a {
  padding-left: 10px;
}

#submenu2 .tb-megamenu.style-black .nav li li li a {
  padding: 5px 5px 5px 10px;
  font-size: 1.1em;
}


#submenu2 .tb-megamenu.style-black .nav li li li a:hover,
#submenu2 .tb-megamenu.style-black .nav li li a:hover {
  background:#DDD;
}

#jCarousel .image img {
    margin-top:8px;
}
#jCarousel h2 {
    color:#000;
    font-size:1.7em;
}
#jCarousel .composer {
    text-align: left;
    font-size: 1.3em;
}

/*
.page-tpl section.main-section{padding:25px 10px 25px 25px!important}

.page-tpl .region-sidebar-first section{padding:25px 10px 0 25px}
*/



#block-system-main .view-id-taxonomy_term h3,
#block-system-main .view-taxonomy-term-view-cds h3 {
  margin: 0;
  font-size: 1.3em;
  line-height: 1.3em;
}

#block-system-main .view-id-taxonomy_term .views-column,
#block-system-main .view-taxonomy-term-view-cds .views-column {
    margin-bottom: 0px;
    min-height: 360px;
    padding: 30px;

}
#block-system-main .view-id-taxonomy_term .views-column-first,
#block-system-main .view-taxonomy-term-view-cds .views-column-first {
      border-right: 2px solid #CCC;
}
#block-system-main .view-taxonomy-term-view-cds .views-row {
    clear: both;
    border-bottom: 2px solid #DDD;
}


.page-taxonomy-term-37224 h1 {
    display:none;
}



.view-term-header h2 {
    text-align: left;
    font-size: 1.4em;
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-weight: 700;
    color: #979797;
}
.view-term-header .views-field-description .field-content .pretty-image {
    padding:20px;
    min-height:120px;
    background-size:100%;
}
.view-term-header h5 {   
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'Open Sans',sans-serif;
}


.page-taxonomy-term .block-title {
    text-align:left;
    border-bottom:none;
}

.page-taxonomy-term .view-staff-picks h2 {
    font-size:1.4em;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom: 5px;
}

.page-taxonomy-term .view-staff-picks .view-all {
    margin-top: 20px;
    text-align: right;
    text-transform: uppercase;  
}
.page-taxonomy-term .view-staff-picks .view-all a {
    color:#000;
}
.page-taxonomy-term .view-staff-picks .item-list {
    width: 100%;
    height: 320px;
    overflow-x:scroll;
    overflow-y: hidden;
    border: 1px solid #CCC;
}

.page-taxonomy-term .view-staff-picks ul {
    padding: 0;
    margin: 0;
   width: auto;
   white-space:nowrap; 
}
.page-taxonomy-term .view-staff-picks li {
    list-style-type:none;
    padding:5px;
    height:280px;
    width:120px;
    display: inline-block;
}
.page-taxonomy-term .view-staff-picks .views-field-field-imported-media-image {
    float:left;
}
.page-taxonomy-term .view-staff-picks .views-field-field-composer {
    height: 40px;
    font-size: 0.9em;
    white-space: normal;
    float:left;
}
.page-taxonomy-term .view-staff-picks .views-field-title {
    height: 80px;
    white-space: normal;
    float:left;
}
.page-taxonomy-term .view-staff-picks .views-field-title a {
    color:#000;
    font-weight:bold;
    font-size:1.0em;
}






#phonenumber-jfw {
    color:#5d9594;
}


@media only screen and (max-width:440px) {
  h1 {
    font-size:1.2em;
    margin:5px 0;
  }

  #phonenumber-jfb img,
  #phonenumber-jfw img,
  #phonenumber-lmc img {
    display:none;
    padding-right: 10px;
  }
  #phonenumber-jfb,
  #phonenumber-jfw,
  #phonenumber-lmc {
    margin: 5px;  
  }
  header button.navbar-toggle {
    padding: 10px 0px 0px;
    margin:0;
  }
}

@media only screen and (min-width:440px) {
  #phonenumber-jfb,
  #phonenumber-jfw,
  #phonenumber-lmc {
    margin-right: 15px;
  }
}
@media only screen and (min-width:1200px) {
  #phonenumber-jfb,
  #phonenumber-jfw,
  #phonenumber-lmc {
    margin-top: 53px;
  }
}

header .phone-icon {
  margin: 0;
  width: 17px;
  margin-right: 5px;
  margin-top: -5px;
}

/* Approved Home Page Edits */
.brown {
  color:#B2730C;
}
.brown i {
  color: #999;
}
#search-block-form--2 button,
#search-block-form button {
  background: url('/sites/all/themes/justforbrass/img/icon-search-white.png') no-repeat #B2730C;
  background-size: auto 80%;
  background-position: center;
  color: transparent !important;
  width: 40px;
}


.top-menu {
  padding: 0;
}
.top-nav {
  background: transparent;
  border: none;
  min-height: 20px;
  margin-bottom: 3px;
}
.top-nav ul {
  padding: 0;
  margin: 0;
}


#featured-headline {
 margin-top: 25px !important;
}


#jCarousel h2 {
  font-weight:bold;
  margin-top: 0;
}
#jCarousel p {
  text-align:left;
}


.brown {
  color: #B2730C;
}
.light-grey {
  color:#999;
}
.offwhite-background {
  background:#ececec;
}
.light-grey-background{
  background: #efefef;
}
.off-brown{
color: rgb(139, 96, 30);
}
.fullwidth {
  width:100%;
}
#featured h2 {
  color: #eaab1e;
  font-size: 1.8em;
  letter-spacing: -2px;  
} 




#newsletter {
    background: url(/sites/all/themes/justforbrass/img/newsletter-bg.jpg);
}
#newsletter .interests {
  margin-top:15px;
}
#newsletter .interests span {
  float: left;
  font-size: 1.4em;
  font-weight: bold;
}
#newsletter .interests ul {
  float:left;
}
#newsletter .interests li {
  list-style-type: none;
  float:left;
  margin-right: 35px;
}
#newsletter .interests li input {
width:20px;
}


#footer h4 {
  font-size: 1.7em;
  letter-spacing: -1px;
}

#footer .address {
    padding-bottom: 0;
}
#footer .address p {
  margin-bottom:0;
}
#footer .phone-icon {
  margin: 0;
  width: 17px;
  margin-right: 5px;
  margin-top: -5px;
}
#footer .phone {

}
#footer .phone span {
  font-size: 1.3em;
  margin-top: 5px;
}

#generalinfo img {
  margin-top: 31px;
}

#copyright {
  padding: 10px 40px 2px 10px !important;
  color: #FFF;
}



/* Grid */
.views-responsive-grid .uc-price {
  font-size: 1.3em;
font-weight: bold;
text-align: right;
}



.node-product ul.links {
  display:none;
}

.flag-outer-wishlist {
  clear:right;
  float:right;
}

#block-uc-currency-uc-currency-block {
  float:left;
  padding:20px;
  height:100px;
}


/* Hide backorder form by default */
#webform_nid70462-pane {

}
#webform_nid70462-pane .panel-heading {
  margin-bottom:0;
}
#webform_nid70462-pane .webform-component {
  margin-left: 30px 
}
#webform_nid70462-pane .webform-component label {
  display:none;
}
#webform_nid70462-pane .webform-component .form-type-radio label {
  display:block;
}

