/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222222;
    font-size: 1em;
    line-height: 1.4;
}
.wrapper, h1#ew-logo a, h3.big-heading, .pretitle, .divider { -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

.preload, .preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/*
* { -webkit-transition: inherit; transition: inherit; }
.centerstage-banner, ul#nav-right li#nav-signin-reg, ul#nav-right li#nav-account,
ul, ul#product-tabs, .button, .cc-join a, .response, .popUp, #overlay, .nice-select, .form-list, .form-container, .loading, .loading-right, #audio-player, .jp-jplayer > *, .checkbox, .listings, .fullmedia-section.parallax div.fullimage  { -webkit-transition: none; transition: none; }
*/

.nav-wrapper {
	position: relative;
	padding: 0px 2%;
}

#header-container {
	background-color: #000000;
	padding: 6px 0px;
}
#header-container .wrapper {
	display: none;
}
#header-container p {
	margin: 0px;
	font-size: 14px;
	letter-spacing: 1px;
}
#header-container a.button-rounded {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #FFFFFF;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border-radius: 25px;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: normal;
	max-width: 175px;
}
#weglot-switcher-1 {
	float: right;
	margin-right: 10px;
}
#header-banners {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 70px;
    text-align: center;
}
#header-banners .header-banner {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    padding: 0px 20px;
    width: 100%;
    text-align: center;
    pointer-events: none;
}
#header-banners .header-banner.banner-active {
    opacity: 1;
    pointer-events: auto;
}
#header-banners .header-banner p {
    font-size: 14px;
}

ul.ew-soc li {
	float: left;
	margin: 0px;
	margin-left: 10px;
}
ul.ew-soc li a {
	display: block;
	width: 34px;
	height: 35px;
	text-indent: -9999px;
}
ul.ew-soc li.ew-facebook a { background: url('../images/icon_facebook.jpg') no-repeat; }
ul.ew-soc li.ew-twitter a { background: url('../images/icon_twitter.jpg') no-repeat; }
ul.ew-soc li.ew-x a {
	background: url('../images/icon_x@2x.jpg') no-repeat;
	background-size: 34px 35px;
}
ul.ew-soc li.ew-tiktok a {
	background: url('../images/icon_tiktok@2x.jpg') no-repeat;
	background-size: 34px 35px;
}
ul.ew-soc li.ew-youtube a { background: url('../images/icon_youtube.jpg') no-repeat; }
ul.ew-soc li.ew-instagram a { background: url('../images/icon_instagram.jpg') no-repeat; }
ul.ew-soc li.ew-soundcloud a { background: url('../images/icon_soundcloud.jpg') no-repeat; }
#nav-container {
    background-color: #FFFFFF;
    position: relative;
    height: 65px;
}

div#ew-logo {
	position: absolute;
	top: 3px;
	/* top: -5px; */
	z-index: 10;
	margin: 0px;
}
div#ew-logo a {
	display: block;
	text-indent: -9999px;
	width: 61px;
	height: 61px;
	background: url('../images/ew_logo-2024.svg') no-repeat;
	background-size: 166px 60px;
}

/*
div#ew-logo a {
	display: block;
	text-indent: -9999px;
	width: 78px;
	height: 76px;
	background: url('../images/ew_logo-2024.svg') no-repeat;
	background-size: 210px 76px;
}
*/

#mobile-search {
	display: none;
	padding: 25px 0px;
	background-color: #202020;
}
#mobile-search .instrument-search-form {
	width: 75%;
	max-width: 300px;
	margin: 0 auto;
}

.instrument-search-form p, li.instrument-search-form {
	border: 3px solid #FFFFFF;
	border-radius: 25px;
	margin: 0px 30px 0px 10px;
	height: 25px;
}
ul#nav-right li.instrument-search-form {
	border-color: #000000;
	margin: 0px;
	margin-top: -5px;
	color: #000000;
}


.instrument-search-form input.instrument-search {
	background: none;
	border: none;
	outline: none;
	height: 20px;
	color: #FFFFFF;
	padding: 0px;
	margin-left: 12px;
	margin-top: 2px;
	width: 175px;
}
ul#nav-right li.instrument-search-form input.instrument-search {
	color: #000000;
}
.instrument-search-form input.instrument-search-submit {
	float: right;
	width: 16px;
	height: 17px;
	background: url('../images/header_icon_search.jpg') top right no-repeat;
	cursor: pointer;
	margin: 4px 10px 0px 8px;
	border: none;
}
ul#nav-right li.instrument-search-form input.instrument-search-submit {
	background: url('../images/nav_icon_search@2x.jpg') top right no-repeat;
	background-size: auto;
	background-size: 16px 17px;
}

.content-wrapper { max-width: 990px; }
.content-container { padding: 35px 0px; }
.page-form a { text-decoration: none; }

#page-title {
	background-color: #ededed;
	padding: 35px 0px;
}
#page-title h1 { color: #000000; font-size: 24px; font-weight: normal; margin: 0px; }
.section, #footer { position: relative; padding: 45px 0px; }
.section h3 {
    text-align: center;
    margin-top: 0px;
	font-size: 28px;
}
.content-container h3, .content-container .pretitle, .section .pretitle { text-align: center; }
.gray-section {
	background-color: #f4f4f4;
	padding: 15px;
}
.gray-section li:last-child, .gray-section p:last-child { margin: 0px; }

.fullmedia-section {
	position: relative;
	overflow: hidden;
	clear: both;
    text-align: center;
}
.fullmedia-section .wrapper { height: 100%; }

.fullmedia-section .mediawrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%; height: 100%;
}

.fullmedia-section .mediatext {
	text-align: center;
}

.fullmedia-section div.fullimage, .fullmedia-section div.fullvideo {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
}
.fullmedia-section div.fullimage img, .fullmedia-section div.fullvideo video {
	object-fit: cover;
	height: 100%;
}

.fullmedia-section.parallax div.fullimage img {
    height: 125%;
}

.fullimage img, .fullvideo video, p.paraimage img {
    display: block;
    width: 100%;
}

p.fullimage { margin: 25px 0px; }
p.fullimage.interface img { max-width: 900px; margin: 0 auto; }
p.fullimage .note { display: block; margin-top: 10px; text-align: center; font-size: 14px; }

p.paraimage { max-width: 380px; margin: 0px auto 23px auto; }
p.paraimage.fl, p.paraimage.fr { float: none; }




.centered > *, .centered { text-align: center !important; }

.dark-section > *, .light-text > *, .light-text, .dark-section, .light-desktop { color: #FFFFFF; }
.dark-section .divider, .light-desktop .divider { background-color: #FFFFFF; }
.dark-text > *, .dark-text { color: #202020; }
.content-section { padding: 15px 0px; margin-bottom: 0px; }
.content-container .content-section:first-of-type { padding-top: 0px; }
.content-container .content-section:last-child { padding-bottom: 0px; }
.content-section p:last-child, .content-section ul:last-child, .content-section li:last-child { margin-bottom: 0px; }

.apply-field label { display: block; }
.apply-field input[type="text"] { display: inline-block; }
.apply-field .response { padding: 10px; margin-top: 15px; }
.apply-field .response p { padding: 0px 5px; font-weight: normal; }

ul.bulleted li {
	position: relative;
	padding-left: 17px;
	line-height: 1.4em;
}
ul.bulleted li:before {
	position: absolute;
	content: "";
	left: 0px; top: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 8px;
	border-color: transparent transparent transparent #ee2128;
}
ul.bulleted li ul li { margin-top: 5px; }
ul.dashed li:before {
	position: absolute;
	content: "-";
	border: none;
	top: 0px;
}

#header-container ul, #nav-container ul, 
#nav-container ul li, #pagination-container p { margin: 0px; }
#centerstage {
    display: block;
    width: 100%;
    height: auto;
}
.centerstage { position: relative; }
#centerstage-banners .centerstage-banner {
    display: none;
    position: absolute;
    width: 100%;
	background-color: #000000;
}
.pagination-container {
	display: none;
    position: absolute;
    bottom: 3px;
    z-index: 20;
    width: 100%;
}
ul#centerstage-pagination { text-align: center; margin: 0px; vertical-align: middle; line-height: 1em; }
.centerstage-banner a { display: block; }
#centerstage-banners .centerstage-banner img, #centerstage-spacer img {
	display: block;
    width: 100%;
    height: auto;
}

ul#centerstage-pagination li {
    display: inline-block;
    width: 8px;
    height: 8px;
	margin: 0px 3px;
    cursor: pointer;
    border-radius: 8px;
	outline: none;
	text-indent: -9999px;
	background-color: #7d7d7d;
	vertical-align: middle;
	line-height: 1em;
}
ul#centerstage-pagination li.pag-active { background-color: #FFFFFF; }
	
/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

.product-listing .play-video {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 37px;
    height: 37px;
    cursor: pointer;
    text-indent: -9999px;
}
.product-listing .play-video a {
	display: block;
	background: url('../images/icon_video_play.png') no-repeat;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
}
a.apple-icon {
	display: inline-block;
	width: 30px;
	height: 35px;
	background: url('../images/icon_apple@2x.jpg') no-repeat;
	background-size: 30px 35px;
	text-indent: -9999px;
	margin: 0px 5px;
}
a.windows-icon {
	display: inline-block;
	width: 40px;
	height: 35px;
	background: url('../images/icon_windows@2x.jpg') no-repeat;
	background-size: 40px 35px;
	text-indent: -9999px;
	margin: 0px 5px;
}
a.pdf-doc {
	background: url('/images/icon_pdf@2x.jpg') no-repeat;
	background-size: 25px auto;
	padding-left: 35px;
	min-height: 30px;
	display: inline-block;
	line-height: 30px;
}
a.video-icon {
	display: inline-block;
	width: 45px;
	height: 33px;
	background: url('../images/icon_video@2x.jpg') no-repeat;
	background-size: 45px 33px;
	text-indent: -9999px;
	margin: 0px 5px;
}
.social-buttons { text-align: center; }
.social-buttons a {
	display: inline-block;
	width: 236px;
	height: 51px;
	margin: 0px 3px 10px 3px;
	text-indent: -9999px;
}
.social-buttons a.button-facebook {
	background: url('../images/button_social_facebook@2x.jpg') no-repeat;
	background-size: 233px 51px;
}
.social-buttons a.button-twitter {
	background: url('../images/button_social_twitter@2x.jpg') no-repeat;
	background-size: 233px 51px;
}
.social-buttons a.button-forums {
	background: url('../images/button_social_sol-forums@2x.jpg') no-repeat;
	background-size: 233px 51px;
}


.mobile-show { display: block !important; }

.divider {
    background-color: #202020;
    display: block;
	width: 50px;
	height: 10px;
    margin: 30px auto;
}
.divider + .content-section { padding-top: 0px; }
.pretitle, .subtitle {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0px;
	text-transform: uppercase;
}
h3.big-heading, h3.medium-heading, h3.small-heading {
    font-size: 43px;
    font-weight: 800;
    line-height: 0.95em;
    margin-bottom: 15px;
    margin-top: 0px;
	text-transform: uppercase;
}
h3.big-heading.super { font-size: 47px; }
h3.medium-heading { font-size: 40px; font-weight: 900; }
h3.medium-heading { font-size: 8vw; }
h3.big-heading { font-size: 10vw; }
.subheading { font-size: 16px; }
h3.small-heading { font-size: 28px; }


.endorsement-full {
	background: url('/images/img_endorsement_quotes@2x.png') no-repeat;
	background-size: 36px 25px;
	padding-left: 42px;
	min-height: 35px;
}
.endorsement-full .endorsement:last-child { border: none; }

.endorsement-full .endorser p {
	text-align: center;
	color: #DE2516;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
	text-indent: -42px;
}
.endorsement-full {
	margin-bottom: 25px;
	border: none;
}

#gift-certs-img { margin: 25px 0px 15px 0px; }
#gift-certs-img a img {
    display: block;
    max-width: 750px;
    width: 100%;
	margin: 0 auto;
}

p.button a, .button a, .button a:visited, 
a.purchase-button, a.purchase-button:visited, .cc-join a, .cc-join a:visited {
    display: inline-block;
	text-align: center;
	color: #FFFFFF;
	background-color: #e94b4b;
	border-radius: 3px;
	padding: 10px 15px;
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	min-width: 140px;
	text-transform: uppercase;
}
p.button:not(.knockout):not(.disabled) a:hover { background-color: #ef747a; }
p.button.disabled { opacity: .6; }
p.button.disabled a { cursor: auto; }
.button.knockout, .button a.knockout { margin-right: 15px; }
.button.knockout a, .button a.knockout {
	background: none !important;
	color: #202020;
	border-radius: 0px;
}
p.button.centered { display: block; text-align: center; }
a.remove-button { color: #e94b4b; text-decoration: none; font-weight: bold;  }
.cc-join a, .cc-join a:visited {
	background-color: #3399ff;
    color: #FFFFFF !important;
	border-radius: 3px;
	font-size: 13px;
	min-width: auto;
}
.apply-button {
	display: inline-block;
	min-height: 40px;
	line-height: 40px;
}
.cc-join a:hover { background-color: #79bcff; }

p.button.cc-button a {
	border: 2px solid #FFFFFF;
	border-radius: 35px;
	font-size: 20px;
	padding: 12px 35px;
	min-width: 100px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	background-image: linear-gradient(to right, #0E8EF1 22%, #3149E2 48%, #7C56F6 100%);
	color: #FFFFFF !important;
}


#global-loading {
	display: none;
	position: fixed;
	max-width: 100px;
	margin-left: -50px;
	height: 100px;
	top: 150px;
}
#global-loading .loading { min-height: 35px; }
.button.loading a, .apply-button.loading a { visibility: hidden; }
.is-loader { position: relative; }
.loading, .apply-selector.loading .chosen-container:before {
	background: url('/images/img_loading_2@2x.gif') center -8px no-repeat;;
	background-size: 55px 55px;
	cursor: default;
}
.dark-section .loading {
	background-image: url('/images/img_loading_dark_2@2x.gif');
}

.apply-selector.loading { background: none; }
.apply-selector.loading .chosen-container:before {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: 1px;
	right: -50px;
	background-size: 50px;
}

.popUp {
	display: none;
	position: absolute;
	width: 90%;
	margin: 0 auto;
	top: 60px;
	left: 50%;
	margin-left: -45%;
	z-index: 1001;
	background-color: #ffffff;
	/* border-radius: 10px; */
}
.popUp .popUp-container { position: relative; padding: 25px; }
.popUp h3, .popUp .pretitle { text-align: center; font-weight: 600; }
.popUp .divider {
	width: 42px;
	height: 8px;
	margin: 20px auto;
}

.popUp .button { margin-bottom: 0px; }
.popUp input[type="text"], .popUp input[type="password"], .popUp textarea { width: calc(100% - 22px); }
.popUp input[type="text"].small-input { max-width: 200px; }

.popUp ul li span.inline-field { width: 45%; }
.popUp ul li span.inline-field:last-child { margin-left: 10px; }

#newsletter-popUp input[type="text"] {
    border-radius: 7px;
}
#newsletter-popUp input[type="text"] {
    border-radius: 7px;
}
#newsletter-popUp .button a {
    border-radius: 25px;
    background-color: #ec1d23;
    min-width: 175px;
    font-size: 17px;
    padding: 12px 15px;
}

.videoPopUp-container {
    max-width: 100% !important;
    width: 100%;
    height: 56.25vw;
    position: relative;
    margin: 0 auto;
    max-height: 90vh;
    transform: scale(1);
}
.videoPopUp-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}
.popUp-close {
    position: absolute;
    top: -17px;
    right: -17px;
    background-color: #d8d8d8;
    padding: 5px 11px;
    margin: 0px;
    border-radius: 35px;
    font-weight: 700;
    font-size: 19px;
    cursor: pointer;
	box-shadow: 0px 4px 10px #333333;
}
.videoPopUp .popUp-close {
    position: absolute;
    top: -35px;
    right: 0px;
    font-weight: bold;
    font-size: 18px;
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 4px 10px #333333;
    cursor: pointer;
	padding: 0px;
}
#overlay {
    display: none;
    background-color: #111111;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
}

.tableify {
	border-collapse: collapse;
    border-spacing: 0;
    width:100%;
	margin: 15px auto;
}

.tableify th, .tableify td {
	text-align: center;
	padding: 5px;
	font-size: 14px;
	vertical-align: middle;
	text-overflow: ellipsis;
}
.dark-section .tableify td { border-bottom: 1px solid #AAAAAA; }
.tableify th {
	background-color: #363636;
	color: #ffffff;
}
.tableify td {
	border-bottom: 1px solid #dedede;
}
/*
.tableify td { background-color: #FFFFFF; }
*/
.tableify .note-index {
    font-size: 10px;
    vertical-align: text-top;
}
.form-container p span {
	display: inline-block;
	margin-bottom: 2px;
}

input[type="checkbox"] { display:none; }
input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	font-weight: normal;
	vertical-align: baseline;
}
input[type="checkbox"] + label a { vertical-align: baseline; }
input[type="checkbox"] + label span.checkbox {
    display: inline-block;
    width: 21px;
    height: 21px;
	margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}
input[type="checkbox"] + label span.checkmark {
	position: absolute;
	width: 16px;
	height: 13px;
	top: 5px;
	left: 4px;
	display: none;
	cursor: pointer;
}
input[type="checkbox"]:checked + label span.checkmark { display: block; }
input[type="checkbox"][disabled] + label,
input[type="checkbox"][disabled] + label span.checkbox,
input[type="checkbox"][disabled] + label span.checkmark { cursor: default; }
input[type="checkbox"][disabled] + label span.checkbox { background-color: #f8f8f8; }
input[type="checkbox"]:checked + label span.checkbox {
	background-color: #e94b4b;
	border: 1px solid #e94b4b;
}
input[type="checkbox"] + label span.checkmark {
	background: url("/images/checkmark_white_2@2x.png") no-repeat;
	background-size: 16px 13px;
}
input[type="checkbox"] + label span.checkbox.required {
	border: 2px solid #e94b4b;
	margin-right: 8px;
}
input[type="checkbox"]:checked + label span.checkbox.required {
	border: 2px solid #e94b4b;
}
input[type="checkbox"] + label span.checkbox.required + span.checkmark {
	top: 6px;
	left: 5px;
}
input[type="checkbox"] + label span.checkbox:focus {
	outline: 2px solid blue;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label
{
	display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
	font-weight: normal;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #CCCCCC;
    border-radius: 100%;
    background: #fff;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e94b4b;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
input[type="radio"]:focus + label:before {
	outline: 2px solid blue;
}

p#exp-field .chosen-container { width: 113px; }
.form-container p span.inline-field { display: block; margin-bottom: 10px; }
.form-container p span.inline-field select { padding: 10px; }

input[type="text"]:disabled,
select:disabled,
.chosen-container.disabled, .disabled-container { opacity: .7; }

.disabled-form input[type="radio"]:checked + label, 
.disabled-form input[type="radio"]:not(:checked) + label { cursor: default; }


.payment-icon {
	display: inline-block;
    width: 48px;
    height: 32px;
    border: 1px solid #e2e2e2;
    background: #FDFDFC;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 1px 0 rgba(226, 226, 226, 0.2);
    vertical-align: middle;
	padding: 2px;
	text-indent: -9999px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 46px auto;
}
.icon-mastercard {
	background-image: url('/images/icon_mastercard.svg');
}
.icon-visa {
	background-image: url('/images/icon_visa.svg');
}
.icon-discover {
	background-image: url('/images/icon_amex.svg');
}
.icon-amex {
	background-image: url('/images/icon_discover.svg');
}
.icon-diners {
	background-image: url('/images/icon_dinersclub.svg');
	background-size: 75px auto;
	margin-top: 5px;
}
.icon-jcb {
	background-image: url('/images/icon_jcb.svg');
	background-size: 75px auto;
	margin-top: 5px;
}
.icon-unionpay {
	background-image: url('/images/icon_unionpay.svg');
	background-size: 75px auto;
	margin-top: 5px;
}
.icon-paypal {
	background-image: url('/images/icon_paypal.svg');
	background-size: auto 28px;
}
.icon-affirm {
	background-image: url('/images/icon_affirm.svg');
	background-size: auto 22px;
	margin-top: 5px;
}

#payment-types input[type="radio"] + label:before { top: 8px; }
#payment-types input[type="radio"]:checked + label:after { top: 12px; }



#purchase-cc-opt {
    max-width: 535px;
    margin: 0 auto;
}
#purchase-cc-opt p { font-size: 17px; }
#purchase-cc-opt p.mini-title {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1em;
}
#purchase-cc-opt p a, #purchase-cc-opt p a:visited { color: #000000; font-weight: bold; text-decoration: none; }
.dark-section #purchase-cc-opt p a, .dark-section #purchase-cc-opt p a:visited { color: #FFFFFF; }
#purchase-cc-opt h3 {
    margin: 0px;
    font-weight: 800;
    font-size: 45px;
}

#purchase-cc-opt h3 span {
    font-size: 22px;
}

#purchase-cc-opt p.cc-join {
    margin-top: 20px;
}


#newsletter-popUp { position: fixed; margin-top: 55px; }

/* =========
	FOOTER
========== */

#footer {
	clear: both;
	display: block;
	background-color: #000000;
	/* border-top: 2px solid #666666; */
}
#footer > *, #footer a, #footer a:visited { color: #FFFFFF; }
#footer ul li { font-size: 15px; }
#footer ul, #footer ul li:last-child { margin-bottom: 0px; }
#footer ul li a { text-decoration: none; }
#footer-left { clear: both; }
#footer-myaccount { display: none; }
#footer-middle, #footer-right { margin-top: 35px; }
#footer-right { width: 225px; }
#footer ul.ew-soc { margin-bottom: 15px; }
#footer ul.ew-soc li { margin: 0; margin-right: 12px; }
#footer ul.ew-soc li:last-child { margin: 0; }
#newsletter-field {
	position: relative;
	border-radius: 20px;
	border: 3px solid #FFFFFF;
}
#footer-newsletter input {
	display: block;
	background: none;
	border: none;
	padding: 7px;
	padding-left: 15px;
	font-weight: normal;
	outline: none;
	color: #FFFFFF;
	width: auto;
	max-width: none;
}
#footer-newsletter span {
	display: block;
	position: absolute;
	top: 8px; right: 12px;
	background: url('../images/footer_newsletter_submit@2x.jpg') no-repeat;
	background-size: 20px auto;
	color: #FFFFFF;
	width: 20px;
	height: 13px;
	cursor: pointer;
	text-indent: -9999px;
	
}
#footer-newsletter .response {
	border: none !important;
	padding: 0px !important;
	margin: 15px 0px !important;
}
#footer-newsletter .response p {
	font-size: 12px; font-style: italic;
}

#footer-copyright {
	clear: both;
	background-color: #181818;
	padding: 10px 0px;
}
#footer-copyright p {
	color: #FFFFFF;
	font-size: 12px;
}

#checkout-cart {
	clear: both;
	margin-top: 15px;
}
.checkout-wrap { margin-top: 30px; }



.clear { clear: both; }
.clear-after::after {
    content: '';
    display: block;
    clear: both;
}
.lightweight { font-weight: normal; }
.note, .disclaimer { font-size: 13px !important; font-style: italic; }
span.note { display: inline-block; margin-top: 5px; }
.response, .notifications-container {
	display: none;
	margin-bottom: 35px;
	padding: 20px;
	border: 2px solid #bcbcbc;
}
.notifications-container { margin-top: 0px; background-color: #FFFFFF; padding: 15px; }
.notifications-container .notification-container:last-child { margin: 0px; }
.notifications-container .notification-container:last-child p:last-child { margin: 0px; }
#cc-notifications { padding: 25px; }
#cc-notifications p#cc-terms-controls label strong { line-height: 1.6em; }

.response.error, .invalid-action, .decline { border: 2px solid #e94b4b; }
.response.success, .valid-action { border: 2px solid #12b366; }
.response.decline { padding: 0px; }
.response.decline h5 { padding: 7px 20px; margin: 0px; color: #FFFFFF; background-color: #e94b4b; }
.response .response-wrapper { padding: 15px 20px; }
.response p { margin-bottom: 7px; }
.response p:last-child { margin: 0px; }
.form-note { display: block; margin-top: 15px; }
.highlight { color: #e94b4b; }

.tabled { margin-bottom: 30px; font-size: 13px; }
.tabled .table-header {
	display: table;
	width: 100%;
	background-color: #151515;
	color: #FFFFFF;
	text-align: center;
}
.tabled .table-body { text-align: left; }
.tabled .table-row {
	display: table;
	width: 96%;
	padding: 5px 2%;
	border-bottom: 1px solid #bcbcbc;
}
.tabled .table-header .table-row { border: none; }
.tabled .table-col { display: table-cell; vertical-align: middle; text-align: left; }
.tabled .table-col select,
.tabled .table-col .chosen-container { width: 100%; display: inline-block; }
.tabled .table-col p { margin: 0; }
.tabled .col-container { padding: 8px 0px; }
#share-container {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}


#cookie-policy {
    display: table;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999999;
    background-color: #de1616;
    padding: 15px 20px;
}

#cookie-policy p#cookie-policy-desc {
    width: 300px;
}
#cookie-policy p {
    display: table-cell;
    color: #FFFFFF;
    margin-bottom: 0px;
    vertical-align: middle;
    font-size: 15px;
}
#cookie-policy p a, #cookie-policy p a:visited { color: #FFFFFF; }

#cookie-policy p a#policy-accept {
    margin: 0px 16px;
    background-color: #FFFFFF;
    color: #de1616;
    border-radius: 8px;
    font-size: 15px;
}
#cookie-policy p .policy-button {
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 17px;
}




/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   High resolution display detection
   ========================================================================== */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {	
	
	ul.ew-soc li.ew-facebook a {
		background: url('../images/icon_facebook@2x.jpg') no-repeat;
		background-size: 34px 35px;
	}
	ul.ew-soc li.ew-twitter a {
		background: url('../images/icon_twitter@2x.jpg') no-repeat;
		background-size: 34px 35px;
	}
	ul.ew-soc li.ew-youtube a {
		background: url('../images/icon_youtube@2x.jpg') no-repeat;
		background-size: 34px 35px;
	}
	ul.ew-soc li.ew-instagram a {
		background: url('../images/icon_instagram@2x.jpg') no-repeat;
		background-size: 34px 35px;
	}
	ul.ew-soc li.ew-soundcloud a {
		background: url('../images/icon_soundcloud@2x.jpg') no-repeat;
		background-size: 34px 35px;
	}
	.product-listing .play-video a {
		background: url('../images/icon_video_play@2x.png') no-repeat;
		background-size: 37px 37px;
	}
	#gift-certs-img a {
		background: url('../images/home_gift-certs_2@2x.jpg') no-repeat;
		background-size: 750px 255px;
	}
}


body::after{
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
   content:url('/images/img_loading_2@2x.gif');
}


