.ui-dialog.noTitle .ui-dialog-titlebar {
  display: none;
}
.ui-dialog .loading {
  background: url(loading.gif) no-repeat;
  width: 220px;
  height: 19px;
  margin:50px auto 0 auto;
}
.text-page {
	margin: 40px;
	background:#fff;
	border:1px solid #ccc;
	padding:20px;
	max-width:960px;
}
.text-page ul {
	padding: 10px;
	margin-left: 20px;
}
.text-page ul li {
	list-style-type: circle;
	font-style: italic;
}
.text-page .tip {
	margin: 20px 0;
	display: block;
	background: #fdffac;
	border: 1px solid #dade2c;
	padding: 10px 20px;
}
.text-page .tip i {
	margin-right: 10px;
	font-size: 16px;
	color: #807900;
}
.text-page .img {
	display: inline-block;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}
#imageResults .frame {
  display: inline-block;
  padding: 2px;
  /*border: 1px solid #111;*/
  border-radius: 4px;
  line-height: 0;
  font-size: 0;
  background: #222;
}

.widefat .edit_image_form td {
  border-bottom: 0;
  border-top: 0;
}

.widefat th, .widefat td {
  overflow: visible;
  padding: 20px;
}

.widefat tfoot th:first-of-type {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.widefat tfoot th:last-of-type {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-rigth-radius: 0;
}
.widefat thead th:first-of-type {
  -webkit-border-top-left-radius: 0;
  border-bottom-top-radius: 0;
}
.widefat thead th:last-of-type {
  -webkit-border-top-rigth-radius: 0;
  border-top-right-radius: 0;
}

#wpcontent {
  margin-left: 146px;
  padding-left: 20px;
}
.widefat * {
  word-wrap:normal; 
}
.scrollbox {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
/*#region edit gallery*/
#settings textarea {
  width:90%;
  height: 200px;
}
#settings select {
	width: 90%;
}
#settings .current-image-size {
	width: auto;
}
#settings .instructions ul {
  color: #444;
}
#settings .instructions ul li {
  border-bottom: 1px dashed #666;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
}
#settings .instructions ul em {
  font-weight: bold;
  font-family: courier,monospace;
  font-size: 12px;
  font-style: normal;
  color: #333;
}
#settings .custom_isf .del,
#settings .filters .del {
  background: #f00;
  float: left;
  margin-right: 10px;
}
#settings .filters .add,
#settings .custom_isf .add {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
#settings .filters input[type=text] {
  display: block;
}
#settings .custom_isf input {
	width:100%;
}
#settings .custom_isf table td {
	padding: 2px 8px;
}
#settings .sections {
  margin:0 0 20px;
  padding: 10px 0 0 10px;
  border-bottom: 1px solid #666;
}
#settings .form-buttons {
	margin-top: 20px;
}
#settings .form-buttons input,
#settings .sections a {
  display: inline-block;
  background: #f0f0f0;
  color: #333;
  padding: 10px;
  margin:0 1px 0 0;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  height: auto;
  -moz-transition:background .3s, color .3s;
  -webkit-transition:background .3s, color .3s;
  transition:background .3s, color .3s;
  position: relative;
  top:4px;
  border: 1px solid #666;  
}
#settings .sections a i {
	margin-right:5px;
	color: #333;
}
#settings .sections a {
	background: #ccc;
	border-bottom: 0;
}
#settings .sections a.selected:hover, 
#settings .sections a.selected {
  background: #f1f1f1;
  color:#000;
  top:1px;
  height: 26px;
  line-height: 26px;
  outline: 0;
  box-shadow: none;
}
#settings .sections a:hover {
  background: #555;
}
#settings .sections a.selected:hover i, 
#settings .sections a.selected i {
	color: #000;
}
#settings .sections a:hover i, 
#settings .sections a:hover {
  color:#fff;
}
#settings table.section {
  display: none;
}
#images {
	display:none;
}
#images .actions {
  padding: 10px 10px 10px 10px;
  background: #ccc;
  color: #242521;
  border:1px solid #111;
  margin-bottom:2px;
}
#images .actions .row {
	padding: 10px 0;
	border-bottom: 1px solid #bbb;
}
#images .actions .row:last-of-type {
	border:0;
}
#images .actions .label {
	display: inline-block;
	width: 100px;
}
#images .actions select {
	width:auto;
}
	#images .source-panel {
		display:none;
	}
#images .bulk {
  padding: 10px 10px 10px 10px;
  background: #eee;
  color: #242521;
  border:1px solid #111;
  margin-top: 2px;
}
#images .bulk h4 {
  margin:0 0 4px 0; 
  color: #000;
}
#images .bulk .checkbox {
  display: inline-block;
  padding-left: 20px;
  margin-right: 15px;
}
#images .bulk .options a {
  display: inline-block;
  margin-right: 10px;
  color: #444;
  text-decoration: none;
}
#images .bulk .options a:hover {
  color: #666;
}
#images .bulk .panel {
  display: none;
  padding: 12px;
  background: #555444;
  margin-top: 5px;
  border: 1px solid #333222;
}
#images .bulk .panel strong {
  color: #fff;
  display: block;
  margin-bottom: 4px;
}
#images .bulk .panel p {
  margin-bottom: 0;
  color: yellow;
}
#images .tips {
  padding: 10px;
  background: #ddd;
  border:1px solid #111;
  margin-top: 2px;
  color: #242521;
}
#images .actions .tip {
  margin-left: 14px;
  background: url('images/tip.png') no-repeat;
  text-indent: 18px;
  display: inline-block;  
  color: #000;
}
#images .item {
	width:160px;
	padding:0 5px;
	border:1px solid #111;
	float:left;
	height:195px;
	margin:10px 10px 0 0;
	position: relative;
	background: #fff;
}
#images .item.selected {
  background: #dadada;
}
#images .item .filters li,
#images .item .size {
  position: absolute;
  top: 5px;
  left: 55px;
  color: #333;
  padding: 0 4px;
  display: block;
  font-size: 10px;
  font-family: monaco,courier, monospace;
}
#images .item .filters {
	top: 32px;
	left: 10px;
	z-index: 10;
	position: absolute;
}
#images .item .filters li {
	display: block;
	position: static;
	text-align: left;
	background: #1707a5;
	color: #fff;
}
#images .item .del {
  position: absolute;
  top:4px;
  right:4px;    
  width: 20px;
  height: 20px;
  text-decoration: none;
  color: #000;
  display: none;
  background:#111;
}
#images .item .icons {
  border-bottom: 1px solid #222;
  margin-bottom: 9px;
  padding-bottom: 4px;
}
#images .item .selection {
  float: right;
  margin-top: 5px;
  height: 12px;
  padding-left: 18px;
}
#images .item .remove,
#images .item .edit {
  text-decoration: none;
  color: #000;
  display:inline-block;
  margin-top: 5px;
}
#images .item .remove i,
#images .item .edit i {
	font-size: 14px;
}
#images .item .remove {
	
}
#images .figure {
  margin:0;
  padding: 0;
  height: 150px;
  overflow: hidden;
  display: block;
  text-align: center;
}
#images .figure img {
  width:150px;
  cursor: pointer;
}
#images .item .data {
  display: none;
}
/*#endregion*/

/*#region image panel*/
.overlay {
  position: fixed;
  z-index: 1000;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background: #000;
  opacity: .8;
}
#image-panel,
#video-panel {
  background: #343531;
  width:600px;
  height:340px;
  position: absolute;
  top: 50%;
  left: 50%; 
  z-index: 1001;
  box-shadow: #000 0px 0px 20px;
  border:4px solid #111;
  padding: 10px;
}
#video-panel p {
    color:#fff;
}
#video-panel textarea {
    height: 240px;
    width:100%;
}
#image-panel .filters {
  clear: both;
  margin-top: 10px;
}
#image-panel .filters .checkbox {
  float: left;
  margin-right: 20px;
  padding-left: 20px;
}
#image-panel .left {
  float:left;
}
#image-panel .figure {	
	width:200px;
	height:200px;
	overflow:hidden;
  padding: 0;
  margin: 0 0 10px 0;
  padding: 2px;
  border: 1px solid #999;
  background: #222;
}
#image-panel .figure img {
	width:100%;
}
#image-panel .right {
	float:left;
	margin-left:20px;
}
#image-panel .field {
  padding-bottom: 5px;
  color: #aaa;
  border-bottom: 1px solid #555;
  margin-bottom: 5px;
}
#image-panel .field:last-of-type {
  border-bottom: 0;
}
#image-panel .field label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #fff;
}
#image-panel .field textarea {
  width: 280px;
  height: 117px;
}
#image-panel .actions li {
  height: 22px;
  margin:0; 
}
#video-panel .close,
#image-panel .close {
  position: absolute;
  top:0;
  right:0;
  display: block;
  background: #111;
  border-bottom-left-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-indent: 15px;
  text-decoration: none;
  color: #fff;
  font-family: arial;
  font-weight: bold;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#image-panel .buttons {
  text-align: right;
  margin-top: 10px;
  clear: both;
}
#image-panel .buttons a {
  margin-left: 10px;
}
/*#endregion*/

/***/
.wrapper {
  clear: both;
  margin: auto;
  padding: 3px 0;
}
.scrollbox,
.chzn-single {
  width:200px;
}
.scrollbox .ui-widget-content {
  border: 0;
  background: none;
}
.scrollbox .ui-state-default, 
.scrollbox .ui-widget-content .ui-state-default,
.scrollbox .ui-state-hover, 
.scrollbox .ui-widget-content .ui-state-hover {
  border: 0;
}

/***/
.crosslink {
  background-color: #303137;
  border-radius: 100px;
  color: #9f9f9f;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 40px 60px;
  text-decoration: none;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.15);
  behavior: url("javascripts/vendor/PIE.htc"); }
  .crosslink:hover {
    background-color: #292a2e;
    color: #bbbbbb; }
  .crosslink:active {
    color: white; }

.button-huge {
  height: 26px;
  padding: 6px 16px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  _overflow: hidden;
  *display: inline;
  background: #8c8c8c;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbd7d7), color-stop(100%, #8c8c8c));
  background-image: -webkit-linear-gradient(top, #dbd7d7, #8c8c8c);
  background-image: -moz-linear-gradient(top, #dbd7d7, #8c8c8c);
  background-image: -ms-linear-gradient(top, #dbd7d7, #8c8c8c);
  background-image: -o-linear-gradient(top, #dbd7d7, #8c8c8c);
  background-image: linear-gradient(top, #dbd7d7, #8c8c8c);
  -pie-background: linear-gradient(#dbd7d7, #8c8c8c);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  behavior: url("javascripts/vendor/PIE.htc"); }
  
.button-huge {
  border-radius: 60px;
  font-size: 20px;
  font-weight: bold;
  height: 56px;
  padding: 9px 38px 11px;
  text-align: center; }
  .button-huge .button-description {
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font: italic 12px Georgia, serif; }

.checkbox, .checkbox-light, .radio, .radio-light {
  background: url("images/checkbox/square.png") 0 0 no-repeat;
  color: #dddddd;
  cursor: pointer;
  padding: 1px 0 3px 25px;
  position: relative; }
  .checkbox:hover, .checkbox-light:hover, .radio:hover, .radio-light:hover {
    background-position: 0 -26px;
    color: white; }
  .checkbox.checked, .checked.checkbox-light, .checked.radio, .checked.radio-light {
    background-position: 0 -53px; }
    .checkbox.checked:hover, .checked.checkbox-light:hover, .checked.radio:hover, .checked.radio-light:hover {
      background-position: 0 -80px; }

.checkbox-light {
  background-image: url("images/checkbox/square-light.png"); }

.radio {
  background-image: url("images/checkbox/disk.png"); }

.radio-light {
  background-image: url("images/checkbox/disk-light.png"); }

.form-row {
  background: url("images/checkbox/form-row.png") 0 100% repeat-x;
  margin-bottom: 7px;
  padding-bottom: 7px; }
  .form-row.last {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.select, .select-arrowed {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .select.opened, .opened.select-arrowed {
    z-index: 999; }
    .select.opened .options, .opened.select-arrowed .options {
      display: block; 
      box-shadow: #000 0px 2px 20px;
    }
  .select.idle .selected, .idle.select-arrowed .selected {
    color: #9da0ab; }
  .select.negative:hover .selected, .negative.select-arrowed:hover .selected {
    background-color: #400000; }
  .select.negative .selected, .negative.select-arrowed .selected {
    background-color: #4c0000;
    color: #ffe3e3;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.06);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.06);
    behavior: url("javascripts/vendor/PIE.htc"); }
  .select .selected, .select-arrowed .selected {
    background-color: #141517;
    border-radius: 30px;
    color: white;
    cursor: pointer;
    display: block;
    height: 26px;
    line-height: 18px;
    padding: 4px 16px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    line-height: 16px \9;
    behavior: url("javascripts/vendor/PIE.htc"); }
    .select .selected:hover, .select-arrowed .selected:hover {
      background-color: black; }
      .select .selected:hover .icon, .select-arrowed .selected:hover .icon {
        background-position: 0 -30px; }
    .select .selected .icon, .select-arrowed .selected .icon {
      background: url("images/select/selected-icon.png") 0 0 no-repeat;
      border-radius: 50%;
      height: 19px;
      position: absolute;
      right: 3px;
      top: 3px;
      width: 19px; }
  .select .options, .select-arrowed .options {
    background-color: #41444c;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    padding: 20px 0 8px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: 4;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
  .select .stack, .select-arrowed .stack {
    padding-bottom: 2px;
    max-height: 140px;
    overflow: auto; }
    .select .stack li, .select-arrowed .stack li {
      color: #9da0ab;
      cursor: pointer;
      height: 26px;
      padding: 6px 16px;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .select .stack li:hover, .select-arrowed .stack li:hover, .select .stack li:focus, .select-arrowed .stack li:focus, .select .stack li.highlighted, .select-arrowed .stack li.highlighted {
        color: white;
        -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.3);
        background: #6c901b;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2ca4c), color-stop(100%, #6c901b));
        background-image: -webkit-linear-gradient(top, #a2ca4c, #6c901b);
        background-image: -moz-linear-gradient(top, #a2ca4c, #6c901b);
        background-image: -ms-linear-gradient(top, #a2ca4c, #6c901b);
        background-image: -o-linear-gradient(top, #a2ca4c, #6c901b);
        background-image: linear-gradient(top, #a2ca4c, #6c901b);
        -pie-background: linear-gradient(#a2ca4c, #6c901b); }
      .select .stack li.inactive-result, .select-arrowed .stack li.inactive-result {
        display: none; }
  .select .select-search, .select-arrowed .select-search {
    margin-bottom: 5px;
    padding: 1px 9px 3px; 
    display: none;
  }
    .select .select-search input, .select-arrowed .select-search input {
      background-color: #30333b;
      border: 1px solid #252525;
      border-radius: 2px;
      color: white;
      padding: 4px 9px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
      -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06); }

.select-arrowed .selected .icon {
  background-image: url("images/select/selected-icon-arrowed.png"); }

input[type='text'],
input[type='password'] {
  border-radius: 2px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  height: 26px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
input[type='text'].w50 {
  width:50px  ;
}
.text, .text-rounded {
  position: relative; }
  .text.dark textarea,
  .text.dark input[type='text'], .dark.text-rounded input[type='text'],
  .text.dark input[type='password'],
  .dark.text-rounded input[type='password'] {
    background: #141517;
    color: white;
    border: 1px solid black;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
    padding-top: 4px \9;
    behavior: url("javascripts/vendor/PIE.htc"); }
    .text.dark input[type='text']:-moz-placeholder, .dark.text-rounded input[type='text']:-moz-placeholder,
    .text.dark input[type='password']:-moz-placeholder,
    .dark.text-rounded input[type='password']:-moz-placeholder {
      color: #777777; }
    .text.dark input[type='text']::-webkit-input-placeholder, .dark.text-rounded input[type='text']::-webkit-input-placeholder,
    .text.dark input[type='password']::-webkit-input-placeholder,
    .dark.text-rounded input[type='password']::-webkit-input-placeholder {
      color: #777777; }
    .text.dark input[type='text'].placeholder, .dark.text-rounded input[type='text'].placeholder,
    .text.dark input[type='password'].placeholder,
    .dark.text-rounded input[type='password'].placeholder {
      color: #777777; }
    .text.dark input[type='text']:hover, .dark.text-rounded input[type='text']:hover,
    .text.dark input[type='password']:hover,
    .dark.text-rounded input[type='password']:hover {
      -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
      -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1); }
    .text.dark input[type='text']:focus, .dark.text-rounded input[type='text']:focus,
    .text.dark input[type='password']:focus,
    .dark.text-rounded input[type='password']:focus {
      -webkit-box-shadow: 0 0 0 3px #80a62d;
      -moz-box-shadow: 0 0 0 3px #80a62d;
      box-shadow: 0 0 0 3px #80a62d; }
  .text.light input[type='text'], .light.text-rounded input[type='text'],
  .text.light input[type='password'],
  .light.text-rounded input[type='password'] {
    background: #fdfdfd;
    border: none;
    color: black;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    background: #9a9a9a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #9a9a9a));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #9a9a9a);
    background-image: -moz-linear-gradient(top, #fdfdfd, #9a9a9a);
    background-image: -ms-linear-gradient(top, #fdfdfd, #9a9a9a);
    background-image: -o-linear-gradient(top, #fdfdfd, #9a9a9a);
    background-image: linear-gradient(top, #fdfdfd, #9a9a9a);
    -pie-background: linear-gradient(#fdfdfd, #9a9a9a);
    padding-top: 5px \9;
    behavior: url("javascripts/vendor/PIE.htc"); }
    .text.light input[type='text']:-moz-placeholder, .light.text-rounded input[type='text']:-moz-placeholder,
    .text.light input[type='password']:-moz-placeholder,
    .light.text-rounded input[type='password']:-moz-placeholder {
      color: #666666; }
    .text.light input[type='text']::-webkit-input-placeholder, .light.text-rounded input[type='text']::-webkit-input-placeholder,
    .text.light input[type='password']::-webkit-input-placeholder,
    .light.text-rounded input[type='password']::-webkit-input-placeholder {
      color: #666666; }
    .text.light input[type='text'].placeholder, .light.text-rounded input[type='text'].placeholder,
    .text.light input[type='password'].placeholder,
    .light.text-rounded input[type='password'].placeholder {
      color: #666666; }
    .text.light input[type='text']:hover, .light.text-rounded input[type='text']:hover,
    .text.light input[type='password']:hover,
    .light.text-rounded input[type='password']:hover {
      -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
      -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }
    .text.light input[type='text']:focus, .light.text-rounded input[type='text']:focus,
    .text.light input[type='password']:focus,
    .light.text-rounded input[type='password']:focus {
      background: white;
      -webkit-box-shadow: 0 0 0 3px #80a62d;
      -moz-box-shadow: 0 0 0 3px #80a62d;
      box-shadow: 0 0 0 3px #80a62d; }
      .text.light input[type='text']:focus:-moz-placeholder, .light.text-rounded input[type='text']:focus:-moz-placeholder,
      .text.light input[type='password']:focus:-moz-placeholder,
      .light.text-rounded input[type='password']:focus:-moz-placeholder {
        color: #cccccc; }
      .text.light input[type='text']:focus::-webkit-input-placeholder, .light.text-rounded input[type='text']:focus::-webkit-input-placeholder,
      .text.light input[type='password']:focus::-webkit-input-placeholder,
      .light.text-rounded input[type='password']:focus::-webkit-input-placeholder {
        color: #cccccc; }
      .text.light input[type='text']:focus.placeholder, .light.text-rounded input[type='text']:focus.placeholder,
      .text.light input[type='password']:focus.placeholder,
      .light.text-rounded input[type='password']:focus.placeholder {
        color: #cccccc; }
  .text.light input[type='submit'], .light.text-rounded input[type='submit'] {
    background-position: center -30px; }
  .text input[type='submit'], .text-rounded input[type='submit'] {
    background-color: transparent;
    background-position: center 0;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 12px;
    height: 19px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 19px; }
    .text input[type='submit']:hover, .text-rounded input[type='submit']:hover, .text input[type='submit']:focus, .text-rounded input[type='submit']:focus {
      background-position: center -30px; }

.text-rounded input[type='text'],
.text-rounded input[type='password'] {
  border-radius: 30px;
  padding-left: 16px;
  padding-right: 16px;
  behavior: url("javascripts/vendor/PIE.htc"); }

.text input.search-button, .text-rounded input.search-button {
  background-image: url("images/text-input/search-button.png"); }

.appreciate {
  background: url("images/appreciate/splash.png") 0 0 no-repeat;
  display: block;
  cursor: pointer;
  font-size: 13px;
  height: 97px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 97px; }
  .appreciate:hover {
    background-position: 0 -110px; }
  .appreciate.firm {
    background-image: url("images/appreciate/splash-firm.png"); }
  .appreciate.tnx {
    background: url("images/appreciate/tnx.png") 0 0 no-repeat; }

.circle-banner {
  background-color: #141517;
  border-radius: 50%;
  color: white;
  font: italic 11px Georgia, serif;
  height: 165px;
  line-height: 1.5;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 165px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
  behavior: url("javascripts/vendor/PIE.htc"); }
  .circle-banner .banner-inner {
    padding-top: 20px; }
  .circle-banner .banner-description {
    border-top: 1px solid #88bebe;
    color: #88bebe;
    margin-top: 15px;
    padding-top: 10px; }
  .circle-banner .ear {
    background: url("images/circle-banner/ear.png") 0 0 no-repeat;
    height: 22px;
    left: 27px;
    position: absolute;
    top: 8px;
    width: 22px; }
  .circle-banner .banner-pull-l, .circle-banner .banner-pull-r {
    clear: both;
    float: left;
    height: 20px;
    width: 30%; }
    .circle-banner .banner-pull-l.pull2, .circle-banner .pull2.banner-pull-r {
      width: 17%; }
  .circle-banner .banner-pull-r {
    clear: none;
    float: right; }

.comments {
  background-color: #141517;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font: italic 11px Georgia, serif;
  padding: 4px 7px 6px;
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.06);
  -moz-box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.06); }
  .comments .ear {
    background: url("images/comments/ear.png") 0 0 no-repeat;
    height: 6px;
    left: 6px;
    position: absolute;
    top: -5px;
    width: 9px; }

.commutator {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  behavior: url("javascripts/vendor/PIE.htc"); }
  .commutator.on {
    color: #3e5706;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: #6c901b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aed160), color-stop(100%, #6c901b));
    background-image: -webkit-linear-gradient(top, #aed160, #6c901b);
    background-image: -moz-linear-gradient(top, #aed160, #6c901b);
    background-image: -ms-linear-gradient(top, #aed160, #6c901b);
    background-image: -o-linear-gradient(top, #aed160, #6c901b);
    background-image: linear-gradient(top, #aed160, #6c901b);
    -pie-background: linear-gradient(#aed160, #6c901b); }
    .commutator.on .is.on {
      left: 0; }
    .commutator.on .is.off {
      margin-right: 24px; }
  .commutator.off {
    background-color: black;
    color: white;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06); }
    .commutator.off .is.on {
      left: -100%; }
    .commutator.off .is.off {
      margin-right: -3px; }
  .commutator .is {
    margin: 0 2px;
    padding: 6px 30px 3px 10px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: left 0.2s linear, margin 0.2s linear;
    -moz-transition: left 0.2s linear, margin 0.2s linear;
    -ms-transition: left 0.2s linear, margin 0.2s linear;
    -o-transition: left 0.2s linear, margin 0.2s linear;
    transition: left 0.2s linear, margin 0.2s linear; }
    .commutator .is.off {
      background: url("images/commutator/slider.png") left 3px no-repeat;
      right: -100%;
      padding-left: 24px;
      position: absolute;
      top: 1px; }

.crossbar {
  background: url("images/crossbar/center.png") center no-repeat;
  height: 62px;
  position: relative;
  width: 62px; }
  .crossbar [class^='to-'] {
    background: url("images/crossbar/button.png") 0 0 no-repeat;
    border-radius: 50%;
    display: block;
    height: 24px;
    position: absolute;
    width: 24px; }
    .crossbar [class^='to-']:hover, .crossbar [class^='to-']:focus {
      background-position: 0 -30px; }
    .crossbar [class^='to-']:active {
      -webkit-box-shadow: inset 0 1px 5px rgba(55, 79, 0, 0.9);
      -moz-box-shadow: inset 0 1px 5px rgba(55, 79, 0, 0.9);
      box-shadow: inset 0 1px 5px rgba(55, 79, 0, 0.9); }
  .crossbar .arrow {
    background-position: center;
    background-repeat: no-repeat;
    height: 11px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 11px; }
  .crossbar [class$='top'] {
    left: 19px;
    top: 0; }
    .crossbar [class$='top'] .arrow {
      background-image: url("images/crossbar/to-top.png"); }
  .crossbar [class$='right'] {
    right: 0;
    top: 19px; }
    .crossbar [class$='right'] .arrow {
      background-image: url("images/crossbar/to-right.png"); }
  .crossbar [class$='bottom'] {
    left: 19px;
    bottom: 0; }
    .crossbar [class$='bottom'] .arrow {
      background-image: url("images/crossbar/to-bottom.png"); }
  .crossbar [class$='left'] {
    left: 0;
    top: 19px; }
    .crossbar [class$='left'] .arrow {
      background-image: url("images/crossbar/to-left.png"); }

.currently-playing {
  border-radius: 8px;
  color: #717342;
  padding: 10px 14px 14px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 black;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 black;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 black;
  background: #d1d395;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfe2ad), color-stop(100%, #d1d395));
  background-image: -webkit-linear-gradient(top, #dfe2ad, #d1d395);
  background-image: -moz-linear-gradient(top, #dfe2ad, #d1d395);
  background-image: -ms-linear-gradient(top, #dfe2ad, #d1d395);
  background-image: -o-linear-gradient(top, #dfe2ad, #d1d395);
  background-image: linear-gradient(top, #dfe2ad, #d1d395);
  -pie-background: linear-gradient(#dfe2ad, #d1d395);
  behavior: url("javascripts/vendor/PIE.htc"); }
  .currently-playing:after {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .currently-playing .playing {
    height: 15px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    z-index: 2; }
    .currently-playing .playing.artist {
      font-weight: bold;
      margin-bottom: 2px; }
  .currently-playing .song-info {
    padding-top: 8px;
    position: relative;
    font-size: 10px; }
  .currently-playing .scrollbox.dot {
    background-color: #787878;
    margin: 0 50px;
    top: 2px;
    z-index: 2;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.5); }
    .currently-playing .scrollbox.dot .scale {
      border: none;
      height: 7px;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4); }
    .currently-playing .scrollbox.dot .slider {
      background: white;
      top: -1px; }
  .currently-playing .song-time {
    line-height: 13px;
    position: absolute;
    top: 7px;
    width: 50px; }
    .currently-playing .song-time.start {
      left: -8px;
      text-align: right; }
    .currently-playing .song-time.end {
      right: -7px;
      text-align: left; }

.dataset table {
  width: 100%; }
.dataset td {
  padding-bottom: 5px;
  padding-top: 5px; }

.dataset-entity {
  color: #9da0ab; }

.dataset-number {
  color: #686868;
  padding-right: 10px;
  text-align: right; }

.dataset-bar {
  background-color: #9cc346;
  border-radius: 10px;
  height: 5px;
  margin-top: 4px; }

.datepicker-placeholder {
  min-height: 250px;
  min-width: 210px;
  position: relative; }

.ui-datepicker {
  background-color: #141517;
  border-radius: 2px;
  color: #a8a8a8;
  display: none;
  padding: 30px;
  position: absolute;
  -webkit-box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.06);
  -moz-box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ui-datepicker-calendar {
  border-collapse: separate; }
  .ui-datepicker-calendar td {
    border: 1px solid transparent;
    cursor: pointer;
    padding: 5px 7px;
    text-align: center; }
    .ui-datepicker-calendar td:hover, .ui-datepicker-calendar td.ui-datepicker-current-day {
      border-color: #759827; }
    .ui-datepicker-calendar td.ui-state-disabled {
      border-color: transparent;
      cursor: default;
      color: #565656; }
    .ui-datepicker-calendar td.ui-datepicker-today {
      background-color: #243205;
      color: #759827; }
  .ui-datepicker-calendar a {
    text-decoration: none; }
  .ui-datepicker-calendar th {
    cursor: default;
    padding: 5px 7px;
    text-align: center;
    text-transform: uppercase; }

.ui-datepicker-header {
  border-bottom: 1px solid #d6d6d6;
  cursor: default;
  margin: 0 6px 10px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .ui-datepicker-header .year {
    color: #565656;
    padding-left: 19px;
    position: relative; }
    .ui-datepicker-header .year:before {
      background: #99c043;
      border-radius: 50%;
      content: "";
      height: 4px;
      left: 6px;
      position: absolute;
      top: 5px;
      width: 4px; }
  .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
    background: url("images/datepicker/back.png") 5px 3px no-repeat;
    bottom: 9px;
    cursor: pointer;
    font-size: 1px;
    height: 16px;
    left: -4px;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    width: 16px; }
    .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker-header .ui-datepicker-next:hover, .ui-datepicker-header .ui-datepicker-prev:focus, .ui-datepicker-header .ui-datepicker-next:focus {
      background-position: 5px -13px; }
    .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker-header .ui-state-disabled.ui-datepicker-next {
      background-position: 5px -29px;
      cursor: default; }
  .ui-datepicker-header .ui-datepicker-next {
    background-image: url("images/datepicker/forward.png");
    left: auto;
    right: -5px; }

.ui-datepicker-buttonpane {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
  .ui-datepicker-buttonpane .ui-datepicker-current {
    background: none;
    border: none;
    color: #565656;
    cursor: pointer;
    font: italic 12px Georgia, serif;
    margin: 8px -15px 0 0;
    position: absolute;
    right: 50%; }
    .ui-datepicker-buttonpane .ui-datepicker-current:hover {
      color: #999999; }

.ui-datepicker-close {
  background: url("images/datepicker/close.png") 8px 9px no-repeat;
  border: none;
  cursor: pointer;
  font-size: 1px;
  height: 27px;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  right: 0;
  top: 0;
  width: 27px; }
  .ui-datepicker-close:hover, .ui-datepicker-close:focus {
    background-position: 8px -11px; }

.equalizer-bar {
  background-color: #1e1f22;
  border-radius: 10px;
  float: left;
  height: 114px;
  margin-right: 6px;
  position: relative;
  width: 5px;
  -webkit-box-shadow: inset 0 1px 0 black, 1px 1px 0 rgba(255, 255, 255, 0.06);
  -moz-box-shadow: inset 0 1px 0 black, 1px 1px 0 rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 black, 1px 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .equalizer-bar.minimal .equalizer-scale {
    background: #141517;
    -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.06);
    -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.06);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.06); }
  .equalizer-bar.elastic .equalizer-scale {
    background: #a4a4a4;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #e1e1e1), color-stop(100%, #a4a4a4));
    background-image: -webkit-linear-gradient(left, #e1e1e1, #a4a4a4);
    background-image: -moz-linear-gradient(left, #e1e1e1, #a4a4a4);
    background-image: -ms-linear-gradient(left, #e1e1e1, #a4a4a4);
    background-image: -o-linear-gradient(left, #e1e1e1, #a4a4a4);
    background-image: linear-gradient(left, #e1e1e1, #a4a4a4); }

.equalizer-delimiter {
  background: url("images/equalizer/bar-delimiter.png") 0 0 no-repeat;
  float: left;
  margin-right: 6px;
  height: 114px;
  width: 5px; }

.equalizer-scale {
  border-radius: 10px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
  background: #91b73c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #6c901b), color-stop(100%, #91b73c));
  background-image: -webkit-linear-gradient(left, #6c901b, #91b73c);
  background-image: -moz-linear-gradient(left, #6c901b, #91b73c);
  background-image: -ms-linear-gradient(left, #6c901b, #91b73c);
  background-image: -o-linear-gradient(left, #6c901b, #91b73c);
  background-image: linear-gradient(left, #6c901b, #91b73c); }

.equalizer .ui-slider-handle {
  background: url("images/equalizer/slider.png") 5px 0 no-repeat;
  cursor: pointer;
  height: 16px;
  left: -6px;
  margin-bottom: -8px;
  position: absolute;
  width: 17px; }
  .equalizer .ui-slider-handle:hover, .equalizer .ui-slider-handle:focus {
    background-position: 5px -33px; }

.header {
  background: #141517;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: white; }

.header-controls {
  color: #8d8d8d;
  font-size: 11px; }
  .header-controls a {
    color: #dddddd;
    text-decoration: none; }
    .header-controls a:hover {
      color: white; }
  .header-controls .delimiter {
    font-family: Georgia, serif;
    font-style: italic; }
  .header-controls .fb-signup {
    background: url("images/header/fb-signup.png") 0 0 no-repeat;
    display: inline-block;
    height: 21px;
    margin: -7px 0;
    width: 89px; }

.header-navigation {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase; }
  .header-navigation li {
    display: inline-block;
    height: 16px;
    position: relative;
    top: 2px; }
    .header-navigation li:after {
      background: #84aa30;
      border-radius: 50%;
      content: "";
      height: 4px;
      margin-top: -2px;
      position: absolute;
      right: -4px;
      top: 50%;
      width: 4px; }
    .header-navigation li:last-child:after {
      display: none; }
    .header-navigation li.current:before {
      background: url("images/header/ear.png") 0 0 no-repeat;
      bottom: -20px;
      content: "";
      height: 8px;
      left: 50%;
      margin-left: -7px;
      position: absolute;
      width: 14px; }
    .header-navigation li.current a {
      color: #94be38; }
  .header-navigation a {
    margin: 0 13px;
    text-decoration: none; }
    .header-navigation a:hover {
      color: #d0deb2; }

.header-search {
  float: right;
  margin: -5px 0 -9px;
  width: 66%; }

.login-block {
  background-color: #141517;
  border-radius: 8px;
  color: white;
  padding: 23px 30px 30px;
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.06);
  -moz-box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.06);
  behavior: url("javascripts/vendor/PIE.htc"); }
  .login-block .login-ear {
    background: url("images/login-block/ear.png") 0 0 no-repeat;
    height: 13px;
    left: 23px;
    position: absolute;
    top: -12px;
    width: 12px; }
  .login-block .login-buttons {
    padding-top: 40px; }

.pagination {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pagination li {
    float: left;
    font-weight: bold;
    margin-right: 7px;
    text-align: center; }
    .pagination li.active a {
      color: #3e5706;
      text-shadow: 0 1px 0 white;
      -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
      background: #9e9e9e;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #9e9e9e));
      background-image: -webkit-linear-gradient(top, #fdfdfd, #9e9e9e);
      background-image: -moz-linear-gradient(top, #fdfdfd, #9e9e9e);
      background-image: -ms-linear-gradient(top, #fdfdfd, #9e9e9e);
      background-image: -o-linear-gradient(top, #fdfdfd, #9e9e9e);
      background-image: linear-gradient(top, #fdfdfd, #9e9e9e);
      -pie-background: linear-gradient(#fdfdfd, #9e9e9e); }
  .pagination a {
    border-radius: 20px;
    color: white;
    display: block;
    height: 17px;
    padding: 4px 7px 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.1);
    behavior: url("javascripts/vendor/PIE.htc"); }
    .pagination a:hover {
      background-color: #3f4147; }
  .pagination .pagination-up, .pagination .pagination-down, .pagination .pagination-left, .pagination .pagination-right {
    background: url("images/pagination/up.png") 0 0 no-repeat;
    cursor: pointer;
    float: left;
    height: 11px;
    margin-right: 3px;
    width: 11px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  .pagination .pagination-down {
    background-image: url("images/pagination/down.png"); }
  .pagination .pagination-left {
    background-image: url("images/pagination/left.png"); }
  .pagination .pagination-right {
    background-image: url("images/pagination/right.png"); }

.player-control-wrapper {
  float: left;
  position: relative; }
  .player-control-wrapper.opened .player-scale {
    left: 13px; }

.player-control, .player-control-huge {
  background: url("images/player/control.png") 0 0 no-repeat;
  cursor: pointer;
  float: left;
  height: 35px;
  margin-right: 8px;
  position: relative;
  width: 35px;
  z-index: 5; }
  .player-control:hover, .player-control-huge:hover {
    background-position: 0 bottom; }
    .player-control:hover .player-icon, .player-control-huge:hover .player-icon {
      background-position: center bottom; }

.player-control-huge {
  background-image: url("images/player/control-big.png");
  height: 54px;
  margin-top: -10px;
  width: 54px; }
  .player-control-huge .player-icon {
    height: 24px;
    margin: 15px 0 0 17px;
    width: 24px; }

.player-icon {
  background-position: center 0;
  background-repeat: no-repeat;
  height: 16px;
  margin: 10px 0 0 7px;
  width: 20px; }
  .player-icon.p-back {
    background-image: url("images/player/icon-back.png"); }
  .player-icon.p-next {
    background-image: url("images/player/icon-next.png"); }
  .player-icon.p-play {
    background-image: url("images/player/icon-play.png"); }
  .player-icon.p-volume {
    background-image: url("images/player/icon-volume.png"); }

.player-scale-holder {
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 7px;
  width: 106px;
  z-index: 4; }

.player-scale {
  background-color: #141517;
  border-radius: 20px;
  left: -75px;
  padding: 4px 4px 4px 13px;
  position: relative;
  width: 65px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -ms-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s; }

.player-scale-filler {
  border-radius: 20px;
  height: 12px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  background: #6e921d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acd05f), color-stop(100%, #6e921d));
  background-image: -webkit-linear-gradient(top, #acd05f, #6e921d);
  background-image: -moz-linear-gradient(top, #acd05f, #6e921d);
  background-image: -ms-linear-gradient(top, #acd05f, #6e921d);
  background-image: -o-linear-gradient(top, #acd05f, #6e921d);
  background-image: linear-gradient(top, #acd05f, #6e921d);
  -pie-background: linear-gradient(#acd05f, #6e921d); }

.progressbar-label {
  color: white;
  margin-bottom: 6px;
  text-align: right;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }

.scrollbox {
  background-color: #1e1f22;
  border-radius: 10px;
  height: 7px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  behavior: url("javascripts/vendor/PIE.htc"); }
  .scrollbox.dot .hitbox {
    height: 11px;
    top: -2px; }
  .scrollbox.dot .ui-slider-handle {
    top: 1px;
    height: 7px;
    margin-left: -3px;
    right: -3px;
    width: 7px;
    background: #9f9f9f;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #9f9f9f));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #9f9f9f);
    background-image: -moz-linear-gradient(top, #f7f7f7, #9f9f9f);
    background-image: -ms-linear-gradient(top, #f7f7f7, #9f9f9f);
    background-image: -o-linear-gradient(top, #f7f7f7, #9f9f9f);
    background-image: linear-gradient(top, #f7f7f7, #9f9f9f);
    -pie-background: linear-gradient(#f7f7f7, #9f9f9f);
    behavior: url("javascripts/vendor/PIE.htc"); }
  .scrollbox.disk .hitbox {
    height: 19px;
    top: -6px; }
  .scrollbox.disk .ui-slider-handle {
    background: url("images/scrollbox/sliders.png") 0 0 no-repeat;
    top: -2px;
    height: 19px;
    margin-left: -9px;
    right: -9px;
    width: 19px; }
  .scrollbox.fat .hitbox {
    height: 19px;
    top: -6px; }
  .scrollbox.fat .scale {
    border: none;
    height: 7px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4);
    background: #71951f;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afd067), color-stop(100%, #71951f));
    background-image: -webkit-linear-gradient(top, #afd067, #71951f);
    background-image: -moz-linear-gradient(top, #afd067, #71951f);
    background-image: -ms-linear-gradient(top, #afd067, #71951f);
    background-image: -o-linear-gradient(top, #afd067, #71951f);
    background-image: linear-gradient(top, #afd067, #71951f);
    -pie-background: linear-gradient(#afd067, #71951f);
    behavior: url("javascripts/vendor/PIE.htc"); }
  .scrollbox.fat .ui-slider-handle {
    background: url("images/scrollbox/sliders.png") 0 0 no-repeat;
    top: -2px;
    height: 19px;
    margin-left: -9px;
    right: -9px;
    width: 19px; }
  .scrollbox.range .hitbox {
    height: 19px;
    top: -6px; }
  .scrollbox.range .ui-slider-handle {
    background: url("images/scrollbox/sliders.png") center -30px no-repeat;
    top: -2px;
    height: 19px;
    margin-left: -9px;
    right: -9px;
    width: 19px; }
    .scrollbox.range .ui-slider-handle:hover, .scrollbox.range .ui-slider-handle:active {
      background-position: center -61px;
      -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
  .scrollbox .scale {
    background-color: #84aa31;
    border: 2px solid #212227;
    border-radius: 10px;
    height: 3px;
    position: relative;
    background: #8db439;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ba129), color-stop(100%, #8db439));
    background-image: -webkit-linear-gradient(top, #7ba129, #8db439);
    background-image: -moz-linear-gradient(top, #7ba129, #8db439);
    background-image: -ms-linear-gradient(top, #7ba129, #8db439);
    background-image: -o-linear-gradient(top, #7ba129, #8db439);
    background-image: linear-gradient(top, #7ba129, #8db439);
    -pie-background: linear-gradient(#7ba129, #8db439); }
  .scrollbox .ui-slider-handle {
    border-radius: 50%;
    cursor: pointer;
    margin-top: 1px;
    position: absolute;
    z-index: 3;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .scrollbox .ui-slider-handle:hover {
      -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 7px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 7px rgba(0, 0, 0, 0.5);
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 7px rgba(0, 0, 0, 0.5); }
    .scrollbox .ui-slider-handle:active {
      -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 7px rgba(0, 0, 0, 0.8);
      -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 7px rgba(0, 0, 0, 0.8);
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 7px rgba(0, 0, 0, 0.8); }
  .scrollbox .hitbox {
    position: absolute;
    width: 100%;
    z-index: 2; }

.site-info {
  padding: 70px 0 40px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.06); }
  .site-info .sitename {
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .site-info .about {
    font-family: Georgia, serif;
    font-style: italic;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 311px; }
  .site-info .version {
    font-family: Georgia, serif;
    font-size: 11px;
    margin-left: 3px;
    position: relative;
    top: -5px; }
  .site-info .legend-center {
    display: inline-block;
    padding: 0 5px 2px;
    vertical-align: middle; }
  .site-info .legend-left,
  .site-info .legend-right {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 1px solid black;
    display: inline-block;
    margin: 0 0 0 -999px;
    vertical-align: middle;
    width: 999px; }
  .site-info .legend-right {
    margin: 0 -999px 0 0; }

.site-info-credentials {
  color: #999999;
  padding-top: 50px;
  text-align: center; }

.site-info-links {
  padding-top: 35px; }

.slideshow,
.slideshow .slideshow-slides-wrapper,
.slideshow .each-slide {
  height: 174px;
  width: 272px; }

.slideshow {
  background: #141517;
  border-radius: 8px;
  display: inline-block;
  margin: 0 20px;
  padding: 4px;
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.06);
  -moz-box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 black, 0 1px 0 rgba(255, 255, 255, 0.06); }
  .slideshow .slideshow-slides-wrapper {
    overflow: hidden;
    position: relative; }
  .slideshow .slideshow-slides {
    position: absolute;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .slideshow .each-slide {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    float: left;
    position: relative; }
  .slideshow .show-slide {
    background: url("images/slideshow/prev.png") 0 0 no-repeat;
    cursor: pointer;
    height: 22px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 14px; }
    .slideshow .show-slide:hover {
      background-position: 0 bottom; }
    .slideshow .show-slide.next {
      background-image: url("images/slideshow/next.png");
      left: auto;
      right: -30px; }
  .slideshow .slide-description {
    background-color: black;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    color: white;
    padding: 11px 13px;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.starbar {
  background: #94eaf3 url("images/starbar/background.png") 0 0 repeat-x;
  border-radius: 8px;
  display: inline-block;
  height: 16px;
  padding: 10px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.4);
  behavior: url("javascripts/vendor/PIE.htc"); }
  .starbar .star {
    background: url("images/starbar/star.png") 0 0 no-repeat;
    float: left;
    height: 16px;
    width: 17px; }
    .starbar .star.half {
      background-position: 0 -22px; }
    .starbar .star.full {
      background-position: 0 -45px; }
    .starbar .star.focus {
      cursor: pointer; }
  .starbar .starbar-rating {
    color: #216a72;
    float: right;
    font-weight: bold;
    padding: 2px 5px 0 11px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    line-height: 1.1 \9; }

.sticker {
  color: white;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15); }
  .sticker.percent {
    background: url("images/sticker/percent.png") 0 0 no-repeat;
    font: bold 42px "Helvetica Neue", Arial, sans-serif;
    height: 100px;
    letter-spacing: 1px;
    padding-top: 24px;
    width: 124px; }
  .sticker.pack {
    background: url("images/sticker/pack.png") 0 0 no-repeat;
    font: bold 38px "Helvetica Neue", Arial, sans-serif;
    height: 84px;
    padding-top: 13px;
    width: 97px; }
    .sticker.pack .sticker-label {
      background-color: #18657b;
      border-radius: 20px;
      font: bold 9px Arial, sans-serif;
      display: inline-block;
      letter-spacing: 1px;
      padding: 3px 10px;
      position: relative;
      text-transform: uppercase;
      top: -26px;
      -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
      -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
      box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
      behavior: url("javascripts/vendor/PIE.htc"); }

.tabbox .ui-tabs-hide {
  display: none; }

.tabbox-tabs {
  color: #a8a8a8;
  font-size: 13px;
  overflow: hidden;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  .tabbox-tabs li {
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    float: left;
    margin-right: 3px;
    padding: 12px 60px 9px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: #4b4d51;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5d62), color-stop(100%, #4b4d51));
    background-image: -webkit-linear-gradient(top, #5b5d62, #4b4d51);
    background-image: -moz-linear-gradient(top, #5b5d62, #4b4d51);
    background-image: -ms-linear-gradient(top, #5b5d62, #4b4d51);
    background-image: -o-linear-gradient(top, #5b5d62, #4b4d51);
    background-image: linear-gradient(top, #5b5d62, #4b4d51);
    -pie-background: linear-gradient(#5b5d62, #4b4d51);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    behavior: url("javascripts/vendor/PIE.htc"); }
    .tabbox-tabs li:hover {
      background: #595a5f;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64656b), color-stop(100%, #595a5f));
      background-image: -webkit-linear-gradient(top, #64656b, #595a5f);
      background-image: -moz-linear-gradient(top, #64656b, #595a5f);
      background-image: -ms-linear-gradient(top, #64656b, #595a5f);
      background-image: -o-linear-gradient(top, #64656b, #595a5f);
      background-image: linear-gradient(top, #64656b, #595a5f);
      -pie-background: linear-gradient(#64656b, #595a5f); }
    .tabbox-tabs li:active {
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 5px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 5px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 5px rgba(0, 0, 0, 0.4);
      background: #4b4d51;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5d62), color-stop(100%, #4b4d51));
      background-image: -webkit-linear-gradient(top, #5b5d62, #4b4d51);
      background-image: -moz-linear-gradient(top, #5b5d62, #4b4d51);
      background-image: -ms-linear-gradient(top, #5b5d62, #4b4d51);
      background-image: -o-linear-gradient(top, #5b5d62, #4b4d51);
      background-image: linear-gradient(top, #5b5d62, #4b4d51);
      -pie-background: linear-gradient(#5b5d62, #4b4d51); }
    .tabbox-tabs li.active {
      color: #404040;
      padding-bottom: 12px;
      text-shadow: 0 1px 0 white;
      -webkit-box-shadow: inset 0 1px white;
      -moz-box-shadow: inset 0 1px white;
      box-shadow: inset 0 1px white;
      background: #e5e5e5;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #e5e5e5));
      background-image: -webkit-linear-gradient(top, #e7e7e7, #e5e5e5);
      background-image: -moz-linear-gradient(top, #e7e7e7, #e5e5e5);
      background-image: -ms-linear-gradient(top, #e7e7e7, #e5e5e5);
      background-image: -o-linear-gradient(top, #e7e7e7, #e5e5e5);
      background-image: linear-gradient(top, #e7e7e7, #e5e5e5);
      -pie-background: linear-gradient(#e7e7e7, #e5e5e5); }

.tabbox-stuff {
  background-color: #e5e5e5;
  border-radius: 0 10px 10px;
  padding: 14px;
  position: relative;
  behavior: url("javascripts/vendor/PIE.htc"); }

.tabbox-navigation {
  float: left;
  position: relative;
  width: 93px;
  z-index: 2; }
  .tabbox-navigation li {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 64px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .tabbox-navigation li:hover {
      background-color: #f0f0f0;
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); }
    .tabbox-navigation li:active {
      background-color: #dddddd; }
    .tabbox-navigation li.ui-state-active {
      background-color: white;
      -webkit-box-shadow: 8px 3px 5px -3px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 8px 3px 5px -3px rgba(0, 0, 0, 0.4);
      box-shadow: 8px 3px 5px -3px rgba(0, 0, 0, 0.4); }
    .tabbox-navigation li.archive {
      background-image: url("images/tabbox/navigation-archive.png"); }
    .tabbox-navigation li.messages {
      background-image: url("images/tabbox/navigation-messages.png"); }
    .tabbox-navigation li.cloud {
      background-image: url("images/tabbox/navigation-cloud.png"); }
    .tabbox-navigation li > a {
      display: block;
      height: 100%;
      position: absolute;
      width: 100%; }

.tabbox-content {
  background-color: white;
  min-height: 144px;
  padding: 24px 29px;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.4);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }
  .tabbox-content .heading {
    border-bottom: 1px solid #e9e9e9;
    color: #686868;
    margin-bottom: 17px;
    padding-bottom: 15px;
    position: relative; }
  .tabbox-content .heading-col {
    display: inline-block;
    margin-right: 15px;
    vertical-align: baseline; }
  .tabbox-content .status-message {
    color: #999999;
    font: italic 11px Georgia, serif;
    padding-left: 10px; }
    .tabbox-content .status-message.positive {
      color: #9cc346; }
    .tabbox-content .status-message.negative {
      color: #c34646; }
  .tabbox-content .preloader {
    background: url("images/tabbox/preloader.gif") 0 0 no-repeat;
    height: 16px;
    margin-top: -13px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px; }

.user-slug .slug-avatar {
  border: 4px solid #141517;
  border-radius: 2px;
  float: left;
  height: 29px;
  margin-right: 16px;
  -webkit-box-shadow: inset 0 1px 0 #0a0a0b, 0 1px 0 rgba(255, 255, 255, 0.06);
  -moz-box-shadow: inset 0 1px 0 #0a0a0b, 0 1px 0 rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 #0a0a0b, 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }
.user-slug .slug-name {
  color: white;
  font-size: 12px;
  margin: 4px 0 3px; }
.user-slug .slug-status {
  font: italic 11px Georgia, serif;
  padding-left: 16px;
  position: relative; }
  .user-slug .slug-status:before {
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 3px;
    position: absolute;
    top: 4px;
    width: 4px; }
  .user-slug .slug-status.online {
    color: #96bd40; }
    .user-slug .slug-status.online:before {
      background-color: #98bf43; }
  .user-slug .slug-status.away {
    color: #999999; }
    .user-slug .slug-status.away:before {
      background-color: #999999; }





