/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements 1
 */
body {
  margin: 0;
  padding: 0;
   
  background: url(images/bg.png) repeat;
  
 /* background: #0b0b0b url(images/newyear-bg.jpg) no-repeat top center;*/
  font: 11px/14px Georgia, Verdana, sans-serif;
  color: #333333;
}

input {
  font: 12px/100% Georgia, Verdana, sans-serif;
  color: #333333;
}

textarea, select {
  font: 12px/160% Georgia, Verdana, sans-serif;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Georgia, Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}
.content h1 {
  font-size: 10pt;
  padding-bottom: 3pt;
}

div.h1-line{
	display:block;
	border-bottom: solid 4px #6f6f6f;
	font-size:21px;
	line-height:26px;
	text-transform:uppercase;
	margin:6px 0 15px;
	font-family:Trebuchet MS, sans serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-1px;
	color:#787878;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}
.node h2{
	font-size:18px;
	color:#787878;
	line-height:26px;
	/*border-bottom:solid 1px #e80005;*/
	display:block;
	text-transform:uppercase;
	margin:6px 0 17px;
}
.node div.typeh2{
	font-size:18px;
	color:#787878;
	line-height:26px;
	/*border-bottom:solid 1px #e80005;*/
	display:block;
	text-transform:uppercase;
	margin:6px 0 17px;
}

.titles-header{
	border-bottom:solid 1px #e80005;
}
h2.zz{
    font-family: Georgia;
	font-size:18px;
	color:#787878;
	line-height:26px;
	display:block;
	text-transform:uppercase;
	margin:6px 0 17px;
}
.h2_title {
  font-size: 160%;
  line-height: 130%;
  text-align:left;
}
.node .h2_title{
	font-size:18px;
	color:#787878;
	line-height:26px;
	/*border-bottom:solid 1px #e80005;*/
	display:block;
	text-transform:uppercase;
	margin:6px 0 17px;
}

.h2_title.zz{
	font-family: Georgia;
	font-size:18px;
	color:#787878;
	line-height:26px;
	display:block;
	text-transform:uppercase;
	margin:6px 0 17px;
}
#node-3.node h2{
	color:#9e9d9d;
	padding:0 0 0 3px;
}

#node-3.node h2.eng{
	color:rgb(0, 0, 0);
	padding:0 0 0 3px;
}


h2.block-h2{
	font-size:14px;
	text-transform:uppercase;
	color:#4a4a4a;
	line-height:22px;
	margin:10px 0 36px;
}
h2.block-h2-scnd{
	font-size:14px;
	text-transform:uppercase;
	color:#4a4a4a;
	line-height:22px;
	margin:22px 0 2px;
}

.lib-outline div.block-h2{
	font-size:14px;
	text-transform:uppercase;
	color:#4a4a4a;
	line-height:22px;
	margin:10px 0 36px;
}
.lib-outline div.block-h2-scnd{
	font-size:14px;
	text-transform:uppercase;
	color:#4a4a4a;
	line-height:22px;
	margin:22px 0 2px;
}

.h2_title.block-h2{
	font-size:14px;
	text-transform:uppercase;
	color:#4a4a4a;
	line-height:22px;
	margin:10px 0 36px;
}
.h2_title.block-h2-scnd{
	font-size:14px;
	text-transform:uppercase;
	color:#4a4a4a;
	line-height:22px;
	margin:22px 0 2px;
}

h3 {
  font-size: 140%;
}
h3.block-h3{
	font-size:18px;
	color:#e80004;
	line-height:26px;
	margin:0 0 5px;
}

h3.block-h3 a{
    color:#e80004 !important;
}

.lib-outline div.block-h3{
	font-size:18px;
	color:#e80004;
	line-height:26px;
	margin:0 0 5px;
}

.lib-outline div.block-h3 a{
    color:#e80004 !important;
}

h3.block-h3-scnd{
	font-size:14px;
	color:#e80004;
	line-height:22px;
	margin:0 0 2px;
}

h3.block-h3-scnd a{
    color:#e80004 !important;
}

.lib-outline div.block-h3-scnd{
	font-size:14px;
	color:#e80004;
	line-height:22px;
	margin:0 0 2px;
}

.lib-outline div.block-h3-scnd a{
    color:#e80004 !important;
}



.block-desc{
	margin:0 0 8px;
}
h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #343434;
  /*text-decoration: underline;*/
}

a:hover {
  color: #585858;
  text-decoration: underline;
}

a:active, a.active {
  color: #585858;
}

hr {
  margin: 5px 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #6f6f6f;
}
hr.red {
  background:#ff0900;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  /*background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
  background:none;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  /*background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
  background:none;
}

ul li.collapsed {
  /*background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
  background:none;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #333333;
  font-weight: 700;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: 0;
}
tbody{
	border:0;
}
tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: 700;
}
/*
.content .main-description{
font-size:8pt;
}*/

.content .main-description div.inner{
	padding: 0 6px 12px 0;
}

.content .main-description h2{
font-size:8pt;
display: inline; 
font-weight:bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}
#center #reg-box form {
  margin-bottom: 0;
}
.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}
.form-text{
	border:solid 1px #807A7A;
 }
.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */


#wrapper {
	width:1054px;
	background:#fff;
	margin:0 auto;
}

#wrapper #container {
	padding: 0 24px 0 28px;
}
#wrapper #container.inner {

}
#wrapper #container #header {
	height: 178px;
	position:relative; 
	background:url(images/header-blog.jpg) no-repeat;	
}
#wrapper #container #header.header_libr{
	height: 178px;
	position:relative; 
	background:url(images/header-biblio.jpg) no-repeat;	
}
#wrapper #container #header.article{
	height: 178px;
	position:relative; 
	background:url(images/header-article.jpg) no-repeat;	
}
#wrapper #container #header.videoblog{
	height: 178px;
	position:relative; 
	background:url(images/header-blog.jpg) no-repeat;	
}
#wrapper #container #header.videoblog{
	height: 178px;
	position:relative; 
	background:url(images/header-bloginterv.jpg) no-repeat;	
}
#wrapper #container #header.header_shedule{
	height: 178px;
	position:relative; 
	background:url(images/shedule.jpg) no-repeat;	
}
#wrapper #container #header.free-lects{
	height: 178px;
	position:relative; 
	background:url(images/header-freelects.jpg) no-repeat;	
}
#wrapper #container #header.pay-trening{
	height: 178px;
	position:relative; 
	background:url(images/header-pay.jpg) no-repeat;	
}
#wrapper #container #header.translation{
	height: 178px;
	position:relative; 
	background:url(images/header-translation.jpg) no-repeat;	
}

#wrapper #container #header #logo-floater {
  position: absolute;
  left: -65px;
  top:7px;
}
#wrapper #container #front-slider #logo-floater {
  position: absolute;
  left: -65px;
  top:7px;
  z-index:100;
}
#wrapper #container #front-slider #logo-floater a, #wrapper #container #header #logo-floater a {
  display: block;
  width: 352px;
  height: 160px;
  /*background: url('https://www.yburlan.ru/sites/all/themes/newburlan/logo_main.png') no-repeat;*/
}
#wrapper #container #header #logo-main {
  position: absolute;
  left: 0px;
  top:38px;
  z-index:110;
}

.advert_up{
	width:356px;
}

.trening_date_train-wd{
	font-size: 13pt !important;
	text-align: left;
	margin-left: 48px;
	margin-top: -15px;
}

.trening_date_wd{
	font-size: 13pt !important;
	text-align: left;
padding-top:12px;
padding-left: 32px;
}

.exact_date{
	font-weight:bold; 
	color:#c00101;
	text-decoration:none;
	font-size:15pt;
}

.trening_dsate_registered-wd{
	padding-top:12px;
	font-size:11pt;
	width: 250px;
}

.reg-count-wd{
	padding-top:12px;
}

.join-wd{
	padding-top: 8px;
}

.trening_date{
font-size: 13pt !important;
width: 400px;
text-align: left;
margin-left: -23px;
margin-top: -10px;
}

.reg-now{
	font-size: 12pt !important;
	padding-top: 20px;
}

.reg-info{
	padding-top:20px;
}

.reg-polosa-left img{
	border:none !important;
	position: relative;
top: 14px;
left: -25px;
}

.reg-polosa-right img{
	border:none !important;
top: 14px;
position: relative;
left: 103px;
}

.reg-count{
	font-size:18pt;
	padding-top:5px;
	text-decoration:none !important;
	margin-left:-3px
}



/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}
.sidebar-left #incenter, .sidebars #incenter {
  background:url(images/dotted.gif) repeat-y 268px 0;
  margin-bottom:20px;
}
.sidebar-left #mycontent {
	width:710px;
	float:left;
	padding:0 0 0 14px;
}
.sidebars #mycontent {
	width:500px;
	float:left;
}
/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 0 0 20px;
  width: 268px;
  float: left;
  z-index: 2;
  position: relative;
  background:url(images/vertical-line.png) no-repeat right 0;
  min-height:604px;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#wrapper #container  #sidebar-right.sidebar {
  width:200px;
  background:none;
}

.block .content {
  margin: 0;
}
.front #center .block{
	font-size:11px;
	line-height:16px;
}

#block-block-32{
   border: 1px solid #CACACA !important;
   /*padding: 8px !important;*/
   padding: 0 5px 5px 8px !important;
}

.anonce-heads{
color: #E80004 !important;
text-decoration:none;

}

.anons h2 a{
text-decoration:none;
}

.front #center .block .content h2{
    color: #ED1C24;
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
	padding:0 0 18px;
	
}

.head-alarm{
    color: #ED1C24;
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
	padding:0 0 18px;
	
}


.front #center .block img{
	border: 1px solid #CACACA;
    padding: 4px;
}

.front #center .block .chat{
line-height:0px !important;
}

.front #center .block .chat img{
	border: 0px solid #CACACA;
	padding: 0px;
}

#chat-img {
	background: url('/sites/all/sites/default/files/images/chat-img.gif') no-repeat center 0;
	width:320px;
	height:140px;
	display:block;
}

#chat-img:hover {
	background-position: center 100%;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

#footer {
  float: none;
  clear: both;
  text-align: center;
  margin:0;
  color: #898989;
  padding:67px 0 52px;
  position:relative;
}
#footer .social-line {
  background:url(images/footer-social-bg.png) no-repeat 0 0;
  height:40px;
  text-align:center;
  margin-bottom:15px;
  padding:9px 20px 0 0;
  position:absolute;
  width:997px;
  left: -6px;
  top:0;
}
#footer .social-line .social-item {
  float:right;
}
#fb_like_footer, #vk_like_footer {
  padding-top: 3px;
}

#footer .social-line .social-item .orkutbutton {
  margin-top: 6px;
}

/*
#footer .social-line a {
  display:inline-block;
  width:26px;
  height:25px;
  text-indent:-10000px;
  background:url(images/social.png) no-repeat 25px 0;
  text-align:left;
  margin-left:4px;  
}
#footer .social-line a.odkl {
  background-position:0 0;
}
#footer .social-line a.vkontakte {
  background-position:-32px 0;
}
#footer .social-line a.moimir {
  background-position:-63px 0;
}
*/
#wrapper #container .breadcrumb {

}

#front-left{
	float:left;
	margin:0 13px 0 0;
	width:653px;
	padding-right:15px;
	background: url(images/dotted.gif) repeat-y 100% 0;	
}
#front-left .block{
	margin:0 0 15px;
}
#front-right{
	width:321px;
	float:right;
}
#block-block-32{
	margin:0 0 22px !important;
}
#block-block-33, #block-block-34{
	height:133px !important;
}
#block-block-33{
	background: url('/sites/all/themes/newburlan/images/bg-obyavlenie1.jpg') no-repeat center center;
}
#block-block-33 .content {
    width:380px;
    padding:5px 0 5px 5px;
}
#block-block-33 .content p, #block-block-34 .content p {
    margin-bottom:.8em;
}
#block-block-34 {
	background: url('/sites/all/themes/newburlan/images/bg-obyavlenie2.jpg') no-repeat center center;
}
#block-block-34 .content {
    width:250px;
    padding:5px 0 5px 5px;
}
#front-right .block{
	margin:0 0 10px;
	padding:0px;
}
#front-right .content {
  border: 1px solid #6f6f6f;
  border-radius: 8px;
  padding: 12px 15px 15px;
}

.clearer{
	clear:both;
	width:100%;
	height:0;
	overflow:hidden;
}

/**
 * Header
 */


#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
#front-slider #pmenu{
	background:url(images/poloska.png) no-repeat;
	position:absolute;
	left:0px;
	top:118px;
	z-index:50;
	height:66px;
	width:1002px;
}
#header #pmenu{
	bottom:0;
	right:0;
	position:absolute;
}
#pmenu ul.links li{
	/*padding:0 25px 0 24px;*/
	padding:0 8px 0 8px;
	margin:0;
	background:url(images/delimeter.png) no-repeat right center;
}
#pmenu ul.links li.last{
	background:none;
}
ul.primary-links {
  margin: 0;
  padding: 0;
  display:inline;
  float:right;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  /*float: left;*/ /* LTR */
  background-image: none;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  font-weight:700;
  text-transform:uppercase;
  line-height:54px;
  font-size:12px;
  /*letter-spacing:-0.1px;*/
}

.menu-1251  a
{
	color:red !important;
}

ul.primary-links .active a
{
	border-bottom: 1px solid;
}
#front-slider  ul.primary-links li {
	line-height:64px;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: inline;
  margin: 0;
  padding:0;
  color: #787878;
  height:54px;
  text-decoration:none;
}
#front-slider ul.primary-links li a, 
#front-slider ul.primary-links li a:link, 
#front-slider ul.primary-links li a:visited {
  height:64px;
}

ul.primary-links li a:hover {
  color: #787878;
}
ul.primary-links li a.active {
  color: #000;
  text-decoration:none;
  border-bottom:2px #f1605a solid;
}


 

/**
 * Logout link style
 */
div.logout {
  display: inline;
  position: relative;
  right:12px;
  padding:0;
  color: #787878;
  text-decoration:none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
  float: right;
  z-index:1;
} 
 
div.logout-links a, ul.logout-links li a:link, ul.logout-links li a:visited {
  display: inline;
  position: relative;
  top: 50px;
  left: 177px;
  padding:0;
  color: #787878;
  text-decoration:none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
  float: right;
  z-index:1;
}

div.logout-links li a:hover {
  color: #787878;
  text-transform: uppercase;
}
div.logout-links li a.active {
  color: #000;
  text-decoration:none;
  text-transform: uppercase;
  border-bottom:2px #f1605a solid;
}

div.inner-slogan a, div.inner-slogan a:link, div.inner-slogan a:visited {
 text-decoration:none;
}
/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 0;
  height:20px;
  clear:both;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
/*  float: left; */
  display:inline-block;
  background-image: none;
  border-right: 1px solid #BE5C5F;
  font-size: 13px;
  text-transform: uppercase;  
}
ul.secondary-links li.last {
  border-right: 0;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: 0;
  color: #807a7a;
  text-decoration:underline;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  text-decoration:none;
}
ul.secondary-links li a:hover {
  text-decoration:underline;
}
ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #807a7a;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 0px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em 0px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: 700;
}

/**
 * Nodes & comments
 */
.node {
  margin: 0 0px 1.5em;
  padding: 0;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture{
 /* float: left; /* LTR */
 /* padding-right: 25px; /* LTR */
}
#comments {
	font-family:arial;
	font-size:12px;
	color:#656565;
}
#comments .picture{
	width:80px;
	height:80px;
	background:url(images/bg-user-picter.png) no-repeat;

}
#comments .picture img{
	width:72px;
	height:72px;
	padding:4px;
}
#comments .submitted{
	padding:8px 0 3px;
}
#comments .comment-left-part{
	width:80px;
	float:left;
	margin:7px 14px 0 0;
	text-align:right;
}
#comments .comment-username{
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin:0 0 6px;
}
#comments .comment-time{
	background:url(images/clock-comment.png) no-repeat right 0;
	padding:0 14px 6px 0;
	font-size:10px;
	line-height:10px;
}
#comments .comment-date{
	background:url(images/calendar.png) no-repeat right 0;
	padding:0 14px 0 0;
	font-size:10px;
	line-height:10px;
}
#comments .content{
	margin:0 0 0 100px;
	position:relative;
}
#comments .box .content {
	margin:0;
}
#comments .content .trio-left{
	background:url(images/trio-left.png) no-repeat;
	position:absolute;
	left:-8px;
	top:20px;
	width:13px;
	height:17px;
}
#comments .comtop{
	width:100%;
	background:url(images/com-top.png) no-repeat right 0;
	height:14px;
}
#comments .comtop-inner{
	width:100%;
	background:url(images/com-top-left.png) no-repeat 0 0;
	height:14px;
}
#comments .combottom{
	width:100%;
	background:url(images/com-bottom.png) no-repeat right 0;
	height:14px;
}
#comments .combottom-inner{
	width:100%;
	background:url(images/com-bottom-left.png) no-repeat 0 0;
	height:14px;
}
#comments .comleft{
	width:100%;
	background:url(images/com-midle.png) repeat-y;
}
#comments .comright{
	background:url(images/com-midle-left.png) repeat-y;
	padding:14px 35px;
}
.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: 700;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  margin: 0;
  padding: 0;
}

#comments h2.comments {
  margin: 0;
  padding: 20px 25px 0px 0;
  font-weight:700;
  color:#000;
  font-size:17px;
  font-weight:bold;
}

.comment {
  margin: 0;
  padding: 1.5em 0;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #333333;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

.submenu .item_selected{
  border-bottom:	#FF0000;	
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}
/*----------------------------------------------------*/
#node-2 div.global_container div div table{
	background:url(images/blockbg.jpg) no-repeat;
}
#node-48 .front-left-text{
	width:502px;
	float:left;
	margin:0 18px 0 0;
	text-align:justify;
	padding:8px 0 0;
}
#node-48 .front-right-text{
	width:450px;
	float:left;
	text-align:justify;
	padding:8px 0 0;
}

#node-48.node .front-right-text span.red,
#node-48.node .front-left-text span.red{
	color:#ff0000;
	font-weight:bold;
	display:inline;
}

#node-48.node .front-right-text h2,
#node-48.node .front-left-text h2{
	font-size:15px;
	color:#787878;
	line-height:26px;
	/*border-bottom:solid 1px #e80005;*/
	display:block;
	text-transform:uppercase;
	margin:6px 0 17px;
}

#node-48.node .front-right-text h2.uppermost,
#node-48.node .front-left-text h2.uppermost{
	font-size:15px;
	color:#787878;
	line-height:21px;
	/*border-bottom:solid 1px #e80005;*/
	display:block;
	text-transform:uppercase;
	margin:0px 0 17px;
}

#node-48.node .front-right-text h2 a:link,
#node-48.node .front-right-text h2 a:visited,
#node-48.node .front-right-text h2 a:hover,
#node-48.node .front-left-text h2 a:visited,
#node-48.node .front-left-text h2 a:hover,
#node-48.node .front-left-text h2 a:link{
	font-size:15px;
	color:#787878;
	line-height:26px;
	/*border-bottom:solid 1px #e80005;*/
	display:block;
	text-transform:uppercase;
	text-decoration:underline;
	margin:6px 0 17px;
}

#node-48.node .front-right-text a.big:link,
#node-48.node .front-right-text a.big:visited,
#node-48.node .front-right-text a.big:hover,
#node-48.node .front-left-text a.big:visited,
#node-48.node .front-left-text a.big:hover,
#node-48.node .front-left-text a.big:link{
	font-size:14px;
	text-decoration:underline;
	font-weight:bold
}

#node-48 #social-likes {
    margin:25px 0 0 25px;
    text-align:left;
}

#node-48 #social-likes #vk_like {
    margin: 10px 10px 10px 0;
}

#node-187 #social-likes {
    margin:25px 0 0 25px;
    text-align:left;
}

#node-187 #social-likes #vk_like {
    margin: 10px 10px 10px 0;
}

#block-block-31  {
	height:335px;
	font-size:12px;
	text-align:justify;	
	margin:0;
}
#block-block-3 .reg-block{
	height:279px;
	width:500px;
	background:url(images/reg_bg5.gif) no-repeat;
	position:relative;
}

#block-block-9 .reg-block{
	height:113px;
	width:480px;
	background:url(images/reg.gif) no-repeat;
	position:relative;
}
#block-block-3 .reg-block .reg-date {
    color: #FFFFFF;
    font-size: 15pt;
    left: 20px;
    padding-top: 100px;
    left: 27px;
    position: absolute;
    top: 56px;
}

#block-block-9 .reg-block .reg-date{
	position:absolute;
	color:#fff;
	font-size:16px;
    left: 27px;
    top: 54px;	
}
#block-block-3 .reg-block .reg-link,
#block-block-9 .reg-block .reg-link{
    cursor: pointer;
    height: 113px;
    left: 0;
    position: absolute;
    top: 0;
    width: 500px;
}
#block-block-3 .reg-block .reg-link {
    height: 279px;
}
#block-block-3 .reg-registered{
	font-style:italic;
	font-size:13px;
	padding:8px 0 0 8px;
	color:#050505;
	text-decoration: underline;
}

#block-block-9 .reg-registered{
	font-style:italic;
	font-size:13px;
	padding:1px 0 0 8px;
	color:#050505;
}
#block-block-3 .reg-registered span,
#block-block-9 .reg-registered span{
	color:#fa1212;
	font-weight:700;
	font-style:normal;
}
#block-block-4.block{
	font-size: 13px;
    line-height: 18px;
	position:relative;
	padding:41px 16px 10px 20px;
}
#block-block-4 .abs-left-top{
	position:absolute;
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:42px;
	height:59px;
	width:156px;
	background:url(images/psi.png) no-repeat;
	top:-25px;
	left:-17px;
	padding:0 0 0 18px;
}
#block-block-4 .anons{
	width:275px;
	height:263px;
	float:left;
}
#block-block-4 .anonsleft{
	margin:0 27px 0 0;
}

#block-block-4 .anons img{
	border:1px solid #CACACA;
	padding:7px;
	width:259px;
	height:76px;
}
#block-block-4 .anons p img{
	vertical-align:bottom;
	border:0;
	padding:0;
	height:11px;
	width:11px;
}
#block-block-4.block .content h2{
	color:#2f2f2f;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	padding:9px 0 18px;
}
#block-block-5.block{
	margin-top:52px;
	padding:0;
}
#block-block-5  .h2_title{
	background: url("images/bg-block-h1.png") repeat-x;
	color: #FFFFFF;
	display: block;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
}
#block-block-5  .content{
	background:url(images/video.png) no-repeat;
}
#block-block-5 .video-block{
	height:251px;
	width:302px;
    padding: 28px 0 0 22px;
	margin:0 auto;
}
#block-block-5 ul,
#block-block-5 ul li{
	padding:0;
	margin:0;
}
#block-block-5 .video-block ul.youtube-video li{
	display:none;
}
#block-block-5 .video-block ul.youtube-video li.active{
	display:block;
}
#block-block-5 p{
	font-size:12px;
	font-weight:bold;
	margin:0 0 8px;
}
#block-block-5 p,
#block-block-5 ul.youtube-tumbs {
	padding:0 0 0 12px;
}
#block-block-5 ul.youtube-tumbs li{
	display:block;
	margin:0 10px 14px 0;
	float:left;
	cursor:pointer;
}
#block-block-5 ul.youtube-tumbs li.active img {
    border-color:#343434;
}
#block-block-5 ul.youtube-tumbs li img{
	padding:4px;
	border:1px solid #CACACA;
}

#block-block-7,
#block-block-8 {
	position:absolute;
	top:42px;
	right:-5px;
	z-index:70;
	color:#fff;
	font-size:12pt;
	width:640px;
	height:44px;
}
#block-block-7 a,
#block-block-8 a {
/*	font-size:24px;
	line-height:26px;
	text-shadow:#121212 1px 1px;
	margin:0 0 4px;
*/
    display:block;
    height:44px;
    cursor:pointer;
    position:relative;
    z-index:500;
}
.video-free {
	background: url("images/new-video-bg.jpg") no-repeat -222px 0;
    height: 103px;
}
#block-block-20 .video-1,
#block-block-20 .video-2,
#block-block-20 .video-3,
#block-block-20 .video-4{
	float:left;
}
#block-block-20 .video-1{
	padding: 0 7px 0 0;
}
#block-block-20 .video-2{
	padding: 0 4px 0 0;
}
#block-block-20 .video-3{
	padding: 0 5px 0 0;
}

/*--------------------------------------------------------*/

#sided{
    width:100%;
    min-height:100px;
    margin-bottom:30px;
}

.content .content-image {
    float:right;
    width:320px;
    height:125px;
    background:#262C2C;
    margin:0 0 0 15px;
}

/*--------------------------------------------------------*/
#node-6 .content {margin-top:0;}
#reg-box{
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
	display:none;
	height: 563px;
}
#node-6 #reg-box{
	display:block;
	position:relative;
}
#node-6 #reg-box{

}
#reg-box #outercontainer{
    height: 463px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 600px;
    z-index: 9;
	padding:40px;
	background:#fff url(images/popup.jpg) no-repeat 40px 40px;
	border:10px solid #e2e2e2;
}
#node-6 #reg-box #outercontainer{
    min-height: 448px;
    margin: 30px 60px;
    overflow: hidden;
    position: relative;
    z-index: 9;
	padding:35px 60px 20px;
	background:#eeebeb;
	border:1px solid #e9e6e6;
	border-color:#eeebeb #eeebeb #e9e6e6 #e9e6e6;
	border-radius:5px;
	width:auto;
	height:auto;
}
#node-48 {
	font-size:11px;
	line-height:16px;
	padding:14px 0;
}
#node-48 li {
  background:url(images/li-leaf-red.gif) no-repeat 0 8px;
}
#node-48 .front-left-col1, 
#node-48 .front-left-col2, 
#node-48 .front-left-col3 {
  float:left;
  width:314px;
} 
#node-48 .front-left-col1, 
#node-48 .front-left-col2 {
  margin-right:30px;
}
#reg-box #outercontainer form .form-inner{
	display:block;
	width:524px;
	padding:0 30px 20px 54px;
	position:relative;
	color:#9e9a9a;
}
#reg-box #outercontainer form .form-inner input{
	width:275px;
	height:20px;
	display:block;
	border:0;
	position:absolute;
	left:157px;
	top:0;
	z-index:5;
}
#reg-box #outercontainer form .form-inner input#fioid{
	top:123px;
}
#reg-box #outercontainer form .form-inner input#cityid{
	top:152px
}
#reg-box #outercontainer form .form-inner input#emailid{
	top:183px;
}
#reg-box #outercontainer form .form-inner input#entercid{
	top:298px;
	width:115px;
}
#reg-box #outercontainer form .form-inner input#email2id{
	top:212px;
}
#reg-box #outercontainer form .form-inner #reg-form-submit{
	top:352px;
	font-size:17px;
	text-transform:uppercase;
	font-weight:700;
	color:#070707;
	border-bottom:solid 2px #070707;
	width:238px;
	background:none;
	cursor:pointer;
	left:210px;
}

.reg-remember {
	top: 307px;
	position:absolute;
	left:58px;
	font-size:9px;
}
#reg-box #outercontainer form .form-inner .reg-remember input,
#reg-box #outercontainer form .form-inner .reg-18 input{
	position:relative;
	left:0;
	top:0;
	float:left;
	width:15px;
	height:11px;
}
#reg-box #outercontainer form .form-inner .reg-remember .inp-text,
#reg-box #outercontainer form .form-inner .reg-18 .inp-text{
	float:left;
	line-height:15px;
}
#reg-box #outercontainer form .form-inner .reg-remember .inp-text{
	width:100px;
}
#reg-box #outercontainer form .form-inner .reg-18 .inp-text{
	width:320px;
	text-align:left;
}
.reg-18{
	top: 300px;
	position:absolute;
	left:112px;
	font-size:9px;
}
.reg-close{
	position:absolute;
	left:555px;
	top:-20px;
	cursor:pointer;
	text-decoration:underline;
	width:70px;
	z-index:10501;
	height:20px;
	line-height:20px;
}
#node-6 .reg-close{
	display:none;
}
.fio, .city, .email, .email2{
	position:absolute;
	z-index:10;
	text-transform:uppercase;
	width:275px;
	height:20px;
	text-align:center;
	font-style:normal;
	font-size:14px;
	line-height:19px;
	font-weight:700;
}
.enter_phone, .enterc
{
	position:absolute;
	z-index:10;

	height:20px;
	text-align:center;
	font-style:normal;
	font-weight:700;
}
.fio{
	top:123px;
	left:157px;	
}
.city{
	top:155px;
	left:157px;	
}
.email{
	top:186px;
	left:157px;		
}
.email2{
	top:215px;
	left:157px;	
}
.enter_phone{
	top:246px;
	left:87px;	
}
.enterc{
	top:306px;
	left:157px;
font-size:9px;	
}
.telephon-outer{
	width:230px;
	height:134px;
	background:url(images/telephon.png) no-repeat;
	position:absolute;
	top:345px;
	left:157px;
}
#reg-box #outercontainer form .form-inner input#telephonid{
	width:177px;
	height:16px;
	top:263px;
	left:157px;
	z-index:5;
}
.telephon{
    font-size: 14px;
    font-weight: 700;
    height: 18px;
    left: 157px;
    line-height: 16px;
    position: absolute;
    top: 263px;
    width: 277px;
    z-index: 10;
}
/*-----------------------*/
.reg-details{
	background:#fff url(images/reg-1.gif) no-repeat 40px 40px;
	position:relative;
	margin:0 auto;
	width:600px;
	height:463px;
    border: 10px solid #E2E2E2;
	padding:40px;
	font-size:12px;
}
.reg-details .reg-close{
	top:20px;
}
.reg-details .row-1{
	color:#000;
	font-style:italic;
	position:absolute;
	top:160px;
	left:174px;
}
.reg-details .row-2{
	position:absolute;
	top:190px;
	left:209px;
}
.reg-details .row-3{
	position:absolute;
	top:210px;
	left:200px;
}
.reg-details .row-3 span{
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}
.reg-details .row-4{
	font-style:italic;
	position:absolute;
	top:245px;
	left:90px;
}
.reg-details .row-5{
	font-style:italic;
	position:absolute;
	top:265px;
	left:180px;
}

.reg-details .tip-1{
	position:absolute;
	top:395px;
	left:120px;
	border-bottom:1px solid #FF0000;
	height:8px;
}
.reg-details .tip-2{
	position:absolute;
	top:395px;
	left:290px;
	border-bottom:1px solid #FF0000;
	height:8px;
}
.reg-details .tip-3{
	position:absolute;
	top:395px;
	left:440px;
	border-bottom:1px solid #FF0000;
	height:8px;
}
.reg-details .tip-1-link{
	cursor:pointer;
	height:110px;
	left:80px;
	position:absolute;
	top:275px;
	width:165px;
}
.reg-details .tip-2-link{
	cursor:pointer;
	height:110px;
	left:255px;
	position:absolute;
	top:275px;
	width:165px;
}
.reg-details .tip-3-link{
	cursor:pointer;
	height:110px;
	left:430px;
	position:absolute;
	top:275px;
	width:165px;
}
.slide-click-8,
.slide-click-7,
.slide-click-6,
.slide-click-5,
.slide-click-4,
.slide-click-3,
.slide-click-2,
.slide-click-1,
.slide-click-9,
.slide-click-10{
	cursor:pointer;
	height:317px;
	left:0px;
	position:absolute;
	
	width:100%;
}
.enter-translation{
	cursor:pointer;
	width:210px;
	height:43px;
	display:block;
	background-image:url('images/knopka-translation.gif');
	text-align:center;
	margin:30px auto 30px auto;
}

/*-------------------------------------------------------------------------*/
#wrapper #container #front-slider{
	height:540px;
	padding:0 0 5px;
	position:relative;
}
#wrapper #container #front-slider .slider-inner{
	background:url(images/poloska.png) no-repeat;
	height:66px;
}
#front-slider .jcarousel-skin-tango .jcarousel-container-horizontal {
    margin: 0;
    padding: 0;
    width: 1002px;
}
#front-slider  .jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 525px;
    width: 1002px;
}
#front-slider .jcarousel-skin-tango .jcarousel-item {
    height: 525px;
    margin: 0;
    width: 1002px;
	position:relative;
} 
#front-slider  .block ul{
	padding:0;
}
#front-slider p{
	margin:0;
}
#front-slider  .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
}
#front-slider .jcarousel-skin-tango .jcarousel-item img {
    border: 0;
}
#front-slider .jcarousel-skin-tango .jcarousel-item .views-field-field-image-fid{
	z-index:20px;
	position:absolute;
}
#front-slider .jcarousel-skin-tango .jcarousel-item .views-field-title{
	z-index:-25px;
	position:absolute;
	top:312px;
	left:61px;
	font-size:48px;
	color:#e50004;
	text-shadow:#000 1px 1px;
	line-height:56px;
	visibility:hidden;
}
#front-slider .jcarousel-skin-tango .jcarousel-item .views-field-body{
	z-index:30px;
	position:absolute;
	top:170px;
	left:0px;
	color:#fff;
	width:100%;
	line-height:18px;
	text-align:justify;
}
#front-slider .jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: url(images/left.png) no-repeat;
    cursor: pointer;
    height: 27px;
    left: 0px;
    position: absolute;
    top: 333px;
    width: 41px;
}
#front-slider .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0 0;
}
#front-slider .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, 
#front-slider .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, 
#front-slider .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: pointer;
    background-position: -41px 0;
}
#front-slider .jcarousel-skin-tango .jcarousel-next-horizontal {
    background: url(images/right.png) no-repeat;
    cursor: pointer;
    height: 27px;
    right: 0px;
    position: absolute;
    top: 333px;
    width: 41px;
}
#front-slider .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: 0 0;
}
#front-slider .jcarousel-skin-tango .jcarousel-next-disabled-horizontal, 
#front-slider .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, 
#front-slider .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: pointer;
    background-position: -41px 0;
}
#slider-bottom {
	height:25px;
	width:1001px;
	/*background:url(images/bg-slider-bottom.png) no-repeat 0 bottom;*/
	position:absolute;
	bottom:36px;
	left:0;
	z-index:50;
}
.chat-link{
	height:95px;
	width:402px;
	background:url(images/chat.png) no-repeat;
	float:right;
	margin:-42px -3px 0 0;
}
.chat-link a{
	display:block;
	height:93px;
	width:376px;
}
/*----------------------------------------------------------------*/

#node-3 .en_border, 
#node-1837 .en_border{
     border: .1em solid rgb(220, 0, 0); 
     height: 100px;
     padding-right: 10px;
     padding-left: 10px;
}

#node-3 .en_border #border,
#node-1837 .en_border #border {
     border-width: .1em;
     border-style: dotted;
     border-color: rgb(158, 157, 157); 
}

#node-top-right{
	float:right;
	margin:0;
}
#node-top-left{
	float:left;
	margin:4px 0 15px;
	width:460px;
}
#block-block-12 p{
	margin:40px 0 0;
	width:200px;
	float:left;
}
#block-block-12 a{
	font-size:18px;
	color:#7e7e7e;
}
#block-block-12 .mybooks{
	width:203px;
	height:199px;
	background:url(images/books.jpg) no-repeat;
	float:left;
	margin:0 20px 0 0;
}
#node-3 .column1,
#node-1837 .column1 {
	width:326px;
	padding:0 16px 0 0;
	float:left;
	background:url("images/vertical-line.png") no-repeat right 0;
	min-height:620px;
}
#node-3 .column2,
#node-1837 .column2 {
	width:314px;
	padding:0 16px 0 8px;
	float:left;
	background:url("images/vertical-line.png") no-repeat right 0;
	min-height:620px;
}
#node-3 .column3,
#node-1837 .column3 {
	width:314px;
	padding:0 0 0 8px;
	float:left;
}
#node-3 ul li,
#node-1837 ul li {
	background:url(images/pointer.png) no-repeat 6px 6px;
}
/*---------------------------------*/
#node-42 .column1{
	width:320px;
	float:left;
	min-height:620px;
}
#node-42 .column2{
	width:320px;
	margin:0 21px;
	float:left;
	min-height:620px;
}
#node-42 .column3{
	width:320px;
	float:left;
}
#node-42 .img-outer{
	width:320px;
	height:124px;
	background:#262c2c;
	margin:0 0 27px;
}

#node-55 .column1,
#node-56 .column1,
#node-57 .column1{
	width:320px;
	float:left;
}
#node-55 .column2,
#node-56 .column2,
#node-57 .column2{
	width:320px;
	margin:0 21px 15px 21px;
	float:left;
}
#node-55 .column3,
#node-56 .column3,
#node-57 .column3{
	width:320px;
	float:left;
}
#node-55 .img-outer,
#node-56 .img-outer,
#node-57 .img-outer{
	width:320px;
	height:124px;
	background:#262c2c;
	margin:0 0 27px;
}
.blog-rolik{
	width:575px;
	height:421px;
	background:url(images/bg1.jpg) no-repeat;
	padding: 23px 0 0 66px;
	float:left;
}
.block-rolik-reg{
	float:left;
	width:198px;
	padding:0 162px 0 0;
	height:144px;
	background:url(images/videocamera.jpg) no-repeat right 13px;
}

#node-58{
	text-align:center;
}
.we {
	width:1001px;
	height:272px;
	background:url(images/we.jpg) no-repeat;
}
.iam{
	height:128px;
	width:164px;
	border-bottom:solid 1px #e80005;
	margin:0 2px 14px; 
}
/*------------------------------------*/
#oplata-outer{
	width:950px;
	height:740px;
	background:url(images/oplata.jpg) no-repeat 102px 0;
	position:relative;
}

#oplata-outer input.text-inp{
	width:330px;
	height:16px;
	border:0;
	position:absolute;
	left:318px;
	z-index:5;
	text-align:center;
	color:#a9a7a7;
	font-size:14px;
	font-weight:700;	
	height:15px;
	line-height:15px;
}
.paypal-xx-1,
.imja-xx-1,
.familiya-xx-1,
.city-xx-1,
.skype-xx-1,
.email-xx-1,
.email-xx2-1,
.area-xx-1,
.summa-xx-1{
	width:330px;
	height:15px;
	line-height:15px;
	border:0;
	position:absolute;
	left:318px;
	z-index:15;
	text-align:center;
	color:#a9a7a7;
	font-size:14px;
	font-weight:700;
}
#oplata-outer .my-box1,
#oplata-outer .my-box2{ 
	width:375px;
	font-size:14px;
	font-weight:700;
	position:absolute;
}
#oplata-outer .my-box-3{
	width:20px;
	position:absolute;
	left:185px;
	top:440px;
}
#oplata-outer .my-box1{
	top:0;
	left:20px;
}
#oplata-outer .my-box2{ 
	left:399px;
	top:0;
}
#oplata-outer #paypal-xx{
	top:99px;
	left:316px;
	height:14px;
}
.paypal-xx-1{
	top:98px;
}
#oplata-outer  #imja-xx{
	top:133px;
	left:317px;
	height:15px;
}
.imja-xx-1{
	top:133px;
}
#oplata-outer #familiya-xx{
	top:166px;
	height:15px;
}
.familiya-xx-1{
	top:165px;
}
#oplata-outer #city-xx{
	top:201px;
	height:14px;
}
.city-xx-1{
	top:200px;
}
#oplata-outer #skype-xx{
	top:235px;
	height:15px;	
}
.skype-xx-1{
	top:235px;
}
#oplata-outer #email-xx{
	top:268px;
	height:15px;
}
.email-xx-1{ 
	top:268px;
}

#oplata-outer #email-xx2{
	top:304px;
	height:15px;
}
.email-xx2-1{
	top:304px;
}
#oplata-outer  #summa-xx{
	top:411px;
}
.summa-xx-1{
	top:411px;
}
#area-xx{
	width:330px;
	height:57px;
	top:337px;
	left:318px;
	border:0;
	position:absolute;
}
.area-xx-1{
	width:330px;
	height:59px;
	top:360px;
	left:318px;
}
#pay-form-submit{
	border:0;
	border-bottom:solid 1px #e80005;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#000;
	background:none;
	cursor:pointer;
	position:absolute;
	left:383px;
	top:575px;
	width:208px;
}
#oplata-output {
    font-size:16px;
    font-weight:700;
    color:#e80005;
    text-align:center;
    margin:25px;
}
/*--------------------------- Western Union -----------------------------------*/
#node-21 #oplata-outer,
#node-227 #oplata-outer,
#node-20 #oplata-outer,
#node-1496 #oplata-outer{
	background: url("images/pay-wu.jpg") no-repeat scroll 102px 14px transparent;
    height: 730px;
    position: relative;
    width: 950px;
}
#node-21 #oplata-outer  #imja-xx,
#node-227 #oplata-outer  #imja-xx,
#node-1496 #oplata-outer  #imja-xx,
#node-20 #oplata-outer  #imja-xx{
	top:103px;
	left:307px;
	height:14px;
}
#node-21 .imja-xx-1,
#node-227 .imja-xx-1,
#node-1496 .imja-xx-1,
#node-20 .imja-xx-1{
	top:102px;
	left:307px;
}
#node-21 #oplata-outer #familiya-xx,
#node-227 #oplata-outer #familiya-xx,
#node-1496 #oplata-outer #familiya-xx,
#node-20 #oplata-outer #familiya-xx{
	top:140px;
	height:14px;
	left:307px;
}
#node-21 .familiya-xx-1,
#node-227 .familiya-xx-1,
#node-1496 .familiya-xx-1,
#node-20 .familiya-xx-1{
	top:139px;
	left:307px;
}
#node-21 #oplata-outer #city-xx,
#node-227 #oplata-outer #city-xx,
#node-1496 #oplata-outer #city-xx,
#node-20 #oplata-outer #city-xx{
	top:177px;
	height:14px;
	left:307px;
}
#node-21 .city-xx-1,
#node-227 .city-xx-1,
#node-1496 .city-xx-1,
#node-20 .city-xx-1{
	top:176px;
	left:307px;
}
#node-21 #oplata-outer #skype-xx,
#node-227 #oplata-outer #skype-xx,
#node-1496 #oplata-outer #skype-xx,
#node-20 #oplata-outer #skype-xx{
	top:214px;
	height:14px;
	left:307px;
}
#node-21 .skype-xx-1,
#node-227 .skype-xx-1,
#node-1496 .skype-xx-1,
#node-20 .skype-xx-1{
	top:214px;
	left:307px;
}
#node-21 #oplata-outer #email-xx,
#node-227 #oplata-outer #email-xx,
#node-1496 #oplata-outer #email-xx,
#node-20 #oplata-outer #email-xx{
	top:253px;
	height:14px;
	left:307px;
}
#node-21 .email-xx-1,
#node-227 .email-xx-1,
#node-1496 .email-xx-1,
#node-20 .email-xx-1{ 
	top:253px;
	left:307px;
}

#node-21 #oplata-outer #email-xx2,
#node-227 #oplata-outer #email-xx2,
#node-1496 #oplata-outer #email-xx2,
#node-20 #oplata-outer #email-xx2{
	top:290px;
	height:14px;
	left:307px;
}
#node-21 .email-xx2-1,
#node-227 .email-xx2-1,
#node-1496 .email-xx2-1,
#node-20 .email-xx2-1{
	top:290px;
	left:307px;
}
#node-21 #oplata-outer  #summa-xx,
#node-227 #oplata-outer  #summa-xx,
#node-1496 #oplata-outer  #summa-xx,
#node-20 #oplata-outer  #summa-xx{
	top:411px;
	left:310px;
	height:14px;
}
#node-21  .summa-xx-1,
#node-227  .summa-xx-1,
#node-1496  .summa-xx-1,
#node-20  .summa-xx-1{
	top:411px;
	left:310px;
}
#node-21 #area-xx,
#node-227 #area-xx,
#node-1496 #area-xx,
#node-20 #area-xx{
	width:330px;
	height:57px;
	top:337px;
	left:310px;
	border:0;
	position:absolute;
}
#node-21 .area-xx-1,
#node-227 .area-xx-1,
#node-1496 .area-xx-1,
#node-20 .area-xx-1{
	width:330px;
	height:59px;
	top:355px;
	left:310px;
}
#node-21  #pay-form-submit,
#node-227  #pay-form-submit,
#node-1496  #pay-form-submit,
#node-20  #pay-form-submit{
	border:0;
	border-bottom:solid 1px #e80005;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#000;
	background:none;
	cursor:pointer;
	position:absolute;
	left:383px;
	top:575px;
	width:208px;
}
#node-21 .my-box-3,
#node-227 .my-box-3,
#node-1496 .my-box-3,
#node-20 .my-box-3{
	left:177px;
}
/*------------------WebMoney---------*/
#oplata-outer-webmoney .area-xx-1,#oplata-outer-webmoney .summa-xx-1 {
    width:330px;
    height:15px;
    line-height:15px;
    border:0;
    position:absolute;
    left:318px;
    z-index:15;
    text-align:center;
    color:#a9a7a7;
    font-size:14px;
    font-weight:700;
}

#oplata-outer-webmoney {
    width:950px;
    height:770px;
    background:url(images/oplata-webmoney.jpg) no-repeat 102px 0;
    position:relative;
}

#oplata-outer-webmoney .my-box1,#oplata-outer-webmoney .my-box2 {
    width:375px;
    font-size:14px;
    font-weight:700;
    position:absolute;
}

#oplata-outer-webmoney .my-box-3 {
    width:20px;
    position:absolute;
    left:190px;
    top:432px;
}

#oplata-outer-webmoney .my-radio-wmr {
    width:20px;
    position:absolute;
    left:328px;
    top:300px;
}

#oplata-outer-webmoney .my-radio-wmz {
    width:20px;
    position:absolute;
    left:412px;
    top:300px;
}

#oplata-outer-webmoney .my-box1 {
    top:0;
    left:20px;
}

#oplata-outer-webmoney .my-box2 {
    left:399px;
    top:0;
}

#oplata-outer-webmoney #imja-xx {
    top:101px;
    left:325px;
    height:14px;
}

#oplata-outer-webmoney .imja-xx-1 {
    top:101px;
}

#oplata-outer-webmoney #familiya-xx {
    top:135px;
    height:14px;
}

#oplata-outer-webmoney .familiya-xx-1 {
    top:136px;
}

#oplata-outer-webmoney #city-xx {
    top:167px;
    height:14px;
}

#oplata-outer-webmoney .city-xx-1 {
    top:167px;
}

#oplata-outer-webmoney #skype-xx {
    top:200px;
    height:14px;
}

#oplata-outer-webmoney .skype-xx-1 {
    top:200px;
}

#oplata-outer-webmoney #email-xx {
    top:234px;
    height:14px;
}

#oplata-outer-webmoney .email-xx-1 {
    top:235px;
}

#oplata-outer-webmoney #email-xx2 {
    top:266px;
    height:14px;
}

#oplata-outer-webmoney .email-xx2-1 {
    top:266px;
}

#oplata-outer-webmoney #summa-xx {
    top:404px;
}

#oplata-outer-webmoney .summa-xx-1 {
    top:405px;
}

#oplata-outer-webmoney #area-xx {
    width:312px;
    height:45px;
    top:335px;
    left:323px;
    border:0;
    position:absolute;
}

#oplata-outer-webmoney .area-xx-1 {
    width:327px;
    height:56px;
    top:350px;
    left:318px;
}

#oplata-outer-webmoney #pay-form-submit {
    border:0;
    border-bottom:solid 1px #e80005;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    color:#000;
    background:none;
    cursor:pointer;
    position:absolute;
    left:383px;
    top:575px;
    width:208px;
}

#oplata-outer-webmoney input.text-inp {
    width:318px;
    border:0;
    position:absolute;
    left:325px;
    z-index:5;
    text-align:center;
    color:#a9a7a7;
    font-size:14px;
    font-weight:700;
    height:15px;
    line-height:15px;
}
/*---------Google-----------------*/
#oplata-outer-google .google-acc-xx-1
{
	width:330px;
	height:15px;
	line-height:15px;
	border:0;
	position:absolute;
	left:318px;
	z-index:15;
	text-align:center;
	color:#a9a7a7;
	font-size:14px;
	font-weight:bold;
}
#oplata-outer-google{
	width:950px;
	height:710px;
	background:url(images/oplata-google.jpg) no-repeat 102px 0;
	position:relative;
}
#oplata-outer-google .my-box1,
#oplata-outer-google .my-box2{ 
	width:375px;
	font-size:14px;
	font-weight:bold;
	position:absolute;
}
#oplata-outer-google .my-box-3{
	width:20px;
	position:absolute;
	left:185px;
	top:440px;
}

#oplata-outer-google .my-box1{
	top:0;
	left:20px;
}
#oplata-outer-google .my-box2{ 
	left:399px;
	top:0;
}
#oplata-outer-google  #imja-xx{
	top:78px;
	left:325px;
	height:14px;
}
#oplata-outer-google .imja-xx-1{
	top:79px;
}
#oplata-outer-google #familiya-xx{
	top:112px;
	height:14px;
}
#oplata-outer-google .familiya-xx-1{
	top:112px;
}
#oplata-outer-google #city-xx{
	top:146px;
	height:14px;
}
#oplata-outer-google .city-xx-1{
	top:146px;
}
#oplata-outer-google #skype-xx{
	top:180px;
	height:14px;	
}
#oplata-outer-google .skype-xx-1{
	top:180px;
}
#oplata-outer-google #email-xx{
	top:215px;
	height:14px;
}
#oplata-outer-google .email-xx-1{ 
	top:216px;
}

#oplata-outer-google #email-xx2{
	top:248px;
	height:14px;
}
#oplata-outer-google .email-xx2-1{
	top:248px;
}
#oplata-outer-google .google-acc-xx-1{
	top:284px;
	height:14px;
}
#oplata-outer-google #google-acc-xx{
	top:283px;
}
#oplata-outer-google  #summa-xx{
	top:411px;
	height:14px;
}
#oplata-outer-google .summa-xx-1{
	top:411px;
	height:14px;
}
#oplata-outer-google #area-xx{
	width:318px;
	height:48px;
	top:337px;
	left:323px;
	border:0;
	position:absolute;
}
#oplata-outer-google .area-xx-1{
	width:324px;
	height:50px;
	top:352px;
	left:318px;
}
#oplata-outer-google input.text-inp{
	width:318px;
	height:16px;
	border:0;
	position:absolute;
	left:325px;
	z-index:5;
	text-align:center;
	color:#a9a7a7;
	font-size:14px;
	font-weight:bold;	
	height:15px;
	line-height:15px;
}
/*-------------------------------------------------------*/

/*------buttons for free/paid video ------------*/
#node-23.node .content div.free-training{
  padding: 20px 0 0 0;
  text-align: left;
}

#node-23.node .content div.free-training img{
width:250px;
height:96px;
}

#node-23.node .content div.paid-training{
  padding: 20px 0 0 0;
  text-align: left;
}

#node-104.node .content div.likeh2{
	font-size:18px;
	color:#787878;
	line-height:26px;
	/*border-bottom:solid 1px #e80005;*/
	display:block;
	text-transform:uppercase;
	margin:6px 0 17px;
}

#node-23.node .content div.paid-training img{
width:250px;
height:96px;
}
/*-------------------------------------------------*/
/* Страница скачивания плагина */

#node-24 #plugin_download {
    display:block;
    background:url('images/plugin_browsers.png') no-repeat center 10px;
    padding:80px 25px 25px 25px;
    margin: 30px 30px 40px 140px;
    width:300px;
    border:2px solid #DEDEDE;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
    text-align:center;
}

#plugin_download a {
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f80000), color-stop(1, #ca0000) );
	background:-moz-linear-gradient( center top, #f80000 5%, #ca0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f80000', endColorstr='#ca0000');
	background-color:#f80000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}

#plugin_download a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ca0000), color-stop(1, #f80000) );
	background:-moz-linear-gradient( center top, #ca0000 5%, #f80000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca0000', endColorstr='#f80000');
	background-color:#ca0000;
}

#plugin_download a:active {
	position:relative;
	top:1px;
}

/*-------------------------------------------------*/
#node-31.node .content p{
  font: 13px/100% Verdana, sans-serif;
  color: #333949;
  line-height:16px;
}

#node-39.node .content p{
  font: 13px/100% Georgia, Verdana, sans-serif;
  color: #333949;
  line-height:17px;
}


#node-37.node .content p{
  font: 13px/100% Verdana, sans-serif;
  color: #333949;
  line-height:17px;
}

 .lib-outline{
background-color:#ffffff;
}

 .lib-outline2{
background-color:#ffffff;
}

.lib-razdel{
	font-size:14px;
	text-transform:uppercase;
	color:#4a4a4a;
	line-height:22px;
	margin:10px 0 5px;
}

.toemail{
	position:absolute;
	left:5px;
	top:597px;
	font-size:16px;
	color:#000;
}
.submenu div {
	float:left;
	width:320px;
	margin:0 0 30px;
}
.submenu .item-2{
	margin:0 21px 30px;
}
.submenu .item_selected{
    text-decoration:none;
	border-bottom:solid 2px #ff0000;
}

.block-rolik-back .back a {
	float:left;
	width:198px;
	padding:0 162px 0 0;
	height:144px;
    color: #7E7E7E;
    font-size: 18px;
	margin-top:35px;
}
.blog_record {
	text-align:justify;
	font-size:13px;
}
.submenu a:link,
.submenu a:visited{
	display:block;
	text-decoration:none;
	border-bottom:solid 2px #333333;
	width:320px;
	font-size:15px;
	height:20px;
	text-transform:uppercase;
}
.submenu a:hover{
	border-bottom:solid 2px #ff0000;	
}
.submenu a.active:link,
.submenu a.active:visited,
.submenu a.active:hover{
	display:block;
	text-decoration:none;
	border-bottom:solid 2px #ff0000;
	width:320px;
	font-size:15px;
	height:20px;
}

.annoncement-main{
	background:#fff url(images/annonce_main.png) no-repeat 0px 0px;
	float:right;
	position:relative;
	width:502px;
	height:133px;
	font-size:10px;
}

.annoncement-main .row-1{
	position:absolute;
	left:28px;
	top:30px;
}
.annoncement-main .row-2{
	position:absolute;
	left:48px;
	top:41px;
}
.annoncement-main .row-3{
	position:absolute;
	left:33px;
	top:52px;
}
.annoncement-main .row-4{
	position:absolute;
	left:28px;
	top:64px;
	font-size:10px;
}
.annoncement-main .row-5{
	position:absolute;
	left:34px;
	top:77px;
}
.annoncement-main .row-6{
	position:absolute;
	left:28px;
	top:88px;
}
.annoncement-main .row-7{
	position:absolute;
	left:46px;
	top:99px;
}

.annoncement-main .r-row-1{
	position:absolute;
	left:185px;
	top:26px;
}
.annoncement-main .r-row-2{
	position:absolute;
	left:205px;
	top:38px;
}
.annoncement-main .r-row-3{
	position:absolute;
	left:185px;
	top:51px;
}
.annoncement-main .r-row-4{
	position:absolute;
	left:194px;
	top:63px;
}
.annoncement-main .r-row-5{
	position:absolute;
	left:185px;
	top:75px;
}
.annoncement-main .r-row-6{
	position:absolute;
	left:241px;
	top:87px;
}
/*------------------------------------*/
.annoncement-main-page{
	background:#fff url(images/annonce_main_page.png) no-repeat 0px 0px;
	float:right;
	position:relative;
	width:502px;
	height:187px;
	font-size:10px;
	top: -20px;
}

.annoncement-main-page .row-1{
	position:absolute;
	left:57px;
	top:54px;
}
.annoncement-main-page .row-2{
	position:absolute;
	left:60px;
	top:68px;
}
.annoncement-main-page .row-3{
	position:absolute;
	left:47px;
	top:82px;
}
.annoncement-main-page .row-4{
	position:absolute;
	left:42px;
	top:99px;
	font-size:10px;
}
.annoncement-main-page .row-5{
	position:absolute;
	left:30px;
	top:113px;
}
.annoncement-main-page .row-6{
	position:absolute;
	left:54px;
	top:127px;
}
.annoncement-main-page .row-7{
	position:absolute;
	left:52px;
	top:141px;
}

.annoncement-main-page .r-row-1{
	position:absolute;
	left:202px;
	top:34px;
}
.annoncement-main-page .r-row-2{
	position:absolute;
	left:212px;
	top:46px;
}
.annoncement-main-page .r-row-3{
	position:absolute;
	left:202px;
	top:59px;
}
.annoncement-main-page .r-row-4{
	position:absolute;
	left:202px;
	top:71px;
}
.annoncement-main-page .r-row-5{
	position:absolute;
	left:200px;
	top:82px;
}
.annoncement-main-page .r-row-6{
	position:absolute;
	left:222px;
	top:95px;
}
/*------ Knopka-Migalka IDET TRENING ------------*/
#migalka {
    width:260px;
    height:192px;
    display:block;
    background-image:url('images/migalka.png');
    background-position:0px 0px;
}
#migalka.migalka2 {
    background-position:0px -193px;
}
/*----------------------------------------------*/

.content .new-video-link{
	cursor: pointer;
	position:relative;
    height: 20px;
    left: -205px;
    top: 30px;
    width: 140px;
	 text-decoration: none
}

.content a{
/*text-decoration: none*/
}
.clear{clear:both;width:100%;height:1px;overflow:hidden;}

/*------------Biblioteka------------------------*/
.node ul.b li{list-style-type:square;
			padding: 0 0 .2em 1.5em;
			list-style-position:inside;}
/*------------------------24-05-2011-----------------------------*/
#front-left-top{
	width:658px;
/*	height:335px; */
	float:left;
	margin:0 23px 43px 0;
}
#front-left-top h1{
	display:block;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	font-family:georgia;
	font-weight:bold;
	line-height:32px;
	background:url(images/bg-block-h1.png) repeat-x;
	padding: 0 0 0 15px;
}
#front-left-top .content{
	padding:27px 30px 0 20px;
	font-size:11px;
	line-height:16px;
}
#front-left-top img{ 
	border:solid 1px #cacaca;
	padding:4px;
	float: left;
	margin:-25px 20px 34px 0;
}
#front-right-top{
	width:321px;
	float:left;
	margin:0 0 24px;
}
#block-block-3{
	border:solid 1px #cacaca;
	width:538px;
	height:335px;
}
#front-right-top .content{
	padding:12px 15px 15px;
	border:#6f6f6f 1px solid;
	border-radius:8px;
}
/*--------------------------------15-06-2011---------------------------------------*/
#node-top-first{
	height:65px;
	width:100%;
	border:solid 1px #cacaca;
	background:url("images/bg-black-h1.png") repeat-x;
	clear:both;
	margin:0 0 29px;
}
#node-top-first ul.menu{ 
	margin:32px 0 0;
}
#node-top-first ul.menu li{ 
	line-height:33px;
	float:left;
	font-size:16px;
	font-weight:bold;
	border-right:solid 1px #cacaca;
	margin:0;
	padding:0;
	width:500px;
	text-align:center;
}
#node-top-first ul.menu li.last{ 
	border:0;
}
#node-top-first ul.menu li a{ 
	padding:0 40px;
	display:block;
}
#node-top-first ul.menu li.first a{ 
	padding:0 38px;
}
#node-top-first ul.menu li.last a{ 
	padding:0 29px;
}
#node-top-first ul.menu li a:link,
#node-top-first ul.menu li a:visited{ 
	
	color:#000;
}
#node-top-first ul.menu li a.active:link,
#node-top-first ul.menu li a.active:visited,
#node-top-first ul.menu li.active-trail a:link,
#node-top-first ul.menu li.active-trail a:visited{
	background:#f0f0f0;
}
#node-top-first ul.menu li a:hover{
	background:#f0f0f0;
}
/*--------view-video-rolik------------*/
#node-top-left-video { 
	width:634px;
	margin: 0 0 45px;
	float:left;
}
.view-video-rolik  .views-field-field-youtube-video-value{
	height:254px;
	background:url(images/iphone.png) no-repeat;
	border:solid 1px #cacaca;
	padding:41px 128px 43px 124px;
	width:380px;
	overflow:hidden;
	margin:0 0 26px;
}
.view-video-rolik  .views-field-field-youtube-video-title-value{
	font-size: 17px;
    font-weight: bold;
    line-height: 17px;
    margin: 8px 0 10px;
}
.view-video-rolik  .views-field-field-annotation-value{
	font-size: 13px;
    line-height: 18px;
}
.videoblog #mycontent{
	width:634px;
	float:left;
}
#wrapper.videoblog #container #sidebar-right.sidebar {
	width:344px;
	float:right;
}
#wrapper.videoblog .clearer {
    height:25px;
}
.view-video-rolik .video-anons{
	border:solid 1px #cacaca;
	padding:12px;
	position:relative;
	float:left;
	width:610px;
}
.view-video-rolik .videoanons{
	width:292px;
	padding:4px 0 0 40px;
	float:left;
}
.view-video-rolik .views-field-field-image-related-fid img{
	border: 1px solid #CACACA;
    padding: 7px;
}
.trio-up{
	position:absolute;
	background:url(images/trio-up.png) no-repeat;
	width:20px;
	height:11px;
	top:-11px;
	left:30px;
}
.view-video-rolik .views-field-field-related-title-value{
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
	margin: 7px 0 7px 332px;
}
.next-video{
	margin: 0 0 0 332px;
	font-size:14px;
}
/*--------------------view-roliki------------------------------*/
.view-roliki{
	border:solid 1px #cacaca;
	padding:41px 4px 41px 24px;
	margin:0 0 45px;
	float:left;
	position:relative;
}
.view-roliki .view-header{
	background:url(images/bg-left-title.png) no-repeat 0 0;
	width:644px;
	height:59px;
	overflow:hidden;
	position:absolute;
	top:-22px;
	left:-16px;
}
.view-roliki .view-header h2{
	background: url("images/bg-left-title-h1.png") repeat-x 0 0;
    color: #FFFFFF;
    display: block;
    font-family: georgia;
    font-size: 17px;
    line-height: 40px;
    padding: 0 85px 0 16px;
	height:43px;
	float:left;
    text-transform: uppercase;
}
.view-roliki .views-row{
	width:276px;
	height:221px;
	float:left;
	margin:0 26px 0 0;
	font-size: 13px;
    line-height: 18px;
	position: relative;
}
.view-roliki img{
	border:solid 1px #cacaca;
	padding:7px;
}
.view-roliki .views-field-field-youtube-video-title-value{
	font-size:17px;
	line-height: 17px;
	font-weight:bold;
	margin:8px 0 10px;
}

.view-roliki .views-field-created {
	font-weight:bold;
    font-size:10px;
    height:14px;
    width:75px;
	color:#fff;
	background:black;
	text-align:center;
	position:relative;
	top:65px;
	left:8px;
	padding:2px;
	-moz-opacity:.50;
    opacity:.50;
    filter:alpha(opacity=50);
	position: absolute;
}
.view-roliki .views-field-created .field-content {
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
}
/*-----------------view-video-top----------------------*/
#wrapper #container .sidebar #block-views-video_top-block_1.block,
#wrapper #container .sidebar #block-views-video_top-block_3.block{
	border:solid 1px #cacaca;
	border-bottom:0;
	margin:0;
}

#wrapper #container .sidebar #block-views-video_top-block_2.block{
	border:solid 1px #cacaca;
	border-bottom:1;
	margin:0;
}

#block-views-video_top-block_1 h2,
#block-views-video_top-block_2 h2{
	background: url("images/bg-black-h1.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-family: georgia;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 0 15px;
    text-transform: uppercase;
}

#block-views-video_top-block_3 h2{
	background: url("images/bg-black-h1.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-family: georgia;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 0 15px;
    text-transform: uppercase;
}

.view-video-top{
	padding:20px 18px 0;
}
.view-video-top img{
	border:solid 1px #cacaca;
	padding:7px;
	float:left;
	margin:0 14px 0 0;
}
.view-video-top .views-row{
	height:92px;
	font-size: 13px;
    line-height: 18px;
	margin:0 0 18px;
}
.view-video-top  .views-field-field-youtube-video-title-value{
	font-weight: bold; 
	margin:0 0 12px;
}

#block-views-video_top-block_5,
#block-views-video_top-block_6{
	border:solid 1px #cacaca;
	border-top:0;
}

#block-views-video_top-block_4{
	border:solid 1px #cacaca;
}

#block-views-video_top-block_4 .view-video-top {
    padding: 18px 0px 0px 18px;
}

#block-views-video_top-block_5 .view-video-top, 
#block-views-video_top-block_6 .view-video-top {
    padding: 0 18px;
}
div.play-button {
    background: url('images/video-play.png') no-repeat;
    -moz-opacity:.75;
    opacity:.75;
    filter:alpha(opacity=75);
    display:block;
    z-index:10;
    width:30px;
    height:30px;
}
/*----------------------------------------------------------------*/
.field-field-youtube-video-title{
    background: url("images/bg-black-h1.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
	height:30px;
	overflow:hidden;
    font-family: georgia;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 0 15px;
	margin:-0.5em 0 22px;
    text-transform: uppercase;
	border:solid 1px #cacaca;
	border-bottom:0;
}
.field-field-youtube-video{
    background: url("images/iphone.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #CACACA;
    height: 254px;
    margin: 0 0 26px;
    overflow: hidden;
    padding: 41px 128px 43px 124px;
    width: 380px;
}
.field-field-youtube-video p{
	margin:0;
}
#block-block-35{
	height:118px;
	border:solid 1px #cacaca;
	font-size:11px;
	color:#000;
	text-align:center;
	line-height:1.1em;
	
	background:url(images/videocamera2.jpg) no-repeat right 13px;
	
}
#block-block-35 p{
text-align:left;
padding-left:25px;
padding-top:35px;
width:190px;
}
/*--------------------------------------------------------*/
.videoblog .node{
	border:solid 1px #cacaca;
	padding:18px;
	font-size:13px;
	line-height: 18px;
}

.oagree{
	left:380px;
	top:525px;
	position:absolute;

}
.confirm-code-captcha{
	left:220px;
	top:555px;
	position:absolute;
}
.typestrong{
	font-weight: 600;
}

.type_em{
	font-style:italic;
}
/*------------------------------------------------------------*/
/*---------------- front-new ---------------------------------*/
/*------------------------------------------------------------*/
.front #center {
  font-size:11px; 
  line-height:16px; 
  color:#000;
}
.front #front-left h2.block-title, #node-48 h2.block-title {
  border-bottom:#6f6f6f 4px solid;
  color:#787878;
  font-size:21px;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  text-transform:uppercase;
  font-weight:bold;
  letter-spacing:-1px;
}
.front #center h3 {
  font-size:18px;
  line-height:18px;
  color:#6f6f6f;
  border-bottom:#ff0900 1px solid;
  padding:10px 0;
  margin-bottom:5px;
}

#node-48 .content .front-left-col1 h3{
  font-size:18px;
  line-height:15px;
  color:#6f6f6f;
  border-bottom:#000900 1px solid;
  padding:10px 0;
  margin-bottom:5px;
  margin-top: -10px;
}

#node-48.node .front-left-col1 h3.boss{
  font-size:18px;
  line-height:15px;
  color:#6f6f6f;
  border-bottom:#ff0900 1px solid;
  padding:10px 0;
  margin-bottom:5px;
  margin-top: -10px;
}
/*------------------------------------------------------------*/
#block-block-37 {
  position:absolute;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  font-size:19px;
  text-shadow:1px 1px 0px #3f3f3f;
  right:-7px;
  top:40px;
  z-index:51;
  background:url(images/free-online-traning-date-bg-right.png) no-repeat 100% 3px;
  line-height: 19px;
  color:#fff;
  border-radius:7px;
  letter-spacing:-1px;
  padding-right:30px;
}
#block-block-37 .content {
  background:url(images/free-online-traning-date-bg.png) no-repeat 0 3px;
  padding:14px 0 14px 20px;    
}
#block-block-37 .label {

}
#block-block-37 .date,
#block-block-37 .month,
#block-block-37 .year {
  padding-left:5px;
}
/*-------------------------------------------------------------*/
#block-block-38 {
  background:url(images/register-block-bg.png) no-repeat 0 0;
  height: 198px;
  position:relative; 
  left:-5px;  
}
#block-block-38 .registrant-count{
  text-align:right;
  padding-bottom: 10px;
  font-size: 15px;
  width: 625px;
}
#block-block-38 .reg-button {
  float:left;
  width:300px;
}
#block-block-38 .question {
  font-size:19px; 
  line-height:21px;
  letter-spacing:-0.7px;
}
#block-block-38 .reg-button a {
  background:url(images/online-registration-button.png) no-repeat 0 0;
  display:block;
  width:223px;
  height:53px;
  text-indent:-10000px;
  margin:10px 0 10px -5px;
}

#block-block-38 .reg-button a:hover {
  background-position:0 -53px;
}
#block-block-38 .trening-date-wrap {
  float:right; 
  width:258px; 
  text-align:center;
  padding-top: 15px;
  height: 125px;
}

.trening_date {
font-size: 14px;
line-height: 21px;
letter-spacing: -0.7px;
}
#block-block-38 .trening-counter {
  width:258px; 
  height:95px;
  position:absolute;
  top:86px;
  background:url(images/register-block-counter-bg.png) no-repeat center center;  
}
#block-block-38 .trening-date {
position: absolute;
width: 169px;
height: 33px;
top: 49px;
right: 40px;
text-align: left;
}
#block-block-38 .double-number {
	float: left;
	width: 55px;
}
#block-block-38 .number {
	display: inline-block;
	width: 25px;
	height: 33px;
	font-size: 28px;
	line-height: 29px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
  background:url(images/number-bg.png) no-repeat center center;
}
/*---------------------------------------------------------------*/
#block-block-39 {
  position:relative;

}
#block-block-39 h2 {
  height:47px;
  background:url(images/chat-header-bg.png) no-repeat 0 0;
  position:relative;
  left:-5px;
  z-index:57;
  margin-bottom:-42px;
  text-indent:-10000px; 
}
#block-block-39 .manager-icon {
  float:right;
  width: 91px;
  height:102px;
  padding-left:0px;
  text-align:right;
}
#block-block-39  img {
  padding:0 !important;
  border:0 !important;
}
#block-block-39 .question {
  font-size:19px; 
  line-height:21px;
  color:#6f6f6f;
  padding-top:35px;
}
#block-block-39 .trening-date {
  margin-top:10px;
}
#block-block-39 .chat-popup a{
  display:block;
  border:#6f6f6f 1px solid;
  border-radius:8px;
  height:49px;
  text-indent:-10000px;
  margin:10px 0 0;  
}
/*------------------------------------------*/
#block-block-40 {
  float:left;
  width:340px;
}
#block-block-40 .content {
  padding-right:30px;
}
/*------------------------------------------*/
#block-block-41 {
  float:left;
  width:313px;
}
/*--------------------------------------------*/
#block-block-42.block{
	margin-top:15px;
	padding:0;
}

#block-block-42  .content{
	background:url(images/video-new.png) no-repeat 100% 9px;
	position:relative;
	min-height:300px;	
}
#block-block-42 .video-block{
	height:251px;
	width:298px;
    padding: 39px 0 0 45px;
    position:absolute;
	right:0;
}
#block-block-42 .youtube-items {
  width:320px;
}
#block-block-42 .youtube-items li {
padding-bottom:5px !important;
}
#block-block-42 .youtube-items li:hover{
  background-color:#f2f0f0;
  cursor:pointer;
}
#block-block-42  .more-videos {
  text-align:right;
}
#block-block-42 ul,
#block-block-42 ul li{
	padding:0;
	margin:0;
}
#block-block-42 #youtube-thumbs-container .thumb-img {
  display:none;
}
#block-block-42 #youtube-thumbs-container .thumb-img-active {
  display:block !important;
}
#block-block-42 #youtube-thumbs-container img {
  padding:0 !important;
  border:0 !important;
  cursor:pointer;
}

#block-block-42 .video-block ul.youtube-video li{
	display:none;
}
#block-block-42 .video-block ul.youtube-video li.active{
	display:block;
}
#block-block-42 p{
	font-size:12px;
	font-weight:bold;
	margin:0 0 0;
}
#block-block-42 p,
#block-block-42 ul.youtube-tumbs {
	padding:0 0 0 12px;
}
#block-block-42 ul.youtube-tumbs li{
	display:block;
	margin:0 10px 14px 0;
	float:left;
	cursor:pointer;
}
#block-block-42 ul.youtube-tumbs li.active img {
    border-color:#343434;
}
#block-block-42 ul.youtube-tumbs li img{
	padding:4px;
	border:1px solid #CACACA;
}
/*-------------------------------------*/
#block-block-43 {
  position:relative;
top: 25px;
}
#block-block-43 h2 {
  height:47px;
  background:url(images/news-header-bg.png) no-repeat 0 0;
  position:relative;
  left:-5px;
  z-index:57;
  margin-bottom:-42px;
  text-indent:-10000px; 
}
#front-right #block-block-43 .content {
  padding-top:40px;
  min-height:383px;
}
#block-block-43 .news-item {
  padding-top:20px;
}
#block-block-43  .news-title {
  font-size:18px;
  line-height:18px;
  color:#6f6f6f;
  padding-bottom:10px;
  border-bottom:#6f6f6f 1px solid;
}
/*---------------------------------------------*/
#subscription-block h2{
	height: 47px;
	background: url(images/news-header-bg.png) no-repeat 0 0;
	position: relative;
	left: -5px;
	z-index: 57;
	margin-bottom: -42px;
	text-indent: -10000px;
}

.subscribe-button{
background: url(https://www.yburlan.ru/sites/all/themes/newburlan/images/sub_button_red.png) no-repeat 0 0;
display: block;
width: 143px;
height: 31px;
text-indent: -10000px;
margin: 10px auto 0;
}
.sub-content{
border: 1px solid #7F6F6F;
border-radius: 8px;
padding: 12px 15px 15px;
font-size: 15px;
line-height: 16px;
text-align: justify;
min-height: 82px;
}
.payed-subscription{
font-size: 18px;
line-height: 18px;
color: #6F6F6F;
margin:0 auto;
width:155px;
}


/*-----------------------------------------*/
#block-block-44 .subscribe-block-title {
  background:url(images/grey-line.png) repeat-x 0 center;
  font-size:18px;
  line-height:18px;
  color:#6f6f6f; 
  margin-bottom:10px;
  text-align:center;
}
#block-block-44 .subscribe-block-title span {
  background:#fff;
  padding:0 12px;
}
#block-block-44 .subscribe-link a{
  display:block;
  width:144px;
  height:31px;
  margin:10px auto 0;
  background:url(images/subscribe-button.png) no-repeat 0 0;
  text-indent:-10000px;
}
#block-block-46 .content {
  border:none !important;
  border-radius:none !important;
  padding:0 !important;
}
#block-block-46 img {
  border:none !important;
  padding:0 !important;
}
/*------------------------------------------------------------*/
#block-block-47 {
  position:absolute;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  font-size:19px;
  text-shadow:1px 1px 0px #3f3f3f;
  right:-7px;
  top:40px;
  z-index:51;
  background:url(images/free-online-traning-date-bg-right.png) no-repeat 100% 3px;
  line-height: 19px;
  color:#fff;
  border-radius:7px;
  letter-spacing:-1px;
  padding-right:30px;
}
#block-block-47 .content {
  background:url(images/free-online-traning-date-bg.png) no-repeat 0 3px;
  padding:14px 0 14px 20px;    
}
#block-block-47 .label {

}
#block-block-47 .date,
#block-block-47 .month,
#block-block-47 .year {
  padding-left:5px;
}
/*--------------------besplatnye-treningi----------------------------------------*/
.akcent-font {
  font-size:19px; 
  line-height:21px;
  letter-spacing:-0.7px;
  margin-bottom:8px;
}
.sidebar-left .free-lects #incenter {
  background-position: 325px;
}
.sidebar-left .free-lects #sidebar-left {  
  width:325px !important;
}
.sidebar-left .free-lects #mycontent {
  width:660px !important;
}
 .free-lects .block-title {
  font-size:18px;
  line-height:18px;
  color:#6f6f6f;
  border-bottom:#6f6f6f 1px solid;
  padding:10px 0;
  margin-bottom:5px;
  text-transform:none !important;
}
h2.red-title {
  font-size:18px;
  line-height:18px;
  color:#6f6f6f;
  border-bottom:#ff0900 1px solid;
  padding:10px 0;
  margin:0 0 5px !important;
  text-transform:none !important;
}
/*------------------------------------------------------------*/
#block-block-48 .traning-date {
  border-top:#ff0900 1px solid;
  border-bottom:#ff0900 1px solid;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  font-size:19px;
  line-height:19px;
  margin:8px 0;  
  padding:8px 0;  
  text-align:center;    
}
/*------------------------------------------------------------*/
#block-block-49 .student-result {
  min-height:115px;
  background:url(images/line.png) no-repeat center bottom;  
  margin:10px 0;
  padding-bottom:7px;
  font-size: 10pt;
line-height: 1.4em;
}
#block-block-49 .fleft {
  float:left;
  width:95px;  
}
#block-block-49 .student-fio {
  font-size:110%;
  font-weight:bold;
  margin-bottom:20px;
}

/*-------------------------------------------------------------*/
#reg-trening-box {
  font-size:110%;
}
#node-6 #reg-trening-box #outercontainer{
    min-height: 393px;
    margin: 30px 60px 15px;
    overflow: hidden;
    position: relative;
    z-index: 9;
	padding:35px 60px 0px;
	background:#eeebeb;
	border:1px solid #e9e6e6;
	border-color:#eeebeb #eeebeb #e9e6e6 #e9e6e6;
	border-radius:5px;
}

#reg-trening-box #outercontainer{
    min-height: 393px;
    margin: 30px 60px 15px;
    overflow: hidden;
    position: relative;
    z-index: 9;
	padding:35px 60px 0px;
	background:#eeebeb;
	border:1px solid #e9e6e6;
	border-color:#eeebeb #eeebeb #e9e6e6 #e9e6e6;
	border-radius:5px;
}
#reg-trening-box #reg-form {
  position:relative;
}
#reg-trening-box .reg-form-error{
  border-bottom:#ff0900 1px solid;
  margin-bottom: 30px;
  text-align:center;
}
#reg-trening-box .reg-form-error #reg-form-error {
  background:#eeebeb;
  position:relative;
  padding:0 15px;
  top:7px;  
}
#reg-trening-box input {
  display:block;
  width:340px;
  height:28px;
  margin-bottom:10px;
  border:1px #cbcbcb solid;
  border-radius:10px;
  text-align:center;
  margin-left:20px;
  padding:0 10px;
  font-size:18px;
}
#reg-trening-box .trening-reg-18 {
  margin-left:20px;
}
#reg-trening-box .trening-reg-18 input {
  display:inline;
  width:auto;
  margin:0;
  float:left;  
}
#reg-trening-box .trening-reg-18 .inp-text {
  margin: 12px 0 0 25px;
  position: relative;
  top: 5px;
}
#reg-trening-box  #telephonid {
  text-align:left;
}
#reg-trening-box #reg-form-submit {
	background: url(/sites/all/themes/newburlan/images/online-registration-button.png) no-repeat 0 0;
	width: 223px;
	height: 53px;
	margin:20px auto;
	cursor:pointer;
	text-indent:-5000px;
	border:0;
}
#reg-trening-box #reg-form-submit:hover {
  background-position:0 -53px;  
}
.redstar {
  color:#fc2f2f;
  float:left;
  padding:10px 0 0 0;
  width:20px;
}
.greystar {
  color:#6f6f6f;
  float:left;
  padding:10px 0 0 0;
  width:20px;
}
#reg-trening-box .trening-fio,
#reg-trening-box .trening-city,
#reg-trening-box .trening-email,
#reg-trening-box .trening-email2,
#reg-trening-box .trening-telephon {
  font-size:18px;
  position:absolute;
  color:#c6c5c5;
  width: 362px;
  text-align:center;
  left:20px;
  line-height:18px;
  padding:6px 0;
}
#reg-trening-box .trening-enter_phone {
  margin:8px 0 8px 20px;
}
#reg-trening-box .star-about {
  margin:12px 0 8px 20px;
}
#reg-trening-box #recaptcha {
  width:318px;
  margin:10px auto;
}
.color-red {
  color:red !important;
}
.color-grey {
  color:#c6c5c5;
}
.border-red {
  border-color:red !important;
}
.border-grey {
  border-color:#cbcbcb;
}
/*----------------biblioteka---------------------*/
/*-----------------------------------------------*/
.library .menu-1330 a {
  border-bottom: 2px solid #F1605A !important;
  color: #000000 !important;
}
.sidebar-right .library #incenter {
  background:url(images/dotted.gif) repeat-y 670px 0;
  margin-bottom:20px;
}
.library #mycontent {
  padding-top:45px;  
}
.sidebar-right .library #mycontent {
  float:left;
  width:650px;
  padding-right:20px; 
}
.sidebar-right .library #sidebar-right {
  float:right !important;
  width:312px !important; 
}


/*-------------------biblioteka-articles-list---------------*/
div.block-red-title {
  border-bottom:#ff0900 3px solid;
  color:#787878;
  font-size:21px;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  text-transform:uppercase;
  font-weight:bold;
  letter-spacing:-1px;
  padding-bottom: 5px;
  padding-top:15px;
}
.library #mycontent .views-row-even {
  background-color:#faf4f6;
}
.library .node-teaser {
  margin-bottom:0;
  font-size:11px !important; 
  line-height:16px;   
}
h3.node-title {
  border-bottom:1px #6f6f6f solid;
  padding:10px 0;
  margin-bottom:15px;
  font-size:18px;
  line-height:18px;
}
div.node-title {
  border-bottom:1px #6f6f6f solid;
  padding-top:15px;
  padding-bottom:10px;
  margin-bottom:10px;
  font-size:18px;
  line-height:18px;
}
h3.node-title a {
  text-decoration:none;
  color:#000;
}
div.node-title a {
  text-decoration:none;
  color:#000;
}
h3.node-title a:hover {
  text-decoration:underline;
}
.library .node-teaser .content-wrap {
  padding-bottom:10px;
}
.library .node-teaser .content-left {
  float:left;
  width:250px;
}
.library-breadcrumbs-teaser a{
  font-style:italic;
  font-size:12px !important;
  color:#797979 !important;
}

.library-breadcrumbs.library-breadcrumbs-teaser {
padding: 15px;
}
.library .node-teaser .read-more {
  display:block; 
}
.library .node-teaser .stat-info {
  border-top:1px #6f6f6f solid;
  border-bottom:2px #6f6f6f solid; 
  text-align:right;
}
.library .node-teaser .stat-info .reads-count{
  display:inline-block;
  width: 225px;
  text-align:center;
  margin:4px 0 4px 40px;
  border-left:1px #c8c8c8 solid;
}

/*-----------------------biblioteka-menu-------------------------*/
#block-superfish-1 {
  background:#fff;
  min-height: 60px;
  margin-top: -7px;  
}
#block-superfish-1 li {
  background:transparent;
  margin-right:1px;
  width:110px;
  height:36px;
}
#block-superfish-1 a {
  border:0;
}
#block-superfish-1  li a {
  background:url(images/drop-down-menu-li-bg.png) repeat-x 0 0;
  border-radius:0 0 8px 0;
  width:90px;
  height:26px;
  color:#fff;
  text-shadow:1px 1px 1px #3f3f3f;
  text-decoration:none;
  letter-spacing:-0.5px;
  line-height:13px;
  font-size:13px;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  text-align:center;
  padding:10px 10px 0;
  white-space:normal !important;
}
#block-superfish-1  #menu-2157-1 a, 
#block-superfish-1 #menu-2156-1 a  {
  height:33px;
  padding:3px 10px 0;
}
/*
#block-superfish-1  #menu-2153-1 a, 
#block-superfish-1  #menu-2154-1 a,
#block-superfish-1  #menu-2156-1 a, 
#block-superfish-1  #menu-2157-1 a,
#block-superfish-1  #menu-2158-1 a,
#block-superfish-1  #menu-2160-1 a {
  height:33px;
  padding:3px 0 0;
}
*/
#block-superfish-1  li a:hover, 
#block-superfish-1  li.active-trail a,
#block-superfish-1 .sfHover a{
  background:url(images/drop-down-menu-li-bg.png) repeat-x 0 -36px;
  text-shadow:none;
  color:#000;    
}
#block-superfish-1  li ul {
  background:transparent url(images/ul-panel-bg.png) no-repeat 0 13px;
  width:642px;
  height:42px;  
/*  
*   border:1px #eeebeb solid;
*  border-radius:8px;
*  border-color:#eeebeb #eae7e7 #eae7e7 #eeebeb;
*/  
  padding:15px 3px 0 10px;
}
#block-superfish-1  li li, 
#block-superfish-1  li li a, 
#block-superfish-1  li.active-trail li a,
#block-superfish-1  li.sfHover li a {
  background:transparent;
  width:auto !important;
  line-height:40px;
  text-shadow:none;
  color:#1F1E1E;  
  font-family:Georgia, serif;
  font-style:italic;
  height:40px;
  vertical-align:middle;
}
#block-superfish-1  li li {
  padding-bottom:0; 
}
#block-superfish-1  li li a {
  padding:0 2px;
  margin-right:10px;
  text-decoration:underline;  
}
#block-superfish-1  li li.active-trail a, #block-superfish-1  li li a:hover {
  background:transparent;
  text-shadow:none;
  color:#dd231c;
  text-decoration:none;  
}
.sf-menu.sf-style-white li, .sf-menu.sf-style-white.sf-navbar {
background:#fff;
}
.sf-navbar li:focus ul, .sf-navbar li:hover ul, .sf-navbar li:active ul, .sf-navbar li.sfHover ul, .sf-navbar li li:focus ul, .sf-navbar li li:hover ul, .sf-navbar li li:active ul, .sf-navbar li li.sfHover ul, .sf-navbar .active-trail ul {
  top:36px;
}
/*----------------------right-biblioteka-menu----------------*/
#block-yburlan-0 h2.block-title-0 {
  color:#6f6f6f;
  margin:15px 0 2px;
  border-bottom:1px #ff0900 solid;
  padding-bottom:2px;  
}
#block-yburlan-0 h2.block-title-1 {
  font-size:11px;
  padding-top:3px;  
}

#block-yburlan-0 div.block-title-0 {
  color:#6f6f6f;
  margin:15px 0 2px;
  border-bottom:1px #ff0900 solid;
  padding-bottom:2px;  
  font-size:14pt;
  line-height:1.4em;
}
#block-yburlan-0 div.block-title-1 {
  font-size:13pt;
  padding-top:3px;  
  
  line-height:1.4em;
}

#block-yburlan-0 .divnewlinks {
  padding:0px 15px;
  background-color:#fcf8f8;
}
#block-yburlan-0 .divnewlinks a {
  display:block;
  padding-bottom:10px;
  text-decoration:none;
  font-size:11pt;
}
#block-yburlan-0 .activelink {
  color:#ff0000 !important;
  padding-top:0px;
}

#block-yburlan-0 .divnewlinks a:hover {
text-decoration: underline;
}
/*----------------------right-biblioteka-rubric----------------*/
#block-yburlan-1 h2.block-title {
  color:#000;
  margin:15px 0 2px;
  border-bottom:1px #ff0900 solid;
  padding-bottom:2px;  
}
#block-yburlan-1 .view-content {
  padding-left:15px;  
}
#block-yburlan-1  a {
  font-size:12px;
  line-height:1.4em;
  text-decoration:none;
  color:#6f6f6f;
  margin-left:15px;
  padding:3px 0;
  display:block;  
}
#block-yburlan-1 a:hover {
  text-decoration:underline; 
}
#block-yburlan-1 a.active-node,
#block-yburlan-1 a.active-term {
   color: #DD231C;  
}
#block-yburlan-1 a.activelink {
  font-size:11px;
  line-height:15px;
  text-decoration:underline !important;
  color:#ff0000!important;
  margin-left:15px;
  padding:3px 0;
  border-bottom:0 !important;
  display:inline;  
}
/*---------------node-library---------------------------------*/
.library .node-full h1.page-title {
  font-size:24px;
  color:#000;
  border-bottom:1px #ff0900 solid;
  line-height:24px;
  padding:10px 0;
  margin-bottom:20px;
}
.library-breadcrumbs-page  {
  border-bottom:1px #6f6f6f solid;
  padding-bottom:6px;
}
.node-bottom .library-breadcrumbs-page  {
  border-bottom-width:2px;
  border-top:1px #6f6f6f solid;
  padding-top:4px;
  margin-bottom: 25px;
}
.library-breadcrumbs-page a {
  font-size:14px;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  color:#6f6f6f !important;
  text-decoration:none;
}

.library-breadcrumbs-page a:hover {
  text-decoration:underline;
}
.article-author {
  font-style:italic;
  text-align:left;
}
.node-full .reads-count {
  font-size:16px;
}
.node-full .reads-count span{
  font-weight:bold;
}
.node-full  .comments-count {
  font-size:14px;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  color:#6f6f6f !important;
  text-transform:uppercase;
}
/*----------------lib-subscribe---------------------------*/
#lib-subscribe {
border: 1px solid #CCC;
width: 400px;
height: 167px;
margin: 1.2em auto;
}
#lib-subscribe p {
padding:1em 1em 0 1em;
margin: 0;
}
#lib-subscribe .alignleft {
float:left;
margin:1em;
}
#lib-subscribe .alignright {
float:left;
margin:1em;
}
#lib-subscribe input, #lib-subscribe button {
padding: 4px;
font-size:110%;
}
#lib-subscribe span {
background: #DD231C;
color: white;
text-align:center;
display:block;
padding-top: 7px;
padding-bottom: 7px;
font-family: georgia;
font-size: 14pt;
}
/*----------------article-recommend------------------------*/

.article-recommend {
margin-top: 25px;
width: 450px;
margin-bottom: 35px;
}
.videoitem.clear-block {
display: inline-block;
}
.based-on {
font-weight: bold;
margin-bottom: 15px;
margin-top: 10px;
}
.reads-counter {
margin-bottom: 15px;
}

.reads-counter {
margin-bottom: 15px;
float: right;
}
.public-date{
	margin-top:15px;
}

.article-recommend .linkitem {
  /*padding:10px 0;*/
  border-bottom:1px #d4d4d4 solid;
  font-size:11px;
}
.article-recommend div{
  font-size:19px;
  line-height:19px;
  padding:7px 0;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  color:#000 !important;
  border-bottom:1px #ff0900 solid;
  margin-bottom:0;
}
.article-recommend h3 {
  font-size:16px;
  padding-bottom:3px;  
}
.article-recommend p {
  margin:0; 
}
/*----------------popular------------------------*/
#block-block-50 {
  background:#eeebeb;
  border:1px #eeebeb solid;
  border-color:#eeebeb #eae7e7 #eae7e7 #eeebeb;
  padding:10px 15px;
  border-radius:8px;
}
#block-block-50 h2.block-title {
  font-size:19px;
  line-height:20px;
  padding:7px 0;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  color:#000 !important;
  text-transform:uppercase;
  border-bottom:1px #ff0900 solid;
  margin-bottom:0;
}
#block-block-50 h3.node-title{
  margin-bottom:5px;
}
#block-block-50 .stat-info{
  margin-top:5px;
}
#block-block-50 .reads-count{
  width:139px; 
  margin-left:0;
  border-left: 0;  
  border-right: 1px solid #C8C8C8;  
}
#block-block-50 .comments-count {
  text-align:center;
  width:139px;
  display:inline-block; 
}
/*-----------------video---------------------*/
#block-block-51 {
  background:#f3f3f3;
  padding:10px 15px;  
} 
#block-block-51 .videotitle {
  font-size:18px;
  line-height:20px;
  padding:7px 0;
  color:#000; 
  border-bottom:1px #6f6f6f solid; 
  margin-bottom: 10px; 
}
#block-block-51 .videotitle a {
 color:#000; 
 text-decoration:none; 
}
#block-block-51 .videotitle a:hover {
 text-decoration:underline; 
}
#block-block-51 .foto {
  width:142px;
  float:left;
}
/*-----------------review---------------------*/
#block-block-52 h2.block-title {
  font-size:19px;
  line-height:20px;
  padding:7px 0;
  font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
  color:#000 !important;
  text-transform:uppercase;
  border-bottom:1px #ff0900 solid;
  margin-bottom:0;
}
#block-block-52 .revieitem {
  padding:15px 0 30px;
  border-bottom:1px #d4d4d4 solid;  
} 
 
#block-block-52 .reviewtitle {
  font-size:18px;
  line-height:20px;
  padding:7px 0;
  color:#6f6f6f; 
  border-bottom:1px #6f6f6f solid; 
  margin-bottom: 10px;
  margin-left:130px;  
}
#block-block-52 .reviewtitle a {
 color:#6f6f6f; 
 text-decoration:none; 
}
#block-block-52 .reviewtitle a:hover {
 text-decoration:underline; 
}
#block-block-52 .foto {
  width:130px;
  float:left;
}

#superfish-1 {
margin-top: 25px;
}

.node img {max-width:100%;} 

.view-video-top .play-button{
	display:none;
}

h1.tit_h1 {
    display: block;
    border-bottom: solid 4px #6F6F6F;
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 6px 0 15px;
    font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #787878;
}
/*-----------------welcome page---------------------*/
.welcome-left {
	float:left;
	margin:0 13px 0 0;
	width:665px;
}
.welcome-left .greyblock {
    background:#f2f1f1;
	border-radius:6px;
	width:625px;
	padding:20px;
	margin-bottom:30px;
}
.welcome-left .inform {
  background:url(images/dotted-vertical.png) repeat-y 410px 0;
}
.welcome-left .register-inform {
  float:left;
  width:410px;
  font-size:18px;
  color:#ff0900;
  text-align:center;
  line-height:1.33;
  padding-top:15px;
}
.welcome-left .register-inform strong {
  font-weight:bold;
  font-size:18px;
  font-style:italic;
}
.welcome-left .trening-inform {
  width:200px;
  float:right;
  text-align:center; 
  font-size:11px; 
}
.welcome-left .trening-inform .trening-title {
  border-bottom:#ff0900 1px solid;
  text-align:center;
}
.welcome-left .trening-inform .trening-title span {
  background:#f2f1f1;
  position:relative;
  padding:0 15px;
  top:9px;  
}
.welcome-left .trening-inform .trening-date {
  border-bottom:#ff0900 1px solid;
  padding:12px 0;
}
.welcome-left .trening-inform .trening-date span{
  font-size:14px;
  font-style:italic;
  font-weight:bold;  
  color:#ff0900;
}
.welcome-left .video{
  margin-top:20px;
  padding-top:20px;
  border-top:#6f6f6f 1px solid; 
}
.welcome-left .video-title{
  font-family:Georgia;
  font-size:18px;
  margin-bottom: 15px;  
}
.welcome-left .video-block .thumb-img {
	display:none;
}
.welcome-left .video-block .thumb-img-active{
	display:block;
}
.welcome-left .results-list {
  padding:0 20px;
}
.welcome-left .results-title {
  font-family:"Trebuchet MS", Arial, sans serif;
  font-size:19px;
  padding-bottom:10px;
  border-bottom:#ff0900 1px solid;
  margin-bottom:30px;
  text-transform:uppercase;
}
.welcome-left .member {
  padding-left:145px;
  margin-bottom:20px;
}
.welcome-left .member a, 
.welcome-left .results-more a {
  text-decoration:none;
}
.welcome-left .member-thumb {
  float:left;
  margin-left:-145px;
}
.welcome-left .member-name {
  font-size:18px;
  padding-bottom:8px;
  margin-bottom:15px;
  border-bottom:#6f6f6f 1px solid;  
}
.welcome-left .member-text {
  font-size:11px;
}
.welcome-left .member-more {
  font-weight:bold;
  font-size:11px;
  font-style:italic;
  padding:12px 0 0;  
}
.welcome-left .results-more {
  font-weight:bold;
  font-style:italic;
  font-size:11px; 
  padding:10px 0;
  border-top:#cbc4c4 1px solid;
  border-bottom:#cbc4c4 1px solid; 
  margin:0 20px 30px;  
}
.welcome-left .welcome-question {
  font-weight:bold;
  font-style:italic;
  font-size:19px; 
  padding:12px 0; 
  border-bottom:#ff0900 1px solid;
  margin:0 20px;  
}
.welcome-left .welcome-menu {
  color:#ff0900;
  padding:12px 20px; 
  margin-bottom:30px; 
  font-size:11px;  
}
.welcome-right {
	width:321px;
	float:right;
}
.welcome-right .videolist-block .content {
  border: 1px solid #6f6f6f;
  border-radius: 8px;
  padding: 30px 0 15px;
}
.welcome-right .videolist-block {
  position:relative;
  top:-15px;
}
.welcome-right .videolist-block h2 {
  height:47px;
  background:url(images/video-reviews.png) no-repeat 0 0;
  position:relative;
  left:-5px;
  z-index:57;
  margin-bottom:-42px;
  text-indent:-10000px; 
}
.welcome-right .videolist-block li {
  padding:10px 20px 20px !important;
  margin-left:0 !important;
}
.welcome-right .videolist-block li:hover {
  cursor:pointer;
  background:#f2f0f0;
}
.welcome-right .videolist-block a {
  font-size:18px;
  text-decoration:none;
}
.welcome-right .videolist-block img {
  padding:10px 0;
}
.welcome-right .videolist-block .text {
  font-size:11px; 
}
/*-----------------video on besplatnye-treningi page---------------------*/
#block-block-53   .content {
	background:url(images/video-new-display.png) no-repeat 100% 24px;	
}
#block-block-53 .video-block {
	height:221px;
	width:298px;
    padding: 53px 0 0 11px;
}

#youtube-thumbs-container{
	cursor:pointer;
}
#block-block-53 .video-block .thumb-img {
  display:none;
}
#block-block-53 .video-block .thumb-img-active {
  display:block;
}
#block-block-53 .notice-text {
  border-left:#cc0000 3px solid;
  font-style:italic;
  margin-bottom:20px;
  padding-left:10px;
  font-size:14px;
  line-height:1.4;
}
#block-block-53 .youtube-items {
  padding:0;
}
#block-block-53 .youtube-items li {
  padding:10px 10px 10px 120px;
  margin-bottom:5px;
}
#block-block-53 .youtube-items li:hover {
  cursor:pointer; 
  background:#f2f0f0;
}
#block-block-53 .youtube-items li img {
  float:left;
  margin-left:-110px;
  border: solid 1px #CACACA;
  padding: 7px;
  margin-right: 8px;
}
#block-block-53 .youtube-items li a {
  font-size:16px;
  font-weight:bold;
}
#block-block-53 .youtube-items li .text {
  padding-top:10px;
  margin-left: -111px;
}

.likes-container {
  width: 105px;
  margin: 0 auto;
}

#node-1834 .content ul {
  margin-left: 20px
}

#node-1834 .content ul li {
  list-style: initial;
  padding-left: 0;
}
/*----------------- register free -----------------*/

.form-holder{
  position:relative;
  overflow:hidden;
}
.form-holder .form-column{
  float:left;
  width:45%;
  padding:0 0 0 9%;
}
.form-holder .row.error .input {
  border: 1px solid #ff0001;
}
.row.error{
  background:none;
  border:none;
}

.form-holder .form-column:first-child{
  padding-left:0;
}
.form-holder .form-column{
  float:left;
  width:45%;
  padding:0 0 0 9%;
}
.form-holder .form-column:first-child{
  padding-left:0;
}
.form-head{
  min-height:70px;
  padding:0 0 10px;
}
#content .form-head h2{
  margin:0 0 7px;
}
.form-head .panel-box{
  background:none;
  margin:0 -10px 0 0;
  padding:0;
  display:block;
  overflow:hidden;
}
.form-head .panel-box em{
  font:18px/18px 'PT Sans Narrow', "Arial Narrow", Arial, Helvetica, sans-serif;
  color:#2f2f2f;
  padding:5px 5px 0 0;
  overflow:hidden;
  /*width:27%;*/
}
#node-2 .form-head .panel-date{ /*размер шрифта для страницы "бесплатные лекции" изменяется в файле /sites/all/themes/newburlan/page-node-6.tpl.php*/
  color:#2f2f2f;
  font-size: 48px;
  line-height:48px;
  padding:0;
  margin:0;
  float:right;
  width:70%;
}


.form-head .panel-date .different{
  color:#ff0000;
}
.form-head .panel-date .gray-color{
  color:#787878;
}
.form-head .panel-date em{
  width:auto;
  font-style:italic;
  font:italic 18px/18px "times new roman", times, serif;
  color:#777;
  margin-left:10px;
  padding:0;
}
.form-holder .note{
  color:#ff0001;
  font-style:italic;
  font-size: 12px;
  line-height:14px;
  display:block;
}
.star{
  display:inline-block;
  background:url(new_images/line-bg11.png) no-repeat 0 50%;
  width:9px;
  margin:0 5px 0 0;
}
.warranty{
  overflow:hidden;
  font-size: 11px;
  line-height:14px;
  color:#525252;
  padding:13px 0 0;
}
.warranty .visual{
  float:left;
  padding:0 15px 0 0;
}
.warranty .title{
  overflow:hidden;
  display:block;
}
.form-holder .row{
  overflow:visible;
  position:relative;
  padding:0 0 15px;
}
.form-holder .input-holder{
  float:none;
  display:block;
}
.form-holder .input-cover{
  display:block;
  position:relative;
}
.form-holder .input-cover:after{
  display:block;
  clear:both;
  content:'';
}
.form-holder .input-holder .input{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:32px;
}
.form-holder .button{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  margin:12px 0 0;
}
#webform-client-form-2857 input.error{
  border:1px solid #ff0001;
}
.error-box{
  width:275px;
  background:#fff;
  border:2px solid #ff0001;
  padding:10px;
  font-size:11px;
  line-height:12px;
  font-weight:bold;
  color:#272727;
  position:absolute;
  left:50%;
  margin:0 0 0 -64px;
  bottom:52px;
  z-index:20;
  box-shadow:0 4px 12px 0 #515151;
  -webkit-box-shadow:0 4px 12px 0 #515151;
  -moz-box-shadow:0 4px 12px 0 #515151;
  display:none;
}
.error-box:after{
  content:'';
  width:15px;
  height:10px;
  background:url(new_images/corner-bg05.png) no-repeat;
  position:absolute;
  left:12px;
  bottom:-10px;
  z-index:4;
}
.form-holder .row.error .error-box{
  display:block;
}

.form-holder form .form-text{
  border-top:1px solid #7a7a7a;
  border-left:1px solid #bdbdbd;
  border-bottom:1px solid #e9e9e9;
  border-right:1px solid #bdbdbd;
  margin:0 0 5px;
  padding:5px 10px;
  width:318px;
  float:left;
  height:22px;
  background:#fff;
  outline:none;
  color:#272727;
  font-size: 14px;
  line-height:22px;
  position:relative;
  font-weight:bold;
}
.form-holder form input:focus::-webkit-input-placeholder {
  color:transparent;
}
.form-holder form input:focus:-moz-placeholder {
  color:transparent;
}
.form-holder form input:focus:-ms-input-placeholder {
  color:transparent;
}
.form-holder form input:focus::-moz-placeholder {
  color:transparent;
}
.form-holder form input::-webkit-input-placeholder{
  color:#272727;
}
.form-holder form input:-moz-placeholder{
  color:#272727;
}
.form-holder form .input-holder.necessarily:after{
  content:'';
  background:url(new_images/line-bg11.png) no-repeat;
  width:9px;
  height:8px;
  position:absolute;
  top:0;
  right:-15px;
  z-index:2;
}
.form-holder form em{
  font-size: 12px;
  color:#8a8a8a;
  display:block;
}
.form-holder .button{
  background:#ff0001;
  border-bottom:1px solid #ff0001;
  text-align:center;
  height:44px;
  padding:0 28px;
  display:inline-block;
  position:relative;
  overflow:hidden;
  color:#fff;
  font:700 24px/44px 'PT Sans Narrow',"Arial Narrow", Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:3px;
  text-decoration:none;
}
.form-holder .button:hover{
  border-bottom:1px solid #3f3f3f;
  box-shadow:0 1px 2px 0 #444;
  -webkit-box-shadow:0 1px 2px 0 #444;
  -moz-box-shadow:0 1px 2px 0 #444;
}
.form-holder .button:active{
  box-shadow:inset 0 2px 2px 0 #444;
  -webkit-box-shadow:inset 0 2px 2px 0 #444;
  -moz-box-shadow:inset 0 2px 2px 0 #444;
}
.form-holder .button input{
  position:absolute;
  top: 0;
  right: 0;
  border: 0;
  height:100%;
  width:100%;
  cursor: pointer;
  text-indent:-9999px;
  overflow: hidden;
  line-height: 0;
  background:url(new_images/none.gif);
}

.step-design{
  background:url(new_images/bg-30.png);
  position:absolute;
  left:0;
  top:0;
  bottom:-9999px;
  right:-9999px;
  z-index:10;
  display:none;
}
.form-column.second-step .step-design{
  display:block;
}