﻿
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-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;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.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;
}

/* Styling;
 */
.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,0.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,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	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;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* .gradient (@startColor: #eee, @endColor: white) {
	background-color: @startColor;
	background: -webkit-gradient(linear, left top, left bottom, from(@startColor), to(@endColor));
	background: -webkit-linear-gradient(top, @startColor, @endColor);
	background: -moz-linear-gradient(top, @startColor, @endColor);
	background: -ms-linear-gradient(top, @startColor, @endColor);
	background: -o-linear-gradient(top, @startColor, @endColor);
} */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background: #FFF;
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-width: 1000px;
}
body {
  font-size: 12px;
  line-height: 1.4;
  min-height: 100%;
  font-family: Arial, Helvetica;
  margin: 0;
  min-width: 1000px;
  color: #80808f;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
input,
select,
html,
button,
textarea {
  color: inherit;
}
img {
  vertical-align: middle;
  border: 0 none;
}
.nowrap {
  white-space: nowrap;
}
a {
  color: #ff6500;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
}
a:active,
a:hover {
  outline: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
figure {
  margin: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
textarea {
  resize: none;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
svg:not(:root) {
  overflow: hidden;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::-webkit-input-placeholder {
  color: #ccc;
  font-size: inherit;
}
:-moz-placeholder {
  color: #ccc;
  font-size: inherit;
}
.placeholder {
  color: #ccc;
  font-size: inherit;
}
.rel {
  position: relative;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.iblock {
  display: inline-block;
}
body {
  padding-top: 116px;
}
.header {
  left: 0;
  top: 0;
  right: 0;
  position: fixed;
  min-width: 1016px;
  background: #FFF;
  z-index: 9;
}
.header .header-holder {
  display: table;
  width: 100%;
  min-width: 1195px;
  margin: 0;
  background: #FF6500;
}
.header .cell {
  display: table-cell;
  vertical-align: top;
}
.header .cell:first-child {
  padding: 6px 0 6px 10px;
}
.holder {
  margin: 0 10px;
}
.logo {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 27px 109px 0 0;
  overflow: hidden;
  background: url("/img/logo.jpg");
  margin: -2px 3% 0 0;
  vertical-align: top;
}
.head-menu {
  display: inline-block;
  line-height: 1;
  margin-top: 8px;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 6%;
}
.head-menu a {
  display: inline-block;
  margin-right: 6%;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
}
.head-menu a.active {
  font-weight: bold;
  position: relative;
}
.head-menu a.active:after {
  content: '';
  display: inline-block;
  border: 10px solid transparent;
  border-top: 0 none;
  border-bottom-color: #FFF;
  position: absolute;
  left: 50%;
  margin: 5px 0 0 -10px;
  top: 100%;
  pointer-events: none;
}
.search-box {
  position: relative;
  display: inline-block;
  min-width: 30%;
  vertical-align: middle;
}
.search-box input[type=text] {
  width: 100%;
  padding: 1px 40px 0 5px;
  height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0 none;
  outline: 0 none;
}
.search-box input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0 none;
  width: 0;
  height: 0;
  padding: 26px 28px 0 0;
  overflow: hidden;
  border: 0 none;
  background: url("/img/sprite.png") -71px 0 no-repeat;
}
.search-box input[type=submit]:hover {
  background-position: -100px 0px;
}
.toggle-box {
  vertical-align: middle;
  position: relative;
  margin-left: 2%;
  text-align: left;
}
.toggle-box .toggle-button {
  display: inline-block;
  padding: 7px 8px 0;
  height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #FFCC80 #FFDFBF;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}
.toggle-box .toggle-button:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url("/img/sprite.png") -133px -1px no-repeat;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -1px;
}
.toggle-box .toggle-button:hover,
.toggle-box .toggle-button .active {
  text-decoration: none;
}
.toggle-box .toggle-layer {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0 1px 5px rgba(1, 1, 1, 0.24);
  -moz-box-shadow: 0 1px 5px rgba(1, 1, 1, 0.24);
  box-shadow: 0 1px 5px rgba(1, 1, 1, 0.24);
  background: #FFF;
  z-index: 99;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.toggle-box-langs {
  margin-left: 5%;
}
.toggle-box-langs .toggle-button {
  background-color: #26e428;
  background: -webkit-gradient(linear, top top, top bottom, from(#26e428), to(#20c723));
  background: -webkit-linear-gradient(top, #26e428, #20c723);
  background: -moz-linear-gradient(top, #26e428, #20c723);
  background: -ms-linear-gradient(top, #26e428, #20c723);
  background: -o-linear-gradient(top, #26e428, #20c723);
  border: none;
  padding-top: 8px;
}
.toggle-box-langs .toggle-button:hover,
.toggle-box-langs .toggle-button.active {
  color: #FFF;
  background-color: #20c723;
  background: -webkit-gradient(linear, top top, top bottom, from(#20c723), to(#26e428));
  background: -webkit-linear-gradient(top, #20c723, #26e428);
  background: -moz-linear-gradient(top, #20c723, #26e428);
  background: -ms-linear-gradient(top, #20c723, #26e428);
  background: -o-linear-gradient(top, #20c723, #26e428);
}
.toggle-box-langs .toggle-button:hover:after,
.toggle-box-langs .toggle-button.active:after {
  background-position: -155px -1px;
}
.toggle-box-langs .toggle-layer {
  background: #32CC36;
}
.toggle-box-langs .toggle-layer a {
  display: block;
  padding: 3px 5px;
  white-space: nowrap;
  color: #FFF;
}
.toggle-box-langs .toggle-layer a:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 14px;
  background-image: url("/img/sprite.png");
  vertical-align: middle;
  margin: -1px 5px 0 0;
}
.toggle-box-langs .toggle-layer a.lang-deu:before {
  background-position: 0 0;
}
.toggle-box-langs .toggle-layer a.lang-eng:before {
  background-position: 0 -22px;
}
.toggle-box-langs .toggle-layer a.lang-fra:before {
  background-position: 0 -43px;
}
.toggle-box-langs .toggle-layer a.lang-ita:before {
  background-position: 0 -65px;
}
.toggle-box-langs .toggle-layer a.lang-pol:before {
  background-position: 0 -87px;
}
.toggle-box-langs .toggle-layer a.lang-spa:before {
  background-position: 0 -108px;
}
.toggle-box-langs .toggle-layer a.lang-ru:before {
  background-position: 0 -130px;
}
.toggle-box-langs .toggle-layer a.lang-ua:before {
  background-position: 0 -152px;
}
.toggle-box-langs .toggle-layer a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}
.toggle-box-langs .toggle-layer a.active {
  background: #FFF;
  color: #30cc33;
}
.favorit,
.ip-icon-fav,
.ip-icon-fav-active {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
  width: 0;
  height: 0;
  padding: 16px 16px 0 0 !important;
  overflow: hidden;
  background: url("/img/sprite.png") no-repeat -141px -11px;
  margin-top: -5px;
  min-width: 0!important;
}
.favorit:hover,
.ip-icon-fav:hover,
.ip-icon-fav-active:hover {
  background-position: -168px -11px;
  background-color: none;
}
.toggle-box-history .toggle-button {
  background-color: #ff9800;
  background: -webkit-gradient(linear, top top, top bottom, from(#ff9800), to(#ff5e00));
  background: -webkit-linear-gradient(top, #ff9800, #ff5e00);
  background: -moz-linear-gradient(top, #ff9800, #ff5e00);
  background: -ms-linear-gradient(top, #ff9800, #ff5e00);
  background: -o-linear-gradient(top, #ff9800, #ff5e00);
}
.toggle-box-history .toggle-button:hover,
.toggle-box-history .toggle-button.active {
  text-decoration: none;
  background: #FFF;
  color: #FF6500;
}
.toggle-box-history .toggle-button:hover:after,
.toggle-box-history .toggle-button.active:after {
  background-position: -166px -1px;
}
.toggle-box-history .toggle-button.active:after {
  background-position: -144px -1px;
}
.rubrics-holder {
  padding: 1px 8px 0;
  /* background:#EDEEEE; */
  /* .box-shadow(0 1px 6px rgba(1,1,1,.23)); */
  /* margin-bottom:10px; */
}
.rubrics-holder .bx-prev,
.rubrics-holder .bx-next {
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -23px;
  padding: 46px 23px 0 0;
  z-index: 50;
  overflow: hidden;
  background: url("/img/sprite.png") -48px -15px no-repeat;
}
.rubrics-holder .bx-prev:hover,
.rubrics-holder .bx-next:hover {
  background-position: -48px -62px;
}
.rubrics-holder .bx-prev.disabled,
.rubrics-holder .bx-next.disabled {
  opacity: 0;
}
.rubrics-holder .bx-wrapper {
  position: relative;
  margin: 0 auto;
}
.rubrics-holder .bx-next {
  left: auto;
  right: -8px;
  background-position: -23px -15px;
}
.rubrics-holder .bx-next:hover {
  background-position: -23px -62px;
}
.rubrics-holder .tooltip {
  bottom: 100%;
  margin-bottom: 5px;
}
.rubrics {
  display: inline-block;
  text-align: center;
  padding-right: 10px;
}
.rubrics a {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 56px 56px 0 0;
  margin-bottom: -4px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.rubrics a:hover {
  border-color: #FAAE7C;
  z-index: 10;
  position: relative;
}
.games-small-list {
  min-width: 280px;
}
.games-small-list li {
  display: block;
  position: relative;
  padding: 5px 0;
}
.games-small-list li:not(:last-child) {
  border-bottom: 1px solid #DADBDE;
}
.games-small-list .item {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #bfc1c6;
  font-size: 10px;
}
.games-small-list .item:hover {
  text-decoration: none;
  background: #FF6500;
}
.games-small-list .item:hover .item-title {
  color: #FFF;
}
.games-small-list .item:hover .delete {
  background-position: -95px -31px;
}
.games-small-list .delete {
  position: absolute;
  width: 0;
  height: 0;
  padding: 14px 14px 0 0;
  overflow: hidden;
  background: url("/img/sprite.png") -75px -31px no-repeat;
  right: 5px;
  top: 8px;
}
.games-small-list .delete:hover {
  background-color: #ddd;
  background-position: -95px -31px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.games-small-list .item-image {
  width: 59px;
  display: table-cell;
  vertical-align: top;
  padding: 5px 10px 5px 5px;
}
.games-small-list .item-image img {
  width: 100%;
}
.games-small-list .item-description {
  display: table-cell;
  vertical-align: top;
  padding: 5px 0 0;
}
.games-small-list .item-title {
  font-size: 12px;
  color: #ff6500;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 3px;
  margin-bottom: 2px;
}
.o-hidden {
  overflow: hidden;
}
.block-name,
h1,
h2,
h3 {
  color: #ff6000;
  margin: 15px 0 .35em;
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
}
h1 {
  margin-top: 0px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
.table {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}
.cell {
  display: table-cell;
  vertical-align: top;
}
.cell.w300 {
  width: 310px;
  padding-left: 10px;
}
.socials {
  margin: 5px 20px 0 0;
}
.game-list {
  margin-bottom: 10px;
}
.game-list > a {
  display: inline-block;
  position: relative;
  min-height: 50px;
  float: left;
  margin: 0 6px 5px 0;
}
.game-list > a img {
  width: 100%;
  height: 100%;
}
.game-list > a figure {
  position: relative;
  border: 2px solid transparent;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
  width: 100%;
}
.game-list > a figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px;
  margin-bottom: -50%;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  /* .transition(bottom .1s ease); */
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.game-list > a:hover figure {
  border-color: #FF5B00;
}
.game-list.game-list-large a {
  float: none;
  margin: 0 0 6px;
  display: block;
}
.game-list-carousel-holder {
  padding: 0 80px;
}
.game-list-standart a {
  float: left;
  margin: 0 6px .5% 0;
}
.holder1000 {
  width: 1000px;
  margin: 0 auto;
}
.footer {
  background: #FF6500;
  padding: 5px 0;
}
.footer a {
  color: #FFF;
}
.footer .devider {
  display: inline-block;
  vertical-align: -5px;
  height: 20px;
  border-left: 1px solid #FFF;
  margin: 0 1em;
}
.text {
  color: #80808f;
}
.tooltip {
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  padding: 3px 10px;
}
.tooltip:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -5px;
  border: 5px solid transparent;
  border-bottom: 0 none;
  border-top-color: rgba(0, 0, 0, 0.6);
  top: 100%;
}
.btn {
  display: inline-block;
  white-space: nowrap;
  height: 30px;
  background: #FF6500;
  padding: 10px 20px 0;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
  text-transform: uppercase;
  -webkit-box-shadow: 0 3px 1px -1px rgba(195, 73, 0, 0.8);
  -moz-box-shadow: 0 3px 1px -1px rgba(195, 73, 0, 0.8);
  box-shadow: 0 3px 1px -1px rgba(195, 73, 0, 0.8);
}
.btn:hover {
  text-decoration: none;
  background: #FF741A;
}
.btn:active {
  border-bottom-width: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 3px;
}
.btn.btn-load_more {
  padding-left: 65px;
  padding-right: 65px;
}
.btn.btn-green {
  background-color: #1ee420;
  background: -webkit-gradient(linear, top top, top bottom, from(#1ee420), to(#1db41f));
  background: -webkit-linear-gradient(top, #1ee420, #1db41f);
  background: -moz-linear-gradient(top, #1ee420, #1db41f);
  background: -ms-linear-gradient(top, #1ee420, #1db41f);
  background: -o-linear-gradient(top, #1ee420, #1db41f);
  height: 44px;
  padding: 15px 60px 0;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 1px -1px rgba(42, 139, 57, 0.9);
  -moz-box-shadow: 0 3px 1px -1px rgba(42, 139, 57, 0.9);
  box-shadow: 0 3px 1px -1px rgba(42, 139, 57, 0.9);
}
.btn.btn-green:hover {
  background-color: #1db41f;
  background: -webkit-gradient(linear, top top, top bottom, from(#1db41f), to(#1ee420));
  background: -webkit-linear-gradient(top, #1db41f, #1ee420);
  background: -moz-linear-gradient(top, #1db41f, #1ee420);
  background: -ms-linear-gradient(top, #1db41f, #1ee420);
  background: -o-linear-gradient(top, #1db41f, #1ee420);
}
.btn.btn-green:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination {
  display: inline-block;
}
.pagination li {
  display: inline;
}
.pagination li a,
.pagination li span {
  padding: 5px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
  color: #80808F;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ECEDED;
  -webkit-box-shadow: 0 3px 1px -1px rgba(128, 128, 143, 0.8);
  -moz-box-shadow: 0 3px 1px -1px rgba(128, 128, 143, 0.8);
  box-shadow: 0 3px 1px -1px rgba(128, 128, 143, 0.8);
  margin: 0 1px;
}
.pagination li a:hover,
.pagination li span:hover {
  text-decoration: none;
  background: #FF741A;
  color: #FFF;
  -webkit-box-shadow: 0 3px 1px -1px rgba(195, 73, 0, 0.8);
  -moz-box-shadow: 0 3px 1px -1px rgba(195, 73, 0, 0.8);
  box-shadow: 0 3px 1px -1px rgba(195, 73, 0, 0.8);
}
.pagination li a:active,
.pagination li span:active {
  border-bottom-width: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 3px;
}
.pagination li.active a,
.pagination li.active span {
  color: #FFF;
  background: #FF6500;
  -webkit-box-shadow: 0 3px 1px -1px rgba(195, 73, 0, 0.8);
  -moz-box-shadow: 0 3px 1px -1px rgba(195, 73, 0, 0.8);
  box-shadow: 0 3px 1px -1px rgba(195, 73, 0, 0.8);
}
.crumbs {
  color: #ff5b00;
  font-size: 10px;
  text-transform: uppercase;
}
.crumbs li {
  display: inline-block;
}
.crumbs li:not(:last-child):after {
  content: '›';
  display: inline-block;
  margin: 0 3px 0 5px;
  color: #b2b2b2;
  font-size: 13px;
}
.crumbs li:last-child a {
  color: #ff5b00;
}
.crumbs a {
  color: #b2b2b2;
}
.crumbs .active a {
  color: #ff6000;
}
.rating {
  width: 135px;
  height: 20px;
  display: inline-block;
}
.rating li {
  height: 100%;
  display: inline-block;
  margin: 0 6px 0 0;
  width: 21px;
  background: url("/img/sprite.png") -71px -45px;
}
.rating li.h {
  background: url("/img/sprite.png") -72px -65px;
  cursor: pointer;
}
.rating li.thanks {
  width: 100%;
  text-transform: uppercase;
  background: none;
  color: #ff5b00;
}
.game-header {
  display: table;
  margin: 20px auto 15px;
  width: 940px;
  table-layout: fixed;
}
.game-header .cell {
  display: table-cell;
  vertical-align: top;
  padding-right: 35px;
}
.game-header .cell:first-child {
  width: 140px;
  padding-right: 20px;
}
.game-header .cell:first-child img {
  width: 100%;
}
.game-header h1 {
  line-height: 1;
  margin-bottom: 2px;
}
.game-header .crumbs {
  margin-bottom: 25px;
}
.game-header .socials {
  margin-right: 15px;
}
.game-header.game-header-online {
  width: 1000px;
}
.game-header.game-header-online .item-info {
  padding-right: 0;
}
.game-header.game-header-online .socials {
  margin: 5px 0 20px;
}
.game-window {
  width: 860px;
  margin: 0 auto;
  position: relative;
}
.game-window .game-layer {
  -webkit-box-shadow: 0 3px 18px rgba(1, 1, 1, 0.4);
  -moz-box-shadow: 0 3px 18px rgba(1, 1, 1, 0.4);
  box-shadow: 0 3px 18px rgba(1, 1, 1, 0.4);
  /* width:860px; */
  margin: 0 auto 20px;
  position: relative;
  height: 100%;
}
.game-window .game-controls {
  position: absolute;
  left: 100%;
  top: 0;
}
.game-window.swf {
  height: 645px;
}
.game-window.game-window-online {
  width: 720px;
  height: 405px;
}
.game-window.game-window-online .game-layer {
  width: auto;
  height: 100%;
}
.game-window iframe {
  display: block;
}
.game-window .advert-box {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -300px;
  margin-left: 150px;
  background: #FFF;
}
@media (max-width: 1500px) {
  /* .game-window {
		.advert-box {
			top:-30px
		}
	} */
}
.game-controls a {
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -999px;
  overflow: hidden;
  background: #FF6500;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 0 5px 0;
  -webkit-transition: width ease 0.3s;
  -moz-transition: width ease 0.3s;
  -ms-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  position: relative;
}
.game-controls a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  width: 25px;
  height: 25px;
  left: 5px;
  background-image: url("/img/sprite.png");
  -webkit-transition: left ease 0.3s;
  -moz-transition: left ease 0.3s;
  -ms-transition: left ease 0.3s;
  -o-transition: left ease 0.3s;
  transition: left ease 0.3s;
}
.game-controls a:hover {
  width: 43px;
}
.game-controls a:hover:before {
  left: 10px;
}
.game-controls a.c-favorites:before {
  background-position: -76px -91px;
}
.game-controls a.c-brightness:before {
  background-position: -120px -91px;
}
.game-controls a.c-brightness.active:before {
  background-position: -120px -137px;
}
.game-controls a.c-fullscreen:before {
  background-position: -163px -91px;
}
.game-controls a.c-fullscreen.active:before {
  background-position: -163px -137px;
}
.game-controls a.c-close:before {
  background-position: -207px -91px;
}
.game-list-carousel {
  margin-bottom: 20px;
}
.game-list-carousel .bx-viewport {
  padding: 15px 0 18px;
  /* margin:0 42px;
		width:auto !important; */
}
.game-list-carousel .game-list a {
  height: 125px;
  margin: 0 6px 18px 0;
}
.game-list-carousel .bx-prev,
.game-list-carousel .bx-next {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 38px 29px 0 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: -50px;
  background: url("/img/sprite.png") 0 -170px;
  z-index: 99;
}
.game-list-carousel .bx-prev:hover,
.game-list-carousel .bx-next:hover {
  background-position: 0 -216px;
}
.game-list-carousel .bx-prev:active,
.game-list-carousel .bx-next:active {
  background-position: 0 -261px;
  margin-top: -16px;
}
.game-list-carousel .bx-next {
  background-position: -38px -170px;
  left: auto;
  right: -50px;
}
.game-list-carousel .bx-next:hover {
  background-position: -38px -216px;
}
.game-list-carousel .bx-next:active {
  background-position: -38px -261px;
}
.game-list-carousel .bx-wrapper {
  position: relative;
}
.comments .item {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #939497;
  margin-bottom: 10px;
}
.comments .block-name {
  margin-bottom: .5em;
}
.comments .item-date {
  display: inline-block;
  float: right;
}
.comments .userpic {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
  width: 50px;
}
.comments .userpic img {
  width: 40px;
}
.comments .item-text-holder {
  display: table-cell;
  vertical-align: top;
}
.comments .item-text {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 20px 10px 10px;
  color: #333;
  background: #E1E4E6;
  margin-bottom: 3px;
}
.comments .item-text:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 12px;
  top: 8px;
  right: 100%;
  background-image: url('data:image/gif;base64,R0lGODlhBwAMALMAAP39/ezu7+7w8fn6+uPm6PLz9Pv8/Pb39+nr7P///+Hk5gAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE4Mzc4ODYxQjYzMjExRTRCODMxRjM4NDQ0ODYzODBBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE4Mzc4ODYyQjYzMjExRTRCODMxRjM4NDQ0ODYzODBBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTgzNzg4NUZCNjMyMTFFNEI4MzFGMzg0NDQ4NjM4MEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTgzNzg4NjBCNjMyMTFFNEI4MzFGMzg0NDQ4NjM4MEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAABwAMAAAEH/CkSQmScyDFe+mdAXLJBibimXwdFbSUQFLJQdATEAEAOw==');
}
.comments .user-name {
  font-weight: bold;
  color: #ff6500;
}
.comments .unswer-link {
  display: inline-block;
  color: #939497;
}
.comments .unswer-link:hover {
  color: #ff6500;
}
.comments .counts {
  display: inline-block;
  margin-right: 5px;
  min-width: 20px;
}
.comments .delete {
  position: absolute;
  width: 0;
  height: 0;
  padding: 14px 14px 0 0;
  overflow: hidden;
  background: url("/img/sprite.png") -75px -31px no-repeat;
  right: 5px;
  top: 5px;
}
.comments .delete:hover {
  background-color: #ddd;
  background-position: -95px -31px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comments .show-more {
  display: inline-block;
  margin: 0 0 20px 50px;
}
.like {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 18px 18px 0 0;
  overflow: hidden;
  vertical-align: middle;
  margin-top: -1px;
  background: url("/img/sprite.png") -25px -113px no-repeat;
}
.like:hover {
  background-position: -48px -113px;
}
.comment-form {
  background: #EDF0F3;
  padding: 10px 10px 1px;
  margin-bottom: 17px;
}
.comment-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 33px;
  border: 1px solid #ADACB3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0 none;
  margin-bottom: 10px;
}
.comment-form .form-controls {
  display: none;
}
.comment-form .counts {
  font-size: 11px;
  margin-right: 5px;
}
.comment-form .game-rating {
  padding: 10px;
  background: #F8F9FA;
  margin: 10px -10px 0;
  font-size: 11px;
}
.comment-form .game-rating .rating {
  vertical-align: middle;
  margin-top: -1px;
}
.comment-form .input-holder {
  width: 0;
  height: 0;
  overflow: hidden;
}
.load-image {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 24px 28px 0 0;
  background: url("/img/sprite.png") -187px 0;
  overflow: hidden;
}
.load-image:hover {
  background-position: -218px 0;
}
.game-screens .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
  /* margin-left:38px; */
}
.game-screens .bx-viewport {
  padding: 15px 0;
}
.game-screens .bx-prev,
.game-screens .bx-next {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 38px 29px 0 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: -50px;
  background: url("/img/sprite.png") 0 -170px;
  z-index: 99;
}
.game-screens .bx-prev:hover,
.game-screens .bx-next:hover {
  background-position: 0 -216px;
}
.game-screens .bx-prev:active,
.game-screens .bx-next:active {
  background-position: 0 -261px;
  margin-top: -16px;
}
.game-screens .bx-next {
  background-position: -38px -170px;
  left: auto;
  right: -50px;
}
.game-screens .bx-next:hover {
  background-position: -38px -216px;
}
.game-screens .bx-next:active {
  background-position: -38px -261px;
}
.game-screens .bx-wrapper {
  position: relative;
}
.game-screens img {
  left: 0;
  top: 0;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.range-size-holder {
  margin-left: 100px;
  display: inline-block;
  vertical-align: top;
}
.range-size {
  display: inline-block;
  width: 230px;
  position: relative;
  vertical-align: top;
}
.range-zoom-in,
.range-zoom-out {
  display: inline-block;
  width: 0;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  vertical-align: top;
  padding: 21px 22px 0 0;
  background: url("/img/sprite.png") -245px -45px no-repeat;
  margin: 0 15px 0 0;
}
.range-zoom-in:hover,
.range-zoom-out:hover {
  background-position: -273px -74px;
}
.range-zoom-in {
  background-position: -213px -45px;
  margin: 0 0 0 15px;
}
.range-zoom-in:hover {
  background-position: -245px -74px;
}
.noUi-target {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 9px;
  background: #EBEBEB;
  -webkit-box-shadow: inset 0 0 8px #cccccc;
  -moz-box-shadow: inset 0 0 8px #cccccc;
  box-shadow: inset 0 0 8px #cccccc;
  border: 0 none;
}
.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FF6500;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none;
  top: 0px;
  left: -9px;
  cursor: pointer;
}
.noUi-horizontal .noUi-handle:hover {
  background: #C34900;
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
  display: none;
}
.scrolled {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);
}
div.tagslist ul {
  width: 100%;
}
div.tagslist ul li {
  display: inline-block;
  float: left;
  width: 200px;
}
.game_max,
.game_shad {
  display: none;
}
.close_max {
  float: right;
  padding: 10px 12px;
  cursor: pointer;
  background: #9B3017;
  margin: 5px 5px 0 0;
  border: 1px solid #D52D04;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.game_max_bg,
.game_shad_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 100;
}
.game_max_flash {
  background-color: black;
  position: fixed;
  margin: auto auto;
  z-index: 101;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.highlighted {
  position: relative;
  z-index: 101;
}
.tb_button {
  display: inline-block;
  padding: 7px 8px 0;
  height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #FFCC80 #FFDFBF;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  vertical-align: middle;
  background-color: #ff9800;
  background: -webkit-gradient(linear, top top, top bottom, from(#ff9800), to(#ff5e00));
  background: -webkit-linear-gradient(top, #ff9800, #ff5e00);
  background: -moz-linear-gradient(top, #ff9800, #ff5e00);
  background: -ms-linear-gradient(top, #ff9800, #ff5e00);
  background: -o-linear-gradient(top, #ff9800, #ff5e00);
}
.text ul,
.text li {
  list-style-type: disc;
  padding: 0 20px;
}
/*# sourceMappingURL=site.css.map */
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url("/myimages/lightbox-ico-loading.gif") no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url("/myimages/lightbox-btn-prev.gif") no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url("/myimages/lightbox-btn-next.gif") no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url("/myimages/lightbox-btn-close.gif") no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
#iplayer-panel .iplayer-wrapper {
    margin: 0 auto;
}
#iplayer-panel {font-family: Verdana;
	background-color: #FF6500;/*#FF6500;*/
    color: #fff;
    height: 38px;
    left: 0;
    line-height: 34px;
    display:inline-block;
}
#iplayer-panel ol, #iplayer-panel ul  {list-style: none;margin: 0;padding: 0;}
#iplayer-panel * {    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
#iplayer-panel a {text-decoration: none;}
#iplayer-panel .ip-logo img{margin-top:8px;}
#iplayer-panel .ip-left {float:left; height: 36px;margin-left: 30px; display:none;}
#iplayer-panel .ip-right {display:inline-block; text-align: right; font-size: 14px; font-size: 0px; height: 38px;}
#iplayer-panel .ip-block {min-width: 30px; line-height: 38px; display: inline-block; text-align: center; font-size: 14px;padding: 0px 9px; cursor: pointer; position: relative;}
#iplayer-panel .ip-block:hover {background-color: #ff781f; color: white}
#iplayer-panel .ip-block:hover .ip-dropdown {display: block !important;}
#iplayer-panel .ip-sep { line-height: 20px; width: 9px;  margin-right: 9px; display: inline-block; border-right: 1px solid #fff; font-size: 14px;}
#iplayer-panel .ip-dropdown {position: absolute; right:0px; width: 300px; background-color: #ff781f;  border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.5);
	cursor: auto;
	z-index: 100;
	display: none;
	max-height:500px; 
	overflow: auto;
}


#iplayer-panel .ip-dropdown .remove {
position: absolute;
margin: 4px 0 0 270px;
cursor: pointer;
font-size: 14px;
}

#iplayer-panel .ip-dropdown .remove:hover {font-weight: bold;}
#iplayer-panel .ip-dropdown .desc {width:220px;}
#iplayer-panel .ip-dropdown-profile{
	/*left: 0px !important;*/
	 width: 132px
}

#iplayer-panel .ip-enter {margin-left: 12px; color: white; display: inline-block; background: url('http://iplayer.org/panel/images/enter.png') no-repeat 5px center; font-size: 14px; padding-left: 25px; padding-right: 5px}
#iplayer-panel .ip-enter:hover {text-decoration: underline;}
/*#iplayer-panel .ip-icon {padding: 0px; background-repeat: no-repeat; background-position: center ;}*/
#iplayer-panel .ip-icon-fav1{background-image: url('http://iplayer.org/panel/images/heart_inactive.png'); background-position: center 13px}
#iplayer-panel .ip-icon-fav-active{background-image: url('http://iplayer.org/panel/images/heart_active.png'); background-position: center 13px}
#iplayer-panel .ip-icon-fullscreen {display:none; background-image: url('http://iplayer.org/panel/images/fullscreen.png'); }

#iplayer-panel .ip-list {margin: 6px 0px}
#iplayer-panel .ip-list li { text-align: left; height: 45px}

#iplayer-panel li.ip-menu-sep {padding: 0px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; height: 0px; margin: 4px 0px; clear: both}

#iplayer-panel .ip-list li a:hover {background-color: #ff6500;}
#iplayer-panel .ip-list li * {font-size: 14px; line-height: 14px;}
#iplayer-panel .ip-list li a {display: block; height: 42px; padding: 5px 10px;}

#iplayer-panel .ip-list li img {float: left; margin-right: 10px; width:32px; height:32px;}
#iplayer-panel .ip-list li div { color: white; font-weight: 500; text-overflow: ellipsis; white-space: nowrap;overflow: hidden;}
#iplayer-panel .ip-list li span {font-size: 10px; color: #ffd8c0; display: block;}

#iplayer-panel .ip-user {color: white;display: block;padding-left: 36px;position: relative;}

#iplayer-panel .ip-menu {margin: 0px; }
#iplayer-panel .ip-menu li {text-align: left;}
#iplayer-panel .ip-menu li a{display: block; color: white; padding-left: 20px}
#iplayer-panel .ip-menu li a:hover {background-color: #ff6500}
#iplayer-panel .ip-menu .ip-menu-sep {margin: 0px}

#iplayer-panel .ip-user img {border-radius: 15px;height: 30px;width: 30px;left: 0;position: absolute; top: 3px;}

#iplayer-panel .ip-block .notify {
  right: 10px;
  font-size: 9px;
  background-color: #ff5402;
  color: white;
  line-height: 12px;
  border-radius: 3px;
  display: none;
  float: right;
  margin-top: 12px;
  margin-right: 5px;
  border-radius: 20px;
  height: 12px;
  width: 12px;
  box-sizing: border-box;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
  text-align: center;;
}
#iplayer-panel .ip-block  .notify-all {right: 2px; top:4px; float: none; position: absolute; margin: 0px}
