html,body {
	height: 100%;
	margin: 0;
}
body {
	margin: 0;
	color: #30343d;
	background: #e5e6eb;
	min-width: 320px;
	font: 15px/22px "trebuchet ms", helvetica, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {
	border-style: none;
	vertical-align:top;
}
ul li{vertical-align:top;}
input, select, textarea {
	vertical-align: middle;
	font: 15px arial, helvetica, sans-serif;
}
a {
	color: #3a71bc;
	text-decoration: none;
}
a:hover { color:#000;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block;}
figure{margin:0;}
button::-moz-focus-inner {
	padding:0;
	border:0;
}
a:focus,
a:hover,
button:focus,
button:hover {
	outline: none;
	outline: 0;
}
h1 {
	color:#707581;
	font-size:28px;	line-height:30px;
	font-weight:normal;
	margin:0 0 32px;
}
h2{
	font-size:26px;	line-height:30px;
	margin: 0 0 17px;
	color:#222223;
	font-weight:normal;
}
h2{ margin: 0 0 21px; }
h3,
h4,
h5{
	font: 20px/24px 'Open Sans Condensed', arial, helvetica, sans-serif;
	color:#222223;
	margin: 0 0 15px;
}
h4{
	font-size:18px;	line-height:22px;
	margin: 0 0 10px;
}
h5{
	font-size:16px;	line-height:20px;
	margin: 0 0 10px;
}
ul {list-style:none;}
input[type="text"], 
input[type="email"],
input[type="password"], 
textarea {
    background: #f8f9fc;
    border: 1px solid #9ea0a8;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    height: 32px;
    line-height: 17px;
    margin: 0 0 21px;
    outline: 0 none;
    padding: 5px 14px 6px;
    position: relative;
    width: 100%;
}
input[type="text"]:focus, 
input[type="email"]:focus,
input[type="password"]:focus, 
textarea:focus{border-color: #8a8c94;}
/* wrapper */
#wrapper {
	width: 970px;
	min-height: 100%;
	margin:0 auto;
	background:#fff;
}
#wrapper:after {
	clear:both;
	display:block;
	content:"";
}
p {margin:0;}
.w1 {padding-bottom: 170px;}
/* header */
#header {
	width:100%;
	margin:0 0 54px;
}
#header .logo {	float: left;	overflow: hidden;	width:150px;
	margin:11px 0 0 -254px;}#header .logo a, #header .logo span {	width:100%;
	height:100%;
	display:block;}
.header-hold {
	background:#30343d;
	width:100%;
	position:relative;
	padding:5px 0 9px;
}
.header-hold:after {
	clear:both;
	display:block;
	content:"";
}
.header-hold .wrap{
	width: auto;
	padding: 0 245px 0 277px;
}
.promobox {margin:0 0 20px;}
.header-hold .hold-btn {
	float:right;
	margin: 37px -245px 0 0; /*19px -259px 0 0;*/
	width: 165px; /*152px;*/
}
.header-hold .hold-btn.login { 
	margin-top: 33px;
	margin-bottom: 29px;
}
.hold-form {
	padding:37px 0 0 0;
	width:auto;
	position:relative;
}
.hold-form input[type="text"] {
	width:100%;
	background:#30343d;
	border:1px solid #656b78;
	padding:12px 50px 13px 15px;
	line-height:18px;
	font-size:16px;
	height: 45px;
	color:#fff;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	outline:none;
}
.hold-form input[type="text"]:focus { border-color: #fff;}
.btn {
	border:none;
	text-indent:-9999px;
	width:28px;
	height:28px;
	background: url(../images/bg-search.png) no-repeat 0 0;
	position:absolute;
	right:12px;
	bottom:9px;
	padding:0;
	cursor:pointer;
}
.btn:hover ,
.link-exit:hover,
#footer .list-net a:hover,
#footer .list-net .active a{
	opacity:0.8;	filter: alpha(opacity=80);	-moz-opacity: 0.8;
}
/**/
.link-login,
.link-go {
	padding:5px 2px 6px 2px;
	width:148px;
	display:block;
	color:#fff;
	margin: 0 0 15px;
	background: #048fc6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#048fc6), to(#3b71bc));
	background: -webkit-linear-gradient(#048fc6, #3b71bc);
	background: -moz-linear-gradient(#048fc6, #3b71bc);
	background: -ms-linear-gradient(#048fc6, #3b71bc);
	background: -o-linear-gradient(#048fc6, #3b71bc);
	background: linear-gradient(#048fc6, #3b71bc);
	-pie-background: linear-gradient(#048fc6, #3b71bc);
	position: relative;
}
.link-login:hover,
.link-go:hover {
	color:#fff;
	background: #3b71bc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3b71bc), to(#048fc6));
	background: -webkit-linear-gradient(#3b71bc, #048fc6);
	background: -moz-linear-gradient(#3b71bc, #048fc6);
	background: -ms-linear-gradient(#3b71bc, #048fc6);
	background: -o-linear-gradient(#3b71bc, #048fc6);
	background: linear-gradient(#3b71bc, #048fc6);
	-pie-background: linear-gradient(#3b71bc, #048fc6);
}
.link-user {
	color:#dead1c;
	font-size:16px;
	line-height:18px;
	display:none;
	margin: 0 0 13px;
}
.link-user:hover {
	color:#dead1c;
	opacity:0.8;
}
.link-login span {
	padding:0 2px 0 34px;
	background:url(../images/bg-login.png) no-repeat 11px 1px;
}
.link-exit {
	padding:3px 2px 0 17px;
	background:url(../images/bg-exit.png) no-repeat 0 7px;
	color:#fff;
	display:none;
	font-size:14px;	line-height:16px;
}
.link-exit:hover {color:#fff;}
.link-go span {
	padding:0 0 0 35px;
	background:url(../images/bg-link-go.png) no-repeat 13px 2px;
}
.link-login:after,
.link-go:after {
	content:"";
	background:url(../images/bg-login-hint.png) no-repeat 0 0;
	width:13px;
	height:13px;
	position:absolute;
	bottom:-13px;
	right:1px;
}
.login .link-login {display:none;}
.login .link-exit {display:inline-block;}
.login .link-login:after {top:-9999px;}
.login .link-go {display:none;}
.login .link-user {
	display:inline-block;	vertical-align:top;
}
.hold-orange {
	width:auto;
	background: #fdc50a;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdc50a), to(#feb03f));
	background: -webkit-linear-gradient(#fdc50a, #feb03f);
	background: -moz-linear-gradient(#fdc50a, #feb03f);
	background: -ms-linear-gradient(#fdc50a, #feb03f);
	background: -o-linear-gradient(#fdc50a, #feb03f);
	background: linear-gradient(#fdc50a, #feb03f);
	-pie-background: linear-gradient(#fdc50a, #feb03f);
	padding:0 20px;
	margin:0 -20px;
	position:relative;
	min-height:52px;
}
.hold-orange:before {
	content:"";
	background:url(../images/bg-orange-hint.png) no-repeat 0 0;
	width:20px;
	height:20px;
	position:absolute;
	bottom:-20px;
	left:0;
}
.hold-orange:after {
	content:"";
	background:url(../images/bg-orange-hint.png) no-repeat -20px 0;
	width:20px;
	height:20px;
	position:absolute;
	bottom:-20px;
	right:0;
}
.hold-orange:after {
	clear:both;
	display:block;
	content:"";
}
#nav {
	float:left;
	position:relative;
}
.menu {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	/*display:block !important;*/
}
.menu li {
	float:left;
	position:relative;
}
.menu li a {
	display:block;
	padding:15px 29px 16px 23px;
	font-size:19px;
	line-height:21px;
	color:#30343d;
}
.menu li a:hover {background:#ffd95c;}
.menu li a span {
	background:url(../images/bg-menu-hint.png) no-repeat 100% 9px;
	padding:0 16px 0 0;
}
.list-net {
	float:right;
	padding:14px 0 0;
	margin:0;
	list-style:none;
}
.list-net li {
	float:left;
	margin:0 8px 0 5px;
}
.list-net li a {
	text-indent:-9999px;
	width:25px;
	height:24px;
	display:block;
	background:url(../images/bg-sprite-net.png) no-repeat -9999px 0;
}
.list-net li .vkontacte {background-position:0 0;}
.list-net li.active .vkontacte,
.list-net li .vkontacte:hover { background-position:0 -24px;}
.list-net li .facebook {background-position:-25px 0;}
.list-net li.active .facebook,
.list-net li .facebook:hover { background-position:-25px -24px;}
.list-net li .linkedin {background-position:-50px 0;}
.list-net li.active .linkedin,
.list-net li .linkedin:hover { background-position:-50px -24px;}
.list-net li .tweeter {background-position:-75px 0;}
.list-net li.active .tweeter,
.list-net li .tweeter:hover { background-position:-75px -24px;}
#footer .list-net li.active .vkontacte,
#footer .list-net li .vkontacte:hover { background-position:0 0;}
#footer .list-net li.active .facebook,
#footer .list-net li .facebook:hover { background-position:-25px 0;}
#footer .list-net li.active .linkedin,
#footer .list-net li .linkedin:hover { background-position:-50px 0;}
#footer .list-net li.active .tweeter,
#footer .list-net li .tweeter:hover { background-position:-75px 0;}
.gallery {
	width:auto;
	padding: 13px 29px 10px 36px;
	position:relative;
}
.gallery:after {
	clear:both;
	display:block;
	content:"";
}
a.link-prev,
a.link-next {
	position:absolute;
	top: 43px;
	left: -14px;
	background: url(../images/bg-gal-link.gif) no-repeat 0 0;
	text-indent:-9999px;
	width: 40px;
	height: 33px;
}
a.link-prev:hover { background-position:0 -33px;}
a.link-next:hover {background-position:-40px -33px;}
a.link-prev:after {
	content:"";
	background:url(../images/bg-gal-link-hint.png) no-repeat 0 0;
	width:13px;
	height:13px;
	position:absolute;
	bottom:-13px;
	left:1px;
}
a.link-next:after {
	content:"";
	background:url(../images/bg-gal-link-hint.png) no-repeat -13px 0;
	width:13px;
	height:13px;
	position:absolute;
	bottom:-13px;
	right:1px;
}
a.link-next {
	left:auto;
	right:-14px;
	background-position: -40px 0;
}

.gallery .gallery-holder {
	width: 891px;
	position:relative;
	overflow:hidden;
}

.hold-line .gallery-holder {
	margin-left: 3px;
	width: 550px;
}

.gallery .gallery-holder ul {
	width:99999px;
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
	overflow: hidden;
}
.gallery .gallery-holder li {
	width:162px;
	float:left;
	margin: 0 19px 12px 0;
	text-align:center;
	padding: 0;
	background: none;
}
.gallery .hold-img{
	display:block;
	padding: 3px;
	background: #ffffff;
	position: relative;
	margin: 2px 4px 9px;
}
.gallery .title{
	display:block;
	vertical-align:top;
	margin: 0 0 5px;
	font-weight:normal;
	text-align:center;
	font-size:15px;
	line-height:17px;
}
.gallery .wrap-link{
	display:inline-block;
	vertical-align:top;
}
.gallery .title span{ color:#222223;}
.title-wrap {
	padding:1px 10px 9px 66px;
}
.title-wrap.star {background: url(../images/bg-title-star.gif) no-repeat 24px 0;}
.title-wrap.play {
	background: url(../images/bg-title-play.gif) no-repeat 0 0;
	padding-left:42px;
	margin:0 0 18px;
}
.title-wrap h1 {
	color:#707581;
	margin:0;
	font-size:26px;	line-height:30px;
}
.title-wrap h2 {
	color:#707581;
	margin:0;
}
#main {margin:0 0 30px;}
#main .holder{
	width: auto;
	padding: 16px 320px 0 0;
	position: relative;
}
#main .holder.other {padding-top:26px;}
#main .holder:after {
	display:block;
	clear:both;
	content:"";
}
/* sidebar */
#sidebar {
	float:right;
	width:264px;
	margin: 0 -320px 0 0;
}
#content {
    position: relative;
    width: auto;
	padding:0 0 0 24px;
}
.side-title {
	background: #808795;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#808795), to(#656c7a));
	background: -webkit-linear-gradient(#808795, #656c7a);
	background: -moz-linear-gradient(#808795, #656c7a);
	background: -ms-linear-gradient(#808795, #656c7a);
	background: -o-linear-gradient(#808795, #656c7a);
	background: linear-gradient(#808795, #656c7a);
	-pie-background: linear-gradient(#808795, #656c7a);
	padding:15px 5px 14px 21px;
	margin:0 -20px 20px 0;
	position:relative;
}
.side-title:after {
	content:"";
	background: url(../images/bg-side-title-hint.png) no-repeat 0 0;
	width:20px;
	height:20px;
	position:absolute;
	bottom:-20px;
	right:0;
}
.side-title .title {
	font-size:19px;
	line-height:21px;
	margin:0;
	color:#fff;
	font-weight:normal;
}
.genre {
	width:100%;
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0 0 35px -1px;
}
.genre li {
	display:inline-block;
	background:url(../images/bg-genre-li.gif) no-repeat 0 5px;
	margin:0 0 2px;
}
.genre li a {
	font-size:13px;
	line-height:15px;
	padding:6px 7px 8px 9px;
	display:inline-block;
	vertical-align:top;
	-webkit-border-radius: 4px 0 4px 0 ;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
	position:relative;
	
}
.genre li a:hover {
	background:#ededf1;
	color:#30343d;
}
.genre-hold {padding:0 0 0 13px;}
.genre-hold-in {
	width:100%;
	overflow:hidden;
}
.panel {
	list-style:none;
	width:100%;
	overflow:hidden;
	margin:0 0 37px;
	padding:0;
}
.panel li {
	float:left;
	margin:0 1px 0 0;
	width:34.8%;
}
.panel li:first-child {width:25.9%;}
.panel li:last-child {width:38.8%;}
.panel li:last-child a {
	-webkit-border-radius: 0 0 4px 0 ;
	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;}
.panel li:first-child a {
	-webkit-border-radius: 4px 0 0 0 ;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;}
.panel li a {
	height:37px;
	font-size:16px;
	line-height:35px;
	color:#30343d;
	background:#ededf1;
	display:block;
	text-align:center;
	position:relative;
}
.panel li a:hover,
.panel li.active a {
	background: #808695;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#808695), to(#656c7b));
	background: -webkit-linear-gradient(#808695, #656c7b);
	background: -moz-linear-gradient(#808695, #656c7b);
	background: -ms-linear-gradient(#808695, #656c7b);
	background: -o-linear-gradient(#808695, #656c7b);
	background: linear-gradient(#808695, #656c7b);
	-pie-background: linear-gradient(#808695, #656c7b);
	color:#fff;
}
.panel li.active a {cursor:default;}
.hold-line{
	padding: 0 0 2px;
	width:100%;
	overflow:hidden;
	margin:0 0 9px;
}
.container{ 
	text-align: justify;
	margin:0;
	list-style:none;
	padding:0;
}
.container li {
	display:inline-block;
	vertical-align:top;
	width: 174px;
	margin:0 0 33px;
}
.container li.last{
	width:100%;
	height: 1px;
	text-indent:-9999px;
	overflow:hidden;
	margin: 0;
}
li .wrap-link{
	display:inline-block;
	vertical-align:top;
	margin: 0 0 13px;
	text-align:left;
}
li .hold-img{
	width: 174px;
	display:block;
	margin: 0 0 13px;
}
li .title{
	font-size:17px;
	line-height:22px;
	/*display:inline-block;*/
	vertical-align:top;
	font-weight:bold; /*normal*/
}
.wrap-star{
	width:100%;
	overflow:hidden;
	margin:0 0 2px;
}
.hold-star{
	width: 92px;
	background: #ededf1;
	float:right;
	padding: 6px 10px;
}
.wrap-star .star {
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/bg-star.gif) repeat-x 0 -16px;
	width:92px;
	height:16px;
}
.wrap-star .star-in {
	background: url(../images/bg-star.gif) repeat-x 0 0;
	width:92px;
	height:16px;
}
.info {
	width:100%;
	position:relative;
	overflow:hidden;
	font-size:14px;
	line-height:17px;
	text-align:left;
	margin:0 0 4px;
}
.info dt {
	color:#707581;
	display:inline;
}
.info dd {
	margin:0;
	color:#30343d;
	display:inline;
}
#footer {
	width:970px;
	margin:-170px auto 0;
	height:170px;
	background:#fff;
	color:#dfe4ef;
}
#footer .footer-in {
	padding:22px 44px 25px 42px;
	margin:0 -20px 0 -20px;
	position:relative;
	background: #7f8694;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7f8694), to(#656c7b));
	background: -webkit-linear-gradient(#7f8694, #656c7b);
	background: -moz-linear-gradient(#7f8694, #656c7b);
	background: -ms-linear-gradient(#7f8694, #656c7b);
	background: -o-linear-gradient(#7f8694, #656c7b);
	background: linear-gradient(#7f8694, #656c7b);
	-pie-background: linear-gradient(#7f8694, #656c7b);
}
#footer .footer-in:before {
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	left:0;
	bottom:-20px;
	background: url(../images/bg-footer-hint.png) no-repeat 0 0;
}
#footer .footer-in:after {
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	bottom:-20px;
	background: url(../images/bg-footer-hint.png) no-repeat -20px 0;
}
.footer-inner:after {
	display:block;
	clear:both;
	content:"";
}
#footer .hold{
	float:left;
	width: 185px;
	margin: 0 0 0 3px;
}
#footer .promobox{
	float:right;
	width: 728px;
	overflow:hidden;
	height: 90px;
	margin:5px 0 0;
}
#footer .promobox img{
	display:block;
	width: 100%;
	height: 100%;
}
.copyright{
	display:block;
	font-size:12px;
	line-height:19px;
	margin: 0 0 27px;
}
.copyright a{ color:#c6c2c2;}
.copyright a:hover{ text-decoration:underline;}
#footer .list-net {
	float:left;
	padding:0;
	margin:0 0 0 -4px;
}
#footer .list-net li {margin-right:6px;}
.navbar-toggle{
	position:absolute;
	top:-9999px;
	left:-9999px;
	text-indent:-9999px;
	overflow:hidden;
	width: 36px;
	background: url(../images/btn-toggle.png) no-repeat 50% 4px;
	height: 32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.breadcrumbs {
	margin:-3px 0 33px 0;
	padding:0;
	width: auto;
	position: relative;
	overflow:hidden;
	border-bottom:1px solid #ededf1;
}

.breadcrumbs li{
	float:left;
	background: url(../images/bg-bread.png) no-repeat 0 50%;
	padding:0 6px 0 10px;
	margin: 0 0 9px;
	font-size:14px;
	line-height:19px;
}
.breadcrumbs li:first-child { 
	background: none;
	padding-left:19px;
}
.breadcrumbs a:hover {
	text-decoration:none;
	color:#000;
}
.breadcrumbs .bread-inner{
	width: 13px;
	height: 13px;
	background: url(../images/bg-bread-inner.png) no-repeat 0 0;
	margin:3px 5px 0 0;
	float:left;
}
#header.other {margin:0 0 27px;}
.pagination {
	margin:-25px 0 26px;
	padding:18px 0 30px;
	text-align:center;
	border-top:1px solid #ededf1;
}
.pagination li {
	display:inline-block;
	vertical-align:top;
	margin:0 4px 0 5px;
	font-size:15px;
	line-height:18px;
	padding: 0;
	background: none;
}
.pagination .prev,
.pagination .next{ margin: 0;}
.pagination .prev a,
.pagination .next a {
	width: 17px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
}
.pagination span { color:#1c65b0;}
.pagination strong{ color:#222223;}
.pagination a:hover { 
	color:#000;
	text-decoration:none;
}
.menu li ul {
	position:absolute;
	top:-9999px;
	left:-9999px;
	background:#ffd95c;
	z-index:5;
	padding:7px 26px 16px; 
	min-width:147px;
}
.menu li.open a {background:#ffd95c;}
.menu li.open ul {
	top:52px;
	left:-4px;
}
.menu li ul li {
	float:none;
	margin: 0 0 11px;
}
.menu li.open ul li a {
	background: url(../images/bg-popup.png) no-repeat 0 4px;
	padding:0 0 0 11px;
	font-size:13px;
	line-height:15px;
}
.menu li.open ul li a:hover {text-decoration:underline;}
.hold-btn {
	width:100%;
	margin:0 0 16px;
	overflow:hidden;
}
.time{
	float:left;
	color:#888c95;
	padding: 0 0 0 22px;
	margin: 0 10px 15px  0;
	position: relative;
}
.time:after{
	position:absolute;
	top: 2px;
	left: 1px;
	content:"";
	background: url(../images/bg-video-time.png) no-repeat 0 1px;
	width: 16px;
	height: 17px;
	font-size:18px;
	line-height:20px;
}
.time span{ color:#30343d;}
.net-list {
	float:right;
	margin:0;
	padding:1px 0 0;
}
.net-list li {
	float:left;
	margin:0 5px 0 0;
}
.net-list li:last-child {margin:0;}
.hold-video {
	padding:0 1px 0 14px;
	position:relative;
}
.wrap-video {margin:0 0 45px;}
.widget,
.numer {
	position:absolute;
	top:190px;
	left:0;
	background: #048fc6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#048fc6), to(#3971bc));
	background: -webkit-linear-gradient(#048fc6, #3971bc);
	background: -moz-linear-gradient(#048fc6, #3971bc);
	background: -ms-linear-gradient(#048fc6, #3971bc);
	background: -o-linear-gradient(#048fc6, #3971bc);
	background: linear-gradient(#048fc6, #3971bc);
	-pie-background: linear-gradient(#048fc6, #3971bc);
	font-size:18px;
	line-height:43px;
	font-weight:bold;
	height:44px;
	text-align:center;
	color:#fff;
	padding:0 28px;
}
.widget:hover {
	background: #3971bc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3971bc), to(#048fc6));
	background: -webkit-linear-gradient(#3971bc, #048fc6);
	background: -moz-linear-gradient(#3971bc, #048fc6);
	background: -ms-linear-gradient(#3971bc, #048fc6);
	background: -o-linear-gradient(#3971bc, #048fc6);
	background: linear-gradient(#3971bc, #048fc6);
	-pie-background: linear-gradient(#3971bc, #048fc6);
	color:#fff;
}
.widget:after,
.numer:after {
	content:"";
	position:absolute;
	left:1px;
	top:44px;
	width:13px;
	height:13px;
	background:url(../images/bg-widjet-hint.png) no-repeat 0 0;
}
.numer {
	font-size:22px;
	line-height:41px;
	top:249px;
	padding:0 18px;
	background: #fdc50b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdc50b), to(#feb03e));
	background: -webkit-linear-gradient(#fdc50b, #feb03e);
	background: -moz-linear-gradient(#fdc50b, #feb03e);
	background: -ms-linear-gradient(#fdc50b, #feb03e);
	background: -o-linear-gradient(#fdc50b, #feb03e);
	background: linear-gradient(#fdc50b, #feb03e);
	-pie-background: linear-gradient(#fdc50b, #feb03e);
}
.numer:hover {
	background: #feb03e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#feb03e), to(#fdc50b));
	background: -webkit-linear-gradient(#feb03e, #fdc50b);
	background: -moz-linear-gradient(#feb03e, #fdc50b);
	background: -ms-linear-gradient(#feb03e, #fdc50b);
	background: -o-linear-gradient(#feb03e, #fdc50b);
	background: linear-gradient(#feb03e, #fdc50b);
	-pie-background: linear-gradient(#feb03e, #fdc50b);
	color:#fff;
}
.numer:after {background:url(../images/bg-numer-hint.png) no-repeat 0 0;}
.numer span {color:#30343d;}
.season-wrap h2 {
	font-size:28px;
	line-height:30px;
	color:#707581;
	margin:0 0 24px;
}
.season-wrap h2 span {color:#30343d;}
.container.modify li {margin:0 0 8px;}
.container.modify li .wrap-link {
	text-align:center;
	margin:0 0 5px;
}
.container.modify .info {text-align:center;}
.comment-hold {
	width:100%;
	border-top:1px solid #ededf1;
	padding:32px 0 0;
	margin:0 0 58px;
}
.comment-hold:after {
	display:block;
	clear:both;
	content:"";
}
.hold-line.other {margin:0 0 12px;} 
.hold-head {
	width:100%;
	overflow:hidden;
	margin:0 0 4px;
}
.comments {margin:0 0 30px;}
.box-out {
	padding:0 0 0 91px;
	position:relative;
}
.comments .box {
	border:#bdc0ce 1px solid;
	display: block;
    font-size: 15px;
    font-style: italic;
    line-height: 23px;
    padding: 13px 18px 20px;
    position: relative;
    quotes: none;
}
.comments .box:after {
	content:"";
	position:absolute;
	left:-8px;
	top:6px;
	background:url(../images/bg-q-hint.png) no-repeat 0 0;
	width:8px;
	height:13px;
}
.hold-number {
	color: #30343d;
    float: right;
    font-size: 23px;
    line-height: 25px;
    margin: -1px 0 10px;
    min-width: 25px;
    padding: 0 19px 0 18px;
    position: relative;
    text-align: center;
}
.wrap-comments {padding:3px 0 0;}
.comments .time {color:#30343d;}
.comment-minus {
	background:url(../images/bg-comment-minus.png) no-repeat 0 0;
	height: 9px;
    left: 0;
    margin: -1px 0 0;
    position: absolute;
    top: 50%;
    width: 14px;
	text-indent:-9999px;
}
.comment-plus {
	background:url(../images/bg-comment-plus.png) no-repeat 0 0;
	height: 13px;
	position: absolute;
    left: auto;
    margin: -6px 0 0;
    right: 1px;
	top:50%;
    width: 13px;
	text-indent:-9999px;
} 
.season-wrap{
	width:100%;
	overflow:hidden;
}
.comment-plus:hover{ background-position:0 -27px;}
.comment-minus:hover { background-position:0 -21px;}
.author {
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	font-size:13px;
	line-height:15px;	
}
.author .hold-img {
	display:block;
	margin:0 0 7px;
	padding:0 0 0 1px;
}
.label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 9px;
}
.text-red {color: #e00000;}
.comment-hold textarea {
    margin: 0 0 19px;
    max-width: 100% !important;
    min-height: 180px;
    width: 100% !important;
	margin: 0 0 26px;
}
button.add:after {
    background: url("../images/bg-add-hint.png") no-repeat;
    content: "";
    height: 14px;
    left: 1px;
    position: absolute;
    top: 46px;
    width: 14px;
}
button.add {
    background: #058fc6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#058fc6), to(#3872bc));
	background: -webkit-linear-gradient(#058fc6, #3872bc);
	background: -moz-linear-gradient(#058fc6, #3872bc);
	background: -ms-linear-gradient(#058fc6, #3872bc);
	background: -o-linear-gradient(#058fc6, #3872bc);
	background: linear-gradient(#058fc6, #3872bc);
	-pie-background: linear-gradient(#058fc6, #3872bc);
    color: #fff;
    font-size: 18px;
    height: 46px;
    line-height: 22px;
    padding: 11px 22px 13px;
    text-align: center;
	border:none;
	position:relative;
	cursor:pointer;
	overflow:visible;
}
a.add{ height: 22px;}
button.add:hover {
	background: #3872bc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3872bc), to(#058fc6));
	background: -webkit-linear-gradient(#3872bc, #058fc6);
	background: -moz-linear-gradient(#3872bc, #058fc6);
	background: -ms-linear-gradient(#3872bc, #058fc6);
	background: -o-linear-gradient(#3872bc, #058fc6);
	background: linear-gradient(#3872bc, #058fc6);
	-pie-background: linear-gradient(#3872bc, #058fc6);
}
button.add.new {padding:11px 16px 13px 18px;}
.hold-btn.add-in {
	text-align:center;
	overflow:visible;
}
.hold-btn.add-in:after {
	display:block;
	clear:both;
	content:"";
}
.in-hold {margin:0 0 3px;}
.form-hold {padding:3px 0 35px;}
.user-info {margin:0 0 45px;}
.wrap-captcha{
	width:100%;
	overflow:hidden;
	padding: 9px 0 16px;
}
.hold-captcha{
	float:left;
	width: 261px;
	overflow:hidden;
	margin: 0 16px 15px 0;
}
.wrap-captcha .hold-btn{
	float:left;
	width:25px;
	margin: 5px 14px 10px 0;
	padding: 0;
}
.btn-captha{
	float:left;
	margin: 10px 3px 15px 0;
	background: url(../images/btn-captcha.png) no-repeat 0 0;
	width:71px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
}
.wrap-captcha .hold-text{
	float:right;
	width: 208px;
	padding: 12px 0 0 0;
}
.wrap-captcha .inner{
	float:left;
	padding:0 0 0 1px;
}
.btn-update,
.btn-volume,
.btn-question{
	width: 25px;
	height:14px;
	display:block;
	margin: 0 0 1px;
	border: none;
	padding: 0 ;
	background: #0877c0;
	position:relative;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0877c0), to(#034dad));
	background: -webkit-linear-gradient(#0877c0, #034dad);
	background: -moz-linear-gradient(#0877c0, #034dad);
	background: -ms-linear-gradient(#0877c0, #034dad);
	background: -o-linear-gradient(#0877c0, #034dad);
	background: linear-gradient(#0877c0, #034dad);
	-pie-background: linear-gradient(#0877c0, #034dad);
	text-indent:-9999px;
}
.btn-update:hover,
.btn-volume:hover,
.btn-question:hover{
	background: #034dad;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#034dad), to(#0877c0));
	background: -webkit-linear-gradient(#034dad, #0877c0);
	background: -moz-linear-gradient(#034dad, #0877c0);
	background: -ms-linear-gradient(#034dad, #0877c0);
	background: -o-linear-gradient(#034dad, #0877c0);
	background: linear-gradient(#034dad, #0877c0);
	-pie-background: linear-gradient(#034dad, #0877c0);
}
.btn-update:after,
.btn-volume:after,
.btn-question:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	background: url(../images/bg-captcha.png) no-repeat 0 0px;
	width: 10px;
	height: 12px;
	margin: -6px 0 0 -5px;
}
.btn-volume:after{
	background-position:0 -17px;
	width: 12px;
	height: 10px;
	margin: -5px 0 0 -6px;
}
.btn-question:after{
	background-position:0 -32px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
}
.btn-update{
	-webkit-border-radius: 3px 3px 0 0 ;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	height: 17px;
}
.btn-question{
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px ;
	border-radius: 0 0 3px 3px ;
	height: 16px;
}
.custom-user {
	padding:0 160px 0 108px;
	overflow:hidden;
	position:relative;
	margin:0 0 34px;
}
.hold-avatar {
	float:left;
	margin:0 0 0 -108px;
}
.info.edit {
	font-size:15px;	line-height:17px;
	margin:-2px 0 10px;
}
.file {
    height: 21px;
    overflow: hidden;
    width: 160px;
	position:relative;
	margin:0 0 10px;
}
.file .file-input-area {
    cursor: pointer;
    font-size: 400px;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.file.hover a{ color:#000;}
.file-input-area {
	opacity:0;	filter: alpha(opacity=0);	-moz-opacity: 0;
}
.file .user-download {
    margin: 0;
    width: 160px;
	text-align:left;
}
.user-edit,
.user-download {
	display:inline-block;	vertical-align:top;	background: url(../images/bg-custom-user.png) no-repeat 0 2px;
	padding:0 0 0 21px;
	color:#3a71bc;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
}
.user-edit {margin:0 0 12px;}
.user-download {background-position:0 -24px;}
.btn-wrap {
	position:absolute;
	top:-1px;
	right:-4px;
	width:156px;
}
.user-title h1 {margin:0 0 37px;}
.comment-hold.modify {padding-top:28px;}
.inner {padding:9px 0 0;}
textarea.error,
.modal input.error[type="text"],
.modal input.error[type="email"]{border: 1px solid #fa0000;}
input.error[type="text"],
input.error[type="email"]{border: 1px solid #fa0000;}
/* modal */
.modal {
	width: 390px; /* 581px */
	padding:0 0 15px;
	position:absolute;
	top:-9999px;
	left:-9999px;
	z-index:1000;
	overflow:hidden;
	background:url(../images/bg-modal.png) no-repeat 0 100%;
}
.modal .close {
	background: url(../images/bg-modal-close.png) no-repeat 0 0;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top: 16px;
	right: 18px;
	width: 20px;
	height: 20px;
	z-index:2;
}
.modal .hold-title{
	border: none;
	margin: 0 ;
	padding: 13px 38px 16px 30px;
	background: url(../images/bg-modal-title.png) no-repeat 0 0;;
/*
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdc50a), to(#feb03e));
	background: -webkit-linear-gradient(#fdc50a, #feb03e);
	background: -moz-linear-gradient(#fdc50a, #feb03e);
	background: -ms-linear-gradient(#fdc50a, #feb03e);
	background: -o-linear-gradient(#fdc50a, #feb03e);
	background: linear-gradient(#fdc50a, #feb03e);
	-pie-background: linear-gradient(#fdc50a, #feb03e);
*/
	position: relative;
}

.hold-title .title {
    color: #30343d;
    display: block;
	font-size:24px;	line-height:26px;
    position: relative;
	font-weight:normal;
}
.modal p{
	font-size: 15px;
	line-height: 20px;
	font-weight:bold;
	margin: 0 0 18px;
}
.modal input[type="text"],
.modal input[type="email"],
.modal input[type="password"]{ 
	 background: none repeat scroll 0 0 #f8f9fc;
    border: 1px solid #9ea0a8;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    height: 32px;
    line-height: 18px;
    margin: 0 0 23px 3px;
    outline: 0 none;
    padding: 7px 14px 6px;
    position: relative;
    width: 100%;
}
.modal .label {margin:0 0 10px 1px;}
.modal .holder {padding:11px 0 24px 1px;}
.modal .holder:after {
	display:block;
	clear:both;
	content:"";
}
.modal .inner{padding: 21px 40px 0 28px;}
.socnet {
	overflow:hidden;
	margin: 0 auto 5px;
	padding:0 0 0 28px;
	width:218px;
}
.socnet li{
	margin: 0 11px 12px 0;
	width: 24px;
	float:left;
}
.socnet a{
	width: 24px;
	height: 24px;
	display:block;
	text-indent:-9999px;
	background:url(../images/bg-socnet.png) no-repeat 0 0;
}
.socnet .facebook{ background-position:0 0;}
.socnet .vkontacte{ background-position:-35px 0;}
.socnet .classmates{ background-position: -70px 0;}
.socnet .tweeter{ background-position: -105px 0;}
.socnet .google{ background-position:-140px 0;}
.socnet .yandex{ background-position: -175px 0;}
.modal .btn{
	float:right;
	margin: 0 0 15px 10px;
}
.label-check{
	float:left;
	padding: 0 0 0 18px;
	color:#000000;
	font-size:13px;
	line-height:17px;
	margin: 0 5px 9px 0;
	cursor: pointer;
}
.label-check .customCheckbox{ margin: 3px 0 0 -18px;}
.modal .label-check{ margin: 5px 5px 10px 0;}
.modal.modal-middle .label { margin: 0 0 12px;}
.modal.modal-middle{ width: 548px;}
.modal.modal-middle .hold-title{ padding: 6px 38px 13px 21px;}
.modal.modal-middle .inner{ padding: 15px 22px 0;}
.modal.modal-middle p{margin: 0 0 18px;}
.modal.modal-middle .wrap-hold{
	width:570px;
	overflow:hidden;
}
.modal.modal-middle .wrap-hold .hold{
	width:231px;
	float:left;
	margin: 0 50px 0 0;
}
.modal .hold-img{
	width: 223px;
	margin: 0 0 11px;
	border: 3px solid #fff;
}
.hold-label{
	width:100%;
	overflow:hidden;
}
.label-radio{
	display:inline-block;
	vertical-align:top;
	padding: 0 0 0 17px;
	margin: 0 0 6px 1px;
	cursor: pointer;
}
.label-radio .customRadio{ margin: 5px 0 0 -17px;}
.modal .hold-check{
	float:left;
	width:200px;
}
.hold-check .label-check {margin: 0 5px 7px 0;}
.modal.modal-middle .btn { margin: 13px 0 12px 5px;}
.modal form {background:#fff;}
.modal .add {
	float:right;
	margin:-6px -2px 0 0;
	overflow:visible;
}
.wrap-hold {
	width:100%;
	overflow:hidden;
	margin:0 0 8px;
}
.hold {
	float:left;
	margin:0 156px 0 0;
}
.hold.in {margin:0;}
.modal .hold-check {
    float: left;
    width: 200px;
}
.modal .inner.out {padding-top:16px;}
.label.title {margin-bottom:13px;} 
.modal .add.cut {margin:0 5px 0 0;}
.fixed-head {
    left: -9999px;
    position: absolute;
    top: -9999px;
    width: 100%;
    z-index: 10;
	background:#30343d;
	border-bottom:5px solid #feb435;
}
.fixed-head.active {
    left: 0;
    position: fixed;
    top: 0;
}
.fixed-head .wrap {
	width:746px;
	margin:0 auto;
	padding:15px 223px 15px 0;
	position:relative;
}
.link-up {
    color: #b7c0d5;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 5px;
    padding: 17px 0 0;
    position: relative;
    vertical-align: top;
}
.fixed-head .link-up {
    margin: 0;
    position: absolute;
    right: 2px;
    top: 14px;
	background:url(../images/bg-link-up.png) no-repeat 50% 0;
}
.fixed-head .link-up:hover {
	color: #b7c0d5;
	opacity:0.8;
}
.fixed-head .hold-form {
	padding:0;
	margin: 0;
	font-size:16px;	line-height:20px;
}
.fixed-head .hold-form input[type="text"] {
    padding: 6px 50px 6px 15px;
	margin: 0;
	height: 33px;
}
.fixed-head .btn {
	border:none;
	text-indent:-9999px;
	width:30px;
	height:25px;
	background: url(../images/bg-search-sm.png) no-repeat 0 0;
	position:absolute;
	right:1px;
	bottom:2px;
	padding:0;
	cursor:pointer;
}
.page-error {
    overflow: hidden;
    padding: 4px 0 0 286px;
}
.error-info {padding:53px 0 0;}
.page-error .hold-img {
    float: left;
    margin: 0 0 0 -286px;
    width: 243px;
}
.page-error h1 {
	font-size:19px;
	line-height:21px;
    margin: 0 0 29px;
	color:#30343d;
}
.text-sm {
	font-weight:bold;
	display:block;
	margin:0 0 2px;
}
.page-error ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px 1px;
}
.page-error ul li {
    background: url("../images/bg-error-list.gif") no-repeat scroll 0 12px ;
    padding: 0 0 2px 9px;
}
/* customCheckbox */
.outtaHere{
	position:absolute;
	left:-9999px;
}
.customCheckbox{
	width:12px;
	height:12px;
	float:left;
	margin: 3px 5px 0 3px;
	background: url(../images/bg-check.png) no-repeat 0 0;
}
.customCheckbox.checkboxAreaChecked{ background-position:0 -12px;}
.customCheckbox.disabledChecked,
.customRadio.disabled{
	background-position:0 0;
	opacity:0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
/* customRadio */
.customRadio{
	width: 8px;
	height: 8px;
	border: 2px solid #737884;
	float:left;
	background:#fff;
	margin:4px 5px ;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.customRadio.radioAreaChecked,
.customRadio.disabledChecked{
	background:#fdc50b;
	border-color: #737884;
}
.customRadio.disabled{ 
	border-color: #414141;
	background:#fff;
}
a{
 -webkit-transition: color .2s ease-in-out;
 -moz-transition: color .2s ease-in-out;
 -ms-transition: color .2s ease-in-out;
 -o-transition: color .2s ease-in-out;
 transition: color .2s ease-in-out;
}
.btn ,
.fixed-head .link-up{
 -webkit-transition: opacity .2s ease-in-out;
 -moz-transition: opacity .2s ease-in-out;
 -ms-transition: opacity .2s ease-in-out;
 -o-transition: opacity .2s ease-in-out;
 transition: opacity .2s ease-in-out;
}
.hold-form input[type="text"]{
 -webkit-transition: border-color .2s ease-in-out;
 -moz-transition: border-color .2s ease-in-out;
 -ms-transition: border-color .2s ease-in-out;
 -o-transition: border-color .2s ease-in-out;
 transition: border-color .2s ease-in-out;
}
/* placeholder input*/
input:-moz-placeholder {
	color:#30343d;
	opacity:1;
}
input::-moz-placeholder {
	color:#30343d;
	opacity:1;
}
input::-webkit-input-placeholder {color:#30343d;}
input:-ms-input-placeholder {color: #30343d ;}
/* input:focus placeholder */
input:focus:-moz-placeholder {
	color:#30343d;
	opacity:1;
}
input:focus::-moz-placeholder {
	color:#30343d;
	opacity:1;
}
input:focus::-webkit-input-placeholder {color:#30343d;}
input:focus:-ms-input-placeholder {color: #30343d ;}
/* placeholder input*/
#header input:-moz-placeholder {
	color:#b0b9cd;
	opacity:1;
}
#header input::-moz-placeholder {
	color:#b0b9cd;
	opacity:1;
}
#header input::-webkit-input-placeholder {color:#b0b9cd;}
#header input:-ms-input-placeholder {color: #b0b9cd ;}
/* input:focus placeholder */
#header input:focus:-moz-placeholder {
	color:#b0b9cd;
	opacity:1;
}
#header input:focus::-moz-placeholder {
	color:#b0b9cd;
	opacity:1;
}
#header input:focus::-webkit-input-placeholder {color:#b0b9cd;}
#header input:focus:-ms-input-placeholder {color: #b0b9cd ;}
/**/
@media (max-width: 1024px) {
	#wrapper {width:auto;}
	.link-login:after, .link-go:after {
		bottom:auto;
		top:-9999px;
	}
	.hold-orange {
		padding:0;
		margin:0;
	}
	.hold-orange:after {
		bottom:auto;
		top:-9999px;
	}
	.hold-orange:before {
		bottom:auto;
		top:-9999px;
	}
	.gallery .gallery-holder {
		margin: 0 auto;
    	width: 723px;
	}
	a.link-prev {left:38px;}
	a.link-next {
		left:auto;
		right:28px;
	}
	.link-prev:after, .link-next:after {
		bottom:auto;
		top:-9999px;
	}
	.side-title {margin-right:0;}
	.side-title:after {
		bottom:auto;
		top:-9999px;
	}
	#footer {width:auto;} 
	#footer .footer-in:before,
	#footer .footer-in:after {
		bottom:auto;
		top:-9999px;
	}
	#footer .footer-in {
		margin:0;
		padding-left:15px;
		padding-right:15px;
	}
	#footer .promobox {width:650px;}
	.panel li {width:33%;}
	.panel li:first-child {	width:33%;}
	.panel li:last-child {	width:33%;}
	.hold-video img {
		display:block;
		height:auto;
		width:100%;
	}
	.hold-video {text-align:center;}
	.fixed-head .wrap {
		width:auto;
		margin:0 auto;
		padding:15px 223px 15px 15px;
	}
	.fixed-head .link-up { right:17px;}
	.header-hold .hold-btn{
		margin-right: -245px;
		width:165px; /*138px;*/
	}
	.hold-video{
		width:425px;
		height: 222px;
	}
	.hold-video img{
		display:block;
		width:100%;
		height: auto;
	}
	.hold-video .widget { top:71px;}
	.hold-video .numer { top:132px;}
}
@media (max-width: 900px) {
	.gallery .gallery-holder {
    	width: 537px;
	}
	#footer .promobox {	width:550px;}
	.page-error {
   	 	overflow: hidden;
    	padding: 4px 0 0;
	}
	.page-error .hold-img {
	    float: none;
	    margin:0 auto;
	    width: 243px;
	}
	.net-list { float: left;}
}
@media (max-width: 850px) {
	.header-hold {
		padding:125px 0 8px ;
	}
	#header .hold-form{ margin: 0 0 15px;}
	#header .fixed-head .hold-form{ margin:0;}
	#header .logo {
		position:absolute;
		top:9px;
		margin:0;
	}
	.header-hold .wrap {padding:0 15px;}
	.hold-form {padding:0;}
	#footer .promobox {	width:450px;}
	.header-hold .hold-btn{
		float:none;
		position:absolute;		top:21px;		right: 0px; 
		margin: 0;
	}
	.header-hold .hold-btn.login { 
		margin-top: 0;
		top: 31px;
	}
	.custom-user{
		padding-right: 0;
		margin: 0 0 15px;
	}
	.custom-user .btn-wrap{
		position: relative;
		top: auto;
		right:auto;
		padding:10px 0 0;
		margin: 0 0 10px;
	}
}
@media (max-width: 768px){
	#main {margin: 0 0 25px;}
	#nav .menu{
		position:absolute;
		top:-9999px;
		left:-9999px;
		width:200px;
		float:none;
		padding: 0 0 10px;
		margin: 0;
	}
	.container li {	margin:0 5px 33px;}
	.menu li{ 
		float:none;
		background: none;
		padding: 0;
	}
	#nav .navbar-toggle{
		top:10px;
		left:15px;
	}
	#nav.open .menu{ 
		top: 52px;
		left:0;
		z-index:2;
		background:#feb03f;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#feb03f), to(#fdc50b));
		background: -webkit-linear-gradient(#feb03f, #fdc50b);
		background: -moz-linear-gradient(#feb03f, #fdc50b);
		background: -ms-linear-gradient(#feb03f, #fdc50b);
		background: -o-linear-gradient(#feb03f, #fdc50b);
		background: linear-gradient(#feb03f, #fdc50b);
		-pie-background: linear-gradient(#feb03f, #fdc50b);
	}
	#header ,
	.hold-blue .wrap{ overflow:visible;}
	#nav:after,
	#header:after ,
	.hold-blue .wrap:after {
		content:"";
		display:block;
		clear:both;
	}
	#main .holder.other {padding:0;}
	#sidebar {
		float:none;
		margin:0 0 25px;
		width:auto;
		overflow:hidden;
	}
	#main .holder {	padding:26px 0 0 0;}
	.promobox {
		width:240px;
		margin:0 auto 20px;
	}
	#content {padding:0 24px 0 24px;}
	#footer .promobox {	width:300px;}
	.menu li.open ul {
		position:relative;
		top:0;
		left:0;
	}
	.label-check .customCheckbox { margin-top: 2px ;}
	.gallery { padding: 13px 20px 10px;}
}
@media (max-width: 720px) {
	.gallery .gallery-holder {	width: 355px;}
		.widget:after, .numer:after  {
		top:-9999px;
		left:-9999px;
	}
	.widget, .numer {
		position:static;
		display:inline-block;
		margin:10px 0 0;
		left:auto;
		top:auto;
	} 
	.wrap-video {margin:0 0 76px;}
}
@media (max-width: 670px) {
	.wrap-captcha .hold-text {float:none;}
	.hold-captcha {	width:200px;}
	.hold-captcha img {
		display:block;
		width:100%;
	}
	.modal {width:320px;}
	.container li {	margin:0 8px 33px;}
	.container{ text-align:left;}
}
@media (max-width: 550px) {
	.gallery  a.link-prev { left: 28px;}
	.gallery .gallery-holder {	width: 162px;}
	#footer .promobox {
		width:auto;
		float: none;
    	margin: 0 0 15px;
	}
	#footer .hold {	float:none;}
	.login .link-user {	right:28px;}
	.genre {margin:0 0 15px -1px;}
	.net-list {float:left;}
	.link-exit { background-position:0 6px;}
}
@media (max-width: 510px) {
	.title-wrap {padding-top:7px;}
	.title-wrap h2 {
		font-size:18px;
		line-height:20px;
	}
	.container li {
		width:100%;
		margin: 0 0 30px;
		text-align:center;
	}
	li .wrap-link {display:inline;} 
	li .hold-img {
		width:auto;
		margin:0 0 20px;
	}
	li .hold-img img {
		display:block;
		width:100%;
		height:auto;
	}
	.info {
		font-size:16px;
		line-height:23px;
		margin-top:10px;
	}
	.menu li a {
		padding-top:10px;
		padding-bottom:10px;
	}
	.fixed-head {display:none;}
	#header .logo{ 
		width:130px;
		top: 16px;
	}
	#header .logo img{
		display:block;
		width:100%;
		height: auto;
	}
	.header-hold .hold-btn.login{ 
		width:130px;
		top: 42px;
	}
	.custom-user {padding-left:101px;}
	.hold-avatar {margin: 0 0 0 -101px;}
	.hold-video {padding-left:0;}
	.hold-video {
	    height: 139px;
	    width: 272px;
	}
	.comment-hold {	margin:0 0 30px;}
	.container.modify li{ 
		max-width:272px;
		margin: 0 0 30px;
	}
	.error-info {padding: 30px 0 0;}
	.label-check .customCheckbox {  margin-top: 1px;}
	.breadcrumbs .bread-inner{  margin-top:1px;}
}
@media (max-width: 450px) {
	.panel li {	
		width:100%;
		margin:0 0 1px;
	}
	.panel li:first-child {	width:100%;}
	.panel li:last-child {	width:100%;}
	.hold-captcha {	width:120px;}
	
}
@media (max-width: 370px) {
	.link-login,.link-go {min-width:130px;}
}