/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano .content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano .content:focus {
  outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01; 
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;  
  border-radius         : 5px;
}
.nano > .pane > .slider {
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;  
  border-radius         : 3px;
}
.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.me-plugin {
	position: absolute;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(relaunch/resources/mediaelement/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button { 
	background-image: url(relaunch/resources/mediaelement/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px ;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(relaunch/resources/mediaelement/background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(relaunch/resources/mediaelement/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(relaunch/resources/mediaelement/background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 	
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 	
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(relaunch/resources/mediaelement/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button { 
	background-image: url(relaunch/resources/mediaelement/controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60,170,200,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8))); 
	background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(relaunch/resources/mediaelement/background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(relaunch/resources/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);		
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);		
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}

.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 45px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(relaunch/resources/mediaelement/background.png);
	background: rgba(20, 20, 20, 0.8);

}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;	
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(relaunch/resources/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(relaunch/resources/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(relaunch/resources/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */

/*!
 * Bootstrap Popover v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.popover.bootstrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  color: #000;
  font-size: 0.9em;
  line-height: 1.2em;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.bootstrap.top {
  margin-top: -10px;
}
.popover.bootstrap.right {
  margin-left: 10px;
}
.popover.bootstrap.bottom {
  margin-top: 10px;
}
.popover.bootstrap.left {
  margin-left: -10px;
}
.popover.bootstrap .popover-title {
  padding: 8px 14px 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: normal;
  border-radius: 5px 5px 0 0;
  color: #000;
}
.popover.bootstrap .popover-content {
  padding: 9px 14px;
  font-size: 1em;
  line-height: 1.5;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
/* reset global styles */
#socialshareprivacy img {
	margin-top: 0;
}
/* end reset */

.social_share_privacy_area .clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
    display: block;
}
.social_share_privacy_area {
    clear: both;
    margin: 20px 0 !important;
    list-style-type: none;
    padding: 0 !important;
    width: auto;
    height: 25px;
    display: block;
    font-family: Arial, sans-serif;
}
.social_share_privacy_area.vertical {
    height: auto;
}
.social_share_privacy_area li {
    margin: 0 !important;
    padding: 0 !important;
    height: 21px;
    float: left;
}
.social_share_privacy_area.vertical li {
    float: none;
    clear: both;
    width: 150px;
    height: auto;
    margin: 0 0 10px !important;
}
.social_share_privacy_area.vertical li.settings_info {
    height: 24px;
}
.social_share_privacy_area.vertical.switch_right li {
    width: 120px;
}
.social_share_privacy_area li .dummy_btn {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
    padding: 0;
    height: inherit;
}
.social_share_privacy_area.vertical li .dummy_btn {
    width: 90px;
}
.social_share_privacy_area.vertical.switch_right li .dummy_btn {
    margin-left: 0;
}
.social_share_privacy_area li div iframe {
    overflow: hidden;
    height: inherit;
    width: inherit;
}
/* Facebook begin */
.social_share_privacy_area .facebook {
    width: 200px;
    display: inline-block;
}
.social_share_privacy_area.vertical .facebook {
    display: block;
}
.social_share_privacy_area .facebook .fb_like iframe {
    width: 150px;
}
/* Facebook end */
/* Twitter begin */
.social_share_privacy_area .twitter {
    width: 160px;
}
.social_share_privacy_area li div.tweet {
    width: 120px;
}
/* Twitter end */
/* Google+ begin */
.social_share_privacy_area .gplus {
    width: 160px;
}
.social_share_privacy_area li div.gplusone {
    width: 100px;
}
/* Google+ end */
/* Switch begin */
.social_share_privacy_area li .switch {
    text-indent: -9999em;
    background: transparent url(relaunch/resources/images/socialshareprivacy/socialshareprivacy_on_off.png) no-repeat 0 0 scroll;
    width: 23px;
    height: 12px;
    overflow: hidden;
    float: left;
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer;
}
.social_share_privacy_area.vertical.switch_right li .switch {
    float: right;
}
.social_share_privacy_area.skin-dark li .switch {
    background-image: url(relaunch/resources/images/socialshareprivacy/socialshareprivacy_on_off_dark.png);
}
.social_share_privacy_area li .switch.on {
    background-position: 0 -12px; 
}
/* Switch end */
/* Tooltips begin */
.social_share_privacy_area li.help_info {
    position: relative; 
}
.social_share_privacy_area li.help_info .info, 
.social_share_privacy_area li .help_info.icon .info {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 290px;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 4px #999;
    -webkit-box-shadow: 0 3px 4px #999;
    box-shadow: 0 3px 4px #999;
    background-color: #fff;
    color: #000;
    z-index: 500;
}
.social_share_privacy_area li.gplus.help_info .info {
    left: -60px;
}
.social_share_privacy_area li .help_info.icon .info {
    left: -243px;
    width: 350px;
}
.social_share_privacy_area.vertical li.gplus.help_info .info,
.social_share_privacy_area.vertical li .help_info.icon .info {
    left: 0;
}
.social_share_privacy_area li.help_info.display .info, 
.social_share_privacy_area li .help_info.icon.display .info {
    display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
    display: none;
}
.social_share_privacy_area li .help_info.icon {
    background: #fff url(relaunch/resources/images/socialshareprivacy/socialshareprivacy_info.png) no-repeat center center scroll;
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #e7e3e3;
    border-right-width: 0;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area.skin-dark li .help_info.icon {
    background-image: url(relaunch/resources/images/socialshareprivacy/socialshareprivacy_info_dark.png),-moz-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(relaunch/resources/images/socialshareprivacy/socialshareprivacy_info_dark.png),-webkit-gradient(linear,center top,center bottom,color-stop(0%,#6a6767),color-stop(100%,#2d2a2a));
    background-image: url(relaunch/resources/images/socialshareprivacy/socialshareprivacy_info_dark.png),-webkit-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(relaunch/resources/images/socialshareprivacy/socialshareprivacy_info_dark.png),-o-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(relaunch/resources/images/socialshareprivacy/socialshareprivacy_info_dark.png),-ms-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(relaunch/resources/images/socialshareprivacy/socialshareprivacy_info_dark.png),linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(relaunch/resources/images/socialshareprivacy/socialshareprivacy_info_dark.png);
    background-color: #4f4c4c;
    border-color: #7e7e7e;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
    border-top-width: 0;
    border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
    border-right-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/* Tooltips end */
/* Settings/Info begin */
.social_share_privacy_area li.settings_info {
    position: relative;
    top: -2px;
}
.social_share_privacy_area.vertical li.settings_info {
    top: 0;
}
.social_share_privacy_area li.settings_info a {
    text-decoration: none;
    margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
    background-color: #f3f4f5;
    border: 2px solid #e7e3e3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 3px #c1c1c1;
    -webkit-box-shadow: 2px 2px 3px #c1c1c1;
    box-shadow: 3px 3px 3px #c1c1c1;
    left: 0;
    position: absolute;
    top: 0;
    width: 135px;
    z-index: 1000;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
    border-width: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
    display: none;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
    text-indent: -9999em;
    display: inline-block;
    background: #fff url(relaunch/resources/images/socialshareprivacy/settings.png) no-repeat center center scroll;
    width: 25px;
    height: 20px;
    border: 2px solid #e7e3e3;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #ddd;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area.skin-dark li.settings_info .settings_info_menu .settings {
    background-image: url(relaunch/resources/images/socialshareprivacy/settings_dark.png),-moz-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(relaunch/resources/images/socialshareprivacy/settings_dark.png),-webkit-gradient(linear,center top,center bottom,color-stop(0%,#6a6767),color-stop(100%,#2d2a2a));
    background-image: url(relaunch/resources/images/socialshareprivacy/settings_dark.png),-webkit-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(relaunch/resources/images/socialshareprivacy/settings_dark.png),-o-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(relaunch/resources/images/socialshareprivacy/settings_dark.png),-ms-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(relaunch/resources/images/socialshareprivacy/settings_dark.png),linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(relaunch/resources/images/socialshareprivacy/settings_dark.png);
    background-color: #4f4c4c;
    border-color: #7e7e7e;
}
.social_share_privacy_area.skin-dark li.settings_info .settings_info_menu.on {
    background-color: #4f4c4c;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
    border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
    border-width: 0;
    margin: 0;
    padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 10px 0;
    width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
    clear: both;
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    -moz-transition: color .5s ease-in;
    -webkit-transition: color .5s ease-in;
    transition: color .5s ease-in;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
    color: #090;
}
/* Top-Orientation */
.social_share_privacy_area li.settings_info.top {

}
.social_share_privacy_area li.settings_info.top .settings_info_menu.on {
    top: auto;
    bottom: -3px;
    padding-bottom: 22px;
}
.social_share_privacy_area.vertical li.settings_info.top .settings_info_menu.on {
    bottom: 0;
}
.social_share_privacy_area li.settings_info.top .settings_info_menu.on > a {
    position: absolute;
    bottom: 0;
    left: 0;
}
.social_share_privacy_area li.settings_info.top .settings_info_menu.on > a .help_info.icon {
    border-top-width: 2px;
    border-bottom-width: 0;
    -webkit-border-radius: 0 0 0 5px;
       -moz-border-radius: 0 0 0 5px;
            border-radius: 0 0 0 5px;
}
.social_share_privacy_area li.settings_info.top .settings_info_menu.on > a.settings {
    left: 25px;
    border-top-width: 2px;
    border-bottom-width: 0;
    -webkit-border-radius: 0 5px 0 0;
       -moz-border-radius: 0 5px 0 0;
            border-radius: 0 5px 0 0;
}
/* Settings/Info end */
.dummy_btn .icn-before {
	color: #757575;
	font-size: 0.8em;
	line-height: 1;
}
.webicn-dam {
	background-repeat: no-repeat;
	background-position: left top;
	width: 16px;
	height: 16px;
}

div.clear {
	clear: both;
}
.scrollable-tabs {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scrollable-tabs ul.tabs-list {
    width: 3000px;
}

.scrollable-tabs-nav {
    position: relative;
}

.scrollable-tabs-nav .arrow-left,
.scrollable-tabs-nav .arrow-right {
    position: absolute;
    width: 15px;
    height: 42px;
    top: 1.5em;
    font-weight: bold;
    background: #fff;
    z-index: 100;
    cursor: pointer;
}

.scrollable-tabs-nav .arrow-left {
    left: -15px;
    border-right: 1px solid #cccccc;
    text-align: left;
}

.scrollable-tabs-nav .arrow-right {
    right: -17px;
    border-left: 1px solid #cccccc;
    text-align: right;
    width: 17px;
}

.scrollable-tabs-nav .icon {
    line-height: 44px;
}

.scrollable-tabs-nav .disabled {
    color: #ccc;
    cursor: default;
}


/* parsys component */
div.par, div.rightpar {
    clear: both;
}
div.parsys_column {
    height: 100%;
    float: left;
    border: 0;
    vertical-align:top;
    padding: 0;
    margin: 0;
}

div.section {
    /* Property added to avoid IE hasLayout issue on paragraphs
       see #20817 - IE6: div around Drag Components image not big enough
    */
    zoom: 1;
}

div.parsys_column .section {
    overflow: hidden;
}

/* column control layouts */
div.cq-colctrl-cols {
	width: 100%;
	float: left;
}

div.cq-colctrl-default { width: 100%;}

/* All layouts general settings */
div.cq-colctrl-lt0,
div.cq-colctrl-lt1,
div.cq-colctrl-lt3 {
	margin-left: -1.6em;
}
div.cq-colctrl-lt0:before,
div.cq-colctrl-lt0:after,
div.cq-colctrl-lt1:before,
div.cq-colctrl-lt1:after,
div.cq-colctrl-lt3:before,
div.cq-colctrl-lt3:after {
	content: "";
	display: table;
	line-height: 0;
}
div.cq-colctrl-lt0:after,
div.cq-colctrl-lt1:after,
div.cq-colctrl-lt3:after {
	clear: both;
}
div.cq-colctrl-lt0 > .parsys_column,
div.cq-colctrl-lt1 > .parsys_column,
div.cq-colctrl-lt3 > .parsys_column {
	float: left;
	margin-left: 1.6em;
}

/* layout 0 : 50% 50% */
.mainspan6 div.cq-colctrl-lt0 > .parsys_column {
	width: 18.8em;
}
.mainspan9 div.cq-colctrl-lt0 > .parsys_column {
	width: 29em;
}
.mainspan12 div.cq-colctrl-lt0 > .parsys_column {
	width: 39.2em;
}

/* layout 1 : 33% 33% 33% */
.mainspan6 div.cq-colctrl-lt1 > .parsys_column {
	width: 12em;
}
.mainspan9 div.cq-colctrl-lt1 > .parsys_column {
	width: 18.8em;
}
.mainspan12 div.cq-colctrl-lt1 > .parsys_column {
	width: 25.6em;
}

/* layout 3: 4 x 25% */
.mainspan6 div.cq-colctrl-lt3 > .parsys_column {
	width: 8.6em;
}
.mainspan9 div.cq-colctrl-lt3 > .parsys_column {
	width: 13.68em;
}
.mainspan12 div.cq-colctrl-lt3 > .parsys_column {
	width: 18.8em;
}

.contactbox .jquery_tabs .content {
	background-color: #fff;
	padding: 1em;
}

.contactbox .jquery_tabs .content .tabbody {
	padding: 0;
}

.contact address,
.contact dt,
.contact dd,
.contact p,
.contactbox address,
.contactbox dt,
.contactbox dd,
.contactbox p {
	font-size: 1em;
	font-style: normal;
	line-height: 1.6;
	padding: 0.5em 0;
}

.contact dt,
.contact dd,
.contactbox dt,
.contactbox dd {
	line-height: 1;
	padding: 0;
}

.contact p,
.contactbox p {
	margin: 0;
	padding: 0.1em 0 0;
}

.contact button,
.contactbox button {
	float: none;
	margin-left: 0;
}

.contactbox .contact {
	margin-top: 3.5em;
}

.contactbox .contact:first-child {
	margin-top: 0;
}

.contact .fonticon[data-icon]:before,
.contactbox .contact .fonticon[data-icon]:before {
	margin-top: 3px;
}

.contact address,
.contactbox address {
	margin: 0 0 0.5em;
	padding: 0;
}

.contact address strong,
.contactbox address strong {
	font-weight: normal;
}

.contact dl.phonefax,
.contactbox dl.phonefax {
	margin-top: 0.6em;
	font-size: 1.1em;
}

.contact .phonefax dt,
.contact .phonefax dd,
.contactbox .phonefax dt,
.contactbox .phonefax dd {
	line-height: 1.6;
}

.contact .contactform,
.contactbox .contactform {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

.contact .comment,
.contactbox .comment {
	font-size: 1.1em;
	margin-bottom: 1em;
}

.contact h4.comment,
.contactbox h4.comment {
	margin: 1.2em 0 0;
}

.contact .map h3,
.contactbox .map h3 {
	margin-top: 0.2em;
}

.contact .map span,
.contactbox .map span {
	font-size: 1.1em;
	line-height: 1.6;
}

.contact .map p,
.contactbox .map p {
	margin: 1em 0;
}
#pageheader #logo img {
	height: 56px;
}
#treecrumb ul.hnav > li.tcicn.noicn > a {
	cursor: default;
}

#treecrumb ul.hnav > li.tcicn.noicn > a:hover {
	color: #454545;
}
#breadcrumb ul.hnav > li > span.currentPage {
	line-height: 2;
	font-size: 0.9em;
}
.news .nanoHolder {
	height: 30.55em;
}

.newsteaser .nanoscroller {
	border-top: none;
	margin-top: -1em;
	height: 26.12em;
}

.newsteaser .nanoscroller h3 {
	margin-top: 0;
}

.newsteaser .teaserContent {
	min-height: 32px;
	padding-top: 0.7em;
}
.newsteaser .teaserContent article {
	padding: 0.7em 0 0.3em; 
	width: 100%
}
.newsteaser .teaserContent p.teaser {
	font-size: 1em;
	margin: 0 0 0.2em;
}
.newsteaser .teaserContent p.sidehead {
	position: static;
	line-height: 1.5;
	margin-bottom: 0.8em;
}
.newsteaser .teaserContent p.sidehead span {
	margin: 0;
}
.newsteaser .teaserContent p.sidehead span.doctype {
	font-weight: bold;
}
nav#themes .flyout dd {
	font-size: 1em;
}

nav#themes tr.descriptor td,
nav#themes tr.result td {
	border-bottom: 0 !important;
}

nav#themes tr.descriptor td:first-child {
	padding-bottom: 1.3em;
}

nav#themes tr.result td {
	padding-top: 0;
	padding-bottom: 0.3em;
}

nav#themes tr.result td:first-child {
	padding: 0 0.5em 1.3em 0.8em;
}

nav#themes tr.related.empty td {
	height: 0;
	line-height: 0;
	padding: 0;
}

.checkboxes.checkboxes_vertical {
	padding: 0;
}

.filteredlist .results h4,
.filteredlist .results p {
	margin: 0;
}

.filteredlist .results p {
	margin-bottom: 0.35em;
}

.filteredlist .results hr {
	margin: 0.6em 0 0.5em;
}

.filteredlist .results .pager_top {
	margin-bottom: 0.5em;
}

.filteredlist .results .pager_bottom {
	margin-top: 0.6em;
}

.allflres {
	margin-top: 2em;
}
/* TO REMOVE WHEN CSS FROM WEBGUIDELINES v1.1.1 IN CODE */
.searchresults fieldset {
	border-top: 1px solid #CCCCCC;
	margin-top: 1em;
}
.searchresults fieldset input[type="submit"] {
	float: none;
}
/* END TODO */

.searchresults .documents figure img {
	width: 78px;
}
.sepDiv {
  border-top: 1px solid #cccccc;
  line-height: 0em;
  margin-top: 0.6em;
}

.sepDivEdit {
  border-top: 1px solid #cccccc;
  line-height: 0.6em;
  margin-top: 0.6em;
}
.textimage .togglebox h3 {
	margin-top: 0;
}

.textimage .togglebox a.toggler:before {
	content: '>';
	font-size: 0.6993em;
}

.textimage .togglebox a.toggler.active:before {
	content: 'v';
}

.textimage .togglebox h3 a {
	font-size: 0.90909em
}

.textimage .togglebox dt .caption {
	font-size: 1em;
	margin: 0.8em 0 0 1.2em;
}

.textimage .togglebox .togglecontent {
	margin-top: 0.8em;
}

.textimage .togglebox dd.togglecontent figure {
	margin-top: 0;
}

.textimage .togglebox dd.togglecontent p {
	margin-top: 0.8em;
}

.textimage .togglebox dd.togglecontent p:first-child {
	margin-top: 0em;
}

.textimage .imgleft figure {
	float: left;
	margin-right: 1.5em;
}

.textimage .imgright figure {
	float: right;
	margin-left: 1.5em;
}

.textimage figcaption span[data-icon] {
	float: right;
	margin: 0.2em 0 0.2em 1em;
}
footer .socialLinks .websites .nomarg {
	margin-left: 0;
}

footer .socialLinks .websites ul li {
	float: none;
}
.mediainfo .teaser {
	margin-top: 1.1em;
}

.mediainfo .teaser p{
	font-weight: bold;
}

.mediainfo .teaserinfo {
	margin-bottom: 0.5em;
}
.multilist .togglebox h3 {
	margin-top: 0;
	padding: 0.4em 0 0.2em;
}

.multilist .infobox {
	margin-top: 2.5em;
}

.multilist .togglebox a {
	line-height: 1.3;
}

.multilist dt p {
	margin-left: 1.2em;
}

.multilist .fileinfo {
	font-size: 0.90909em;
}

.multilist .linkliste.line {
	border-top: 1px solid #D5D5D5;
}

.multilist .linkliste li.line {
	margin-bottom: 2.5em;
}

.multilist .linkliste a .fonticon {
	width: 1.4em;
}

.multilist .linkliste .lead {
	margin-left: 1.4em;
}

.multilist dt {
	font-size: 1em;
}

.multilist .togglebox a.toggler:before {
	content: '>';
	font-size: 0.6993em;
}

.multilist .togglebox a.toggler.active:before {
	content: 'v';
}
div.multimedia {
	margin-bottom: 20px;
}

#mainnav .flyout .flyout_item h3 {
	margin: 0.5em 0 1em;
}

#mainnav .flyout .quickpager .quickpagerContent {
	margin: 0 0 1.5em;
}

#mainnav .flyout .quickpager .quickpagerContent li {
	margin: 0.5em 0 1em ;
}

#mainnav .flyout .quickpager .quickpagerContent li img {
	margin: 0.5em 0 0.2em;
}

#mainnav .flyout .quickpager .quickpagerContent li a:hover {
	color: #dc0018;
}

#mainnav .flyout .quickpager .quickpagerNav {
	display: inline-block;
	margin: 0;
}

#mainnav .flyout .quickpager .quickpagerNav li {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #454545;
	float: left;
	font-size: 0.8em;
	line-height: 1.5;
	margin: 0 0.5em 0 0;
	padding: 0.1em 0.3em;
}

#mainnav .flyout .quickpager .quickpagerNav li.currentPage {
	background-color: #eee;
}

#mainnav .flyout .quickpager .quickpagerNav li.currentPage a {
	color: #454545;
	font-weight: bold;
}

#mainnav .flyout .quickpager .quickpagerNav li a {
	display: block;
	font-size: 1em;
	line-height: 1.2;
	min-width: 1.25em;
	text-align: center;
	text-decoration: none;
}

#mainnav .flyout .quickpager .quickpagerNav li a:hover {
	color: #dc0018; 
}

#mainnav .flyout .quickpager .quickpagerNav li a.currentPage {
	background-color: #fff;
}
.teaser .row {
	padding-left: 1.6em;
}

.teaser .teaserItem {
	float: left;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
}

.teaser .teaserItem h3 a {
	line-height: 1.5;
}
.field .mandatory:after {
	content: '*';
	color: #dc0018;
	font-family: 'AdminCH_Symbols';
	position: absolute;
}

.captcha .field #cq_captchaimg {
	float: right;
	margin: 0.3em 0 0 0.8em;
}

.captcha .field input.text.text_medium2 {
	width: 10.04em;
}

.captcha .field .captchatimer {
	float: right;
	margin: 0.85em 0.8em 0 0.8em;
	width: 63px;
}

.captcha .field .form_captchatimer {
	background-color: #d5d5d5;
	border-radius: 3px;
	height: 5px;
	width: 63px;
}

.captcha .field .form_captchatimer_bar {
	background-color: #dc0018;
	border-radius: 3px;
	height: 5px;
}

.captcha .field input[type="button"].captcharefresh {
	float: right;
	margin: 0 0.8em 0 0;
}

.checkbox .field .label_checkboxgroup {
	float: left;
}

.hiddenfield .field .authorbox {
	border-radius: 3px;
	margin: 0 0 0 0.8em;
	width: 36em;
}
.moreinfos .jquery_tabs .content p {
	margin: 0.3em 0 0;
}

.moreinfos .jquery_tabs .content p.datemandant {
	clear: both;
	margin: 1em 0 0;
}

.moreinfos .jquery_tabs .content h4 {
	line-height: 1.5;
	margin: 0;
}

.moreinfos .jquery_tabs .content h4 a {
	line-height: 1;
}

.moreinfos .jquery_tabs .content figure {
	margin-top: 0.7em;
}
.megateaser .js-visible .carousel-content h2 {
	margin-top: 0.7em;
}

.megateaser .nojs-visible.row {
	padding-left: 1.6em;
}

.megateaser .nojs-visible .teaserItem {
	float: left;
}

.megateaser .nojs-visible .standardteaser h2 {
	line-height: 1.4;
	margin-top: 1em;
}

.megateaser .nojs-visible .standardteaser h2 a {
	line-height: 1;
}
.specialbox .togglebox a.toggler:before {
	content: '>';
	font-size: 0.6993em;
}

.specialbox .togglebox a.toggler.active:before {
	content: 'v';
}

.specialbox .crisisbox {
	background-color: #fffab2;
	border-left: 3em solid #dc0018
}

.specialbox .crisisbox:before {
	font-family: 'AdminCH_Symbols';
	color: #fff;
	content: '!';
	font-size: 2em;
	left: 1.35em;
	position: absolute;
}

.specialbox .boxtitle,
.specialbox .boxtitle td {
	border: none;
	margin: 0;
	padding: 0;
}

.specialbox .boxtitle h3 {
	margin: 0.25em 0 0;
	padding: 0 2em 0 0;
	width: 19.5em;
}

.specialbox .crisisbox .boxtitle h3 {
	width: 17.25em;
}

.specialbox .togglebox .boxtitle h3 {
	width: 17.5em;
}

.specialbox .crisisbox .togglebox .boxtitle h3 {
	width: 15.5em;
}

.specialbox .boxtitle h3 a {
	font-size: 0.90909em;
}

.specialbox .boxtitle td.desc {
	font-size: 1.1em;
}

.specialbox .boxtitle .description {
	font-family: 'FrutigerNeueW02-Regular', Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.specialbox .togglebox .togglecontent {
	margin-top: 0.8em;
}
form .contactinfo h3,
.carousel-inner .verso form .contactinfo h3 {
	margin: 0 0 0.5em;
}

form .contactinfo p {
	margin: 0 0 1.8em;
}

form .contactinfo address {
	font-size: 1em;
	font-style: normal;
}

form .contactinfo dl.phonefax {
	margin-top: 0.6em;
}
html.no-js img.ajaxcrawler {
	display: none;
}

html.no-js .pagingControls {
	display: none;
}

html.no-js .filteredlist form {
	display: none;
}

html.no-js .filteredlist .allres {
	float: right;
}

html.no-js .megateaser .js-visible {
	display: none;
}

html .megateaser .nojs-visible {
	display: none;
}

html.no-js .megateaser .nojs-visible {
	display: block;
}

html.no-js .news .nanoHolder {
	height: auto !important;
}

html.no-js .news .nanoHolder .newsteaser noscript .nanoscroller {
	display: inline;
}

.nojsBack {
	display: inline-block;
	margin-top: 2em;
	text-decoration: none;
}
