/*
Main Orange: #c06e23
Light Orange: #cd792b;
Grey: #5a5859;
Light Grey: #cacaca;
Red: #b7272d;

Main Background: #e6e6e6;
Top Header Background: #090708;
Header Background: #201c1d;
Top Footer Background: #242021;
Bottom Footer Background: #090708;
Lines and Separators: #303030;
*/
 

/***************************/ 
/* Bootstrap Customization
/***************************/   

.nav-tabs {
	background-color: #cacaca;
}

.nav-tabs>li>a {
	color: #000;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: #c06e23;
	color: #fff;
}

.nav-tabs>li.active>a:after {
	content: '';
    height: 0;
    position: absolute;
    width: 0;
    top: 38px;
    left: 40%;
    border: 10px solid transparent;
    border-top-color: #c06e23;
}

.nav-tabs>li>a:hover {
	background-color: #c06e23;
	color: #fff;
}

.tab-pane {
	margin: 20px 0;
}

.thumbnail .caption {
	color: #090708;
}

.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}

.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}

.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}

.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}

.label {
    padding: .2em .6em .2em;
}

.form-control {
	color: #777;
}


/********************/
/* Common
/*******************/   


body {
	font-size: 14px !important;
	color: #4c4c4c;
	background-color: #090708;
}

h5 {
	font-weight: bold;
}

.path {
	display: inline-block;
	margin-bottom: 4px;
	font-size: 14px;
	margin-top: 1px;
}

.align-right {
 	text-align: right;
 }

.align-left {
 	text-align: left;
 }

 .align-center {
 	text-align: center;
 }

.orange {
	color: #c06e23 !important;
	display: inline-block;
}

.light-orange {
	color: #cd792b;
	display: inline-block;
}

.light-grey {
	color: #cacaca;
	display: inline-block;
}


.font-xxlg {
	font-size: 24px;
}

.font-xlg {
	font-size: 18px;
}

.font-lg-16 {
	font-size: 16px;
}

.font-lg {
	font-size: 14px;
}

.font-md {
	font-size: 12px;
}

.font-sm {
	font-size: 11px;
}

.font-xsm {
	font-size: 10px;
}

.font-red {
	color: #b7272d !important;
}

.font-orange {
	color: #c06e23 !important;
}

.font-green {
	color: #2ab527;
}

.font-grey, grey {
	color: #5a5859;
}

.font-dark-grey {
	color: #433F3F !important;
}

.font-black, black {
	color: #242021;
}

.font-blue {
	color: #0e74b2;
}

.block {
	display:block;
}

.smaller {
	font-size: 12px;
}

.bg-blue {
	background-color: #0e74b2;
}

.bg-grey {
	background-color: #5a5859;
}

.bg-dark-grey {
	background-color: #242021;
}

.bg-black {
	background-color: #242021;
}

.xs-padding {
	padding-right: 1px;
	padding-left: 5px;
}

.light-label {
	font-weight: normal !important;
}

.hidden {
	display:none;
}

.clickable {
	cursor: pointer !important; 
}

.inline {
    display: inline;
}

.border {
	border: 1px solid #e6e6e6;
}

hr.section {
  border-top: 1px solid #e6e6e6;
  clear:both;
}

img.desktop-mobile { 
	width: 100%;
}  

img.tablet {
	width: 100%;
	display:none;
}
 
img.md-margin {
	margin: 15px;
}

img.fixed-width {
	display: block;
    height: auto;
    margin: 0 auto;
}

/* Helper for vertical align Product main image */
.vertical-align {
    display: flex;
    align-items: center;
}

.dark-bar {
	background-color: #5a5859;
}

.dark-bar > h3 {
	color: #fff !important; 
	padding: 4px 8px;
}

.dark-bar > h4 {
	color: #fff !important; 
	padding: 3px 6px;
}

/********************/
/* Forms
/*******************/     

input.hp {
	display:none;
}
#pass-checker{
	display: flex;
	margin-top: -12px;
	margin-bottom: 2px;
	padding: 2px;
}
#pass_type
{	
	padding-top: 1px;
	font-size:14px;
	line-height: 15px;
	height: 15px;
	color:grey;
	margin-left: 10px;
}
#meter_wrapper
{	
	margin-left: -2px;
	border:1px solid #ccc;
	width:200px;
	height:18px;
	border-radius:3px 3px;
}
#meter
{
	width:0px;
	height:16px;
	border-radius:3px 3px;
}


/********************/
/* Header 
/*******************/     
     
 
.header {
	width: 100%;
	background-color: #201c1d;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.top-header {
	padding: 5px 0;
	background-color: #090708;
	border-bottom: 1px solid #303030;
}

.header a{
	color: #fff;
	text-decoration: none;
}

.header a:hover{
	color: #c06e23;
	text-decoration: none;
}

.user-menu {
	margin-right: 10px;
}

.user-menu i{
	margin-right: 4px;
	text-shadow: 0 1px 1px #000;
	color: #c06e23;
	min-width: 6.5px;
}

img.logo-header {
	max-width: 330px;
	width: 100%;
}

.page-info-header {
  width: 100%;
  padding: 20px;
  min-height: 227px;
  background-position: right;
  background-size: cover;
}

.page-info-header p{
  font-weight: bold;
  font-size: 14px;
  max-width: 480px;
}


/********************/
/* Top Navigation
/********************/

.top-navigation {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0;
	background-color: #5a5859;
	border-bottom: 44px solid #c06e23;
	z-index: 200;
}

#compact-nav {
	display:none;
	cursor:pointer;
	padding: 10px 15px;
}

#compact-nav:hover {
	background-color: #666;
}

.top-navigation ul li {
	list-style: none;
}

.top-navigation ul li.compact-nav {
	display: none;
}

.top-navigation li {
	cursor: pointer;
}

.top-navigation ul.first-ul {
	width: 100%;
	line-height: 44px;
}


.top-navigation ul.first-ul > li {
	float: left;
	margin: 0 4px;
	text-shadow: 0 1px 1px #000;
	font-size: 16px;
}

.top-navigation ul.first-ul > li > a {
	padding: 0 25px;
	display:block;
	width:100%;
	height:100%;
}

.top-navigation ul.first-ul > li > a, .top-navigation ul.first-ul > li > a:hover{
	text-decoration: none;
	font-size: 16px !important;
	color: #fff;
}


.top-navigation ul.first-ul > li:hover {
	background-color: #666;
}

.top-navigation ul.first-ul > li:first-child {
	margin-left: -40px;
}

.top-navigation ul.first-ul > li.active {
	background: -webkit-linear-gradient(#da8b43, #c06e23); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#da8b43, #c06e23); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#da8b43, #c06e23); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#da8b43, #c06e23); /* Standard syntax */

	-webkit-box-shadow: 6px 0px 12px -4px rgba(0,0,0,0.35);
	-moz-box-shadow: 6px 0px 12px -4px rgba(0,0,0,0.35);
	box-shadow: 6px 0px 12px -4px rgba(0,0,0,0.35);
}

.top-navigation ul.second-ul {
	z-index: 180;
	display: none;
}

.top-navigation ul.second-ul > li {
	float: left;
	position:relative;
	text-transform: none;
	text-shadow: none;
	font-size: 14px;
}

.top-navigation ul.second-ul > li > a {
	display:block;
	width: 100%;
	height:100%;
	padding: 0 9px;
}

.top-navigation ul.second-ul > li > a, .top-navigation ul.second-ul > li > a:hover{
	text-decoration: none;
	color: #fff;
}

.top-navigation ul.second-ul > li:hover {
	color: #fcdec4;
	background-color: #cd792b;
}

.top-navigation ul.second-ul > li:first-child {
	margin-left: -25px;
}

.top-navigation ul.first-ul > li.active >ul.second-ul {
	display: block;
	position: absolute;
	z-index:100;
	top: 44px;
	background-color: #c06e23;
}

.top-navigation ul.first-ul > li:hover >ul.second-ul {
	display: block;
	position: absolute;
	z-index:200;
	top: 44px;
	background-color: #c06e23;
}

.top-navigation ul.third-ul { 
	line-height: 26px;
	width: 220px;
	visibility: hidden;
    position: absolute;
    padding: 0;
    -moz-transition-property: visibility;
    -moz-transition-duration: .5s;
    -webkit-transition-property: visibility;
    -webkit-transition-duration: .5s;
    transition-property: visibility;
    transition-duration: .5s;

	top:44px;
	left:20px;

	background-color: #e6e6e6;
	color: #090708;
	border: 1px solid #cacaca;
	border-radius: 4px;
	font-size: 11px;
	z-index: 210;

	-webkit-box-shadow: 4px 6px 4px -4px rgba(0, 0, 0, 0.3), -6px 0 8px -4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 6px 4px -4px rgba(0, 0, 0, 0.3), -6px 0 8px -4px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 6px 4px -4px rgba(0, 0, 0, 0.3), -6px 0 8px -4px rgba(0, 0, 0, 0.3);    
}

.top-navigation ul.third-ul > li {
	border-bottom: 1px solid #cacaca;
}

.top-navigation ul.third-ul > li > a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 5px;
}

.top-navigation ul.third-ul > li > a, .top-navigation ul.third-ul > li > a:hover{
	text-decoration: none;
	color: #090708;
}

.top-navigation ul.third-ul > li:hover {
	background-color: #d3d3d3;
}

.top-navigation ul.second-ul > li:hover >ul{
	visibility: visible;
}

.top-navigation ul.second-ul > li >ul:before {
	content: '';
    height: 0;
    position: absolute;
    width: 0;
    top: -18px;
    left: 10px;

    border: 10px solid transparent;
    border-bottom-color: #e6e6e6;
}


/********************/
/* Main Content Area
/********************/

.main {
	background-image: url('https://www.long-mcquade.com/images/bg.png');
	background-color: #e6e6e6;	
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: auto;
}
.content {
	
	padding: 5px 10px 20px 10px;
	min-height: 700px;
	background-color: #fff;	
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;

	-webkit-box-shadow: 6px 0 15px -4px rgba(0, 0, 0, 0.4), -6px 0 8px -4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 6px 0 15px -4px rgba(0, 0, 0, 0.4), -6px 0 8px -4px rgba(0, 0, 0, 0.4);
	box-shadow: 6px 0 15px -4px rgba(0, 0, 0, 0.4), -6px 0 8px -4px rgba(0, 0, 0, 0.4);	
}

.banner-wrap {
	visibility: hidden;
}

.content .home-page-banners {
	margin-bottom: 30px;
}

.content .home-page-featured {
	margin-bottom: 20px;
}

.content .home-page-special {
	margin-bottom: 20px;
}

.content h1 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	color: #5a5859;
}

.content h4 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #dbdbdb;
	color: #5a5859;
}

.content h4 span{
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

.content h5 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	/*border-bottom: 1px solid #dbdbdb;*/
	color: #5a5859;
}

.content h5 span{
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}


/********************/
/* Banners Home Page
/********************/

.empty-home-banner {
	position: relative; 
}

.empty-home-banner a{
	text-decoration: none;
}


.empty-home-banner .banner-title {
	position: absolute; 
	color: #000;
   	top: 12px; 
   	left: 80px; 
   	width: 100%; 
   	text-align: center;
   	font-size: 14px;
}

.empty-home-banner .banner-title > h2{
	padding:0;
	margin:0 0 5px 0;
	font-size: 20px;
	font-weight: bold;
}

.empty-home-half-size-banner .banner-title > h2{
	font-size: 16px;
	margin-bottom: 2px;
	display: inline-block;
}

.empty-home-half-size-banner .banner-title{
	top: 6px;
	left: 34px !important; 
	font-size: 12px;
}

.empty-home-half-size-banner .banner-title > span{
	font-size: 12px; 
	line-height: 9px;
	background-color: #fff;
}


/********************/
/* Modal Boxes 
/********************/

.modal-content h3>span{
	font-size: 12px;
	display:block;
}

.modal-logo {
	width: 200px;
}

.modal-stores-list {
	margin: 0;
	padding: 0;
}

.modal-stores-list-box {
	max-height: 300px;
	overflow: auto;
	margin: 0;
}

.stores-list-item {
	cursor:pointer;
}

.stores-list-item:hover {
	background-color: #e6e6e6;
}

.stores-list-item:hover > i.fa-map-marker{
	color: #b7272d;
}

.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

.map-container .map-canvas{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.modal-body .clearance-product-photos {
	text-align: center;
}

.modal-body .clearance-product-details span {
	display: block;
}

.sign-in-msg {
	display:block;
}
/********************/
/* Carousel 
/********************/

img.carouselImg {
	max-width: 140px;
	max-height: 120px;
}

.carousel a{
	text-decoration: none;
}

.carousel .controls {
	margin-bottom: 4px;
}

.carousel-indicators {
	bottom:-30px;
}
.carousel-indicators li {
	border-radius:0;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#3276b1;
	border-color:#3276b1; 
}

.carousel-inner .products-row {
	margin-right: 0 !important;
	margin-left: 0 !important;
} 

.carousel-inner .thumbnail {
	height: 250px;
	padding-top: 10px;
}

.carousel-inner .thumbnail > img {
	max-height: 90px;
	border-radius: 4px;
}

.carousel-inner .carousel-product-img {
	position: relative;
	text-align:center;
	height:110px; 
}

.carousel-inner .carousel-product-img > img {
    max-height: 110px;
	position: absolute;
	max-width: 100%;
   	left: 50%;
   	top: 50%;

   	-ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
   	transform: translate(-50%, -50%);
}

.carousel-inner .thumbnail .caption{
	position:absolute;
	top:110px;
}

.carousel-inner .caption {
	margin-right: 10px;
}

.carousel-inner .caption h5 {
	background-color: #fff;
	font-size: 14px;
	margin-bottom: 1px; 
	padding-top: 1px;
}

.carousel-inner .carousel-product-title {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 1px;
	max-height: 50px;
	color: #333;
}

.carousel-inner .carousel-product-price {
	color: #5a5859;
	margin: 5px 0;
}

.carousel-inner .carousel-product-price > span{
	color: #4c4c4c;
	display: block;
}

.carousel-product-rating {
	font-size: 10px;
}

.carousel-product-rating img{
	float:left;
	border: none;
}

/********************/
/* Departments 
/********************/

.department-header {
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
}

.department-header h1>span {
	display:inline-block;
	font-size: 12px;
	margin-bottom: 6px;
	color: #292929;
	text-transform: none;
}

.department-banners {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 6px;
}

.department-banners img{
	width: 100%;
}

.department-on-sale, .department-featured, .department-special  {
	margin-bottom: 40px;
}


/********************/
/* Products Display
/********************/

.products-header {
	border-bottom: 2px solid #cacaca;
	padding-top: 10px;
	margin-bottom: 10px;
}

.products-header h1>span {
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
}

.products-footer {
	padding-top: 10px;
	margin-bottom: 10px;
}

.products-product-price {
	font-size: 16px;
	font-weight: bold;
	color: #5a5859;
	float: right;
}

.products-item {
	border: 1px solid #ddd;
	padding: 10px 2px;
	margin-bottom: 15px !important;
	position: relative;
	min-height: 270px;
	text-align: center;
}

.products-item img{
	max-height: 110px;
	max-width: 90%;
}

.products-item-link {
	color: #4c4c4c;
}

.products-item-package-avail:before {
	content: url('/images/onspecial_badge.png');
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.products-carousel-item-package-avail:before {
	content: url('/images/onspecial_badge.png');
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 999;
}


.products-item-package-avail-fr:before {
	content: url('/images/onspecial_badge_french.png');
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.products-carousel-item-package-avail-fr:before {
	content: url('/images/onspecial_badge_french.png');
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 999;
}

.products-item-link:hover {
	text-decoration: none;
}

.products-item, .products-item-inline p{
	margin: 0;
	font-size: 12px;
}

p.products-item-price {
	margin: 6px 0;
	font-weight: bold;
}

.products-item .products-item-descr {
	position: absolute;
	top:120px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.products-item .products-item-descr h5 {
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.products-item .products-item-descr h6 {
	margin-top: 3px;
	margin-bottom: 6px;
}

.products-item-inline {
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
}

.products-item-img-inline {
	min-width: 200px !important;
}

.products-item:hover, .products-item-inline:hover {
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	cursor:pointer;
}

span.display-number {
	display: inline-block;
}

span.review {
	display:inline-block;
}

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

.products-row > div {
	padding-right: 4px;
	padding-left: 4px;
}

.product-review-link {
	display: inline-block;
}

.product-clearance-link {
	display: inline-block;
	font-size: 12px;
	border-bottom: 1px dotted #417c99;
	background-color: #bbe4f7;
	margin-left: 10px;
	padding: 4px 5px 0 5px;
	border-radius: 4px;
	font-weight: bold;
}

.product-clearance-link:hover {
	color: #00557c;
	text-decoration: none;
}


/************************/
/* Single Product Page 
/************************/

.product-header{
	border-bottom: 3px solid #cacaca;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.product-header h1 {
	font-size: 28px;
	text-transform: none;
	color: #090708;
}

.product-header h1>span {
	font-size: 20px;
	/* text-transform: uppercase; */
	color: #090708;
}

.product-header h1>span.product-brand {
	display:block;
	margin-bottom: 6px;
	font-size: 28px;
	color: #090708;
}

.products-bredcrumbs {
	font-size: 13px;
}

.addthis_default_style {
	margin-left: 10px;
} 

.at-icon-wrapper {
	margin-top: 3px;
}

.addthis_counter {
	margin-top: 3px !important;
}

.product-main-img  {
	text-align: center;
}


.product-main-img img {
	max-width: 96%;
	max-height: 400px;
	padding: 10px 5px; 
	vertical-align: middle;
}

.product-main-img>a{
	font-size: 200px;
}

span.product-zoom-container { 
	display: none;
    position: absolute;
    left: 0; 
    top: 0;
    width: 560px;
    height: 490px;
	background-color: #fff;
	z-index: 200000;
} 

.product-thumbnail-imgs {
	margin-top: 80px;
	margin-bottom: 5px;
	text-align: center;
}

.product-thumbnail-imgs a{
	display: inline-block;
	vertical-align: middle;
}

.product-thumbnail-imgs img{

	max-width: 60px;
	max-height: 60px;
	margin-left: 2%;
	float:left;
	margin-bottom: 4px;
	margin-right: 4px;
}

.product-thumbnail-imgs .carousel-control.left,.carousel-control.right {
	background-image:none;
}


.product-model h2 {
	font-size: 14px;
	margin-top: 4px;
	display: inline-block;
}

.select-model {
	margin: 10px 0;
}

.select-model > span{
	font-weight: bold;
	font-size: 12px;
}

.panel-title > .in-store-avail-info{
	display: inline-block;
	float: right;
	/* font-size: 12px; */
}

.panel-title > .in-store-avail-info a{
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}


.product-review {
	border: 1px solid #cacaca;
	border-radius: 5px;
	margin: 20px 10px;
	padding: 5px;
}

.product-review h4{
	font-size: 16px;
}

.review-helpful {
	display: inline-block;
	margin-left: 5px;

}

.review-rate {
	border-bottom: 1px solid #e8e8e8;
}

.rate-title {
	display:inline-block;
	width:160px;
}


.review-comment {
	margin-top:15px;
	margin-bottom:15px;
}

.product-review-posted-by {
	font-style: italic;
}

.product-review-report {
	text-align: right;
	color: #5a5859;
}

.product-review-rating {
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	float: right;
	color: #5a5859;
}

.product-demo-header {
	display:inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.product-demo-added {
	display:inline-block;
	font-size: 11px;
	margin-left: 10px;
}

.gibson-custom-product, .b-stock-product {
	margin: 20px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #cacaca;
	overflow: auto;
}

.product-not-available {
	margin-top: 20px;
	margin-bottom: 240px;
}

.product-package-details {
	font-size: 12px;
}

.product-package-details img {
	max-width: 120px;
	max-height: 80px;
	float: left;
	margin-right: 10px;
}

.lm-advantage-btn {
	margin-top: 2px;
} 

/********************/
/*Rental Pages
/********************/
.rental-header {
	width: 100%;
	height: 200px;
	border-radius: 13px 13px 0 0;
	box-shadow: 2px 2px 2px #cacaca;
}

.rental-header h1{

	padding-top: 60px;
	padding-left: 20px;
	font-size: 40px;
	color: #fff;
	text-shadow: 1px 1px 3px #666;
	text-transform: uppercase;
}

.rental-header h1 > span{

	display:block;
	text-shadow: none;
}

/* Drums Rental Page */
.rental-header-drums {
    background: center / 100% no-repeat;
	background-image: url("https://www.long-mcquade.com/images/rentals/drum_header.jpg");
	background-size: cover;
}

.rental-header-drums h1 > span{
	color: #666;
}


/* Band Rental Page */
.rental-header-band {
    background: center / 100% no-repeat;
	background-image: url("https://www.long-mcquade.com/images/rentals/band_header.jpg");
	background-size: cover;
}

.rental-header-band h1 > span{
	color: #e4ffc9;
}


/* Guitars Rental Page */
.rental-header-guitars {
    background: center / 100% no-repeat;
	background-image: url("https://www.long-mcquade.com/images/rentals/guitar_header.jpg");
	background-size: cover;
}

.rental-header-guitars h1 > span{
	color: #c7c0e7;
}

/* Keyboards Rental Page */
.rental-header-keyboards {
    background: center / 100% no-repeat;
	background-image: url("https://www.long-mcquade.com/images/rentals/keyboards_header.jpg");
	background-size: cover;
}

.rental-header-keyboards h1 > span{
	color: #d1e9ff;
}

/* Pro Audio Rental Page */
.rental-header-pa {
    background: center / 100% no-repeat;
	background-image: url("https://www.long-mcquade.com/images/rentals/pro_audio_header.jpg");
	background-size: cover;
}

.rental-header-pa h1 > span{
	color: #bc6c6c;
}

/* Recording Rental Page */
.rental-header-recording {
    background: center / 100% no-repeat;
	background-image: url("https://www.long-mcquade.com/images/rentals/recording_header.jpg");
	background-size: cover;
}

.rental-header-recording h1 > span{
	color: #9fa1a4;
}

/*School Band Rentals */
.rental-header-sr {
	background-image: url("https://www.long-mcquade.com/images/rentals/school_header.jpg");
}

.rental-header-sr h1 > span{
	color: #7bdab4;
}


/*Main Page Rentals */
.rental-header-main {
    background: center / 100% no-repeat;
	background-image: url("https://www.long-mcquade.com/images/rentals/rental_header.jpg");
	background-size: cover;
}

.rental-header h1{

	padding-top: 20px !important;
}

.rental-header-main h1 > span{
	color: #eade80;
}

p.products-item-rental-price {

	margin: 4px 0;
	font-size: 12px;
	font-weight: bold;
}

.rental-download {
	border-bottom: 1px dotted #c06e23;
	padding-bottom: 5px;
	min-height: 120px;
}

.rental-download img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.rental-download h5 {
	font-size: 13px;
	text-transform: none;
}

.rental-content {
	margin-bottom: 40px;
}

/********************************/
/* News, Blog and Events Pages
/********************************/
.news-header h1 {
	margin-bottom: 10px;
	font-size: 28px;
	text-transform: none;
	font-weight: normal;
}

.news-archive .news-preview h2, .blog-post-preview h2 {
	font-size: 16px;
	border-bottom: none;
	font-weight: bold;
	text-transform: uppercase;
}

.news-archive {
	margin-top: 30px;
}

.news-archive .news-preview {
	height: 240px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #cacaca;
	overflow: auto;
}

.news-archive-img {
	max-width: 240px;
	max-height: 200px;
}

.news-single-img {
	width: 100%;
	border-radius: 5px;
}

.blog-author-date {
	display: inline-block;
	font-size: 11px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}

.blog-post-archive-img {
	max-width: 100%;
	max-height: 400px;
}

.blog-post-img, .blog-post img {
	max-width: 100%;
}

.blog-post-preview {
	margin-bottom: 30px;
	min-height: 440px;
}

.blog-post-preview img{
	max-height: 200px;
}


.content-date {
	display: block;
	font-size: 12px;
}

.content-location {
	display: block;
	font-size: 12px;
}

.content-fee {
	display: block;
	font-size: 12px;
}

.sidebar-content ul.recomended-posts > li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

.sidebar-content ul.recomended-posts > li img {
	width:100%;
}


/********************************/
/* Careers
/********************************/

table.job-listing th {
	vertical-align: middle !important;
	padding-left: 10px;
}

table.job-listing th.job-title {
	width: 40%;
}

table.job-listing th.job-department {
	width: 15%;
}

table.job-listing th.job-hours {
	width: 15%;
}

table.job-listing th.job-location {
	width: 15%;
}

table.job-listing th.job-date-posted {
	width: 15%;
}



/********************/
/* Locations
/********************/
.location-accord-title {
	cursor: pointer;
}

.location-services-offered {
	background-color: #fcecde;
}

.location-emergency-notice {
	border: 1px dotted red;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 15px;
	padding: 10px;
	font-weight: bold;
	color: #FF0000;
}

h2.music-lessons-title {
	margin-top: 5px;
}

.lessons-offered {
	margin-left: 26px;
}

.lessons-offered h2 {
	display: inline-block;
	background-color: #da8b43;
	border-radius: 3px;
	padding: 4.75px 8.5px;
	color: #fff;
	font-size: 16px;
	margin: 5px 2px;
}

.lessons-offered h2 > a {
	color: #fff;
	text-decoration: none;
}

.private-lessons-offered h2 {
	cursor: pointer;
}

.private-lessons-offered h2:hover {
	background-color: #c66f23;
}

.lesson-centre-teacher {
	margin-bottom: 22px;
} 

.lesson-centre-teacher h4 > span.teacher-lesson {
	color: #da8b43;
	font-size: 16px;
	font-weight: normal;
}

.lesson-centre-teacher img {
	margin-right: 10px;
	width: 100px;
	height: 100px;
}

.lesson-centre-teacher p{
	margin: 0;
}


/********************/
/* Landing Page 
/********************/

.landing-page-header {
	padding: 0 !important;
	margin: 0 -10px 30px -10px;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.landing-page-header > img {
	width: 100%;
}

.landing-featured-product {
	border: 1px solid #ccc;
}

.landing-featured-product img {
	max-width: 100%;
}

.landing-page-content {
	 padding: 0 0 20px 0; 
}

.landing-page-main-text {
	line-height: 1.8em;
    margin: 20px 0;
    padding-right: 10px;
    font-size: 15px;
}

.deal_centre>a>img {
	width: 100%;
}

.deal_centre .col-md-6 {
    padding: 7.5px;
}

.deal_centre .deal_button {
    position: relative;
    padding-right: 170px;
    background-color: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    max-height: 210px;
	min-height: 140px;
    overflow: hidden;
    cursor: pointer;
}

.deal_centre .deal_button img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

.deal_centre h2 {
    font-size: 1.38em;
	margin-top: 8px;
    line-height: 1.15em;
    font-weight: 700;
    margin-bottom: 1em;
}

.deal_centre .deal_button p, .deal_centre .deal_button h2 {
    position: relative;
    left: 155px;
    margin-bottom: 6px;
}

/*********************************/
/* Youtube Media Player playlist
/*********************************/

.branded-video.playlist, .branded-image.playlist {
    color: #f5f5f5;
    padding: 15px;
    background: #545254;
    width: 62%;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 16px; 
}

.branded-video.playlist .embed-responsive, .branded-image.playlist .embed-responsive {
    margin-bottom: 15px; 
}

.branded-video.playlist h6, .branded-image.playlist h6 {
    font-size: 15px;
       margin-bottom: 10px; 
}

.branded-video.playlist .media, .branded-image.playlist .media {
    padding: 5px;
    margin-top: 5px;
    cursor: pointer; 
}

.branded-video.playlist .media:hover, .branded-image.playlist .media:hover {
    background: #737172; 
}

.branded-video.playlist .media.active, .branded-image.playlist .media.active {
    background-color: #a0a0a0; 
}

.branded-video.playlist .media.active img, .branded-image.playlist .media.active img {
    opacity: .6;
    filter: alpha(opacity=60); 
}

.branded-video.playlist .media-body, .branded-image.playlist .media-body {
    vertical-align: middle; 
}
        
.branded-video.playlist .media .glyphicon, .branded-image.playlist .media .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.5); 
}

.branded-video.playlist .media-tiled .media-thumbnail, .branded-image.playlist .media-tiled .media-thumbnail {
    position: relative; 
}
        
.branded-video.playlist .media-tiled h6, .branded-image.playlist .media-tiled h6 {
    font-size: 14px; 
}

.branded-video.playlist .media-left.media-middle, .branded-image.playlist .media-left.media-middle {
    position: relative;
    width: 24%; 
}

.branded-video .playlist-table, .branded-image .playlist-table {
    display: table;
    border-spacing: 5px;
    margin-left: -5px;
    margin-right: -5px; 
}

.branded-video .playlist-row, .branded-image .playlist-row {
    display: table-row; 
} 

.branded-video.playlist .media-tiled, .branded-image.playlist .media-tiled {
    vertical-align: top;
    width: 25%;
    display: table-cell;
    text-align: center;
    margin-top: 0;
    padding: 7.5px; 
}

.branded-video.playlist .media-tiled img, .branded-image.playlist .media-tiled img {
    padding-bottom: 7.5px; 
} 

#playerWrapper{
		display: inline-block;
		position: relative;
		width: 100%;
		padding-bottom: 56.25%;
}
#playerWrapper.shown::after {
		display: flex;
		align-items: center;
		justify-content: center;	
        content:"Click to play again";
		font-size: 1.4em;
		color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: #555;
        background-repeat: no-repeat;
        background-position: 50% 30%; 
        background-size: 64px 64px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
    }

#playerWrapper.pause::after {
		display: flex;
		align-items: center;
		justify-content: center;	
        content:"Click to resume video";
		font-size: 1.4em;
		color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: #555;
        background-repeat: no-repeat;
        background-position: 50% 30%; 
        background-size: 64px 64px;
        background-image: url(data:image/svg+xml;base64,PHN2ZwogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKPgogIDxwYXRoCiAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNMTIgMjFDMTYuOTcwNiAyMSAyMSAxNi45NzA2IDIxIDEyQzIxIDcuMDI5NDQgMTYuOTcwNiAzIDEyIDNDNy4wMjk0NCAzIDMgNy4wMjk0NCAzIDEyQzMgMTYuOTcwNiA3LjAyOTQ0IDIxIDEyIDIxWk0xMiAyM0MxOC4wNzUxIDIzIDIzIDE4LjA3NTEgMjMgMTJDMjMgNS45MjQ4NyAxOC4wNzUxIDEgMTIgMUM1LjkyNDg3IDEgMSA1LjkyNDg3IDEgMTJDMSAxOC4wNzUxIDUuOTI0ODcgMjMgMTIgMjNaIgogICAgZmlsbD0id2hpdGUiCiAgLz4KICA8cGF0aCBkPSJNMTYgMTJMMTAgMTYuMzMwMVY3LjY2OTg3TDE2IDEyWiIgZmlsbD0id2hpdGUiIC8+Cjwvc3ZnPg==);
    }
#howToPlayerWrapper{
		display: inline-block;
}
#howToPlayerWrapper.shown::after {
		display: flex;
		align-items: center;
		justify-content: center;	
        content:"Click to play again";
		font-size: 1.4em;
		color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: #555;
        background-repeat: no-repeat;
        background-position: 50% 30%; 
        background-size: 64px 64px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
    }

#howToPlayerWrapper.pause::after {
		display: flex;
		align-items: center;
		justify-content: center;	
        content:"Click to resume video";
		font-size: 1.4em;
		color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: #555;
        background-repeat: no-repeat;
        background-position: 50% 30%; 
        background-size: 64px 64px;
        background-image: url(data:image/svg+xml;base64,PHN2ZwogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKPgogIDxwYXRoCiAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNMTIgMjFDMTYuOTcwNiAyMSAyMSAxNi45NzA2IDIxIDEyQzIxIDcuMDI5NDQgMTYuOTcwNiAzIDEyIDNDNy4wMjk0NCAzIDMgNy4wMjk0NCAzIDEyQzMgMTYuOTcwNiA3LjAyOTQ0IDIxIDEyIDIxWk0xMiAyM0MxOC4wNzUxIDIzIDIzIDE4LjA3NTEgMjMgMTJDMjMgNS45MjQ4NyAxOC4wNzUxIDEgMTIgMUM1LjkyNDg3IDEgMSA1LjkyNDg3IDEgMTJDMSAxOC4wNzUxIDUuOTI0ODcgMjMgMTIgMjNaIgogICAgZmlsbD0id2hpdGUiCiAgLz4KICA8cGF0aCBkPSJNMTYgMTJMMTAgMTYuMzMwMVY3LjY2OTg3TDE2IDEyWiIgZmlsbD0id2hpdGUiIC8+Cjwvc3ZnPg==);
    }
/****************************/
/* Gipson Custom Shop Page
/****************************/
.gibson-custom-shop-header {
	background-color: #230000;
	background-image: url('https://www.long-mcquade.com/images/CustomShop/gibson_custom_header.png');
}

.gibson-custom-shop-header > h1 {
	color: #fff;
	text-shadow: 4px 5px 5px #230000;
	position: absolute;
	left: 30px;
	bottom: 5px;
}

.gibson-custom-youtube > iframe{
	width: 330px; 
	height: 230px;
	margin-bottom: 10px;
}


/********************/
/* Fender Page
/********************/
.fender-custom-page-header {
	background-image: url('https://www.long-mcquade.com/images/CustomShop/fender_custom_header.png');
}

.fender-custom-page-header > h1 {
	color: #fff;
	text-shadow: 4px 5px 5px #230000;
	position: absolute;
	left: 30px;
	bottom: 5px;
}

.fender-custom-youtube > iframe{
	width: 330px; 
	height: 230px;
}

/************************/
/* Bose Landing Page 
/************************/
#bose-custom-shop-header {
	background-color: #fff;
	background-image: url('https://www.long-mcquade.com/images/bose/bose_header.jpg');
}


/************************/
/* Shopping Cart Page
/************************/
#order-type {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    margin: -5px 0 0 0;
    padding: 10;
}

tr.sc-table-header {
	background-color: #f4ebeb;
}

tr.sc-table-header td {
	border-top: 1px solid #f4ebeb !important;
	border-bottom: 1px solid #cacaca !important;
}


/********************/
/* Order Page 
/********************/
tr.order-table-header {
	background-color: #f4ebeb;
}

tr.order-table-header td {
	border-top: 1px solid #f4ebeb !important;
	border-bottom: 1px solid #cacaca !important;
}


/********************/
/* Wish List
/********************/
.singleRecipient > i.fa-times-circle {
	cursor: pointer;
}

.1/8/2021ts-item-delete {
	float:right;
	margin-top: -8px;
}


/********************/
/* Repair Page 
/********************/
.repairs-header {
  background-image: linear-gradient(to right, #c6d9d9 24%, rgba(198, 217, 217, 0) 62%), url("https://www.long-mcquade.com/images/repair/repair-header.jpg");
}

/********************/
/* Lessons Page 
/********************/
.lessons-header {
	background-image: url("https://www.long-mcquade.com/images/lessons/music_lessons-header.jpg");
}  


/********************/
/* Sidebar
/********************/
.sidebar-box {
	margin-bottom: 15px;
}

.sidebar-box .sidebar-content {
	background-color: #e6e6e6;
	border: 1px solid #cacaca;
	padding: 10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sidebar-box .sidebar-content ul{
	list-style: none;
	margin-left: -40px;
}

.sidebar-box h3 {
	color: #fff;
	padding: 10px;
	font-size: 16px;
	margin: 0;

	background: -webkit-linear-gradient(#da8b43, #c06e23); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#da8b43, #c06e23); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#da8b43, #c06e23); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#da8b43, #c06e23); /* Standard syntax */
}

.sidebar-box h3>span {
	display: inline-block;
	float:right;
	cursor: pointer;
}

.sidebar-box .sidebar-box-btn {
	display:block;
	text-align: right;
}

.sidebar-box .slider-input {
	display: inline-block;
	width: 60px;
	padding-left: 5px;
}

.sidebar-box .rating-title {
	padding-left: 10px;
}

.sidebar-content-brands {
	max-height: 400px;
	overflow: auto;
}

.sidebar-content > ul > li > ul > li > a {
	color: #c06e23;
	margin-left: 12px;
}

.sidebar-content > label {
	margin-left: 6px;
	font-weight: normal;
}


/********************/
/* Footer
/********************/
.footer {
	width: 100%;
	font-size: 12px;
}

.footer-top {
	color: #fff;
	background-color: #242021;
	border-top: 6px solid #eb801f;
}

.footer-top h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}

.footer-top ul {
	list-style: none;
	margin-left: -40px;
}

.footer-top ul>li a {
	color: #6aa9d5;
}

.footer-top a.connect{
	background-repeat: no-repeat;
	display: block;
	padding: 8px 0 8px 35px;
	margin-bottom: 2px;
}

.footer-top a.twitter{
	background-image: url("https://www.long-mcquade.com/images/twitter.png");
}

.footer-top a.facebook{
	background-image: url("https://www.long-mcquade.com/images/facebook.png"); 
}

.footer-top a.google_plus{
	background-image: url("https://www.long-mcquade.com/images/google_plus.png");
}

.footer-top a.instagram{
	background-image: url("https://www.long-mcquade.com/images/instagram.png");
}

.footer-top a.youtube{
	background-image: url("https://www.long-mcquade.com/images/youtube.png");
}

.footer-top a.rss{
	background-image: url("https://www.long-mcquade.com/images/rss.png"); 
}

.footer-bottom {
	color: #a0a0a0;
	background-color: #090708;
	border-top: 1px solid #303030;
	font-size: 10px;
	padding-top: 20px;
}

.footer-bottom a{
	text-decoration: none;
	color: #a0a0a0;
	font-weight: bold;
}

.footer-bottom-top {
	padding-bottom: 5px;
	border-bottom: 1px solid #303030;
}

.footer-bottom-bottom {
	padding-top: 5px;
}

img.logo-footer {
	width: 200px;
}

img.mobile_app_logo {
	height: 28px;
	float: right;
	margin-left: 5px;
}


/********************/
/* Carousel
/********************/
#carousel-banners {
    margin: 20px auto;
    width: 100%;
}
#carousel-banners .carousel-indicators {
    margin: 14px 0 0;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
#carousel-banners .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-banners .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    width: 200px;
}
#carousel-banners .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-banners .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-banners .carousel-outer {
    position: relative;
}

.carousel-tab .tab-pane {
	margin: 5px 0;
}


/********************/
/* Search Page
/********************/

li.search-root-cat > a{
	font-weight: bold;
}

li.search-2nd-cat > a{
	display: inline-block;
	margin-left: 12px;
}

li.search-3rd-cat > a{
	display: inline-block;
	color: #c06e23;
    margin-left: 20px; 
}


/**********************************/
/* Social Media Registration Page
/**********************************/

.custom-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
}

.custom-btn:hover {
  opacity: 1;
  text-decoration: none;

}

.fb-btn {
  background-color: #3B5998;
  color: white;
}
.fb-btn:hover {
  color: white;
}

.twitter-btn {
  background-color: #55ACEE;
  color: white;
}

.twitter-btn:hover {
  color: white;
}

.google-btn {
  background-color: #dd4b39;
  color: white;
}

.google-btn:hover {
  color: white;
}

.default-btn {
  background-color: #e4e4e4;
  color: #424141;
}

.default-btn:hover {
  color: #222;
}



/*******************************************************************/
/* Media Queries
/*******************************************************************/

@media(min-width: 1200px) {

	.top-navigation ul.second-ul {
		width: 100%;
	}

	.top-navigation ul.first-ul > li.active >ul.second-ul, .top-navigation ul.first-ul > li:hover >ul.second-ul {
		left:0;
	}

	.content .home-page-banners {
		min-height: 516px;
		max-height: 526px;
	}

	.banner-wrap {
		min-height: 290px;
		max-height: 292px;
	}
	
	.home-page-featured {
		min-height: 330px;
		max-height: 334px;
	}

	.home-page-special {
		min-height: 330px;
		max-height: 334px;
	}
}

@media(max-width: 1199px) {

	.top-navigation {
		border-bottom: 4px solid #c06e23;
	}

	.top-navigation ul.first-ul > li >a {
		padding: 0 12px;
	}

	.top-navigation ul.first-ul > li.active >ul.second-ul {
		display: none;
	}

	.top-navigation ul.first-ul > li.active:hover >ul.second-ul, .top-navigation ul.first-ul > li:hover >ul.second-ul {
		display: block;
	}	

	.top-navigation ul.second-ul {
		width: 230px;
		padding: 0;
	}

	.top-navigation ul.second-ul > li:first-child {
		margin-left: 0;
	}

	.top-navigation ul.second-ul > li {
		float: none;
		padding: 0 10px;
	}

	.top-navigation ul.second-ul > li:hover >ul{
		display: inline-block;
		padding: 0;
		position:absolute;
		left: 226px;
		top: 0;
	}

	.top-navigation ul.second-ul > li:hover >ul:before {
		content: '';
	    height: 0;
	    position: absolute;
	    width: 0;
	    top: 5px;
	    left: -18px;
	    border: 10px solid transparent;
	    border-right-color: #e6e6e6;
	}

	.thumbnail {
		height: 230px;
	}

	#carousel-banners .carousel-indicators li img {
		width: 140px;
	}

	.product-thumbnail-imgs img{

		max-width: 50px;
		max-height: 50px;
	}

	span.product-zoom-container {
		width: 460px;
		height: 495px;
	}
	
	/* Home Banners */
	.empty-home-banner .banner-title {
	   	top: 8px; 
	   	left: 60px; 
	   	font-size: 12px;
	}

	.empty-home-banner .banner-title > h2{
		margin-bottom: 3px;
		font-size: 18px;
	}

	.empty-home-half-size-banner .banner-title > h2{
		background-color: #fff;
		font-size: 16px;
	}

	.empty-home-half-size-banner .banner-title{
		left: 14px !important;
		line-height: 9px;
	}

	.empty-home-half-size-banner .banner-title > span{
		font-size: 10px; 
		background-color: #fff;
	}

}


@media(max-width: 1090px) {

	.top-navigation-1-level ul >li {
		font-size: 12px;
	} 
/********************************/
/* Community
/********************************/
	.communityBanner{
		width: 650px;
	}
	.communityTD {
		width: 680px;
		height: 800px;
	}
	.communityTable{
		width: 650px;
	}
}


@media(max-width: 999px) {

	.top-navigation ul.first-ul > li > a, .top-navigation ul.first-ul > li > a:hover{
		font-size: 13px !important;
		padding: 0 5px;
	}

	#carousel-banners .carousel-indicators li img {
		width: 100px;
	}

	.top-navigation-2-level ul > li  {
		padding: 12px 5px;
		font-size: 12px;
	}

	.product-not-available {
		margin-bottom: 10px;
	}

	.product-thumbnail-imgs {
		margin-top: 20px;
	}


	/* Home Banners */
	.empty-home-banner .banner-title {
	   	top: 3px; 
	   	left: 50px; 
	   	font-size: 12px;
	}

	.empty-home-banner .banner-title > h2{
		margin-bottom: 2px;
		font-size: 12px;
	}


	/*********************************/
	/* Youtube Media Player playlist
	/*********************************/
    .branded-video.playlist .media-tiled, .branded-image.playlist .media-tiled {
        width: 100%;
        display: table; 
    }
            
    .branded-video.playlist .media-tiled h6, .branded-image.playlist .media-tiled h6 {
        display: table-cell;
        margin: 0;
        position: relative;
        vertical-align: middle;
        padding-left: 7.5px; 
    }
    
    .branded-video.playlist .media-tiled .media-thumbnail, .branded-image.playlist .media-tiled .media-thumbnail {
        display: table-cell;
        width: 25%;
    } 
}

@media(max-width: 990px){

/********************************/
/* Individual Product
/********************************/
	span.product-zoom-container {
		width: 0px;
		height: 0px;
	}

	
/********************************/
/* Community
/********************************/
	.communityBanner{
		width: 650px;
	}
}

@media(max-width: 950px) {

	.top-navigation ul.first-ul > li {
		float: left;
		text-shadow: 0 1px 1px #000;
	}

	.landing-page-header > div {
		height:160px;
	}

	.video-iframe {
		width: 300px;
		height: 180px;
	}

	.top-navigation-1-level ul >li {
		width: 15%;
	}
}


@media(max-width: 770px) {

	img.tablet {
		display:inline-block;
	}

	.desktop-mobile {
		display:none;
	}
	
	.exeptional-serial{
		font-size: 16px !important;
	}
}

@media(max-width: 766px) {

	/* Home Banners */
	.empty-home-banner .banner-title {
	   	top: 15px; 
	   	left: 100px; 
	   	font-size: 20px;
	}

	.empty-home-banner .banner-title > h2{
		margin-bottom: 6px;
		font-size: 24px;
	}
}


@media(max-width: 750px) {

	.top-navigation ul.first-ul > li > a{
		font-size: 12px !important;
	}

	.top-navigation ul.first-ul > li > a:hover{
		font-size: 12px !important;
	}


	.department-banners {
		margin-right: -15px;
	}

	.repairs-header {
	    background-image: -webkit-linear-gradient(rgba(198, 217, 217, 0.85), rgba(198, 217, 217, 0.85)), url("https://www.long-mcquade.com/images/repair/repair-header.jpg");
	    background-image: -o-linear-gradient(rgba(198, 217, 217, 0.85), rgba(198, 217, 217, 0.85)), url("https://www.long-mcquade.com/images/repair/repair-header.jpg");
	    background-image: linear-gradient(rgba(198, 217, 217, 0.85), rgba(198, 217, 217, 0.85)), url("https://www.long-mcquade.com/images/repair/repair-header.jpg");
	}

	  .lessons-header {
	    background-image: -webkit-linear-gradient(left, rgba(180, 186, 165, 0.85), rgba(180, 186, 165, 0.85)), url("https://www.long-mcquade.com/images/lessons/music_lessons-header.jpg");
	    background-image: -o-linear-gradient(left, rgba(180, 186, 165, 0.85), rgba(180, 186, 165, 0.85)), url("https://www.long-mcquade.com/images/lessons/music_lessons-header.jpg");
	    background-image: linear-gradient(to right, rgba(180, 186, 165, 0.85), rgba(180, 186, 165, 0.85)), url("https://www.long-mcquade.com/images/lessons/music_lessons-header.jpg");
	    min-height: 0;
	}
}


@media(max-width: 700px) {


	.top-navigation ul.first-ul {
		position: absolute;
		z-index: 250;
		width: 160px; 
		padding: 0;
		background-color: #5a5859;
	}

	#compact-nav {
		display: inline-block;
		font-size: 14px;
	}

	.top-navigation ul.first-ul>li {
		display:none;
		float: none;
		position:relative;
	}

	.top-navigation ul.first-ul > li > a, .top-navigation ul.first-ul > li > a:hover {
		padding-left: 15px;
	}

	.top-navigation ul.first-ul > li:first-child {
		margin-left: 0;
	}

	.top-navigation ul.first-ul > li{
		margin: 0;
	}

	.top-navigation ul.second-ul{
		width: 180px;
		margin: 0;
		padding: 0;
	}

	.top-navigation ul.second-ul > li{
		margin: 0;
		padding-left: 10px;
	}


	.top-navigation ul.second-ul > li > a{
		line-height: 14px;
	}


	.top-navigation ul.second-ul > li{
		padding-top: 12px;
		padding-bottom: 12px;

	}



	.top-navigation ul.first-ul > li:hover > ul.second-ul {
		position:absolute;
		left: 160px;
		top: 0;
	}

	.top-navigation ul.second-ul > li:hover >ul{
		left: 0;
		top: 40px;
		display:none;
	}

	.top-navigation ul.second-ul > li:hover >ul:before {
		content: '';
	    height: 0;
	    position: absolute;
	    width: 0;
	    top: -18px;
	    left: 30px;
	    border: 10px solid transparent;
	    border-bottom-color: #e6e6e6;
	}

	.top-navigation-2-level {
		display:none;
	}

	.top-navigation-1-level {
		border-bottom: 10px solid #c06e23;
		background-color: #5a5859;
	}

	.top-navigation-1-level ul >li {
		display: inline-block;
		width: 13%;
		text-align: center;
		position: relative;
		list-style: none;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: normal;
		padding: 6px 0;
		text-shadow: 0 1px 1px #000;
		margin-right: 0;
		color: #d8d8d8;
		cursor:pointer;
		border: none;
		border-top-left-radius:0px;
		border-top-right-radius:0px;
		background: none;

		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	/* This class is used only for touchable mobile devices */
	ul.second-ul-active {
		background-color: #c06e23;
		position:absolute !important;
		display: block !important;
		left: 160px;
	    top: 0 !important;
	}

	ul.second-ul-active > li {
		border-bottom: 1px solid #7d410b;
	}

/********************************/
/* Community
/********************************/
	.communityBanner{
		width: 550px;
	}
	.communityTD {
		width: 550px;
	}
	.communityTable{
		width: 550px;
	}
}


@media(max-width: 600px) {
	
	.landing-page-header > div {
		height:130px;
	}

	.fender-custom-page-header > h1 {
		font-size: 28px;
	}

	.fender-custom-youtube > iframe{
		width: 100%;
	}
	
	.gibson-custom-shop-header > h1 {
		font-size: 28px;
	}

	.gibson-custom-youtube > iframe{
		width: 100%;
	}
	/* Home Banners */
	.empty-home-banner .banner-title {
	   	top: 10px; 
	   	left: 70px; 
	   	font-size:16px;
	}

	.empty-home-banner .banner-title > h2{
		margin-bottom: 6px;
		font-size: 20px;
	}

	.exeptional-serial{
		font-size: 12px !important;
	}
/********************************/
/* Community
/********************************/
	.communityBanner{
		width: 450px;
	}
	.communityTD {
		width: 450px;
	}
	.communityTable{
		width: 450px;
	}
}


@media(max-width: 500px) {
	.user-menu-container {
		width: 50% !important;
		padding: 0 0 0 7px;
	}
	.bx-wrapper img {
		height: 120px !important;
	
	}
	.carousel-inner .thumbnail {
		height: 280px;
	}

	.carousel-inner .caption h5 {
		font-size: 12px;
		margin-bottom: 1px; 
		padding-top: 1px;
	}

	.carousel-inner .carousel-product-price {
		margin: 2px 0;
	}


	.news-archive .news-preview {
		height: 220px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.news-archive-img {
		width: 140px;
	}

	#carousel-banners .carousel-indicators li img {
		width: 60px;
	}

	.video-iframe {
		width: 200px;
		height: 120px;
	}

	.landing-page-header > div {
		height:100px;
	}

	.products-item {
		min-height: 280px;
	}

	.product-thumbnail-imgs img{

		max-width: 40px;
		max-height: 40px;
	}

	.lm-advantage-btn {
		width: 90% !important;
		margin-left: 17px !important;
	} 

	.nav-tabs > li {
		width: 50%;
		padding: 3px;
	}
	.nav-tabs > li > a{
		padding:10px 3px;
	}

	.btn-compare {
		width: 80px;
		font-size: 10px;
		padding-left: 8px;
	}

	/* Home Banners */
	.empty-home-banner .banner-title {
	   	top: 10px; 
	   	left: 60px; 
	   	font-size:14px;
	}

	.empty-home-banner .banner-title > h2{
		margin-bottom: 6px;
		font-size: 18px;
	}
	/********************************/
	/* Community
	/********************************/
	.communityBanner{
		width: 340px;
	}
	.communityTD {
		width: 340px;
		height: 460px;
	}
	.communityTable{
		width: 340px;
	}
	/********************************/
	/* Brands
	/********************************/
	.brandImage{
		width: 80px;
		max-height: 140px;
	}
	/********************************/
	/* Careers
	/********************************/
	.btn-careers {
		font-size: 10px !important;
	}
}


@media(max-width: 400px) {

	.branded_video {
		display:none;
	}

	.carousel-inner .thumbnail  {
		height: 320px;
	}

	.products-item {
		min-height: 320px;
	}


	/* Home Banners */
	.empty-home-banner .banner-title {
	   	top: 2px; 
	   	left: 50px; 
	   	font-size:12px;
	}

	.empty-home-banner .banner-title > h2{
		margin-bottom: 4px;
		font-size: 12px;
	}
/********************************/
/* Community
/********************************/
	.communityBanner{
		width: 250px;
	}
	.communityTD {
		width: 240px;
		height: 400px;
	}
	.communityTable{
		width: 240px;
	}

}

.SearchFilter{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

    border-radius: 25px;
    background: #CF7F36;
	margin-right: 5px;
	color: #FFF;
}