/**
 * Common Blocks
 */
html,
body {
	height: 100%;
}
body {
	background: #fff url(../i/top_back.png) repeat-x;
	color: #000;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
}
body.dark {
	background: #2e5167 url('../i/gradient_lightblue-darkblue.png') repeat-x;
	color: #fff;
}
.hp-s-text {
	position:absolute;
	top: -1000px;
}
#layout {
	background: url(../i/bottom_back.png) 0 bottom repeat-x;
	margin: 0;
	min-height: 100%;
	min-width: 970px;
	position: relative;
}
body.dark #layout {
	background-image:none;
}
#site_can {
	font-style:italic;
	font-size:10pt;
	margin:-1.6em 0 0.4em 1em;
}
.actions,
.gallery_panel {
	overflow:hidden;
}
.actions .item,
.gallery_panel .item {
	width:171px;
	margin:0 15px 15px 0;
	float:left;
}

.actions .item {
	overflow: hidden;
	position: relative;
}
.gallery_panel .item {
	margin-top:0.6em;
}
/**
 * Header
 */
/*#languages {
	float: right;
	margin: 4px 0 0;
}*/

#header {
	margin: 0 0 0 2%;
	padding: 0 26% 0 230px;
	zoom: 1;
}
#header .contacts {
	left: 100%;
	margin-left:-220px;
	padding-top: 1em;
	position: absolute;
	top: 0;
	width: 220px;
	z-index: 2;
}
#header .contacts .phone {
	/*
	color: #446bb9;
	font-size: 2.1875em;
	*/
	color:#1980c9;
	font-size: 1.7em;
	margin-left: -.8em;
	position:relative;
	font-weight:bold;
}
#header .contacts .phone .code {
	color: #000;
	font-size: .5em;
	font-weight:normal;
	position:relative;
}
#header .contacts .request {
	font-family: Georgia, serif;
}
#header .contacts .questionnaire {
	color: #6c6d70;
	font-size: .875em;
	margin: .75em 0 1em;
	padding-left: 16px;
}
.dark #header .contacts .questionnaire {
	color:#fff;
}
#header .contacts .questionnaire .action {
	display: block;
	font-family: Georgia, serif;
	font-size: 1.214em;
}
#header .contacts .questionnaire a {
	color: #395a7d;
}
/*
 * Breadcrumbs
 */
#breadcrumbs {
	font-size:85%;
	margin:0 24% 0 2%;
	padding:0 0 0 110px;
}
/*
 * Events archive
 */
.events_archive h4 {
	margin-bottom:0;
}
.events_archive .item {
	margin:0.2em 0 0.4em -0.5ex;
	font-size:125%;
	position:relative;
}
.events_archive a,
.events_archive b {
	padding:0.5ex 1ex;
}
.events_archive .selected {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background:url(../i/gradient_darkblue-lightblue.png) 0 0 repeat-x #76acd2;
	color:#fff;
}
.events_archive a.selected:hover {
	color:#f00 !important;
}
/**
 * Logo
 */
#logo {
	float: left;
	font-weight: bold;
	left: -230px;
	margin-right:-211px;
	padding: 1em 0;
	position:relative;
	text-align: center;
	width:211px;
}
#logo .description {
	color: #6C6D70;
	display: block;
	font-size: .8125em;
	margin-bottom: 1em;
	white-space: nowrap;
}
.dark #logo .description {
	color:#000;
}
#logo a,
#logo b {
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
}
#logo a:link,
#logo a:visited {
	color: #000;
}
#logo img {
	display: block;
}
/**
 * Navigation
 */
#navigation {
	font-family: Georgia, serif;
	padding-top: 2.3em;
	width: 100%;
}
#navigation .navigation {
	margin: 0;
	width: 100%;
}
#navigation .navigation:after {
	clear: left;
	content: '';
	display: block;
}
#navigation li {
	float: left;
	margin: 0 .56em 0 0;
	padding: 5px 10px 5px 18px;
	/*position: relative;*/
	white-space: nowrap;
}
#navigation li.selected {
	background: #fff;
	-moz-box-shadow: 0 2px 2px #888;
	-o-box-shadow: 0 2px 2px #888;
	-webkit-box-shadow: 0 2px 2px #888;
	box-shadow: 0 2px 2px #888;
}
#navigation a:link,
#navigation a:visited,
#navigation b {
	color: #b34130;
}
#navigation a span {
	color: #4e79bf;
}
#navigation a:hover span {
	color: #b34130;
}
#navigation .icon {
	left: 7px;
	top: .7em;
}
#navigation .selected .icon {
	left: 5px;
	margin-top: 2px;
	top: .7em;
}
/**
 * Content
 */
#content {
	clear: both;
	line-height: 1.3;
	padding: .4em 0 7em;
	width: 100%;
}
#content:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}
#content .main {
	float: left;
	font-size: 0.9375em;
	padding-left: 2%;
	position: relative;
	width: 74%;
}
#content .main_wrap {
	padding-left: 110px;
	zoom: 1;
}
#content .wide {
	clear:both;
	font-size: 0.9375em;
	margin:0 2%;
}
#content .wide h2 {
	padding-left:110px;
}
#content .extra {
	float: left;
	font-size: 0.9375em;
	padding-left: 3%;
	width: 19%;
}

#content .main h1,
#content .extra h1 {
	margin: 0 0 -.2em;
	padding: .6em 0 .4em;
}
/**
 * Footer
 */
#footer {
	bottom: 0;
	clear: both;
	left: 0;
	padding: 15px 0 15px 79%;
	position: absolute;
	width: 19%;
}
#footer:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}
#footer .copyright {
	position:relative;
}
#footer .copyright img {
	position:absolute;
	right:100%;
	margin-right:10px;
	top:-5px;
}
#footer .copyright,
#footer .contacts {
	color: #6c6d70;
	font-size: .75em;
	margin: 0;
}
.dark #footer .copyright,
.dark #footer .contacts {
	color: #fff;
}
#footer .copyright a,
#footer .contacts a {
	color: #526881;
}
/**
 * Columns
 */
/*.columns {
	clear: left;
	zoom: 1;
}

.columns:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

.columns .column {
	float: left;
	margin-right: -1px;
	padding-right: 6%;
	width: 47%;
	zoom: 1;
}

.columns .column_last {
	padding-right: 0 !important;
}*/


/**
 * Training Dates
 */
#content .date {
	position:relative;
}
#content .training_dates {
	margin: .75em 0 1em;
}
#content .training_dates .h {
	font-size: 1.059em;
	margin: 0 0 -.6em;
	padding: 1em 0 .4em 16px;
}
#content .training_dates .item {
	line-height: 1.2;
	margin-top: .5em;
	min-height: 2em;
	height: auto !important;
	height: 2em;
	padding-left: 33px;
	position: relative;
}
#content .training_dates .date {
	height: 0;
	left:-10pt;
	margin:0 0 -.5em;
	z-index:-1;
}
#content .training_dates .dot,
table.trainings-list td.date .dot {
	display: none;
}
#content .training_dates .day,
table.trainings-list td.date .day {
	color: #b34130;
	font-size: 10pt;
	border:solid 1px #ddd;
	padding:0 2px;
	right: 100%;
	position: absolute;
	top: .3em;
}
#content .training_dates .month,
table.trainings-list td.date .month {
	color: #87888a;
	font-size: 7pt;
	right: 100%;
	position: absolute;
	top: 17pt;
}
table.trainings-list td.length {
	width: 10%;
}
.wide-table-wrapper {
	margin-right: -30%;
	max-width: 55em;
}
#content .training_dates .summary {
	font-size: .824em;
}
#content .feedbacks,
#content .questions {
	margin-bottom:3em;
}
#content .feedbacks .white_button,
#content .questions .white_button {
	margin-left: -25px;
}
/**
 * Events
 */
#content .events .item {
	margin: 1.5em 0 1.5em;
	zoom: 1;
}
#content .events .item:after {
	content: '';
	display: block;
	clear: both;
	height:0;
	overflow: hidden;
}
#content .events p.date {
	font-size: .706em;
	font-style: italic;
	margin: 0;
}
#content .events .name {
	margin: 0;
	padding: 0;
}
#content .events .summary {
	margin-top: .5em;
}
#content .events .source,
#content .article-source {
	font-size: .882em;
	font-style: italic;
	margin: 0;
}
#content .article-source-detail {
	text-align: right;
	margin-top:1.5em;
}
/**
 * Gallery Panel
 */
#content .gallery_panel {
	margin: .75em 0 1em;
}
#content .h {
	font-size: 18pt;
}
#content .gallery_panel .h {
	margin: 0 0 -.45em;
	padding: .8em 0 0;
}
/**
 * Masks
 */
.preview_left_mask {
	top:0;
}
.preview_right_mask {
	top:-95px;
}
.preview_left_mask,
.preview_right_mask {
	width:171px;
	height:190px;
	position:absolute;
	left:0;
	background:url(../i/thumb_mask.png) 0 0 no-repeat;
}
.big-image {
	position:relative;
	font-size:10pt;
	font-style:italic;
	color:#8c8e90;
}
.big-image img {
	margin-left:-50px;
}
.big-image p {
	margin:0.2em 0 1em;
}
.sibling-events {
	overflow:hiden;
}
.sibling-events .date {
	font-size:8pt;
	margin:0 0 0.5em;
}
.sibling-events .summary {
	margin:0 0 1em 1em;
	font-size:10pt;
}
.sibling-events .item {
	width:35%;
	padding-top:0.6em;
}
.sibling-events .previous-sibling-item {
	float:left;
}
.actions .summary {
	margin:0.6em 0 0;
	font-size:9pt;
}
.sibling-events .folowing-sibling-item {
	float:right;
}
#subnavigation {
	margin:0 0 1em;
	font-size:110%;
}
#subnavigation a,
#subnavigation b {
	margin-right:2ex;
}
.training-teachers {
	overflow:hidden;
	margin:0.4em 0 0;
}
.training-teachers .item {
	position:relative;
	float:left;
	padding:130px 0 0.7em 0;
	width:150px;
}
.training-teachers img {
	padding:7px 1px 4px 1px;
	background:url(../i/thumb_teacher.gif) 0 0 no-repeat;
	position:absolute;
	top:10px;
	left:0;
}
#content .training-schedule .h {
	padding-top:0;
	font-weight:bold;
}
#content .training-schedule .h,
#content .training-price .h {
	font-size:120%;
}
.training-schedule {
	/*position:relative;*/
	margin-left:-20px;
	max-width: 16em;
}
.training-schedule .t,
.training-schedule .r,
.training-schedule .b,
.training-schedule .l {
	background-image:url('../i/white_rounded_bck.png');
	background-repeat:no-repeat;
	position:relative;
}
.training-schedule .t {
	background-position:0 0;
	padding-left:10px;
}
.training-schedule .r {
	background-position:right 0;
	padding-top:10px;
}
.training-schedule .b {
	background-position:right bottom;
	padding-right:20px;
}
.training-schedule .l {
	background-position:0 bottom;
	padding:0 0 10px 20px;
	left:-10px;
}
.training-shedule-append {
	font-size:80%;
	line-height:1.2;
}
.training-price {
	margin:0.5em 0 1.5em;
}
.training-price .price {
	margin:0.7em 0 0;
	font-size:110%;
}
.note {
	font-size:80%;
	color:#6d6e71;
}
.note .small {
	font-size:85%;
	color:#888a8c;
}
.note p {
	margin:0 0 0.7em;
}
.training-additional-text .small {
	font-size:85%;
	color:#888a8c;
}
.training-schedule-item {
	margin:0.75em 0 1em;
}

.gallery-thumbs {
	margin:0;
	padding:0.4em 0 1.5em;
}
.gallery-thumbs span {
	border-bottom:solid 1px #fff;
	word-spacing:-1ex;
}
.gallery-thumbs img {
	padding:4px;
	margin:16px 0 2px;
}
.gallery-thumbs a {
	text-decoration: none;
}
.gallery-thumbs a:hover img {
	background:url(../i/big_sky.jpg) center center repeat;
	z-index: 1;
}
.gallery-small-thumbs {
	padding-left:110px;
}
.gallery-small-thumbs a,
.gallery-small-thumbs b {
	width:27px;
	height:27px;
	margin:0 0.5ex 1.5ex 0;
	overflow:hidden;
	display:-moz-inline-block;
	display:inline-block;
	position:relative;
	background: #e7e7e6;
}

.gallery-small-thumbs a:visited,
.gallery-small-thumbs b:visited {
	background: #98bac8;
}

.gallery-small-thumbs a:hover,
.gallery-small-thumbs b:hover {
	background: #f7a8a8 !important;
}

.gallery-small-thumbs a.selected,
.gallery-small-thumbs b.selected,
.gallery-small-thumbs a.selected:hover,
.gallery-small-thumbs b.selected:hover {
	background: #ec2426 !important;
	cursor: default !important;
}

.gallery-small-thumbs a:hover,
.gallery-small-thumbs b:hover {
	background: #ec2426;
}


.gallery-small-thumbs ins {
	width:27px;
	height:27px;
	background:url('../i/small-preview.png') 0 0 no-repeat;
	position:absolute;
	top:0;
	left:0;
}
.gallery-small-thumbs .selected ins {
	cursor: default !important;
}

.gallery-big-image {
	border:solid 1px #fff;
	border-width:1px 0;
	padding:15px 0;
	position:relative;
}

.gallery-wrapper {
	position: relative;
}
.gallery-wrapper .gallery-preloader {
	background: url(../i/preloader.gif) #fff center center no-repeat;

	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;

	height: 60px;
	width: 60px;

	top: 50px;
	left: 50%;
	margin: -30px 0 0 -30px;

	z-index: 1;
	position: absolute;
}

.gallery-big-image-animated .description {
	visibility: hidden;
}

.gallery-big-image-wrapper {
	margin:0 auto;
	position:relative;
}
.gallery-big-image-prev,
.gallery-big-image-next {
	width:22px;
	height:35px;
	position:absolute;
	top:50%;
	margin-top:-17px;
}
.gallery-big-image-prev .icon,
.gallery-big-image-next .icon {
	width:22px;
	height:35px;
}
.gallery-big-image-prev {
	left:0;
}
.gallery-big-image-next {
	right:0;
}
.gallery-big-image-prev .icon {
	background-position:0 -30px;
}
.gallery-big-image-next .icon {
	background-position:-26px -30px;
}
.gallery-big-image-prev:hover .icon {
	background-position:0 -69px;
}
.gallery-big-image-next:hover .icon {
	background-position:-26px -69px;
}
.feedback {
	margin:1em 0 3em;
	z-index: 1;
}
.feedback .d-shadow-data {
	padding:0 0.5em 0 2em;
}
.feedback-author {
	font-size:77%;
	overflow: hidden;
}
.feedback-author .comment {
	color:#95979a;
	font-size:95%;
}
.feedback-author .comment-date {
	display: block;
	float: right;
	margin-left: 1em;
}

.user-content .detail_picture {
	float: left;
	margin: 0 1em 0.5em 0;
}

.main .request .red_button,
.main .request .white_button,
.main .events .white_button,
.main .events .red_button {
	margin-left: -10px;
}
#content{
	font-size:90% !important;
	letter-spacing:0.1px;
}
td {
	font-size:90% !important;
	letter-spacing:0.1px;
}
th {
	font-size:90% !important;
	letter-spacing:0.1px;
}
.feedback-author{
	font-size:12px !important;
}

.t-schedule {
	/*position:relative;*/
	margin-left:-20px;
	max-width: 16em;
}
#content .tschedule .h {
	padding-top:0;
	font-weight:bold;
}
#content .t-schedule .h,
#content .t-price .h {
	font-size:120%;
}
.t-schedule {
	/*position:relative;*/
	margin-left:-20px;
	max-width: 16em;
}
.t-schedule .t,
.t-schedule .r,
.t-schedule .b,
.t-schedule .l {
	background-image:url('../i/blue_rounded_bck.png');
	background-repeat:no-repeat;
	position:relative;
}
.t-schedule .t {
	background-position:0 0;
	padding-left:10px;
}
.t-schedule .r {
	background-position:right 0;
	padding-top:10px;
}
.t-schedule .b {
	background-position:right bottom;
	padding-right:20px;
}
.t-schedule .l {
	background-position:0 bottom;
	padding:0 0 10px 20px;
	left:-10px;
}
.t-shedule-append {
	font-size:80%;
	line-height:1.2;
}