@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	margin:0;
	color:#000;
	font: 14px open_sansregular, Arial, Helvetica, sans-serif;
	background: #252525 url("../images/bg-body.gif");
}

img{border-style:none;}
a{
	color:#c87500;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% open_sansregular, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
form{display:inline;}
#wrapper {
	padding: 17px 0;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	background: url("../images/bg-header.jpg") no-repeat;
	padding-bottom: 10px;
}
#header .top {
	background: url("../images/bg-top.png") no-repeat 0 4px;
	height: 1%;
	padding: 0 10px 0 28px;
	margin-bottom: 40px;
}
#header .top:after {
	clear: both;
	content: "";
	display: block;
}
#header .icons {
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
	float: left;
}
#header .icons li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#header .icons li img {
	vertical-align: middle;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#nav > li {
	text-transform: uppercase;
	float: left;
	position: relative;
	font: 13px/34px open_sanslight;
	margin-left: 5px;
        padding: 1px 0px 4px;
}
#nav > li:hover > a {
	background: #eeeeee;
	color: #000;
}
#nav > li > a {
	color: #fff;
	float: left;
	margin-top: -1px;
	text-decoration: none;
        padding: 0px 10px;
}
#nav > li:hover .drop {display: block;}
#nav .drop {
	position: absolute;
    left: -20px;
    top: 33px;
	width: 600px;
	display: none;
}
#nav .drop .bg {
	background: #eeeeee;
	position: absolute;
	width: 3000px;
	left: -200%;
	top: 0;
	height: 26px;
	z-index: 1;
	border-bottom: 3px solid #f0a02f;
}
#nav .drop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	z-index: 2;
}
#nav .drop ul li {
	float: left;
	line-height: 27px;
	margin: 0 8px;
	font-size: 12px;
}
#nav .drop ul li a {
	text-decoration: none;
	color: #000;
	float: left;
	padding: 0 14px;
}
#nav .drop ul li a:hover {
	color: #000;
}
#header .center {
	padding: 0 25px;
	overflow: hidden;
}
.logo {
	background: url("../images/logo.png");
	width: 441px;
	height: 74px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
}
.logo a {
	display: block;
	height: 100%;
}
.search-form {
	margin-top: 49px;
	float: right;
	width: 351px;
	border: 1px solid #6c6c6c;
}
.search-form input[type='submit'] {
	background:  url("../images/btn-search.png");
	width:  35px;
	height:  28px;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
}
.search-form input[type='text'] {
	color: #5e5454;
	font-size: 13px;
	padding: 5px 9px;
	height: 18px;
	border: 0;
	float: left;
	width: 298px;
}
/* main */
#main {
	padding: 1px 25px 25px;
	background: url("../images/bg-main.jpg");
	margin-bottom: 23px;
}
.gallery {
	position: relative;
	border: 1px solid #d8d8d8;
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}
.gallery .img-holder {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	height: 400px;
}
.gallery .img-holder li {
	position: absolute;
	left: 0;
	top: 0;
}
.gallery .img-holder li img {display: block;}
.gallery .img-holder li:first-child img {display: block !important;}
.nivo-caption,
.gallery .img-holder li .text {
	position: absolute;
	left: 0;
	bottom: 13px;
	background: #f3f3f3;
	padding: 0 8px;
	line-height: 30px;
	font-size: 17px;
	color: #525151;
    z-index:999;
}
.nivo-controlNav,
.paging{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 35px;
	bottom: 24px;
	line-height: 0px;
    z-index:999;
}
.nivo-controlNav li,
.paging li {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}
.nivo-controlNav li a,
.paging li a {
	text-indent: -9999px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	display: block;
	background: #fff;
	border-radius: 5px;
}
.nivo-controlNav li a.active,
.nivo-controlNav li a.hover,
.paging li.active a,
.paging li a:hover {background: #f0a02f !important;}
.promo {
	margin-bottom: 15px;
	padding: 5px 10px 13px;
	background: #f2f2f2;
	color: #5e5454;
	text-align: center;
}
.promo strong {
	font-size: 22px;
	font-weight: normal;
	text-shadow: 0 2px 0 #fff;
	display: block;
	margin-bottom: 4px;
}
.promo p {
	font-size: 15px;
	margin: 0;
}
.main-holder {
	width: 100%;
	overflow: hidden;
	padding-bottom: 16px;
}
p {
	margin: 0 0 15px;
	line-height: 17px;
}
h1 {
	font: 21px open_sanslight;
	margin: 0 0 12px;
	color: #5e5454;
    display: inline-block;
}
h2 {
	font: 21px open_sanslight;
	margin: 0 0 12px;
	color: #5e5454;
}
h3 {
	color: #00284a;
	font: 18px open_sanslight;
	margin: 0 0 7px;
	text-transform: uppercase;
}
h4 {
	color: #5e5454;
	font: 15px open_sanslight;
	margin: 0 0 7px;
	text-transform: uppercase;
}
/* content */
#content {
	overflow: hidden;
}
#content .box{
    background: #fff;
    padding: 19px 22px;
    border: 1px solid #d8d8d8;
    margin-bottom:10px;
      
}
#content .box p{
    text-align:justify;
}
.title {
	border-bottom: 1px solid #c6c5c5;
	margin-bottom: 15px;
	overflow: hidden;
}
.title .look {
	float: right;
	margin-left: 10px;
}
.top-tabs {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.top-tabs .date {
	float: right;
	font-size: 12px;
	color: #8c8b8b;
	line-height: 32px;
}
.top-tabs .tabs li {
	font-size: 29px;
	text-transform: none;
	line-height: 32px;
}
/* sidebar */
#sidebar {
	float: right;
	width: 310px;
	margin-left: 15px;
}
#sidebar .box {
	border: 1px solid #d8d8d8;
	background: #fff;
	margin-bottom: 10px;
}
#sidebar .box-holder {
	border-top: 3px solid #efa200;
	padding: 10px 15px;
}
#sidebar .box-holder_without_yellow-line {
	border: 0;
}
#sidebar .row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#sidebar .row  .btn {float: right;}
#sidebar .row  .btn:first-child {float: left;}
.btn {
	float: left;
	min-width: 105px;
	padding: 0 10px;
	background: #eeeeee;
	border: 1px solid #bdbdbd;
	border-radius: 11px;
	line-height: 24px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	cursor: pointer;
}
input.btn { 
	height: 26px;
	padding-bottom: 2px;
}
.btn.active,
.btn:hover {
	background: #efa200;
	border-color: #efa200;
	color: #fff;
}
.filter-form select {width: 127px;}
.items-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #c6c5c5;
}
ul.items-list li {
	font-size: 12px;
	border-top: 1px solid #c6c5c5;
	padding: 8px 0 7px 17px;
	overflow: hidden;
	background: url(../images/ico02.png) no-repeat 3px 14px;
}
ol.items-list {
	counter-reset: my-badass-counter;
}
ol.items-list li {
	font-size: 12px;
	border-top: 1px solid #c6c5c5;
	padding: 8px 5px 7px;
	overflow: hidden;
}
ol.items-list li:before {
	float: left;
	margin-right: 3px;
	content: counter(my-badass-counter)'.';
	counter-increment: my-badass-counter;
}
.items-list li a {
	color: #333;
	text-decoration: none;
}
.items-list li a:hover {text-decoration: underline;}
.items-list .text-holder {
	overflow: hidden;
	/* height: 1%; */
}
.items-list .icon {
	float: right;
	margin-left: 7px;
}
.items-list .icon-calc {
	background: url(../images/ico01.png) no-repeat;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-right: 5px;
}
.items-list .icon-pic {
	background: url(../images/ico03.gif) no-repeat;
	width: 16px;
	height: 16px;
	margin-top: 2px;
}
.items-list .icon-pic2 {
    background: url(../images/ico04.gif) no-repeat;
}
.items-list .icon-cart {
	background: url(../images/ico05.png) no-repeat;
	width: 20px;
	height: 20px;
	float: right;
	margin-right: 5px;
}
.items-list .counter {
	font-size: 12px;
	float: right;
	color: #5f5e5e;
	margin-left: 5px;
	margin-top: 1px;
}
.items-list .counter .new {color: #ff0000;}
ul.items-list2 li {
	padding: 0;
	background: none;
}
ul.items-list2 a {
	overflow: hidden;
	line-height: 20px;
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 0 7px 17px;
	background: url(../images/ico02.png) no-repeat 3px 50%;
}
ul.items-list2 li a:hover {
	text-decoration: none;
	color: #efa200;
}
ul.items-list2 li a.drop {
	background: url(../images/ico04.png) no-repeat 0px 50%;
}
ul.items-list2 li ul.drop {
	padding: 0 0 0 21px;
}
ul.items-list2 li ul.drop a {
	font-weight: normal;
	text-transform: none;
}
.chars-list {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.chars-list td {
	padding: 4px;
}
.chars-list a {
	color: #333333;
	text-decoration: none;
	display: block;
	line-height: 24px;
	border: 1px solid #bdbdbd;
	text-align: center;
	background: #eeeeee;
	border-radius: 13px;
}
#content .games-gallery {
	padding: 0 0 20px;
	border: 0;
}
#content .games-list > li {margin: 0 21px 20px 10px;}
#content .games-gallery .paging {
	bottom: 0;
	left: 0;
	position: absolute;
	margin: 0;
	width: auto;
	right:  auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
.games-gallery {
	background: #fff;
	border: 1px solid #d8d8d8;
	position: relative;
	padding: 17px 0 29px 12px;
}
.games-gallery .holder {
	height: 1%;
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 34px;
}
#content .tabs li {
	font-size: 21px;
	padding: 0 10px;
}
.tabs {
	margin: 0;
	list-style: none;
	padding: 0;
	float: left;
}
.tabs li {
	font-size: 15px;
	font-family: open_sanslight;
	float: left;
	text-transform: uppercase;
	border-left: 1px solid #bcbcbc;
	padding: 0 7px;
}
.tabs li:first-child {
	border: 0;
	padding-left: 0 !important;
}
.tabs li a {
	color: #a3a3a3;
}
.tabs li.active a,
.tabs li a:hover{
	text-decoration: none;
	color: #333;
}
.games-gallery .paging {
	position: static;
	float: right;
	padding: 2px 14px 0 0;
}
.games-gallery .games-list {
	width: 103%;
	margin-right: -3%;
}
.games-gallery .paging li {margin-left: 10px;}
.games-gallery .paging li a {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #363636;
}
.paging_theme_gray  li a {background: #363636;}
.games-list {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.games-list > li {
	float: left;
	width: 140px;
	margin: 0 10px;
	position: relative;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	padding: 3px 13px 0;
	text-align: center;
	height: 321px;
}
.games-list li img {
	display: block;
	margin-bottom: 7px;
}
.games-list .name {
	color: #559fe6;
	font-size: 13px;
	display: inline-block;
	line-height: 14px;
	margin-bottom: 10px;
	text-decoration: none;
}
.games-list .name:hover {text-decoration: underline;}
.games-list .price,
.games-list .old-price {
	display: inline-block;
	vertical-align: bottom;
}
.games-list .old-price {
	font-size: 16px;
	font-weight: bold;
	color: #b4b4b4;
	text-decoration: line-through;
	line-height: 16px;
	margin: 0 5px;
}
.games-list .price {
	color: #559fe6;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	margin: 0 5px;
}
.games-list .prices {margin-bottom: 13px;}
.titles {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 4px;
}
.titles span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.titles li {margin-bottom: 1px;}
.titles .title01 {
	background: url(../images/title01.png);
	width: 88px;
	height: 35px;
}
.titles .title02 {
	background: url(../images/title02.png);
	width: 43px;
	height: 34px;
}
.titles .title03 {
	background: url(../images/title03.png);
	width: 99px;
	height: 34px;
}
.titles .title04 {
	background: url(../images/title04.png);
	width: 96px;
	height: 39px;
}
.btn-buy {
	display: inline-block;
	border: 1px solid #dd6e05;
	line-height: 30px;
	padding: 0 27px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
	background: #ffb86e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb86e 0%, #ff9d37 49%, #ff7f04 51%, #ff7f04 51%, #ff9b3b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb86e), color-stop(49%,#ff9d37), color-stop(51%,#ff7f04), color-stop(51%,#ff7f04), color-stop(100%,#ff9b3b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb86e 0%,#ff9d37 49%,#ff7f04 51%,#ff7f04 51%,#ff9b3b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb86e 0%,#ff9d37 49%,#ff7f04 51%,#ff7f04 51%,#ff9b3b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb86e 0%,#ff9d37 49%,#ff7f04 51%,#ff7f04 51%,#ff9b3b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb86e 0%,#ff9d37 49%,#ff7f04 51%,#ff7f04 51%,#ff9b3b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb86e', endColorstr='#ff9b3b',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}
.btn-buy:hover {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	opacity: 0.8;
}
.btn-buy:active {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	opacity: 1;
	background: #ffb86e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff9b3b 100%, #ff7f04 51%, #ff7f04 51%,#ff9d37 49%, #ffb86e 0%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#ff9b3b), color-stop(51%,#ff7f04), color-stop(51%,#ff7f04), color-stop(49%,#ff9d37), color-stop(0%,#ffb86e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff9b3b 100%, #ff7f04 51%, #ff7f04 51%,#ff9d37 49%, #ffb86e 0%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff9b3b 100%, #ff7f04 51%, #ff7f04 51%,#ff9d37 49%, #ffb86e 0%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff9b3b 100%, #ff7f04 51%, #ff7f04 51%,#ff9d37 49%, #ffb86e 0%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff9b3b 100%, #ff7f04 51%, #ff7f04 51%,#ff9d37 49%, #ffb86e 0%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b3b', endColorstr='#ffb86e',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}
.friends-list {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.friends-list li {
	float: left;
	width: 33%;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 12px;
}
.friends-list li:after {
	content: "";
	border-bottom: 1px solid #c6c5c5;
	position: absolute;
	left: -24px;
	bottom: 0;
	width: 100%;
}
.friends-list li a {
	display: block;
	margin-right: 24px;
}
.friends-list li img {
	display: block;
	margin-bottom: 10px;
}
.news-list {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.news-list .holder {
	width: 100%;
	overflow: hidden;
}
.news-list .holder .date {
	float: right;
	padding-top: 1px;
	font-size: 14px;
	color: #979797;
}
.news-list .holder h3 {
	margin-bottom: 0;
	color: #00284a;
}
.news-list .holder h3 a {color: #00284a;}
.news-list li {
	margin-bottom: 15px;
	padding-bottom: 13px;
	border-bottom: 1px solid #c6c5c5;
}
.news-list li p {
	line-height: 16px;
	margin-bottom: 0;
    text-align: justify;
}
.games-table {
	overflow: hidden;
	position: relative;
	border: 1px solid #d8d8d8;
	background: #fff;
	padding-bottom: 23px;
  
}
.games-table table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
}
.games-table th {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	background: #f3f3f3;
	line-height: 36px;
	text-align: center;
    border-bottom: 1px solid #d8d8d8;
}
.games-table th:first-child {
	width: 487px;
	padding: 0 15px;
	font-weight: normal;
	text-align: left;
}
.games-table th.date {
	width: 124px;
	padding: 0;
}
.games-table td:first-child {
	padding: 5px 15px;
	text-align: left;
}
.games-table td {
	border-bottom: 1px solid #d8d8d8;
	padding: 9px 5px;
	color: #333;
	text-align: center;
}
.games-table .closed {display: none;}
.games-table .opened td {
	border-color: #efa200;
}
.games-table .opened td {
	padding: 0;
}
.games-table .opened .name {
	font-weight: bold;
	display: block;
	padding: 17px 15px 12px;
	border-bottom: 1px solid #d8d8d8;
}
.games-table .title.active td{
	font-weight: bold;
}
.games-table a{
    color:#000;
    text-decoration: none;
}

.games-table a:hover{
    text-decoration: underline;
    font-weight: bold;
}

.games-table .info-holder {
	overflow: hidden;
	padding: 7px 16px;
	position: relative;
}
.games-table .info-holder .visual {
	float: right;
	margin-left: 16px;
}
.games-table .info-holder .visual img {
	display: block;
}
.games-table .info-holder .text-holder {
	overflow: hidden;
	position: relative;
	padding-bottom: 34px;
	min-height: 220px;
}
.games-table .info-holder p {
	font-size: 14px;
	line-height: 1.2em;
    text-align: justify;
}
.wall-and-shop {
    position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.games-table .info-holder .look {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
    margin-top: 10px;
}
.look {
	display: inline-block;
	line-height: 29px;
	text-align: center;
	color: #333333;
	text-decoration: none;
}
.look span {
	border: 1px solid #959595;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0 14px;
}
.look i {
	font-style: normal;
	font-size: 15px;
	font-weight: normal;
}
.game-info {
	overflow: hidden;
	margin: -3px 0 5px;
	line-height: 18px;
}
.game-info dt {
	width: 100px;
	margin-right: 9px;
	float: left;
	font-weight: bold;
}
.game-info dd {
	overflow: hidden;
	margin: 0;
}
#content .paging,
.games-table .paging {
	float: none;
	text-align: center;
	position: static;
	margin-bottom: -10px;
}
#content .paging a,
.games-table .paging a {
	width: 14px;
	height: 14px;
	border-radius: 7px;
}
.games-table .red {
	color: #ff0000;
}
.img-list {
	width: 105%;
	list-style: none;
	margin: 0 -5% 0 0;
	padding: 0;
}
.img-list img {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.img-list:after {
	content: "";
	display: block;
	clear: both;
}
.img-list > li {
	float: left;
	width: 370px;
	margin: 0 23px 20px 0;
	position: relative;
}
.img-list.dual > li {
	float: left;
	width: 555px;
	margin: 0 5px 20px 0;
	position: relative;
}
.game-list > li {
    width: 180px;
    margin: 0 20px 20px 0;
}
.img-list > li > a {
	margin: 0 8px;
	display: block;
	position: relative;
    /*
	-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
    */
}
.game-list > li > a {
    margin: 0 8px 0 2px;
}
.img-list > li .text {
	position: absolute;
	left: 0;
	bottom: 8px;
	padding: 0 8px;
	line-height: 25px;
	background: #f3f3f3;
	color: #525151;
	font-size: 12px;
}
.img-list_small > li {
	width: 345px;
}
.img-list li:hover .sizes {
    display:block;
}
.img-list .sizes {
	background: url(../images/bg-sizes.png);
	width: 199px;
	height: 142px;
	position: absolute;
	top: 21px;
	left: 49px;
	list-style: none;
	margin: 0;
	padding: 20px 20px 0 30px;
    display:none;
}
.img-list .sizes-ul {
    float:left;
    width:80px;
    padding:0 0 0 16px;
}
.img-list .sizes li {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 4px;
}
.img-list .sizes span {
	float: left;
	width: 50%;
}
.img-list .sizes a {
	color: #fff;
	text-decoration: none;
}
.img-list a:hover {color: #f0a02f;}
.upload-form {
	width: 100%;
}
.upload-form .input-file {margin-bottom: 10px;}
.upload-form p {font-size: 13px;}
.upload-form .form-holder {
	padding-bottom: 25px;
}
.upload-form .row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 13px;
}
.upload-form .column {
	float: right;
	width: 380px;
}	
.upload-form label {
	display: block;
	margin-bottom: 3px;
}
.upload-form .input {
	overflow: hidden;
	padding-right: 12px;
    margin-bottom: 15px;
}
.upload-form .input input {
	float: left;
	width: 98%;
	border: 1px solid #acacac;
	    padding: 9px;
	font-size: 13px;
	height: 18px;
}
.upload-form .input textarea {
    float: left;
    border: 1px solid #acacac;
    padding: 10px;
    font-size: 13px;
    height: 166px;
    resize: none;
    width: 715px;
}
.textarea-block {
    display: inline-block;
    float: none !important;
    margin-left: 20px;
    width: auto !important;
}
.upload-form input[type='submit'] {
    float: right;
    border-radius: 0px;
    padding: 7px;
    height: auto;
    font-size: 14px;
}
.upload-form .column:first-child {
	float: left;
}
.upload-form .capcha img {
	border: 1px solid #c8c8c8;
	vertical-align: middle;
	margin-right: 25px;
}
.upload-form .capcha .input {
	display: inline-block;
	float: none;
	vertical-align: middle;
	width: 160px;
}
.upload-form .line {
	width: 100%;
	overflow: hidden;
	line-height: 26px;
	margin-bottom: 8px;
}
.upload-form input[type="button"].btn {
	float: left;
	width: 129px;
	margin-right: 22px;
}
.upload-form .file-name {
	float: left;
	font-size: 13px;
	color: #c87500;
}
.upload-form .link {
	float: right;
	margin-left: 25px;
	font-size: 13px;
}
.upload-form .file-name span {color: #aaaaaa;}
.load-line {
	margin-bottom: 8px;
	border: 1px solid #e1e1e1;
	background: #e4e4e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4e4e3 0%, #f3f3f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e3), color-stop(100%,#f3f3f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4e4e3 0%,#f3f3f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4e4e3 0%,#f3f3f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4e4e3 0%,#f3f3f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e4e4e3 0%,#f3f3f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e3', endColorstr='#f3f3f2',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
}
.load-line:after {
	content: "";
	clear: both;
	display: block;
}
.load-line__line {
	border-radius: 2px;
	height: 4px;
	overflow: hidden;
	float: left;
	margin: -1px;
	background: #0d9de5; /* Old browsers */
	background: -moz-linear-gradient(top,  #0d9de5 0%, #0575ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d9de5), color-stop(100%,#0575ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0d9de5 0%,#0575ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0d9de5 0%,#0575ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0d9de5 0%,#0575ac 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0d9de5 0%,#0575ac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d9de5', endColorstr='#0575ac',GradientType=0 ); /* IE6-9 */
}
/* footer */
#footer {
	padding: 0 10px;
	overflow: hidden;
}
#footer p {
	float: right;
	line-height: 48px;
	margin: 0;
	color: #8c8b8b;
}
#footer p a {
	color: #8c8b8b;
}
#footer .pics {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#footer .pics li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#footer .pics li img {
	vertical-align: middle;
}
.hidden{display:none;}
.big-paging{
  float: none;
  margin-bottom: -10px;
  position: static;
  text-align: center;
}
.big-paging li {
  display: inline-block;
  float: none;
  margin-bottom: 15px;
}
.big-paging li.active a,
.big-paging li a:hover{
  background: none repeat scroll 0 0 #f0a02f;
  border:#f0a02f 1px solid;
  color:#fff
}
.big-paging li a{
  border-radius: 10px;
  border:#bfbfbf 1px solid;
  background: none repeat scroll 0 0 #eee;
  color:#000;
  padding:0 6px;
  margin: 0 3px;
  text-decoration: none;
}

ul.search-list {
    list-style: none;
    color:#000;
}
ul.search-list li a{
    color:#000;
    text-decoration: none;
}

ul.search-list li a:hover{
    text-decoration: underline;
}

ul.search-list li a span{
    font: 18px open_sansregular, Arial, Helvetica, sans-serif;
}

.search-razdel {
     border-bottom: 1px solid #c6c5c5;
     margin-top:20px;
}
.search-razdel span{
     font: 20px open_sansregular, Arial, Helvetica, sans-serif; 
 }
 .new_wallpapers{
 	color:#f00;
    font-family: 'open_sanslight';
    font-weight: bold;
    letter-spacing: 1px;
 }
 
 .success {
    color: #4F8A10;
    background-color: #DFF2BF;
    margin: 10px 0;
    padding: 12px;
 }
  .success:before {
    margin-right: 16px;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
  }
  .items-list.girls .text {
    float: right;
  }
a.disabled {
    background: #fff;
}

.top100 {
    padding: 0 !important;
}
.top100 table {
    width: 100%;
    
    display: table;
    border-collapse: collapse;
}
.top100 table th {
    text-align: left;
    background: #f2f2f2;
    font-weight: normal;
}
.top100 table tr {
    border-bottom: 1px solid #d8d8d8;
}
.top100 table tr td, .top100 table tr th{
    padding: 10px;
}

.top100 table tr th.num {
    padding-left: 20px;
}
.top100 table tr td.num {
    text-align: right;
        width: 41px;
}
.top100 table tr td a {
    color: #333;
    text-decoration: none;
}
.top100 a .fa-angle-double-right {
    color: #0590d8 !important;
        position: relative;
    left: 6px;
    top: 2px;
    font-size: 20px;
}

.top100 a .fa-angle-double-down {
    color: #ff0004 !important;
        position: relative;
    left: 6px;
    top: 2px;
    font-size: 20px;
}

.top100 a .fa-angle-double-up {
    color: #00a600 !important;
        position: relative;
    left: 6px;
    top: 2px;
    font-size: 20px;
}

.top10 a .fa-angle-double-right {
    color: #0590d8 !important;
        position: relative;
    left: 0px;
    top: 0px;
    font-size: 20px;
}

.top10 a .fa-angle-double-down {
    color: #ff0004 !important;
        position: relative;
    left: 0px;
    top: 0px;
    font-size: 20px;
}

.top10 a .fa-angle-double-up {
    color: #00a600 !important;
        position: relative;
    left: 0px;
    top: 0px;
    font-size: 20px;
}
.top100 .view {
    text-align: right;
}
.clear {
    clear: both;
}
.shop {
    
}
.shop .item {
    width: 140px;
    padding: 5px 10px 10px 10px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    vertical-align: top;
    margin: 10px 15px;
    position: relative;
    text-align: center;
}
.shop .name {
    padding: 5px 0;
}
.shop .name a {
    font-family: 'open_sansregular';
    color: #529de5;
    font-size: 13px;
    text-decoration: none;
    display: block;
    height: 50px;
    overflow: hidden;
}
.shop .price {
    background: url("/images/ruble.png") right 2px no-repeat;
    color: #5099e4;
    display: inline-block;
    font: 24px Arial, sans-serif;
    padding-right: 20px;
}
.shop button:before {
    background: url("/images/button-triangle.png") no-repeat;
    content: " ";
    display: block;
    height: 6px;
    left: 50%;
    margin-left: -3.5px;
    position: absolute;
    top: -6px;
    width: 7px;
}
.shop button {
    width: 106px;
    position: relative;
    
    background: linear-gradient(to bottom, #ffa03c 0%, #ffa03c 49%, #ff7d00 50%, #ff7d00 100%);
    border-collapse: separate;
    box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.47);
    font-size: 16px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
        
    border: 1px solid #dd6e05;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    line-height: 1;
    overflow: visible;
    padding: 6px 14px;
} 
.shop button:hover {
    background: linear-gradient(to bottom, #ffa73d 0%, #ffa73d 49%, #ff7c00 50%, #ff7c00 100%);
    border-collapse: separate;
    box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.47), 0 0 3px rgba(0, 0, 0, 0.35);
    
    border: 1px solid #dd6e05;
    border-radius: 4px;
    line-height: 1;
    overflow: visible;
    padding: 6px 14px;
    outline: none !important;
}
.shop .info {
        position: absolute;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
    padding-bottom: 10px;
    font-size: 12px;
    color: #333;
    width: 149px;
    padding: 5px;
    left: 0px;
    top: 0px;
    z-index: 9999;
} 
.hide {
    display: none;
}
.labels {
    position: absolute;
    top: 14px;
    left: 1px;
}
.shop .hit {
    background: url('/images/title02.png') no-repeat center;
    width: 43px;
    height: 34px;
}
.shop .new {
    background: url('/images/title01.png') no-repeat center;
    width: 88px;
    height: 35px;
}
.shop .pre_order {
    background: url('/images/title03.png') no-repeat center;
    width: 99px;
    height: 34px;
}
.shop .img {
    padding-top: 5px;
    height: 205px;
}
.shop .img img {
    width: 140px;
}

img.mfp-img {
    width: 1125px !important;
    border: 5px solid #000;
    padding: 0 !important;
    border-radius: 10px;
}
.mfp-content {
    position: relative;
    left: -10px;
    padding: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
}
.mfp-figure:after {
    background: none !important;
    box-shadow: none !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    text-align: center !important;
    right: 20px !important;
    
    cursor: pointer !important;
    width: 50px !important;
}
.mfp-title {
    text-align: center !important;
}
.mfp-bottom-bar {
    margin-top: -60px !important;
    width: 1115px !important;
    background: rgba(0, 0, 0, .7) !important;
    height: 30px !important;
    padding-top: 10px !important;
    margin-left: 20px !important;
    opacity: 0;
}
.mfp-figure:hover .mfp-bottom-bar {
    opacity: 1;
    transition: opacity 400ms ease;
}
* {
outline:none !important;
}
.mfp-wrap {
    text-align: center;
}
.mfp-container {
    display: inline-block;
    width: auto !important;
    max-width: 100% !important;
    position: relative !important;
}
.mfp-arrow-right {
    right: 18px !important;
}
.mfp-counter {
    display: none;
}
.mfp-close {
    position: absolute !important;
    bottom: 16px;
    top: auto !important;
}
.mfp-download {
    position: absolute;
    bottom: 25px;
    right: 77px;
    z-index: 9999;
    opacity: 0.7;    
}
.mfp-download:hover {
    opacity: 1;
}