a {
	color: #585f85;
}

#wrapper * {
    font-family: arial;
}

#wrapper h1, #wrapper h2 {
    font-family: Georgia;
}

.bold {
	font-weight: bold;
}

/******HEADER******/

#header {
	position: relative;
    background-color: #ffffff;
    height: 140px;
}

#header #logo-link {
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	}

#header h1 {
    font-size: 1.5em;
    color: #666666;
    font-style: italic;
    font-weight: 300;
    position: absolute;
    top: 80px;
    left: 130px;
}

#header #returning-customer {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #666666;
    font-size: 0.875em;
}

#header .social-icons {
	position: absolute;
	top: 80px;
	right: 240px;
	}

#header .social-icons img {margin: 0 1px;}

#header .search_form {
    position: absolute;
    top: 80px;
    right: 20px;
    width: 215px;
    height: 30px;
	}

#header .search_input {
	display: inline-block;
	float: right;
   	margin: 0;
   	padding: 0 7px;
   	width: 166px;
   	height: 30px;
   	font-family: Arial, sans-serif;
   	font-size: 0.9375em;
   	line-height: 30px;
   	background-color: #eee;
   	border: 0;
	}

#header .large-screen .search_button {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(/images/search-button.png) no-repeat;
    border: 0;
    border-radius: 0;
	text-indent: -1000em;
	}

#header-nav {
    position: absolute;
    top: 50px;
    right: 20px;
	}

#header-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0px;
    list-style: none;
    color: #aaa;
	}

#header-nav ul li a {
    padding: 0 1px;
    text-decoration: none;
	}

#header-nav .header-dots {background: none;}

#header #advanced-search a {
    position: absolute;
    right: 20px;
    top: 116px;
    color: #585f85;
    font-size: 0.9375em;
}


/******NAV******/

#nav {
    width: 100%;
    max-width:1120px;
    margin: 0 auto;
    z-index: 2000;
}

#nav div {
    /*background: transparent;*/
    background: #75a4c0 none repeat scroll 0 0;
    background-image: linear-gradient(#75a4c0, #596086);
    margin:0;
    padding:0;
}

#nav ul#qm0 {
	background-image: linear-gradient(#75a4c0, #596086);
    background-color: #75a4c0;
    z-index: 2000;
}

#nav ul li {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 2000;
}

#nav ul li a {
    display: inline-block;
    padding: 0 15px;
    line-height: 40px;
    color:#ffffff;
}

#nav ul li.has_children {background-color:none;}

#nav ul li:hover a {background-color: none;}

#nav ul li.open a {color: #666666;}

#nav ul li.open ul li, #nav ul li.open ul li a, #nav ul li:hover ul li a {background-color:#eeeeee; color:#666666;}

#nav ul li.open ul li:hover {background-color:transparent;}

#nav ul li a:hover {color: #eeeeee; background-color:transparent;}

#nav ul li:hover ul {
    display:block;
    background: #eeeeee;
    position: absolute;
    top: 40px;
    left:-0px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2000;
}

#nav ul li ul{
    display:none;
    background: #eeeeee;
    position: absolute;
    top: 100%;
    left:-0px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2000;
}

#nav ul li ul li {
    display: block;
    background: none;
    margin: 0;
    padding: 0;
    width:100px;
}

#nav ul li ul li:hover {background-color:#eeeeee; color:#585f85;}

#nav ul li ul li a:hover {background-color:#eeeeee; color:#585f85;}

#nav ul li ul li a {
    color: #585f85;
    line-height:20px;
    padding:0px;
    margin:0px;
}

.category #content h1 {
    color: #000000;
    font-size: 1.875em;
}


/******HOME******/
.home-ad {
	position: relative;
	margin: -20px 0 40px 0;
	max-width: 1120px;
	max-height: 280px;
	}

.home-ad #homepage-carousel .item img {
	display: block;
	width: 100%;
	height: auto;
}

.cycle-slideshow {
	width: 100%;
	max-height: 280px;
	}

.cycle-slideshow a {display: block; max-width: 100%;}
.cycle-slideshow img {display: block; margin: 0; padding: 0;}

.cycle-pager {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -90px;
	z-index: 200;
	}

.cycle-pager span {
	display: inline-block;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	background-color: #999;
	text-indent: -1000em;
	}

.cycle-pager .cycle-pager-active {background-color: #75a4c0;}

.featured-categories {
	background: #75a4c0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:70px;
}

.featured-categories div {
	text-align: center;
}

.featured-categories a {
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9375em;
}

.slider-content-headline {
    margin: 20px 0;
    width: 99%;
    font-weight: 300;
    }

.slider-content-photo-left {float: left; margin: 0 20px 20px 0;}
.slider-content-photo-right {float: right; margin: 0 0 20px 20px;}

.product-slider-container {
    position: relative;
    margin: 0;
    padding: 20px 20px 10px 20px;
    max-width: 1120px;
    min-height: 200px;
    background-image: linear-gradient(#dddddd, #ffffff);
    background-color: #eeeeee;
    clear: both;
    }

.product-slider-container > div {
    margin: 0 auto;
    max-width: 85%;
    }


.big-bands-list .owl-item div, .product-slider-container .owl-item div {
    margin: 0 auto;
    max-width: 170px;
/*
    font-size: 0.938em;
    text-align: center;
 */
    height: 460px;
}

.owl-item div p {
	height: 50%;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipses;
}

/*.owl-item img {max-width: 170px;}*/

.owl-pagination .active {background-color: #fff;}
.owl-theme .owl-controls .owl-page.active span {background:none repeat scroll 0 0 #75a4c0;}

.product-slider-footer {
    padding: 0 10px;
    font-size: 0.9375em;
    line-height: 30px;
    text-align: right;
    background-image: linear-gradient(#75a4c0, #596086);
    background-color: #6782a3;
    font-weight: bold;
    }

.product-slider-footer a {color: #fff;}

.slider-nav .prev, .slider-nav .next {
    position: absolute;
    top: 36%;
    cursor: pointer;
    }

.slider-nav .prev {left: 20px;}
.slider-nav .next {right: 20px;}

#homepage-content {
	margin-top: 20px;
}

/******PRODUCT LIST******/


.product-list-item {
	color: #333333;
	font-weight: 300;
	font-size: 0.75em;
	line-height: 0.75em;
}

#content .product-list-item ul {
	list-style: none;
	margin-right: 20%;
	margin-left: 5%;
}

#content .product-list-item li {
	margin-top: 8px;
	margin-bottom: 0;
}

#content .product-list-item li:first-child {
    margin-top: 0;
}

.product-list-item .product-list-image {
	width: 64.7%;
}

.product-list-item p {
	margin: 0;
}

.product-list-item .product-name {
	height: auto;
}

.product-list-item .product-name a {
    color: #585f85;
    font-size: 1.25em;
}

.product-list-item .subtitle {

}

.product-list-item .author {
    font-style: italic;
}

.product-list-item .edition {
    font-weight: bold;
}

.product-list-item .publisher {

}

.product-list-item .cat-num {

}

.product-list-item .product-list-price {
	margin-bottom: 0.938em;
}

.product-list-item .product-list-price .label {
	color:black;
}

.product-list-item .product-list-price .sale-price.no-discount .label,
.product-list-item .product-list-price .sale-price.no-discount .price {
	font-weight: bold;
	color: black;
}

/*
.product-list-item .product-list-price .sale-price,
 */
.product-list-item .product-list-price .sale-price .label,
.product-list-item .product-list-price .sale-price .price {
	font-weight: bold;
	color: red;
}

.product-list-item p.strike {
	font-weight: normal;
}
.product-list-item p.strike span.strike {
	font-weight: normal;
	text-decoration: line-through;
}


.product-list-item .button, .product-list-item input[type="button"], .product-list-item input[type="submit"] {
    font-size: 0.875em;
    display: inline-block;
    width: 64.7%;
    padding-left: 0;
    padding-right: 0;
    line-height: normal;
}

.product-list-item .desat-blue {
    background: #75a4c0;
}



/******PRODUCT DETAIL******/

.detail-container, .panes {
	/*background-color: #f3f3f3;*/
	background-color: #ededed;
	font-size: 0.938em;
	line-height: 1em;
}

.detail-container { /* Make share buttons have white bg */
	background-color: #ffffff;

}

.detail-container.nobg {
	background-color: #ffffff;
}

.detail-container p {
	margin-bottom: 0.5em;
}

.detail-container p.margin-bottom {
    margin-bottom: 25px;
}

.detail-container .price {
	font-size: 0.938em;
}

.tabs li a {
	font-size: 0.938em;
	padding: 0.5% 2%;
	margin-right: 1%;
	border-radius: 10px 10px 0 0;
}

.tabs li a.current {
	background-color: #f3f3f3;
	border-bottom: 1px solid #eeeeee;
}

.audiojs {
	max-width: 100%;
}

.audiojs .error-message {
	width: 75%;
	text-overflow: ellipses;
	whitespace: no-wrap;
	overflow: hidden;
}

.detail-container .contact {
	font-size: 1em;
}

.detail-container .contact span, .detail-container .contact a {
	color: #585f85;
	font-weight: bold;
}

.detail-container h3 {
	font-size: 1.250em;
}

.basket-button {
	background-image: linear-gradient(#c0b775, #8d8756);
	background-color: #a79f65;
}

.detail-container .wishlist-button {
	margin: 0;
	padding: 10px 2.5%;
}


.panes p {
	margin-bottom: 5px;
}


/******RELATED PRODUCTS******/

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

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
#related-carousel-vertical {
    position: relative;
    overflow: hidden;
    height: 600px;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
#related-carousel-vertical > ul {
    position: relative;
    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
#related-carousel-vertical > ul > li {
    /* Required only for block elements like <li>'s */
    float: left;
    /* height: 180px; */
    width: 100%
}

#related-carousel-vertical .product-list-item {
	width: 100%;
}

#related-carousel-vertical input[type="button"] {
	/* width: auto; */
}


.related .headline-border {
	font-size: 0.938em;
}

.carousel-prev, .carousel-next {
	cursor: pointer;
}


.product-slider-container.nobg {
    background-color: #ffffff;
    background-image: none;
    }

/* #related-carousel-horizontal .product-slider-container > div {
    margin: 0 auto;
    max-width: 85%;
    } */


#related-carousel-horizontal .owl-item div {
    margin: 0 auto;
    max-width: none;
    height: auto;
}

#related-carousel-horizontal .owl-item .product-list-price {margin-bottom:0.938em;}

#related-carousel-horizontal .owl-item div p {
    height: auto;
}

/* #related-carousel-horizontal .owl-item img {max-width: 170px;} */

.slider-nav .prev, .slider-nav .next {
    position: absolute;
    top: 36%;
    cursor: pointer;
    }

.slider-nav .prev {left: 20px;}
.slider-nav .next {right: 20px;}

#related-carousel-horizontal .product-list-item, #related-carousel-horizontal .product-list-image {
    width: auto;
}

.review-stars-full, .review-stars-empty {width:17px; height:16px;}

.review {
    max-width: 840px;
}

/******FOOTER******/

/*#footer-wrapper {*/
footer {
    background: #333333;
    padding-top: 20px;
    min-height: 270px;
}

footer * {
    color: #ffffff;
}

#footer-left-padding {
    padding-left: 8.5%;
}

footer h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 10px;
}

footer h3 {
    margin-top: 10px;
    font-size: 0.938em;
    font-weight: 300;
    margin-bottom: 10px;
}

footer img {
    margin-right: 10px;
}

footer li {
    list-style: none;
    margin: 5px 0 10px;
    font-weight: 300;
    font-size: 0.938em;
}

footer #payment-methods img {
    margin-right: 8px;
}

footer #web-payment {
	margin: 20px 0;
}


.login #wrapper #layout.new-ws-account #content #new-ws-account .phone {display:block !important;}

.phone {
    display: none !important;
}

.tablet {
    display: none !important;
}

.desktop {
    display: initial !important;
}


/* Audio Player */
.jp-audio :focus,.jp-audio-stream :focus,.jp-video :focus { outline: 0; }
.jp-audio button::-moz-focus-inner,.jp-audio-stream button::-moz-focus-inner,.jp-video button::-moz-focus-inner { border: 0; }

.jp-audio,.jp-audio-stream,.jp-video
{
	font-size: 16px;
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.6;
	color: #666;
	/*border: 1px solid #009be3;*/
	background-color: #f3f3f3;
}

.jp-audio { /*width: 320px;*/ }
.jp-audio-stream { width: 182px; }
.jp-video-270p { width: 480px; }
.jp-video-360p { width: 640px; }

.jp-video-full
{
	width: 480px;
	height: 270px;
	position: relative;
}

.jp-video-full div div { z-index: 1000; }

.jp-video-full .jp-jplayer
{
	top: 0;
	left: 0;
	position: relative;
	overflow: hidden;
}

.jp-video-full .jp-gui
{
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

.jp-video-full .jp-interface
{
	position: relative;
	bottom: 0;
	left: 0;
}

.jp-interface
{
	position: relative;
	/*background-color: #f3f3f3;*/
	background-color: #ededed;
	width: 100%;
}

.jp-audio .jp-interface,.jp-audio-stream .jp-interface { height: 80px; margin:-20px 0px 0px 0px; }
.jp-video .jp-interface { border-top: 1px solid #009be3; }

.jp-controls-holder
{
	clear: both;
	width: 440px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	top: -8px;
}

.jp-interface .jp-controls
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.jp-audio .jp-controls
{
	width: 320px;
	padding: 20px 0px 0px 0px;
}

.jp-audio-stream .jp-controls
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 142px;
}

.jp-video .jp-type-single .jp-controls
{
	width: 78px;
	margin-left: 200px;
}

.jp-video .jp-type-playlist .jp-controls
{
	width: 134px;
	margin-left: 172px;
}

.jp-video .jp-controls { float: left; }

.jp-controls button
{
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}

.jp-play
{
	width: 40px;
	height: 40px;
	background: url(/images/jplayer.blue.monday.jpg) no-repeat;
}

.jp-play:focus { background: url(/images/jplayer.blue.monday.jpg) -41px 0 no-repeat; }
.jp-state-playing .jp-play { background: url(/images/jplayer.blue.monday.jpg) 0 -42px no-repeat; }
.jp-state-playing .jp-play:focus { background: url(/images/jplayer.blue.monday.jpg) -41px -42px no-repeat; }

.jp-next,.jp-previous,.jp-stop
{
	width: 28px;
	height: 28px;
	margin-top: 6px;
}

.jp-stop
{
	background: url(/images/jplayer.blue.monday.jpg) 0 -83px no-repeat;
	margin-left: 10px;
}

.jp-stop:focus { background: url(/images/jplayer.blue.monday.jpg) -29px -83px no-repeat; }
.jp-previous { background: url(/images/jplayer.blue.monday.jpg) 0 -112px no-repeat; }
.jp-previous:focus { background: url(/images/jplayer.blue.monday.jpg) -29px -112px no-repeat; }
.jp-next { background: url(/images/jplayer.blue.monday.jpg) 0 -141px no-repeat; }
.jp-next:focus { background: url(/images/jplayer.blue.monday.jpg) -29px -141px no-repeat; }

.jp-progress
{
	overflow: hidden;
	background-color: #ddd;
}

.jp-audio .jp-progress
{
	position: absolute;
	top: 32px;
	height: 15px;
}

.jp-audio .jp-type-single .jp-progress
{
	left: 50px;
	width: 156px;
}

.jp-audio .jp-type-playlist .jp-progress
{
	left: 166px;
	width: 130px;
}

.jp-video .jp-progress
{
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
}

.jp-seek-bar
{
	background: url(/images/jplayer.blue.monday.jpg) 0 -202px repeat-x;
	width: 0;
	height: 100%;
	cursor: pointer;
}

.jp-play-bar
{
	background: url(/images/jplayer.blue.monday.jpg) 0 -218px repeat-x;
	width: 0;
	height: 100%;
}

.jp-seeking-bg { background: url(../image/jplayer.blue.monday.seeking.gif); }
.jp-state-no-volume .jp-volume-controls { display: none; }

.jp-volume-controls
{
	position: absolute;
	top: 32px;
	left: 220px;
	width: 200px;
}

.jp-audio-stream .jp-volume-controls { left: 70px; }

.jp-video .jp-volume-controls
{
	top: 12px;
	left: 50px;
}

.jp-volume-controls button
{
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}

.jp-mute,.jp-volume-max
{
	width: 18px;
	height: 15px;
}

.jp-volume-max { left: 74px; }
.jp-mute { background: url(/images/jplayer.blue.monday.jpg) 0 -170px no-repeat; }
.jp-mute:focus { background: url(/images/jplayer.blue.monday.jpg) -19px -170px no-repeat; }
.jp-state-muted .jp-mute { background: url(/images/jplayer.blue.monday.jpg) -60px -170px no-repeat; }
.jp-state-muted .jp-mute:focus { background: url(/images/jplayer.blue.monday.jpg) -79px -170px no-repeat; }
.jp-volume-max { background: url(/images/jplayer.blue.monday.jpg) 0 -186px no-repeat; }
.jp-volume-max:focus { background: url(/images/jplayer.blue.monday.jpg) -19px -186px no-repeat; }

.jp-volume-bar
{
	position: absolute;
	overflow: hidden;
	background: url(/images/jplayer.blue.monday.jpg) 0 -250px repeat-x;
	top: 5px;
	left: 22px;
	width: 46px;
	height: 5px;
	cursor: pointer;
}

.jp-volume-bar-value
{
	background: url(/images/jplayer.blue.monday.jpg) 0 -256px repeat-x;
	width: 0;
	height: 5px;
}

.jp-audio .jp-time-holder
{
	position: absolute;
	top: 50px;
}

.jp-audio .jp-type-single .jp-time-holder
{
	left: 50px;
	width: 156px;
}

.jp-audio .jp-type-playlist .jp-time-holder
{
	left: 166px;
	width: 130px;
}

.jp-current-time,.jp-duration
{
	width: 60px;
	font-size: .64em;
	font-style: oblique;
}

.jp-current-time
{
	float: left;
	display: inline;
	cursor: default;
}

.jp-duration
{
	float: right;
	display: inline;
	text-align: right;
	cursor: pointer;
}

.jp-video .jp-current-time { margin-left: 20px; }
.jp-video .jp-duration { margin-right: 20px; }

.jp-details
{
	font-weight: 700;
	text-align: center;
	cursor: default;
}

.jp-details,.jp-playlist
{
	width: 100%;
	background-color: #ccc;
	border-top: 1px solid #009be3;
}

.jp-type-playlist .jp-details,.jp-type-single .jp-details { border-top: none; }

.jp-details .jp-title
{
	margin: 0;
	padding: 5px 20px;
	font-size: .72em;
	font-weight: 700;
}

.jp-playlist ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
	font-size: .72em;
}

.jp-playlist li
{
	padding: 5px 0 4px 20px;
	border-bottom: 1px solid #eee;
}

.jp-playlist li div { display: inline; }

div.jp-type-playlist div.jp-playlist li:last-child
{
	padding: 5px 0 5px 20px;
	border-bottom: none;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current
{
	list-style-type: square;
	list-style-position: inside;
	padding-left: 7px;
}

div.jp-type-playlist div.jp-playlist a
{
	color: #333;
	text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current,div.jp-type-playlist div.jp-playlist a:hover { color: #0d88c1; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove
{
	float: right;
	display: inline;
	text-align: right;
	margin-right: 10px;
	font-weight: 700;
	color: #666;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover { color: #0d88c1; }

div.jp-type-playlist div.jp-playlist span.jp-free-media
{
	float: right;
	display: inline;
	text-align: right;
	margin-right: 10px;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a { color: #666; }
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover { color: #0d88c1; }

span.jp-artist
{
	font-size: .8em;
	color: #666;
}

.jp-video-play
{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	background-color: transparent;
}

.jp-video-270p .jp-video-play
{
	margin-top: -270px;
	height: 270px;
}

.jp-video-360p .jp-video-play
{
	margin-top: -360px;
	height: 360px;
}

.jp-video-full .jp-video-play { height: 100%; }

.jp-video-play-icon
{
	position: relative;
	display: block;
	width: 112px;
	height: 100px;
	margin-left: -56px;
	margin-top: -50px;
	left: 50%;
	top: 50%;
	background: url(../image/jplayer.blue.monday.video.play.png) no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}

.jp-video-play-icon:focus { background: url(../image/jplayer.blue.monday.video.play.png) 0 -100px no-repeat; }

.jp-jplayer,.jp-jplayer audio
{
	width: 0;
	height: 0;
}

.jp-jplayer { background-color: #000; }

.jp-toggles
{
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

.jp-audio .jp-type-single .jp-toggles { width: 25px; }

.jp-audio .jp-type-playlist .jp-toggles
{
	width: 55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

.jp-video .jp-toggles
{
	position: absolute;
	right: 16px;
	margin: 10px 0 0;
	width: 100px;
}

.jp-toggles button
{
	display: block;
	float: left;
	width: 25px;
	height: 18px;
	text-indent: -9999px;
	line-height: 100%;
	border: none;
	cursor: pointer;
}

.jp-full-screen
{
	background: url(/images/jplayer.blue.monday.jpg) 0 -310px no-repeat;
	margin-left: 20px;
}

.jp-full-screen:focus { background: url(/images/jplayer.blue.monday.jpg) -30px -310px no-repeat; }
.jp-state-full-screen .jp-full-screen { background: url(/images/jplayer.blue.monday.jpg) -60px -310px no-repeat; }
.jp-state-full-screen .jp-full-screen:focus { background: url(/images/jplayer.blue.monday.jpg) -90px -310px no-repeat; }
.jp-repeat {background: url(/images/jplayer.blue.monday.jpg) 0 -290px no-repeat;}
.jp-repeat:focus { background: url(/images/jplayer.blue.monday.jpg) -30px -290px no-repeat; }
.jp-state-looped .jp-repeat { background: url(/images/jplayer.blue.monday.jpg) -60px -290px no-repeat; }
.jp-state-looped .jp-repeat:focus { background: url(/images/jplayer.blue.monday.jpg) -90px -290px no-repeat; }

.jp-shuffle
{
	background: url(/images/jplayer.blue.monday.jpg) 0 -270px no-repeat;
	margin-left: 5px;
}

.jp-shuffle:focus { background: url(/images/jplayer.blue.monday.jpg) -30px -270px no-repeat; }
.jp-state-shuffled .jp-shuffle { background: url(/images/jplayer.blue.monday.jpg) -60px -270px no-repeat; }
.jp-state-shuffled .jp-shuffle:focus { background: url(/images/jplayer.blue.monday.jpg) -90px -270px no-repeat; }

.jp-no-solution
{
	padding: 5px;
	font-size: .8em;
	background-color: #eee;
	border: 2px solid #009be3;
	color: #000;
	display: none;
}

.jp-no-solution a { color: #000; }

.jp-no-solution span
{
	font-size: 1em;
	display: block;
	text-align: center;
	font-weight: 700;
}

.download-link-wrapper a {
	background:#596086; /* IE */
	background: -webkit-repeating-linear-gradient(#75a4c0 0%, #596086 100%); /* For Safari 5.1 to 6.0 */
	background: -o-repeating-linear-gradient(#75a4c0 0%, #596086 100%); /* For Opera 11.1 to 12.0 */
	background: -moz-repeating-linear-gradient(#75a4c0 0%, #596086 100%); /* For Firefox 3.6 to 15 */
	background: repeating-linear-gradient(#75a4c0 0%, #596086 100%); /* Standard syntax (must be last) */
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
}


/* ---------- EMMA ---------- */

#id_email {color:#333 !important; padding:10px; width:80%;}
#e2ma_signup_submit_button {
	padding:10px;
	margin:10px 0px 0px 0px;
	background-color: #75a4c0;
}


@media only screen and (max-width: 1159px) {
	#related-carousel ul {
        height: 20000em;
        width: auto;
    }

    .jp-volume-controls {display:none;}
}

@media only screen and (min-width: 960px){
    #nav ul li ul li {
        /* float: left; */
        display: inline-block;
        padding: 5px 1%;
        width: 31%;
    }

    #nav ul li ul{
    	width: 100%;
        max-height: none;
    }

    #nav ul li {
        position: static;
    }

    #nav ul{
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .desktop {
       display: none !important;
    }
    .tablet {
       display: initial !important;
    }

    #nav ul li.open{
        width: auto;
    }

    #nav ul li ul li {
        /* float: left; */
        display: inline-block;
        padding: 5px 2%;
        width: 46%;
    }

    #nav ul li ul{
        width:100%;
        left: 0px;
        max-height: none;
    }

    #nav ul li {
        position: static;
        margin: 0;
    }

    #nav ul{
        position: relative;
    }

    .list-container .column2 {width:225px; height:560px; display:block; margin:0px 0px 0px 15px;}

    .jp-volume-controls {display:none;}
}

@media only screen and (min-width: 768px) {

    #nav ul li.open{
        width: auto;
    }

    .large-screen {display: block !important;}
    .small-screen {display: none !important;}

}

@media only screen and (max-width: 767px) {
    .desktop, .tablet {
       display: none !important;
    }
    .phone {
       display: initial !important;
    }

    .large-screen {display: none !important;}
    .small-screen {display: block !important;}

    #related-carousel ul {
        width: 20000em;
        height: auto;
    }

    #header {height: 40px;}

    #header h1{
        font-size:1em;
        position:absolute;
        left:40px;
        top:15px;
    }

    #header-nav .header-dots {
        position:absolute;
        top:0;
        right:0;
        display: block;
        height: 40px;
        width: 40px;
        padding: 0;
        margin: 0;
    }

	#header-nav ul {border: 1px solid #ccc;}
	 #header-nav ul li {display: block; margin: 0; padding: 5px 10px; background: transparent; border-bottom: 1px solid #ccc;}
	/*#header #nav_search_form {display: none; position: absolute; top: 0px; right: 0px; width: 420px; background: #75a4c0; z-index: 180;}
    #header .search_input {display: inline-block; margin: 4px 0px; width: 310px; height: 30px;}
    #header .search_button {width: 40px; height: 40px;}
    #header .search_close {display: inline-block; float: right; margin: 0; padding: 5px 5px 11px 11px; width: 24px; height: 24px; font-size: 24px; cursor: pointer;}
    #header .search_open {display: inline-block; position: absolute; top: 0; right: 40px; width: 40px; height: 40px; margin: 0; padding: 0; z-index: 50;}*/

    #header #nav_search_form.open {display: block; height: 40px;}
    #header #nav_search_form {display: none; position: absolute; top: 0px; right: 0px; width: 420px; background: #75a4c0; z-index: 180;}
    #header .search_input {display: inline-block; margin: 4px 0px; width: 310px; height: 30px;}
    #header .search_button {width: 40px; height: 40px;}
    #header .search_close {display: inline-block; float: right; margin: 0; padding: 5px 5px 11px 11px; width: 24px; height: 24px; font-size: 24px; cursor: pointer; color:#fff;}
    #header .search_open_button {display: inline-block; position: absolute; top: 0; right: 40px; width: 40px; height: 40px; margin: 0; padding: 0; z-index: 50;}


    #header #header-nav {
        top: 0px;
        right: 0px;
        height: 40px;
        width: 40px;
        padding: 0;
        margin: 0;
    }

    #header .header-nav-container {
        top: 0px;
        right: 0px;
        height: 40px;
        width: 40px;
        padding: 0;
        margin: 0;
    }

    #header .header-nav-menu {z-index: 200;}

    #header .header-nav-menu li {font-size: 1.0em;}

    #header .header-nav-menu li:before {
        content: none;
    }

    #header .open{
        background-color: #75a4c0;
    }

    .social-icons {display: none;}

    #nav {
        width: 80%;
    }

    #nav ul li {
        width: 93%;
    }

	#nav ul li a {color: #75a4c0;}
	#nav ul li a:hover {color: #666;}
    #nav ul li ul li a {font-size: 0.875em; color: #75a4c0;}
	#nav ul li ul li a:hover {color: #666;}

	#nav ul li.open ul {
		display: block;
		position: static;
		z-index: 100;
		}

	#nav ul li.open ul li {
		width: 100%;
		font-size: 0.875em;
		}

	#nav ul li.open ul li a {
		padding: 5px;
		}

    /*#header #logo-link img{
        height: 40px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 45%;
    }*/

	.home-ad {margin: 0px 0 10px 0;}

	.cycle-pager {margin-left: -50px;}

    .cycle-pager span {
	width: 15px;
	height: 15px;
	}

	.product-list-item {min-height: 410px;}

	footer {padding: 0 20px;}

	footer .column2, footer .column3 {width: 300px !important;}

	#footer-left-padding {padding: 0;}

}

@media only screen and (max-width: 959px) {
	#nav ul li a {padding: 0 9px; font-size: 0.875em;}
	#nav ul li ul li a {font-size: 0.875em; color: #75a4c0;}
	#nav ul li ul li a:hover {color: #666;}

	.jp-volume-controls {display:none;}
}

@media only screen and (min-width: 768px) and (max-width: 782px) {
	nav#nav {opacity: 1.0 !important;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #header .search_input {
       width: 300px;
    }
    .phone {
       display: initial;
    }

	#tag-line {display:none;}

     #header #logo-link img.logo {
        width:40px;
        height: 40px;
        padding: 0;
        margin: -4px 0px 0px 160px;
        text-align:center;
    }

	.slider-content-headline {text-align:center; line-height:30px; padding:0px; margin:10px 0px 10px 0px;}
    .big-band-content, .books-dvds-content {display:none;}
	.big-bands-list, .books-list {margin:-40px 0px 0px 0px;}
	.featured-categories .column2 {padding:0px 0px 40px 0px; margin:0px 0px 30px 0px; width:140px; height:140px; display:inline-block; float:none;}
	.featured-categories .column2 a {margin:0px 0px 40px 0px;}
	.featured-categories .column2 img {width:95%; height:95%;}
	.owl-item .product-list-image img {width:75%; height:75%;}

	#homepage-content {display:none;}
	.list-container .column2 {width:225px; height:560px; display:block; margin:0px 0px 0px 15px;}
	
	.admin-bar * {font-size:0.75rem !important;}
	.admin-bar .signout {font-size:0.5rem !important;}

}

@media only screen and (max-width: 479px) {
    /*#header .search_input {
       width: 180px;
    }*/

    .phone {
       display: initial !important;
    }

    #header #nav_search_form {width: 300px;}
    #header .search_input {width: 190px;}

    #tag-line {display:none;}

    #header #logo-link img.logo {
        width:40px;
        height: 40px;
        padding: 0;
        margin: -4px 0px 0px 100px;
        text-align:center;
    }

	.slider-content-headline {text-align:center; line-height:30px; padding:0px; margin:10px 0px 10px 0px;}
    .big-band-content, .books-dvds-content {display:none;}
    .big-bands-list, .books-list {margin:-40px 0px 0px 0px;}
    .featured-categories .column2 {padding:0px; margin:0px 0px 30px 0px; width:140px; height:140px; display:inline-block; float:none;}
	.featured-categories .column2 a {margin:0px 0px 40px 0px;}
    .featured-categories .column2 img {width:75%; height:75%;}
    .owl-item .product-list-image img {width:75%; height:75%;}
	#homepage-content {display:none;}
	.list-container .column2 {width:225px; height:580px; display:block; margin:0px 0px 0px 15px;}

}


.admin-bar {background:seagreen; color:white; bottom:0; left:0; padding:0.875rem 0; position:fixed; width:100vw; z-index:999;}
.admin-bar a,
.admin-bar a:focus,
.admin-bar a:hover {
	color:white !important; 
	font-size: 0.85rem;
    padding: 0.35rem 0.5rem;
    text-transform: uppercase;
}
.admin-bar .row {display:flex; flex-flow:row wrap; align-items: center; max-width: 75rem; margin-left: auto; margin-right: auto;}
.admin-bar .columns {flex: 0 0 33.3333333333%; max-width: 33.3333333333%;}
.admin-bar ul {margin:0; list-style-type:none;}
.admin-bar ul li {display:inline-block; margin-bottom:0;}
.admin-bar .button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #2199e8;
    color: #fefefe;
}
.admin-bar .button {
    border-radius: 2px;
    margin-bottom: 0;
}
.admin-bar .button.admin-button {background-color:transparent;}
.admin-bar .button.alert {
    background-color: #ec5840;
    color: #fefefe;
}
.fal, .far {
    font-family: "Font Awesome 5 Pro" !important;
}
/*.admin-bar {
	
	a {		
		&:focus,
		&:hover {color:white;}
	}
	
	.sticky 
	.button {
		border-radius:2px; 
		font-weight:bold; 
		margin-bottom:0;
		
		&.admin-button {background-color:transparent;}
	}
	.menu {
		& > li {
			display:inline-block;
			
			& > a {
				font-size: 0.85rem; 
				font-weight:bold;
				padding:0.35rem 0.5rem;
				text-transform: uppercase;
			}
		}
	}
}*/



.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
    background-color: #126195;
    color: #fefefe;
}


.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: white;
    color: #0a0a0a !important;
}

.callout p {margin-bottom:0 !important;}

.callout.primary {
    background-color: #d7ecfa !important;
}

.callout.secondary {
    background-color: #eaeaea !important;
}

.callout.success {
    background-color: #e1faea !important;
}

.callout.alert {
    background-color: #f7e4e1 !important;
}

.table-row:nth-child(even), div.even {background-color:transparent !important;}
input[type=button], input[type=submit], a.button {border-radius:0 !important; font-size:0.875rem !important;}
#calc_country select {background-color:white !important;}
#shipping_methods p {
    font-size: 0.875rem !important;
    margin: 0 0 1rem 0 !important;
}