@font-face {
	font-family: 'Conv_MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: local('☺'), url('../fonts/MyriadPro-Regular.woff') format('woff'), 
		url('../fonts/MyriadPro-Regular.ttf') format('truetype'), 
		url('../fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_MyriadPro-Bold';
	src: url('../fonts/MyriadPro-Bold.eot');
	src: local('☺'), url('../fonts/MyriadPro-Bold.woff') format('woff'), 
		url('../fonts/MyriadPro-Bold.ttf') format('truetype'), 
		url('../fonts/MyriadPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html,body {
	height: 100%;
	margin: 0;
}
body {
	background: #fff;
	margin: 0;
	color: #30343d;
	min-width:320px;
	font: 15px/22px arial, 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: #2f5e9b;
	text-decoration: none;
}
a:hover { color:#30343d;}
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 {
	outline: none;
	outline: 0;
}
ul{
	margin:0;
	padding:0 0 20px;
	list-style:none;
}
ul li{
	font-size:15px;
	line-height:24px;
	padding: 0 0 0 9px;
	background: url(../images/bg-bull.png) no-repeat 0 12px;
}
h1,
h2{
	font: 31px/34px 'Conv_MyriadPro-Regular', arial, helvetica, sans-serif;
	margin: 0 0 24px;
	color:#31343d;
}
h2{ margin: 0 0 27px; }
h3,
h4,
h5{
	font: 20px/24px 'Conv_MyriadPro-Regular', 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;
}
p{ margin: 0 0 28px;}
.btn {
	width:auto;
	height:22px;
	display:inline-block;
	vertical-align:top;
	margin: 0 0 15px;
	border: none;
	padding: 12px 30px 14px;
	text-transform:uppercase;
	font: 18px/23px 'Conv_MyriadPro-Regular', arial, helvetica, sans-serif;
	color:#ffffff;
	cursor:pointer;
	position: relative;
	background: #2f5e9b;
	-webkit-border-top-left-radius: 17px 9px;
	-moz-border-top-left-radius: 17px 9px;
	border-top-left-radius: 17px 9px;
	-webkit-border-bottom-right-radius: 17px 9px ;
	-moz-border-bottom-right-radius: 17px 9px ;
	border-bottom-right-radius: 17px 9px ;
}
button.btn{ height: 48px;} 
.btn:hover,
.file.hover .btn{
	background: #29538a;
	color:#fff;
}
.label{
	display:block;
	font-weight: bold;
	font-size:15px;
	line-height:18px;
	margin: 0 0 8px;
}
.text-red{ color:#e00000;}
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline: 0;
	color:#000;
	border: 1px solid #c0c7cf;
	position: relative;
	margin: 0 0 22px;
	height: 32px;
	width:100%;
	padding: 6px 15px ;
	font-size:15px;
	line-height:20px;
	background: #f7f8f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea {
	width: 100% !important;
	min-height: 180px;
	max-width: 100% !important;
	margin:0 0 24px;
}
/* wrapper */
#wrapper {
	overflow:hidden;
	width: 100%;
	min-height: 100%;
}
.w1 {padding-bottom: 159px;}
.wrap{
	width:970px;
	margin:0 auto;
	overflow:hidden;
}
#header .wrap{overflow:visible;}
#header .wrap:after {
	content:"";
	display:block;
	clear:both;
}
/* header */
#header {
	width:100%;
	margin: 0 0 24px;
	background: #f7f8f9;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f8f9), to(#d4dbe1));
	background: -webkit-linear-gradient(#f7f8f9, #d4dbe1);
	background: -moz-linear-gradient(#f7f8f9, #d4dbe1);
	background: -ms-linear-gradient(#f7f8f9, #d4dbe1);
	background: -o-linear-gradient(#f7f8f9, #d4dbe1);
	background: linear-gradient(#f7f8f9, #d4dbe1);
	-pie-background: linear-gradient(#f7f8f9, #d4dbe1);
	position: relative;
	z-index:2;
}
#header .inner{
	width:100%;
	overflow:hidden;
	background: url(../images/bg-inner.gif) repeat-y 50% 0;
}
#header .inner .holder{
	background: url(../images/bg-head.gif) no-repeat 50% 100%;
}
#header:after {
	content:"";
	display:block;
	clear:both;
}
#header .logo {
	float: left;
	overflow: hidden;
	margin:-23px 0 0 -260px;
	width:176px;
}
#header .logo a, 
#header .logo span { display:block;}
.hold-dark{
	position: relative;
	padding: 38px 191px 18px 261px;
	margin:0 auto;
	width: 518px;
	overflow:hidden;
}
.fixed-head{
	position:absolute;
	top:-9999px;
	left:-9999px;
	width:100%;
	z-index: 20;
	background: url(../images/bg-top.png) no-repeat 50% 0;
	padding: 0 0 4px;
}
.fixed-head.active {
	position: fixed;
	top: 0;
	left:0;
}
.fixed-head .wrap{
	position: relative;
	padding: 14px 164px 13px 0;
	width: 806px;
}
.fixed-head .hold-form{ 
	margin: 0 0 2px;
	height: 36px;
}
.fixed-head .hold-form input[type="text"]{
	font-size:12px;
	line-height:18px;
	height: 36px;
	padding: 9px 56px 9px 17px;
}
.fixed-head  .hold-form .btn-search{
	width: 37px;
	height: 36px;
}
.fixed-head .btn-search:after{
	height: 24px;
	left: 6px;
	top: 6px;
	width: 24px;
	background-position:0 -190px;
}
.link-up{
	display:inline-block;
	vertical-align:top;
	position: relative;
	padding: 17px 0 0 ;
	font-size:13px;
	line-height:16px;
	color:#d8d8d8;
	margin: 0 0 5px;
}
.link-up .sprite-arrows{
	background-position:0 -166px;
	width: 13px;
	height: 14px;
	position:absolute;
	top: 0;
	left:50%;
	margin: 0 0 0 -6px;
}
.fixed-head .link-up {
	position:absolute;
	top: 14px;
	right: 22px;
	margin: 0;
}
.link-up:hover{ 
	color:#a8a8a8;
	text-decoration:none;
}
.hold-form{
	margin: 0 0 10px ;
	width: auto;
	height: 46px;
	overflow:hidden;
	position: relative;
	-webkit-border-bottom-left-radius: 18px 9px;
	-moz-border-bottom-left-radius: 18px 9px;
	border-bottom-left-radius: 18px 9px;
	-webkit-border-top-right-radius: 18px 9px ;
	-moz-border-top-right-radius: 18px 9px ;
	border-top-right-radius: 18px 9px ;
}
.hold-form input[type="text"] {
	padding: 15px 56px 14px 15px;
	font-size: 15px;
	line-height: 18px;
	margin:0;
	color:#fff;
	height: 46px;
	border: none;
	background: #747b8a;
	text-transform:uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-bottom-left-radius: 18px 9px;
	-moz-border-bottom-left-radius: 18px 9px;
	border-bottom-left-radius: 18px 9px;
	-webkit-border-top-right-radius: 18px 9px ;
	-moz-border-top-right-radius: 18px 9px ;
	border-top-right-radius: 18px 9px ;
}
.hold-form .btn-search{
	width: 46px;
	height: 46px;
	position:absolute;
	top: 0;
	right: 0;
	padding: 0 ;
	border:0;
	background: #e8592a;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	-webkit-border-top-right-radius: 18px 9px ;
	-moz-border-top-right-radius: 18px 9px ;
	border-top-right-radius: 18px 9px ;
}
.btn-search:after{
	content:"";
	position:absolute;
	top: 9px;
	left: 9px;
	width: 28px;
	height: 28px;
	background: url(../images/bg-sprite.png) no-repeat 0 0;
}
.hold-dark .hold-btn{
	min-width: 105px;
	width: auto;
	text-align: left;
	float:right;
	margin: -6px -190px 0 0;
	padding: 0;
}
.hold-btn .link-user{ display:none;}
.hold-btn.login .link-user{
	display:inline-block;
	vertical-align:top;
}
.hold-link{
	width:100%;
	overflow:hidden;
}
.link-login span,
.login .link-login span:first-child{ display:none;}
.link-login span:first-child ,
.login .link-login span{
	display:inline-block;
	vertical-align:top;
}
.login .link-go{display:none;}
.sprite{
	display:inline-block;
	vertical-align:top;
	background: url(../images/bg-sprite.png) no-repeat -9999px 0;
	text-indent:-9999px;
	overflow:hidden;
}
.link-go,
.link-login,
.link-user{
	color:#e3e3e3;
	font: 17px/20px 'Conv_MyriadPro-Bold', arial, helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0 0 2px;
	display:inline-block;
	vertical-align:top;
	background: url(../images/bg-line-dashed.png) repeat-x 0 100%;
	position: relative;
}
.link-user{ 
	color:#e8592a;
	background: none;
	padding: 0;
	margin: 0 0 14px;
}
.link-user:hover{ color:#cf4b20;}
.link-go:hover,
.link-login:hover{
	color:#a8a8a8;
	background: url(../images/bg-line-dark.png) repeat-x 0 100%;
}
.login .link-login {
	font: 15px/20px 'Conv_MyriadPro-Regular', arial, helvetica, sans-serif;
	padding: 0 0 0 14px;
	background: none;
}
.login .link-login:after{
	content:"";
	position:absolute;
	left:0px;
	width: 9px;
	height: 8px;
	background: url(../images/bg-sprite.png) no-repeat 0 -118px;
	top:6px;
}
#nav { 
	min-width: 40px;
	float:left;
	position: relative;
}
#nav .menu {
	margin:0 10px 0 0;
	float:left;
	padding: 0;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu > li {
	float:left;
	padding: 0 0 0 1px;
	background: url(../images/bg-line-li.gif) no-repeat 0 50%;
	position: relative;
}
.menu > li > a, .menu > li > noindex > a {
	display:block;
	padding: 0 22px 0 20px;
	color:#f4480e;
	position: relative;
	height: 51px;
	font: 21px/50px 'Conv_MyriadPro-Regular', arial, helvetica, sans-serif;
}
.menu .link-open{ padding: 0 37px 0 22px;}
.menu .link-open:after{
	content: "";
	position:absolute;
	top: 20px;
	right: 22px;
	width: 10px;
	height: 12px;
	background: url(../images/bg-sprite.png) no-repeat 0 -39px;
}
.menu > li:first-child{
	padding: 0;
	background: none;
}
.menu > li:first-child > noindex > a{ padding: 0 25px 0 1px;}
.menu > li.open > a.link-open {
	background: #fc8c67;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fc8c67), to(#e65322));
	background: -webkit-linear-gradient(#fc8c67, #e65322);
	background: -moz-linear-gradient(#fc8c67, #e65322);
	background: -ms-linear-gradient(#fc8c67, #e65322);
	background: -o-linear-gradient(#fc8c67, #e65322);
	background: linear-gradient(#fc8c67, #e65322);
	-pie-background: linear-gradient(#fc8c67, #e65322);
	color:#fff;
}
.menu > .active > noindex > a { 
	cursor: default;
	color:#30343d;
}
.menu > li > a:hover{ color:#30343d;}
.menu > li.open > a.link-open:after{ background-position:-15px -39px;}
.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;
}
.list-net{ padding:0;}
.list-net li{
	float:left;
	margin: 0 0 5px 7px;
	width: 32px;
	padding: 0;
	background: none;
}
.list-net a{
	display:block;
	width:32px;
	height: 32px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/bg-net.png) no-repeat -9999px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#header .list-net{
	float:right;
	margin: 10px 0 0 0;
}
.list-net .vkontacte{ background-position:0 0;}
.list-net .facebook{ background-position:-32px 0;}
.list-net .linkedin{ background-position:-64px 0;}
.list-net .tweeter{ background-position:-96px 0;}
.list-net a:hover,
a.link-next:hover ,
a.link-prev:hover ,
.navbar-toggle:hover,
.open .navbar-toggle,
.login .link-login:hover:after,
.link-up:hover .sprite-arrows{
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.menu ul {
	width:229px;
	position:absolute;
	left:-9999px;
	top:100%;
	z-index:10;
	overflow:hidden;
	border: 5px solid rgba( 255, 255, 255, 0.6);
	border-top: none;
	-webkit-border-bottom-left-radius: 18px 12px;
	-moz-border-bottom-left-radius: 18px 12px;
	border-bottom-left-radius: 18px 12px;
	-webkit-border-bottom-right-radius: 18px 12px ;
	-moz-border-bottom-right-radius: 18px 12px ;
	border-bottom-right-radius: 18px 12px ;
}
.menu > li.open ul {left:-4px;}
.menu ul a {
	position: relative;
	display:block;
	padding: 7px 18px 7px 43px;
	color:#fff;
	text-transform:uppercase;
	font: 15px/18px 'Conv_MyriadPro-Regular', arial, helvetica, sans-serif;
	background:#e55321;
}
.menu ul a:after{
	position:absolute;
	top: 50%;
	margin: -6px 0 0 0;
	left: 26px;
	content:"";
	width: 7px;
	height: 11px;
	background: url(../images/bg-sprite.png) no-repeat 0 -59px;
}
.menu ul li {
	padding: 0;
	background: none; 
	background:#e55321;
}
.menu ul a:hover{ text-decoration:underline;}
.menu ul li:first-child { padding: 2px 0 0 ;}
.menu ul li:last-child { 
	padding:  0 0 15px;
	-webkit-border-bottom-left-radius: 13px 6px;
	-moz-border-bottom-left-radius: 13px 6px;
	border-bottom-left-radius: 13px 6px;
	-webkit-border-bottom-right-radius: 13px 6px ;
	-moz-border-bottom-right-radius: 13px 6px ;
	border-bottom-right-radius: 13px 6px ;
	position: relative;
}
/* main */
#main {
	overflow:hidden;
	width: 686px;
	margin:0 auto 33px;
	position: relative;
	z-index:1;
	padding: 0 284px 0 0;
}
#main.other{
	padding: 0;
	margin-bottom: 15px;
	width: 970px;
}
.holder-content{
	padding: 0 284px 0 0;
	overflow:hidden;
	position: relative;
}
.gallery {
	background: #f7f8f9;
	width:auto;
	padding: 34px 34px 14px;
	margin: 0 0 22px;
	overflow:hidden;
	position:relative;
	-webkit-border-bottom-left-radius: 65px 29px;
	-moz-border-bottom-left-radius: 65px 29px;
	border-bottom-left-radius: 65px 29px;
	-webkit-border-top-right-radius: 65px 29px ;
	-moz-border-top-right-radius: 65px 29px ;
	border-top-right-radius: 65px 29px ;
}
a.link-prev,
a.link-next {
	position:absolute;
	top: 66px;
	left: 8px;
	background: url(../images/bg-sprite.png) no-repeat 0 -80px;
	text-indent:-9999px;
	overflow:hidden;
	width: 16px;
	height: 26px;
}
a.link-next {
	left:auto;
	right:8px;
	background-position: -25px -80px;
}

.hold-line .gallery-holder {
	width: 550px;
	margin-left: 7%;
}

.gallery .gallery-holder {
	position:relative;
	overflow:hidden;
}
.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 23px 5px 0;
	text-align:center;
	padding: 0;
	background: none;
	font-size:15px;
	line-height:21px;
}
.gallery .hold-img{
	display:block;
	margin: 0 0 11px;
}
.gallery img{
	position: relative;
	-webkit-border-bottom-left-radius: 12px 8px;
	-moz-border-bottom-left-radius: 12px 8px;
	border-bottom-left-radius: 12px 8px;
	-webkit-border-top-right-radius: 12px 8px ;
	-moz-border-top-right-radius: 12px 8px ;
	border-top-right-radius: 12px 8px ;
}
.gallery .title{
	display:inline-block;
	vertical-align:top;
	margin: 0 0 5px;
	font-weight:normal;
}
.gallery .wrap-link{
	display:inline-block;
	vertical-align:top;
}
.gallery .title span{ color:#30343d;}
.gallery .wrap-link:hover .title{ color:#f05b2a;}
/* sidebar */
#sidebar {
	float: right;
	overflow:hidden;
	width:240px;
	margin: 0 -284px 0 0;
}
#main.other #sidebar  { margin-top: 8px;}
.hold-title{
	background: #fc8c68;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fc8c68), to(#e4501f));
	background: -webkit-linear-gradient(#fc8c68, #e4501f);
	background: -moz-linear-gradient(#fc8c68, #e4501f);
	background: -ms-linear-gradient(#fc8c68, #e4501f);
	background: -o-linear-gradient(#fc8c68, #e4501f);
	background: linear-gradient(#fc8c68, #e4501f);
	-pie-background: linear-gradient(#fc8c68, #e4501f);
	padding: 22px 20px 13px 26px;
	margin: 0 -20px 21px -26px;
	position: relative;
	-webkit-border-bottom-right-radius: 50px 27px;
	-moz-border-bottom-right-radius: 50px 27px;
	border-bottom-right-radius: 50px 27px;
	-webkit-border-top-left-radius: 64px 29px ;
	-moz-border-top-left-radius: 64px 29px ;
	border-top-left-radius: 64px 29px;
}
.hold-title .title{
	display:block;
	color:#ffffff;
	font: 24px/27px 'Conv_MyriadPro-Regular', arial, helvetica, sans-serif;
	margin: 0 0 8px;
}
#sidebar .promobox{ 
	margin: 0 0 30px ;
	padding: 20px 0 0;
}
.promobox img{
	position: relative;
	-webkit-border-bottom-right-radius: 67px 27px;
	-moz-border-bottom-right-radius: 67px 27px;
	border-bottom-right-radius: 67px 27px;
	-webkit-border-top-left-radius: 63px 28px ;
	-moz-border-top-left-radius: 63px 28px ;
	border-top-left-radius: 63px 28px;
}
.hold-gray{
	background: #f7f8f9;
	position: relative;
	-webkit-border-bottom-right-radius: 67px 29px;
	-moz-border-bottom-right-radius: 67px 29px;
	border-bottom-right-radius: 67px 29px;
	-webkit-border-top-left-radius: 64px 29px ;
	-moz-border-top-left-radius: 64px 29px ;
	border-top-left-radius: 64px 29px;
	overflow:hidden;
	width: auto;
	padding: 0 20px 10px 26px;
	margin: 0 0 34px;
}
.bar{
	margin:0 0 9px;
	padding: 0 ;
	width:100%;
	overflow:hidden;
}
.bar li{ 
	margin: 0 0 18px;
	padding: 0;
	background: none;
	width:100%;
	overflow:hidden;
}
.bar a{
	background: url(../images/bg-bar.png) no-repeat 0 50%;
	text-decoration: underline;
	padding: 1px 0 0 15px;
	float:left;
	text-transform:uppercase;
	font: 15px/17px 'Conv_MyriadPro-Regular', arial, helvetica, sans-serif;
}
.bar a:hover { color:#30343d;}
.bar .active a{
	cursor: default;
	color:#30343d;
}
.panel{
	background: #30343d;
	position: relative;
	-webkit-border-bottom-left-radius: 18px 9px;
	-moz-border-bottom-left-radius: 18px 9px;
	border-bottom-left-radius: 18px 9px;
	-webkit-border-top-right-radius: 18px 8px ;
	-moz-border-top-right-radius: 18px 8px ;
	border-top-right-radius: 18px 8px ;
	padding: 11px 18px 10px;
	width: auto;
	overflow:hidden;
	margin: 0 0 35px;
}
.panel li{
	float:left;
	font: 18px/20px 'Conv_MyriadPro-Regular', arial, helvetica, sans-serif;
	padding: 0 27px 1px 29px;
	background: url(../images/bg-line-panel.png) no-repeat 0 50%;
}
.panel li:first-child {
	background: none;
	padding-left: 0;
	padding-right: 28px;
}
.panel a{ color:#ffffff;}
.panel a:hover,
.panel .active a{ color:#ff6633;}
.panel .active a { cursor: default;}
.container{
	margin: 0 0 0 -34px;
	position: relative;
}
.container .item{
	display:inline-block;
	vertical-align:top;
	width: 174px;
	padding: 16px 16px 10px;
	min-height: 343px;
	margin: 0 0 26px 34px;
	position: relative;
	-webkit-border-bottom-left-radius: 16px 9px;
	-moz-border-bottom-left-radius: 16px 9px;
	border-bottom-left-radius: 16px 9px;
	-webkit-border-top-right-radius: 16px 9px ;
	-moz-border-top-right-radius: 16px 9px ;
	border-top-right-radius: 16px 9px ;
}
.item .wrap-link{
	display:inline-block;
	vertical-align:top;
	margin: 0 0 17px;
}
.item .wrap-link:hover { color:#f05b2a;}
.item .hold-img{
	width: 174px;
	overflow:hidden;
	display:block;
	margin: 0 0 13px;
}
.item img{
	position: relative;
	-webkit-border-bottom-left-radius: 15px 8px;
	-moz-border-bottom-left-radius: 15px 8px;
	border-bottom-left-radius: 15px 8px;
	-webkit-border-top-right-radius: 15px 8px ;
	-moz-border-top-right-radius: 15px 8px ;
	border-top-right-radius: 15px 8px ;
}
.item:hover{ background:#f7f8f9;}
.item .title{
	font: 18px/25px 'Conv_MyriadPro-Regular', arial, helvetica, sans-serif;
	display:inline-block;
	vertical-align:top;
}
.modal .close:hover,
.btn-captha:hover,
a.sprite-minus:hover,
a.sprite-plus:hover,
.btn-search:hover:after{
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.star {
	background: url(../images/bg-star.gif) repeat-x 0 -25px;
	width:155px;
	height:25px;
	margin:0 0 19px;
	position:relative;
	text-indent:-9999px;
	overflow:hidden;
}
.star .bg-star {
	width:100%;
	height:25px;
	background: url(../images/bg-star.gif) repeat-x 0 0;
}
.item:hover .star { background-position:0 -75px;}
.item:hover .star .bg-star{ background-position:0 -50px;}
.info {
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 0 6px;
	font-size:15px;
	line-height:18px;
}
.info dt { display:inline;}
.info dd {
	display:inline;
	margin:0;
}
.breadcrumbs {
	margin:0 0 31px;
	padding: 11px 16px 10px 7px;
	width: auto;
	overflow:hidden;
	position: relative;
	background: #f7f8f9;
	-webkit-border-bottom-left-radius: 18px 9px;
	-moz-border-bottom-left-radius: 18px 9px;
	border-bottom-left-radius: 18px 9px;
	-webkit-border-top-right-radius: 18px 8px ;
	-moz-border-top-right-radius: 18px 8px ;
	border-top-right-radius: 18px 8px ;
}
.breadcrumbs li{
	float:left;
	background: url(../images/bg-bread.png) no-repeat 0 50%;
	padding:0 7px 0 9px;
	margin: 0 0 3px;
	font-size:15px;
	line-height:18px;
}
.breadcrumbs li:first-child { background: none;}
.hold-line{
	border-bottom: 1px solid #e6eaed;
	padding: 0 0 5px;
	margin: 0 0 22px;
}
.hold-line.other { margin: 0 0 28px;}
form .hold-line{ margin: 0 0 35px;}
.pagination {
	margin:0 0 20px;
	padding:0;
	text-align:center;
}
.pagination li {
	display:inline-block;
	vertical-align:top;
	margin:0 4px 15px 5px;
	font-size:15px;
	line-height:18px;
	padding: 0;
	background: none;
}
.pagination .prev,
.pagination .next{ margin: 0;}
.pagination .prev a,
.pagination .next a {
	background: url(../images/bg-sprite.png) no-repeat 0 -224px;
	width: 17px;
	height: 7px;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	margin: 5px 0 0;
}
.pagination .next a { background-position:0 -242px;}
.pagination span { color:#919398;}
.pagination strong{ color:#f05c2b;}
.pagination a:hover { color:#f05c2b;}
.pagination .prev a:hover { background-position: -21px -224px;}
.pagination .next a:hover { background-position: -21px -242px;}
.page-error{
	padding: 34px 0 0 351px; 
	overflow:hidden;
}
.page-error .col{
	float:left;
	width: 312px;
	margin: -27px 0 0 -351px;
}
.page-error .title{
	display:block;
	margin: 0 10px 10px 0;
	text-align: right;
	text-transform:uppercase;
	font: 52px/56px 'Conv_MyriadPro-Bold', arial, helvetica, sans-serif;
}
.page-error .hold-img{ margin: 0 0 4px;}
.page-error .text{
	display:block;
	margin: 0 0 8px;
}
.page-error span.text { margin: 0 0 1px;}
textarea.error,
input.error{border: 1px solid #f4480e;}
.hold-btn{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding: 9px 0 20px;
}
.hold-btn.other { padding: 0 0 20px;}
.wrap-captcha{
	width:100%;
	overflow:hidden;
	padding: 1px 0 18px;
}
.hold-captcha{
	float:left;
	width: 298px;
	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 10px 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: 225px;
	padding: 12px 0 0 0;
}
.wrap-captcha .inner{float:left;}
.btn.btn-update,
.btn.btn-volume,
.btn.btn-question{
	width: 25px;
	height:14px;
	display:block;
	margin: 0 0 1px;
	border: none;
	padding: 0 ;
	background: #0877c0;
	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;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn.btn-update:hover,
.btn.btn-volume:hover,
.btn.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.btn-update:after,
.btn.btn-volume:after,
.btn.btn-question:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	background: url(../images/bg-sprite.png) no-repeat 0 -254px;
	width: 10px;
	height: 12px;
	margin: -6px 0 0 -5px;
}
.btn.btn-volume:after{
	background-position:0 -271px;
	width: 12px;
	height: 10px;
	margin: -5px 0 0 -6px;
}
.btn.btn-question:after{
	background-position:0 -286px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
}
.btn.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.btn-question{
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px ;
	border-radius: 0 0 3px 3px ;
	height: 16px;
}
.hold-name{ padding: 11px 0 ;}
.holder-content .hold-name{ padding: 0 0 11px;}
.hold-profile{
	width: auto;
	overflow:hidden;
	position: relative;
	padding: 2px 205px 38px 104px;
	margin: 0 0 28px;
	border-bottom: 1px solid #e6eaed;
}
.hold-profile .hold-img{
	float:left;
	width: 90px;
	margin: 3px 0 0 -104px
}
.hold-profile .hold-img img {
	position: relative;
	-webkit-border-bottom-left-radius: 12px 8px;
	-moz-border-bottom-left-radius: 12px 8px;
	border-bottom-left-radius: 12px 8px;
	-webkit-border-top-right-radius: 15px 8px ;
	-moz-border-top-right-radius: 15px 8px ;
	border-top-right-radius: 15px 8px ;
}
.hold-profile .btn{
	padding: 10px 0 11px;
	text-align:center;
	display:block;
	width:100%;
	font-size:15px;
	line-height:20px;
	height: 41px;
	margin: 0 0 8px;
}
.hold-profile .hold-btn{ 
	position:absolute;
	top:0px;
	right:1px;
	width: 187px;
	margin: 5px 0 12px 0;
	padding: 0;
}
.hold-profile .file .btn{ margin: 0;}
.hold-profile .info{ margin: 0 0 7px;}
.hold-profile .info dt{ color:#e4511f;}
.wrap-video{
	width:100%;
	overflow:hidden;
	padding: 3px 0 10px;
}
.wrap-video .hold-btn{ padding: 0;}
.time{
	float:left;
	color:#f05c2b;
	padding: 0 0 0 22px;
	margin: 0 0 15px ;
	position: relative;
	font-size:15px;
	line-height:20px;
}
.time:after{
	position:absolute;
	top: 2px;
	left: 0;
	content:"";
	background: url(../images/bg-sprite.png) no-repeat -23px -255px;
	width: 16px;
	height: 16px;
}
.hold-video img{
	position: relative;
	-webkit-border-bottom-right-radius: 59px 28px;
	-moz-border-bottom-right-radius: 59px 28px;
	border-bottom-right-radius: 59px 28px;
	-webkit-border-top-left-radius: 59px 24px ;
	-moz-border-top-left-radius: 59px 24px ;
	border-top-left-radius: 59px 24px ;
}
.time span{ color:#30343d;}
.wrap-video .btn{ 
	margin: 0 0 1px 1px ;
	width: 125px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float:right;
	padding:13px 0 ;
}
.wrap-video .time{ margin: 9px 12px 12px 0;}
.wrap-video .number-series{
	float:right;
	margin: 0 0 1px 1px;
	width:146px;
	height: 48px;
	font: 23px/46px 'Conv_MyriadPro-Regular', arial, helvetica, sans-serif;
	background: #f7f8f9;
}
.wrap-video .hold-btn .hold{ 
	float:right;
	width: 274px;
}
.number-series strong{
	color:#f05c2b;
	font-weight: normal;
	font-family: 'Conv_MyriadPro-Bold', arial, helvetica, sans-serif;
}
.hold-video{
	width:686px;
	overflow:hidden;
	margin: 0 0 22px;
	height: 339px;
	position: relative;
}
.hold-video .play{
	position:absolute;
	top:50%;
	left:50%;
	background: url(../images/bg-play.png) no-repeat 0 0;
	width:204px;
	height:204px;
	margin: -102px 0 0 -102px;
	text-indent:-9999px;
	overflow:hidden;
}
.list-network{
	padding: 0 0 12px;
	width:100%;
	overflow:hidden;
	text-align:center;
}
.list-network li{
	padding:0;
	background: none;
	display:inline-block;
	vertical-align:top;
	margin: 0 2px 10px 3px;
}
.hold-season{
	width:100%;
	overflow:hidden;
}
.hold-season .hold-gray{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 16px 9px;
	-moz-border-top-right-radius: 16px 9px;
	border-top-right-radius: 16px 9px;
	-webkit-border-bottom-left-radius: 17px 8px ;
	-moz-border-bottom-left-radius: 17px 8px ;
	border-bottom-left-radius: 17px 8px;
	padding: 7px 16px 10px ;
	margin: 20px 0 35px;
}
.hold-season .hold-gray .title{
	font: 23px/25px 'Conv_MyriadPro-Bold', arial, helvetica, sans-serif;
	color:#f05c2b;
	display:block;
}
.hold-season .hold-gray .title span{
	color:#30343d;
	font-family: 'Conv_MyriadPro-Regular', arial, helvetica, sans-serif;
}
.hold-season .item{
	display:inline-block;
	vertical-align:top;
	width:206px;
	padding: 0;
	min-height: 10px;
	margin: 0 0 26px 34px;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.hold-season .item:hover { background: none;}
.hold-season .item .wrap-link{
	display:block;
	padding: 17px 16px 10px;
	position: relative;
	-webkit-border-bottom-left-radius: 16px 9px;
	-moz-border-bottom-left-radius: 16px 9px;
	border-bottom-left-radius: 16px 9px;
	-webkit-border-top-right-radius: 16px 9px ;
	-moz-border-top-right-radius: 16px 9px ;
	border-top-right-radius: 16px 9px ;
	min-height:219px;
	margin: 0;
}
.hold-season .item .wrap-link:hover { background: #f7f8f9;}
.hold-season .item .hold-img{ position: relative;}
.item .hold-img .play{
	background: url(../images/bg-play.png) no-repeat 0 -204px;
	position:absolute;
	top:50%;
	left:50%;
	width: 66px;
	height: 66px;
	text-indent:-9999px;
	overflow:hidden;
	margin: -33px 0 0 -33px;
}
.hold-season .item .title{ 
	display:block;
	margin: 0 0 13px;
}
.hold-season .star,
.hold-season .bg-star{ display:block;}
.hold-season .star{ margin: 0 0 15px;}
.item .text-info{
	display:block;
	color:#e4511f;
	margin: 0 0 5px;
}
.item .text-info span{ color:#30343d;}
h2 .text-red{ color:#f05c2b;}
.comments{ 
	margin: 0 0 33px;
	padding: 1px 0 0;
}
.hold-head{
	width:100%;
	overflow:hidden;
}
.wrap-comments{ padding: 0 0 13px;}
.comments .author{
	float:left;
	padding: 2px 0 0 37px;
	margin: 0 25px 11px 0;
	font-style: normal;
}
.author .hold-img{
	width:28px;
	height:28px;
	overflow:hidden;
	float:left;
	margin: -2px 0 0 -37px;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
	position: relative;
}
.comments .time{ 
	margin: 4px 5px 10px 9px;
	padding: 0 0 0 21px;
	color:#30343d;
}
.hold-number{
	float:right;
	text-align:center;
	padding: 0 17px;
	min-width: 28px;
	margin: 2px 0 9px;
	font: 23px/25px 'Conv_MyriadPro-Bold', arial, helvetica, sans-serif;
	position: relative;
}
.hold-number .sprite-minus,
.hold-number .sprite-plus{
	position:absolute;
	top:50%;
	left:0px;
	width: 12px;
	height: 9px;
	background-position: 0 -303px;
	margin: -4px 0 0;
}
.hold-number .sprite-plus{
	left: auto;
	right:0px;
	width: 13px;
	height: 13px;
	background-position: -18px -301px;
	margin: -6px 0 0;
}
.comments .box{
	background: #ffffff;
	padding: 15px 21px 22px;
	border: 1px solid #bec6ce;
	position: relative;
	display:block;
	quotes: none;
	font-style: italic;
	font-size:15px;
	line-height:22px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.comments .box:after{
	content:"";
	position:absolute;
	top:-5px;
	left: 18px;
	width: 9px;
	height: 5px;
	background: url(../images/bg-sprite.png) no-repeat -27px -282px;
}
/* modal */
.modal {
	width: 582px;
	position:absolute;
	top:-9999px;
	left:-9999px;
	z-index:100;
	overflow:hidden;
	border: 5px solid rgba( 255, 255, 255, 0.5);
	-webkit-border-top-left-radius: 72px 33px;
	-moz-border-top-left-radius: 72px 33px;
	border-top-left-radius: 72px 33px;
	-webkit-border-top-right-radius: 6px 6px ;
	-moz-border-top-right-radius: 6px 6px ;
	border-top-right-radius: 6px 6px ;
	-webkit-border-bottom-left-radius: 6px 6px;
	-moz-border-bottom-left-radius: 6px 6px;
	border-bottom-left-radius: 6px 6px;
	-webkit-border-bottom-right-radius: 68px 33px ;
	-moz-border-bottom-right-radius: 68px 33px ;
	border-bottom-right-radius: 68px 33px ;
}
.popup{
	background: #f7f8f9;
	padding: 0 25px 18px 29px;
	overflow:hidden;
}
.modal .close {
	background: url(../images/bg-sprite.png) no-repeat 0 -135px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top: 20px;
	right: 18px;
	width: 21px;
	height: 20px;
	z-index:2;
}
.modal .hold-title{ 
	margin: 0 -25px 17px -29px;
	padding: 14px 20px 9px 31px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.modal p{
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 16px;
}
.modal input[type="text"],
.modal input[type="email"],
.modal input[type="password"]{ 
	margin: 0 0 22px;
	background: #fff;
}
.modal .hold-link{ padding: 5px 0 0;}
.list-net.other{
	width:100%;
	overflow:hidden;
	margin: 0 0 18px ;
}
.list-net.other li{
	margin: 0 11px 12px 0;
	width: 24px;
}
.list-net.other a{
	width: 24px;
	height: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.list-net.other .facebook{ background-position:0 -71px;}
.list-net.other .vkontacte{ background-position:-24px -71px;}
.list-net.other .classmates{ background-position: -48px -71px;}
.list-net.other .tweeter{ background-position: -72px -71px;}
.list-net.other .google{ background-position:-96px -71px;}
.list-net.other .yandex{ background-position: -120px -71px;}
.modal .btn{
	float:right;
	margin: 0 0 12px 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: 2px 0 0 -18px;}
.modal .label-check{ margin: 13px 5px 10px 1px;}
.modal.modal-middle{ width: 582px;}
.label-radio .customRadio{ margin: 5px 0 0 -17px;}
.modal.modal-middle .label { 
	margin: 0 0 12px;
	color:#f05c2b;
}
.modal.modal-middle .hold:last-child .label{ margin: 0 0 15px;}
.modal.modal-middle .hold-btn{ padding: 0;}
.modal.modal-middle .popup { padding: 0 45px 18px 30px;}
.modal.modal-middle  .hold-title{  margin: 0 -45px 17px -30px;}
.modal.modal-middle p{margin: 0 0 19px;}
.modal.modal-middle .wrap-hold{
	width:570px;
	overflow:hidden;
}
.modal.modal-middle .wrap-hold .hold{
	width:223px;
	float:left;
	margin: 0 61px 0 0;
}
.modal .hold-img{
	width: 223px;
	margin: 0 0 31px;
}
.modal .hold-img img{
	-webkit-border-bottom-left-radius: 13px 8px;
	-moz-border-bottom-left-radius: 13px 8px;
	border-bottom-left-radius: 13px 8px;
	-webkit-border-top-right-radius: 17px 8px ;
	-moz-border-top-right-radius: 17px 8px ;
	border-top-right-radius: 17px 8px ;
	position: relative;
}
.hold-label{
	width:100%;
	overflow:hidden;
}
.label-radio{
	display:inline-block;
	vertical-align:top;
	padding: 0 0 0 17px;
	margin: 0 0 6px;
	cursor: pointer;
}
.modal .hold-check{
	float:left;
	width:200px;
	padding: 3px 0 0;
}
.hold-check .label-check {margin: 0 5px 8px 0;}
.modal.modal-middle .btn { margin: 0 0 12px 5px;}
/* footer */
#footer {
	overflow:hidden;
	width:100%;
	padding:18px 0 0;
	position:relative;
	height: 141px;
	margin-top: -159px;
	color:#cecece;
	background: #d4dae1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d4dae1), to(#f7f8f9));
	background: -webkit-linear-gradient(#d4dae1, #f7f8f9);
	background: -moz-linear-gradient(#d4dae1, #f7f8f9);
	background: -ms-linear-gradient(#d4dae1, #f7f8f9);
	background: -o-linear-gradient(#d4dae1, #f7f8f9);
	background: linear-gradient(#d4dae1, #f7f8f9);
	-pie-background: linear-gradient(#d4dae1, #f7f8f9);
}
#footer .inner {background: url(../images/bg-foot.gif) no-repeat 50% 0;}
#footer .wrap{
	padding: 21px 0 17px;
	position: relative;
}
#footer .hold{
	float:left;
	width: 585px;
	height: 100px;
      margin-top: -70px;
}
#footer .promobox{
	float:right;
	width: 730px;
	overflow:hidden;
	margin: 5px 0 8px;
	height: 90px;
}
#footer .promobox img{
	position: relative;
	-webkit-border-bottom-right-radius: 60px 26px;
	-moz-border-bottom-right-radius: 60px 26px;
	border-bottom-right-radius: 60px 26px;
	-webkit-border-top-left-radius: 60px 26px ;
	-moz-border-top-left-radius: 60px 26px ;
	border-top-left-radius: 60px 26px;
}
.copyright{
	display:block;
	font-size:12px;
	line-height:19px;
	margin: 0 0 22px;
}
.copyright a{ color:#cecece;}
.copyright a:hover{ text-decoration:underline;}
#footer .list-net{ margin: 0 0 0 3px;}
#footer .list-net li{ margin: 0 11px 10px 0;}
#footer .list-net a{
	width: 33px;
	height: 33px;
}
#footer .list-net .tweeter{ width:34px;}
#footer .list-net .vkontacte{ background-position:0 -32px;}
#footer .list-net .facebook{ background-position:-33px -32px;}
#footer .list-net .linkedin{ background-position:-66px -32px;}
#footer .list-net .tweeter{ background-position:-99px -32px;}
/* input type file  */
.file{
	width:187px;
	position:relative;
	margin: 0 0 8px ;
	overflow: hidden;
	z-index: 10;
	height: 41px;
}
.file .file-input-area {
	cursor: pointer;
	font-size: 400px;
	height: 41px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
.file-input-area {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
/* 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 #30343d;
	float:left;
	background:#fff;
	margin:4px 5px ;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.customRadio.radioAreaChecked,
.customRadio.disabledChecked{
	background:#e65524;
	border-color: #ffffff;
}
.customRadio.disabled{ 
	border-color: #30343d;
	background:#fff;
}
/* animation */
.list-net a,
a.link-next ,
a.link-prev ,
.modal .close,
.link-up .sprite-arrows,
.navbar-toggle,
.link-go:after,
.link-login:after,
.link-user:after,
a.sprite-minus,
a.sprite-plus,
.btn-search:after{
	-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;
}
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,
.item,
.item .wrap-link{
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
/* placeholder input*/
input:-moz-placeholder {
	color:#30343d;
	opacity:1;
}
.hold-form input:-moz-placeholder{ color:#fff;}
input::-moz-placeholder {
	color:#30343d;
	opacity:1;
}
.hold-form input::-moz-placeholder{ color:#fff;}
input::-webkit-input-placeholder {color:#30343d;}
.hold-form input::-webkit-input-placeholder{ color:#fff;}
input:-ms-input-placeholder {color: #30343d ;}
.hold-form input:-ms-input-placeholder{ color:#fff;}
/* input:focus placeholder */
input:focus:-moz-placeholder {
	color:#30343d;
	opacity:1;
}
.hold-form input:focus:-moz-placeholder{ color:#fff;}
input:focus::-moz-placeholder {
	color:#30343d;
	opacity:1;
}
.hold-form input:focus::-moz-placeholder{ color:#fff;}
input:focus::-webkit-input-placeholder {color:#30343d;}
.hold-form input:focus::-webkit-input-placeholder { color:#fff;}
input:focus:-ms-input-placeholder {color: #30343d ;}
.hold-form input:focus:-ms-input-placeholder {color: #fff ;}
/* placeholder  textarea*/
textarea:-moz-placeholder {
	color:#30343d;
	opacity:1;
}
textarea::-moz-placeholder {
	color:#30343d;
	opacity:1;
}
textarea::-webkit-input-placeholder {color:#30343d;}
textarea:-ms-input-placeholder {color: #30343d ;}
/*  textarea:focus placeholder */
textarea:focus:-moz-placeholder {
	color:#30343d;
	opacity:1;
}
textarea:focus::-moz-placeholder {
	color:#30343d;
	opacity:1;
}
textarea:focus::-webkit-input-placeholder {color:#30343d;}
textarea:focus:-ms-input-placeholder {color: #30343d ;}
/* media */
@media (max-width: 990px){
	.fixed-head .wrap{
		width: auto;
		padding: 12px 99px 13px 15px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#footer .inner{ background: none;}
	#footer  .wrap{
		background: #30343d;
		padding-left: 15px;
		padding-right: 15px;
	}
	.fixed-head .link-up{ right:20px;}
	.wrap{
		width: auto;
		padding: 0 15px;
	}
	#header .logo { margin: -24px 0 0 -221px;}
	.hold-dark .hold-btn {
		margin: -4px -173px 0 0;
		width: 122px;
	}
	.hold-dark { 
		width: auto;
		padding: 38px 181px 15px 241px;
	}
	.gallery .gallery-holder {
		width: 723px;
		margin:0 auto;
	}
	.gallery .gallery-holder1 {
		width: 550px;
		margin-left: 7%;
	}
	#main{
		width: auto;
		padding: 0 299px 0 15px;
	}
	#main.other{ 
		padding: 0 15px ;
		width: auto;
	}
	.hold-title { padding: 15px 20px 7px 26px;}
	#footer .promobox{ width: 480px;}
	#footer .promobox img{
		display:block;
		width: 100%;
		height: 100%;
	}
	.hold-blue .wrap{ padding: 0 15px 0 0;}
	.wrap-captcha .hold-text{ float:left;}
	.hold-video {
		height: 217px;
		width: 438px;
		margin: 0 auto 22px;
	}
	.hold-video img{
		display:block;
		width:100%;
		height: auto;
	}
	.hold-video .play{
		background-position:0 -204px;
		height: 66px;
		margin: -33px 0 0 -33px;
		width: 66px;
	}
}
@media (max-width: 940px){
	.wrap-video{ padding: 0 0 7px;}
	.panel li{ padding: 0 15px ;}
	.panel li:first-child { padding: 0 15px 0 0; }
	.breadcrumbs { margin: 0 0 30px;}
	.page-error{ padding-left:331px;}
	.page-error .col{ margin-left: -331px;}
	.hold-profile{ padding: 2px 0 25px 104px;}
	.hold-profile .hold-btn {
		margin: 0;
		padding: 15px 0 0;
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
	}
	.hold-profile .btn{
		float:left;
		width:187px;
		margin: 0 10px 10px 0;
	}
	.hold-profile .file {
		float:left;
		margin: 0 10px 10px 0;
	}
	.wrap-video .hold-btn .hold {float:left;}
}
@media (max-width: 830px){ 
	.gallery .gallery-holder{ width: 534px;}
	.container { margin: 0 0 0 -20px;}
	.container .item{ margin: 0 0 26px 20px;}
	.page-error{
		margin: 0;
		padding: 10px 0 0 235px; 
	}
	.page-error .col{
		margin: -10px 0 0 -235px;
		width: 212px;
	}
	.page-error .hold-img img{
		display:block;
		width:100%;
		height: auto;
	}
	.page-error .title{ 
		margin: 0 0 10px;
		font-size:36px;
		line-height:40px;
	}
	.bar a{ background-position:0 40%;}
	.btn {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.login .link-login:after{ top: 5px;}
	.wrap-video .btn{ padding: 13px 0 ;}
	.wrap-video .number-series{
		font-size:23px;
		line-height:48px;
	}
	.hold-profile .btn{
		padding-top: 11px;
		padding-bottom: 10px;
	}
	.hold-season .hold-gray {  margin-bottom: 20px;}
}
@media (max-width: 767px){
	.gallery {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin: 0 -15px 25px;
		padding: 34px 34px 16px;
	}
	a.link-prev{ left: 15px;} 
	a.link-next{ right: 15px; }
	#header .inner { background: none;}
	.hold-dark{  background:#30343d;}
	#header{ margin: 0 0 25px;}
	#nav .menu{
		position:absolute;
		top:-9999px;
		left:-9999px;
		width:229px;
		float:none;
		padding: 5px 0 10px;
		margin: 0;
		background: #e55321;
	}
	.menu li{ 
		float:none;
		background: none;
		padding: 0;
	}
	.menu a,
	.menu .link-open,
	.menu > li:first-child > a{ 
		font-size:18px;
		line-height:24px;
		height: auto;
		padding: 2px 15px 4px;
		color:#fff;
	}
	.menu > li > a:after,
	.menu .link-open:after{ display:none;}
	.menu > .active > a,
	.menu > li.open > a.link-open,
	.menu > li >  a:hover{
		background: #fc8c67;
		color:#fff;
	}
	.menu ul a{  padding: 6px 18px 6px 33px;}
	.menu ul a:after {left: 17px;}
	#nav .navbar-toggle{
		top:7px;
		left:15px;
	}
	.menu ul li:last-child,
	.menu ul li:first-child{ padding: 0;}
	#nav.open .menu{ 
		top: 46px;
		left:0;
	}
	.menu ul{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: none;
		display:none;
		left: auto;
		position: relative;
		top: auto;
		width:100%;
	}
	.menu > li.open ul{
		left: auto;
		display:block;
	}
	#nav:after,
	#header:after {
		content:"";
		display:block;
		clear:both;
	}
	.hold-dark .hold-btn{
		position:absolute;
		top:28px;
		right: 15px;
		margin: 0;
	}
	.hold-dark{ padding: 98px 15px 7px;}
	#header .logo{
		position:absolute;
		top:15px;
		left:15px;
		margin: 0;
		width: 136px;
	}
	#header .logo img{
		display:block;
		width:100%;
		height: auto;
	}
	.gallery .gallery-holder{ width: 349px;}
	#main .holder {
		margin: 0 ;
		padding: 0 ;
		-webkit-box-shadow: rgba(0 ,0 ,0 , 0) 0 0 0;
		-moz-box-shadow: rgba(0 ,0 ,0 , 0) 0 0 0;
		box-shadow: rgba(0 ,0 ,0 , 0) 0 0 0;
		border: none;
		overflow:visible;
	}
	#main{ 
		padding: 0 15px;
		border: none;
	}
	#sidebar{
		width:100%;
		margin: 0 0 20px;
		padding: 0 ;
		float:none;
		background: url(../images/bg-line.gif) repeat-x 0 100% ;
	}
	#sidebar .hold-gray{
		margin: 0 0 30px;
	}
	.holder-content{ padding: 0;}
	#sidebar .promobox{
		width:240px;
		margin:0 auto 25px;
		padding: 0;
	}
	#content{
		width:100%;
		-webkit-box-shadow: rgba(0 ,0 ,0 , 0) 0 0 0;
		-moz-box-shadow: rgba(0 ,0 ,0 , 0) 0 0 0;
		box-shadow: rgba(0 ,0 ,0 , 0) 0 0 0;
		padding: 0 0 15px;
		margin: 0 ;
		border-left: none;
	}
	.bar a{
		font-size:16px;
		line-height:18px;
	}
	#footer .promobox { width: 250px;}
	.wrap-captcha .inner{
		float:none;
		width:100%;
		overflow:hidden;
	}
	.wrap-captcha .hold-text {
		float: none;
		padding: 0;
	}
	.wrap-captcha{ padding: 8px 0 0;}
	.page-error{ padding-top: 0;}
	.page-error .col { margin-top: 0;}
	.hold-name{ padding:  0 ;}
	.holder-content .hold-name{ padding: 0 ;}
	.fixed-head { display:none;}
}
@media (max-width: 620px){
	.modal{ width:482px;}
	.modal.modal-middle { width: 312px;}
	.modal.modal-middle .wrap-hold { width: 100%;}
	.modal.modal-middle .wrap-hold .hold {
		float: none;
		margin:0 0 10px;
		width: 100%;
	}
	.modal.modal-middle .btn { float:left;}
	.label-radio { margin: 0 0 3px;}
	.modal.modal-middle p { margin: 0 0 10px;}
	.modal.modal-middle .hold-check{ 
		margin: 0 0 10px;
		padding: 0;
	}
	.modal .hold-img { margin: 0 0 15px; }
}
@media (max-width: 510px){
	#header .list-net { margin: 7px 0 3px;}
	.breadcrumbs{ padding: 12px 18px 6px;}
	.breadcrumbs li{ 
		float:none;
		padding: 0;
		margin: 0 0 12px;
		background: none;
		font-size:16px;
		line-height:18px;
	}
	.hold-dark .hold-btn{ width: 100px;}
	.hold-dark{ padding: 98px 15px 10px;}
	.link-go, .link-login, .link-user{
		font-size:15px;
		line-height:20px;
		padding-bottom: 0;
	}
	#nav .menu{
		width:100%;
		overflow:hidden;
	}
	#nav.open .menu{ right: 0;}
	#nav{ 
		position: static;
		width: 36px;
	}
	#header .wrap{ position: relative; height: 47px;}
	.menu a, 
	.menu > li:first-child > noindex > a ,
	.menu .link-open{
		font-size:17px;
		line-height:20px;
		height: 20px;
		padding: 10px 15px 9px;
	}
	.gallery .gallery-holder{ width: 164px;}
	.panel {
		margin: 0 0 20px;
		padding-top: 15px;
		padding-bottom: 3px;
	}
	.panel li { 
		margin: 0 0 15px;
		float:none;
		padding: 0;
		background: none;
	}
	.modal{ width: 310px;}
	.container{ margin: 0;}
	.container .item{
		margin: 0 0 10px;
		display:block;
		width: auto;
	}
	.hold-season .item{
		width:290px;
		margin:0 auto 10px;
	}
	.hold-season .item .hold-img{
		-webkit-border-bottom-left-radius: 15px 8px;
		-moz-border-bottom-left-radius: 15px 8px;
		border-bottom-left-radius: 15px 8px;
		-webkit-border-top-right-radius: 15px 8px ;
		-moz-border-top-right-radius: 15px 8px ;
		border-top-right-radius: 15px 8px ;
	}
	.item .hold-img { width: auto;}
	.item .wrap-link{
		display:inline;
		margin: 0;
	}
	.item .title{ margin: 0 0 11px;}
	.item .hold-img img{
		display:block;
		width:100%;
		height: auto;
	}
	#footer .promobox {
		width: auto;
		float:none;
		margin: 0 0 15px;
	}
	#footer .hold {
		float: none;
		margin: 0 ;
		width: 100%;
	}
	.copyright{ margin: 0 0 15px;}
	.copyright br{ display:none;}
	#footer{
		height: 218px;
		margin-top: -228px;
		padding: 10px 0 0;
	}
	.w1 { padding-bottom: 228px;}
	h1,
	h2{
		font-size:22px;
		line-height:26px;
		margin: 0 0 25px;
	}
	.bar { padding: 0;}
	.hold-captcha {
		margin: 0 12px 15px 0;
		width: 150px;
	}
	.hold-captcha  img{ width: 150px;}
	.hold-video{
		height: 144px;
		width: 290px;
	}
	.hold-season .item .hold-img {
		height: 144px;
		width: 258px;
		margin:0 auto 13px;
	}
	.wrap-video .btn{ 
		float:left;
		margin: 0 0 10px;
		height: 22px;
		font-size: 18px;
		line-height:21px;
	}
	.wrap-video .number-series{ margin-bottom: 10px;}
	#header { margin: 0 0 25px;}
	#main{ margin: 0 0 20px;}
	.comments .hold-head{
		position: relative;
		padding: 0 90px 43px 0;
		width: auto;
	}
	.comments .hold-head .hold-number {
		float:none;
		position:absolute;
		margin: 0 ;
		position:absolute;
		top:3px;
		right:0px;
	}
	.hold-head .author {
		float:none;
		position:absolute;
		bottom: 0;
		left: 0;
		margin: 0 0 10px ;
	}
	.comments .box{ padding: 12px 15px 15px;}
	.time{
		font-size:14px;
		line-height:20px;
	}
	.hold-number{
		font-size: 17px;
		line-height: 22px;
	}
	.page-error { padding: 0 ;}
	.page-error .col{
		text-align:center; 
		margin: 0 auto 20px;
		padding: 0 25px 0 0;
		float:none;
	}
	.login .link-login { padding: 1px 0 0 14px;}
	.login .link-login:after { top: 5px;}
	.btn,
	button.btn{
		font-size: 15px;
		line-height:36px;
		height: 36px;
		padding-top: 2px;
		padding-bottom: 0;
	}
	.btn{ height: 34px;}
	.modal .hold-title {
		padding: 10px 20px 5px 29px;
		margin-bottom: 13px;
	}
	.modal .close {
		top: 14px;
		width: 21px;
	}
	.modal .label-check { margin: 4px 5px 8px 1px;}
	.hold-profile .btn,
	.hold-profile  .file { width:178px;}
	.hold-profile { padding-bottom: 20px;}
	#sidebar{ margin: 0 0 10px;}
	.wrap-video { padding: 0 ;}
	.hold-season .hold-gray{
		margin:0 0 20px;
	}
	.hold-season .container{ 
		margin-bottom: 15px;
		overflow:hidden;
	} 
	.modal .hold-img{ width: 150px;}
	.modal .hold-img img{
		display:block;
		width:100%;
		height: auto;
	}
	.hold-number .sprite-minus{ margin-top: -6px;}
	.hold-number .sprite-plus{ margin-top: -8px;}
	.modal.modal-middle .popup { padding: 0 20px 18px ;}
	.modal.modal-middle .hold-title {
		margin: 0 -20px 17px ;
		padding: 14px 20px 5px 29px;
	}
}