/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * //www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2011 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - //www.opensource.org/licenses/mit-license.php
 *  - //www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.0 (jPlayer 2.1.0)
 * Date: 1st September 2011
 */
/*** JPlayer Zal.version rev 0.15 ***/
div.jp-audio,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
/* 	background-color:#eee; */
	position:relative;
}
div.jp-audio {
	width:420px;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:auto;
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
	z-index:1000;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1000;
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	z-index:1000;

}

div.jp-interface {
	position: relative;
	background-color:#fff;
	width:100%;
	border-top:1px solid #eee;
	text-align:center;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}
/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	height: 40px;
	padding-top: 11px;
	 /* top:-8px; This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
	left: 5px;
    position: relative;
    top: -3px;
}

div.jp-audio ul.jp-controls {
	width: 380px;
	padding:20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
}
/* 
div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
} */
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
}

a.jp-play {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") 0 -4px no-repeat;
}
a.jp-play:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -37px -4px no-repeat;
}
a.jp-pause {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") 0 -43px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -37px -43px no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}

a.jp-stop {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") 0 -83px no-repeat;
	margin-left:10px;
	display: none !important;
}

a.jp-stop:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -29px -83px no-repeat;
}

a.jp-previous {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -29px -112px no-repeat;
}

a.jp-next {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-progress  > * {
	float: left;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:32px;
	height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {
	height: 9px;
	left: 84px;
	position: absolute;
	top: 20px;
	width: 42%;
	z-index: 5;
	border: 1px solid #ddd;
}
div.jp-seek-bar {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") 0 -216px  repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") 0 -230px  repeat-x ;
	width:0px;
	height:100%;
}
div.jp-interface ul.jp-controls2 {
	height: 30px;
    right: 0;
    position: absolute;
    top: 6px;
    width: 130px;
	left: auto;
}
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:23px;
	height:15px;
	margin-top:12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio a.jp-volume-max {
	margin-left: 56px;	
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	right: 100px;
}
div.jp-video a.jp-volume-max {
	right: 15px;
}
a.jp-mute {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -1px -139px no-repeat;
}
a.jp-mute:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -24px -139px no-repeat;
}
a.jp-unmute {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -1px -99px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -24px -99px no-repeat;
}

a.jp-volume-max {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -1px -120px no-repeat;
}
a.jp-volume-max:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -25px -120px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") 0 -216px repeat-x;
	width:50px;
	height:5px;
	cursor: pointer;
	border: 1px solid #ddd;
}
div.jp-audio div.jp-volume-bar {
	top:37px;
	left:330px;
}
div.jp-video div.jp-volume-bar {
	top: 22px;
	right: 42px;
}
div.jp-volume-bar-value {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") 0 -257px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.95em;
	font-style:oblique;
	position: absolute;
	font-style: normal;
	color: #888;
	top: 16px;
}
div.jp-current-time {
	float: left;
	left: 35px;
}
div.jp-duration {
	float: right;
	text-align: right;
}

div.jp-video div.jp-current-time {
	left: 35px;
}
div.jp-video div.jp-duration {
	right: 134px;
}

/* @end */

div.jp-video-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	height:auto;
}
div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:1000;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;
	margin-left: 0;
	margin-top: 0;
	left: 35%;
	top:20%;

	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}

div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-jplayer {
	background-color: #000000;
}

/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

#jp_container_1  ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	position: absolute;
	right: 10px;
    top: 0;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

#jp_container_1 ul.jp-toggles li {
	display:block;
	float:right;
}

#jp_container_1 ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
	
}

a.jp-full-screen {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") 0 -186px  no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -22px -186px no-repeat;
}

a.jp-restore-screen {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -55px -186px  no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -85px -186px no-repeat;
}

a.jp-repeat {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") 0 -290px no-repeat;
	display: none !important;
}

a.jp-repeat:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url("//media.ztat.net/media/A1276/lp/data/images/lp/sons/lpo-1008/spirites_orangeV2.png") -90px -270px no-repeat;
}


/* @end */
/* title */
.jp-title        {padding:10px 0 20px;background-color: #fff;}
/*palylist*/
.jp-playlist .angled-quotes {
    background: url("//media.ztat.net/media/teaser/news_styles/coverflow/images/cta-pfeil_outfits.png") no-repeat scroll 138px 8px transparent;
    color: #000000;
    display: block !important;
    font-family: Arial,sans-serif;
    font-size: 10px;
    margin: -3px 0 -3px -28px;
    text-align: center !important;
    text-decoration: underline !important;
    text-transform: uppercase;
    width: 340px;
}
.jp-playlist     {display:inline-block;width:640px;background-color:#fff;padding:0 0 0 0px;}
.jp-playlist h2  {position:relative;width:640px;margin:0 0 25px 0px;padding-bottom:10px;border-bottom:1px solid #efefef;color:#333;font-family:verdana;}
.jp-playlist ul  {float:left;display:inline-block !important;list-style-type:none; margin: 0 0 4px;font-size:.72em;}
.jp-playlist li  {display:inline-block;width:300px;float:left;padding-left:20px;border-bottom:4px solid #000;}
.jp-playlist li div{width:280px;}
.jp-playlist-item {
    display: block;
    height: 235px;
    margin-bottom: -80px;
    margin-top: 30px;
    position: relative;
    width: 280px;
}
.jp-type-playlist .jp-playlist .jp-playlist-current{list-style-type:none;}
.jp-type-playlist .jp-playlist a{color:#333;text-decoration:none;}


/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #F58E47;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}
.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}
/* @end */
#jp_container_1 {
	/* border: 1px solid orange; */
} 
.jp-title li     {color:#000;font-family:georgia, serif;font-size:18px;text-transform:uppercase;list-style-type:none;text-align:center; font-weight:bold;}
.jp-desc {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}
.jp-artist, .jp-desc, .angled-quotes {
    display: block;
    font-family: Times New Roman,georgia,sans-serif;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}
#jquery_jplayer_1 {
	cursor: pointer;
	/* border-bottom: 1px solid orange; */
}
*+html div.jp-video div.jp-progress {
	left: -35px;
}
*+html  div.jp-play-bar {
	position: absolute;
	top: 0;
	left: 0;
}
*+html div.jp-volume-bar-value {
	position: absolute;
	top: 0;
	left: 0;
}
	
	
	
.mainCtBlock{
	position:relative;
}

#videoContainer.men_long{
	width: 580px;
	height: 427px;
}

a.men_longCTA{
	width: 580px;
	height: 427px;
	display: none;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity="0");
	position : absolute;
	top: 103px;
	left: 0;
	z-index: 5;
}

.men_long .jp-video-play-icon{display: none;}
.men_short .jp-video-play-icon{display: none;}
.kaviar_short .jp-video-play-icon{display: none;}
.kaviar_long .jp-video-play-icon{display: none;}
.kors_short .jp-video-play-icon{display: none;}
.kors_long .jp-video-play-icon{display: none;}

.jp-gui{
	display: none;
}

.kaviar_long,.kaviar_short{
	margin-left: 53px;
}

.videoBlock.kaviar{
	background: #000;
	width: 520px;
	height:299px;
	float:left;
	position:relative;
	margin-right: 15px;
}

.videoBlock.kors{
	width: 528px;
	height:300px;
	float:left;
	position:relative;
	margin-right: 10px;
}

.kaviar .handlers{
	height: 55px;
	position:absolute;
	top: 35px;
	left: 10px;
}

.handlers .playButton,.handlers .pauseButton{
	width: 33px;
	height: 35px;
	display: block;
	background: url("//i1.ztat.net/teaser/lp/lp-2013/lpo-2272/images/buttons_bg.png");
}

.handlers .playButton{
	background-position: 1px 2px;
}
.handlers .pauseButton{
	background-position: 1px 35px;
}
.handlers .playButton:hover{
	background-position: -32px 2px;
	cursor: pointer;
}
.handlers .pauseButton:hover{
	background-position: -32px 35px;
	cursor: pointer;
}

.seoTeaser .smallBlock a{
	margin-left: 10px;
}

.kors .handlers .playButton,.kors .handlers .pauseButton{
	width: 110px;
	height: 110px;
	display: block;
	background: url("//i1.ztat.net/teaser/lp/lp-2013/lpo-2272/images/kors_buttons_bg.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	left: 200px;
	top: 100px;
	z-index: 5;
}

.kors .handlers .pauseButton{
	display: none;
	background-position: 0 100%;
}

.kors .handlers{
	display: none;
}


*+html div{
	zoom: 0;
}

.jp-interface{
	display: none;
}


*+html #tdContainer div.topTeaser{
	zoom: 1;
}
