.no-touch .main-navigation .wrapper,
.touch .desktop .main-navigation .wrapper {
    overflow: hidden;
}
.tablet .main-navigation .wrapper {
    overflow: initial;
}
.no-touch .tablet .main-navigation .wrapper { 
	overflow: visible;
}
.no-touch .phantom-sticky {
display: none;
}
#wrapper #main {
    z-index: 1;
}
.tileArrowButtonShow {
    display: inline;
}

.tileArrowButtonHide {
    display: none;
}

.tileFullVisible {
    opacity: 1;
}

.tilePartialVisible {
    opacity: 0.5;
}

.tileTitleFade {
    color: #bfbfbf;
}

.tileTitleFocus {
    color: #131313;
}

.tileTagFade {
    color: white;
}

.tileTagFocus {
    color: #9d9ea1;
}

body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.producthits .sort-option-first {
    display: none;
}

.ally {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Head ache bar specific styles -- start */
.headache-bar {
	display: none;
    background-color: red;
    position: relative;
    z-index: 3;
}

.header-newsletter {
    position: relative;
    z-index: 3;
    background-color: #151515;
    border-bottom: 1px #252525 solid;
}

.HABcontainer {
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 34px;
    top: 0;
    left: 0;
}

.redTape {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: red;
    top: 7px;
    font-size: 18px;
    font-family: "AlternateGotNo2D";
    color: white;
    display: none;
}

.closeBar {
    cursor: pointer;
    display: inline;
    position: absolute;
    right: 0;
    height: 15px;
    width: 15px;
    top: 10px;
    background: url("../images/sprite.png") no-repeat scroll -116px -1309.5px;
}

.newsCss a:hover {
    text-decoration: none;
    color: #D0D0D0;
}

.newsCss a {
    text-decoration: none;
    color: #FFF8DC;
}

/* Head ache bar specific styles -- end */
.main-navigation {
    color: #666;
    font-family: 'AlternateGotNo2D',Arial, sans-serif;
    font-size: 20px;
    position: relative;
    z-index: 3;
    background-color: rgba(21, 21, 21, 0.9);
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.main-navigation * {
    -webkit-tap-highlight-color: transparent;
}

.main-navigation nav {
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 8;
}

.navigation-header {
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    float: left;
    z-index: 10;
    position: relative;
    display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
}

.navigation-toggle {
    display: none;
    z-index: 5;
    position: relative;
}

.navigation-list {
    display: block;
    text-align: justify;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    height: 80px;
    width: 850px;
}

.navigation-list:after {
    content: '';
    width: 0;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.navigation-item {
    vertical-align: top;
    display: inline-block;
    line-height: 80px;
    height: 80px;
    width: 25%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.navigation-item button {
    display: none;
}

.beats-logo {
    display: inline-block;
    height: 56px;
    width: 56px;
    background: url(../images/Logo_01.svg) no-repeat;
    background-size: 56px;
    text-indent: -9999px;
    vertical-align: middle;
    position: relative;
    left: -8px;
}

.Beats-prod-img{
	width:140px;
	height:160px;
	margin: 0 auto;
}
.Beats-prod-img:before {
    content: '';
    position: absolute;
    top: 80%;
    right: 0;
    bottom: 0;
    left: 0;
}
#Earphones .Beats-prod-img:before {
	background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
}

.search-overlay {
    display: none;
}

.searchdialog {
    margin: 0 auto;
    width: 834px !important;
}

.searchBox {
    display: none;
}

.search-overlay button {
    background-position: -437px 8px;
    float: left;
    height: 30px;
    overflow: hidden;
    text-indent: -999px;
    width: 30px;
}

.search-overlay fieldset {
    background-color: #000;
    position: relative;
    overflow: auto;
    height: 80px;
    width: 834px;
    display: block;
    margin: 0 auto;
}

.searchdialog .ui-dialog-titlebar-close {
    display: none;
}

#searchinput {
    background-color: #000;
    padding-left: 85px;
    padding-right: 85px;
    color: #787878;
    height: 100%;
    width: 100%;
    font-family: 'AlternateGotNo2D',Arial, sans-serif;
    font-size: 40px !important;
    border: 0 none;
    border-radius: 0px;
    letter-spacing: 2px;
    border-style: solid;
    box-sizing: border-box;
}

#searchinput::-webkit-input-placeholder {
    color: #787878;
}

#searchinput:-moz-placeholder {
    /* Firefox 18- */
    color: #787878;
}

#searchinput::-moz-placeholder {
    /* Firefox 19+ */
    color: #787878;
}

#searchinput:-ms-input-placeholder {
    color: #787878;
}

#searchinput:focus {
    border-color: inherit;
    box-shadow: none;
}

*:focus {
    border-color: inherit;
    box-shadow: none;
}

#crossbar {
    float: right;
    position: absolute;
    right: 0;
    top: 31px;
    background: url("../images/srch-black-x.png") no-repeat scroll;
    margin-left: 32px;
    margin-right: 27px;
    height: 22px;
    width: 21px;
    cursor: pointer;
}

#searchbar {
    float: left;
    position: absolute;
    left: 0;
    top: 31px;
    background: url("../images/srch-white.png") no-repeat scroll;
    margin-left: 30px;
    padding-right: 26px;
    height: 22px;
    width: 21px;
}

#searchbar:after {
    position: absolute;
    right: 0;
    display: block;
    content: '';
    top: -6px;
    width: 2px;
    height: 30px;
    background-color: #fff;
}

.search-menu {
    float: right;
    height: 80px;
    line-height: 80px;
    z-index: 10;
    position: relative;
    display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
}

.search-menu-item {
    float: right;
}

.search-icon {
    display: inline-block;
    height: 21px;
    width: 22px;
    background: url(../images/search.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    vertical-align: middle;
    position:relative;
}

.nav-title a {
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
}

.nav-title a:hover,
.no-touch .navigation-item:hover .nav-title a, 
.touch .desktop .navigation-item:hover .nav-title a {
    color: #fff;
}

.no-touch .navigation-item:hover .nav-title a::after,
.touch .desktop .navigation-item:hover .nav-title a::after{
    content: '';
    display: block;
    background: url(../images/sprite.png) -250px -51px no-repeat;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    height: 6px;
    width: 11px;
    margin: 0 auto;
}

.no-touch .product-dropdown,
.touch .desktop .product-dropdown {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0;
    height: 0;
    max-height: 0;
    top: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: max-height 150ms ease-in-out, -webkit-transform 150ms ease-in-out, opacity 200ms ease-out;
    transition: max-height 150ms ease-in-out, transform 150ms ease-in-out, opacity 200ms ease-out;
    z-index: -1;
}

.no-touch .is-expanded .product-dropdown,
.touch .desktop .is-expanded .product-dropdown {
    opacity: 1;
    height: auto;
    z-index: 6;
    max-height: 570px;
    cursor: auto;
     -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    /*-webkit-transition: max-height 300ms ease-in-out 150ms, top 300ms ease-in-out 150ms, opacity 400ms ease-in-out 200ms;
    transition: max-height 300ms ease-in-out 150ms, top 300ms ease-in-out 150ms, opacity 400ms ease-in-out 200ms;*/
    -webkit-transition: max-height 300ms ease-in-out 300ms, -webkit-transform 300ms ease-in-out 300ms, opacity 400ms ease-in-out 300ms;
    transition: max-height 300ms ease-in-out 300ms, transform 300ms ease-in-out 300ms, opacity 400ms ease-in-out 300ms;
}

.product-display-wrapper {
    width: 75%;
    padding: 0;
    border-left: 1px solid rgba(33, 33, 33, 0.1);
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
    box-sizing: border-box;
}

.no-touch .product-display-wrapper {
    display: none;
}

.no-touch .is-expanded .product-display-wrapper {
    display: block;
}

.side-nav {
    opacity: 0;
}

.is-expanded .product-dropdown .side-nav {
    opacity: 1;
}

.product-display {
    float: left;
    box-sizing: border-box;
    border-right: 1px solid rgba(33, 33, 33, 0.1);
    min-height: 180px;
    text-align: center;
    padding: 20px 0 16px;
    cursor: pointer;
    letter-spacing: 0px;
}

.product-display.half-opacity .swiper-slide .Beats-prod-img {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.product-display.half-opacity .product-title,
.product-display.half-opacity .product-colors,
.product-display.half-opacity .swiper-slide .Beats-prod-img {
    opacity: 0.5;
}

.product-display.half-opacity .product-tags {
    opacity: 0;
}

.product-display.set-bottom-separator {
    border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.product-dropdown .hide-left-border {
    border-left: none;
}

.column-1 .product-display {
    width: 99.99%;
    border-left: 1px solid rgba(33, 33, 33, 0.1);
    float: right;
}

.column-2 .product-display {
    width: 50%;
}

.column-3 .product-display {
    width: 33%;
}

.column-4 .product-display {
    width: 25%;
}

.column-5 .product-display {
    width: 20%;
}

.product-title {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    font-family: "AvantGardeProforBeats-Book", arial;
    margin-bottom: 12px;
    margin-top: 12px;
    text-transform: lowercase;
    color: #9a9b9c;
    font-size: 16px;
    line-height: 20px;
    font-weight: bolder;
}
.product-title sup {
    font-size: 11px;
}

.product-display:hover .product-title {
    color: black;
}

.product-tags {
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    font-family: "AvantGardeProforBeats-Book", arial;
    color: #9a9b9c;
    font-size: 12px;
    line-height: 14px;
    height: 24px;
    font-weight: bolder;
    display: none;
}

.product-display:hover .product-tags {
    opacity: 1;
}

.product-colors {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    font-family: "ITCAvantGardePro-Demi", arial;
    color: #9a9b9c;
    font-size: 12px;
    line-height: 14px;
    font-weight: bolder;
    margin-top: 12px;
}

.Explore .contentasset {
    width: 75%;
    float: left;
    box-sizing: border-box;
    margin: 40px 0;
}

.Explore .contentasset {
    display: none;
}

.is-expanded .Explore .contentasset {
    display: block;
}

.explore-image .imageone {
    float: left;
    width: 800px;
    box-sizing: border-box;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.explore-image .imagetwo,
.explore-image .imagethree {
    float: left;
    box-sizing: border-box;
    width: 400px;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.explore-image .imgcontainer img {
    -webkit-transition: -webkit-transform 6s ease-in;
    transition: transform 6s ease-in;
}

.explore-image .imgcontainer:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #000;
}

.explore-image .image-wrapper {
    width: 100%;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transition: filter 2s cubic-bezier(0.28, 0.11, 0.32, 1), -webkit-filter 2s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: filter 2s cubic-bezier(0.28, 0.11, 0.32, 1), -webkit-filter 2s cubic-bezier(0.28, 0.11, 0.32, 1);
    -webkit-perspective: 1000;
    backface-visibility: hidden;
}

.explore-image .imgcontainer:hover .image-wrapper {
	backface-visibility: hidden;
}

.explore-image .imgcontainer.image-darken {
	-webkit-transition: filter 2s cubic-bezier(0.28, 0.11, 0.32, 1), -webkit-filter 2s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: filter 2s cubic-bezier(0.28, 0.11, 0.32, 1), -webkit-filter 2s cubic-bezier(0.28, 0.11, 0.32, 1);
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
    -webkit-filter: brightness(45%);
    filter: brightness(45%);
}

.explore-image .title-text,
.explore-image .title-sub-text {
    position: absolute;
    top: 17px;
    left: 20px;
    width: 100%;
    z-index: 5;
    text-align: left;
}

.explore-image .title-text {
    font-size: 14px;
    font-family: "AvantGardeProforBeats-Book", Arial, sans-serif;
    color: rgba(255, 255, 255, 0.612);
    font-weight: bold;
    line-height: 2.7;
}

.explore-image .title-sub-text {
    top: 57px;
    width: 100%;
    font-size: 18px;
    font-weight: Bold;
    font-family: "ITCAvantGardePro-Demi", Arial, sans-serif;
    color: white;
    letter-spacing: 0.038em;
    line-height: 1.5;
}

.swiper-button-next {
    right: 0;
    margin-left: 6px;
}

.swiper-button-prev {
    left: 0;
    margin-right: 6px;
}

.swiper-button-next,
.swiper-button-prev {
    cursor: pointer;
    opacity: 0;
    background: none;
    opacity: 0.6;
    width: 59px;
    height: 160px;
    top: 10%;
}

.column-1 .swiper-button-next{
	margin-right: 34%;
}
.column-1 .swiper-button-prev {
	margin-left: 34%;
}

.product-display:hover .swiper-button-next,
.product-display:hover .swiper-button-prev {
    display: inline-block;
    -webkit-transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 25ms;
    transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 25ms;
}

.next-arrow,
.prev-arrow {
    cursor: pointer;
    display: inline-block;
    width: 11px;
    height: 18px;
    margin-top: 120%;
    -webkit-transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 50ms;
    transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 50ms;
}

.prev-arrow {
    background: url("../images/newnav/prev-gray.png") no-repeat scroll;
}

.swiper-button-prev:hover .prev-arrow {
    background: url("../images/newnav/prev-black.png") no-repeat scroll;
}

.next-arrow {
    background: url("../images/newnav/next-gray.png") no-repeat scroll;
}

.swiper-button-next:hover .next-arrow {
    background: url("../images/newnav/next-black.png") no-repeat scroll;
}

.side-nav {
    float: right;
    margin-top: 45px;
    margin-bottom: 40px;
    padding-left: 32px;
    position: relative;
    width: 25%;
    box-sizing: border-box;
    text-align: left;
}

.no-touch .side-nav {
    display: none;
}

.no-touch .is-expanded .side-nav {
    display: block;
}

.side-nav-header {
    font-size: 15px;
    color: #191919;
    font-family: "ITCAvantGardePro-Demi", Arial, sans-serif;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    padding: 10px 0;
}

.side-nav-items {
    padding-bottom: 0px;
}

.side-nav-items:last-child { 
	border-bottom:0px; 
}

.side-nav-items li {
    text-transform: uppercase;
    line-height: 28px;
    font-size: 18px;
}

.side-nav-items li a {
    color: #a5a5a5;
    -webkit-transition: color 0.25s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: color 0.25s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.side-nav-items li a:hover {
    color: #000;
}

.swiper-container {
    height: 159px;
    z-index: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.scrim.enabled {
    z-index: 1;
    opacity: 0.8;
    background-color: black;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mainfooter-darken {
	display: block;
    -webkit-filter: brightness(0.1);
     filter: brightness(0.1);
    -webkit-transition: filter 1s cubic-bezier(0.28, 0.11, 0.32, 1) .2s, -webkit-filter 1s cubic-bezier(0.28, 0.11, 0.32, 1) .2s;
    transition: filter 1s cubic-bezier(0.28, 0.11, 0.32, 1) .2s, -webkit-filter 1s cubic-bezier(0.28, 0.11, 0.32, 1) .2s;
   
}

_:-ms-fullscreen, :root .mainfooter-darken { opacity: 0.1; }

.suggestions {
    top: 20px !important;
}

.ui-dialog, .ui-dialog-content {
    overflow: visible !important;
}

.ui-widget-overlay {
    opacity: 0.949 !important;
    background-color: #191919 !important;
}

/*Nav bar styles*/
.navbar-overlay {
    width: 100%;
    height: 0;
    position: absolute;
 
    left: 0;
    border-bottom: 0px solid transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    -webkit-transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    background-color: #fff;
}
 
.navbar-overlay.hovered {
    /* height: 605px; */
    -webkit-transition: height 0.3s ease-in-out, opacity 0.25s ease-in-out 0.25s, -webkit-transform 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.25s;
    transition: height 0.3s ease-in-out, opacity 0.25s ease-in-out 0.25s, transform 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.25s;
    opacity: 1;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    visibility: visible;
    border-bottom: 1px solid #d1d4d6;
}

.ipadoverlaydialog {
    top: 15% !important;
}

html {
    background: none;
}

*,
*:after,
*:before {
    -moz-osx-font-smoothing: grayscale; /* firefox font smoothing css */
    -webkit-font-smoothing: antialiased;
}

.emptydiv-height {
    height: 265px;
}

.fr_FR.safari .side-nav-header {
    font-size: 14px;
   }

.de_DE .side-nav-header {
    font-size: 14px;
   }  
.videopopup.ui-widget-content,
.videopopup .ui-widget-header,
.videopopup .ui-icon-closethick{
   border: 0;
   background: none;
}
.videopopup.ui-dialog .ui-dialog-titlebar-close {
   right: 0em;
   top: 90%;
}
.searchdialog{
   visibility: hidden;
}
.search-overlay{
   visibility: visible;
}
.touch .desktop .product-display-wrapper,
/* .touch .desktop .contentasset, */
.touch .desktop .side-nav {
	display: none;
}
.touch .desktop .is-expanded .product-display-wrapper,
.touch .desktop .is-expanded .contentasset,
.touch .desktop .is-expanded .side-nav {
	display: block;
}   