article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
display:none
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 2em
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.video-js {
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.video-js:-moz-full-screen {
position:absolute
}
body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto
}
.video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%!important;
	height: 100%!important;
	_position: absolute
}
.video-js:-webkit-full-screen {
width:100%!important;
height:100%!important
}
.vjs-poster {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%
}
.vjs-poster img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%
}
.video-js .vjs-text-track-display {
	text-align: center;
	position: absolute;
	bottom: 4em;
	left: 1em;
	right: 1em;
	font-family: Arial, sans-serif
}
.video-js .vjs-text-track {
	display: none;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: .1em;
	background: #000;
	background: rgba(0,0,0,.5)
}
.video-js .vjs-subtitles {
	color: #fff
}
.video-js .vjs-captions {
	color: #fc6
}
.vjs-tt-cue {
	display: block
}
.vjs-fade-in {
	display: block!important;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility .1s, opacity .1s;
	-moz-transition: visibility .1s, opacity .1s;
	-ms-transition: visibility .1s, opacity .1s;
	-o-transition: visibility .1s, opacity .1s;
	transition: visibility .1s, opacity .1s
}
.vjs-fade-out {
	display: block!important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1.5s, opacity 1.5s;
	-moz-transition: visibility 1.5s, opacity 1.5s;
	-ms-transition: visibility 1.5s, opacity 1.5s;
	-o-transition: visibility 1.5s, opacity 1.5s;
	transition: visibility 1.5s, opacity 1.5s;
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	-ms-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s
}
.vjs-default-skin .vjs-hidden {
	display: none
}
.vjs-lock-showing {
	display: block!important;
	opacity: 1;
	visibility: visible
}
@font-face {
	font-family: VideoJS;
	src: url(../javascripts/lib/video-js/font/vjs.eot);
	src: url(font/vjs.eot?#iefix) format('embedded-opentype'), url(../javascripts/lib/video-js/font/vjs.woff) format('woff'), url(../javascripts/lib/video-js/font/vjs.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}
.vjs-default-skin {
	color: #ccc
}
.vjs-default-skin .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	background: #323232;
	background: rgba(100,100,100,.5)
}
.vjs-default-skin .vjs-slider:focus {
	background: #464646;
	background: rgba(100,100,100,.7);
	-webkit-box-shadow: 0 0 2em rgba(255,255,255,1);
	-moz-box-shadow: 0 0 2em rgba(255,255,255,1);
	box-shadow: 0 0 2em rgba(255,255,255,1)
}
.vjs-default-skin .vjs-slider-handle {
	position: absolute;
	left: 0;
	top: 0
}
.vjs-default-skin .vjs-slider-handle:before {
	content: "\e009";
	font-family: VideoJS;
	font-size: 1em;
	line-height: 1;
	text-align: center;
	text-shadow: 0 0 1em #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}
.vjs-default-skin .vjs-control-bar {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	height: 3em;
	background-color: #000;
	background-color: rgba(7,40,50,.7);
	font-style: normal;
	font-weight: 400;
	font-family: Arial, sans-serif
}
.vjs-default-skin .vjs-control {
	outline: 0;
	position: relative;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 3em;
	width: 4em
}
.vjs-default-skin .vjs-control:before {
	font-family: VideoJS;
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5)
}
.vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before {
	text-shadow: 0 0 1em rgba(255,255,255,1)
}
.vjs-default-skin .vjs-control:focus {
}
.vjs-default-skin .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.vjs-default-skin .vjs-play-control {
	width: 5em;
	cursor: pointer
}
.vjs-default-skin .vjs-play-control:before {
	content: "\e001"
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
	content: "\e002"
}
.vjs-default-skin .vjs-mute-control, .vjs-default-skin .vjs-volume-menu-button {
	cursor: pointer;
	float: right
}
.vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before {
	content: "\e006"
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
	content: "\e003"
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
	content: "\e004"
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
	content: "\e005"
}
.vjs-default-skin .vjs-volume-control {
	width: 5em;
	float: right
}
.vjs-default-skin .vjs-volume-bar {
	width: 5em;
	height: .6em;
	margin: 1.1em auto 0
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
	height: 2.9em
}
.vjs-default-skin .vjs-volume-level {
	position: absolute;
	top: 0;
	left: 0;
	height: .5em;
	background: #66A8CC url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
	width: .5em;
	height: .5em
}
.vjs-default-skin .vjs-volume-handle:before {
	font-size: .9em;
	top: -.2em;
	left: -.2em;
	width: 1em;
	height: 1em
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
	width: 6em;
	left: -4em
}
.vjs-default-skin .vjs-progress-control {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	font-size: .3em;
	height: 1em;
	top: -1em;
	-webkit-transition: top .4s, height .4s, font-size .4s, -webkit-transform .4s;
	-moz-transition: top .4s, height .4s, font-size .4s, -moz-transform .4s;
	-o-transition: top .4s, height .4s, font-size .4s, -o-transform .4s;
	transition: top .4s, height .4s, font-size .4s, transform .4s
}
.vjs-default-skin:hover .vjs-progress-control {
	font-size: .9em;
	-webkit-transition: top .2s, height .2s, font-size .2s, -webkit-transform .2s;
	-moz-transition: top .2s, height .2s, font-size .2s, -moz-transform .2s;
	-o-transition: top .2s, height .2s, font-size .2s, -o-transform .2s;
	transition: top .2s, height .2s, font-size .2s, transform .2s
}
.vjs-default-skin .vjs-progress-holder {
	height: 100%
}
.vjs-default-skin .vjs-progress-holder .vjs-play-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0
}
.vjs-default-skin .vjs-play-progress {
	background: #66A8CC url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat
}
.vjs-default-skin .vjs-load-progress {
	background: #646464;
	background: rgba(255,255,255,.4)
}
.vjs-default-skin .vjs-seek-handle {
	width: 1.5em;
	height: 100%
}
.vjs-default-skin .vjs-seek-handle:before {
	padding-top: .1em
}
.vjs-default-skin .vjs-time-controls {
	font-size: 1em;
	line-height: 3em
}
.vjs-default-skin .vjs-current-time {
	float: left
}
.vjs-default-skin .vjs-duration {
	float: left
}
.vjs-default-skin .vjs-remaining-time {
	display: none;
	float: left
}
.vjs-time-divider {
	float: left;
	line-height: 3em
}
.vjs-default-skin .vjs-fullscreen-control {
	width: 3.8em;
	cursor: pointer;
	float: right
}
.vjs-default-skin .vjs-fullscreen-control:before {
	content: "\e000"
}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
	content: "\e00b"
}
.vjs-default-skin .vjs-big-play-button {
	display: block;
	z-index: 2;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 12em;
	height: 8em;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	opacity: 1;
	background-color: #282828;
	background-color: rgba(7,40,50,.7);
	border: .3em solid #323232;
	border-color: rgba(255,255,255,.25);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0 0 1em rgba(255,255,255,.25);
	-moz-box-shadow: 0 0 1em rgba(255,255,255,.25);
	box-shadow: 0 0 1em rgba(255,255,255,.25);
	-webkit-transition: border .4s, -webkit-box-shadow .4s, -webkit-transform .4s;
	-moz-transition: border .4s, -moz-box-shadow .4s, -moz-transform .4s;
	-o-transition: border .4s, -o-box-shadow .4s, -o-transform .4s;
	transition: border .4s, box-shadow .4s, transform .4s
}
.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
	outline: 0;
	border-color: #fff;
	border-color: rgba(255,255,255,1);
	background-color: #505050;
	background-color: rgba(50,50,50,.75);
	-webkit-box-shadow: 0 0 3em #fff;
	-moz-box-shadow: 0 0 3em #fff;
	box-shadow: 0 0 3em #fff;
	-webkit-transition: border 0s, -webkit-box-shadow 0s, -webkit-transform 0s;
	-moz-transition: border 0s, -moz-box-shadow 0s, -moz-transform 0s;
	-o-transition: border 0s, -o-box-shadow 0s, -o-transform 0s;
	transition: border 0s, box-shadow 0s, transform 0s
}
.vjs-default-skin .vjs-big-play-button:before {
	content: "\e001";
	font-family: VideoJS;
	font-size: 3em;
	line-height: 2.66;
	text-shadow: .05em .05em .1em #000;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%
}
.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 5em;
	line-height: 1;
	width: 1em;
	height: 1em;
	margin-left: -.5em;
	margin-top: -.5em;
	opacity: .75;
	-webkit-animation: spin 1.5s infinite linear;
	-moz-animation: spin 1.5s infinite linear;
	-o-animation: spin 1.5s infinite linear;
	animation: spin 1.5s infinite linear
}
.vjs-default-skin .vjs-loading-spinner:before {
	content: "\e00a";
	font-family: VideoJS;
	position: absolute;
	width: 1em;
	height: 1em;
	text-align: center;
	text-shadow: 0 0 .1em #000
}
.vjs-default-skin .vjs-loading-spinner:after {
	content: "\e00a";
	font-family: VideoJS;
	position: absolute;
	width: 1em;
	height: 1em;
	text-align: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
@-moz-keyframes spin {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(359deg)
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg)
}
}
@-o-keyframes spin {
0% {
-o-transform:rotate(0deg)
}
100% {
-o-transform:rotate(359deg)
}
}
@-ms-keyframes spin {
0% {
-ms-transform:rotate(0deg)
}
100% {
-ms-transform:rotate(359deg)
}
}
@keyframes spin {
0% {
transform:rotate(0deg)
}
100% {
transform:rotate(359deg)
}
}
.vjs-default-skin .vjs-menu-button {
	float: right;
	cursor: pointer
}
.vjs-default-skin .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin-bottom: 3em;
	border-left: 2em solid transparent;
	border-right: 2em solid transparent;
	border-top: 1.55em solid #000;
	border-top-color: rgba(7,40,50,.5)
}
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 10em;
	bottom: 1.5em;
	max-height: 15em;
	overflow: auto;
	left: -5em;
	background-color: #000;
	background-color: rgba(7,40,50,.7);
	-webkit-box-shadow: -20px -20px 0 rgba(255,255,255,.5);
	-moz-box-shadow: 0 0 1em rgba(255,255,255,.5);
	box-shadow: -.2em -.2em .3em rgba(255,255,255,.2)
}
.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
	display: block
}
.vjs-default-skin .vjs-menu-button ul li {
	list-style: none;
	margin: 0;
	padding: .3em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	text-transform: lowercase
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
	background-color: #000
}
.vjs-default-skin .vjs-menu-button ul li:focus, .vjs-default-skin .vjs-menu-button ul li:hover, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
	background-color: #fff;
	background-color: rgba(255,255,255,.75);
	color: #111;
	outline: 0;
	-webkit-box-shadow: 0 0 1em rgba(255,255,255,1);
	-moz-box-shadow: 0 0 1em rgba(255,255,255,1);
	box-shadow: 0 0 1em rgba(255,255,255,1)
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 .3em;
	font-weight: 700;
	cursor: default
}
.vjs-default-skin .vjs-subtitles-button:before {
	content: "\e00c"
}
.vjs-default-skin .vjs-captions-button {
	font-size: 1em
}
.vjs-default-skin .vjs-captions-button:before {
	content: "\e008";
	font-family: VideoJS;
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: none
}
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
	-webkit-box-shadow: 0 0 1em rgba(255,255,255,1);
	-moz-box-shadow: 0 0 1em rgba(255,255,255,1);
	box-shadow: 0 0 1em rgba(255,255,255,1)
}
@charset "UTF-8";
@import "http://fast.fonts.com/t/1.css?apiType=css&projectid=70253a36-8d2d-4362-8ebc-194dad7a0069";
@font-face {
	font-family: "DINNext";
	src: url("../fonts/2cf657c7-a3a0-4365-8704-c88d1e7e7e59.eot?#iefix");
	src: url("../fonts/2cf657c7-a3a0-4365-8704-c88d1e7e7e59.eot?#iefix") format("eot"), url(../fonts/97b0cc11-9afb-4a2f-93b7-e1b5c40d80a6.woff?1392203207) format("woff"), url(../fonts/2cfb9022-3dc0-4b24-8e91-2df7bd55dd37.ttf?1392203207) format("truetype"), url("../fonts/7c8e4086-96df-4b91-905e-3b25c81d55a9.svg#7c8e4086-96df-4b91-905e-3b25c81d55a9") format("svg")
}
@font-face {
	font-family: "DINNextW10";
	src: url("../fonts/60f9c8fc-8de3-4446-85b6-9395e7ab260c.eot?#iefix");
	src: url("../fonts/60f9c8fc-8de3-4446-85b6-9395e7ab260c.eot?#iefix") format("eot"), url(../fonts/9415d270-c972-42df-87ec-b0996e05573c.woff?1392203207) format("woff"), url(../fonts/ec578fe7-c074-4c72-bed3-6f49920cca8b.ttf?1392203207) format("truetype"), url("../fonts/b825ec26-7900-4368-9d97-4e054e3f56c4.svg#b825ec26-7900-4368-9d97-4e054e3f56c4") format("svg")
}
@font-face {
	font-family: "DroidSans";
	src: url("../fonts/c80948dc-8034-4871-92e4-09e62a065734.eot?#iefix");
	src: url("../fonts/c80948dc-8034-4871-92e4-09e62a065734.eot?#iefix") format("eot"), url(../fonts/b224fac8-6105-4d9b-88aa-3cf88d79c091.woff?1392203207) format("woff"), url(../fonts/5259f2df-627b-4f22-9887-01600b197b5d.ttf?1392203207) format("truetype"), url("../fonts/86371088-7a88-4d95-9c3a-104064996095.svg#86371088-7a88-4d95-9c3a-104064996095") format("svg")
}
@font-face {
	font-family: "DroidSans";
	src: url("../fonts/af7ca8f9-0e64-40b9-990b-c0a1c58462ad.eot?#iefix");
	src: url("../fonts/af7ca8f9-0e64-40b9-990b-c0a1c58462ad.eot?#iefix") format("eot"), url(../fonts/b655d4d7-3fa3-4307-8a87-036fe1918191.woff?1392203207) format("woff"), url(../fonts/255de0f2-9684-4e87-aeb2-de450f1a3a54.ttf?1392203207) format("truetype"), url("../fonts/931fd69a-dd2d-4f5a-9c9f-96d2231a1875.svg#931fd69a-dd2d-4f5a-9c9f-96d2231a1875") format("svg");
	font-weight: bold
}
@font-face {
	font-family: "DroidSansW02";
	src: url("../fonts/19fd8131-2481-41dc-9615-e3340edf33e5.eot?#iefix");
	src: url("../fonts/19fd8131-2481-41dc-9615-e3340edf33e5.eot?#iefix") format("eot"), url(../fonts/b12f38dd-e787-4efa-8dba-68e3cb3197da.woff?1392203207) format("woff"), url(../fonts/9116c11c-5c30-413a-a4a2-b5f6201dbcfb.ttf?1392203207) format("truetype"), url("/fonts/48a8574c-14e2-4ddf-ae56-ef1d43305b48.svg#48a8574c-14e2-4ddf-ae56-ef1d43305b48") format("svg")
}
@font-face {
	font-family: "DroidSansW02";
	src: url("../fonts/6d06e711-086b-4b11-8e06-f2f9b6eebe99.eot?#iefix");
	src: url("../fonts/6d06e711-086b-4b11-8e06-f2f9b6eebe99.eot?#iefix") format("eot"), url(../fonts/6e60dab7-0bbb-434b-89ea-4ce70fca70ff.woff?1392203207) format("woff"), url(../fonts/addb6f7b-ea39-4080-9016-44f3342d9c61.ttf?1392203207) format("truetype"), url("../fonts/e84147cb-7e88-4ebd-a017-1c524eb66a27.svg#e84147cb-7e88-4ebd-a017-1c524eb66a27") format("svg");
	font-weight: bold
}
@font-face {
	font-family: "DroidSansW10";
	src: url("../fonts/57b88da8-60e1-4d33-a6bb-ffff19229648.eot?#iefix");
	src: url("../fonts/57b88da8-60e1-4d33-a6bb-ffff19229648.eot?#iefix") format("eot"), url(../fonts/8372acbb-ded0-4345-9c2b-1273d913579c.woff?1392203207) format("woff"), url(../fonts/0ce5c0dc-289a-4ba0-86cf-ef30dc165518.ttf?1392203207) format("truetype"), url("../fonts/3bbdc885-b057-4ad9-9285-667ac0aab6b2.svg#3bbdc885-b057-4ad9-9285-667ac0aab6b2") format("svg")
}
@font-face {
	font-family: "DroidSansW10";
	src: url("../fonts/e9fcf95b-58ff-4d1c-9a6b-6fa78969808c.eot?#iefix");
	src: url("../fonts/e9fcf95b-58ff-4d1c-9a6b-6fa78969808c.eot?#iefix") format("eot"), url(../fonts/161ee731-8cfe-478b-85d3-d350582a90ec.woff?1392203207) format("woff"), url(../fonts/edd18d03-a6ec-4f6b-b040-0553b42a5ec9.ttf?1392203207) format("truetype"), url("../fonts/b07a4f88-653e-48e8-ae72-1ae0486912eb.svg#b07a4f88-653e-48e8-ae72-1ae0486912eb") format("svg");
	font-weight: bold
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html, body {
	margin: 0;
	padding: 0
}
html {
	font-family: DroidSans, Arial, Helvetica, sans-serif;
	font-size: .75em;
font-size:.75rem;
	line-height: 1.6;
	overflow-y: scroll
}
body {
	padding: 65px 0 0 0;
	padding-top:80px;
}
h1 {
	font-family: DINNext, Arial, Helvetica, sans-serif
}
main {
	display: block
}
a img {
	border: 0
}
#skip-to-main {
	position: absolute;
	left: -9999px
}
.jspContainer {
	overflow: hidden;
	position: relative
}
.jspPane {
	position: absolute
}
.jspPane>p {
	width: 200px
}
.jspPane em[itemprop] {
	font-style: normal
}
.jspPane span {
	font-weight: bold;
	margin-right: 2px
}
.jspPane>ul {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background-image: url(../images/pres/scrollbar_bg.jpg?1392203208);
	background-repeat: repeat-y
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0
}
.jspCap {
	display: none
}
.jspHorizontalBar .jspCap {
	float: left
}
.jspTrack {
	position: relative
}
.jspDrag {
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%
}
.jspArrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer
}
.jspArrow.jspDisabled {
	cursor: default
}
.jspVerticalBar .jspArrow {
	height: 16px
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%
}
.jspVerticalBar .jspArrow:focus {
	outline: none
}
.jspCorner {
	float: left;
	height: 100%
}
.info-box {
	width: 70px;
	height: 70px;
	position: absolute
}
.info-box.active>.label {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: 0 -1510px
}
.info-box.active>.label:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: 0 -1510px
}
.info-box>.label {
	width: 70px;
	height: 70px;
	position: relative;
	z-index: 2;
	background-image: url(../images/css_sprite/info-layer-open-1.png?1392203207);
	background-repeat: no-repeat;
	background-position: center;
	background-color: none;
	cursor: pointer
}
.info-box>.label:hover {
	background-image: url(../images/css_sprite/info-layer-hover-1.png?1392203207);
	background-repeat: no-repeat;
	background-position: center
}
.info-box>.body {
	position: absolute;
	top: 35px;
	left: 35px;
	background-color: white;
	display: none
}
.info-box>.body[aria-hidden="false"] {
	display: block;
	z-index: 1
}
.info-box>.body .label {
	text-transform: uppercase;
	font-size: 1.5em;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0
}
.info-box>.body .content {
	padding: 16px 16px;
	width: 210px
}
.cf:before, .cf:after {
	display: table;
	content: ''
}
.cf:after {
	clear: both
}
.cf {
	zoom: 1
}
#main-header {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10
}
#main-header>div {
	width: 960px;
	margin: auto;
	padding: 0 16px;
	color: white
}
#main-header>div:before, #main-header>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
#main-header>div:after {
	clear: both
}
#main-header>div img {
	float: left;
	margin-top: 15px;
	margin-left: 0;
	margin-right: 32px
}
#main-header>div .secondary {
	float: right
}
#main-header>div .secondary>* {
	outline: none;
	display: inline-block
}
#main-header .shadow {
	position: absolute;
	width: 100%;
	height: 37px;
	background-image: url(../images/pres/divider_black.png?1392203208);
	background-repeat: repeat-x;
	background-position: 0 0;
	display: block;
	top: 65px;
	left: 0;
	z-index: 1
}
#main-header .main-menu {
	float: left
}
#main-header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}
#main-header .main-menu ul>* {
	display: inline-block;
	vertical-align: top
}
#main-header .main-menu ul>* {
	margin-right: 0
}
#main-header .main-menu ul>li {
	float: left
}
#main-header .main-menu ul>li>a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	padding: 1px 20px;
	height: 65px;
	line-height: 65px;
	color: #ddd;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none
}
#main-header .main-menu ul>li>a:hover, #main-header .main-menu ul>li>a:focus, #main-header .main-menu ul>li>a:active {
	color: #000;
	background-color: #fff;
	outline: none
}
#main-header .country-menu {
	position: relative;
	z-index: 2;
	margin-top: 1.8em;
	margin-top: 1.8rem;
	margin-left: 16px;
	padding: .2em .063em .2em .2em;
	z-index: 2
}
#main-header .country-menu>[aria-hidden] {
position:absolute;
top:100%;
left:-9999px
}
#main-header .country-menu>[aria-hidden]>ul {
margin:0;
padding:0;
list-style:none
}
#main-header .country-menu>[aria-hidden]>ul.color, #main-header .country-menu>[aria-hidden]>ul.model, #main-header .country-menu>[aria-hidden]>ul.type {
border:none;
-webkit-box-shadow:0 .5em .5em rgba(0,0,0,0.3);
box-shadow:0 .45em .5em rgba(0,0,0,0.3);
margin-top:10px
}
#main-header .country-menu>[aria-hidden]>ul.type>li>span:hover {
background-color:#025aed;
color:#FFF
}
#main-header .country-menu>[aria-hidden]>ul.type>li:last-child>span:hover {
background-color:#025aed;
color:#FFF
}
#main-header .country-menu>[aria-hidden]>ul.model>li>span:hover {
background-color:#025aed;
color:#FFF
}
#main-header .country-menu>[aria-hidden]>ul.model>li:last-child>span:hover {
background-color:#025aed;
color:#FFF
}
#main-header .country-menu:hover>[aria-hidden], #main-header .country-menu:focus>[aria-hidden], #main-header .country-menu:active>[aria-hidden] {
left:0
}
#main-header .country-menu:hover>[aria-hidden], #main-header .country-menu:focus>[aria-hidden], #main-header .country-menu:active>[aria-hidden] {
-webkit-transition:left, right 0s ease-in .4s;
-moz-transition:left, right 0s ease-in .4s;
transition:left, right 0s ease-in .4s;
left:-.8em
}
#main-header .country-menu .label {
	margin: 0;
	margin-right: 5px;
	cursor: default
}
#main-header .country-menu .label:hover {
	cursor: pointer;
	color: white
}
#main-header .country-menu>[aria-hidden] {
top:100%;
min-width:100%;
padding:.5em 0 0
}
#main-header .country-menu>[aria-hidden] .color {
	padding: 15px 19px;
	padding-right: 1px;
	max-width: 135%;
	width: 135%;
	position: relative;
	float: left;
	border-top: none
}
#main-header .country-menu>[aria-hidden] .color>li>a, #main-header .country-menu>[aria-hidden] .color>li span {
	padding: 0;
	color: #000;
	text-decoration: none
}
#main-header .country-menu>[aria-hidden] .color>li>a:hover, #main-header .country-menu>[aria-hidden] .color>li>a:active, #main-header .country-menu>[aria-hidden] .color>li>a:focus, #main-header .country-menu>[aria-hidden] .color>li span:hover, #main-header .country-menu>[aria-hidden] .color>li span:active, #main-header .country-menu>[aria-hidden] .color>li span:focus {
	background-color: #FFF;
	filter: alpha(opacity=50);
	opacity: .5
}
#main-header .country-menu>[aria-hidden] .color>li.last {
	padding: 0;
	margin-bottom: 0;
	margin-top: 5px
}
#main-header .country-menu>[aria-hidden] .color>li.last>span {
	display: block;
	cursor: pointer;
	padding: .2em .5em;
	width: 80%
}
#main-header .country-menu>[aria-hidden] .color>li.last>span:hover, #main-header .country-menu>[aria-hidden] .color>li.last>span:active, #main-header .country-menu>[aria-hidden] .color>li.last>span:focus {
	color: #FFF;
	background-color: #025aed;
	filter: alpha(opacity=100);
	opacity: 1
}
#main-header .country-menu>[aria-hidden]>ul {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-box-shadow:0 .34em .5em rgba(0,0,0,0.5);
box-shadow:0 .34em .5em rgba(0,0,0,0.5);
min-width:100%;
padding:.8em;
background-color:#fff
}
#main-header .country-menu>[aria-hidden]>ul>li>a, #main-header .country-menu>[aria-hidden]>ul>li>span {
display:block;
cursor:pointer;
padding:.2em .5em;
text-decoration:none
}
#main-header .country-menu>[aria-hidden]>ul>li>a:hover, #main-header .country-menu>[aria-hidden]>ul>li>a:active, #main-header .country-menu>[aria-hidden]>ul>li>a:focus, #main-header .country-menu>[aria-hidden]>ul>li>span:hover, #main-header .country-menu>[aria-hidden]>ul>li>span:active, #main-header .country-menu>[aria-hidden]>ul>li>span:focus {
color:#025aed;
background-color:#FFF
}
#main-header .country-menu>[aria-hidden]>ul>li:last-child>span:hover, #main-header .country-menu>[aria-hidden]>ul>li:last-child>span:active #main-header .country-menu>[aria-hidden]>ul>li:last-child>span:focus {
background-color:#FFF;
color:white
}
#main-header .country-menu>[aria-hidden]>[aria-labelledby] {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-box-shadow:0 .34em .5em rgba(0,0,0,0.5);
box-shadow:0 .34em .5em rgba(0,0,0,0.5);
min-width:100%;
padding:.8em;
background-color:black
}
#main-header .country-menu>[aria-hidden]>[aria-labelledby]>li>a {
display:block;
cursor:pointer;
padding:.2em .5em;
color:white;
text-decoration:none
}
#main-header .country-menu>[aria-hidden]>[aria-labelledby]>li>a:hover, #main-header .country-menu>[aria-hidden]>[aria-labelledby]>li>a:active, #main-header .country-menu>[aria-hidden]>[aria-labelledby]>li>a:focus {
background-color:white;
color:#000
}
#main-header .country-menu>[aria-hidden]>[aria-labelledby]>li:last-child>a:hover, #main-header .country-menu>[aria-hidden]>[aria-labelledby]>li:last-child>a:active #main-header .country-menu>[aria-hidden]>[aria-labelledby]>li:last-child>a:focus {
background-color:#FFF;
color:#000
}
#main-header .country-menu>[aria-hidden] {
left:auto!important;
right:16px;
display:none
}
#main-header .country-menu>p {
	width: 100%;
	padding-right: 10px;
	background-image: url(../images/temp/arrow-countries.png?1392203208);
	background-repeat: no-repeat;
	background-position: center right
}
#main-header .country-menu>[aria-hidden] {
left:auto;
right:-9999px
}
#main-header .country-menu>[aria-hidden]>ul {
margin:0;
padding:0;
list-style:none;
padding:16px 16px;
width:343px
}
#main-header .country-menu>[aria-hidden]>ul>* {
display:inline-block;
vertical-align:top
}
#main-header .country-menu>[aria-hidden]>ul:before, #main-header .country-menu>[aria-hidden]>ul:after {
content:'';
display:table;
border-collapse:collapse
}
#main-header .country-menu>[aria-hidden]>ul:after {
clear:both
}
#main-header .country-menu>[aria-hidden]>ul>li {
float:left;
width:110px;
margin-left:5px;
white-space:nowrap;
overflow:hidden
}
#main-header .country-menu>[aria-hidden]>ul>li:hover {
background-color:#fff;
color:#000
}
#main-header .country-menu>[aria-hidden]>ul>li:nth-child(3n-2) {
margin-left:0
}
#main-header .country-menu>[aria-hidden]>ul>li.nth-child-3n-minus2 {
margin-left:0
}
#main-header .country-menu>[aria-hidden]>ul>li:nth-child(1n+4) {
margin-top:5px
}
#main-header .country-menu>[aria-hidden]>ul>li.nth-child-1n-plus4 {
margin-top:5px
}
#main-header .country-menu>[aria-hidden]>ul>li>a {
margin-left:0
}
#main-header .country-menu>[aria-hidden]>[aria-labelledby] {
padding-left:20px
}
#main-footer {
	background-color: #000
}
#main-footer>div {
	padding: 16px 16px;
	width: 960px;
	margin: auto;
	padding-top: 4em;
	padding-top: 4rem;
	padding-bottom: 4em;
	padding-bottom: 4rem;
	text-align: center;
	color: #ddd
}
#main-footer>div:before, #main-footer>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
#main-footer>div:after {
	clear: both
}
#main-footer>div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1
}
#main-footer>div ul>* {
	display: inline-block;
	vertical-align: top
}
#main-footer>div ul>li+li {
	margin-left: .5em;
	padding-left: .8em;
	border-left: 1px solid #ddd
}
#main-footer>div ul>li>a {
	color: #ddd;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none
}
#main-footer>div p {
	margin: 0;
	margin-top: .5em;
margin-top:.5rem
}
#main-footer>div p>small {
	font-size: 1em
}
#main {
	background-color: black;
	color: #333
}
#main>.anchor-tag {
	text-indent: -9999px;
	font-size: 0;
	display: none
}
#main>section {
	position: relative;
	background: black
}
#main>section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 27px;
	z-index: 5;
	background-image: url(../images/pres/section-divider-black.png?1392203208);
	background-repeat: repeat-x
}
#main>section>:first-child+*>.section-close {
	clear: both;
	margin: 20px 0 0;
	height: 54px;
	background-image: url(../images/pres/section-close-white.png?1392203208);
	background-position: center bottom;
	cursor: pointer
}
#main>section#collection:before {
	background-position: center bottom
}
#main>section#showcase:before {
	z-index: 1
}
.collection {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative
}
.collection #collection-main.shoes section>div, .collection #collection-main.shoes>div, .collection #collection-main.apparel section>div, .collection #collection-main.apparel>div, .collection #collection-main.accessories section>div, .collection #collection-main.accessories>div {
	padding-top: 30px
}
.collection>h1 {
	position: absolute;
	left: -9999px
}
.collection>.collection-teaser>div {
	margin: auto;
	z-index: 0;
	height: 420px;
	padding: 80px 290px;
	text-align: center;
	background: black url(../images/pres/section-teaser-collection.jpg?1392203208) no-repeat center center
}
.collection>.collection-teaser>div>hgroup>h1 {
	margin: .3em 0;
	font-size: 4em;
	font-size: 4rem;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .12em
}
.collection>.collection-teaser>div>hgroup>h2 {
	margin: 0;
	font-family: Meiryo, sans-serif;
	font-size: 2.5em;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: .2em
}
.collection>.collection-teaser>div>[role="button"] {
display:inline-block;
position:relative;
margin:20px 0 0;
width:54px;
height:54px;
background-image:url(../images/css_sprite/sprite_icon.png?1392203207);
background-repeat:no-repeat;
background-position:-121px -698px;
color:#fff;
font-size:2rem;
cursor:pointer
}
.collection>.collection-teaser>div>[role="button"]:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: -120px -593px
}
.collection>.collection-teaser>div>[role="button"].loading {
	background-image: url(../images/pres/loader-bg.png?1392203208)!important;
	cursor: default;
	background-position: center center!important
}
.collection>.collection-teaser>div>[role="button"].loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/pres/loader-30.gif?1392203208) center no-repeat
}
.collection>.collection-teaser>div>[role="button"].loading:hover {
	background-image: url(../images/pres/loader-bg.png?1392203208)!important;
	background-repeat: no-repeat;
	background-position: center center!important
}
.collection>.collection-teaser>div>[role="button"].close {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -121px -488px
}
.collection>.collection-teaser>div>[role="button"].close:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -120px -382px
}
.collection>.collection-teaser ~ * {
}
.collection>.collection-teaser ~ *[aria-hidden="true"] {
	display: none
}
.collection>.collection-teaser>div {
	color: #fff
}
.collection>.collection-teaser>div .shadow {
	position: absolute;
	width: 100%;
	height: 37px;
	background-image: url(../images/pres/divider_black.png?1392203208);
	background-repeat: repeat-x;
	background-position: 0 0;
	display: block;
	top: 0;
	left: 0
}
.collection>.collection-teaser>div>p {
	margin-top: 0
}
.collection-hero {
	min-width: 960px;
	overflow: hidden;
	background-color: #FFF
}
.video-player-wrapper {
	display: none;
	margin-left: -1000px
}
.hero-carousel-video {
	position: absolute;
	width: 100%;
	z-index: 3;
	margin: 0 auto;
	background: url(../images/pres/shroud.png?1392203208) center center no-repeat
}
.vid-player-visible {
	display: block
}
#hero-vid-player {
	margin: 0 auto
}
#collection-hero-cycler {
	left: 50%;
	width: 2000px;
	height: 540px;
	overflow: visible
}
#collection-hero-cycler .fullscreen-on {
	display: inline-block;
	position: absolute;
	bottom: 9px;
	left: 50%;
	margin-left: -562px;
	cursor: pointer;
	z-index: 6
}
#collection-hero-cycler .video-close {
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -587px;
	cursor: pointer;
	z-index: 10
}
#collection-hero-cycler .slider-wrap {
	width: 2000px;
	margin-left: -1000px;
	z-index: 2;
	overflow: hidden
}
#collection-hero-cycler .slider-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	white-space: nowrap
}
#collection-hero-cycler .slider-wrap ul>* {
	display: inline-block;
	vertical-align: top
}
#collection-hero-cycler .slider-wrap ul li {
	margin-right: 0;
	position: relative;
	overflow: hidden;
	height: 540px;
	text-align: center
}
.carousel-item-content img {
	height: 540px;
	width: 2000px;
	margin: 0 auto
}
.carousel-item-content a {
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	color: #FFF
}
.carousel-item-content a:visited, .carousel-item-content a:hover, .carousel-item-content a:active {
	color: #FFF
}
.carousel-item-content a.dark {
	color: #000
}
.carousel-item-content a.dark:visited, .carousel-item-content a.dark:hover, .carousel-item-content a.dark:active {
	color: #2c2c2c
}
.carousel-item-content .copy {
	position: absolute;
	top: 185px;
	left: 50%;
	right: 0;
	padding-left: 6px;
	margin-left: -458px;
	white-space: nowrap;
	text-align: left;
	width: auto;
	padding-bottom: 80px
}
.carousel-item-content .copy.center {
	padding-left: 56px;
	margin-left: -263px;
	background-position: 19% 93%;
	margin-top: -40px;
	text-align: center
}
.carousel-item-content .copy.center span {
	margin-left: 14%
}
.carousel-item-content .copy.right {
	right: 50%;
	margin-left: 0;
	padding-left: 0;
	margin-right: -404px;
	text-align: right;
	padding-bottom: 80px
}
.carousel-item-content .copy.right span {
	float: right
}
.carousel-item-content .copy p, .carousel-item-content .copy h1, .carousel-item-content .copy h2, .carousel-item-content .copy h3 {
	margin: 0;
	white-space: normal;
	width: 400px;
	word-wrap: break-word
}
.carousel-item-content .copy .subtitle-jp {
	text-transform: uppercase;
	font-size: 2.5em;
	font-size: 2.5rem;
	font-family: Meiryo, sans-serif
}
.carousel-item-content .copy .title {
	margin: .1em 0 .2em;
	text-transform: uppercase;
	font-size: 4.5rem;
	font-family: DINNext;
	font-size: 4.583em
}
.carousel-item-content .copy .subtitle {
	font-size: 1.5rem;
	font-family: DINNext;
	text-transform: uppercase
}
.carousel-item-content .copy span {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	margin-top: 30px;
	background-position: 0 -460px;
	width: 57px;
	height: 56px;
	display: block
}
.carousel-item-content .copy:hover span {
	background-position: 0 -354px
}
.collection-hero>div {
	width: 960px;
	margin: auto;
	width: 100%
}
.collection-hero>div:before, .collection-hero>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.collection-hero>div:after {
	clear: both
}
.collection-hero>div>h1 {
	position: absolute;
	left: -9999px
}
.collection-hero>div>.items {
	overflow: hidden;
	position: relative
}
.collection-hero>div>.items>.cycler-pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 100%;
	bottom: 16px;
	left: -50%;
	right: 0;
	text-align: center;
	z-index: 4
}
.collection-hero>div>.items>.cycler-pagination>* {
	display: inline-block;
	vertical-align: top
}
.collection-hero>div>.items>.cycler-pagination>li {
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -120px -186px;
	background-repeat: no-repeat;
	cursor: pointer
}
.collection-hero>div>.items>.cycler-pagination>li.active {
	background-position: -120px -197px
}
.collection-hero>div>.items>.cycler-pagination>li+li {
	margin-left: 16px
}
.collection-social {
	background: url(../images/pres/teaser-texture.jpg?1392203208) repeat-x 0 0
}
.collection-social>div {
	width: 960px;
	margin: auto;
	padding: 8px 16px;
	text-align: right;
	font-size: 1.25em;
	font-size: 1.25rem
}
.collection-social>div:before, .collection-social>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.collection-social>div:after {
	clear: both
}
.collection-social>div>.collection-social-content {
	position: relative;
	margin: 10px 0;
	color: #fff
}
.collection-social>div>.collection-social-content>* {
	margin: 0;
	display: inline-block
}
.collection-social>div>.collection-social-content>.label {
	position: relative;
	margin-right: 10px;
	float: right;
	margin-top: -2px;
	font-family: DroidSans;
	font-weight: normal
}
.collection-social>div>.collection-social-content>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.1;
	float: right;
	margin-top: -3px
}
.collection-social>div>.collection-social-content>ul>* {
	display: inline-block;
	vertical-align: top
}
.collection-teasers {
	background: url(../images/pres/teaser-texture.jpg?1392203208) repeat-x 0 0;
	content: "";
	z-index: 5;
	margin-top: -1px;
	height: 325px;
	overflow: hidden
}
.collection-teasers>div {
	width: 960px;
	margin: auto;
	padding: 16px 16px;
	background: url(../images/pres/social-bar-divider.png?1392203208) no-repeat center 0
}
.collection-teasers>div:before, .collection-teasers>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.collection-teasers>div:after {
	clear: both
}
.collection-teasers>div>h1 {
	position: absolute;
	left: -9999px
}
.collection-teasers>div>.items>a {
	float: left;
	width: 298px;
	height: 300px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	background: #000;
	padding-top: 100px
}
.collection-teasers>div>.items>a+a {
	margin: 0 0 0 16px
}
.collection-teasers>div>.items>a>img {
	display: block;
	width: 267px;
	height: auto;
	margin: 0 auto;
	left: 16px;
	background-color: #000;
	position: absolute;
	top: 13px
}
.collection-teasers>div>.items>a>img:hover {
	opacity: .5
}
.collection-teasers>div>.items>a>.overlay {
	position: relative;
	display: block;
	text-align: center;
	left: 0;
	top: 137px;
	height: 100px;
	padding: 0 32px;
	width: 298px;
	color: #ddd
}
.collection-teasers>div>.items>a>.overlay>p {
	margin: 0;
	font-weight: normal;
	text-align: center
}
.collection-teasers>div>.items>a>.overlay>.label {
	margin: -2.1335em 0 .5em;
	line-height: 1;
	font-size: 1.25em;
	font-size: 1.25rem;
	font-weight: bold;
	font-family: DINNext, Arial, Helvetica, sans-serif;
	text-transform: uppercase
}
.collection-teasers>div>.items>a>.overlay>p {
	line-height: 1.4
}
.collection-overview {
	position: relative;
	background-color: #000
}
.collection-overview>div {
	padding: 4px 0 0 0
}
.collection-overview>div>h1 {
	position: absolute;
	left: -9999px
}
.collection-overview>div>.no-results {
	width: 960px;
	margin: auto;
	padding: 16px 16px;
	margin-top: 61px;
	background-color: #fff
}
.collection-overview>div>.no-results:before, .collection-overview>div>.no-results:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.collection-overview>div>.no-results:after {
	clear: both
}
.collection-overview>div>.no-results[aria-hidden="true"] {
	display: none
}
.collection-overview>div>.controls {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	background-color: #fff;
	color: #000
}
.collection-overview>div>.controls>div {
	width: 960px;
	margin: auto;
	padding: 16px 16px
}
.collection-overview>div>.controls>div:before, .collection-overview>div>.controls>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.collection-overview>div>.controls>div:after {
	clear: both
}
.collection-overview>div>.controls>div>ul.category {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	padding-top: 3px;
	text-transform: uppercase
}
.collection-overview>div>.controls>div>ul.category>* {
	display: inline-block;
	vertical-align: top
}
.collection-overview>div>.controls>div>ul.category>li {
	cursor: pointer
}
.collection-overview>div>.controls>div>ul.category>li:hover, .collection-overview>div>.controls>div>ul.category>li:active, .collection-overview>div>.controls>div>ul.category>li:focus {
	color: #025aed
}
.collection-overview>div>.controls>div>ul.category>li.active {
	font-weight: bold
}
.collection-overview>div>.controls>div>ul.category>li+li {
	margin-left: 3em
}
.collection-overview>div>.controls>div>.show-all {
	float: right;
	padding: 3px 15px 0 0;
	cursor: pointer;
	background-image: url(../images/pres/collection-show-all-blk.png?1392203208);
	background-repeat: no-repeat;
	background-position: 100% 49%
}
.collection-overview>div>.controls>div>.show-all.active {
	font-weight: bold
}
.collection-overview>div>.controls>div>.show-all:hover {
	color: #025aed
}
.collection-overview>div>.controls>div>.expansions {
	margin: 32px 0 0;
	clear: both
}
.collection-overview>div>.controls>div>.expansions[aria-hidden="true"] {
	display: none
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden] {
margin:0;
padding:0;
list-style:none;
display:none
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>* {
display:inline-block;
vertical-align:top
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden][aria-hidden="false"] {
display:block
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>*+* {
margin-left:5em
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul {
margin:0;
padding:0;
list-style:none
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>* {
display:inline-block;
vertical-align:top
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>li {
cursor:pointer
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>li:hover, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>li:active, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>li:focus {
color:#025aed
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>li.active {
font-weight:bold
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>li+li {
margin-left:1.5em
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>li+li:before {
content:'/';
margin:0 1.5em 0 0;
color:#000
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden] .color {
	float: left
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden] .color li {
	position: relative;
	float: left;
	text-indent: -9999px;
	margin: 0 14px 10px 0;
	width: 15px;
	height: 15px
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden] div.colors-menu>[aria-hidden]>ul {
min-width:90%;
width:90%
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden] div.colors-menu>[aria-hidden]>ul.color {
width:90%
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden] div.models-menu.small-height>[aria-hidden="false"] {
width:195px
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden] div.models-menu.small-height>[aria-hidden="false"]>ul {
width:200px;
list-style:none;
display:block;
float:left
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden] div.models-menu.small-height>[aria-hidden="false"]>ul>li[aria-hidden="false"] {
float:left;
width:100px;
display:block
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden] div.models-menu.small-height>[aria-hidden="false"]>ul>li[aria-hidden="false"]>span {
display:block;
padding:.2em .5em
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] {
position:relative;
z-index:2
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] {
position:absolute;
top:100%;
left:-9999px
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul {
margin:0;
padding:0;
list-style:none
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul.color, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul.model, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul.type {
border:none;
-webkit-box-shadow:0 .5em .5em rgba(0,0,0,0.3);
box-shadow:0 .45em .5em rgba(0,0,0,0.3);
margin-top:10px
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul.type>li>span:hover {
background-color:#025aed;
color:#FFF
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul.type>li:last-child>span:hover {
background-color:#025aed;
color:#FFF
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul.model>li>span:hover {
background-color:#025aed;
color:#FFF
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul.model>li:last-child>span:hover {
background-color:#025aed;
color:#FFF
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]:hover>[aria-hidden], .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]:focus>[aria-hidden], .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]:active>[aria-hidden] {
left:0
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]:hover>[aria-hidden], .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]:focus>[aria-hidden], .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]:active>[aria-hidden] {
-webkit-transition:left, right 0s ease-in .4s;
-moz-transition:left, right 0s ease-in .4s;
transition:left, right 0s ease-in .4s;
left:-.8em
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] .label {
margin:0;
margin-right:5px;
cursor:default
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] .label:hover {
cursor:pointer;
color:#025aed
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] {
top:100%;
min-width:100%;
padding:.5em 0 0
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color {
padding:15px 19px;
padding-right:1px;
max-width:135%;
width:135%;
position:relative;
float:left;
border-top:none
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li>a, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li span {
padding:0;
color:#000;
text-decoration:none
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li>a:hover, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li>a:active, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li>a:focus, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li span:hover, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li span:active, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li span:focus {
background-color:#FFF;
filter:alpha(opacity=50);
opacity:.5
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li.last {
padding:0;
margin-bottom:0;
margin-top:5px
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li.last>span {
display:block;
cursor:pointer;
padding:.2em .5em;
width:80%
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li.last>span:hover, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li.last>span:active, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden] .color>li.last>span:focus {
color:#FFF;
background-color:#025aed;
filter:alpha(opacity=100);
opacity:1
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-box-shadow:0 .34em .5em rgba(0,0,0,0.5);
box-shadow:0 .34em .5em rgba(0,0,0,0.5);
min-width:100%;
padding:.8em;
background-color:#fff
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul>li>a, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul>li>span {
display:block;
cursor:pointer;
padding:.2em .5em;
text-decoration:none
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul>li>a:hover, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul>li>a:active, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul>li>a:focus, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul>li>span:hover, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul>li>span:active, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul>li>span:focus {
color:#025aed;
background-color:#FFF
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul>li:last-child>span:hover, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul>li:last-child>span:active .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>ul>li:last-child>span:focus {
background-color:#FFF;
color:#025aed
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>[aria-labelledby] {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-box-shadow:0 .34em .5em rgba(0,0,0,0.5);
box-shadow:0 .34em .5em rgba(0,0,0,0.5);
min-width:100%;
padding:.8em;
background-color:white
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li>a {
display:block;
cursor:pointer;
padding:.2em .5em;
color:#025aed;
text-decoration:none
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li>a:hover, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li>a:active, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li>a:focus {
background-color:#025aed;
color:#000
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li:last-child>a:hover, .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li:last-child>a:active .collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li:last-child>a:focus {
background-color:#FFF;
color:#000
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] .label {
padding-right:10px;
min-width:85px;
background:url(../images/css_sprite/sprite_icon.png?1392203207) no-repeat;
background-position:73px -231px
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] .label:hover {
background:url(../images/css_sprite/sprite_icon.png?1392203207) no-repeat;
background-position:73px -113px
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]:hover>[aria-hidden] {
left:-9999px
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]:hover>[aria-hidden="false"] {
left:-.8em
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup]>[aria-hidden="false"] {
left:-.8em
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[aria-hidden="true"] {
display:none
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="red"] {
background-image:url(../images/temp/pdp_red_color.png?1392203208);
background-repeat:no-repeat
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="blue"] {
background-image:url(../images/temp/pdp_blue_color.png?1392203208);
background-repeat:no-repeat
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="white"] {
background-image:url(../images/temp/pdp_white_color.png?1392203208);
background-repeat:no-repeat
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="orange"] {
background-image:url(../images/temp/pdp_orange_color.png?1392203208);
background-repeat:no-repeat
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="purple"] {
background-image:url(../images/temp/pdp_purple_color.png?1392203208);
background-repeat:no-repeat
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="grey"] {
background-image:url(../images/temp/pdp_grey_color.png?1392203208);
background-repeat:no-repeat
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="yellow"] {
background-image:url(../images/temp/pdp_yellow_color.png?1392203208);
background-repeat:no-repeat
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="brown"] {
background-image:url(../images/temp/pdp_brown_color.png?1392203208);
background-repeat:no-repeat
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="beige"] {
background-image:url(../images/temp/pdp_beige_color.png?1392203208);
background-repeat:no-repeat
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="green"] {
background-image:url(../images/temp/pdp_green_color.png?1392203208);
background-repeat:no-repeat
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="black"] {
background-image:url(../images/temp/pdp_black_color.png?1392203208);
background-repeat:no-repeat
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="redwhite"] {
background-image:url(../images/temp/pdp_redwhite_color.png?1392203208);
background-repeat:no-repeat
}
.collection-overview>div>.controls>div>.expansions>[aria-hidden]>[aria-haspopup] li[data-value="*"] {
width:100%;
color:#000;
text-indent:0;
margin-bottom:1px
}
.collection-overview>div>.items {
}
.collection-overview>div>.items>div {
	padding: 16px 16px;
	width: 960px;
	margin: auto;
	padding-top: 69px
}
.collection-overview>div>.items>div:before, .collection-overview>div>.items>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.collection-overview>div>.items>div:after {
	clear: both
}
.collection-overview>div>.items>div>.productVariation {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	float: left;
	width: 220px;
	height: 220px!important;
	padding: 16px 16px 10px;
	background-color: #fff;
	text-decoration: none;
	color: #333;
	position: relative;
	cursor: pointer
}
.collection-overview>div>.items>div>.productVariation[aria-hidden="true"] {
	display: none
}
.collection-overview>div>.items>div>.productVariation.height240 {
	height: 240px!important
}
.collection-overview>div>.items>div>.productVariation>.loading {
	position: absolute;
	top: 83px;
	left: 83px;
	width: 54px;
	height: 54px;
	background-image: url(../images/pres/loading.gif?1392203208);
	background-repeat: no-repeat
}
.collection-overview>div>.items>div>.productVariation>img {
	width: 100%;
	background-color: #E8E7EB
}
.collection-overview>div>.items>div>.productVariation>div.item-attrs {
	display: table-cell!important;
	vertical-align: middle;
	height: 40px
}
.collection-overview>div>.items>div>.productVariation>div>.title, .collection-overview>div>.items>div>.productVariation>div>.price {
	margin: 0;
	line-height: 1.4
}
.collection-overview>div>.items>div>.productVariation>div>.title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 3px
}
.collection-overview>div>.items>div>.productVariation>div>.price {
	font-size: 1.5em;
	font-size: 1.5rem;
	font-weight: bold
}
.collection-overview>div>.items>div>.productVariation>.tag {
	display: inline-block;
	margin: 0;
	padding: .1em .3em;
	background-color: #025aed;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 .1em rgba(0,0,0,0.5);
	font-size: .8em;
font-size:.8rem;
	line-height: 1.5;
	position: absolute;
	top: 26px;
	right: 26px
}
.collection-overview>div>.items>div>.productVariation>.tag-new {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: -120px -63px;
	width: 27px;
	height: 13px;
	display: inline-block;
	position: absolute;
	top: 26px;
	right: 26px
}
.collection-overview>div>.items>div>.productVariation>.tag-new-color {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: -120px 0;
	width: 60px;
	height: 13px;
	display: inline-block;
	position: absolute;
	top: 26px;
	right: 26px
}
.collection-overview>div>.items>div>.productVariation>.tag-limited {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: 0 -1933px;
	width: 44px;
	height: 13px;
	display: inline-block;
	position: absolute;
	top: 26px;
	right: 26px
}
.collection-overview>div>.items>div>.productVariation+.productVariation {
	margin-left: 16px
}
.collection-overview>div>.items>div>.productVariation:nth-child(1n+5) {
	margin-top: 16px
}
.collection-overview>div>.items>div>.productVariation.nth-child-1n-plus5 {
	margin-top: 16px
}
.collection-overview>div>.items>div>.productVariation:nth-child(4n+5) {
	margin-left: 0
}
.collection-overview>div>.items>div>.productVariation.nth-child-4n-plus5 {
	margin-left: 0
}
.collection-overview>div>.items-clone>div {
	padding-top: 0
}
.collection-details {
	padding: 16px 16px;
	width: 960px;
	margin: auto;
	padding-top: 0
}
.collection-details:before, .collection-details:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.collection-details:after {
	clear: both
}
.collection-details[aria-hidden="true"] {
	display: none
}
.collection-details>div {
	padding: 16px 16px;
	background-color: #fff;
	position: relative
}
.collection-details>div .close {
	position: absolute;
	top: 32px;
	right: 32px;
	cursor: pointer;
	background: url(../images/css_sprite/sprite_icon.png?1392203207) no-repeat top left;
	background-position: -120px -258px;
	width: 14px;
	height: 14px
}
.collection-details>div>h1 {
	margin: 10px 0 0 16px;
	font-size: 1.833em;
	font-size: 1.833rem;
	letter-spacing: .083em;
	text-transform: uppercase;
	line-height: 1
}
.collection-details>div>h1>em {
	font-style: normal
}
.collection-details>div>.sub {
	margin: .5em 0 0 16px
}
.collection-details>div>.frame {
	margin: 16px 0 21px;
	background: #e8e7eb;
	position: relative;
	float: left;
	width: 100%
}
.collection-details>div>.frame:after {
	content: '';
	border-top: 12px solid #e8e7eb;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	top: 100%;
	left: 440px
}
.collection-details>div>.frame>.info-box {
	top: 16px;
	left: 16px
}
.collection-details>div>.frame>.info-box>.body {
	height: 480px
}
.collection-details>div>.frame>.info-box>.body .content {
	height: 425px;
	overflow-y: auto;
	margin: 27px 25px 25px 25px;
	padding-top: 0
}
.collection-details>div>.frame>.info-box>.body .content p:first-child {
	margin-top: 0
}
.collection-details>div>.frame>.items {
	overflow: hidden
}
.collection-details>div>.frame>.items>.list {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap
}
.collection-details>div>.frame>.items>.list>* {
	display: inline-block;
	vertical-align: top
}
.collection-details>div>.frame>.items>.list>li>img {
	width: 896px;
	height: 705px
}
.collection-details>div>.frame>.jspVerticalBar {
	background-image: url(../images/pres/scrollbar_bg.jpg?1392203208);
	background-repeat: repeat-y
}
.collection-details>div>.frame>.controls {
	margin: 32px 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center
}
.collection-details>div>.frame>.controls>* {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none
}
.collection-details>div>.frame>.controls>*>* {
	display: inline-block;
	vertical-align: top
}
.collection-details>div>.frame>.controls>.links>li {
	height: 44px;
	line-height: 44px;
	padding: 0 1.5em;
	vertical-align: middle;
	background-color: #fff;
	margin: 0 -2px 0 0
}
.collection-details>div>.frame>.controls>.links>li:first-child {
	padding-top: 7px
}
.collection-details>div>.frame>.controls>.links>li:first-child>img {
	cursor: pointer
}
.collection-details>div>.frame>.controls>.links>li>a {
	text-decoration: none;
	color: inherit
}
.collection-details>div>.frame>.controls>.links>li>a:hover {
	color: #025aed
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup] {
position:relative;
z-index:2;
z-index:1
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] {
position:absolute;
top:100%;
left:-9999px
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul {
margin:0;
padding:0;
list-style:none
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul.color, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul.model, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul.type {
border:none;
-webkit-box-shadow:0 .5em .5em rgba(0,0,0,0.3);
box-shadow:0 .45em .5em rgba(0,0,0,0.3);
margin-top:10px
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul.type>li>span:hover {
background-color:#025aed;
color:#FFF
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul.type>li:last-child>span:hover {
background-color:#025aed;
color:#FFF
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul.model>li>span:hover {
background-color:#025aed;
color:#FFF
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul.model>li:last-child>span:hover {
background-color:#025aed;
color:#FFF
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]:hover>[aria-hidden], .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]:focus>[aria-hidden], .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]:active>[aria-hidden] {
left:0
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]:hover>[aria-hidden], .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]:focus>[aria-hidden], .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]:active>[aria-hidden] {
-webkit-transition:left, right 0s ease-in .4s;
-moz-transition:left, right 0s ease-in .4s;
transition:left, right 0s ease-in .4s;
left:-.8em
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup] .label {
	margin: 0;
	margin-right: 5px;
	cursor: default
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup] .label:hover {
	cursor: pointer;
	color: #025aed
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] {
top:100%;
min-width:100%;
padding:.5em 0 0
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color {
padding:15px 19px;
padding-right:1px;
max-width:135%;
width:135%;
position:relative;
float:left;
border-top:none
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li>a, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li span {
padding:0;
color:#000;
text-decoration:none
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li>a:hover, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li>a:active, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li>a:focus, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li span:hover, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li span:active, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li span:focus {
background-color:#FFF;
filter:alpha(opacity=50);
opacity:.5
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li.last {
padding:0;
margin-bottom:0;
margin-top:5px
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li.last>span {
display:block;
cursor:pointer;
padding:.2em .5em;
width:80%
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li.last>span:hover, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li.last>span:active, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden] .color>li.last>span:focus {
color:#FFF;
background-color:#025aed;
filter:alpha(opacity=100);
opacity:1
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-box-shadow:0 .34em .5em rgba(0,0,0,0.5);
box-shadow:0 .34em .5em rgba(0,0,0,0.5);
min-width:100%;
padding:.8em;
background-color:#fff
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul>li>a, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul>li>span {
display:block;
cursor:pointer;
padding:.2em .5em;
text-decoration:none
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul>li>a:hover, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul>li>a:active, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul>li>a:focus, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul>li>span:hover, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul>li>span:active, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul>li>span:focus {
color:#025aed;
background-color:#FFF
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul>li:last-child>span:hover, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul>li:last-child>span:active .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>ul>li:last-child>span:focus {
background-color:#FFF;
color:#025aed
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>[aria-labelledby] {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-box-shadow:0 .34em .5em rgba(0,0,0,0.5);
box-shadow:0 .34em .5em rgba(0,0,0,0.5);
min-width:100%;
padding:.8em;
background-color:white
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li>a {
display:block;
cursor:pointer;
padding:.2em .5em;
color:#025aed;
text-decoration:none
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li>a:hover, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li>a:active, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li>a:focus {
background-color:#025aed;
color:#000
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li:last-child>a:hover, .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li:last-child>a:active .collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>[aria-hidden]>[aria-labelledby]>li:last-child>a:focus {
background-color:#FFF;
color:#000
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>.label {
cursor:default
}
.collection-details>div>.frame>.controls>.links>li>[aria-haspopup]>div>ul>li {
line-height:1.6
}
.collection-details>div>.frame>.controls>.links>li.shop-menu {
	cursor: pointer
}
.collection-details>div>.frame>.controls>.links>li.shop-menu>a>span {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: 0 -59px;
	width: 13px;
	height: 7.5px;
	margin-left: 6px
}
.collection-details>div>.frame>.controls>.links>li.shop-menu>a:hover>span {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: 0 -295px
}
.collection-details>div>.frame>.controls>.links>li.find-store {
	cursor: pointer
}
.collection-details>div>.frame>.controls>.links>li.find-store>a>span {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 13px;
	height: 7.5px;
	margin-left: 6px
}
.collection-details>div>.frame>.controls>.links>li.find-store>a:hover>span {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: 0 -177px
}
.collection-details>div>.frame>.controls>.thumbs>li {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	float: left;
	margin: 0 0 0 -1px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #fff;
	opacity: .6;
	filter: alpha(opacity=60)
}
.collection-details>div>.frame>.controls>.thumbs>li.active {
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100)
}
.collection-details>div>.frame>.controls>.thumbs>li>img {
	width: 100%;
	height: 100%
}
.collection-details>div .related {
	text-align: center
}
.collection-details>div .related>ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.collection-details>div .related>ul>* {
	display: inline-block;
	vertical-align: top
}
.collection-details>div .related>ul>* {
	margin-right: 0
}
.collection-details>div .related>ul>li+li {
	margin-left: 16px
}
.collection-details>div .related>ul>li>a {
	display: block;
	width: 136px;
	height: 107px;
	line-height: 107px;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	background-color: black;
	position: relative
}
.collection-details>div .related>ul>li>a>img {
	width: 136px;
	height: 107px
}
.collection-details>div .related>ul>li>a>.tag, .collection-details>div .related>ul>li>a>.tag-new-color, .collection-details>div .related>ul>li>a>.tag-limited {
	background-repeat: no-repeat;
	margin: 0;
	height: 13px;
	position: absolute;
	top: 5px;
	left: 5px
}
.collection-details>div .related>ul>li>a>.tag {
	width: 27px;
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -120px -63px
}
.collection-details>div .related>ul>li>a>.tag-new-color {
	width: 60px;
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -120px 0
}
.collection-details>div .related>ul>li>a>.tag-limited {
	width: 44px;
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: 0 -1933px
}
.showcase {
	overflow: hidden
}
.showcase>.showcase-teaser {
	background: #000
}
.showcase>.showcase-teaser>div {
	margin: auto;
	z-index: 0;
	height: 420px;
	padding: 54px 308px;
	text-align: center;
	background: #03091f url(../images/pres/section-teaser-showcase.jpg?1392203208) no-repeat center center
}
.showcase>.showcase-teaser>div>hgroup>h1 {
	margin: .3em 0;
	font-size: 4em;
	font-size: 4rem;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .12em
}
.showcase>.showcase-teaser>div>hgroup>h2 {
	margin: 0;
	font-family: Meiryo, sans-serif;
	font-size: 2.5em;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: .2em
}
.showcase>.showcase-teaser>div>[role="button"] {
display:inline-block;
position:relative;
margin:20px 0 0;
width:54px;
height:54px;
background-image:url(../images/css_sprite/sprite_icon.png?1392203207);
background-repeat:no-repeat;
background-position:-121px -698px;
color:#fff;
font-size:2rem;
cursor:pointer
}
.showcase>.showcase-teaser>div>[role="button"]:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: -120px -593px
}
.showcase>.showcase-teaser>div>[role="button"].loading {
	background-image: url(../images/pres/loader-bg.png?1392203208)!important;
	cursor: default;
	background-position: center center!important
}
.showcase>.showcase-teaser>div>[role="button"].loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/pres/loader-30.gif?1392203208) center no-repeat
}
.showcase>.showcase-teaser>div>[role="button"].loading:hover {
	background-image: url(../images/pres/loader-bg.png?1392203208)!important;
	background-repeat: no-repeat;
	background-position: center center!important
}
.showcase>.showcase-teaser>div>[role="button"].close {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -121px -488px
}
.showcase>.showcase-teaser>div>[role="button"].close:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -120px -382px
}
.showcase>.showcase-teaser ~ * {
}
.showcase>.showcase-teaser ~ *[aria-hidden="true"] {
	display: none
}
.showcase>.showcase-teaser>div {
	color: #fff
}
.showcase>.showcase-main>.section-close {
	margin-top: 0!important;
	background-image: url(../images/pres/section-close-grey.png?1392203208)!important
}
.showcase-main>.frame {
	background-color: black
}
.showcase-main>.frame>div {
	width: 960px;
	margin: auto;
	position: relative;
	width: 100%
}
.showcase-main>.frame>div:before, .showcase-main>.frame>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.showcase-main>.frame>div:after {
	clear: both
}
.showcase-main>.frame>div #showcase-main-tip {
	width: 131px;
	height: 84px;
	margin-left: -65px;
	margin-right: -42px;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 2;
	display: none;
	background-image: url(../images/pres/showcase_tip.png?1392203208);
	background-repeat: no-repeat;
	background-position: 0 0
}
.showcase-main>.frame>div>.items {
	overflow: hidden;
	z-index: 1
}
.showcase-main>.frame>div>.items>.list {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap
}
.showcase-main>.frame>div>.items>.list>* {
	display: inline-block;
	vertical-align: top
}
.showcase-main>.frame>div>.items>.list>* {
	margin-right: 0
}
.showcase-main>.frame>div>.items>.list>li {
	position: relative;
	height: 560px;
	overflow: hidden
}
.showcase-main>.frame>div>.items>.list>li>.shadow {
	z-index: 2;
	width: 100%;
	height: 37px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-image: url(../images/pres/divider_black.png?1392203208);
	background-repeat: repeat-x;
	background-position: 0 0
}
.showcase-main>.frame>div>.items>.list>li>img {
	display: block;
	height: auto;
	z-index: 1;
	position: relative;
	top: 0;
	left: 0;
	width: 2054px!important
}
.showcase-main>.frame>div>.info-box {
	top: 60px;
	left: 50px
}
.showcase-main>.frame>div>.info-box>.body>.content {
	max-height: 320px;
	overflow-y: auto;
	margin: 30px 25px 25px 25px
}
.showcase-main>.frame>div>.info-box>.body>.social {
	padding: 16px 16px;
	padding: 16px 16px 35px 16px;
	margin-left: 24px
}
.showcase-main>.frame>div>.info-box>.body>.social>div>img {
	cursor: pointer
}
.showcase-main>.controls>div {
	width: 960px;
	margin: auto;
	position: relative;
	padding: 10px 40px
}
.showcase-main>.controls>div:before, .showcase-main>.controls>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.showcase-main>.controls>div:after {
	clear: both
}
.showcase-main>.controls>div>.list {
	overflow: hidden
}
.showcase-main>.controls>div>.list>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	white-space: nowrap
}
.showcase-main>.controls>div>.list>ul>* {
	display: inline-block;
	vertical-align: top
}
.showcase-main>.controls>div>.list>ul>* {
	margin-right: 0
}
.showcase-main>.controls>div>.list>ul>li {
	cursor: pointer;
	position: relative;
	border: 2px solid #000
}
.showcase-main>.controls>div>.list>ul>li+li {
	margin-left: 5px
}
.showcase-main>.controls>div>.list>ul>li.active {
	border: 2px solid #025aed
}
.showcase-main>.controls>div>.list>ul>li.active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.showcase-main>.controls>div>.list>ul>li>img {
	display: block
}
.showcase-main>.controls>div>[role="button"] {
position:absolute;
top:21px;
width:10px;
height:10px;
cursor:pointer;
background-repeat:no-repeat
}
.showcase-main>.controls>div>[role="button"].prev {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -105px -307px;
	left: -5px;
	padding: 20px
}
.showcase-main>.controls>div>[role="button"].next {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -105px -110px;
	right: -5px;
	padding: 20px
}
.news {
	overflow: hidden
}
.news>.news-teaser {
	background-image: none;
	background-color: black
}
.news>.news-teaser>div {
	margin: auto;
	z-index: 0;
	height: 420px;
	padding: 80px 290px;
	text-align: center;
	background: #9b9b9b url(../images/pres/section-teaser-news.jpg?1392203208) no-repeat center center
}
.news>.news-teaser>div>hgroup>h1 {
	margin: .3em 0;
	font-size: 4em;
	font-size: 4rem;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .12em
}
.news>.news-teaser>div>hgroup>h2 {
	margin: 0;
	font-family: Meiryo, sans-serif;
	font-size: 2.5em;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: .2em
}
.news>.news-teaser>div>[role="button"] {
display:inline-block;
position:relative;
margin:20px 0 0;
width:54px;
height:54px;
background-image:url(../images/css_sprite/sprite_icon.png?1392203207);
background-repeat:no-repeat;
background-position:-121px -698px;
color:#fff;
font-size:2rem;
cursor:pointer
}
.news>.news-teaser>div>[role="button"]:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: -120px -593px
}
.news>.news-teaser>div>[role="button"].loading {
	background-image: url(../images/pres/loader-bg.png?1392203208)!important;
	cursor: default;
	background-position: center center!important
}
.news>.news-teaser>div>[role="button"].loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/pres/loader-30.gif?1392203208) center no-repeat
}
.news>.news-teaser>div>[role="button"].loading:hover {
	background-image: url(../images/pres/loader-bg.png?1392203208)!important;
	background-repeat: no-repeat;
	background-position: center center!important
}
.news>.news-teaser>div>[role="button"].close {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -121px -488px
}
.news>.news-teaser>div>[role="button"].close:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -120px -382px
}
.news>.news-teaser ~ * {
}
.news>.news-teaser ~ *[aria-hidden="true"] {
	display: none
}
.news>.news-teaser>div {
	color: #fff
}
.news-main {
	background-color: black
}
.news-main>.items>div {
	width: 960px;
	margin: auto;
	padding: 40px 0 0 0
}
.news-main>.items>div:before, .news-main>.items>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.news-main>.items>div:after {
	clear: both
}
.news-main>.items>div>.social {
	float: right;
	margin-right: 33px
}
.news-main>.items>div>.social>a {
	display: block;
	width: 218px;
	height: 273px;
	padding: 16px;
	background-color: white;
	color: #fff
}
.news-main>.items>div>div {
	padding: 16px 16px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	float: left;
	width: 220px;
	height: 273px;
	background-color: white;
	cursor: pointer;
	position: relative
}
.news-main>.items>div>div+div+div {
	margin-left: 16px
}
.news-main>.items>div>div:nth-child(1n+3) {
	margin-top: 15px
}
.news-main>.items>div>div.nth-child-1n-plus3 {
	margin-top: 15px
}
.news-main>.items>div>div:nth-child(4n+3) {
	margin-left: 0
}
.news-main>.items>div>div.nth-child-4n-plus3 {
	margin-left: 0
}
.news-main>.items>div>div.featured {
	width: 693px
}
.news-main>.items>div>div.featured>.loading {
	left: 320px
}
.news-main>.items>div>div.featured>img {
	float: left;
	margin: 0 32px 0 0;
	max-height: 100%
}
.news-main>.items>div>div.featured>h1 {
	line-height: 1;
	letter-spacing: .083em;
	font-size: 1.25em;
	font-size: 1.25rem;
	text-transform: uppercase
}
.news-main>.items>div>div.featured>p {
	line-height: 1.8
}
.news-main>.items>div>div.listed>img {
	width: 188px;
	height: 148px
}
.news-main>.items>div>div>.loading {
	position: absolute;
	top: 106px;
	left: 83px;
	width: 54px;
	height: 54px;
	background-image: url(/images/pres/loading.gif?1392203208);
	background-repeat: no-repeat
}
.news-main>.items>div>div>img {
	max-width: 100%
}
.news-main>.items>div>div>h1 {
	margin: 1em 0;
	line-height: 1.2;
	letter-spacing: .083em;
	font-size: 1em;
	font-size: 1rem;
	font-weight: normal;
	font-family: DINNext;
	text-transform: uppercase;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url("bindings.xml#ellipsis");
	white-space: nowrap;
	overflow: hidden
}
.news-main>.items>div>div>p {
	margin: .5em 0;
	color: #777;
	line-height: 1.4
}
.news-main>.items>div>div>p>.lede {
	color: #333
}
.news-main>.items-clone>div {
	padding-top: 0
}
.news-main>.items-clone>div>div+div {
	margin-left: 16px
}
.news-main>.items-clone>div>div:nth-child(1n+3) {
	margin-top: 0
}
.news-main>.items-clone>div>div.nth-child-1n-plus3 {
	margin-top: 0
}
.news-main>.items-clone>div>div:nth-child(4n+3) {
	margin-left: 16px
}
.news-main>.items-clone>div>div.nth-child-4n-plus3 {
	margin-left: 16px
}
.news-main>.items-clone>div>div:nth-child(1n+5) {
	margin-top: 16px
}
.news-main>.items-clone>div>div.nth-child-1n-plus5 {
	margin-top: 16px
}
.news-main>.items-clone>div>div:nth-child(4n+1) {
	margin-left: 0
}
.news-main>.items-clone>div>div.nth-child-4n-plus1 {
	margin-left: 0
}
.news-full-post>div {
	width: 960px;
	margin: auto;
	padding: 16px 16px;
	position: relative
}
.news-full-post>div:before, .news-full-post>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.news-full-post>div:after {
	clear: both
}
.news-full-post>div>.body {
	padding: 43px 30px 16px 34px;
	margin: 0 16px 0 -18px;
	background-color: white
}
.news-full-post>div>.body:before, .news-full-post>div>.body:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.news-full-post>div>.body:after {
	clear: both
}
.news-full-post>div>.body>.close {
	position: absolute;
	top: 32px;
	right: 48px;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -120px -258px;
	background-repeat: no-repeat
}
.news-full-post>div>.body>img.header {
	width: 100%;
	display: block;
	margin: 0 0 16px
}
.news-full-post>div>.body>.side {
	float: right;
	width: 406px;
	margin: 0 0 32px 32px
}
.news-full-post>div>.body>.side>iframe {
	margin: 10px 0 0;
	z-index: 2
}
.news-full-post>div>.body>p.date {
	margin: 0;
	color: #333;
	font-weight: bold
}
.news-full-post>div>.body>h1 {
	margin: 10px 0 0;
	text-transform: uppercase;
	line-height: 1
}
.news-full-post>div>.body>p.author {
	color: #333
}
.news-full-post>div>.body>p.author>.label {
	font-weight: normal
}
.news-full-post>div>.body>p {
	width: 455px;
	color: #777;
	line-height: 1.8
}
.news-full-post>div>.footer {
	padding: 16px 16px;
	margin: 0 16px 0 -18px;
	background-color: white;
	border-top: 1px dotted #333;
	text-align: center
}
.news-full-post>div>.footer>ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.news-full-post>div>.footer>ul>* {
	display: inline-block;
	vertical-align: top
}
.news-full-post>div>.footer>ul>*>img {
	cursor: pointer
}
.your-style {
	overflow: hidden
}
.your-style>.your-style-teaser>div {
	margin: auto;
	z-index: 0;
	height: 420px;
	padding: 80px 290px;
	text-align: center;
	background: #c6a18f url(../images/pres/section-teaser-your-style.jpg?1392203208) no-repeat center center
}
.your-style>.your-style-teaser>div>hgroup>h1 {
	margin: .3em 0;
	font-size: 4em;
	font-size: 4rem;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .12em
}
.your-style>.your-style-teaser>div>hgroup>h2 {
	margin: 0;
	font-family: Meiryo, sans-serif;
	font-size: 2.5em;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: .2em
}
.your-style>.your-style-teaser>div>[role="button"] {
display:inline-block;
position:relative;
margin:20px 0 0;
width:54px;
height:54px;
background-image:url(../images/css_sprite/sprite_icon.png?1392203207);
background-repeat:no-repeat;
background-position:-121px -698px;
color:#fff;
font-size:2rem;
cursor:pointer
}
.your-style>.your-style-teaser>div>[role="button"]:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: -120px -593px
}
.your-style>.your-style-teaser>div>[role="button"].loading {
	background-image: url(../images/pres/loader-bg.png?1392203208)!important;
	cursor: default;
	background-position: center center!important
}
.your-style>.your-style-teaser>div>[role="button"].loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/pres/loader-30.gif?1392203208) center no-repeat
}
.your-style>.your-style-teaser>div>[role="button"].loading:hover {
	background-image: url(../images/pres/loader-bg.png?1392203208)!important;
	background-repeat: no-repeat;
	background-position: center center!important
}
.your-style>.your-style-teaser>div>[role="button"].close {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -121px -488px
}
.your-style>.your-style-teaser>div>[role="button"].close:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -120px -382px
}
.your-style>.your-style-teaser ~ * {
}
.your-style>.your-style-teaser ~ *[aria-hidden="true"] {
	display: none
}
.your-style>.your-style-teaser>div {
	color: #fff
}
.your-style>.your-style-teaser>div>p {
	margin-top: 0
}
.your-style-main {
	background-color: black
}
.your-style-main>div:first-child {
	width: 960px;
	margin: auto;
	padding: 16px 16px;
	padding-left: 0;
	padding-right: 0
}
.your-style-main>div:first-child:before, .your-style-main>div:first-child:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.your-style-main>div:first-child:after {
	clear: both
}
.your-style-main>div:first-child>.header {
	padding: 16px 16px;
	padding-left: 0;
	padding-right: 0;
	width: 97%;
	margin: 0 0 16px 0;
	background-color: #fff;
	text-align: center
}
.your-style-main>div:first-child>.header>p {
	margin: 0
}
.your-style-main>div:first-child>.header>.title {
	text-transform: uppercase;
	font-size: 1.833em;
	font-size: 1.833rem;
	font-family: DINNext;
	letter-spacing: .083em
}
.your-style-main>div:first-child>ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.your-style-main>div:first-child>ul>* {
	display: inline-block;
	vertical-align: top
}
.your-style-main>div:first-child>ul:before, .your-style-main>div:first-child>ul:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.your-style-main>div:first-child>ul:after {
	clear: both
}
.your-style-main>div:first-child>ul>* {
	margin-right: 0
}
.your-style-main>div:first-child>ul>li {
	width: 220px;
	height: 258px;
	background-color: white;
	float: left
}
.your-style-main>div:first-child>ul>li+li {
	margin-left: 16px
}
.your-style-main>div:first-child>ul>li:nth-child(1n+5) {
	margin-top: 16px
}
.your-style-main>div:first-child>ul>li.nth-child-1n-plus5 {
	margin-top: 16px
}
.your-style-main>div:first-child>ul>li:nth-child(4n+5) {
	margin-left: 0
}
.your-style-main>div:first-child>ul>li.nth-child-4n-plus5 {
	margin-left: 0
}
.your-style-main>div:first-child>ul>li>a {
	padding: 16px 16px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	color: #333;
	text-decoration: none
}
.your-style-main>div:first-child>ul>li>a>img {
	width: 188px;
	height: 188px;
	display: block;
	margin: 0 0 10px 0
}
.your-style-main>div:first-child>ul>li>a>p {
	margin: 0
}
.your-style-main>div:first-child>ul>li>a>.likes {
	float: right;
	min-width: 12px;
	text-align: right;
	padding: 1.6em 0 0 0;
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: 0 -1139px
}
.your-style-main>div:first-child>ul>li>a>.username {
	font-weight: bold;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url("bindings.xml#ellipsis");
	white-space: nowrap;
	overflow: hidden
}
.your-style-main>div:first-child>ul>li>a>.location {
	padding: 0 0 0 15px;
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: 0 -1202px
}
.heritage {
	overflow: hidden
}
.heritage>.heritage-teaser>div {
	margin: auto;
	z-index: 0;
	height: 420px;
	padding: 80px 290px;
	text-align: center;
	background: black url(../images/pres/section-teaser-heritage.jpg?1392203208) no-repeat center center
}
.heritage>.heritage-teaser>div>hgroup>h1 {
	margin: .3em 0;
	font-size: 4em;
	font-size: 4rem;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .12em
}
.heritage>.heritage-teaser>div>hgroup>h2 {
	margin: 0;
	font-family: Meiryo, sans-serif;
	font-size: 2.5em;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: .2em
}
.heritage>.heritage-teaser>div>[role="button"] {
display:inline-block;
position:relative;
margin:20px 0 0;
width:54px;
height:54px;
background-image:url(../images/css_sprite/sprite_icon.png?1392203207);
background-repeat:no-repeat;
background-position:-121px -698px;
color:#fff;
font-size:2rem;
cursor:pointer
}
.heritage>.heritage-teaser>div>[role="button"]:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: -120px -593px
}
.heritage>.heritage-teaser>div>[role="button"].loading {
	background-image: url(../images/pres/loader-bg.png?1392203208)!important;
	cursor: default;
	background-position: center center!important
}
.heritage>.heritage-teaser>div>[role="button"].loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/pres/loader-30.gif?1392203208) center no-repeat
}
.heritage>.heritage-teaser>div>[role="button"].loading:hover {
	background-image: url(../images/pres/loader-bg.png?1392203208)!important;
	background-repeat: no-repeat;
	background-position: center center!important
}
.heritage>.heritage-teaser>div>[role="button"].close {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -121px -488px
}
.heritage>.heritage-teaser>div>[role="button"].close:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -120px -382px
}
.heritage>.heritage-teaser ~ * {
}
.heritage>.heritage-teaser ~ *[aria-hidden="true"] {
	display: none
}
.heritage>.heritage-teaser>div {
	color: #fff;
	padding-top: 80px;
	background-image: url(../images/pres/numbers.png?1392203208);
	background-position: center bottom
}
.heritage>.heritage-main>.section-close {
	background-image: url(../images/pres/section-close-grey.png?1392203208)!important;
	position: relative;
	z-index: 4
}
.heritage-main>.menu {
	background-color: #fff
}
.heritage-main>.menu>div {
	width: 960px;
	margin: auto;
	z-index: 0;
	width: 100%
}
.heritage-main>.menu>div:before, .heritage-main>.menu>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.heritage-main>.menu>div:after {
	clear: both
}
.heritage-main>.menu>div>ul.decennia {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	padding: 0;
	margin: auto;
	width: 50%;
	max-width: 960px;
	min-width: 960px
}
.heritage-main>.menu>div>ul.decennia>* {
	display: inline-block;
	vertical-align: top
}
.heritage-main>.menu>div>ul.decennia:before, .heritage-main>.menu>div>ul.decennia:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.heritage-main>.menu>div>ul.decennia:after {
	clear: both
}
.heritage-main>.menu>div>ul.decennia>* {
	margin-right: 0
}
.heritage-main>.menu>div>ul.decennia>li {
	z-index: 2;
	float: left;
	width: 106px;
	padding: 35px 0;
	text-align: center;
	font-size: 3.5em;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
	cursor: pointer;
	padding-bottom: 806px
}
.heritage-main>.menu>div>ul.decennia>li+li {
	margin-left: 16px
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(1) {
	background: #0e419f url(../images/pres/decade_49.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(1):after {
	border-top-color: #0e419f
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(1)>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #0e419f
}
.heritage-main>.menu>div>ul.decennia>li:first-child {
	background: #0e419f url(../images/pres/decade_49.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:first-child:after {
	border-top-color: #0e419f
}
.heritage-main>.menu>div>ul.decennia>li:first-child>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #0e419f
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(2) {
	background: #1e4dcd url(../images/pres/decade_50.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(2):after {
	border-top-color: #1e4dcd
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(2)>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #1e4dcd
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li {
	background: #1e4dcd url(../images/pres/decade_50.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li:after {
	border-top-color: #1e4dcd
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #1e4dcd
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(3) {
	background: #135feb url(../images/pres/decade_60.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(3):after {
	border-top-color: #135feb
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(3)>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #135feb
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li {
	background: #135feb url(../images/pres/decade_60.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li:after {
	border-top-color: #135feb
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #135feb
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(4) {
	background: #217bf8 url(../images/pres/decade_70.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(4):after {
	border-top-color: #217bf8
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(4)>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #217bf8
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li {
	background: #217bf8 url(../images/pres/decade_70.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li:after {
	border-top-color: #217bf8
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #217bf8
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(5) {
	background: #3092f7 url(../images/pres/decade_80.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(5):after {
	border-top-color: #3092f7
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(5)>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #3092f7
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li+li {
	background: #3092f7 url(../images/pres/decade_80.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li+li:after {
	border-top-color: #3092f7
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li+li>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #3092f7
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(6) {
	background: #33acfd url(../images/pres/decade_90.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(6):after {
	border-top-color: #33acfd
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(6)>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #33acfd
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li+li+li {
	background: #33acfd url(../images/pres/decade_90.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li+li+li:after {
	border-top-color: #33acfd
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li+li+li>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #33acfd
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(7) {
	background: #4ccaf7 url(../images/pres/decade_00.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(7):after {
	border-top-color: #4ccaf7
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(7)>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #4ccaf7
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li+li+li+li {
	background: #4ccaf7 url(../images/pres/decade_00.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li+li+li+li:after {
	border-top-color: #4ccaf7
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li+li+li+li>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #4ccaf7
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(8) {
	background: #78dcfd url(../images/pres/decade_10.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(8):after {
	border-top-color: #78dcfd
}
.heritage-main>.menu>div>ul.decennia>li:nth-child(8)>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #78dcfd
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li+li+li+li+li {
	background: #78dcfd url(../images/pres/decade_10.png?1392203208) no-repeat left top
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li+li+li+li+li:after {
	border-top-color: #78dcfd
}
.heritage-main>.menu>div>ul.decennia>li:first-child+li+li+li+li+li+li+li>span.active {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 12px solid;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-color: #78dcfd
}
.heritage-main>.menu>div>ul.decennia>li>.suffix {
	font-size: .7em
}
.heritage-main>.menu>div>ul.decennia>li>.li-bottom {
	font-size: 3.5rem
}
.heritage-main>.menu>div>.heritage-decade-mask {
	position: relative;
	width: 960px;
	background-color: #FFF;
	left: -960px;
	z-index: 3;
	margin-top: 111px
}
.heritage-main>.menu>div>.heritage-decade-container {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #FFF;
	opacity: 1;
	z-index: 1
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content {
	opacity: 0;
	position: relative;
	height: 100%;
	width: 100%
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 2;
	color: #FFF;
	background-color: rgba(255,255,255,0);
	margin: auto;
	font-weight: bold;
	padding: 16px 0 0;
	display: none
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years>* {
	display: inline-block;
	vertical-align: top
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years:before, .heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years:after {
	clear: both
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-item-count="1"]>li {
	width: 100%
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-item-count="2"]>li {
	width: 50%
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-item-count="3"]>li {
	width: 33.33%
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-item-count="4"]>li {
	width: 25%
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-item-count="5"]>li {
	width: 20%
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-item-count="6"]>li {
	width: 16.66%
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-item-count="7"]>li {
	width: 14.28%
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-item-count="8"]>li {
	width: 12.5%
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="50s"]>li {
	background-color: #1947d0
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="50s"]>li:after {
	border-top-color: #1947d0!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="50s"]>li>span.active {
	border-top-color: #1947d0!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="49s"]>li {
	background-color: #073da0
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="49s"]>li:after {
	border-top-color: #073da0!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="49s"]>li>span.active {
	border-top-color: #073da0!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="60s"]>li {
	background-color: #025aef
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="60s"]>li:after {
	border-top-color: #025aef!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="60s"]>li>span.active {
	border-top-color: #025aef!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="70s"]>li {
	background-color: #1476fb
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="70s"]>li:after {
	border-top-color: #1476fb!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="70s"]>li>span.active {
	border-top-color: #1476fb!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="80s"]>li {
	background-color: #2791fb
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="80s"]>li:after {
	border-top-color: #2791fb!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="80s"]>li>span.active {
	border-top-color: #2791fb!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="90s"]>li {
	background-color: #26aaff
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="90s"]>li:after {
	border-top-color: #26aaff!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="90s"]>li>span.active {
	border-top-color: #26aaff!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="00s"]>li {
	background-color: #42c9f9
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="00s"]>li:after {
	border-top-color: #42c9f9!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="00s"]>li>span.active {
	border-top-color: #42c9f9!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="10s"]>li {
	background-color: #74dbff
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="10s"]>li:after {
	border-top-color: #74dbff!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years[data-parent="10s"]>li>span.active {
	border-top-color: #74dbff!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years>* {
	margin-right: 0
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years>li {
	display: none;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 1rem;
	font-size: .917em;
	position: relative;
	cursor: pointer
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years>li+li {
	border-left: 1px solid white
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years>li.active:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -5px;
	border-top: 5px solid;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	z-index: 1
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years>li>span.active {
	content: '';
	position: absolute;
	width: 1px;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -5px;
	border-top: 5px solid;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	z-index: 1;
	border-top-color: #073da0!important
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>div.content {
	background-color: black;
	position: absolute;
	top: 36px;
	width: 100%
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>.content>div {
	width: 960px;
	margin: auto;
	position: relative;
	width: 100%
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>.content>div:before, .heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>.content>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>.content>div:after {
	clear: both
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>.content>div>img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>.content>div>.info-box-heritage {
	left: 40px;
	top: 80px;
	z-index: 2;
	position: absolute;
	background-color: white
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>.content>div>.info-box-heritage>.body {
	display: block;
	z-index: 2;
	padding: 37px 27px;
	width: 260px;
	padding-right: 27px;
	max-height: 534px;
	min-height: 497px;
	position: relative
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>.content>div>.info-box-heritage>.body>.content {
	position: relative;
	max-height: 460px;
	min-height: 460px;
	overflow-y: auto;
	padding: 0;
	width: 100%;
	z-index: 2;
	position: relative
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>.content>div>.info-box-heritage>.body>.content .jspPane>p {
	padding-right: 20px
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>.content>div>.info-box-heritage>.body>.content .jspPane>p:first-child {
	position: relative;
	top: -7px;
	margin-bottom: 9px
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>.content>div>.info-box-heritage>.body>.content .jspVerticalBar {
	background-image: url(../images/pres/scrollbar_bg.jpg?1392203208);
	background-repeat: repeat-y
}
.heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>.content>div>.info-box-heritage>.body .label {
	margin-top: 0;
	text-transform: uppercase;
	font-family: DINNext;
	font-size: 1.5em;
	font-weight: normal
}
.stores {
	overflow: hidden
}
.stores>.stores-teaser {
	background-image: none;
	background-color: black
}
.stores>.stores-teaser>div {
	margin: auto;
	z-index: 0;
	height: 420px;
	padding: 80px 290px;
	text-align: center;
	background: black url(../images/pres/section-teaser-stores.jpg?1392203208) no-repeat center center
}
.stores>.stores-teaser>div>hgroup>h1 {
	margin: .3em 0;
	font-size: 4em;
	font-size: 4rem;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .12em
}
.stores>.stores-teaser>div>hgroup>h2 {
	margin: 0;
	font-family: Meiryo, sans-serif;
	font-size: 2.5em;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: .2em
}
.stores>.stores-teaser>div>[role="button"] {
display:inline-block;
position:relative;
margin:20px 0 0;
width:54px;
height:54px;
background-image:url(../images/css_sprite/sprite_icon.png?1392203207);
background-repeat:no-repeat;
background-position:-121px -698px;
color:#fff;
font-size:2rem;
cursor:pointer
}
.stores>.stores-teaser>div>[role="button"]:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-repeat: no-repeat;
	background-position: -120px -593px
}
.stores>.stores-teaser>div>[role="button"].loading {
	background-image: url(../images/pres/loader-bg.png?1392203208)!important;
	cursor: default;
	background-position: center center!important
}
.stores>.stores-teaser>div>[role="button"].loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/pres/loader-30.gif?1392203208) center no-repeat
}
.stores>.stores-teaser>div>[role="button"].loading:hover {
	background-image: url(../images/pres/loader-bg.png?1392203208)!important;
	background-repeat: no-repeat;
	background-position: center center!important
}
.stores>.stores-teaser>div>[role="button"].close {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -121px -488px
}
.stores>.stores-teaser>div>[role="button"].close:hover {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -120px -382px
}
.stores>.stores-teaser ~ * {
}
.stores>.stores-teaser ~ *[aria-hidden="true"] {
	display: none
}
.stores>.stores-teaser>div {
	color: #fff
}
.stores>.stores-teaser>div [role="button"] {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207)
}
.stores-main {
	padding: 16px 16px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	display: none;
	background-color: black
}
.stores-main>.map {
	padding: 40px 0 0 0
}
.stores-main>.section-close {
	background-image: url(../images/pres/section-close-white.png?1392203208)!important;
	background-color: black;
	position: relative;
	z-index: 4
}
.stores-main>.map>div {
	width: 960px;
	margin: auto;
	padding: 16px 16px;
	background-color: white
}
.stores-main>.map>div:before, .stores-main>.map>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.stores-main>.map>div:after {
	clear: both
}
.stores-main>.map>div>.search {
	overflow: hidden;
	position: relative
}
.stores-main>.map>div>.search>label {
	position: absolute;
	top: 10px;
	left: 8px
}
.stores-main>.map>div>.search>input[type="text"] {
	width: 20em;
	padding: 10px 25px 10px 8px;
	border: 1px solid #eee;
	background-repeat: no-repeat;
	background-position: 8px center
}
.stores-main>.map>div>.search>.stores-map-search-location-div {
	position: relative;
	width: 20em;
	padding: 10px 25px 10px 8px;
	margin-top: -30px
}
.stores-main>.map>div>.search>input[type="image"] {
	position: relative;
	top: 5px;
	right: 32px
}
.stores-main>.map>div>.frame {
	margin: 16px 0 0;
	height: 327px
}
.stores-main>.error-message {
	background-color: white;
	margin: auto;
	padding: 16px;
	width: 960px;
	display: none;
	font-weight: normal;
	font-size: .917em;
	color: #414141;
	margin: 10px auto
}
.stores-main>.details {
	display: none;
	margin: 16px 0 0
}
.stores-main>.details>div {
	width: 960px;
	margin: auto;
	background-color: white
}
.stores-main>.details>div:before, .stores-main>.details>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
.stores-main>.details>div:after {
	clear: both
}
.stores-main>.details>div>.selected-store {
	padding: 16px 16px;
	overflow: hidden;
	padding: 0
}
.stores-main>.details>div>.selected-store>.content {
	float: left;
	width: 95.9%;
	padding: 16px
}
.stores-main>.details>div>.selected-store>.content>.flagship-store {
	width: 100%;
	float: left;
	margin-bottom: 20px
}
.stores-main>.details>div>.selected-store>.content>.flagship-store>img {
	float: left;
	margin: 0 32px 0 0
}
.stores-main>.details>div>.selected-store>.content>.flagship-store>p {
	margin-left: 441px
}
.stores-main>.details>div>.selected-store>.content>.flagship-store .label {
	font-weight: bold
}
.stores-main>.details>div>.selected-store>.content>.flagship-store>.name>a {
	letter-spacing: .083em;
	text-transform: uppercase;
	text-decoration: none;
	font-family: DINNext;
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #333
}
.stores-main>.details>div>.selected-store>.content>.flagship-store>.name>a:hover {
	text-decoration: underline
}
.stores-main>.details>div>.other-stores {
	padding: 16px 16px;
	padding: 0
}
.stores-main>.details>div>.other-stores>.content {
	padding: 16px
}
.stores-main>.details>div>.other-stores>.content>p {
	margin: 0 0 2em
}
.stores-main>.details>div>.other-stores>.content>ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.stores-main>.details>div>.other-stores>.content>ul>* {
	display: inline-block;
	vertical-align: top
}
.stores-main>.details>div>.other-stores>.content>ul>li {
	margin: 0 0 0 10px;
	width: 220px;
	margin-bottom: 1.6em
}
.stores-main>.details>div>.other-stores>.content>ul>li>div:before {
	float: left;
	margin-right: 10px
}
.stores-main>.details>div>.other-stores>.content>ul>li>div.arrow {
	float: left;
	display: block;
	padding-right: 8px
}
.stores-main>.details>div>.other-stores>.content>ul>li>a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	float: left;
	width: 192px
}
.stores-main>.details>div>.other-stores>.content>ul>li>a:hover {
	text-decoration: underline
}
.stores-main>.details>div>.other-stores>.content>ul>li>a>span.name {
	font-weight: bold
}
html[lang="ru-Ru"] .stores-main>.map>div>.search>input[type="text"], html[lang="tr-TR"] .stores-main>.map>div>.search>input[type="text"] {
	width: 27em
}
html[lang="es-AR"] .stores-main>.map>div>.search>input[type="text"], html[lang="fr-BE"] .stores-main>.map>div>.search>input[type="text"], html[lang="es-ES"] .stores-main>.map>div>.search>input[type="text"], html[lang="fr-FR"] .stores-main>.map>div>.search>input[type="text"], html[lang="fr-CH"] .stores-main>.map>div>.search>input[type="text"] {
	width: 24em
}
html[lang="de-AT"] .stores-main>.map>div>.search>input[type="text"], html[lang="pt-BR"] .stores-main>.map>div>.search>input[type="text"], html[lang="fr-CA"] .stores-main>.map>div>.search>input[type="text"], html[lang="de-CH"] .stores-main>.map>div>.search>input[type="text"] {
	width: 23em
}
html[lang="de-DE"] .stores-main>.map>div>.search>input[type="text"] {
	width: 23.5em
}
html[lang="nl-NL"] .stores-main>.map>div>.search>input[type="text"] {
	width: 21.5em
}
html[data-page-type="misc"] {
	background-color: #000;
	line-height: 1.8
}
html[data-page-type="misc"] #main {
	background-color: black;
	color: #FFF
}
html[data-page-type="misc"] #main h1 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.2
}
html[data-page-type="misc"] #main>div {
	width: 960px;
	margin: auto;
	width: 740px;
	padding: 100px 0
}
html[data-page-type="misc"] #main>div:before, html[data-page-type="misc"] #main>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
html[data-page-type="misc"] #main>div:after {
	clear: both
}
html[data-page-type="misc"] #main>div>h1 {
	font-size: 2.7em;
	font-size: 2.7rem
}
html[data-page-type="misc"] #main>div>section {
	margin: 50px 0 0
}
html[data-page-type="misc"] #main>div>section>h1 {
	font-size: 1.6em;
	font-size: 1.6rem
}
html[data-page-type="404"] {
	background-color: #000
}
html[data-page-type="404"] #main {
	background-color: inherit;
	color: #fff
}
html[data-page-type="404"] #main>div {
	width: 960px;
	margin: auto;
	width: 740px;
	padding: 100px 0;
	text-align: center
}
html[data-page-type="404"] #main>div:before, html[data-page-type="404"] #main>div:after {
	content: '';
	display: table;
	border-collapse: collapse
}
html[data-page-type="404"] #main>div:after {
	clear: both
}
html[data-page-type="404"] #main>div>a {
	text-decoration: none;
	color: #fff
}
html[data-page-type="404"] #main>div>a>span {
	display: block;
	font-size: 1.4em;
	font-size: 1.4rem
}
html[data-page-type="404"] #main>div>h1 {
	font-size: 4em;
	font-size: 4rem;
	font-weight: normal;
	text-transform: uppercase;
	margin: 50px 0 0
}
html[data-page-type="404"] #main>div>section {
	margin: 50px 0 0
}
html[data-page-type="404"] #main>div>section>h1 {
	font-size: 1.6em;
	font-size: 1.6rem
}
@font-face {
	font-family: "DINNext";
	src: url("../fonts/2cf657c7-a3a0-4365-8704-c88d1e7e7e59.eot?#iefix");
	src: url("../fonts/2cf657c7-a3a0-4365-8704-c88d1e7e7e59.eot?#iefix") format("eot"), url(../fonts/97b0cc11-9afb-4a2f-93b7-e1b5c40d80a6.woff?1392203207) format("woff"), url(../fonts/2cfb9022-3dc0-4b24-8e91-2df7bd55dd37.ttf?1392203207) format("truetype"), url("../fonts/7c8e4086-96df-4b91-905e-3b25c81d55a9.svg#7c8e4086-96df-4b91-905e-3b25c81d55a9") format("svg");
	font-weight: bold
}
.collection-details>div>h3 {
	margin: 0 0 0 16px
}
.news-main>.items>div>div.featured>h1 {
	line-height: 1;
	letter-spacing: .083em;
	font-size: 1.25em;
	font-size: 1.25rem;
	text-transform: uppercase
}
.news-main>.items>div>div.featured>p {
	line-height: 1.8
}
.news-main>.items>div>div>h1 {
	margin: 1em 0;
	line-height: 1.2;
	letter-spacing: .083em;
	font-size: 1em;
	font-size: 1rem;
	font-weight: normal;
	font-family: DINNext;
	text-transform: uppercase;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url("bindings.xml#ellipsis");
	white-space: nowrap;
	overflow: hidden
}
.news-main>.items>div>div>p {
	margin: .5em 0;
	color: #777;
	line-height: 1.4
}
.news-main>.items>div>div.featured>div.news-content>h1 {
	line-height: 1;
	letter-spacing: .083em;
	font-size: 1.25em;
	font-size: 1.25rem;
	text-transform: uppercase
}
.news-main>.items>div>div.featured>div.news-content>p {
	line-height: 1.8
}
.news-main>.items>div>div>div.news-content>h1 {
	margin: 1em 0;
	line-height: 1.2;
	letter-spacing: .083em;
	font-size: 1em;
	font-size: 1rem;
	font-weight: normal;
	font-family: DINNext;
	text-transform: uppercase;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url("bindings.xml#ellipsis");
	white-space: nowrap;
	overflow: hidden
}
.news-main>.items>div>div>div.news-content>p {
	margin: .5em 0;
	color: #777;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.news-main>.items>div>div.featured>div.news-content>p {
	-webkit-line-clamp: 9
}
.asia .news-main>.items>div>div.featured>div.news-content>p {
	-webkit-line-clamp: 7
}
.news-main>.items>div>div.featured>img {
	width: 306px;
	height: 241px
}
.asia section>div>div>p {
	font-size: 1.2em;
	font-size: 1.2rem;
	line-height: 2em;
	line-height: 2.4rem
}
.asia .carousel-item-content .copy .subtitle {
	line-height: 1.6em;
	line-height: 2.4rem
}
.asia .news-main>.items>div>div>div>h1 {
	font-size: 1.2em
}
.asia .news-main>.items>div>div>div>p {
	font-size: 1.2em
}
.asia .news-full-post>div>.body>h1 {
	font-size: 2.4em
}
.asia .news-full-post>div>.body>p {
	font-size: 1.2em
}
.asia .news-main>.items>div>div.featured {
	height: 273px
}
.asia .news-main>.items>div>div.featured>div.news-content {
	height: 220px
}
.asia .news-main>.items>div>div {
	height: 290px
}
.asia .news-main>.items>div>div.featured>div.news-content {
	overflow: hidden;
	height: 220px
}
.asia .news-main>.items>div>div:nth-child(n+3)>div.news-content {
	overflow: hidden;
	height: 110px
}
.asia .stores-main>.details>div>.selected-store>.content>.flagship-store>.name {
	font-weight: bold
}
.asia .stores-main>.details>div>.selected-store>.content>.flagship-store>p {
	margin-left: 475px
}
.asia.scene7 .collection-details>div>.frame {
	height: 803px
}
.asia.scene7 .collection-overview>div>.items>div>div>.tag-new {
	top: 10px;
	right: 10px
}
.asia.scene7 .collection-overview>div>.items>div>div>.tag-new-color {
	top: 10px;
	right: 10px
}
.asia.scene7 .collection-overview>div>.items>div>div>.tag-limited {
	top: 10px;
	right: 10px
}
iframe[src*=pinterest] {
	display: none
}
.WB_follow_ex cite.follow_text {
	width: 40px
}
body.collection .WB_follow_ex cite.follow_text {
	width: 30px
}
.weibo-share-icon {
	background: url(http://img.t.sinajs.cn/t35/appstyle/opent/images/app/btn_trans.gif?id=201104131414) -32px -56px;
	border: none;
	width: 86px;
	height: 18px
}
.jiathis_style span.jiathis_counter.jiathis_bubble_style {
	width: 36px!important
}
.jiathis_style>div {
	width: 320px!important
}
#jiathis-showcase {
	padding-bottom: 20px
}
#jiathis-pdp {
	padding-top: 7px
}
.pluginButton {
	background: #eceef5;
	-webkit-border-radius: 3px;
	border: 1px solid #cad4e7;
	cursor: pointer;
	padding: 2px 6px 4px;
	white-space: nowrap;
	color: #3b5998
}
.pluginButtonIcon {
	top: 3px;
	margin-right: 3px
}
.pluginButton button {
	background: transparent;
	border: 0;
	margin: -1px;
	padding: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.28;
	vertical-align: top;
	margin-top: 0
}
.pluginButton button span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px
}
.pluginButtonSmall {
	padding: 0 5px 0 5px;
	height: 20px
}
.pluginButtonSmall .pluginButtonIcon {
	margin-right: 2px;
	vertical-align: middle
}
.share-buttons .pluginButtonSmall {
	height: 18px
}
.share-buttons .pluginButton button span {
	margin-top: -2px
}
.share-buttons .pluginButtonSmall .pluginButtonIcon {
	margin-top: 1px
}
.sp_like {
	background-image: url(http://static.ak.fbcdn.net/rsrc.php/v2/yh/r/1dQf_ATK831.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 2px;
	height: 15px;
	width: 14px
}
.collection-details>div>.frame>.controls>.thumbs>li {
	width: 42px;
	height: 33px;
	padding: 4px 0 5px 0
}
.collection-details>div>.frame>.controls>.thumbs {
	background-color: white
}
html[lang="ja-JP"] .info-box>.label a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-family: DINNext, "Lucida Grande", Helvetica, Arial, Verdana, sans-serif
}
html[lang="ja-JP"] .info-box>div.label:hover {
	background-image: none;
	background-color: #025AED
}
html[lang="ja-JP"] .info-box>div.label {
	background-image: none;
	position: relative;
	width: 54px;
	height: 40px;
	font-size: 17px;
	line-height: 43px;
	width: 4.5rem;
	height: 3.4rem;
	font-size: 1.4rem;
	line-height: 2.6em;
	margin-left: 10px;
	margin-top: 15px;
	text-align: center;
	z-index: 2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #000;
	behavior: url(../javascripts/lib/PIE.htc?1392203209)
}
.collection-overview>div>.items>div>div>.tag-kids {
	display: inline-block;
	margin: 0;
	padding: .1em .3em;
	background-color: #025aed;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 .1em rgba(0,0,0,0.5);
	font-size: .8em;
font-size:.8rem;
	line-height: 1.5;
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: 0 -1870px;
	background-repeat: no-repeat;
	width: 27px;
	height: 13px;
	display: inline-block;
	position: absolute;
	top: 26px;
	right: 26px
}
.collection-details>div .related>ul>li>a>.tag-kids {
	background-repeat: no-repeat;
	margin: 0;
	height: 13px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 27px
}
.your-style-main>div:first-child>ul>li>a>.location {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url("bindings.xml#ellipsis")
}
#collection-details-cycler>.collection-details-cycler-arrow>[role="button"] {
position:absolute;
top:300px;
width:54px;
height:54px;
cursor:pointer;
background-repeat:no-repeat;
background-image:url(../images/pres/pdp-arrows.png?1392203208)
}
#collection-details-cycler>.collection-details-cycler-arrow>[role="button"].prev {
	background-position: 0 -128px;
	left: 20px
}
#collection-details-cycler>.collection-details-cycler-arrow>[role="button"].prev.active {
	background-position: 0 -192px
}
#collection-details-cycler>.collection-details-cycler-arrow>[role="button"].next {
	background-position: 0 0;
	right: 20px
}
#collection-details-cycler>.collection-details-cycler-arrow>[role="button"].next.active {
	background-position: 0 -64px
}
#collection-hero-cycler .fullscreen-on span {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: 0 -689px;
	width: 16px;
	height: 16px;
	display: block
}
#collection-hero-cycler .video-close span {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -120px -804px;
	width: 70px;
	height: 70px;
	display: block
}
#main-logo span {
	background-image: url(../images/css_sprite/sprite_icon.png?1392203207);
	background-position: -120px -1057px;
	width: 85px;
	height: 34px;
	display: block;
	float: left;
	margin-top: 15px;
	
	background-image: url(../images/css_sprite/logo-sportshouse.png);
	background-position:center center;
	background-size:85px;
	background-repeat:no-repeat;
	height: 48px;
	margin-bottom:15px;
}
.vjs-control-bar.vjs-fade-out {
	display: none!important;
	visibility: hidden!important;
	opacity: 0!important
}
html {
	font-family: DroidSans, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Hiragino Kaku Gothic Pro", "Meiryo", "Microsoft YaHei", sans-serif
}
html[lang="zh-CN"], html[lang="chs-HK"] {
	font-family: DroidSans, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "华文黑体", "Microsoft YaHei", sans-serif
}
html[lang="zh-TW"], html[lang="cht-HK"] {
	font-family: DroidSans, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "华文黑体", "Microsoft JhengHei", sans-serif
}
html[lang="ja-JP"] {
	font-family: DroidSans, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, "メイリオ", sans-serif
}
html[lang="zh-CN"] strong, html[lang="zh-CN"] b, html[lang="zh-CN"] h1, html[lang="zh-CN"] h2, html[lang="zh-CN"] h3, html[lang="zh-CN"] h4, html[lang="zh-CN"] h5, html[lang="zh-CN"] h6, html[lang="chs-HK"] strong, html[lang="chs-HK"] b, html[lang="chs-HK"] h1, html[lang="chs-HK"] h2, html[lang="chs-HK"] h3, html[lang="chs-HK"] h4, html[lang="chs-HK"] h5, html[lang="chs-HK"] h6, html[lang="zh-CN"] .carousel-item-content .copy .title, html[lang="chs-HK"] .carousel-item-content .copy .title, html[lang="zh-CN"] .carousel-item-content .copy .subtitle, html[lang="chs-HK"] .carousel-item-content .copy .subtitle {
	font-family: DINNext, "Hiragino Sans GB", "Heiti SC", "华文黑体", "Microsoft YaHei", sans-serif
}
html[lang="zh-TW"] strong, html[lang="zh-TW"] b, html[lang="zh-TW"] h1, html[lang="zh-TW"] h2, html[lang="zh-TW"] h3, html[lang="zh-TW"] h4, html[lang="zh-TW"] h5, html[lang="zh-TW"] h6, html[lang="cht-HK"] strong, html[lang="cht-HK"] b, html[lang="cht-HK"] h1, html[lang="cht-HK"] h2, html[lang="cht-HK"] h3, html[lang="cht-HK"] h4, html[lang="cht-HK"] h5, html[lang="cht-HK"] h6, html[lang="zh-TW"] .carousel-item-content .copy .title, html[lang="cht-HK"] .carousel-item-content .copy .title, html[lang="zh-TW"] .carousel-item-content .copy .subtitle, html[lang="cht-HK"] .carousel-item-content .copy .subtitle {
	font-family: DINNext, "Heiti TC", "黑体-繁 中等", "Microsoft JhengHei", sans-serif
}
html[lang="ja-JP"] strong, html[lang="ja-JP"] b, html[lang="ja-JP"] h1, html[lang="ja-JP"] h2, html[lang="ja-JP"] h3, html[lang="ja-JP"] h4, html[lang="ja-JP"] h5, html[lang="ja-JP"] h6, html[lang="ja-JP"] .carousel-item-content .copy .title, html[lang="ja-JP"] .carousel-item-content .copy .subtitle {
	font-family: DINNext, "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Meiryo, "メイリオ", sans-serif
}
html[lang="zh-CN"] #nav>li span, html[lang="zh-CN"] .common_tasks .assistant-label, html[lang="zh-CN"] .paging li.selected a, html[lang="zh-CN"] .jspPane span, html[lang="zh-CN"] .info-box>.body .label, html[lang="zh-CN"] #main-header .main-menu ul>li>a, html[lang="zh-CN"] #main-footer>div ul>li>a, html[lang="zh-CN"] .collection-teasers>div>.items>a>.overlay>.label, html[lang="zh-CN"] .collection-overview>div>.controls>div>ul.category>li.active, html[lang="zh-CN"] .collection-overview>div>.controls>div>.show-all.active, html[lang="zh-CN"] .collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>li.active, html[lang="zh-CN"] .collection-overview>div>.items>div>div>.price, html[lang="zh-CN"] .news-full-post>div>.body>p.date, html[lang="zh-CN"] .your-style-main>div:first-child>ul>li>a>.username, html[lang="zh-CN"] .heritage-main>.menu>div>ul.decennia>li, html[lang="zh-CN"] .heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years, html[lang="zh-CN"] .stores-main>.details>div>.selected-store>.content>.flagship-store .label, html[lang="zh-CN"] .stores-main>.details>div>.other-stores>.content>ul>li>a>span.name, html[lang="zh-CN"] .kpi .title_for_num, html[lang="zh-CN"] .kpi .title_for_chart, html[lang="zh-CN"] .job_column_info .header td, html[lang="zh-CN"] .qor_assistant_unread_link span, html[lang="chs-HK"] #nav>li span, html[lang="chs-HK"] .common_tasks .assistant-label, html[lang="chs-HK"] .paging li.selected a, html[lang="chs-HK"] .jspPane span, html[lang="chs-HK"] .info-box>.body .label, html[lang="chs-HK"] #main-header .main-menu ul>li>a, html[lang="chs-HK"] #main-footer>div ul>li>a, html[lang="chs-HK"] .collection-teasers>div>.items>a>.overlay>.label, html[lang="chs-HK"] .collection-overview>div>.controls>div>ul.category>li.active, html[lang="chs-HK"] .collection-overview>div>.controls>div>.show-all.active, html[lang="chs-HK"] .collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>li.active, html[lang="chs-HK"] .collection-overview>div>.items>div>div>.price, html[lang="chs-HK"] .news-full-post>div>.body>p.date, html[lang="chs-HK"] .your-style-main>div:first-child>ul>li>a>.username, html[lang="chs-HK"] .heritage-main>.menu>div>ul.decennia>li, html[lang="chs-HK"] .heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years, html[lang="chs-HK"] .stores-main>.details>div>.selected-store>.content>.flagship-store .label, html[lang="chs-HK"] .stores-main>.details>div>.other-stores>.content>ul>li>a>span.name, html[lang="chs-HK"] .kpi .title_for_num, html[lang="chs-HK"] .kpi .title_for_chart, html[lang="chs-HK"] .job_column_info .header td, html[lang="chs-HK"] .qor_assistant_unread_link span {
font-weight:bold;
font-family:DINNext, "Hiragino Sans GB", "Heiti SC", "华文黑体", "Microsoft YaHei", sans-serif
}
html[lang="zh-TW"] #nav>li span, html[lang="zh-TW"] .common_tasks .assistant-label, html[lang="zh-TW"] .paging li.selected a, html[lang="zh-TW"] .jspPane span, html[lang="zh-TW"] .info-box>.body .label, html[lang="zh-TW"] #main-header .main-menu ul>li>a, html[lang="zh-TW"] #main-footer>div ul>li>a, html[lang="zh-TW"] .collection-teasers>div>.items>a>.overlay>.label, html[lang="zh-TW"] .collection-overview>div>.controls>div>ul.category>li.active, html[lang="zh-TW"] .collection-overview>div>.controls>div>.show-all.active, html[lang="zh-TW"] .collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>li.active, html[lang="zh-TW"] .collection-overview>div>.items>div>div>.price, html[lang="zh-TW"] .news-full-post>div>.body>p.date, html[lang="zh-TW"] .your-style-main>div:first-child>ul>li>a>.username, html[lang="zh-TW"] .heritage-main>.menu>div>ul.decennia>li, html[lang="zh-TW"] .heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years, html[lang="zh-TW"] .stores-main>.details>div>.selected-store>.content>.flagship-store .label, html[lang="zh-TW"] .stores-main>.details>div>.other-stores>.content>ul>li>a>span.name, html[lang="zh-TW"] .kpi .title_for_num, html[lang="zh-TW"] .kpi .title_for_chart, html[lang="zh-TW"] .job_column_info .header td, html[lang="zh-TW"] .qor_assistant_unread_link span, html[lang="cht-HK"] #nav>li span, html[lang="cht-HK"] .common_tasks .assistant-label, html[lang="cht-HK"] .paging li.selected a, html[lang="cht-HK"] .jspPane span, html[lang="cht-HK"] .info-box>.body .label, html[lang="cht-HK"] #main-header .main-menu ul>li>a, html[lang="cht-HK"] #main-footer>div ul>li>a, html[lang="cht-HK"] .collection-teasers>div>.items>a>.overlay>.label, html[lang="cht-HK"] .collection-overview>div>.controls>div>ul.category>li.active, html[lang="cht-HK"] .collection-overview>div>.controls>div>.show-all.active, html[lang="cht-HK"] .collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>li.active, html[lang="cht-HK"] .collection-overview>div>.items>div>div>.price, html[lang="cht-HK"] .news-full-post>div>.body>p.date, html[lang="cht-HK"] .your-style-main>div:first-child>ul>li>a>.username, html[lang="cht-HK"] .heritage-main>.menu>div>ul.decennia>li, html[lang="cht-HK"] .heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years, html[lang="cht-HK"] .stores-main>.details>div>.selected-store>.content>.flagship-store .label, html[lang="cht-HK"] .stores-main>.details>div>.other-stores>.content>ul>li>a>span.name, html[lang="cht-HK"] .kpi .title_for_num, html[lang="cht-HK"] .kpi .title_for_chart, html[lang="cht-HK"] .job_column_info .header td, html[lang="cht-HK"] .qor_assistant_unread_link span {
font-weight:bold;
font-family:DINNext, "Heiti TC", "黑体-繁 中等", "Microsoft JhengHei", sans-serif
}
html[lang="ja-JP"] #nav>li span, html[lang="ja-JP"] .common_tasks .assistant-label, html[lang="ja-JP"] .paging li.selected a, html[lang="ja-JP"] .jspPane span, html[lang="ja-JP"] .info-box>.body .label, html[lang="ja-JP"] #main-header .main-menu ul>li>a, html[lang="ja-JP"] #main-footer>div ul>li>a, html[lang="ja-JP"] .collection-teasers>div>.items>a>.overlay>.label, html[lang="ja-JP"] .collection-overview>div>.controls>div>ul.category>li.active, html[lang="ja-JP"] .collection-overview>div>.controls>div>.show-all.active, html[lang="ja-JP"] .collection-overview>div>.controls>div>.expansions>[aria-hidden]>ul>li.active, html[lang="ja-JP"] .collection-overview>div>.items>div>div>.price, html[lang="ja-JP"] .news-full-post>div>.body>p.date, html[lang="ja-JP"] .your-style-main>div:first-child>ul>li>a>.username, html[lang="ja-JP"] .heritage-main>.menu>div>ul.decennia>li, html[lang="ja-JP"] .heritage-main>.menu>div>.heritage-decade-container>.heritage-decade-content>ul.years, html[lang="ja-JP"] .stores-main>.details>div>.selected-store>.content>.flagship-store .label, html[lang="ja-JP"] .stores-main>.details>div>.other-stores>.content>ul>li>a>span.name, html[lang="ja-JP"] .kpi .title_for_num, html[lang="ja-JP"] .kpi .title_for_chart, html[lang="ja-JP"] .job_column_info .header td, html[lang="ja-JP"] .qor_assistant_unread_link span {
font-weight:bold;
font-family:DINNext, "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", Meiryo, "メイリオ", sans-serif
}
.carousel-item-content .copy p, .carousel-item-content .copy h1, .carousel-item-content .copy h2, .carousel-item-content .copy h3 {
	margin: 0;
	white-space: normal;
	width: 400px;
	word-wrap: break-word
}
html.hide-social-buttons .collection-social>div>.collection-social-content, html.hide-social-buttons .collection-details>div>.frame>.controls>.links>li:first-child, html.hide-social-buttons .showcase-main>.frame>div>.info-box>.body>.social, html.hide-social-buttons .news-full-post>div>.footer>ul {
	visibility: hidden
}
#main-header div.cd-wrap {
	width: 100%;
	display: block;
	visibility: hidden;
	position: absolute;
	top: -1000px
}
#main-header div.cd-wrap {
FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#E5E5E5, endColorStr=#B6B6B6);
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #b6b6b6));
	background-image: -webkit-linear-gradient(#e5e5e5, #b6b6b6);
	background-image: linear-gradient(#e5e5e5, #b6b6b6)
}
#main-header div.cd-wrap .cd-container {
	width: 960px;
	color: black;
	margin: auto;
	padding: 0 16px;
	line-height: 18px
}
#main-header div.cd-wrap .cd-container .cd-content {
	font-size: 13px;
	margin: 12px 0 0 0
}
#main-header div.cd-wrap .cd-container .cd-actions {
	font-weight: bold;
	font-size: 16px;
	float: right;
	margin-bottom: 10px
}
#main-header div.cd-wrap .cd-container .cd-actions label, #main-header div.cd-wrap .cd-container .cd-actions input[type='checkbox'] {
	margin-right: 15px
}
#main-header div.cd-wrap .cd-container .cd-actions input[type='submit'] {
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	border: none;
	background-color: white;
	box-shadow: 0 0 3px 1px #a6a6a6;
	border-radius: 2px;
	border: 1px solid grey\0/;
	line-height: normal\0/;
	border-radius: 0\0/IE9
}
#main-header div.cd-wrap .cd-container .cd-actions input[type='submit']:hover {
FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ffffff, endColorStr=#E5E5E5)\0/
}
#main-header div.cd-wrap .cd-container .cd-actions input[type='submit']:enabled:hover {
	background-color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e5e5e5));
	background-image: -webkit-linear-gradient(white, #e5e5e5);
	background-image: linear-gradient(white, #e5e5e5);
FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ffffff, endColorStr=#E5E5E5)
}
#main-header div.cd-wrap .cd-container .cd-actions input[type='submit']:enabled:active {
	background-color: #e5e5e5;
	box-shadow: inset 0 0 10px 3px #b6b6b6, 0px 0 3px 1px #a6a6a6
}
#main-header div.cd-wrap .cd-container .cd-actions input[type='submit']:disabled {
	opacity: .5;
	cursor: default
}
#main-header div.cd-wrap .cd-container .cd-actions input[type='submit'][disabled="disabled"] {
FILTER:progid:DXImageTransform.Microsoft.gradient(enabled = false)\0/
}
body.hide-social-buttons .share {
	visibility: hidden
}
.menu.top.hide {
	-webkit-transform: translate3d(0, -300%, 0)
}
header.header div.cd-wrap {
	position: absolute;
	visibility: hidden;
	top: -1000px;
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #b6b6b6));
	background-image: -webkit-linear-gradient(#e5e5e5, #b6b6b6);
	background-image: linear-gradient(#e5e5e5, #b6b6b6)
}
header.header div.cd-wrap .cd-container {
	color: black;
	margin: auto;
	padding: 0 10px;
	line-height: 18px
}
header.header div.cd-wrap .cd-container .cd-content {
	font-size: 12px;
	margin: 12px 0 10px 0
}
header.header div.cd-wrap .cd-container .cd-actions {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px
}
header.header div.cd-wrap .cd-container .cd-actions input[type='checkbox'] {
	margin-right: 15px
}
header.header div.cd-wrap .cd-container .cd-actions input[type='submit'] {
	font-weight: bold;
	width: 100%;
	margin-top: 5px
}
header.header div.cd-wrap .cd-container .cd-actions input[type='submit']:disabled {
	opacity: .5;
	cursor: default
}

/* VIP */

.collection-overview > div > .controls { z-index:5; }
.collection-overview > div > .controls > div > ul.category > li a { text-decoration:none; color:black; }
.collection-overview > div > .controls > div > ul.category > li:hover a { color:#025aed; }

.block_container h1 { font-size:2.7rem; }
.block_container h2 { margin-bottom:0; }
.block_container p { margin-top:0; }

.table_desc { padding:0; padding-right:28px; width:62%; float:left; }
.table_desc.update { width:100%; }
.table_desc h1 { color:#008752; text-transform:uppercase; }
.table_desc * + h1 { margin-top:55px; }
.table_desc p { text-align:left; }
.table_desc ol, .table_desc ul { margin-left:20px; }
.table_desc ol li, .table_desc ul li { line-height:1.6em; }
.table_desc .period { border-spacing:5px 3px; border-collapse:separate; margin-bottom:36px; }
.table_desc .period th, .table_desc .period td { padding:8px 18px; }
.table_desc .period th { background-color:white; color:black; }
.table_desc .period td { background-color:#888888; }
.table_desc input[type='submit'] { padding:12px 38px; width:auto; line-height:1em; border-radius:5px; border:0; float:right; }
.table_desc a { cursor:pointer; font-weight:bold; color:#9ba3ff; }

.table_form { width:38%; float:left; padding-right:5.77%; }
.table_form.update { padding-top:55px; width:100%; 2font-size:0; }
.table_form label { margin-bottom:12px; }
.table_form .field_wrapper { 2display:inline-block; float:left; width:50%; position:relative; vertical-align:top; padding:0 28px; }
.table_form .field { margin-bottom:12px; width:100%; max-width:385px; float:left; }
.table_form .field.right { float:right; }
.table_form .field + .field { margin-top:10px; }
.table_form .field .two_field select { width:48%; float:left; margin-right:2%; }
.table_form .field .two_field select + select { margin-left:2%; margin-right:0; }
.table_form .field_group { width:100%; max-width:385px; }
.table_form .field_group td { width:100%; }
.table_form .field_group label { display:inline-block; vertical-align:middle; margin-right:20px; }
.table_form .field_group label p { display:inline-block; vertical-align:middle; color:white; cursor:pointer; }
.table_form .field_group.countrycode { display:flex; max-width:none; align-items:center; }
.table_form .field_group.countrycode select { width:100px; margin-right:4px; }
.table_form select { padding:8px 13px; border:1px solid #d4d6d9; line-height:1em; }
.table_form.update select { width:100%; height:36px; }
.table_form input { padding:10px 13px; border:1px solid #d4d6d9; line-height:1em; width:100%; }
.table_form input + input { margin-top:10px; }
.table_form .footnote { color:#a2a4a6; width:193px; display:inline-block; }
.table_form.update .footnote { white-space:nowrap; float:left; width:auto; margin-right:55px; margin-bottom:10px; }
.table_form .footnote.max { width:100%; margin-top:18px; }
.table_form .footnote a { margin-bottom:8px; display:inline-block; font-weight:bold; color:#9ba3ff; }
.table_form .footnote strong { margin-top:10px; display:inline-block; }
.table_form .footnote ol { padding-left:18px; }
.table_form input[type='submit'] { padding:12px 38px; width:auto; line-height:1em; border-radius:5px; border:0; float:right; }
.table_form input[type='radio'] { display:inline-block; width:auto; border:0; outline:0; }
.table_form p { color:#ffffff; padding-left:10px; color:black; margin-bottom:0; }
.table_form .button_group { float:right; }
.table_form .button_group input { float:left; margin-left:10px; }
.table_form .button_group input:first-child { margin-left:0; }
.table_form a { cursor:pointer; font-weight:bold; color:#9ba3ff; }

.table_form.gray { background-color:#888888; padding:62px 0; }
.table_form.gray label { color:white; }

.table_form.footer { float:right; width:auto; padding-top:50px; padding-right:0; }

.table_form .errmsg { width:100%; color:red; float:left; margin-top:12px; }