/* start /st_shared_application/synchtank/css/reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
	-moz-outline: none;
}

body {
	color: black;
	background: white;
}

ul {
	list-style: none;
}

caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

/* odd iOS feature that resizes text */
html {
	-webkit-text-size-adjust:none;
}

/* odd iOS feature that rounded corner on submit image */
input[type=submit], input[type=image] {
    -webkit-border-radius:0px;
}
/* end /st_shared_application/synchtank/css/reset.css */

/* start /st_shared_application/synchtank/css/html5player.css */
#html5PlayerWrapper {
	width:220px;
	height:183px;
	overflow:auto;
}

#html5PlayerImage {
	cursor:pointer;
	float:left;
	border:1px solid #c0c0c0;
	width:98px;
	height:98px;
	background-image:url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/music-player-logo.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	margin-right:5px;
	margin-bottom:5px;
}


#html5PlayerControls {
	float:right;
	width:115px;
	height:22px;
}

#html5PlayerPercentLoaded {
	margin-top:54px;
	float:right;
	width:115px;
	height:12px;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
}

#html5PlayerTimeCodes {
	float:right;
	width:115px;
	height:12px;
	font-size:10px;
	line-height:12px;
}

#html5PlayerCurrentTime {
	width:50px;
	height:12px;
	overflow:hidden;
	float:left;
}

#html5PlayerDuration {
	width:50px;
	height:12px;
	overflow:hidden;
	float:left;
}

#html5PlayerArtistTitle {
	cursor:pointer;
	background-color:#333;
	font-size:14px;
	font-weight:bold;
	clear:both;
	width:204px;
	height:40px;
	padding-left:8px;
	padding-right:8px;
	white-space:nowrap;
}

#html5PlayerArtist {
	width:204px;
	height:16px;
	line-height:16px;
	padding-top:3px;
	padding-bottom:1px;
	overflow:hidden;
	color:#fff;
}

#html5PlayerTitle {
	width:204px;
	height:16px;
	line-height:16px;
	padding-top:1px;
	padding-bottom:3px;
	overflow:hidden;
	color:#EDEDED;
}

#html5PlayerScrubberBackground {
	cursor:pointer;
	margin-top:5px;
	width:220px;
	height:20px;
	background-color:#000;
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") 0px -300px no-repeat;
	overflow:hidden;
}

#html5PlayerScrubber {
	cursor:pointer;
	width:0px;
	height:20px;
	background-color:#FF0000;
}

#html5PlayerControls li {
	float:left;
}

#html5PlayerControls li + li {
	margin-left:5px;
}

#html5PlayerControls li, #html5PlayerControls li a {
	display:block;
	width:35px;
	height:35px;
}

#html5PlayerControls li#html5PlayerControlsPrevButtonWrap {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") 0px 0px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsNextButtonWrap {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -35px 0px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsAddButtonWrap {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -70px 0px no-repeat;
}




#html5PlayerControls li#html5PlayerControlsPrevButtonWrap a:hover {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") 0px -35px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsNextButtonWrap a:hover {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -35px -35px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsAddButtonWrap a:hover {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -70px -35px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsPlayPauseButtonWrap a:hover {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -22px -22px no-repeat;
}

#html5PlayerControls li.html5PlayerControlsPlayPauseButtonWrapIsPlaying a:hover {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -44px -22px no-repeat !important;
}




#html5PlayerControls li#html5PlayerControlsPrevButtonWrap a:active {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") 0px -70px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsNextButtonWrap a:active {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -35px -70px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsAddButtonWrap a:active {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -70px -70px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsPlayPauseButtonWrap a:active {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -22px -44px no-repeat;
}

#html5PlayerControls li.html5PlayerControlsPlayPauseButtonWrapIsPlaying a:active {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -44px -44px no-repeat !important;
}






#html5PlayerControlsPlayPauseButtonWrap {
	width:98px;
	height:98px;
}

#html5PlayerControlsPlayPauseButton {
	display:block;
	width:98px;
	height:98px;
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") 0px -200px no-repeat;
}

.html5PlayerControlsPlayPauseButtonWrapIsPlaying {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -98px -200px no-repeat !important;
}
/* end /st_shared_application/synchtank/css/html5player.css */

/* start /st_shared_application/synchtank/css/jquery.fancybox.2.1.4.css */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/fancybox/2.1.4/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/fancybox/2.1.4/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/fancybox/2.1.4/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
	
	/* fixes annoying fancybox page shift */
	margin: 0 !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/fancybox/2.1.4/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	/*
	overflow: auto;
	overflow-y: scroll;
	
	get rid of annoying content shift and scroll bars when opening fancybox
	
	*/
	
	overflow: visible !important; 
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* end /st_shared_application/synchtank/css/jquery.fancybox.2.1.4.css */

/* start /st_shared_application/synchtank/css/smoothness/jquery-ui-1.10.3.custom.css */
/*! jQuery UI - v1.10.3 - 2013-06-09
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* end /st_shared_application/synchtank/css/smoothness/jquery-ui-1.10.3.custom.css */

/* start /st_shared_application/synchtank/css/dropzone/dropzone-4.3.0.css */
/*

we have migrated from uploadify to dropzone, and no longer use uploadify

we applied uploadify classes & CSS to dropzone DOM elements to minimize the impact on client customizations

we no longer use uploadify, but we still use the uploadify CSS

*/

.uploadify-button {
	position: relative;
}

.uploadify
{
	float:left;
}

.uploadify .button
{
	float:left !important;
}

.uploadify-queue-item {
	float:left;
	clear:both;
	margin-left:160px;
	font-size: 10px;
	background-color: #ddd;
	margin-top: 5px;
	padding: 5px;
	width: 228px;
	border: 1px solid #bebebe;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.uploadify-error {
	background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
	background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/close.gif') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}

.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}

.uploadify-progress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}

.uploadify-progress-bar {
	background-color: #666666;
	height: 3px;
	width: 1px;
}
/* end /st_shared_application/synchtank/css/dropzone/dropzone-4.3.0.css */

/* start /st_shared_application/synchtank/css/warning-bar.css */
.warningBar {
	height:25px;
	padding:5px;
	background-color:#ff6600;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/warningbar/bg.gif");
	background-repeat: repeat-x;
	overflow:hidden;
}

.warningBar p {
	line-height:12px;
	color:#FFFFFF;
	font-size:10px;
	font-family:verdana;
}

.warningBar a, .warningBar a:visited {
	color:#FFFFFF;
}

.warningBar a:hover {
	color:#ECECEC;
}

.warningBar .warningImage {
	float:left;
	margin-right:10px;
}

.warningBar .warningClose {
	float:right;
	margin-left:10px;
}
/* end /st_shared_application/synchtank/css/warning-bar.css */

/* start /st_shared_application/synchtank/css/jquery.gritter.css */
/* ie6 trash */
* html #gritter-notice-wrapper {
	position:absolute; 
}
* html .gritter-top {
	margin-bottom:-10px;
}
* html .gritter-item {
	padding-bottom:0;
}
* html .gritter-bottom {
	margin-bottom:0;
}
* html .gritter-close {
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/gritter/gritter-close-ie6.gif);
	width:22px;
	height:22px;
	top:7px;
	left:7px;
}

/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}

#gritter-notice-wrapper a {
	color:#eee;
}

#gritter-notice-wrapper a:visited {
	color:#eee;
}

#gritter-notice-wrapper a:hover {
	color:#fff;
	text-decoration:underline;
}

.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('.'); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/gritter/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/gritter/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/gritter/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
	position:absolute;
	top:5px;
	left:3px;
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/gritter/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}

/* end /st_shared_application/synchtank/css/jquery.gritter.css */

/* start /st_shared_application/synchtank/css/jquery.asmselect.css */
.asmContainer {
	float:left;
	width:240px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}

select.asmSelect {
	display: inline; 
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #ccc; 
}

.asmHighlight {
}

.asmList {
	position: relative;
	display: block;
	list-style: none; 
}

.asmListItem {
	float:right;
	clear:both;
	margin-top:5px;
	background: #ddd;
	width: 238px;
	overflow:auto;
	
	border: 1px solid #bebebe; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	float:left;
	display: block;
	color:#333;
	line-height:18px;
	overflow:hidden;
	padding-left:3px;
	width:90%;
}

.asmListItemRemove {
	float:right;
	clear:none;
	padding:3px;
}

/* end /st_shared_application/synchtank/css/jquery.asmselect.css */

/* start /st_shared_application/synchtank/css/jquery.jcrop.css */
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/jcrop/jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* end /st_shared_application/synchtank/css/jquery.jcrop.css */

/* start /st_shared_application/synchtank/css/jquery-datatables/jquery.dataTables.css */
/*

replaced all instances of ../images/ with //d2n4yiee7lv24r.cloudfront.net/synchtank/images/jquery-datatables/

added last child selector to tds and ths to get buttons to float right & nowrap

*/




/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/grid-list-header-row.png");
	background-repeat: repeat-x;
	
	/* needed for overflow hidden to work on td elements */
	table-layout:fixed;
	overflow:hidden;
}

table.dataTable thead th {
	/* padding: 0px 18px 0px 10px; */
	padding-left:5px;
	padding-right:5px;
	
	border-bottom: 1px solid #c1c1c1;
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
	line-height:30px;
	height:30px;
	color: #fff;
}

table.dataTable tfoot th {
	/* padding: 3px 18px 3px 10px; */
	padding-left:5px;
	padding-right:5px;
	
	border-top: 1px solid black;
	font-weight: bold;
}

table.dataTable td {
	padding: 5px;
	valign:top;
	vertical-align: top;
	
	/* needed to prevent non-wrapping text from creating horizontal scroll bars */
	overflow:hidden;
	text-overflow: ellipsis;
}

table.dataTable td span
{
	overflow:hidden;
	text-overflow: ellipsis;
}

table.dataTable td:last-child, table.dataTable th:last-child
{
	text-align:right;
	white-space:nowrap;
	overflow:visible;
}

table.dataTable th.sorting_asc:last-child, table.dataTable th.sorting_desc:last-child
{
	/* needed to prevent text from overlapping the sort arrows */
	padding-right:20px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #ebeced; }
table.dataTable tr.even { background-color: #e5e5e5; }

table.dataTable tr.odd td.sorting_1 { background-color: #c3c3c3; }
table.dataTable tr.odd td.sorting_2 { background-color: #c6c6c6; }
table.dataTable tr.odd td.sorting_3 { background-color: #c9c9c9; }
table.dataTable tr.even td.sorting_1 { background-color: #f6f6f6; }
table.dataTable tr.even td.sorting_2 { background-color: #f8f8f8; }
table.dataTable tr.even td.sorting_3 { background-color: #f9f9f9; }


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: right;
	margin-bottom:5px;
	color:#666;
	font-weight:100;
}


/*
 * Filter
 */
.dataTables_filter {
	float: left;
	text-align: right;
	margin-bottom:5px;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
	text-align:center;
	width:100%;
	height:0px;
	overflow:visible;
	font-size:12px;
	color:#666;
	margin-top:0;
	line-height:22px;
	font-weight:100;
}


/*
 * Pagination
 */
.dataTables_paginate {
	width:100%;
	text-align: center;
	margin-top:10px;
}

.dataTables_paginate a
{
	margin-left:5px;
}

.paginate_active
{
	text-decoration:underline !important;
}

/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/jquery-datatables/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/jquery-datatables/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/jquery-datatables/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/jquery-datatables/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/jquery-datatables/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable th:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

table.dataTable a.button + a.button
{
	margin-left:5px;
}

table.dataTable tr.selected td
{
	background-color:transparent !important;
}
/* end /st_shared_application/synchtank/css/jquery-datatables/jquery.dataTables.css */

/* start /st_shared_application/synchtank/css/select2/select2.css */
/*
Version: 3.4.2 Timestamp: Mon Aug 12 15:04:12 PDT 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    
    font-family:'Lucida Grande', arial, sans;
    font-size:11px;
    width:240px;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 22px;
    padding: 0 0 0 7px;
    overflow: hidden;
    position: relative;

    border: 1px solid #a6a6a6;
    white-space: nowrap;
    line-height: 22px;
    color: #000;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 50%);
    background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #a6a6a6;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 90%);
    background-image: -ms-linear-gradient(top, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 5px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #a6a6a6;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #a6a6a6;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #a6a6a6;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #888888;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #888888;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #a6a6a6;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 0 1px;
    /* needed since we dropped the height to 24px to match our forms */
    margin-top:-2px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 22px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 22px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: arial, sans-serif;
    font-size: 1em;

    border: 1px solid #a6a6a6;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px;
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px;
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%;
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #888888;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #eee 50%);
    background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #888888;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

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

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #a6a6a6;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -ms-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
    
    width:238px;
    border-radius: 4px;
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-dropdown-open .select2-choices
{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 22px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #888888;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: arial, sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
	/* this is the choose text color */
    color: #000000 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	min-height:16px;
	max-width:203px;
    padding: 3px 5px 3px 18px;
    margin: 5px 0 0 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #a6a6a6;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.select2-container-multi .autoCompleteResultsDisplayOnly, .select2-chosen .autoCompleteResultsDisplayOnly
{
	display:none;
}

.select2-container-multi li + li
{
	margin-top:0;
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

.select2-container-multi .select2-default, .select2-container-multi .select2-input {
	/* this is the choose text color */
    color: #666 !important;
    font-family: arial, sans-serif !important;
	font-size: 12px !important;
	font-weight:normal !important;
	letter-spacing: normal !important;
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}
/* end /st_shared_application/synchtank/css/select2/select2.css */

/* start /st_shared_application/synchtank/css/jquery-nivo-slider.css */
/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/*IE Fix*/
.nivoSlider a.nivo-imageLink{
    display:none;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity: 0;
    background-color:#fff;
}

.nivoSlider a.nivo-imageLink img{
    display:block!important;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.nivoSlider {
	position:relative;
	background:#fff url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/nivo-slider/loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/nivo-slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/nivo-slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/* end /st_shared_application/synchtank/css/jquery-nivo-slider.css */

/* start /st_shared_application/synchtank/css/jslider/jslider.css */


.jslider .jslider-bg i,
.jslider .jslider-pointer
{ background: url(jslider.png) no-repeat 0 0; }

.jslider { display: block; width: 100%; height: 1em; position: relative; top: 0.6em; font-family: Arial, sans-serif; }
.jslider table { width: 100%; border-collapse: collapse; border: 0; }
.jslider td, .jslider th { padding: 0; vertical-align: top; text-align: left; border: 0; }

.jslider table,
.jslider table tr,
.jslider table tr td { width: 100%; vertical-align: top; }

.jslider .jslider-bg { position: relative; }
.jslider .jslider-bg i { height: 5px; position: absolute; font-size: 0; top: 0; }
.jslider .jslider-bg .l { width: 50%; background-position: 0 0; left: 0; }
.jslider .jslider-bg .r { width: 50%; left: 50%; background-position: right 0; }
.jslider .jslider-bg .v { position: absolute; width: 60%; left: 20%; top: 0; height: 5px; background-position: 0 -20px; }

.jslider .jslider-pointer { width: 13px; height: 15px; background-position: 0 -40px; position: absolute; left: 20%; top: -4px; margin-left: -6px; cursor: pointer; cursor: hand; }
.jslider .jslider-pointer-hover { background-position: -20px -40px; }
.jslider .jslider-pointer-to { left: 80%; }

.jslider .jslider-label { font-size: 9px; line-height: 12px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -18px; left: 0px; }
.jslider .jslider-label-to { left: auto; right: 0; }

.jslider .jslider-value { font-size: 9px; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -19px; left: 20%; background: white; line-height: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.jslider .jslider-value-to { left: 80%; }

.jslider .jslider-label small,
.jslider .jslider-value small { position: relative; top: -0.4em; }

.jslider .jslider-scale { position: relative; top: 9px; }
.jslider .jslider-scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; }
.jslider .jslider-scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0px; top: 5px; color: #999; }

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label
{ display: none; }
/* end /st_shared_application/synchtank/css/jslider/jslider.css */

/* start /st_shared_application/synchtank/css/jslider/jslider.ie6.css */

  .jslider .jslider-bg .l,
  .jslider .jslider-bg .r,
  .jslider .jslider-bg .v,
  .jslider .jslider-pointer { background-image: none; overflow: hidden; }

  .jslider .jslider-bg .l i,
  .jslider .jslider-bg .r i,
  .jslider .jslider-bg .v i,
  .jslider .jslider-pointer i { position: absolute; width: 500px; height: 60px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//d2n4yiee7lv24r.cloudfront.net/synchtank/css/jslider/jslider.png', sizingMethod='crop'); }
  
  .jslider .jslider-bg .l i { left: 0; top: 0; }
  .jslider .jslider-bg .r i { right: 0; top: 0; }  
  .jslider .jslider-bg .v i { left: 0; top: -20px; }
  
  .jslider .jslider-pointer i { left: 0; top: -40px; }
  .jslider .jslider-pointer-hover i { left: -20px; top: -40px; }
/* end /st_shared_application/synchtank/css/jslider/jslider.ie6.css */

/* start /st_shared_application/synchtank/css/jslider/jslider.round.plastic.css */

  .jslider_round_plastic .jslider-bg i,
  .jslider_round_plastic .jslider-pointer
  { background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/jslider/jslider.round.plastic.png); }

  .jslider_round_plastic .jslider-pointer { width: 18px; height: 18px; top: -7px; margin-left: -8px; }

/* end /st_shared_application/synchtank/css/jslider/jslider.round.plastic.css */

/* start /st_shared_application/synchtank/css/jslider/jslider.round.plastic.ie6.css */

.jslider_round_plastic .jslider-bg .l i,
.jslider_round_plastic .jslider-bg .r i,
.jslider_round_plastic .jslider-bg .v i,
.jslider_round_plastic .jslider-pointer i { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//d2n4yiee7lv24r.cloudfront.net/synchtank/css/jslider/jslider.round.png', sizingMethod='crop'); }

/* end /st_shared_application/synchtank/css/jslider/jslider.round.plastic.ie6.css */

/* start /st_shared_application/synchtank/css/jslider/jslider.position.css */

  .jslider_position .jslider-bg i,
  .jslider_position .jslider-pointer
  { background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/jslider/jslider.position.png); }

  .jslider_position .jslider-pointer { width: 42px; height: 18px; top: -7px; margin-left: -21px; }
  .jslider .jslider-pointer-hover { background-position: -42px -40px; }
  .jslider_position .jslider-value { display:none;}
/* end /st_shared_application/synchtank/css/jslider/jslider.position.css */

/* start /st_shared_application/synchtank/css/jslider/jslider.position.ie6.css */

.jslider_position .jslider-bg .l i,
.jslider_position .jslider-bg .r i,
.jslider_position .jslider-bg .v i,
.jslider_position .jslider-pointer i { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//d2n4yiee7lv24r.cloudfront.net/synchtank/css/jslider/jslider.position.png', sizingMethod='crop'); }

/* end /st_shared_application/synchtank/css/jslider/jslider.position.ie6.css */

/* start /st_shared_application/css/bxslider/jquery.bxslider.css */

/* end /st_shared_application/css/bxslider/jquery.bxslider.css */

/* start /st_shared_application/synchtank/css/qtip/jquery.qtip.css */
/*! qTip2 - Pretty powerful tooltips - v2.0.0 - 2012-10-25
* http://craigsworks.com/projects/qtip2/
* Copyright (c) 2012 Craig Michael Thompson; Licensed MIT, GPL */

/* Fluid class for determining actual width in IE */
#qtip-rcontainer{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: block;
	visibility: hidden;
}

	/* Fluid class for determining actual width in IE */
	#qtip-rcontainer .ui-tooltip{
		display: block !important;
		visibility: hidden !important;
		position: static !important;
		float: left !important;
	}

/* Core qTip styles */
.ui-tooltip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;
}

	.ui-tooltip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.ui-tooltip-titlebar{
		position: relative;
		min-height: 14px;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0 !important; }

		/* Default close button class */
		.ui-tooltip-titlebar .ui-state-default{
			position: absolute;
			right: 4px;
			top: 50%;
			margin-top: -9px;

			cursor: pointer;
			outline: medium none;

			border-width: 1px;
			border-style: solid;
		}
		
		* html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */

		.ui-tooltip-titlebar .ui-icon,
		.ui-tooltip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.ui-tooltip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{}

/* Default tooltip style */
.ui-tooltip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.ui-tooltip-default .ui-tooltip-titlebar{
		background-color: #FFEF93;
	}

	.ui-tooltip-default .ui-tooltip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.ui-tooltip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.ui-tooltip-light .ui-tooltip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.ui-tooltip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.ui-tooltip-dark .ui-tooltip-titlebar{
		background-color: #404040;
	}

	.ui-tooltip-dark .ui-tooltip-icon{
		border-color: #444;
	}

	.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.ui-tooltip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.ui-tooltip-cream .ui-tooltip-titlebar{
		background-color: #F0DE7D;
	}

	.ui-tooltip-cream .ui-state-default .ui-tooltip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.ui-tooltip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.ui-tooltip-red .ui-tooltip-titlebar{
		background-color: #F06D65;
	}

	.ui-tooltip-red .ui-state-default .ui-tooltip-icon{
		background-position: -102px 0;
	}

	.ui-tooltip-red .ui-tooltip-icon{
		border-color: #D95252;
	}

	.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.ui-tooltip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.ui-tooltip-green .ui-tooltip-titlebar{
		background-color: #B0DE78;
	}

	.ui-tooltip-green .ui-state-default .ui-tooltip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.ui-tooltip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.ui-tooltip-blue .ui-tooltip-titlebar{
		background-color: #D0E9F5;
	}

	.ui-tooltip-blue .ui-state-default .ui-tooltip-icon{
		background-position: -2px 0;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-rounded,
.ui-tooltip-tipsy,
.ui-tooltip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Youtube tooltip style */
.ui-tooltip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.ui-tooltip-youtube .ui-tooltip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.ui-tooltip-youtube .ui-tooltip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.ui-tooltip-youtube .ui-tooltip-icon{
		border-color: #222;
	}

	.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.ui-tooltip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.ui-tooltip-jtools .ui-tooltip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.ui-tooltip-jtools .ui-tooltip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar,
	.ui-tooltip-jtools .ui-tooltip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.ui-tooltip-jtools .ui-tooltip-icon{
		border-color: #555;
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.ui-tooltip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.ui-tooltip-cluetip .ui-tooltip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-icon{
		border-color: #808064;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.ui-tooltip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.ui-tooltip-tipsy .ui-tooltip-titlebar{
		padding: 6px 35px 0 10;
		background-color: transparent;
	}

	.ui-tooltip-tipsy .ui-tooltip-content{
		padding: 6px 10;
	}
	
	.ui-tooltip-tipsy .ui-tooltip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.ui-tooltip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.ui-tooltip-tipped .ui-tooltip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.ui-tooltip-tipped .ui-tooltip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.ui-tooltip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.ui-tooltip-bootstrap .ui-tooltip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.ui-tooltip-bootstrap .ui-tooltip-titlebar .ui-state-default{
			/**
			 * Overrides qTip2:
			 * .ui-tooltip-titlebar .ui-state-default{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.ui-tooltip-bootstrap .ui-tooltip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.ui-tooltip-bootstrap .ui-tooltip-icon{
		/**
		 * Overrides qTip2:
		 * .ui-tooltip-default .ui-tooltip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .ui-tooltip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.ui-tooltip .ui-tooltip-tip,
	.ui-tooltip .ui-tooltip-tip .qtip-vml{
		position: absolute;
		
		line-height: 0.1px !important;
		font-size: 0.1px !important;
		color: #123456;

		background: transparent;
		border: 0 dashed transparent;
	}
	
	.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }

	.ui-tooltip .ui-tooltip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/* end /st_shared_application/synchtank/css/qtip/jquery.qtip.css */

/* start /st_shared_application/synchtank/javascript/mediaelement/mediaelementplayer.css */
.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-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(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button { 
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/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(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/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(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/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(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/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(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button { 
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: solid 1px yellow;
}

/* 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 {
	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: #cbcbcb;
	background: rgba(203,203,203,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(143,143,143,0.8)), to(rgba(210,210,210,0.8))); 
	background: -webkit-linear-gradient(top, rgba(143,143,143,0.8), rgba(210,210,210,0.8));
	background: -moz-linear-gradient(top, rgba(143,143,143,0.8), rgba(210,210,210,0.8));
	background: -o-linear-gradient(top, rgba(143,143,143,0.8), rgba(210,210,210,0.8));
	background: -ms-linear-gradient(top, rgba(143,143,143,0.8), rgba(210,210,210,0.8));
	background: linear-gradient(rgba(143,143,143,0.8), rgba(210,210,210,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(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/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(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/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(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/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(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/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(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/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(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */

/* end /st_shared_application/synchtank/javascript/mediaelement/mediaelementplayer.css */

/* start /st_shared_application/synchtank/css/jquery.tinyscrollbar.css */
.tinyscrollbar { width: auto; margin: 20px 0 10px; }
.tinyscrollbar .viewport { width: auto; height: 125px; overflow: hidden; position: relative; }
.tinyscrollbar .overview { list-style: none; width: auto; padding: 0 0 0 10px; margin: 0; position: absolute; left: 0; top: 0; }
.tinyscrollbar .overview img{ float: left; }
.tinyscrollbar .scrollbar{ background: transparent url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/tinyscrollbar/bg-scrollbar-track-x-long.png) no-repeat 0 0; position: relative; margin: 0 0 5px; clear: both; height: 15px; }
.tinyscrollbar .track { background: transparent url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/tinyscrollbar/bg-scrollbar-trackend-x.png) no-repeat 100% 0; width: 100%; height:15px; position: relative; }
.tinyscrollbar .thumb { background: transparent url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/tinyscrollbar/bg-scrollbar-thumb-x-long.png) no-repeat 100% 50%; height: 25px; cursor: pointer; overflow: hidden; position: absolute; left: 0; top: -5px; }
.tinyscrollbar .thumb .end{ background: transparent url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/tinyscrollbar/bg-scrollbar-thumb-x-long.png) no-repeat 0 50%; overflow: hidden; height: 25px; width: 5px;}
.tinyscrollbar .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
.scroll-content-item {width:180px;height:158px;float:left;margin-right:10px;}
/* end /st_shared_application/synchtank/css/jquery.tinyscrollbar.css */

/* start /st_shared_application/synchtank/css/jquery.raty.css */
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}
/* end /st_shared_application/synchtank/css/jquery.raty.css */

/* start /st_shared_application/synchtank/css/st-user.css */
#stUserSlug
{
	height:35px;
}

#stUserContainer
{
	width:100%;
	height:40px;
	position:fixed;
	top:0;
	left:0;
	z-index:12;
	overflow:hidden;
	
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
	-webkit-font-smoothing: antialiased;
	font-weight:400;
	
	min-width: 1020px; /* adds padding for iOS */
}

#stUserWrapper
{
	width:1000px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
}

#stUser
{
	float:left;
	clear:none;
	width:780px;
	overflow:hidden;
	color:#fff;
	line-height:40px;
}

#stUser a
{
	display:block;
	background-color:#262626;
	color:#fff;
	line-height:12px;
	height:12px;
	padding:4px;
	margin-top:10px;
	
	border:0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#stUser a:visited
{
	color:#fff;
}

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
	#stUser a:hover
	{
		color:#fff;
		background-color:#FF0087;
		
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
}
#stUser li
{
	float:left;
}

#stUser li + li
{
	margin-left:6px;
}

#stUserName
{
	width:125px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
/* end /st_shared_application/synchtank/css/st-user.css */

/* start /st_shared_application/synchtank/css/st-music-player.css */
#stMusicPlayerSlug
{
	zoom:1;
	width:100%;
	height:63px;
}

#stMusicPlayerContainer {
	width:100%;
	height:62px;
	background-color:#333333;
	color:#FFF;
	position:fixed;
	top:0px;
	left:0;
	z-index:11;
	border-bottom:1px solid black;
	overflow:hidden;
	
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
	-webkit-font-smoothing: antialiased;
	
	padding-top:35px;
	
	min-width: 1020px; /* adds padding for iOS */
}

#stMusicPlayerWrapper
{
	width:1000px;
	height:52px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
}

#stMusicPlayerImageWrapper
{
	float:left;
	width: 50px;
	height: 50px;
	border:1px solid #3d3d3d;
	overflow:hidden;
	margin-right:5px;
}

/* only show hover on desktop */
@media (min-width:1025px)
{
	#stMusicPlayerImageWrapper:hover
	{
		-moz-box-shadow: 0 0 5px rgba(255,255,255,0.6);
		-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.6);
		box-shadow: 0 0 5px rgba(255,255,255,0.6);
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
}

#stMusicPlayerImage
{
    vertical-align: middle;
    max-height: 50px;
    max-width: 50px;
    cursor:pointer;
}

#stMusicPlayerControlsWrapper
{
	background-color:#262626;
	float:left;
	clear:none;
	width:111px;
	height:50px;
	overflow:hidden;
	
	padding-left:10px;
	padding-right:10px;
	
	border-left: 1px #262626 solid;
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.stMusicPlayerRatingEnabled #stMusicPlayerControlsWrapper
{
	width:140px;
}

#stMusicPlayerControls
{
	width:245px;
}

#stMusicPlayerControls li
{
	float:left;
	margin-right:5px;
}

#stMusicPlayerControls a
{
	width:22px;
	height:22px;
	line-height:22px;
	margin-top:14px;
	color:#fff;
	background-color: #3d3d3d;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size:12px;
	border: 1px solid #3d3d3d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

#stMusicPlayerControls a:visited
{
	color:#fff;
	text-decoration: none;
}

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
	/* hover on ios does not work */
	#stMusicPlayerControls a:hover
	{
		color:#fff;
		background-color: #FF0087;
		border: 1px solid #FF0087;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
}

#stMusicPlayerPauseWrapper, #stMusicPlayerRateWrapper
{
	display:none;
}

.stMusicPlayerRatingEnabled #stMusicPlayerRateWrapper
{
	display:block;
}

#stMusicPlayerArtistTitleWrapper
{
	background-color:#262626;
	width:269px;
	height:50px;
	float:left;
	overflow:hidden;
	text-overflow: ellipsis;
	font-size:12px;
	line-height:16px;
	color:#fff;
	
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
}

.stMusicPlayerRatingEnabled #stMusicPlayerArtistTitleWrapper
{
	width:240px;
}

#stMusicPlayerTitle
{
	margin-top:9px;
	height:16px;
	font-weight:600;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

#stMusicPlayerArtist
{
	height:16px;
	font-weight:100;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

/* mobile css */
@media screen and (max-width:992px)
{
	#stMusicPlayerControls a
	{
		width:41px;
		height:41px;
		line-height:41px;
		margin-top:3px;
		font-size:24px;
	}
	
	#stMusicPlayerImageWrapper, #stMusicPlayerImage, #stMusicPlayerVolumeContainer
	{
		display:none;
	}
	
	#stMusicPlayerControlsWrapper
	{
		width:195px;
		padding-left:5px;
	}
	
	.stMusicPlayerRatingEnabled #stMusicPlayerControlsWrapper
	{
		width:240px;
	}
	
	.stMusicPlayerRatingEnabled #stMusicPlayerArtistTitleWrapper
	{
		width:224px;
	}
}

#stMusicPlayerMessagesTimeWrapper
{
	background-color:#262626;
	width:65px;
	height:50px;
	float:left;
	clear:none;
	font-size:10px;
	color:#d4d4d4;
	font-weight:100;
	line-height:12px;
	
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
}

#stMusicPlayerMessages
{
	width:65px;
	height:12px;
	margin-top:13px;
	text-align:right;
	line-height:12px;
	white-space:nowrap;
	overflow:visible;
}

#stMusicPlayerTimeWrapper
{
	width:65px;
	overflow:hidden;
	float:right;
	text-align:right;
	display:none;
	line-height:12px;
}


#stMusicPlayerCurrentTime
{
	float:left;
	width:30px;
	text-align:left;
}

#stMusicPlayerTotalTime
{
	float:left;
	width:30px;
	text-align:right;
}

#stMusicPlayerTimeDelim
{
	float:left;
	width:5px;
	text-align:center;
}



#stMusicPlayerVolumeContainer
{
	width:12px;
	height:50px;
	float:left;
	clear:none;
	overflow:hidden;
	background-color:#262626;
	cursor:pointer;
	
	padding-left:10px;
	
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
}

#stMusicPlayerVolumeWrapper
{
	display:none;
	width:12px;
	height:30px;
	background-color:#FFF;
	margin-top:10px;
	overflow:hidden;
}

.stMusicPlayerVolumeBar
{
	float:left;
	clear:both;
	width:12px;
	height:1px;
	background-color:#262626;
}

.stMusicPlayerVolumeBar + .stMusicPlayerVolumeBar
{
	margin-top:2px;
}

#stMusicPlayerVolumeBackground
{
	width:12px;
	height:0px;
	overflow:visible;
	
	
	float:left;
	clear:both;
}

#stMusicPlayerVolumeBackground div
{
	width:12px;
	height:30px;
	background-color:#FF0087;
}








#stMusicPlayerWaveformScrubberWrapper
{
	float:left;
	clear:none;
	background-color:#262626;
	width:380px;
	height:50px;
	
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
}

#stMusicPlayerScrubberWrapper
{
	zoom:1;
	margin-top:5px;
	width:380px;
	height:40px;
	float:left;
	clear:none;
	
	overflow:hidden;
}

#stMusicPlayerScrubberBackground
{
	zoom:1;
	height:38px;
	width:379px;
	/* solves odd browser overap issues, especially IE */
	margin:1px 1px 1px 0; 
	background-color:#a4a4a4;
	display:none;
}

#stMusicPlayerScrubberLoadingBar
{
	zoom:1;
	width:0px;
	height:38px;
	/* solves odd browser overap issues, especially IE */
	margin:0px 1px 1px 0;
	background-color:#d4d4d4;
	float:left;
	clear:none;
	cursor:pointer;
}

#stMusicPlayerScrubberPlayingBar
{
	zoom:1;
	width:0px;
	height:38px;
	/* solves odd browser overap issues, especially IE */
	margin:0px 1px 1px 0;
	background-color:#FF0087;
	position:relative;
	top:0;
	left:0;
}

#stMusicPlayerWaveformWrapper
{
	width:380px;
	height:40px;
	position:relative;
	top:0;
	left:0;
	overflow:visible;
}

#stMusicPlayerWaveform
{
	float:left;
	clear:both;
	margin-top:-40px;
	width:380px;
	height:40px;
	overflow:visible;
}

#stMusicPlayerWaveform svg
{
	width:380px;
	height:40px;
	shape-rendering:crispEdges;
	overflow:hidden;
	cursor:pointer;
}

#waveformMasked
{
	fill:#262626;
}

#stMusicPlayerWaveform svg defs rect
{
	/* white is full opacity for our mask */
	fill:#FFF;
	width:380px;
	height:40px;
}

#stMusicPlayerWaveform svg line
{
	/* black is no opacity for our mask */
	stroke:#000;
	stroke-width:1px;
	stroke-linecap:butt;
}

#stMusicPlayerMenuContainer
{
	float:left;
	clear:none;
	background-color:#262626;
	width:20px;
	height:50px;
	cursor:pointer;
	
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
	
	padding-right:10px;
	
	border-right: 1px #262626 solid;
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
	
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#stMusicPlayerMenuWrapper
{
	width:20px;
	height:12px;
	margin-top:19px;
}

#stMusicPlayerMenuWrapper div
{
	width:2px;
	height:2px;
	background-color:#262626;
	
	border-left:2px solid #666;
	border-right:16px solid #666;
	
	float:left;
	clear:both;
}

#stMusicPlayerMenuPlaylistCountContainer
{
	float:right;
	margin-top:-4px;
	margin-right:-8px;
	overflow:visible;
	opacity:0.7;
	width:20px;
	text-align:center;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

#stMusicPlayerMenuPlaylistCountWrapper
{
	display: inline-block;
	height:auto;
	background-color:#838383;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:0px;

	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#fff;
	font-weight:900;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

/* only show hover on desktop */
@media (min-width:1025px)
{
	.stMusicPlayerMenuContainerHovered #stMusicPlayerMenuWrapper div
	{
		border-color:#FF0087 !important;
	}
	
	.stMusicPlayerMenuContainerHovered #stMusicPlayerMenuPlaylistCountContainer
	{
		opacity:1;
	}
}

#stMusicPlayerMenuWrapper div + div
{
	margin-top:3px;
}

.stMusicPlayerSeparator
{
	display:none;
	float:left;
	clear:none;
	background-color:#262626;
	width:2px;
	height:50px;
	
	padding-right:10px;
	padding-left:10px;
	
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
}

.stMusicPlayerSeparator div
{
	float:left;
	clear:none;
	width:1px;
	height:40px;
	margin-top:5px;
	background-color:#333;
}

.stMusicPlayerSeparator div + div
{
	background-color:#000;
}

#stMusicPlayerVolumeContainer + .stMusicPlayerSeparator, #stMusicPlayerWaveformScrubberWrapper + .stMusicPlayerSeparator
{
	display:block;
}
/* end /st_shared_application/synchtank/css/st-music-player.css */

/* start /st_shared_application/synchtank/css/st-playlist.css */
#stPlaylistSlug
{
	zoom:1;
	width:100%;
	height:0px;
}

#stPlaylistContainer
{
	position:fixed;
	top:97px;
	left:0;
	width:100%;
	height:24px;
	z-index:10;
	
	background-color:#282828;
	color:#FFF;
	font-size:12px;
	
	border-bottom:1px solid black;
	-moz-box-shadow: 0 0 10px 1px #000;
	-webkit-box-shadow: 0 0 10px 1px #000;
	box-shadow: 0 0 10px 1px #000;
	overflow:hidden;
	
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
	-webkit-font-smoothing: antialiased;

	min-width: 1020px; /* adds padding for iOS */
}

#stPlaylistContainer a
{
	color:#fff;
}

#stPlaylistContainer a:visited
{
	color:#fff;
}

#stPlaylistContainer a:hover
{
	color:#ccc;
}

#stPlaylistWrapper
{
	width:1000px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
}

#stPlaylistSelectorContainer
{
	display:none;
	width:160px;
	float:left;
	overflow:hidden;
}

#stPlaylistItemsContainer
{
	position: relative;
	float:right;
	overflow-y:hidden;
	overflow-x:hidden;
	margin:0;
	padding:0;
}

#stPlaylistItemsWrapper
{
	width:1000px;
}

#stPlaylistItemsHeading
{
	width:1000px;
	height:24px;
	font-weight:600;
	/* joel wanted the first row text bumped down a pixel */
	line-height:16px;
}

#stPlaylistItemsHeading div, #stPlaylistItems li div
{
	float:left;
	clear:none;
	height:14px;
	padding:5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

#stPlaylistItems
{
	width:1000px;
	overflow-x: hidden;
	overflow-y: auto;
}

#stPlaylistItems .loadingBar
{
	width:1000px;
}

#stPlaylistItems li
{
	display:inline-block;
	width:1000px;
	height:24px;
}







a.stPlaylistClose
{
	width:13px;
	height:13px;
	color:#c9c9c9;
	font-family: arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:12px;
	line-height:14px;
	display: inline-block;
	text-decoration: none;
	text-align: center;

	background-color:#6f6f6f;
	border: 1px solid #6f6f6f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

















a.stPlaylistClose:visited
{
	color:#c9c9c9;
	text-decoration: none;
}

a.stPlaylistClose:hover
{
	color:#c9c9c9;
	background-color: #FF0087;
	border: 1px solid #FF0087;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}







#stPlaylistItems
{
	-moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.stPlaylistSortableHandle
{
   cursor: move;
}

.stPlaylistItemsAlt
{
	background-color:#343434;
}

@media screen and (min-width:1025px)
{
	#stPlaylistItems li:hover
	{
		background-color:#1b1b1b;
	}
}














.stPlaylistColsTitle
{
	width:280px;
}

.stPlaylistColsArtist
{
	width:240px;
}

.stPlaylistColsGenre
{
	width:200px;
}

.stPlaylistColsLength
{
	width:60px;
}

.stPlaylistColsActions
{
	width:170px;
	/* cursor:default; */
}

.stPlaylistEmpty
{
	width:100%;
	text-align:center;
	font-weight:normal;
	display:none;
}

#stPlaylistItemsHeading .stPlaylistColsActions a
{
	font-weight:100;
	color:#878787;
	margin-left:5px;
}

#stPlaylistItemsHeading .stPlaylistColsActions a:visited
{
	color:#878787;
}

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
	#stPlaylistItemsHeading .stPlaylistColsActions a:hover
	{
		color:#fff;
	}
}

#stPlaylistItemsHeading .stPlaylistColsActions a:before
{
	content: " [ ";
}

#stPlaylistItemsHeading .stPlaylistColsActions a:after
{
	content: " ] ";
}

#stPlaylistItems a.stPlaylistColsActionTextLink + a.stPlaylistColsActionTextLink
{
	border-left:1px solid #878787;
	margin-left:6px;
	padding-left:5px;
}

#stPlaylistItems a.stPlaylistColsActionTextLink + a.stPlaylistColsActionIconLink
{
	margin-left:5px;
}

.stPlaylistCurrentTrackInPlayer
{
	background-color:#4c4c4c;
}

#stPlaylistItemsScrollUp
{
	position: absolute;
	top: 24px;
	right: 0px;
	display: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
}

#stPlaylistItemsScrollDown
{
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;	
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
}

div.stPlaylistColsActions a#stPlaylistToggle
{
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
    float: right;
    background-color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 3px !important;  
    width: 11px !important;
    margin-left: 0px !important;
    color:#FFF;
}

div.stPlaylistColsActions a#stPlaylistToggle:before
{
    content: "";  
}

div.stPlaylistColsActions a#stPlaylistToggle.stPlaylistExpanded:after
{
    content: "\f066";
}

div.stPlaylistColsActions a#stPlaylistToggle.stPlaylistCollapsed:after
{
    content: "\f065";
}

/* end /st_shared_application/synchtank/css/st-playlist.css */

/* start /st_shared_application/synchtank/css/st-quick-search.css */
#stQuickSearchContainer
{
	float:left;
	clear:none;
	width:220px;
	height:20px;
	margin-top:10px;
	color:#FFF;
	overflow:hidden;
}

#stQuickSearchContainer a
{
	display:block;
	width:20px;
	height:20px;
	color:#666;
}

#stQuickSearchContainer a:visited
{
	color:#666;
}

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
	/* hover on ios does not work */
	#stQuickSearchContainer a:hover
	{
		color:#FF0087;
	}
}

#stQuickSearchWrapper
{
	width:220px;
	height:20px;
	
	background-color:#262626;
	border:0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#stQuickSearch
{
	position: relative;
	float:left;
	clear:none;
	width:180px;
	height:20px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#stQuickSearch form
{
	width:180px;
	height:20px;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;
}

#stQuickSearch input
{
	width:180px;
	height:12px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:0;
	padding-right:0;
	line-height:12px;
	font-size:11px;
	border: 0;
	color: #666;
	background-color: transparent;
	overflow:hidden;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#stQuickSearchSubmit
{
	float:left;
	clear:none;
	text-align: center;
	width:20px;
	height:20px;
	margin:0;
	padding:0;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

#stQuickSearchSubmit a
{
	font-size:10px;
	line-height:20px;
	color:#666;
	font-family: FontAwesome;
	font-weight: 100;
	font-style: normal;
	text-decoration: none;
}

#stQuickSearchCancel
{
	float:left;
	clear:none;
	text-align: center;
	width:20px;
	height:20px;
	margin:0;
	padding:0;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

#stQuickSearchCancel a
{
	color:#666;
	font-family: arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:13px;
	line-height:20px;
	text-decoration: none;
}






/* WebKit */
#stQuickSearch input::-webkit-input-placeholder
{
    color: #666;
}

/* Mozilla Firefox 4 to 18 */
#stQuickSearch input:-moz-placeholder
{
    color: #666;
}

/* Mozilla Firefox 19+ */
#stQuickSearch input::-moz-placeholder
{
    color: #666;
}

/* IE 10+ */
#stQuickSearch input:-ms-input-placeholder
{
    color: #666;
}

/*

cool fade effect for all placeholders on focus

be sure to cover webkit, old style moz, new style moz, and ie 10

*/

/* WebKit */
#stQuickSearch input[type="text"]:focus::-webkit-input-placeholder
{
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:ease;
	-webkit-transition-delay:0s;
	opacity: 0;
}

/*

Mozilla Firefox 4 to 18

does not work, the entire input element gets the opacity of zero

input[type="text"]:focus:-moz-placeholder
{
	-moz-transition-property:opacity;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease;
	-moz-transition-delay:0s;
	opacity: 0;
}

 */

/*

Mozilla Firefox 19+

transition does not work... not sure why.

*/
#stQuickSearch input[type="text"]:focus::-moz-placeholder
{
	-moz-transition-property:opacity;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease;
	-moz-transition-delay:0s;
	opacity: 0;
}

/* IE 10+ */
#stQuickSearch input[type="text"]:focus:-ms-input-placeholder
{
	transition-property:opacity;
	transition-duration:0.3s;
	transition-timing-function:ease;
	transition-delay:0s;
	opacity: 0;
}

/* end /st_shared_application/synchtank/css/st-quick-search.css */

/* start /st_shared_application/synchtank/css/frontendautocomplete.css */
.frontendAutoCompleteTTMenu {
  position:fixed !important;
  top:19px !important;
  left:50% !important;
  margin-left:299px !important;
  z-index:99;
  width: 250px;
  margin: 12px 0;
  padding-top: 0;
  padding-bottom:6px;
  padding-left:0;
  padding-right:0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow-y: auto;
	max-height: 75%;
}

.frontend-autocomplete-input.ui-autocomplete-loading {
	background: none; 
}

#autocomplete-search-loading-icon {
	position: absolute;
	display: none;
	top: 2px;
	right: 2px;
}

#autocomplete-search-loading-icon rect + rect {
	fill: #222;
}


.frontendAutoCompleteTTMenu .tt-suggestion {
  padding: 3px 20px;
  line-height: 14px;
}

.frontendAutoCompleteTTMenu .tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0168b3;
}

.frontendAutoCompleteTTMenu .tt-heading {
	margin-left:8px;
	font-size:12px;
	color:#333;
	font-weight:900;
}

.frontendAutoCompleteTTMenu .tt-dataset {
	margin-top:6px;
}

.frontendAutoCompleteTTMenu .tt-dataset:empty {
   display: none;
}

.frontendAutoCompleteTTMenu .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0168b3;

}

.frontendAutoCompleteTTMenu .tt-suggestion p {
  margin: 0;
}

.frontendAutoCompleteTTMenu .gist {
  font-size: 14px;
}

/* adjust the spinner so it's not against the border */
.typeaheadWrapper .ui-autocomplete-loading { background-position-x: calc(100% - 5px); }
/* end /st_shared_application/synchtank/css/frontendautocomplete.css */

/* start /st_shared_application/synchtank/css/bulkupload.css */
#bulkUploadFileSelect
{
	width:100%;
	height:500px;
	text-align:center;
	cursor:pointer;
	line-height:500px;
	font-size:30px;
	color:#666;
	border:2px solid white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.bulkUploadFileSelectDragOver
{
	border:2px dashed #FF0087 !important;
}

#bulkUploadDataInput
{
	display:none;
}

#bulkUploadTabs
{
	width:200px;
	float:left;
}

#bulkUploadTabs ul li
{
	height:27px;
	margin:0;
	padding:10px;
	cursor:pointer;
	opacity:0.3;
	background-color:#e4e4e4;
}

.bulkUploadMp3Image
{
	width:25px;
	height:25px;
	float:left;
	clear:none;
	border:1px solid #333;
	background: url(//d2n4yiee7lv24r.cloudfront.net/RG94/images/image-not-found_100.jpg) no-repeat center center;
	background-size: contain;
}

.bulkUploadMp3Text
{
	font-size:12px;
	line-height:12px;
	width:143px;
	height:12px;
	margin-left:10px;
	margin-top:2px;
	float:left;
	clear:none;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.bulkUploadMp3UploadPercent
{
	color:#ccc;
	font-size:10px;
	line-height:10px;
	width:143px;
	height:10px;
	margin-left:10px;
	margin-top:3px;
	float:left;
	clear:none;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

#bulkUploadTabs .bulkUploadActiveTab
{
	opacity:1.0;
	background-color:#fff;
}

#bulkUploadForm
{
	width:400px;
	float:left;
	clear:none;
	margin-left:10px;
	padding:0px;
}

#bulkUploadForm h1
{
	width:400px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.bulkUploadFormSection
{
	display:none;
}

#bulkUploadSubmitCancel
{
	float:left;
	width:380px;
	clear:none;
	margin-left:10px;
	margin-top:5px;
	text-align:center;
}

#bulkUploadSubmitCancel a.button + a.button
{
	margin-left:5px;
}

#bulkUploadSubmit
{
	opacity:0.5;
}

#bulkUploadSubmitCancel ul
{
	float:left;
	clear:both;
	width:100%;
}

#bulkUploadSubmitCancel ul li
{
	text-align:left;
	margin-top:5px;
	color:#ccc;
}

#bulkUploadFileProgress
{
	width:100%;
	height:2px;
	background-color:#eee;
}

#bulkUploadFileLoadingBar
{
	float:left;
	width:0px;
	height:2px;
	background-color:#FF0087;
}

.bulkUploadPostUpload a.button + a.button
{
	margin-left:5px;
}
/* end /st_shared_application/synchtank/css/bulkupload.css */

/* start /st_shared_application/synchtank/css/synchtank-global/style.css */
body
{
	/*

	this creates some padding for iOS

	*/

	min-width: 1020px;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
	url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
	url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype');
	font-weight: normal;
	font-style: normal;
}

form
{
	overflow: auto;
}

form ul
{
	width: 400px;
	overflow: auto;
	float: left;
	list-style: none;
}

form.selectableCMSItemsForm ul
{
	width: auto;
	float: left;
}

#leftColumn form ul
{
	width: 200px !important;
}

form ul li
{
	display: block;
	overflow: hidden;
	clear: both;
	zoom: 1;

	position: relative;

	/* odd chrome issue, floated buttons need a min height in the parent, or they don't align vertically */
	min-height:22px;
}

form ul li.emailConsentLi {
	overflow: visible;
}

form ul li + li
{
	margin-top: 5px;
}

form.selectableCMSItemsForm ul li + li
{
	margin-top: 0;
}

form ul + ul
{
	margin-left: 180px;
}

form ul li label
{
	float: left;
	display: block;
	line-height: 24px;
	color: #666;
	overflow: hidden;

	/* allow wrapping in labels */
	width: 155px;
	padding-right:5px;
	height: auto;
	min-height: 1px;
}

#leftColumn form ul li label
{
	width: 85px !important;
}

form#EUVatCheckForm ul
{
	width: 500px;
}

form#EUVatCheckForm ul li
{
	line-height: 20px;
}

form#EUVatCheckForm ul li label
{
	width: 180px;
}

form ul li#euVatinfoRow,
form ul li#euVatinfoRow label
{
	font-size: 10px;
	line-height: 11px;
	min-height: 12px;
}

form#EUVatCheckForm ul li#euVatinfoRow
{
	font-size: 10px;
	line-height: 11px;
	position: relative;
	top: -12px;
	left: 0;
}

form#EUVatCheckForm ul li #vat-status-icon
{
	font-family: 'FontAwesome';
	margin-left: 3px;
	line-height: 24px;
}

form#EUVatCheckForm ul li.infoRow label
{
	width: 100%;
	line-height: 18px;
}

.ui-datepicker-trigger
{
	font-family: 'FontAwesome';
	position: absolute;
	right: 4px;
	top: 7px;
	border: none;
	background: none;
	padding: 0;
}

.colorPicker + .fa-icon
{
	font-family: 'FontAwesome';
	position: absolute;
	right: 4px;
	top: 7px;
	border: none;
	background: none;
	padding: 0;
}

#eu_vat_number
{
	width: 90px;
}

#vat-data > ul
{
	background: #f0f0f0;
	padding: 5px;
}

form#EUVatCheckForm .checkBoxInputText
{
	margin-top: 3px;
}

.infoRowContent, .checkboxBeforeLabelContent
{
	display:block;
	float:left;
	margin-bottom:5px;
	width:240px;
}

.infoRowContent img
{
	border: 1px solid #c1c1c1;
}

.labelOnly
{
	width: 388px !important;
	color: #333 !important;
	background-color: #d8d8d8;
	line-height: 14px !important;
	height: 12px !important;
	padding: 5px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.labelOnly a {
    float:right;
}

.labelOnlyToggleHide, .labelOnlyToggleShow
{
	display:inline-block;
	float:right;
	font-size:10px;
	color:#666;
	text-transform:lowercase;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

form ul li .checkBoxInput
{
	float: left;
	margin: 5px;
	width: 14px;
	height: 14px;
}

form ul li .checkBoxInputText
{
	font-size: 10px;
	color: #666;
	display: block;
	margin-top: 6px;
}

form ul li.emailConsentLi .checkBoxInputText {
	float: left;
}

form .selectAutocomplete
{
	float:left;
	clear:both;
	display:none;
}

form .selectAutocompleteList
{
	margin-left:160px;
	float:left;
	clear:both;
	width:240px;
	overflow:auto;
}

form .selectAutocompleteInstructions
{
	float:left;
	width:240px;
	line-height:24px;
	font-size:10px;
}

form ul li input.singleLine
{
	float: left;
	width: 228px;
	height: 14px;
	line-height:14px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #bebebe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


#leftColumn ul li input.singleLine
{
	width: 98px !important;
}

#leftColumn #emailListRequestFormsubscribe ul li select {
    width:200px;
}

#leftColumn #emailListRequestFormsubscribe ul li .asmListItem {
    width:198px;
    float:left;
    overflow:hidden;
}

#leftColumn #emailListRequestFormsubscribe ul li .asmListItemLabel {
    width:160px;
    float:left;
}

form ul li input.fileInput
{
	float: left;
	width: 148px;
	height: 16px;
	color: #666;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
}

form ul li input.singleLineCaptcha
{
	width: 190px ! important;
}

#captchaCheck
{
	display: none;
}

#leftColumn form ul li input.singleLineCaptcha
{
	width: 60px !important;
}

.captcha
{
	float: left;
	cursor: pointer;
	margin-right: 10px;
}

form ul li textarea
{
	float: left;
	width: 228px;
	height: 90px;
	color: #666;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial;
	font-size: 12px;
	resize: none;
	border: 1px solid #bebebe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

form ul li .inputNoEdit
{
	float: left;
	width: 148px;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	font-style: italic;
	font-weight: bold;
	font-family: Courier New, monospace;
}

form ul li select
{
	float: left;
	width: 240px;
}

.datePickerInput
{
	float: right;
}

a.button, a.paginate_active, a.paginate_button, .button
{
	font: normal normal normal 11px/14px 'Lucida Grande', sans-serif;
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center top;
	display: inline-block;
	color: #000 ! important;
	background-color: #ececec;
	padding-left: 8px;
	padding-right: 7px;
	text-decoration: none;
	font-size: 10px;
	line-height: 22px;
	height: 22px;
	text-align: center;
	text-shadow: #fff 1px 1px 0px;
	border: 1px solid #bebebe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

button.button {
	line-height: 12px;
}

button.button:disabled {
	cursor: not-allowed;
	opacity: .5;
}

a.button:visited, a.paginate_active:visited, a.paginate_button:visited
{
	color: #000;
}

a.button:hover, a.paginate_active:hover, a.paginate_button:hover, a.buttonHoverState
{
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center center;
	border-color: #999999;
	color: #000;
	background-color: #f6f6f6;
	transition : border-color 0.8s ease;
	-webkit-transition : border-color 0.8s ease;
	-moz-transition : border-color 0.8s ease;
	-o-transition : border-color 0.8s ease;
}

a.button:active, a.paginate_active:active, a.paginate_button:active, a.buttonActiveState
{
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center bottom;
	text-shadow: none;
	color: #FFF !important;
	border-color: #333 !important;
}

.serverMessage
{
	padding: 5px;
	border: 1px dotted #eee;
	background-color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.formActions
{
	text-align:center;
	padding:5px;
	margin-bottom:5px;
	border: 1px solid #d8d8d8;
	background-color: #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow:auto;
	clear:both;
}

/*

kinda hacky, couldn't get top margin on the formActions at the bottom of the form otherwise

*/

.formActionsBottomShim
{
	float:left;
	width:100%;
	height:5px;
	clear:both;
}

.formActions .button + .button
{
	margin-left:5px;
}

.serverMessage + .formActions, .serverMessage + ul
{
	margin-top:5px;
}

form.sideColumnForm
{
	width: 200px;
}

form.sideColumnForm ul
{
	width: 200px !important;
}

form.sideColumnForm ul li select
{
	width: 200px !important;
}

form ul.scrollableCheckbox
{
	clear: both;
	margin-left: 0 !important;
	height: 348px;
}

.checkBoxInput + label
{
	width: 350px !important;
}

form ul li label.checkboxBeforeLabel
{
	/* reduced to accomodate the checkbox width */
	width: 130px !important;
}

.comments li
{
	clear: both;
	overflow: auto;
	background-color: #f3f3f3;
	padding: 5px;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/comments-background.gif");
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #bebebe;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	zoom: 1;
    position: relative;
}

.comments li + li
{
	margin-top: 5px;
}

.comments li.commentsFormListItem
{
	background: none;
	background-color: transparent;
	padding: 0;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.comments span
{
	font-size: 10px;
	color: #666;
}

.comments p
{
	margin-top: 5px;
}

.comments .commentActions,
.comments li .commentPending,
.comments li .commentRejected
{
    position: absolute;
    top: 5px;
    right: 30px;
}

.comments .commentActions .button
{
    margin-right: 5px;
}

.commentsTextAreaWrap
{
	padding: 5px;
	overflow: hidden;
	height: 88px;
	border: 1px solid #bebebe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.commentsTextAreaWrap textarea
{
	border: 0;
	color: #666;
	width: 100%;
	height: 86px;
	resize: none;
	font-family: arial;
	font-size: 12px;
}

.commentsSubmit
{
	padding-top: 5px;
	text-align: right;
}

.commentsFormServerMessage
{
	float: left;
	line-height: 24px;
}

.commentImage
{
	float: left;
	margin-right: 5px;
	border: 1px solid #333;
}

.commentControls
{
	float: right;
	width: 12px;
	height: 12px;
	visibility: hidden;
}

.showControls .commentControls
{
	visibility: visible;
}

html, body
{
	height: 100%;
}

body
{
	/* fixes annoying fancybox page shift */
	margin-right: auto !important
}

a
{
	cursor: pointer;
	color: #ef6530;
	text-decoration: none;
}

body
{
	font-family: arial;
	font-size: 12px;
}

body.frontEnd
{
	background-color: #fff;
}

a:visited
{
	color: #ef6530;
}

a:hover
{
	color: #960d14;

	transition : color 0.5s ease;
	-webkit-transition : color 0.5s ease;
	-moz-transition : color 0.5s ease;
	-o-transition : color 0.5s ease;
}

#internetExplorerEmptyDiv
{
	height: 0px;
	overflow: hidden;
}

.buttonRow
{
	text-align: left;
	margin-bottom: 10px;
}

.buttonRow .button + .button
{
	margin-left: 5px;
}

#header
{
	width: 1000px;
	height: 60px;
	overflow: hidden;
}

#headerLogo
{
	width: 400px;
	height: 60px;
}

#userArea
{
	width: 600px height;
	color: #666;
}

.horizontalNavList li
{
	display: inline;
}

.horizontalNavList li + li
{
	margin-left: 5px;
}

#userArea li
{
	display: inline;
}

#userArea li + li
{
	margin-left: 5px;
}

body.frontEnd .navigationTabs
{
	width: 1000px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/nav/background.gif") repeat-x;
	overflow: hidden;
	text-transform: uppercase;
}

.downloadFile
{
	height: 20px;
	line-height: 20px;
}

.downloadFileTypePDF
{
	display: inline-block;
	padding-left: 25px;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/icons/pdf.png");
	background-repeat: no-repeat;
	background-position: 0px center;
}

.advancedSearchSelected
{
	background-color: #dadada !important;
	font-weight: bold !important;
}

body.frontEnd #columnWrapper
{
	clear: both;
	width: 1000px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

body.frontEnd #mainContentWrapper
{
	float: left;
	width: 770px;
	overflow: auto;
}

body.noRightColumn #mainContentWrapper
{
	width:1000px;
}

body.frontEnd #mainContent
{
	width: 770px;
	overflow: hidden;
}

body.noRightColumn #mainContent
{
	width:1000px;
}

#leftColumn
{
	float: left;
	clear: both;
	width: 200px;
}

#leftColumn img
{
	max-width: 200px;
}

#leftColumn .itemPreviewText
{
	white-space: normal !important;
}

#midColumn
{
	float: right;
	width: 770px;
	_width: 560px !important;
}

body.noRightColumn #midColumn
{
	width:1000px;
}

#midColumn img
{
	max-width: 770px;
}

body.noRightColumn #midColumn img
{
	max-width:1000px;
}

#leftColumn + #midColumn
{
	width: 560px !important;
}

body.noRightColumn #leftColumn + #midColumn
{
	width: 790px !important;
}

body.noRightColumn #leftColumn + #midColumn img
{
	max-width: 790px;
}

#rightColumn
{
	float: right;
	width: 220px;
}

#auto_page_id_userdownloads .previewGridActions {
    max-width: 500px;
}

#basketDiv
{
    padding: 10px 0;
}

#basketFullDiv {
    margin-bottom:15px;
}

.basketRow {
    cursor: pointer;
    padding: 4px;
    margin-bottom: 2px;
    overflow: hidden;
    background-color: #EEE;
    color: #333;
    background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/playlist-background.gif");
    zoom: 1;
    border: 1px solid #BEBEBE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size:10px;
    line-height: 13px;
}

.basketTotal {
    font-weight:bold;
}

.basketTotal a {
    float:right;
}


#header #basketDiv {
    padding:0px;
    margin:0;
}

#header .basket_total_text {
    width:58px;
    margin:0 0 0 10px;
    float:left;
    font-size:12px;
}

#header #basket_contents a {
    color:#000;
}

#header .basket_total_text span {
    font-weight:bold;
    text-transform : uppercase;
}

#header .basket_image {
    width:32px;
    height:32px;
    float:left;
}

#header #basket_wrapper {
	float:right;
	width:110px;
	border:1px solid #ccc;
    padding:5px;
    margin:10px 0;
}

#header #basket_wrapper:hover {
    background-color: #EEE;
}

div.checkout_payment_buttons {
    margin:10px 0;
}

div.checkout_coupon_codes h2 {
    font-weight:bold;
    font-size:14px;
    margin:10px 0 5px 0;
}

div.coupon_form {
    width:200px;
    float:left;
}

div.coupon_code_message_area {
    width:250px;
    float:left;
    padding-top:5px;
}

.basket_text {
    float:left;
    width:150px;
}
.basket_price {
    float:right;
    width:42px;
    font-weight:bold;
    vertical-align: top;
}
.basket_delete {
    float:right;
    width:12px;
    vertical-align: top;
}

.cart_header {
    background-color:#333;
    color:#fff;
    padding:5px;
    font-weight:bold;
}

.cart_header_info {
    float:left;
    width:532px;
}

.cart_header_quantity {
    float:left;
    width:75px;
    text-align:center;
}

.cart_header_price {
    float:left;
    width:75px;
    text-align:center;
}

.cart_image, .cart_image img {
    float:left;
    width:100px;
    margin-right:7px;
}

.cart_item_quantity_input {
    width:25px;
    margin:0 auto;
}

.cart_text {
    float:left;
    width:425px;
    margin-top:3px;
}

.cart_price {
    float:left;
    width:75px;
    margin-top:6px;
    text-align:center;
}

.cart_quantity {
    float:left;
    width:75px;
    margin-top:6px;
    text-align:center;
}

.checkout_subtotals {
    margin-bottom:5px;
}

.checkout-report-an-issue {
	float:right;
}

.checkout_row {
    padding:3px 0;
    border-bottom:1px dotted #ccc;
}

.subtotals_text {
    float:left;
    text-align:right;
    font-weight:bold;
    width:685px;
    margin-top:6px;
    paddin-right:10px;
}

#checkoutBtn {
    float:right;
    margin-top:3px;
}

#purchaseBtn, .payment_purchaseBtn {
    float:right;
    margin-top:3px;
    margin-left:5px;
}

.payment_insufficient_credit
{
	float:right;
}

#backToCartBtn {
    float:left;
    margin-top:3px;
}

.viewcartButton {
    float:right;
}

#comboLeftColumn
{
	float: left;
	width: 770px;
}

body.noRightColumn #comboLeftColumn
{
	width:1000px;
}

.album_image {
    float:left;
}

.album_artist,
.album_itunes_link,
.album_release_year,
.album_genres,
.album_categories,
.album_catalog_number {
    margin-bottom:7px;
}

.sideColSearchFormWrapper
{
	zoom: 1\9;
	overflow: auto\9;
}

.sideColSearchFormWrapper form
{
	overflow: hidden\9;
}

.facebookFeedWrap
{
	clear: both;
	margin-top: 10px;
}

.facebookStatus img
{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#playlist
{
	list-style: none;
	font-size: 10px;
	line-height: 13px;
}

#playlist li
{
	cursor: pointer;
	padding: 4px;
	margin-bottom: 2px;
	overflow: hidden;
	background-color: #eee;
	color: #333;
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/playlist-background.gif");
	zoom: 1;
	border: 1px solid #bebebe;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.playlistDelete
{
	margin-top: 7px;
	float: right;
}

.playlistImage img
{
	float: left;
	border: 1px solid #666;
	margin-right: 5px;
	background-color: #fff;
}

.playlistTopLine
{
	float: left;
	width: 160px;
	height: 15px;
	white-space: nowrap;
	overflow: hidden;
}

.playlistBottomLine
{
	float: left;
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
}

.playlistLoading
{
	height: 27px;
}

.verticalList
{
	list-style: none;
}

.verticalList li
{
	line-height: 15px;
}

.writers .verticalList + .verticalList
{
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #ccc;
}

.verticalList#premade-mix-component_tracks-vertical-list {
	/*background: #f0f0f0;*/
	padding: 5px 0;
	margin: 0;
}

.verticalList#premade-mix-component_tracks-vertical-list li {
	padding: 2px 0;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 0px;
}

.darkBlock
{
	color: #FFF;
	padding: 5px;
	background-color: #424242;
	overflow: auto;
}

.darkBlock ul
{
	width: 48%;
	float: left;
}

.darkBlock a {
    color:#dedede;
}

.darkBlock a:hover {
    color:#FFF;
}

.lightBlock
{
	color: #3f3f3f;
	padding: 5px;
	background-color: #c6c6c6;
	overflow: auto;
}

.lightBlock ul
{
	width: 48%;
	float: left;
}

.darkBlock + .lightBlock
{
	margin-top:5px;
}

.tweets li
{
	overflow: auto;
}

.tweets li + li
{
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #ccc;
}

.tweets b
{
	font-size: 10px;
	display: block;
	float: left;
	clear: both;
}

.tweets span
{
	float: left;
	clear: both;
	margin-left: 20px;
}

.itemDetailsLeftCol
{
	width: 102px;
	float: left;
	margin-right: 5px;
	text-align: center;
}

.itemDetailsLeftCol img
{
	border: 1px solid #C1C1C1;
}

.itemDetailsMidCol
{
	float: left;
	width: 453px;
}

.itemDetailsRightCol
{
	float: right;
	width: 268px;
	text-align: right;
}

.itemDetailsRightCol .button + .button
{
	margin-left: 5px;
}

.itemDetailsRightCol .button
{
	margin-bottom: 5px;
}

.itemDetailsComboCol
{
	float: left;
	width: 453px;
}

.modalTrackInfo p
{
	width: 600px;
	height: 400px;
	overflow-y: auto;
}

.normalList
{
	padding-left: 17px;
	list-style-type: square;
}

.normalList li + li
{
	margin-top: 5px;
}

p + .normalList
{
	margin-top: 5px;
}

.normalListDate
{
	float: right;
	font-weight: normal;
	font-size: 11px;
	text-transform: lowercase;
	color: #666;
}

.previewGrid
{
	overflow: hidden;
	float: left;
	width: 154px;
	height: 130px;
	text-align: center;
	_width: 140px !important;
}

#leftColumn + #midColumn .previewGrid
{
	width: 140px;
}

#comboLeftColumn .previewGrid
{
	width: 154px;
}

body.noRightColumn .previewGrid, body.noRightColumn #comboLeftColumn .previewGrid
{
	width:200px;
}

body.noRightColumn #leftColumn + #midColumn .previewGrid
{
	width:158px;
}

.albumPreviewTwoLines
{
	height: 142px;
}

.videoPreviewOneLine
{
	height: 105px;
}

.videoPreviewTwoLines
{
	height: 117px;
}

.videoPreviewTheeLines
{
	height: 129px;
}

.videoPreviewOneLine img, .videoPreviewTwoLines img, .videoPreviewTheeLines img, .videoPreviewImage
{
	max-width: 100px !important;
	max-height: 80px;
}

.imageLeftColumnPreview
{
	text-align: center;
}

.imagePreview
{
	height: 107px !important;
}

.imagePreview img
{
	max-width: 100px;
	max-height: 100px;
}

.itemPreviewImage
{
	text-align: center;
}

.itemPreviewSlugImage
{
	background: transparent url('//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-anim_basic_16x16.gif') center center no-repeat !important;
}

.albumPreviewTwoLines .itemPreviewSlugImage
{
	width:100px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

.previewGridListView .itemPreviewSlugImage
{
	width:60px;
	height:60px;
}

.itemPreviewImage img
{
	border: 1px solid #C1C1C1;
	margin-bottom: 3px;
}

.itemPreviewText
{
	text-align: center;
	font-size: 10px;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 12px;
	color: #333;
}

.itemPreviewImage + .itemPreviewText
{
	font-weight: bold;
	font-size: 11px !important;
	line-height: 15px !important;
}

.previewGridListView
{
	clear: both;
	padding: 5px;
	background-color: #ebeced;
	overflow: auto;
	text-align: left !important;
	white-space: normal !important;
	zoom: 1;
}

.previewGridListView .itemPreviewImage
{
	float: left !important;
	width: 67px !important;
	text-align: left !important;
}

.previewGridListView .itemPreviewImage img
{
	width: 60px !important;
	margin: 0 !important;
}

.previewGridListView .itemPreviewText
{
	width: auto !important;
	text-align: left !important;
	padding: 0px !important;
	margin-left: 67px;
	white-space: normal !important;
}

.previewGridListView .itemPreviewText b
{
	font-weight: normal;
}

.itemPreviewListViewOnly
{
	display: none;
}

.previewGridListView .itemPreviewListViewOnly
{
	display: block;
}

.previewGridActions
{
	width: auto;
	float: right;
	text-align: right;
}

.previewGridActions .button + .button
{
	margin-left: 5px;
}

#footer
{
	clear: both;
	padding-top: 15px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}

#footer ul
{
	float: left;
	width: 250px;
	overflow: hidden;
}

#footer li + li
{
	margin-top: 2px;
}

#footer li + li.groupingLabel
{
	margin-top: 10px;
}

#footer .groupingLabel
{
	font-weight: bold;
	color: #960d14;
}

.copyRight, .poweredBy
{
	clear: both;
	width: 1000px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #666;
	text-align: center;
	margin: 0 auto 0 auto;
}

.copyRight
{
	padding-top: 20px;
}

.poweredBy
{
	padding-bottom: 20px;
}

.newsPreview img
{
	float: left;
	margin-right: 5px;
	border: 1px solid #c1c1c1;
}

.newsHeading
{
	font-size: 10px;
	color: #333;
	margin-bottom: 5px;
}

#jqueryDialogWrapper
{
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.gridList li
{
	overflow: auto;
	clear: both;
	background-color: #ebeced;
	color: #333;
	display: inline-block;
	float: left;
	width: 100%;
	zoom: 1;

	/* solves odd chrome issue where ajax content would be hidden until window resize */

	/* showed up on load on enter viewport album page content */

	/* https://stackoverflow.com/questions/8840580 */

	transform: translateZ(0);
}

.gridList div
{
	text-overflow: ellipsis;
}

.gridList .button + .button
{
	margin-left: 5px;
}

.gridListHeader
{
	border-bottom: 1px solid #c1c1c1;
	background-color: #ef6530 !important;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/grid-list-header-row.png");
	background-repeat: repeat-x;
}

.gridListHeader div
{
	font-weight: bold;
	color: #fff;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-shadow: none;
}

.currentTrackInPlayer
{
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/current-track-in-player-background.png");
}

.videoListVideo
{
	float: left;
	width: 52px;
	padding: 5px;
}

.videoListVideo img
{
	border: 1px solid #c1c1c1;
}

.videoListTitle
{
	float: left;
	width: 280px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.videoListTitle a
{
	float: left;
	width:280px;
	overflow: hidden;
	text-overflow:ellipsis;
}

.videoListNotes
{
	float: left;
	display: block;
	width: 100%;
	clear: both;
	font-size: 10px;
	margin-top: 5px;
	line-height: normal;
	white-space: normal;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
}

li.gridListHeader div.videoListVideo
{
	padding-left: 7px !important;
	padding-right: 3px !important;
}

.videoListLength
{
	float: left;
	width: 50px;
	padding: 5px;
	line-height: 22px;
}

.videoListDate
{
	float: left;
	width: 60px;
	padding: 5px;
	line-height: 22px;
}

.videoListActions
{
	float: right;
	width: 50px;
	padding: 5px;
	text-align: right;
}

.videoListProcessing
{
	width: 48px;
	height:38px;
	border: 1px solid #c1c1c1;
	background-color: #fff;
	color: #999;
	text-align: center;
}

.videoListProcessing img
{
	margin-top:11px;
	border: 0;
}

.playlistListImage
{
	float: left;
	width: 102px;
	padding: 5px;
}

.playlistListImage img
{
	border: 1px solid #c1c1c1;
}

.playlistListTitle
{
	float: left;
	width: 130px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.playlistListTitle a
{
	float: left;
}

.playlistListNotes
{
	float: left;
	display: block;
	width: 100%;
	clear: both;
	font-size: 10px;
	margin-top: 5px;
	line-height: normal;
	white-space: normal;
	font-weight: normal;
}

li.gridListHeader div.playlistListImage
{
	padding-left: 7px !important;
	padding-right: 3px !important;
}

.playlistListTracks
{
	float: left;
	width: 50px;
	padding: 5px;
	line-height: 22px;
}

.playlistListViews
{
	float: left;
	width: 40px;
	padding: 5px;
	line-height: 22px;
}

.playlistListDate
{
	float: left;
	width: 70px;
	padding: 5px;
	line-height: 22px;
}

.playlistListActions
{
	float: right;
	width: 105px;
	padding: 5px;
	text-align: right;
}

.synchListImage
{
	float: left;
	width: 102px;
	padding: 5px;
}

.synchListImage img
{
	border: 1px solid #c1c1c1;
}

.synchListTitle
{
	float: left;
	width: 130px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.synchListTitle a
{
	float: left;
}

.synchListNotes
{
	float: left;
	display: block;
	width: 100%;
	clear: both;
	font-size: 10px;
	margin-top: 5px;
	line-height: normal;
	white-space: normal;
	font-weight: normal;
}

li.gridListHeader div.synchListImage
{
	padding-left: 7px !important;
	padding-right: 3px !important;
}

.synchListDate
{
	float: left;
	width: 80px;
	padding: 5px;
	line-height: 22px;
}

.synchListViews
{
	float: left;
	width: 40px;
	padding: 5px;
	line-height: 22px;
}

.synchListActions
{
	float: right;
	width: 115px;
	padding: 5px;
	text-align: right;
}

.sentEmailListDate
{
	float: left;
	width: 80px;
	padding: 5px;
	line-height: 22px;
}

.sentEmailListTitle
{
	float: left;
	width: 300px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.sentEmailListTitle a
{
	float: left;
}

.sentEmailListNotes
{
	float: left;
	display: block;
	width: 100%;
	clear: both;
	font-size: 10px;
	margin-top: 5px;
	line-height: normal;
	white-space: normal;
	font-weight: normal;
}

.sentEmailListActions
{
	float: right;
	width: 350px;
	padding: 5px;
	text-align: right;
}


.trackListNumber
{
    float: left;
    width: 40px;
    padding: 5px;
    text-align:center;
    line-height:22px;
}

.trackListImage
{
	float: left;
	width: 46px;
	padding: 5px;
}

.trackListImage img
{
	border: 1px solid #c1c1c1;
}

.trackListPreviewSlugImage
{
	min-height:46px;
	background: transparent url('//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-anim_basic_16x16.gif') center center no-repeat;
}

.trackListArtist
{
	float: left;
	width: 90px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.trackListArtist a
{
	float: left;
	width: 90px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

li.gridListHeader div.trackListArtist
{
	padding-left: 7px !important;
	padding-right: 3px !important;
}

.trackListAlbum
{
	float: left;
	width: 110px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.trackListTitle
{
	float: left;
	width: 140px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.trackListTitle a
{
	float: left;
	width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.trackListLength
{
	float: left;
	width: 40px;
	padding: 5px;
	line-height: 22px;
}

.trackListBPM
{
	float: left;
	width: 40px;
	padding: 5px;
	line-height: 22px;
}

.trackListActions
{
	float: right;
	width: 170px;
	padding: 5px;
	text-align: right;
}

.trackListPlaylistTrackNotes
{
	font-size: 10px;
	width: 490px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

.playlistItemsListImage
{
	float: left;
	width: 46px;
	padding: 5px;
}

.playlistItemsListImage img
{
	border: 1px solid #c1c1c1;
}

.playlistItemsListTitle
{
	float: left;
	width: 240px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.playlistItemsListTitle a
{
	float: left;
	width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.playlistItemsListLength
{
	float: left;
	width: 40px;
	padding: 5px;
	line-height: 22px;
}

.playlistItemsListActions
{
	float: right;
	width: 170px;
	padding: 5px;
	text-align: right;
}

.playlistItemsListNotes
{
	font-size: 10px;
	width: 490px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

.recipListEmail
{
	float: left;
	width: 225px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.recipListClicks
{
	float: left;
	width: 55px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.recipListViews
{
	float: left;
	width: 55px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.recipListOptOut
{
	float: left;
	width: 85px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.recipListUserActions
{
	float: left;
	width: 85px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.recipListActions
{
	float: right;
	width: 90px;
	padding: 5px;
	text-align: right;
}

.recipActionListDate
{
	float: left;
	width: 160px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.recipActionListAction
{
	float: left;
	width: 380px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.linkListUrl
{
	float: left;
	width: 470px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.linkListClicks
{
	float: left;
	width: 70px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.contactGroupListName
{
	float: left;
	width: 160px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.contactGroupListDate
{
	float: left;
	width: 80px;
	padding: 5px;
	line-height: 22px;
}

.contactGroupListItems
{
	float: left;
	width: 60px;
	padding: 5px;
	line-height: 22px;
}

.contactGroupListActions
{
	float: right;
	width: 200px;
	padding: 5px;
	text-align: right;
}

.groupEmailsListEmail
{
	float: left;
	width: 220px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.groupEmailsListAdded
{
	float: left;
	width: 70px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.groupEmailsListOptOut
{
	float: left;
	width: 70px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.groupEmailsListActions
{
	float: right;
	width: 140px;
	padding: 5px;
	text-align: right;
}

.modalContactGroupEmails
{
	width: 800px;
	height: 500px;
	overflow-x: hidden;
}

.synchStageWrapper
{
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/synchstage-background.gif");
	background-repeat: no-repeat;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.socialSites
{
	height: 20px;
}

p + .socialSites, ul + .socialSites
{
	margin-top: 10px;
}

.socialSites + p
{
	margin-top: 10px;
}

.socialSites li
{
	float: left;
}

.socialSites li + li
{
	margin-left: 10px;
}

.socialSites li, .socialSites li a
{
	display: block;
	width: 20px;
	height: 20px;
}

.socialSites li
{
	background-color: transparent;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png");
	background-repeat: no-repeat;
}

.socialSites li.facebook
{
	background-position: 0px -20px;
}

.socialSites li.myspace
{
	background-position: -20px -20px;
}

.socialSites li.itunes
{
	background-position: -40px -20px;
}

.socialSites li.twitter
{
	background-position: -60px -20px;
}

.socialSites li.youtube
{
	background-position: -80px -20px;
}

.socialSites li.lastfm
{
	background-position: -100px -20px;
}

.socialSites li.rss
{
	background-position: -120px -20px;
}

.socialSites li.vimeo
{
	background-position: -140px -20px;
}

.socialSites li.linkedin
{
	background-position: -160px -20px;
}

.socialSites li.soundcloud
{
	background-position: -180px -20px;
}

.socialSites li.spotify
{
	background-position: -200px -20px;
}

.socialSites li.googleplus
{
	background-position: -220px -20px;
}

.socialSites li.bandcamp
{
	background-position: -240px -20px;
}

.socialSites li.instagram
{
	background-position: -260px -20px;
}

.socialSites li.tumblr
{
	background-position: -280px -20px;
}

.socialSites li.pinterest
{
	background-position: -300px -20px;
}

.socialSites li.flickr
{
	background-position: -320px -20px;
}

.socialSites li.imdb
{
	background-position: -340px -20px;
}



.socialSites li.facebook:hover
{
	background-position: 0px 0px;
}

.socialSites li.myspace:hover
{
	background-position: -20px 0px;
}

.socialSites li.itunes:hover
{
	background-position: -40px 0px;
}

.socialSites li.twitter:hover
{
	background-position: -60px 0px;
}

.socialSites li.youtube:hover
{
	background-position: -80px 0px;
}

.socialSites li.lastfm:hover
{
	background-position: -100px 0px;
}

.socialSites li.rss a:hover
{
	background-position: -120px 0px;
}

.socialSites li.vimeo:hover
{
	background-position: -140px 0px;
}

.socialSites li.linkedin:hover
{
	background-position: -160px 0px;
}

.socialSites li.soundcloud:hover
{
	background-position: -180px 0px;
}

.socialSites li.spotify:hover
{
	background-position: -200px 0px;
}

.socialSites li.googleplus:hover
{
	background-position: -220px 0px;
}

.socialSites li.bandcamp:hover
{
	background-position: -240px 0px;
}

.socialSites li.instagram:hover
{
	background-position: -260px 0px;
}

.socialSites li.tumblr:hover
{
	background-position: -280px 0px;
}

.socialSites li.pinterest:hover
{
	background-position: -300px 0px;
}

.socialSites li.flickr:hover
{
	background-position: -320px 0px;
}

.socialSites li.imdb:hover
{
	background-position: -340px 0px;
}

.modalFormWrapper
{
	width: 400px;
	overflow: hidden;
}

p.fbmlLogin
{
	height: 23px;
}

p + form, div + form, p + p, form + p, .synchStageWrapper + p
{
	margin-top: 10px;
}

.boldList
{
	width: 100%;
}

.boldList li
{
	width: 100%;
	line-height: 20px;
	clear: both;
}

.boldList span
{
	float: right;
	text-align: right;
}

.boldList b
{
	float: left;
}

.boldListItemsToLeft
{
	width: 100%;
	overflow:auto;
}

.boldListItemsToLeft li
{
	width: 100%;
	line-height: 20px;
	clear: both;
}

.boldListItemsToLeft span
{
	float: left;
	display: block;
	width: 475px;
}

.boldListItemsToLeft b
{
	float: left;
	width: 85px;
}

.fileUploadResponse li
{
	padding: 10px;
	border: 1px dotted #666;
	background-color: #eee;
}

.fileUploadResponse li + li
{
	margin-top: 5px;
}

.fileUploadResponse b
{
	float: left;
	width: 200px;
	overflow: hidden;
}

.musicList li
{
	overflow: auto;
	zoom: 1;
	padding: 5px;
	border: 1px dotted #666;
	background-color: #eee;
}

.musicList li + li
{
	margin-top: 5px;
}

.musicList span
{
	float: left;
}

.musicList span p
{
	font-size: 10px;
	line-height: 12px;
}

.musicList span p + p
{
	font-size: 10px;
	margin-top: 2px;
}

.musicList .musicListImage
{
	float: left;
	clear: both;
	margin-right: 5px;
	border: 1px solid #333;
}

.musicList div
{
	float: right;
	clear: right;
}

.musicList .play
{
	float: right;
	clear: right;
	margin-top: 3px;
	margin-bottom: 3px;
}

.play + div
{
	margin-top: 17px;
}

.musicList a
{
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

.musicList a:visited
{
	color: #666;
}

.musicList a:hover
{
	color: #999;
}

.dragAndDropInstructions
{
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	font-family: verdana;
	color: #ccc;
}

.itemDetails
{
	margin-left: 62px;
}

.itemTitle
{
	font-family: helvetica;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
}

.itemTitle a
{
	color: black;
	text-decoration: none;
}

.itemTitle a:visited
{
	color: black;
}

.itemTitle a:hover
{
	color: #666;
}

.postedBy
{
	margin-top: 5px;
	font-family: Lucida Sans Unicode, helvetica, arial;
	font-size: 10px;
	line-height: 12px;
}

.itemSummary
{
	padding-top: 5px;
}

.date
{
	float: left;
	height: 52px;
	width: 52px;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/date.png) no-repeat;
	margin-right: 10px;
	line-height: normal;
}

.date .month
{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding-top: 5px;
	text-transform: uppercase;
}

.date .day
{
	display: block;
	text-align: center;
	padding-top: 5px;
	color: #222;
	font-size: 22px;
	font-weight: bold;
}

.paginateWrap
{
	overflow-x: hidden;
}

.paginate,
form.selectableCMSItemsForm ul.paginate
{
	float: left;
	position: relative;
	left: 50%;
	overflow: visible;
}

.paginate li,
form.selectableCMSItemsForm .paginate li
{
	float: left;
	position: relative;
	right: 50%;
	margin: 1px;
	color: #ccc;
	clear: none;

}

.paginate a,
form.selectableCMSItemsForm .paginate a
{
	display: inline-block;
	height: 22px;
	line-height: 22px !important;
	font-family: Lucida Sans Unicode, helvetica, arial;
	font-size: 10px;
	padding-left: 8px;
	padding-right: 7px;
	border: 1px solid #bebebe;
	color: #000 ! important;
	text-decoration: none;
	background-color: #ececec;
	font: normal normal normal 11px/14px 'Lucida Grande', sans-serif;
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center top;
	text-align: center;
	text-shadow: #fff 1px 1px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.paginate a:visited
{
	color: #000;
}

.paginate a:hover
{
	border-color: #999999;
	background-color: #f6f6f6;
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center center;
	color: #000;
}

.paginateCurrent
{
	background-color: #666 !important;
	color: #ccc !important;
	text-decoration: underline !important;
}

#twitterFeed
{
	height: 48px;
	overflow: hidden;
}

.twitterFeedWrap
{
	height: 48px;
	overflow: hidden;
}

.tweetText
{
	margin-left: 10px;
	margin-right: 10px;
	line-height: 14px;
	height: 28px;
	width: 60%;
	float: left;
}

.tweetUserProfileImage
{
	float: left;
}

.tweetUserProfileImage img
{
	max-height: 28px;
	height: 28px;
}

.tweetImage
{
	float: left;
}

.tweetUserProfileImage + .tweetImage
{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.tweetImage + .tweetText
{
	width: 80%;
}

.tweetUserProfileImage + .tweetText
{
	width: 80%;
}

.tweetUserProfileImage + .tweetImage + .tweetText
{
	width: 60%;
}

.tweetImage img
{
	max-height: 28px;
	height: 28px;

}

.tweetTime
{
	color: #666;
	font-size: 10px;
	text-align: left;
	padding-bottom: 10px;
	line-height: 10px;
	height: 10px;
}

.thumbNails li
{
	display: block;
	width: 245px;
	height: 210px;
	float: left;
	text-align: center;
	overflow: hidden;
}

.thumbNails li div
{
	margin-left: auto;
	margin-right: auto;
}

.thumbLinks
{
	clear: both;
	padding-top: 5px;
	font-size: 10px;
	font-family: Lucida Sans Unicode, helvetica, arial;
}

.thumbDesc
{
	clear: both;
	padding-top: 5px;
}

.cropPhotoModal
{
	width: 610px;
}

.artistPhotoWrapper
{
	width: 250px;
	height: 250px;
	overflow: hidden;
	text-align: center;
}

.defaultArtistPhoto
{
	max-width: 248px;
	max-height: 248px;
	border: 1px solid black;
}

.artistAbout
{
	width: 100%;
}

.artistAbout li
{
	width: 100%;
	height: 24px;
	clear: both;
	zoom: 1;
}

.artistAbout span
{
	float: left;
	white-space: nowrap;
	overflow: hidden;
	width: 160px;
}

.artistAbout b
{
	float: left;
	width: 90px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

.artistTrackListing
{
	width: 695px;
	overflow: auto;
}

.trackImage
{
	border: 1px solid #000;
	float: left;
	margin-right: 5px;
}

.artistBioWrapper
{
	width: 695px;
	overflow: auto;
}

.artistTrackBlock
{
	color: #999;
	clear: both;
	overflow: auto;
	zoom: 1;
}

.artistTrackBlock + .artistTrackBlock
{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 5px;
}

.artistTrackTitle
{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	*display: inline;
}

.artistTrackTitle a
{
	text-decoration: none;
	color: #333;
}

.artistTrackTitle a:visited
{
	color: #333;
}

.artistTrackTitle a:hover
{
	color: #27a3fb;
}

.artistTrackDetails ul
{
	width: 200px;
	float: left;
	display: block;
}

.artistTrackDetails ul li
{
	width: 100%;
	line-height: 14px;
	clear: both;
	font-size: 10px;
	font-family: Lucida Sans Unicode, helvetica, arial;
}

.artistTrackDetails ul li span
{
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

.artistTrackDetails ul li b
{
	float: left;
	width: 80px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

.homepageFeaturedArtistTrackWrapper
{
	width: 695px;
	height: 110px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.homepageFeaturedArtistTrackWrapper ul
{
	overflow: auto;
}

.homepageFeaturedArtistTrackWrapper ul li
{
	float: left;
	width: 100px;
}

.homepageFeaturedArtistTrack
{
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
}

.homepageFeaturedArtistTrackDetails
{
	text-align: center;
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
}

.homepageFeaturedArtistInfoWrapper
{
	overflow: hidden;
	width: 695px;
	height: 290px;
}

.homepageFeaturedArtistInfo
{
	float: left;
	width: 405px;
	height: 290px;
	overflow: hidden;
}

.homepageFeaturedArtistInfo ul
{
	width: 405px;
	float: left;
}

.homepageFeaturedArtistInfo ul li
{
	width: 100%;
	clear: both;
	font-size: 14px;
	line-height: 16px;
	font-family: Lucida Sans Unicode, helvetica, arial;
}

.homepageFeaturedArtistInfo ul li + li
{
	padding-top: 10px;
}

.homepageFeaturedArtistInfo ul li span
{
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

.homepageFeaturedArtistInfo ul li b
{
	float: left;
	width: 110px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

.homepageFeaturedArtistBio
{
	width: 405px;
	overflow: hidden;
	border-top: 1px dotted black;
	margin-top: 10px;
	padding-top: 10px;
	float: left;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}

.artistBio, .photoDesc, .largeTextBlock
{
	font-size: 14px;
	line-height: 20px;
}

.homepageFeaturedArtistPhotoWrapper
{
	float: right;
	width: 280px;
	height: 280px;
	overflow: hidden;
	text-align: center;
}

.homepageFeaturedArtistPhoto
{
	border: 1px solid black;
	max-width: 278px;
	max-height: 278px;
}

.chart li
{
	color: #333;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	overflow: auto;
	clear: both;
	zoom: 1;
	*display: inline;
}

.chart li + li
{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 5px;
}

.chartTrack
{
	float: left;
	border: 1px solid black;
	margin-right: 5px;
}

.chartTrackDetails
{
	margin-top: 10px;
	float: left;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
}

.chartMetricDesc
{
	clear: both;
	overflow: hidden;
	height: 20px;
	padding-top: 8px;
	text-align: center;
	font-size: 22px;
	line-height: 20px;
	font-family: verdana;
	color: #ff0000;
	font-weight: bold;
	text-transform: uppercase;
}

.block980 .chartTrackDetails
{
	width: 700px !important;
}

.chartTrackDetails a
{
	color: #333;
	text-decoration: none;
}

.chartTrackDetails a:visited
{
	color: #333;
}

.chartTrackDetails a:hover
{
	color: #27a3fb;
}

.chartSongTitle
{
	font-size: 14px;
}

.chartTrackMetrics
{
	float: right;
	margin-top: 20px;
	line-height: 15px;
	font-size: 10px;
	width: 70px;
	text-align: center;
}

.chartNumber
{
	float: left;
	width: 45px;
	line-height: 72px;
	text-align: center;
	font-size: 28px;
}

.chartPlaySong
{
	float: right;
}

.searchResults img
{
	border: 1px solid black;
	float: left;
	margin-right: 5px;
}

.videoThumbWrapper
{
	width: 200px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

.videoThumb
{
	border: 1px solid black;
	max-width: 148px;
	max-height: 98px;
}

.horizontalThumbWrapper
{
	width: 980px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.horizontalThumbWrapper ul
{
	overflow: auto;
}

.horizontalThumbWrapper ul li
{
	float: left;
	width: 200px;
}

.thumbWrapper
{
	width: 200px;
	height: 150px;
	overflow: hidden;
	text-align: center;
}

.thumbWrappedPhoto
{
	max-width: 148px;
	max-height: 148px;
	border: 1px solid black;
}

.videoThumbWrappedPhoto
{
	max-width: 148px;
	max-height: 98px;
	border: 1px solid black;
}

.thumbWrappedPhotoDetails
{
	width: 200px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
	overflow: hidden;
}

.fullPhoto
{
	text-align: center;
}

.fullPhoto img
{
	border: 1px solid black;
}

.prevNext
{
	height: 30px;
	float: right;
	font-size: 10px;
}

.fancyBold b
{
	color: #27a3fb;
}

.flickrWrapper
{
	background-color: #000;
	text-align: center;
}

#playerCodeForm select
{
	margin-bottom: 10px;
}

#playerCodeForm textarea
{
	width: 420px;
	height: 280px;
	font-size: 12px;
	color: #666;
	font-family: Courier New, Courier New, Courier6, monospace;
}

#advancedSearch
{
	margin-top:0px;
}

.advancedSearchBorder
{
	margin-bottom: 4px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 4px;
	border: 1px solid #bebebe;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 10px;
}

.advancedSearchTopRow
{
	margin-bottom: 4px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 10px;
}

.advancedSearchBlock
{
	width: 244px;
	height: 155px;
	overflow: hidden ! important;
	float: left;
}

body.noRightColumn .advancedSearchBlock
{
	width:320px;
}

body.noRightColumn .advancedSearchBlock + .advancedSearchBlock
{
	width:321px;
}

.advancedSearchDoubleBlock
{
	width: 502px;
	height: 145px;
	overflow: hidden ! important;
	float: left;
}

.advancedSearchBlock + .advancedSearchBlock, .advancedSearchBlock + .advancedSearchDoubleBlock
{
	margin-left: 4px;
}

.advancedSearchClear + .advancedSearchBlock
{
	margin-left: 0 !important;
}

.advancedSearchHeading
{
	padding-left: 5px;
	line-height: 20px;
	height: 20px;
	background-color: #ebeced;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}

.advancedSearchScrollBox
{
	height: 135px;
	overflow-y: auto;
	overflow-x: hidden;
}

.advancedSearchCheckBoxList li
{
	overflow: hidden;
	height: 20px;
	background-color: #ebeced;
	border-top: 1px solid #FFF;
	display: inline;
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

.advancedSearchCheckboxWrap
{
	float: left;
	width: 20px;
	font-size: 10px;
	line-height: 10px;
}

.advancedSearchCheckboxWrap input
{
	width: 10px;
	height: 10px;
	margin: 5px;
	padding: 0;
}

.advancedSearchLabel
{
	white-space:nowrap;
	float: left;
	cursor: pointer;
	width: 223px;
	line-height: 20px;
	color: #333;
}

.narrowedTo
{
	width: 100%;
}

.narrowedTo .advancedSearchLabel
{
	width: 735px !important;
}

.advancedSearchNonCheckLabel
{
	display: block;
	float: left;
	width: 65px;
	line-height: 22px;
	margin-right: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.advancedSearchSingleLineInput
{
	float: left;
	margin-right: 4px;
	width: 181px;
	height: 14px;
	line-height:14px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #bebebe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.advancedSearchSubmitButton
{
	float: left;
	width: 40px;
}

.advancedSearchSelectInput
{
	width: 243px;
	margin-bottom: 10px;
}

.advancedSearchFacetCount
{
	margin-left: 5px;
	color: #999;
}

.advancedSearchClear
{
	clear: both;
	display: none;
}

#previewResults
{
	width: 511px;
	height:24px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #999;
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	text-align: right;
	float:right;
}

#advancedSearchTermInputWrapper
{
	width: 254px;
	height:24px;
	overflow:visible;
	white-space:nowrap;
	float:left;
	margin-bottom:4px;
}

/* WebKit */
#advancedSearch #searchTerm::-webkit-input-placeholder, .searchBoxTextWrap input::-webkit-input-placeholder
{
    color: #d1d1d1;
}

/* Mozilla Firefox 4 to 18 */
#advancedSearch #searchTerm:-moz-placeholder, .searchBoxTextWrap input:-moz-placeholder
{
    color: #d1d1d1;
}

/* Mozilla Firefox 19+ */
#advancedSearch #searchTerm::-moz-placeholder, .searchBoxTextWrap input::-moz-placeholder
{
    color: #d1d1d1;
}

/* IE 10+ */
#advancedSearch #searchTerm:-ms-input-placeholder, .searchBoxTextWrap input:-ms-input-placeholder
{
    color: #d1d1d1;
}

/*

cool fade effect for all placeholders on focus

be sure to cover webkit, old style moz, new style moz, and ie 10

*/

/* WebKit */
input[type="text"]:focus::-webkit-input-placeholder
{
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:ease;
	-webkit-transition-delay:0s;
	opacity: 0;
}

/*

Mozilla Firefox 4 to 18

does not work, the entire input element gets the opacity of zero

input[type="text"]:focus:-moz-placeholder
{
	-moz-transition-property:opacity;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease;
	-moz-transition-delay:0s;
	opacity: 0;
}

 */

/*

Mozilla Firefox 19+

transition does not work... not sure why.

*/
input[type="text"]:focus::-moz-placeholder
{
	-moz-transition-property:opacity;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease;
	-moz-transition-delay:0s;
	opacity: 0;
}

/* IE 10+ */
input[type="text"]:focus:-ms-input-placeholder
{
	transition-property:opacity;
	transition-duration:0.3s;
	transition-timing-function:ease;
	transition-delay:0s;
	opacity: 0;
}

.advancedSearchRow
{
	overflow: auto;
	overflow-x: hidden;
	clear: both;
}

.advancedSearchRow + .advancedSearchRow
{
	margin-top: 5px;
}

.advancedSearchSliderWrap
{
	float: left;
	width: 220px;
	height: 40px;
	padding: 5px;
}

.advancedSearchSliderWrap + .advancedSearchSliderWrap
{
	margin-left: 35px;
}

body.noRightColumn .advancedSearchSliderWrap
{
	width: 270px;
	margin-left:10px;
	margin-right:10px;
}

body.noRightColumn .advancedSearchSliderWrap + .advancedSearchSliderWrap
{
	margin-left:52px;
}

.advancedSearchSliderWrapHeading
{
	line-height: 10px;
	height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 2px;
}

.advancedSearchYourSearch
{
	font-size: 10px;
	line-height: 15px;
	color: #333;
	overflow-x: hidden;
}

.advancedSearchYourSearch li
{
	overflow: hidden;
	height: 15px;
	padding-left: 10px;
	display: inline;
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

.advancedSearchYourSearchHeading
{
	padding-left: 0px !important;
	font-weight: bold;
	text-transform: uppercase;
}

li + .advancedSearchYourSearchHeading
{
	margin-top: 5px;
}

.advancedSearchYourSearchSort
{
	margin-top: 2px;
}

.advancedSearchYourSearchButtons
{
	margin-top: 8px;
	overflow: auto;
}

.advancedSearchYourSearchButtons .button
{
	float: left;
}

.advancedSearchYourSearchButtons .button + .button
{
	margin-left: 5px;
}

h1
{
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 14px;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}

.headerDiv
{
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 14px;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}

.headerDiv span
{
	float: right;
	font-weight: normal;
	font-size: 11px;
	text-transform: lowercase;
}

.headerDiv span > span.brackets
{
	float: left;
}

.horizontalRuleWithText
{
    width: 100%;
    height: 1em;
    border-bottom: 1px solid black;
    margin-bottom: 1em;
    text-align: center;
}

.horizontalRuleWithText span
{
    font-size: 1.5em;
    background-color: #fff;
    padding: 0 0.5em;
}

a.gridListViewButton
{
	display: block;
	width: 14px;
	height: 14px;
	/* REPLACED WITH CSS BASED IMAGE
	 background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/list-grid-view.png");
	 background-repeat: no-repeat;
	 background-position: 0px 0px;
	*/
	margin-left:5px;
}

/* REPLACED WITH CSS BASED IMAGE
a.listView
{
	background-position: -14px 0px !important;
}
*/

/* GRID LIST VIEW BUTTON - CSS BASED IMAGE */

	a.gridListViewButton
	{
		height: 16px;
	}

	a.gridListViewButton > div
	{
		overflow: hidden;
		width: 14px;
		height: 16px;
	}

	a.gridListViewButton > div > div
	{
		width: 2px;
		height: 2px;
		float: left;
		margin: 1px;
		background: #666666;
	}

	a.gridListViewButton.listView > div > div
	{
		background: none;
		border-left: 2px solid #666666;
		border-right: 16px solid #666666;
		margin: 1px 0;
	}

	a.gridListViewButton > div > div:nth-child(4n+1),
	a.gridListViewButton > div > div:first-child
	{
		margin-left: 0;
	}

	a.gridListViewButton > div > div:nth-child(4n+0)
	{
		margin-right: 0;
	}

	a.gridListViewButton div:hover div
	{
		background: #333333;
	}

	a.gridListViewButton.listView div:hover div
	{
		background: none;
		border-color: #333333;
	}

/* end of GRID LIST VIEW BUTTON - CSS BASED IMAGE*/

.loadingBar
{
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/loading-bar.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

.error
{
	font-weight: bold;
	font-style: italic;
	color: red;
}

.warn
{
	font-weight: bold;
	font-style: italic;
	color: #FF8C00;
}

.success
{
	font-weight: bold;
	font-style: italic;
	color: green;
}

.divided
{
	overflow: auto;
	clear: both;
	overflow-y: hidden;
}

div.divided + div.divided
{
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dotted #666;
}

.sparkLineList
{
	line-height: 15px;
}

.sparkLineList li + li
{
	margin-top: 10px;
}

.sparkLineList b
{
	margin-left: 10px;
	margin-right: 10px;
}

.paginate a:active
{
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center bottom;
	text-shadow: none;
	color: #FFF !important;
	border-color: #333 !important;
}

.searchBoxSubmitWrap
{
	float: left;
	width: 24px;
	height: 24px;
}

.searchBoxTextWrap
{
	float: left;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/search-bg.png");
	background-repeat: repeat-x;
	width: 172px;
	height: 24px;
	overflow: hidden;
}

.searchBoxTextInput
{
	border: 0;
	width: 172px;
	color: #666;
	font-size: 11px;
	line-height: 11px;
	margin-top: 5px;
	background-color: transparent;
}

.searchBoxCancelWrap
{
	float: left;
	width: 24px;
	height: 24px;
}

.itemList
{
	width: 100%;
}

.itemList li
{
	font-family: Lucida Sans Unicode, helvetica, arial;
	font-size: 10px;
	clear: both;
	overflow: auto;
	background-color: #f3f3f3;
	padding: 5px;
	border: 1px solid #bebebe;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.itemList li + li
{
	margin-top: 5px;
}

.itemList li span
{
	float: left;
	white-space: nowrap;
	font-weight: normal;
}

.itemList li span + span
{
	float: right;
	white-space: nowrap;
}

.alt
{
	background-color: #e5e5e5 !important;
}

.selected, tr.selected td
{
	background-color: #ff6d3d !important;
	background-image: none !important;
}

.selected, .selected a, .selected a:visited, .selected a:hover, tr.selected td, tr.selected td a, tr.selected td a:visited, tr.selected td a:hover
{
	color: #000 !important;
}

.userPurchasesListDate
{
	float: left;
	width: 80px;
	padding: 5px;
	line-height: 22px;
}

.userPurchasesListInvoice
{
	float: left;
	width: 80px;
	padding: 5px;
	line-height: 22px;
}

.userPurchasesListAmount
{
	float: left;
	width: 100px;
	padding: 5px;
	line-height: 22px;
}

.userPurchasesListPayment
{
	float: left;
	width: 100px;
	padding: 5px;
	line-height: 22px;
}

.userPurchasesListActions
{
	float: right;
	width: 115px;
	padding: 5px;
	text-align: right;
}

.licenseWrap
{
	overflow: auto;
	margin-bottom: 5px;
}

.licenseList
{
	width: 250px;
	float: left;
	line-height: 20px;
	color: #333;
}

.licenseList li
{
	line-height: 20px;
	clear: both;
}

.licenseList span
{
	display: block;
	width: 175px;
	float: left;
}

.licenseList b
{
	display: block;
	width: 75px;
	text-transform: uppercase;
	float: left;
}

.licensePurchase
{
	width: 250px;
	float: right;
	text-align: right;
}

.modalLicenseAgreement
{
	width: 700px;
	height: 350px;
}

.modalLicenseAgreement .licenseText
{
	width: 678px;
	height: 228px;
	border: 1px solid #999;
	padding: 10px;
	overflow-y: auto;
}

.modalLicenseAgreement #tabs .licenseText
{
	height: 180px;
}

.licenseAgreement .licenseText {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 10px;
	height: 300px;
	overflow-y: auto;
}
.licenseButtons
{
	padding: 10px;
	text-align: center;
}

.licenseButtons .button + .button
{
	margin-left: 5px;
}







.albumTrackList
{
	width: 100%;
}

.albumTrackList li
{
	width: 100%;
	line-height: 20px;
	clear: both;
}

.albumTrackList span
{
	float: left;
}

.albumTrackList b
{
	float: left;
	width:0px;
	overflow:visible;
}

.albumTrackList b + span
{
	margin-left:25px;
}

.newsletterImageWrap
{
	margin-bottom:10px;
}


.invoiceListImage
{
	float: left;
	width: 46px;
	padding: 5px;
}

.invoiceListImage img
{
	border: 1px solid #c1c1c1;
}

.invoiceListDetails
{
	float: left;
	width: 270px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.invoiceListDetails a
{
	float: left;
}

.invoiceListDetails ul
{
	float: left;
	display: block;
	width: 270px;
	clear: both;
	font-size: 10px;
	margin-top: 0px;
	line-height: normal;
	white-space: normal;
	font-weight: normal;
}

.invoiceListDetails li
{
	background-color: transparent;
	overflow: auto;
}

.invoiceListDetails li + li
{
	margin-top: 2px;
}

.invoiceListDetails li b
{
	display: block;
	float: left;
	width: 60px;
}

.invoiceListDetails li span
{
	display: block;
	width: 210px;
	float: right;
}

li.gridListHeader div.invoiceListImage
{
	padding-left: 7px !important;
	padding-right: 3px !important;
}

.invoiceListActions
{
	float: right;
	width: 210px;
	padding: 5px;
	text-align: right;
}


.clear {clear:both;}

/* solves weird empty datepicker div bug */
#ui-datepicker-div { display:none }

.ui-tooltip-default
{
	/* copy jquery ui autocomplete style */
	width:160px;
	background: white url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222;
	border: 1px solid #AAA;
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow:5px 5px 10px #666;
	-webkit-box-shadow:5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
}

.ui-tooltip-default .ui-tooltip-content
{
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:2px;
}

.stToolTipLinkList li
{
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}

.stToolTipLinkList li + li
{
	border-top:1px dotted #e7e7e7;
}

.stToolTipLinkList li a, .stToolTipLinkList li a:visited
{
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #212121;
	border: 1px solid #FFF;
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	padding: .2em .4em;
	margin-bottom:-1px;
	line-height: 1.5;
	zoom: 1;
}

.stToolTipLinkList li a:hover
{
	border-color: #999999;
	background: #dadada url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

.form-tooltip-text {
	padding: 10px;
}

.form-tooltip-icon {
	margin-left: 3px;
}

/* accordion css */
.accordion {
     overflow:hidden;
}

.accordion ul li h2 {
    padding:5px 0px;
    display:block;
    font-weight:bold;
}

.accordion ul li h2:hover {
    background-color:#EEE;
}

.accordion ul li ul {
	display:none;
}

.accordion ul li ul li {
    padding:3px 0;
}


/* Album Genre Filters */
#album_genre_links li {
    border:1px solid #ccc;
}

#album_genre_links li + li {
    border-top:0px;
}

#album_genre_links li a {
    display:block;
    padding:5px;
}

#album_genre_links li a:hover {
    background-color:#ccc;
}

#album_genre_links li a.genre_selected {
    background-color:#ccc;
}

/* CWR data layout */
.cwrDetailedInfoModal table
{
	font-size:10px;
	width:900px;
	border:1px solid #eee;
	border-collapse: collapse;
}

.cwrDetailedInfoModal table th
{
	font-weight:bold;
	text-transform:uppercase;
	white-space:nowrap;
}

.cwrDetailedInfoModal table td
{
	border:1px dotted #eee;
	border-collapse: collapse;
}

.cwrDetailedInfoModal table td, .cwrDetailedInfoModal table th
{
	padding:3px;
}


h1.album_section_title {
    line-height:17px;
    padding-bottom:5px;
}

.album_section_title a.album_section_download_btn {
    margin-top:-5px;
    text-transform: capitalize;
    font-size: 90%;
}

.album_section_download_btn {
    float:right;
}

.modalPlacementTrack {
	margin-top: 10px;
}

.modal_placement_description, .modal_artistimage_description {
    clear:both;
    margin-top:10px;
}

.ui-corner-all
{
	font-size:12px;
	color:#000;
	font-family:helvetica, arial, sans;
}

.ui-autocomplete .autoCompleteDesc {
	float:right;
	text-align:right;
	padding-left:5px;
	width:20%;
	font-size:10px;
	color:#999;
}

.ui-autocomplete li.ui-menu-item + li.ui-menu-item
{
	border-top:1px dotted #e7e7e7;
}

.ui-autocomplete a
{
	overflow-x:hidden;
}

.ui-autocomplete {
	position: absolute;
	cursor: default;
	width:240px;
	box-shadow:5px 5px 10px #666;
	-webkit-box-shadow:5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
}

.ui-autocomplete-loading
{
	background: white url('//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-datepicker, .ui-dialog
{
	font-family:helvetica, arial, sans;
	box-shadow:5px 5px 10px #666;
	-webkit-box-shadow:5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
}

.qtip
{
	padding:0;
}

body .ui-tooltip {
	border-width: 1px;
}

.album_holder {
    margin:0 5px;
    height:220px;
    width:128px;
    float:left;
}

.album_text {
    width:128px;
    text-align:left;
}

.album_image img {
    width: 128px;
    margin: 0 5px;
}

.album_title_text {
    margin-top:5px;
    margin-bottom:2px;
    display:inline-block;
    text-align:left;
}

.album_artist_text, .album_genre_text {
    margin-top:5px;
    display:inline;
    text-align:left;
}

.album_artist_text {
    font-size:11px;
    font-weight:bold;
}

.album_genre_text {
    font-size:10px;
    text-decoration:underline;
}

video + p, .mejs-container + p
{
	margin-top:10px;
}




/* shopitem CSS */
.shopitem_preview_box {
    width:177px;
    margin:0 15px 0 0;
    padding:0;
    float:left;
}

.shopitem_image_wrapper {
    overflow:hidden;
    height:177px;
    width:177px;
}

.shopitem_preview_box img {
    width:177px;
}

.shopitem_preview_text {
    margin:5px 0 20px 0;
}

.shopitem_preview_text a {
    font-weight:bold;
    margin-right: 5px;
}

.shopitem_preview_text  + .shopitem_preview_text {
    margin:3px 0 20px 0;
}

.shopitem_wrapper {

}

.shopitem_image, .shopitem_image img {
    width:250px;
    float:left;
}

.shopitem_text {
    width:490px;
    margin-left:15px;
    float:left;
}

/* end shopitem CSS */

body.mce-content-body
{
	/* without this, we get horizontal scroll bars in the tiny mce editor */
	min-width:0 !important;

	/* add in some margin. can't add to container due to weirdness/black left border in IE10 */
	margin:5px !important;
}






/* CSS for zclip buttons. These are passed through the zclip swf to the element the swf is attached to */
#clipboard-copy-button-trackinglink { float:right; }
#clipboard-copy-button-trackinglink.zeroclipboard-is-hover,
#clipboard-copy-button-playlist.zeroclipboard-is-hover {
    background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center center;
    border-color: #999999;
    color: #000;
    background-color: #f6f6f6;
    transition : border-color 0.8s ease;
    -webkit-transition : border-color 0.8s ease;
    -moz-transition : border-color 0.8s ease;
    -o-transition : border-color 0.8s ease;
}
#clipboard-copy-button-trackinglink.zeroclipboard-is-active,
#clipboard-copy-button-playlist.zeroclipboard-is-active {
    background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center bottom;
    text-shadow: none;
    color: #FFF !important;
    border-color: #333 !important;
}

/* Bg color for the table header when copying playlists */
.copy_playlist_header { background-color:#CCC; }



.user_restrictions_list {
    margin-top:10px;
    margin-bottom:10px;
}

/* show and hide elements based on the user who is logged in */

.dynamicUserLoggedIn, .dynamicUserJobsAccess
{
	/* hide by default */
	display:none !important;
}

body.currentUserLoggedIn .dynamicUserLoggedIn, body.currentUserJobsAccess .dynamicUserJobsAccess
{
	/* then display if the body has the class currentUserLoggedIn */
	display:inline-block !important;
}

body.currentUserLoggedIn .stToolTipLinkList .dynamicUserLoggedIn, body.currentUserJobsAccess .stToolTipLinkList .dynamicUserJobsAccess
{
	/* then display if the body has the class currentUserLoggedIn */
	display:block !important;
}

/* show and hide elements based on the user who is logged in */

table.dataTable
{
	background: rgb(125, 125, 125);
	background: rgba(255,255,255,0.5);
}

table.dataTable thead th
{
	color: #000;
	border-bottom: none;
}

.gridList .gridListHeader
{
	background-color: rgb(125,125,125)!important;
	background-color: rgba(255,255,255,0.5)!important;
	background-image: none;
	border: none;
}

.gridList li,
.gridListHeader div
{
	color: #000;
}

.cp-color-picker
{
	z-index: 9999;
}

.fa-icon
{
	font-family: 'FontAwesome';
}

.headerDivBreadCrumbs
{
	display:inline-block;
	vertical-align: baseline;
	height:12px;
	line-height:12px;
	font-size:12px;
	padding-left:8px;
}

.headerDivBreadCrumbs ul li
{
	float:left;
	padding-left:8px;
	padding-right:8px;
	border-left:1px solid #333;
}

.currentHeaderDivBreadCrumb
{
	font-weight:600;
}

.termsAndConditionsApprovalScrollText
{
	text-align: center;
	background: #f0f0f0;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
}

form#termsAndConditionsApprovalForm
{
	margin-top: 20px;
}

form#termsAndConditionsApprovalForm ul li
{
	text-align: center;
}

form#termsAndConditionsApprovalForm ul li .button
{
	float: none;
}

form#termsAndConditionsApprovalForm .success
{
	text-align: center;
}

.brackets:before
{
	content: "[ ";
}
.brackets:after
{
	content: " ]";
}







.userItemViewColumn
{
	width: 495px;
	float: left;
}

.userItemViewColumn + .userItemViewColumn
{
	margin-left: 10px;
}

ul.userItemViewColumn li
{
	line-height: 24px;
	min-height: 24px;
	/* the auto causes floated content to fill out the li container */
	overflow:auto;
	/* but then we need to prevent scroll bars form showing up */
	overflow-x:hidden;
	overflow-y:hidden;
}

ul.userItemViewColumn li + li
{
	margin-top: 5px;
}

.userItemViewColumnLabel
{
	float: left;
	width: 160px;
	min-height: 24px;
	color: #333;
	font-weight:bold;
}

.userItemViewColumnLabel:after
{
	content: ":";
}

.userItemViewColumnContent
{
	display: block;
	float: right;
	width: 325px;
	color: #666;
	overflow:auto;
}

.userItemViewColumnContent p
{
	line-height:18px;
	margin-top:3px;
	overflow:auto;
}

.userItemViewColumnHeading
{
	color: #333;
	background-color: #d8d8d8;
	line-height: 12px;
	height: 12px;
	min-height: 12px;
	padding: 5px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.userItemViewColumnActions .button + .button
{
	margin-left:5px;
}

.tabs-external-matched.ui-tabs {
    margin-top: 0.5em
}
.tabs-external-matched.ui-tabs .ui-tabs-panel {
    padding: 0;
}
.forManualMatchPage {
    display: none;
}
#modalExternalPlaylistForm p {
    background-color: #00c750;
    color: white;
    padding: 6px;
}
#modalExternalPlaylistForm a.createButton {
    display: none;
}
#modalExternalPlaylistForm a.saveButton {
    margin-right: 1em;
}
#modalExternalPlaylistForm ul {
    width: 686px;
}
#modalExternalPlaylistForm ul li label {
    width: 350px;
}
#modalExternalPlaylistForm ul li input[type=text] {
    width: 319px;
}
ul.gridList.externalMatched .trackListCheckbox,
ul.gridList.externalManual .trackListCheckbox {
    float: left;
    width: 15px;
    padding: 5px;
}
ul.gridList.externalMatched .trackListArtistTitle,
ul.gridList.externalMatched .trackListExternalTrack,
ul.gridList.externalManual .trackListExternalTrack {
	float: left;
	width: 200px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}
ul.gridList.externalMatched .trackListExternalTrack,
ul.gridList.externalManual .trackListExternalTrack {
    width: 250px;
    height: 80px;
}
ul.gridList.externalMatched li.gridListHeader .trackListExternalTrack,
ul.gridList.externalManual li.gridListHeader .trackListExternalTrack {
    height: auto;
}
ul.gridList.externalMatched li.gridListHeader div.trackListArtistTitle,
ul.gridList.externalMatched li.gridListHeader div.trackListExternalTrack,
ul.gridList.externalManual li.gridListHeader div.trackListExternalTrack {
	padding-left: 7px !important;
	padding-right: 3px !important;
}
ul.gridList.externalMatched .trackListMatchedBy {
	float: left;
	width: 70px;
	padding: 5px;
	line-height: 22px;
}
ul.gridList.externalMatched .trackListActions {
	float: left;
	width: 100px;
	padding: 5px;
	line-height: 22px;
}
ul.gridList.externalManual .trackListRank {
	float: left;
	width: 70px;
	padding: 5px;
	line-height: 22px;
}
ul.gridList.externalManual .trackListLength {
	float: left;
	width: 90px;
	padding: 5px;
	line-height: 22px;
}
ul.gridList.externalMatched li.nomatch div {
    color: #bbb;
}
ul.gridList.externalMatched li.nomatch input {
    visibility: hidden;
}

/* -------- dropzone js CSS -------- */

.fileUploadButtonTemplate, .fileUploadPreviewTemplate, .fileUploadPreviewContainerTemplate {
	display: none;
}

form .dragAndDropFiles
{
	float:left !important;
}

/* -------- dropzone js CSS -------- */

.bxslider .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.thumbs-up, .thumbs-down {
    margin-bottom: -1px;
    cursor: pointer;
}
.thumbs-down {
    margin-left: 1px;
}

/* -------- playlist popup CSS -------- */

#addToMutliPlaylists { width: 500px;overflow-y: auto; max-height: 500px; }
.add-to-playlist-popover-form  h2 { margin-bottom: 5px; font-weight: bold; font-size: 13px; line-height: 14px; }
.add-new-playlist { overflow: hidden; margin-bottom: 10px; }

.new-playlist-title { padding: 7px 5px; float: left; }

.new-playlist-submit { float: left; padding: 10px; }

#currentPlaylists { margin-top: 15px; overflow: auto; max-height: 200px; }
#track_playlists .actionColumn { text-align: center; }
#track_playlists .removeFromPlaylist { cursor: pointer; float: none!important; display: initial!important;}
.fancybox-outer #track_playlists_wrapper .dataTables_info,
.modal-body #track_playlists_wrapper .dataTables_info,
.fancybox-outer #track_playlists_wrapper .dataTables_length,
.modal-body #track_playlists_wrapper .dataTables_length,
.fancybox-outer #track_playlists_wrapper .dataTables_filter,
.modal-body #track_playlists_wrapper .dataTables_filter { display: none; }

@media (max-width:500px)
{
	table#track_playlists thead th + th,
	table#track_playlists tbody tr td + td { display: none; }
	table#track_playlists thead th + th + th +th ,
	table#track_playlists tbody tr td + td + td + td { display: table-cell; }

	#addToMutliPlaylists {width: 100%; }
	table.dataTable#track_playlists {table-layout: auto; }
}

.select2-results li { overflow: hidden; }
.select2-result-label .span2 { float: left; width: 15px; height: 15px; max-width: 10%; }
.select2-result-label .span2 img { height: 15px; width: auto; max-width: 100%; }
.select2-result-label .span10 { width: 88%; float: left; padding-left: 2%; font-size: 12px; line-height: 15px; }

/* -------- playlist popup CSS -------- */


/****** BOF WAVEFORM ********/

.waveformScrubberWrapper {
	float: left;
	background-color: #262626;
	width: 100%;
	height: 40px;
	position: relative;
}

.waveform {
	float: left;
	clear: both;
	margin-top: -40px;
	width: 100%;
	height: 40px;
	overflow: visible;
}

.scrubberBackground { background: #fff; }
.waveformScrubberWrapper.waveformIncluded .scrubberBackground {
	background: #ddd;
}
.previewGridListView .scrubberBackground { background: #ffffff; }

.scrubberWrapper {
	zoom: 1;
	margin-top: 0px;
	width: 100%;
	height: 40px;
	float: left;
	clear: none;
	overflow: hidden;
	background: #e5e5e5;
}

.waveformWrapper {
	width: 100%;
	height: 40px;
	position: relative;
	top: 0;
	left: 0;
	overflow: visible;
}

.waveform svg
{
	width:100%;
	height:40px;
	shape-rendering:crispEdges;
	overflow:hidden;
	cursor:pointer;
}

.waveform svg defs + rect
{
	fill:#262626;
}
.waveform svg defs + rect { fill: #fff; }
.previewGridListView .waveform svg defs + rect { fill: #ebeced; }
.previewGridListView.alt .waveform svg defs + rect { fill: #e5e5e5; }

.waveform svg defs rect
{
	/* white is full opacity for our mask */
	fill:#FFF;
	width:100%;
	height:40px;
}

.waveform svg line
{
	/* black is no opacity for our mask */
	stroke: #000;
	stroke-width:1px;
	stroke-linecap:butt;
}

.scrubberPlayingBar {
	background-color: #FF0087;
	zoom: 1;
	width: 0px;
	height: 38px;
	margin: 0px 1px 1px 0;
	position: relative;
	top: 0;
	left: 0;
}

.scrubberLoadingBar {
	zoom:1;
	width:0px;
	height:38px;
	/* solves odd browser overap issues, especially IE */
	margin:0px 1px 1px 0;
	background-color:#d4d4d4;
	float:left;
	clear:none;
	cursor:pointer;
}

.waveformLoading {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
	width: 100%;
	height: 15px;
	z-index: 1;
	color: #999;
}

/****** EOF WAVEFORM ********/

/***************************************/
/******** BOF: COOKIES BANNER **********/
/***************************************/

#cookieConsentWrapper {
	padding: 1em;
	display: block;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	padding: 0;
}

#cookieConsentContainer {
	padding: 18px 0;
	width: 1000px;
	margin: 0 auto;
}
#cookieConsentText a,
#cookieConsentText a:visited {
	color: #fff;
	text-decoration: underline;
}

#cookieConsentText a:hover {
	color: #f0f0f0;
}

#cookieConsentText h1 {
	color: #fff;
}

#cookieConsentForm {
	margin: 15px 0;
}

#cookieConsentForm a.button,
#cookieConsentForm a.button:visited {
	font-size: 14px;
	padding: 5px 15px;
	color: #fff!important;
	opacity: 1;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	border: none;
	text-shadow: none;
}

#cookieConsentForm a.button:hover {
	opacity: 0.6;
}

#cookieConsentForm a#button-accept,
#cookieConsentForm a#button-accept:visited {
	background: #EA168C;
}

#cookieConsentForm a#button-decline {
	background: #000;
}

/***************************************/
/******** BOF: COOKIES BANNER **********/
/***************************************/
/***************************************/
/**** BOF: EMAIL CONSENT BANNER ********/
/***************************************/

#emailConsentWrapper { width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.8); position: fixed; bottom: 0; left: 0;
	color: #000; z-index: 10002; font-size: 20px;
	-webkit-transition: position ease-in-out 500ms;
	-o-transition: position ease-in-out 500ms;
	transition: position ease-in-out 500ms;}

#emailConsentWrapper h1 { color: #000; margin: 15px 0; font-size: 30px; }

#emailConsentWrapper #emailConsent { overflow: auto; max-height: 400px; padding: 20px; background: #fff; width: 1000px; top: 50%; margin: -120px auto 0; position: relative; }

#emailConsentWrapper #emailConsentMinimizeButton { background: rgba(0,0,0,0.7); border-radius: 50%; text-align: center; display: none; width: 30px; height: 30px; position: absolute;
	top: 10px; right: 10px; font-weight: bold; font-family: arial; font-size: 20px; line-height: 30px; cursor: pointer; color:#fff;}

#emailConsentWrapper #emailConsentAcceptButton { font-size: 18px; padding: 10px; }

#emailConsentWrapper.minimized { top: auto; bottom: 0; left: 0; width: 100%; height: auto; color: #fff;  }
#emailConsentWrapper.minimized .success { color: #fff; }
#emailConsentWrapper.minimized #emailConsentMinimizeButton { display: none; }
#emailConsentWrapper.minimized #emailConsent { padding: 0px; background: none; margin-top: 0; }
#emailConsentWrapper.minimized,
#emailConsentWrapper.minimized #emailConsentAcceptButton { font-size: 10px; }

#emailConsentWrapper.minimized h1 { font-size: 14px; color: #fff; }

@media (max-width: 1000px) {
	#emailConsentWrapper #emailConsent { width: 90%; margin-top: 0px; top: 10%; height: auto; max-height:100%;overflow: scroll; top: 0; }
}
@media (max-height: 400px) {
	#emailConsentWrapper { font-size: 12px;}
	#emailConsentWrapper #emailConsent { margin-top:0; height: 100%; overflow: scroll; top: 0; }
	#emailConsentWrapper h1 { font-size: 15px; }
	#emailConsentWrapper #emailConsentAcceptButton { font-size: 12px; }
}
/***************************************/
/**** EOF: EMAIL CONSENT BANNER ********/
/***************************************/

.previewGridListView.parent {
    padding-top: 5px;
    padding-bottom: 5px;
}

.previewGridListView.child {
    padding-top: 0;
    padding-bottom: 2px;
    padding-top: 1px;
    margin-top: 0;
    border-bottom: 1px solid #e5e5e5;
}

.previewGridListView.child .itemPreview {
    background: #fbfbfb!important;
    margin-left: 10px;
    margin-right: 15px;
    overflow: hidden;
}

.previewGridListView.child.alt .itemPreview {
    background: #f5f5f5 !important;
}

.previewGridListView.child .cart_image,
.previewGridListView.child .cart_image img {
    float: left;
    width: 90px;
    margin-right: 7px;
}

.checkout_row.parent {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
}

.checkout_row.child {
	padding-top: 0;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-top: 0;
}

.checkout_row.child .itemPreview {
	background: #ddd!important;
	margin-left: 10px;
	margin-right: 15px;
	overflow: hidden;
}


.checkout_row.child .cart_image,
.checkout_row.child .cart_image img {
	float: left;
	width: 90px;
	margin-right: 7px;
}

.license-all-licensed_items li,
.license-all-playlist_items li {
	overflow: hidden;
	margin: 2px 0;
	border-bottom: 1px solid #f0f0f0;
	/*color: #ccc;*/
}

.license-all-licensed_items li span.fa-icon,
.license-all-playlist_items li span.fa-icon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	float: left;
	display: block;
	text-align: center;
	color: #ccc;
}

.license-all-licensed_items li.selected span.fa-icon,
.license-all-playlist_items li.selected span.fa-icon {
	color: #333;
}


.license-all-playlist_items li span.text,
.license-all-licensed_items li span.text {
	display: block;
	width: 160px;
	float: left;
}


.license-all-playlist_items li span.text + span.fa-icon,
.license-all-licensed_items li span.text + span.fa-icon {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
}

.license-all-playlist_items li.selected,
.license-all-licensed_items li.selected {
	background-color: transparent!important;
	/*color: #333;*/
}
#leftColumn .license-all-playlist_items li img,
#leftColumn .license-all-licensed_items li img {
	max-width: 40px;
	float: left;
	margin-right: 5px;
}

#auto_page_id_userdownloads .purchased-date,
#auto_page_id_usershareddownloads .purchased-date,
#auto_page_id_usershareddownloads .purchased-by {
	background:#ccc;
	padding: 5px;
	margin: 20px 0 0 0;
}
#auto_page_id_usershareddownloads .purchased-by {
	margin: 0;
}
#auto_page_id_usershareddownloads .purchased-date,
#auto_page_id_usershareddownloads .purchased-by {
	margin: 0;
	padding: 3px 5px;
}

#auto_page_id_usershareddownloads #midColumn .previewGridListView .itemPreviewText {
	max-width: 420px;
}

#auto_page_id_userdownloads .basket-item-group,
#auto_page_id_usershareddownloads .basket-item-group {
	margin: 10px 0 5px 0;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	position: relative;
	text-align: center;
}

#auto_page_id_userdownloads .basket-item-group + .basket-item-group,
#auto_page_id_usershareddownloads .basket-item-group + .basket-item-group {
	padding-top: 0;
}

#auto_page_id_userdownloads .basket-item-group__verification,
#auto_page_id_usershareddownloads .basket-item-group__verification {
	padding: 3px 0px;
}

#auto_page_id_userdownloadsbaskets .basket-item-group__verification span.fa-icon,
#auto_page_id_usershareddownloadsbaskets .basket-item-group__verification span.fa-icon {
	font-size: 20px;
	position: relative;
	top: 2px;
	left: 2px;
}

.modalPlaylistLicenseAgreement .licenseText ol li {
	list-style-position: initial;
	margin-left: 15px;
	text-indent: 0;
}

#auto_page_id_userdownloads .basketPreview .previewGridListView .itemPreviewImage,
#auto_page_id_usershareddownloads .previewGridListView .itemPreviewImage { width: 90px!important; }
#auto_page_id_userdownloads .basketPreview .previewGridListView .itemPreviewImage img,
#auto_page_id_usershareddownloads .previewGridListView .itemPreviewImage img { width: 90px!important; }


#auto_page_id_userdownloads .basketPreview .previewGridListView .itemPreviewImage + .itemPreviewText,
#auto_page_id_usershareddownloads .previewGridListView .itemPreviewImage + .itemPreviewText {
	font-size: 12px!important;
}


#auto_page_id_userdownloads .basketPreview .basket_item_group_items .previewGridListView .itemPreviewImage,
#auto_page_id_usershareddownloads .basket_item_group_items .previewGridListView .itemPreviewImage { width: 65px!important; }
#auto_page_id_userdownloads .basketPreview .basket_item_group_items .previewGridListView .itemPreviewImage img,
#auto_page_id_usershareddownloads .basket_item_group_items .previewGridListView .itemPreviewImage img { width: 65px!important; }
#auto_page_id_userdownloads .basketPreview .basket_item_group_items .previewGridListView .itemPreviewText,
#auto_page_id_usershareddownloads .basket_item_group_items .previewGridListView .itemPreviewText { min-height: 65px; }

#auto_page_id_userdownloads .basketPreview .basket_item_group_items .previewGridListView .itemPreviewText,
#auto_page_id_usershareddownloads .basket_item_group_items .previewGridListView .itemPreviewText { margin-left: 75px; }

.basket_item_group_items .previewGridListView { margin-left: 20px; }
.basket_item_group_items .checkout_row { margin-left: 25px;}

.basket_item_group_items .cart_image,
.basket_item_group_items .itemPreviewImage {
	width: 75px;
}

.basket_item_group_items .cart_image img,
.basket_item_group_items .itemPreviewImage img {
	margin-left: 0px;
	width: 75px;
}

.basket_item_group_items_toggle {
	position: relative;
	color: #333;
	display: block;
	margin-top: 5px;
}

.basket_item_group_items .checkout_row { border-bottom: none; border-top: 1px dotted #ccc; }

/* end /st_shared_application/synchtank/css/synchtank-global/style.css */

/* start /st_shared_application/synchtank/css/synchstage/synchstage.css */
/*! synchstage - v - 2017-12-15
* Copyright (c) 2017 ; Licensed  */
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
  .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
  .video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
  .video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
  .video-js .vjs-volume-menu-button:before {
    content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
    content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
    content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
    content: "\f115"; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before {
    content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
    content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio:before, .video-js .vjs-audio-button:before {
    content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  .video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none; }

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}

/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-draggable{cursor:w-resize}.noUi-vertical .noUi-draggable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-origin{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;padding:5px;text-align:center}.noUi-horizontal .noUi-handle-lower .noUi-tooltip{top:-32px}.noUi-horizontal .noUi-handle-upper .noUi-tooltip{bottom:-32px}.noUi-vertical .noUi-handle-lower .noUi-tooltip{left:120%}.noUi-vertical .noUi-handle-upper .noUi-tooltip{right:120%}
#synchstage-audio {
  display: none!important;
}

/* hide volume button */
.video-js .vjs-volume-menu-button {
  display:none;
}

/* hide big play button */
.synchstage-skin.video-js .vjs-big-play-button {
  display: none;
}

.synchstage-skin.video-js .vjs-current-time {
  display: flex;
  align-items: center;
  justify-content: center;
}

.synchstage-skin.video-js .vjs-remaining-time {
  display: flex;
  align-items: center;
  justify-content: center;
}

.synchstage-skin.video-js .vjs-control:before {
  position: relative;
  font-size: 1.1em;
}

.synchstage-skin.video-js .vjs-time-control {
  font-size: 1.2em;
}


.synchstage-skin.video-js .vjs-tech {
  position: relative;
  min-height: 8em;
}

.synchstage-skin.video-js .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  position: relative;
  opacity: 1;
  flex-grow: 0;
  flex-shrink: 0;
  height: 36px;
}

.vjs-progress-holder.vjs-slider.vjs-slider-horizontal {
  height: 100%;
}


.synchstage-skin.video-js .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-play-progress
{
  top: 1.6em;
}

.synchstage-skin.video-js .vjs-slider {
  background-color: transparent;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: inherit;
}

.vjs-progress-holder.vjs-slider.vjs-slider-horizontal:before {
  background-color: rgba(115, 133, 159, 0.5);
  content: '';
  width: 100%;
  position: absolute;
  left: 0px;
  top: 1.6em;
  height: 0.3em;
}

/*
.video-js .vjs-progress-holder .vjs-load-progress {
  top: 1em;
}

.synchstage-skin.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  position: relative;
  font-size: 1.2em;
}

.synchstage-skin.video-js .vjs-progress-control {
  margin-left: 1em;
  margin-right: 1em;
}

.synchstage-skin.video-js .vjs-progress-control::before {
  top: 0.7em;
  height: 4px;
}

.video-js .vjs-progress-holder .vjs-play-progress {
  top: 0.85em;
}

.synchstage-skin.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.4em;
}


*/

/* don't increase the size when hovering over the progressbar
.synchstage-skin.video-js .vjs-progress-control .vjs-progress-holder {
  font-size: 1.4em;
  height: 2em;
  margin: 0;
}

*/

#synchstage-container {
  width: 100%;
  height: 100%;
}


#synchstage-video {
  display: flex;
  flex-flow: column;
}

#synchstage-control {
  flex-flow: column;
  flex-grow: 0;
  flex-shrink: 0;
}

#synchstage-settings-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 1em;
  overflow: hidden;
}

@media (max-device-width: 480px) {
  #synchstage-settings-container {
    height: 50%;
  }

}

@media (min-device-width: 481px) {
  .slidertitle {
    width: 7em;
    font-size: 1.4em;
    padding-left: 1em;
    height: 25px;
    white-space: nowrap;
  }

  .slider-part.slider {
    min-width: 8em;
    padding-left: 0em;
  }

  .slider-container-outer {
    display: table;
    vertical-align: middle;
  }

  .slider-container-middle {
    display: table-cell;
    vertical-align: middle;
  }

  .synchstage-saveform-cuingpoint-footer {
    padding-left: 0em;
    padding-top: 1px;
    font-size: 1.1em;
  }
}

.synchstage-settings-sliders {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

/* ipad portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
{
  .slidertitle {
    font-size: 1em;
  }
}


.synchstage-settings-input-width {
  width: 100%;
}

#synchstage-settings-input-title-container {
  display: flex;
  align-items: center;
}

.synchstage-settings-input {
  width: 100%;
}

@media (min-device-width: 481px) {
  .synchstage-settings-buttons-div {
    display: flex;
    flex-direction: row;
    padding-left: 1.3em;
    width: 100%;
    height: 4.5em;
    border-top: 1px solid rgb(41,41,41);
  }
}

@media (max-device-width: 480px) {
  .synchstage-settings-buttons-div {
    display: flex;
    flex-flow: row wrap;
    padding-left: 14px;
    width: 100%;
  }

  #synchstage-settings-input-title-container {
    display: flex;
    flex-flow: row wrap;
    flex: 1 100%;
    padding-right: 14px;
  }

  #synchstage-settings-input-title {
    flex: 2 100%;
    margin: 0;
    padding: 0;
  }
}

.synchstage-settings-buttons-wrapper {
  display: flex;
  flex-grow: 0.2;
}


/* WAVEFORM CONTROL */
#synchstage-waveformdiv {
  width: 100%;
  position: relative;
}

#synchstage-waveformcontainer {
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgb(40, 40, 40);
  border-bottom: 1px solid rgb(40, 40, 40);
}

@media (min-device-width: 481px) {
  #synchstage-waveformcontainer {
    height:5em;
  }

  #synchstage-waveformdiv > div > svg {
      height: 5em;
  }
}

@media (max-device-width: 480px) {
  #synchstage-waveformcontainer {
    height: 46px;
  }
}


#synchstage-waveform_masked {
  width: 100%;
  position: absolute;
  height: 100%;
}

#synchstage-waveformdiv defs,
#synchstage-waveformdiv svg {
  width: 100%;
  position: absolute;
  height: 100%;
}


#synchstage-waveform_mask rect {
    fill: black;
}

#synchstage-waveformdiv svg line {
    stroke-width: 2px;
    stroke: white;
}

#synchstage-waveformdiv-background {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  float: left;
  position: absolute;
}

#synchstage-waveform-leftcontainer {
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-block;
  float: left;
  position: absolute;
}

#synchstage-waveform-leftborder {
  float: right;
  height: 100%;
  width: 1px;
}

#synchstage-waveform-fadein {
  float: right;
  height: 100%;
  width: 0px;
}

#synchstage-waveform-rightcontainer {
  z-index: 1;
  height: 100%;
  display: inline-block;
  float: right;
  top: 0px;
  position: absolute;
  right: 0;
}

#synchstage-waveform-leftcontainer-corner-triangle {
  border-top: 1em solid #FFFFFF;
  border-left: 1em solid transparent;
  border-left-width: 1em;
  border-left-style: solid;
  right: 0;
  position: absolute;
}

#synchstage-waveform-rightcontainer-corner-triangle {
  border-bottom: 1em solid transparent;
  border-left: 1em solid #FFFFFF;
  border-left-width: 1em;
  border-left-style: solid;
  left: 0;
  position: absolute;
}

@media (max-device-width: 480px) {
  /* iphone triangles for waveform */
  #synchstage-waveform-leftcontainer-corner-triangle {
    border-top: 0.5em solid #FFFFFF;
    border-left: 0.5em solid transparent;
    border-left-width: 0.5em;
  }

  #synchstage-waveform-rightcontainer-corner-triangle {
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid #FFFFFF;
    border-left-width: 0.5em;
  }
}


#synchstage-waveform-rightborder {
  float: left;
  height: 100%;
  width: 1px;
}

#synchstage-waveform-fadeout {
  float: left;
  height: 100%;
  width: 0px;
}

/* fadein/out arrows */
#synchstage-waveform-fadein-arrowtop {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left-width: 0px;
  border-left-style: solid;
}

#synchstage-waveform-fadein-arrowbottom {
  width: 0;
  height: 0;
  border-bottom: 0px solid transparent;
  border-left-width: 0px;
  border-left-style: solid;
  right: 0;
}

/* fadein/out arrows */
#synchstage-waveform-fadeout-arrowtop {
  left: 0px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;

  border-right-width: 0px;
  border-right-style: solid;
}

#synchstage-waveform-fadeout-arrowbottom {
  left: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 0px solid transparent;
  border-right-width: 0px;
  border-right-style: solid;
  right: 0;
}



@media (max-device-width: 480px) {
  #synchstage-waveform-fadein-arrowtop {
    border-bottom: 23px solid transparent;
  }
  #synchstage-waveform-fadein-arrowbottom {
    border-top: 23px solid transparent;
  }
  #synchstage-waveform-fadeout-arrowtop {
    border-bottom: 23px solid transparent;
  }
  #synchstage-waveform-fadeout-arrowbottom {
    border-top: 23px solid transparent;
  }
}

@media (min-device-width: 481px) {
  #synchstage-waveform-fadein-arrowtop {
    border-bottom: 2.5em solid transparent;
  }
  #synchstage-waveform-fadein-arrowbottom {
    border-top: 2.5em solid transparent;
  }
  #synchstage-waveform-fadeout-arrowtop {
    border-bottom: 2.5em solid transparent;
  }
  #synchstage-waveform-fadeout-arrowbottom {
    border-top: 2.5em solid transparent;
  }
}


.synchstage-button-div {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.synchstage-settings-subcontainer {
  display: flex;
}

.synchstage-settings-sliderdiv {
  width: 22em;
  display: flex;
  flex-flow: row wrap;
}

.synchstage-button {
  display: flex;
  align-self: center;
  border: none;
  height: 2.1em;
  justify-content: center;
  margin: 0px 4px;
}

@media (max-device-width: 480px) {
  /* order */
  .slidertitle { order: 1; flex: 1 100%; }
  .slider { order: 2; flex: 2 0px; }
  .slidervalue { order: 3; flex: 2 2em; }
  .synchstage-saveform-cuingpoint-footer { order: 2; }

  .slider-part.slider {
    min-width: inherit;
  }

  .synchstage-settings-sliderdiv {
    width: auto;
  }

  .slider-part.slider {
    padding-left: 12px;
  }

  .slidertitle {
    font-size: 0.9em;
    padding-left: 14px;
  }

  .synchstage-saveform-cuingpoint-footer {
    padding-left: 14px;
    font-size: 0.7em;
  }

  .synchstage-settings-sliders {
    width: 100%;
  }

  .synchstage-settings-subcontainer {
    width: 100%;
  }

  .synchstage-settings-sliderdiv {
    width: 50%;
    height: 3.4em;
  }

  /* bottom buttons */
  .synchstage-settings-buttons-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    padding-right: 14px;
  }

  .synchstage-button-div {
    flex-grow: 0;
  }

  .synchstage-button {
    margin: 0;
  }

  #synchstage-button-reset {
    margin-right: 5px;
  }

  .synchstage-settings-sliderdiv {
    height: 3em;
  }

  .synchstage-settings-subcontainer {
    height: 3em;
  }

  .synchstage-settings-buttons-div {
    height: 6em;
  }
}

.synchstage-setting-buttons-meta-wrapper {
  display: flex;
}

.slider-part {
  display: table-cell;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
}

.slidervalue {
  color: gray;
}

@media (max-device-width: 480px) {
  .slidervalue {
    padding-left: 7px;
    font-size: 0.7em;
  }
}

@media (min-device-width: 481px) {
  .slidervalue {
    width: 4em;
    padding-left: 1em;
  }
}

.slider-part.slider   {
  vertical-align: middle;
}


/*** PLAY INDICATOR ***/
#synchstage-play-indicator-container {
  width: 1px;
  height: 200px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}

#synchstage-play-indicator-div {
  height: 100px;
}

#synchstage-loading-div {
  background-color: white;
}

#synchstage {
  position: relative;
}

#synchstage-loading-div.show-cover {
  float: right;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

#synchstage-loading-div.hide-cover {
  display: none;
}


@media (max-device-width: 480px) {
  .synchstage-saveform-cuing {
    display: none;
  }
}
@media (min-device-width: 481px) {
  .synchstage-saveform-cuing {
    flex-direction: row;
    display: flex;
  }
}


#synchstage-iphone-video-progressbar-sliderdiv {

}

#synchstage-iphone-video-progressbar-sliderdiv {
  height: 8px;
}



.synchstage-waveform-image-container-hidden {
  display: none;
  pointer-events: none;
}

.synchstage-waveform-image-container-shown {
  position: absolute;
  float: left;
  z-index: 10;
  display: block;
  pointer-events: none;
}

@media (max-device-width: 480px) {
  .synchstage-waveform-image-container-shown {
    height: 46px;
    width: 46px;
  }
}

@media (min-device-width: 481px) {
  .synchstage-waveform-image-container-shown {
    height: 5em;
    width: 5em;
  }
}

#synchstage-waveform-image {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#synchstage-loading-error-div {
  font-size: 1.1em;
  text-align: center;
  width: 100%;
  height: 100%;
}

#synchstage-loading-error-div.show {
  display: block;
}

#synchstage-loading-error-div.hide {
  display: none;
}

#synchstage-container {
    /* disable highlight for iOS devices */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  background-color: black;
  font-family: "Open Sans", sans-serif;
}


/*** PROGRESS BAR ***/
.video-js .vjs-play-progress {
  background-color: #E12647;
}

.synchstage-skin.video-js .vjs-load-progress {
  background: #E12647;
}

.synchstage-skin.vjs-play-progress.vjs-slider-bar {
  background-color: #E12647;
}

.synchstage-skin.vjs-progress-holder.vjs-slider.vjs-slider-horizontal {
  background-color: #E12647;
}

.synchstage-skin.video-js .vjs-control-bar {
  background-color: #000;
  color: #FFF;
}

.synchstage-skin.video-js .vjs-loading-spinner {
  border-color: #E12647;
}

/* play button */
.synchstage-skin.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  font-family: FontAwesome;
  content: "\f04b";
}

/* pause button */
.synchstage-skin.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  font-family: FontAwesome;
  content: "\f04c";
}

/* progressbar circle */
.synchstage-skin.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before,
  .video-js .vjs-volume-level:before {
  font-family: FontAwesome;
  content: "\f111";
  color: #E12647;
  display: none;
}

/* compress from fullscreen */
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  font-family: FontAwesome;
  content: "\f066";
}

/*
.synchstage-skin.video-js .vjs-progress-control .vjs-progress-holder {
  background-color: transparent;
}

.synchstage-skin.video-js .vjs-progress-control::before {
  background-color: lightgray;
  content: "";
}
*/


/* background of the synchstage-control controls */
#synchstage-control {
  background-color: #000;
}

/* toggle settings button */
#synchstage-toggle-settings-button.synchstage-toggle-down:before {
  font-family: FontAwesome;
  content: "\f0d8";
}

@media (max-device-width: 480px) {
  #synchstage-toggle-settings-button.synchstage-toggle-down:before {
    font-size: 1em;
  }
}

@media (min-device-width: 481px) {
  #synchstage-toggle-settings-button.synchstage-toggle-down:before {
    font-size: 1.5em;
    top: 0.3em;
    position: absolute;
  }
}

#synchstage-toggle-settings-button.synchstage-toggle-up:before {
  font-family: FontAwesome;
  content: "\f0d7";
  font-size: 1.5em;
}

#synchstage-settings-container.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
  font-family: FontAwesome;
  content: "\f0b2";
}

/* text color of settings labels */
#synchstage-settings-container {
  background-color: #000;
}


/* settings sliders - text */
.synchstage-settings-sliders {
  color: gray;
}

.slidertitle {
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
}

.synchstage-button {
   background: rgb(220,220,220);
   color: rgb(123,123,123);
   text-transform: capitalize;
   width: 5.5em;
   -webkit-appearance: none;
   -moz-appearance: none;
   border-radius: 0;
   display: inline-block;
   font-weight: bold;
}

#synchstage-button-submit {
  background-color: rgb(218,0,52);
  color: #FFFFFF;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  font-weight: bold;
}

.synchstage-settings-input {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12;
}

.synchstage-settings-input-title {
  border: none;
  height: 2.0em;
  margin-right: 4px;
  margin-left: 10px;
}

#synchstage-settings-input-title:focus {
  outline: 0;
}

#synchstage-settings-input-title {
  flex-grow: 1;
  background-color: rgb(41,41,41);
  color: #FFFFFF;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#synchstage-settings-input-title-label {
  display: table-cell;
}

/*** WAVEFORM ***/

#synchstage-waveformdiv {
  background-color: #000;
  fill: rgb(218, 0, 49);
}

.synchstage-waveform-mutecontainer {
  background-color: gray;
  background: repeating-linear-gradient(135deg,
    rgba(0, 0, 0, 0.5),
    rgba(68, 68, 68, 0.5) 2px,
    rgba(68, 68, 68, 0.5) 2px,
    rgba(68, 68, 68, 0.5) 3px );
}

.synchstage-waveform-border {
  background-color: black;
}

#synchstage-waveform-rightcontainer-border {
  left: 0px;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
}

#synchstage-waveform-leftcontainer-border {
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
}


/* color of fadein-triangles */
#synchstage-waveform-fadein-arrowtop, #synchstage-waveform-fadein-arrowbottom {
  border-left-color: rgba(40, 40, 40, 0.7);
}

/* color of fadeout-triangles */
#synchstage-waveform-fadeout-arrowtop, #synchstage-waveform-fadeout-arrowbottom {
  border-right-color: rgba(40, 40, 40, 0.7);
}

/* PLAY INDICATOR */
#synchstage-play-indicator-container {
  width: 1px;
  background-color: transparent;
  opacity: 1;
}


/* handle */
.synchvh-handle {
  box-shadow: none;
  border-color: #E12647;
  border: 0px;
}




/* part which is not yet covered */
.synchvh-background {
  box-shadow: none;
  /*border: 0px;
  border-style: solid;*/
  // border-color: #E12647;
  // background-color: lightgray;
  background-color: transparent;
}


/* SETTINGS SLIDERS */
.synchvh-handle:after .synchvh-handle:before {
  display: none;
}

.video-js .vjs-play-progress:after
{
  /* top: -5em; */
  z-index: 100;
  top: -5em;
}

.synchvh-connect {
  // background: #E12647;
  background: transparent;
}

.synchvh-target.synchvh-connect {
  box-shadow: none;
}

.synchvh-target {
  border: 0px;
}

/* slider height */
.synchvh-horizontal {
  height: 100%;
}

.synchvh-horizontal .synchvh-handle {
  height: 15px;

  background: #E12647;
  width: 15px;
  left: -7px;
}

.synchvh-handle:after, .synchvh-handle:before {
  display: none;
}

/** used for fake slider background **/
.synchstage-slider-background {
    float: right;
    left: 0;
    background-color: #E12647;
    width: 100%;
    height: 4px;
    top: 10px;;
}


.noUi-background {
  border: 1px solid #E12647;
  background: white;
  box-shadow: none;

}

.noUi-base:before {
  width: 100%;
  height: 10px;
  background: red;
  z-index: 10;
}

@media (max-device-width: 320px) {
  .synchstage-settings-sliderdiv .noUi-horizontal {
    height: 16px;
    width: 98px;
  }
}

@media (min-device-width: 321px) and (max-device-width: 480px) {
  .synchstage-settings-sliderdiv .noUi-horizontal {
    height: 16px;
    width: 110px;
  }
}

@media (min-device-width: 481px) {
  .synchstage-settings-sliderdiv .noUi-horizontal {
    height: 12px;
  }
}


.synchstage-settings-sliderdiv .noUi-origin.noUi-background {
  border-radius: 0px;
}

.noUi-horizontal .noUi-handle {
  // background-color: white;
  // border: 1px solid #E12647;
  background-color: transparent;
  border: 0px;
  border-radius: 0;
  box-shadow: none;
  z-index: 1000;
}

#synchstage-iphone-video-progressbar-sliderdiv .noUi-horizontal .noUi-handle {
  top: -1.5em;
  height: 3em;
}

#synchstage-play-indicator-container, #synchstage-play-indicator-div,
 #synchstage-play-indicator-div:before, #synchstage-play-indicator-div:after {
  pointer-events: none;
}

.noUi-target {
  border: none;
  box-shadow: none;
}

.noUi-target.noUi-connect {
  box-shadow: none;
}

.noUi-connect {
  background: #E12647;
}

/*
.noUi-handle:after  {
  display: none;
}
*/

/* fade in arrow down/bottom*/

#synchstage-audiofadein-slider .noUi-handle:after, #synchstage-audiofadeout-slider .noUi-handle:after {
    background-color: transparent;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid white;
    top: 18;
    left: 13;
}

#synchstage-audiofadein-slider .noUi-handle:before, #synchstage-audiofadeout-slider .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 8px;
  top: 6px;
  background-color: white;
  left: 13px;
}

#synchstage-iphone-video-progressbar-sliderdiv .noUi-handle:before, #synchstage-iphone-video-progressbar-sliderdiv .noUi-handle:after
  {
    display: none;
}

/** cuing points **/

.synchstage-saveform-cuing {
  color: gray;
}

.synchstage-saveform-cuingpoint-footer {
  color: gray;
}

/*
.synchstage-saveform-cuingpoint-footer {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
  align-items: center;
}
*/

.synchstage-settings-input-title-error {
  border-color: red;
}

.synchstage-settings-input-error {
  color: red;
}

/* SLIDERS - VOLUME CONTROLLER*/
@media (min-device-width: 481px) {
  #synchstage-videovolume-slider .noUi-base, #synchstage-audiovolume-slider .noUi-base {
    background: repeating-linear-gradient(
      90deg,
      transparent,
      transparent 2px,
      #E12647 2px,
      #E12647 4px
    );
  }
}
@media (max-device-width: 480px) {
  #synchstage-videovolume-slider .noUi-base, #synchstage-audiovolume-slider .noUi-base {
    background: repeating-linear-gradient(
      90deg,
      transparent,
      transparent 3px,
      #E12647 3px,
      #E12647 6px
    );
  }
}

#synchstage-videovolume-slider.noUi-connect, #synchstage-audiovolume-slider.noUi-connect {
  background-color: #000;
}

#synchstage-videovolume-slider .noUi-origin.noUi-background, #synchstage-audiovolume-slider .noUi-origin.noUi-background {
  border: none;
  border-radius: 0px;
  background-color: rgba(0,0,0,0.7);
}

#synchstage-videovolume-slider .noUi-handle.noUi-handle-lower:before, #synchstage-audiovolume-slider .noUi-handle.noUi-handle-lower:before {
  display: none;
}



/* SLIDERS - FADES CONTROL */

#synchstage-audiofadeout-slider .noUi-origin.noUi-background {
  border-radius: 0;
  background-color: #292929;
  border: none;
}

#synchstage-audiofadeout-slider .noUi-base {
  border-radius: 0;
  background-color: #E12647;
  border: none;
}

#synchstage-audiofadein-slider .noUi-base {
  border-radius: 0;
  background-color: #292929;
  border: none;
}

#synchstage-audiofadein-slider .noUi-origin.noUi-background {
  background-color: #E12647;
  border-radius: 0;
  border: none;
}


/* PROGRESS BAR CONTROL - POINTER */
#synchstage-play-indicator-div {
  background-color: white;
}

#synchstage-play-indicator-div:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: white;
  left: -5;
}

#synchstage-play-indicator-div:after {
  content: '';
  background-color: transparent;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  top: 10;
  left: -5px;
  position: absolute;
}

#synchstage-iphone-video-progressbar-sliderdiv {
  display: flex;
  flex-grow: 1;
  height: 10px;
  justify-content: center;
  align-items: center;
  padding-right: 1em;
}

#synchstage-iphone-video-progressbar-slider {
  height: 5px;
  width: 100%;
  border-radius: 0;
}

#synchstage-iphone-video-progressbar-slider .noUi-background {
  border: none;
  border-radius: 0;
  background-color: rgb(179, 179, 179);
}

#synchstage-iphone-video-videoplayer {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  min-height: 10em;
}

/* making video unclickable */
.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px;
}

#synchstage-iphone-video-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  min-height: 5em;
  width: 100%;
  height: 100%;
}

#synchstage-iphone-video-controlbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 2em;
  flex-shrink: 0;
  flex-grow: 0;
}

#synchstage-iphone-video-progressbar-container {
  flex-grow: 1;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
}

#synchstage-iphone-video-progressbar {
  width: 100%;
}

#synchstage-iphone-video-toggle {
  flex-grow: 0;
  width: 3em;
}

#synchstage-iphone-video-playbutton {
  flex-grow: 0;
  text-align: center;
  padding-left: 0.3em;
  padding-right: 0.7em;
}

@media (max-device-width: 480px) {
  #synchstage-iphone-video-playbutton {
    width: 3em;
  }
}

@media (min-device-width: 481px) {
  #synchstage-iphone-video-playbutton {
    width: 1.5em;
  }
}

.synchstage-settings-sliderdiv .noUi-handle:after {
  background-color: transparent;
}

#synchstage-iphone-video-playbutton.synchstage-button-playing:before {
  color: white;
  font-family: FontAwesome;
  content: "\f28b";
}

#synchstage-iphone-video-playbutton.synchstage-button-paused:before {
  color: white;
  font-family: FontAwesome;
  content: "\f04b";
}

.synchstage-video-button {
  width: 2em;
}

@media (max-device-width: 480px) {
  #synchstage-iphone-video-playbutton.synchstage-button-paused:before {
    font-size: 0.6em;
  }

  .synchstage-video-button {
    font-size: 0.8em;
  }
}

#synchstage-container .vjs-play-progress,
#synchstage-container .vjs-load-progress {
  height: 5px;
}
/* end /st_shared_application/synchtank/css/synchstage/synchstage.css */

/* start /st_shared_application/synchtank/css/bxslider/jquery.bxslider.css */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  5px solid transparent;
	left: -5px;
	background: transparent;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/loader/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background-position: 0 0;
}

.bx-wrapper .bx-next {
	right: 10px;
	background-position:-30px 0px !important;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -30px 0 !important;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 30px;
	height: 30px;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/nivo-slider/arrows.png) no-repeat;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.5);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 15px;
	padding: 10px;
}

/* end /st_shared_application/synchtank/css/bxslider/jquery.bxslider.css */


#homepageImages {
	width:770px !important;
	height:380px !important;
}


/* start client css / edited in CMS -> Website -> CSS */
/*****************************************/
/**************   PLAYER  ****************/
/*****************************************/


#stMusicPlayerControls a
{
    background-color: #e5e1d8;
    border-bottom: 0;
}

#stMusicPlayerContainer
{
    background: #fff;
}

#stUser
{
    width: 778px;
    color: #000;
}

#stMusicPlayerVolumeWrapper
{
    background-color: #c7c7c7
}

.stPlaylistCurrentTrackInPlayer
{
    background-color: #fff !important;
    color: #C36129 !important;
}

.stPlaylistCurrentTrackInPlayer a,
.stPlaylistCurrentTrackInPlayer a:visited
{
    color: #C36129 !important;
}

.stPlaylistItemsAlt
{
    background-color: #a4a4a4;
}


#stPlaylistItems li:hover,
li.stPlaylistCurrentTrackInPlayer:hover
{
    background-color: #C36129 !important;
    color: #fff !important;
}

ul#stPlaylistItems li a,
ul#stPlaylistItems li a:visited
{
    color: #000;
}

ul#stPlaylistItems li:hover a,
ul#stPlaylistItems li:hover a:visited,
ul#stPlaylistItems li a:hover
{
    color: #fff !important;
}


#stUser a
{
    background: #6c6c6c;
    color: #fff !important;
    border: 1px solid #6c6c6c;
}

#stUser a:hover
{
    color: #fff !important;
    border: 1px solid #C36129;
}

#stQuickSearchContainer
{
    width: 192px;
    height: 22px;
    float: right;
}

#stQuickSearch,
#stQuickSearch input{ width: 150px; }

#stUserWrapper .advacedSearchLink
{
    width: 90px;
    margin-top: 10px;
    line-height: 22px;
    float: left;
    text-align: right;
    font-size:11px;
}

#stUserWrapper .advacedSearchLink a,
#stUserWrapper .advacedSearchLink a:visited,
#stUserWrapper .advacedSearchLink a:hover
{
    background: transparent;
    border: 0;
    color: #6c6c6c !important;
    text-decoration:underline;
}


#stMusicPlayerMenuWrapper div
{
    background-color: #c1baa9;
    border-left: 2px solid #333;
    border-right: 16px solid #333;
}

#stMusicPlayerArtistTitleWrapper
{
    color: #C36129 !important;
}

#stQuickSearchWrapper
{
    border: 1px solid #333 !important;
    width: 190px;
}

#stMusicPlayerControlsWrapper,
#stMusicPlayerArtistTitleWrapper,
#stMusicPlayerMessagesTimeWrapper,
#stMusicPlayerWaveformScrubberWrapper,
.stMusicPlayerSeparator,
#stMusicPlayerMenuContainer,
#stMusicPlayerVolumeContainer,
#stMusicPlayerControls a,
#stQuickSearchWrapper
{
    background-color:#c6c6c6;
}

.stMusicPlayerVolumeBar
{
    background-color: #C36129;
}

#waveformMasked
{
    fill: #c6c6c6;
}

#stMusicPlayerControls a
{
    color: #fff;
}

#stMusicPlayerMessagesTimeWrapper
{
    color: #C36129;
}


#stMusicPlayerControls a
{
    background-color: #6c6c6c;
    border: 1px solid #6c6c6c;
}

#stUserName
{
    color: #000;
}

.stMusicPlayerSeparator div + div
{
    background-color: #C36129;
}


#stMusicPlayerImageWrapper
{
    border: 1px solid #C36129;
}

.stMusicPlayerSeparator div
{
    background-color:#C36129;
}

#stMusicPlayerControlsWrapper
{
    border-left: 1px #c1baa9 solid;
    border-top: 1px #c1baa9 solid;
    border-bottom: 1px #c1baa9 solid;
}

#stMusicPlayerMenuContainer
{
    border-right: 1px #c1baa9 solid;
    border-top: 1px #c1baa9 solid;
    border-bottom: 1px #c1baa9 solid;
}

#stMusicPlayerArtistTitleWrapper,
#stMusicPlayerMessagesTimeWrapper,
#stMusicPlayerVolumeContainer,
.stMusicPlayerSeparator,
#stMusicPlayerWaveformScrubberWrapper
{
    border-top: 1px #c1baa9 solid;
    border-bottom: 1px #c1baa9 solid;
}

#stPlaylistContainer
{
    background-color: #E2E2E2;
    color: #000;
}

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
    /* hover on ios does not work */
    #stMusicPlayerControls a:hover
    {
        background-color: #C36129;
        border: 1px solid #C36129;
    }
}

#stMusicPlayerVolumeBackground div
{
    background-color:#C36129;
}

#stMusicPlayerScrubberPlayingBar
{
    background-color:#C36129;
}

a.stPlaylistClose:hover
{
    background-color: #C36129;
    border: 1px solid #C36129;
}

#stUser { width: 710px; }

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
    #stUser a:hover
    {
        background-color:#C36129;
    }
}

#stMusicPlayerMenuPlaylistCountContainer
{
    opacity:1;
}

/* only show hover on desktop */
@media (min-width:1025px)
{
    .stMusicPlayerMenuContainerHovered #stMusicPlayerMenuWrapper div
    {
        border-color:#db0a40 !important;
    }
}

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
    /* hover on ios does not work */
    #stQuickSearchContainer a:hover
    {
        color:#db0a40;
    }
}

/*****************************************/
/**************   PLAYER  ****************/
/*****************************************/

@font-face {
    font-family: 'interstate';
    src: url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/interstatelightcompressed-webfont.eot');
    src: url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/interstatelightcompressed-webfont.eot?#iefix') format('embedded-opentype'),
    url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/interstatelightcompressed-webfont.woff') format('woff'),
    url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/interstatelightcompressed-webfont.ttf') format('truetype'),
    url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/interstatelightcompressed-webfont.svg#interstate-lightcompresnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'centurygothic';
    src: url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/centurygothic.eot');
    src: url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/centurygothic.eot?#iefix') format('embedded-opentype'),
    url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/centurygothic.woff') format('woff'),
    url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/centurygothic.ttf') format('truetype'),
    url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/centurygothic.svg#centurygothic') format('svg');
    font-weight: normal;
    font-style: normal;
}


body.frontEnd
{
    color: #8e8c8b;
    background-image: none;
    font-family:Arial
}


a, a:visited
{
    color: #C7774A;
}

a:hover
{
    color: #000;
    text-decoration: none;
}

#header
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


#headerLogo
{
    float: left;
    height: auto;
    width:auto;
    margin-top:20px;
}

#headerLogo img
{
    width: 98px;
    height: 96px;
}


#userArea {
    background: none repeat scroll 0 0 #F4F5F6;
    border-radius: 0 0 5px 5px;
    float: right;
    margin-bottom: 2px;
    padding: 9px 10px;
    text-align: right;
    width: auto;
    display: none;
}



#userArea p, #userArea ul
{
    width: auto;
    color:#AAA;
    font-size:10px;
}
#userArea p
{
    line-height: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
}
#userArea li
{
    line-height: 15px;
}
#userArea a
{
    text-transform: uppercase;
    color:#AAA;
}
#userArea a:hover
{
    color: #c36129;
}

.navigationTabs > ul {
    float: right;
}
body.frontEnd .navigationTabs {
    background: none repeat scroll 0 0 transparent;
    float: right;
    margin-bottom: 15px;
    margin-top: 30px;
    width: 900px;
    height: 69px;
}

body.frontEnd .navigationTabs li
{
    float: left;
}

body.frontEnd .navigationTabs li + li
{
    background: none;
}

body.frontEnd .navigationTabs li + li a
{

}



body.frontEnd .navigationTabs li a, body.frontEnd .navigationTabs li a:visited {
    color: #777777;
    display: block;
    font-family: centurygothic;
    font-size: 14px;
    line-height: 69px;
    padding-left: 26px;
    padding-right: 26px;
    text-decoration: none;
    text-transform: lowercase;
}





body.frontEnd .navigationTabs li:last-child a {
    padding-right: 6px;
}


body.frontEnd .navigationTabs li a:hover, body.frontEnd .navigationTabs li a.currentNavTab
{
    background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/current.png") no-repeat scroll center center transparent;
    color: #c36129;
}
/*
body.frontEnd .navigationTabs li:last-child a:hover, body.frontEnd .navigationTabs li:last-child a.currentNavTab {
  background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/current.png") no-repeat scroll center right transparent;
}*/


.advancedSearchSelected
{
    color: #000 !important;
}

#footerWrapper {
    margin-top: 25px;
    background: #f2f3f5;
}

#footer
{
    margin-top: 15px;
}

#footer ul {
    width: 190px;
}

#footer .groupingLabel {
    color: #8F8F8F;
    font-size: 11px;
    text-transform: uppercase;
}

#footer a, #footer a:visited {
    color: #8F8F8F;
    font-size: 11px;
    text-decoration: none;
}
#footer a:hover
{
    color: #c36129;
}

#footer {
    background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/logo2.png") no-repeat scroll 850px 15px transparent;
    height: 120px;
    margin-top: 50px;
}

.gridListHeader
{
    background-color: #939393 !important;
}

.purchasedItem
{
    overflow: auto;
    zoom: 1;
    padding: 10px;
    line-height: 20px;
    font-weight: normal;
    border: 1px solid #666;
    background-color: #e8e8e8;
}

.purchasedItem span
{
    font-weight: bold;
}

.purchasedItem + .purchasedItem
{
    border-top: 0;
}

.purchasedItemDetails
{
    float: left;
    overflow: hidden;
    width: 380px;
}



.purchasedItemStatus
{
    float: left;
    overflow: hidden;
    width: 200px;
}

.purchasedItemName
{
    float: left;
    overflow: hidden;
    width: 280px;
}

.purchasedItemCost
{
    float: right;
    text-align: right;
    overflow: hidden;
    width: 70px;
}




h1, h2, .headerDiv {
    border-bottom: 1px solid #E9E9E9;
    color: #AAAAAA;
    font-family: interstate;
    font-size: 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h1 {
    line-height: 31px;
    margin-bottom: 25px;
    padding-bottom: 22px;
}
h2, .headerDiv, #leftColumn h1, #rightColumn h1, #leftColumn + #midColumn h1 {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 8px;
    padding-bottom: 4px;
    padding-top: 0;
}
h1 span, .headerDiv span {
    font-family: arial;
    letter-spacing: 0;
    text-transform: uppercase;
}



h3 {
    color: #c36129;
    font-size: 16px;
    line-height: 22px;
}

h4 {
    /*color: #565656;*/
    font-size: 15px;
    line-height: 26px;
}

hr {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom:1px solid #E9E9E9;
    clear: both;
    margin-bottom: 25px;
    padding-top: 25px;
    height: 1px;
}


#midColumn {
    padding-top: 1px;
}
#leftColumn + #midColumn
{
    padding-top: 0;
}
#midColumn * + * h1 {
    margin-top: 25px;
}

.noline {
    border: 0;
}



div.divided + div.divided {
    margin-top: 15px;
    border: 0;
}



.copyRight, .poweredBy {
    color: #8e8c8b;
    font-size: 10px;
    text-transform: uppercase;
    height:12px;
}

.poweredBy a: {
    color: #8e8c8b;
}


.clear { clear:both; }




.socialSites{
    margin-bottom:20px
}
.socialSites li, .socialSites li a {
    height: 32px;
    width: 32px;
}

.socialSites li {
    background:none !important
}
.socialSites li.twitter a,.socialSites li.twitter a:hover {
    background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/twitter.png") no-repeat scroll 0 0 transparent;
}
.socialSites li.facebook a,.socialSites li.facebook a:hover {
    background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/facebook.png") no-repeat scroll 0 0 transparent;
}
.socialSites li.linkedin a,.socialSites li.linkedin a:hover {
    background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/linkedin.png") no-repeat scroll 0 0 transparent;
}
.socialSites li a:hover {
    opacity:.7
}


.nivoSlider {
    box-shadow: none;
}


#homepageImages
{
    width: 100% !important;
    height: 494px !important;
}


/**************/
/* GENERAL */
/**************/

.noborder {
    border:0
}

.tab {
    background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/tab.gif") repeat scroll 0 0 transparent;
    display: block;
    height: 41px;
    text-align: center;
    width: 160px;
    font: 30px interstate;
    color: #C36129;
    text-transform: uppercase;
    padding-top: 1px;
    height: 40px;
}
form ul li input.singleLine, form ul li textarea {
    border-color: #E7E5D7;
}

/*a.button, a.paginate_active, a.paginate_button {
  background: #E3E1D8;
  border: 0 none;
  color: #C36129 !important;
  font-family: interstate;
  font-size: 21px;
  padding: 3px 20px 1px 20px;
  text-shadow: none;
  text-transform: uppercase;
}*/
a.button, a.paginate_active, a.paginate_button {
    background: none repeat scroll 0 0 #E3E1D8;
    border: 0 none;
    color: #C36129 !important;
    font-family: interstate;
    font-size: 16px;
    padding-top: 1px;
    padding-right: 8px;
    text-shadow: none;
    text-transform: uppercase;
}

a.button:hover, a.paginate_active:hover, a.paginate_button:hover {
    background: #C36129;
    color: #FFF !important;
}
.itemPreviewText {
    white-space: normal;
}
#leftColumn + #midColumn .previewGrid {
    width: 140px;
    min-height: 140px;
}




/**************/
/* HOMEPAGE */
/**************/

#homepageProjects {
    height: 274px;
    overflow: auto;
}
#homepageProjects h2, #homepageReleases h2 {
    border: 0 none;
    margin-bottom: 7px;
}

#homepageReleases h2
{
    text-align: left;
}


/**************/
/* TABS HOME */
/**************/

.tabs {
    border-bottom: 1px solid #DDDCDC;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-bottom: 10px;
}
.tabs li {
    display: inline;
    margin-right: 10px;
    margin-bottom:10px;
}
.tabs li a {
    background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/tabs_off.png");
    display: inline-block;
    font-family: interstate;
    font-size: 30px;
    height: 40px;
    padding-top: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 109px;
}
.tabs li a:hover, .tabs li a.selectedTab {
    color:#000
}
.tabs li a.selectedTab {
    background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/tab_on.png");
    color:#000
}
.tabs .hide
{
    display:none
}





/**************/
/* PLACEMENTS */
/**************/

.placement_box {
    float: left;
    margin-bottom: 20px;
    width: 245px;
}
.placement_box + .placement_box {
    margin-left: 6px;
}
.placement_box .placement_box_image {
    height: 140px;
    overflow: hidden;
    border: 1px solid #F0F0F0;
}
.placement_box .placement_box_image > a {
    display: block;
    /*margin-top: -20px;*/
}
.placement_box .placement_box_image img {
    height: auto;
    width: 245px;
}
.placement_box .placement_box_text a {
    text-transform: uppercase;
    font-size: 13px;
}
.placement_box .placement_box_text {
    padding-top: 5px;
}
.placement_box .placement_box_text > span {
    display: block;
}
.placement_box .placement_box_text > span:nth-child(3) {
    margin-top: 8px;
}




.credits .placement_box {
    float: left;
    margin-bottom: 20px;
    width: 239px;
}
.credits .placement_box + .placement_box {
    margin-left: 14px;
}
.credits .placement_box .placement_box_image {
    height: 134px;
    overflow: hidden;
    border: 1px solid #F0F0F0;
}
.credits .placement_box .placement_box_image img {
    height: auto;
    width: 239px;
}

.credits .placement_box_text span:nth-child(2) {
    font-style: italic;
}
.credits .additional_credit_title {
    display:block;
    text-transform:uppercase;
    font-style:normal;
    font-weight:bold;
}

/**************/
/* CREDITS/PLACEMENTS */
/*************
.placement_box2 {
  float: left;
  width: 185px;
  MARGIN-BOTTOM: 10px;
}
.placement_box2 + .placement_box2 {
  margin-left: 10px;
}
.placement_box2 .placement_box_image {
  height: 100px;
  overflow: hidden;
  border: 1px solid #F0F0F0;
}
.placement_box2 .placement_box_image > a {
  display: block;
}
.placement_box2 .placement_box_image img {
  height: auto;
  width: 185px;
}
.placement_box2 .placement_box_text a {
  text-transform: uppercase;
  font-size: 13px;
}
.placement_box2 .placement_box_text {
  padding-top: 10px;
}
.placement_box2 .placement_box_text > span {
  display: block;
  padding-bottom: 3px;
  font-style: italic;
}*/



/**************/
/* CREDITS/clients */
/**************/
#clients > div {
    float: left;
    margin-bottom: 15px;
}
#clients > div + div {
    margin-left: 34px;
}
.trackCredit {
    border-bottom: 1px solid #E7E7E7;
    float: left;
    margin-top: 15px;
    padding-bottom: 10px;
    width: 238px;
}
.trackCredit + .trackCredit {
    margin-left: 15px;
}
.trackCredit > a {
    display: block;
    text-transform: uppercase;
}
.trackCredit > span {
    font-style: italic;
}




/**************/
/* RELEASES HOME AND ALBUMS LIST */
/**************/
#homepageReleases {
    border-top: 1px solid #DDDCDC;
    padding-top: 15px;
}

#homepageReleases .itemPreviewImage {
    height: 182px;
    overflow: hidden;
    width: 182px;
}
#homepageReleases .itemPreview {
    height: auto;
    overflow: auto;
    width: 182px;
}
#homepageReleases .itemPreviewImage img {
    height: 180px;
    width: 180px;
}
.albumPreviewTwoLines, #albums .itemPreview {
    height: auto;
    width: auto;
}
#homepageReleases .itemPreviewText {
    white-space: normal;
}
#homepageReleases .previewGridManagerItem + .previewGridManagerItem {
    margin-left: 25px;
}

#homepageReleases .previewGrid.albumPreviewTwoLines.previewGridManagerItem
{
    width: 180px;
}

#homepageReleases .placement_box_text a {
    font-size: 13px;
    text-transform: uppercase;
}

#homepageReleases .itemPreviewText {
    line-height: normal;
    padding: 10px 0 0;
    text-align: left;
    white-space: normal;
}
#homepageReleases .itemPreview a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
}
.album_section_title {
    height: 22px;
}




/**************/
/* ABOUT US */
/**************/
.about {
    overflow: hidden;
    margin-bottom: 20px;
}
p.about {
    line-height: 25px;
}

.team {
    width: 385px;
}
.team .img {
    float: left;
    margin-right: 15px;
}
.team a {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}
.team span {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
}

.about div {
    float: left;
    margin-right: 25px
}

.about div + div {
    float: none;
    margin-right: 0
}

.about h3 {
    font-size: 16px;
    text-transform: none;
}
.about h4 {
    color: #CCCCCC;
    font-size: 18px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #AAAAAA;
    text-transform: uppercase;
}

td.team {
    width: 190px;
}
td.team:last-child {
    width: 180px;
}






/********************/
/* ADVANCED SEARCH */
/*******************/

.advancedSearchBlock {
    border-color: #E9E9E9;
    border-radius: 0 0 0 0;
}

.advancedSearchHeading {
    background-color: #c88359;
    color: #FFFFFF;
    font-size: 12px;
}
.advancedSearchCheckBoxList li {
    background-color: #EBEBEB;
    height:auto;
}

.jslider_round_plastic .jslider-bg i, .jslider_round_plastic .jslider-pointer {
    background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/jslider.round.plastic.png");
}

.advancedSearchLabel {
    height: 22px;
    width: 284px;
    background: #EBEBEB;
}


.advancedSearchCheckboxWrapGroup {
    color: #000000;
    cursor: pointer;
    font-size: 11px;
    min-height: 17px;
    padding-left: 20px;
    padding-top: 3px;
}
.subFacet {
    display: none;
}
.subFacet > li {
    background: none repeat scroll 0 0 #F1F1F1;
    padding-left: 13px;
    width: auto;
}
.subFacet > li.level3 {
    padding-left: 26px;
}

.advancedSearchCheckboxWrapGroup.subFacetOff {
    background: url(//d2n4yiee7lv24r.cloudfront.net/p4v4/images/right.png) no-repeat 2px 1px;
}
.advancedSearchCheckboxWrapGroup.subFacetOn {
    background: url(//d2n4yiee7lv24r.cloudfront.net/p4v4/images/down.png) no-repeat 2px 1px;
}




/**************/
/* SERVICES */
/**************/

.service {
    height: 46px;
    margin-bottom: 30px;
    margin-top: 5px;
}

.service div {
    float: left;
    margin-right: 10px;
}

.service div + div {
    color: #777777;
    float: none;
    font-size: 13px;
}




/**************/
/* CONTACT */
/**************/


#contact h3 {
    font-size: 18px;
}
#contact #info {
    margin-top: 20px;
    margin-bottom: 30px;
}
#contact #info > div {
    float: left;
    line-height: 18px;
    margin-right: 47px;
}
#contact #info > div + div {
    float: none;
    margin: 0;
}
#contactForm label {
    width: 110px;
}
#contactForm form li {
    width: 350px;
}




/**************/
/* NEWS */
/**************/

.news_image {
    margin-bottom: 8px;
}

.news_box_image img {
    width: 250px;
}

.news_box {
    clear:both;
    margin-bottom:22px;
}

.news_box_image {
    float:left;
    width:247px;
    height:139px;
    overflow:hidden;
    margin-right:18px;
}

.news_box_text {
    color: #5A5A5A;
    float: left;
    font-size: 12px;
    width: 735px;
    line-height: 18px;
}


.news_box_text h2 {
    border: 0 none;
    font-family: Arial;
    font-size: 17px;
    letter-spacing: 0;
    margin: 4px 0;
    text-transform: uppercase;
}

.news_box_date {
    color:#a8a8a8;
    font-size:13px
}

.news_box_text .news_link {
    clear: both;
    color: #a8a8a8;
    float: right;
    margin-top: 10px;
}
.news_box_text .news_link:hover {
    color: #C7774A;
}



/**************/
/* CATALOG */
/**************/


#catalogDescription > div {
    color: #666666;
    float: left;
    font-size: 13px;
    line-height: 20px;
    width: 49%;
}
#catalogDescription div + div {
    margin-left: 15px;
}
#catalogGenres {
    margin-bottom: 210px;
    margin-top: 20px;
}
#catalogGenres > div {
    background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/backgroundgenre.png") repeat scroll 0 0 transparent;
    float: left;
    height: 78px;
    width: 152px;
    background-size: 152px 78px;
}
#catalogGenres > div:hover {
    background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/backgroundgenre2.png");
    height: 78px;
    width: 152px;
    background-size: 152px 78px;
}
#catalogGenres > div + div {
    margin-bottom: 14px;
    margin-left: 14px;
}
#catalogGenres a {
    background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre1.png") no-repeat scroll 95px 16px transparent;
    display: block;
    font-family: interstate;
    font-size: 28px;
    height: 63px;
    padding-left: 13px;
    padding-top: 27px;
    text-transform: uppercase;
    width: 162px;
}
#catalogGenres a.genre1 { background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre1.png"); }
#catalogGenres a.genre2 { background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre2.png"); }
#catalogGenres a.genre3 { background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre3.png"); }
#catalogGenres a.genre4 { background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre4.png"); }
#catalogGenres a.genre5 { background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre5.png"); }
#catalogGenres a.genre6 { background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre6.png"); }
#catalogGenres a.genre7 { background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre7.png"); }
#catalogGenres a.genre8 { background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre8.png"); }
#catalogGenres a.genre9 { background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre9.png"); }
#catalogGenres a.genre10 { background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre10.png"); }
#catalogGenres a.genre11 { background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre11.png"); }
#catalogGenres a.genre12 { background-image: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/content/genre12.png"); }


.trackListActions {
    /*width: 350px;*/
}
.album_page .buttonRow {
    margin-bottom: 10px;
}

.trackListImage {
    color: transparent !important;
}





/**************/
/* FAQ */
/**************/

.faq-page li {
    line-height: 22px;
}
.faq-page .answer p span {
    clear: both;
    color: #B35D20;
    display: block;
    font-weight: bold;
}
.faq-page .answer {
    clear: both;
    display: block;
    margin-top: 30px;
}
.faq-page .answer p {
    margin-bottom: 15px;
}
a.small:link {
    color: #666666;
    font-size: 10px;
    text-decoration: underline;
}








#fancybox-content .headerDiv > span {
    margin-left: 10px;
}

#contactForm ul {width:auto;}

h2.album_section_title { margin-bottom:0px; }

.album_page .album_image {margin-right:10px;}

.album_section_title a.album_section_download_btn {
    margin-top: -2px;
    text-transform: uppercase;
}

.trackListTitle
{
    width:370px;
}

#leftColumn + #midColumn ul.gridList .trackListTitle,
#leftColumn + #midColumn ul.gridList .trackListTitle span
{
    width: 380px !important;
}


#header #basket_wrapper {
    width: 150px;
    margin:0;
    padding:0;
    border:0;
}

#header #basket_wrapper:hover {
    background: url("//d2n4yiee7lv24r.cloudfront.net/p4v4/images/current.png") no-repeat scroll center center transparent;
    color: #c36129;
    background-color:none;
}

.modalLicensingAgreement h1 {
    margin-bottom:15px;
    padding-bottom:12px;
}

.bx-wrapper img {
    width: 1000px;
}
/* end client css / edited in CMS -> Website -> CSS */
