/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
a {
	text-decoration: none;
	color: #352349;
}
body {
	font: 14px/20px Arial, sans-serif;
	background: #ECEEDB;
}
.wrapper {
	width: 100%;
	min-width: 1000px;
}
.header_inner, .content_block, .footer_inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 193px;
	background: url(../pics/header_back.jpg) center 0 repeat-x;
	margin:  0 0 5px;
}
.header_logo {
	float: left;
	margin: 7px 0 0;
}
.header_logo a {
	display: block;
	width: 229px;
	height: 191px;
	background: url(/files/Image/head-log.png) 0 0 no-repeat;
	text-indent: -999px;
	overflow: hidden;
	zoom: 1;
}
.header_description {
	float: left;
	color: #352349;
	text-transform: uppercase;
	margin: 82px 0 0 10px;
}
.header_contact {
	float: right;
	color: #352349;
	/*text-transform: uppercase;*/
	margin: 50px 6px 0 0;
}
.header_contact ul li span {
	color: #e7481d;
}
.header_registration {
	float: right;
	margin: 73px 12px 0 0;
}
.header_registration a {
	display: block;
	width: 187px;
	height: 58px;
	font: 700 18px/54px Arial, sans-serif;
	background: url(../pics/header_registration.png) 0 0 no-repeat;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.43);
}
.header_registration a:hover {
	opacity: 0.8;
}
/* Menu
-----------------------------------------------------------------------------*/
.menu {
	text-align: center;
	font-size: 0;
	margin:  0 0 15px;
}
.menu ul li {
	margin: 0 20px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
}
.menu ul li a, #btn {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	line-height: 44px;
	text-transform: uppercase;
}
#btn {width:200px; margin:0 auto; text-align:center; margin-top:30px; opacity:0.7; cursor:pointer;}
#btn:hover { opacity:1; }
.menu ul li a.active,
.menu ul li a:hover, #btn {
	background: url(../pics/menu_a.png) 0 bottom repeat-x;
	color: #fff;
}
.menu ul li a.active:before,
.menu ul li a:hover:before, #btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	background: url(../pics/menu_a.png) 0 0 no-repeat;
	height: 48px;
	width: 20px;
}
.menu ul li a.active:after,
.menu ul li a:hover:after, #btn:after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	background: url(../pics/menu_a.png) 0 center no-repeat;
	height: 48px;
	width: 20px;
}
/* Slider
-----------------------------------------------------------------------------*/
.bx-wrapper {
	position: relative;
}
.bx-controls-direction a {
	position: absolute;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	zoom: 1;
}
.slider {
    margin: 0 0 52px;
}
.slider .content_block {
	background: url(../pics/slider_back.jpg) center 0 no-repeat;
}
.slider_inner {
	width: 800px;
	margin: 0 auto;
}
.slider .content_block ul li img {
	display: block;
}
.slider_inner .bx-controls-direction a {
	background-image: url(../pics/slider_a.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 76px;
	top: 50%;
	margin: -38px 0 0;
}
.slider_inner .bx-controls-direction .bx-prev {
	background-position: 0 0;
	left: -80px;
}
.slider_inner .bx-controls-direction .bx-prev:hover {
	background-position: 0 bottom;
}
.slider_inner .bx-controls-direction .bx-next {
	background-position: right bottom;
	right: -80px;
}
.slider_inner .bx-controls-direction .bx-next:hover {
	background-position: right 0;
}
/* Figures
-----------------------------------------------------------------------------*/
.figures {
}
.figures_box {
	text-align: justify;
    font-size: 1px;
	line-height: 0;
    text-justify: newspaper;
	/*text-align-last: justify;*/
    zoom:1;
}
.figures_box:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}
.figures_box .figures_block {
	position: relative;
	color: #fdfefd;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	width: 138px;
	padding: 0 35px;
	height: 209px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
}
.figures_box .figures_block:before {
	content: '';
	width: 24px;
	height: 100%;
	position: absolute;
	background: url(../pics/figures_sep.png) 0 center no-repeat;
	top: 0;
	left: -40px;
}
.figures_box .fb_1 {
	background: url(../pics/fb_1.png) 0 0 no-repeat;
}
.figures_box .fb_1:before {
	display: none;
}
.figures_box .fb_2 {
	background: url(../pics/fb_2.png) 0 0 no-repeat;
}
.figures_box .fb_3 {
	background: url(../pics/fb_3.png) 0 0 no-repeat;
}
.figures_box .fb_4 {
	background: url(../pics/fb_4.png) 0 0 no-repeat;
}
.figures_box .figures_block span {
	display: block;
}
/* Description
-----------------------------------------------------------------------------*/
.description {
	background: #fff url(../pics/description_back.png) 0 0 repeat-x;
}
.description_box {
	width: 1000px;
	margin: 0 auto;
	padding: 78px 0 0;
}
.description_box .description_block {
	margin: 10px 0 0;
	height: 130px;
	overflow: hidden;
	zoom: 1;
}
.description_box .db_1 {
	background: url(../pics/db_1.png) 0 0 no-repeat;
	margin: 0;
}
.description_box .db_2 {
	background: url(../pics/db_2.png) 0 0 no-repeat;
}
.description_box .db_3 {
	background: url(../pics/db_3.png) 0 0 no-repeat;
}
.description_box .db_4 {
	background: url(../pics/db_4.png) 0 0 no-repeat;
}
.description_box .db_5 {
	background: url(../pics/db_5.png) 0 0 no-repeat;
}
.description_box .description_block .description_left {
	float: left;
	height: 100%;
	background: url(../pics/description_left.png) 0 center no-repeat;
}
.description_box .description_block .description_left span {
	display: block;
	font: 700 24px/130px Arial, sans-serif;
	color: #005814;
	padding: 0 0 0 5px;
	position: relative;
	text-transform: uppercase;
}
.description_box .description_block .description_left span:after {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
	background: url(../pics/description_left.png) right center no-repeat;
	top: 0;
	right: -30px;
}
.description_box .description_block .description_content {
	padding: 0 20px 0 170px;
	height: 100%;
	color: #fff;
	font: italic 18px/20px Georgia, sans-serif;
}
/* Registration
-----------------------------------------------------------------------------*/
.registration {
	background: url(../pics/registration_back.png) 0 0 repeat-x;
}
.registration .content_block {
	width: 600px;
	padding: 0 170px;
	position: relative;
}
.registration_info {
	display: block;
	text-align: center;
	font: 700 18px/20px Arial, sans-serif;
	color: #4a4d4b;
	margin: 15px 0 45px;
}
.registration_button {
cursor:pointer;
	display: block;
	width: 151px;
	height: 151px;
	font: 700 30px/151px Arial, san-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: url(../pics/registration_button.png) 0 0 no-repeat;
	position: absolute;
	right: 0;
	top: 15px;
}
.registration_button:hover {
	opacity: 0.8;
}
.form_registration {
	background: #fff;
	width: 460px;
	margin: 0 auto;
	height: 330px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.form_registration .registration_title {
	display: block;
	margin: 0 auto -25px;
	position: relative;
	width: 244px;
	top: -35px;
	height: 61px;
	font: 700 18px/72px Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.43);
	background: url(../pics/registration_title.png) 0 0 no-repeat;
  line-height: 22px;
    padding-top: 14px;
}
.form_registration input[type=text] {
	display: block;
	margin: 0 auto 10px;
	padding: 14px 15px 13px;
	width: 370px;
	height: 23px;
	border: none;
	border-radius: 5px;
	background: #ECEEDB;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	font: italic 18px/23px Arial, sans-serif;
	color: #9fa89f;
}
/* Teachers
-----------------------------------------------------------------------------*/
.teachers {
	height: 350px;
	background: #9A867D url(../pics/teachers_back.jpg) center 0 no-repeat;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	margin: 0 0 30px;
	z-index: 2;
	position: relative;
	   -webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;  /* FF4+ */
  -ms-transition: all 0.3s ease-out;  /* IE10 */
  -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
   transition: all 0.3s ease-out;
}
.teachers .content_block {
	top: -32px;
	background: url(../pics/teachers_i_back.png) center 0 no-repeat;
	position: relative;
	padding: 0 0 32px;
}
.teachers_title {
	display: block;
	text-align: center;
	color: #fff;
	font: 18px/24px Arial, sans-serif;
	text-transform: uppercase;
	margin: 30px 0 20px;
}
.teachers_box .teachers_block {
}
.teachers_box .teachers_block .teachers_img {
	position: relative;
	width: 228px;
	height: 218px;
	line-height: 213px;
	text-align: center;
	margin: 0 0 5px;
}
.teachers_box .teachers_block .teachers_img img {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	zoom: 1;
}
.teachers_box .teachers_block .teachers_img span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../pics/teachers_img.png) 0 0 no-repeat;
}
.teachers_box .teachers_block span {
	display: block;
	color: #fff;
	text-align: center;
	font-weight: 700;
}
.teachers_box .teachers_block .teachers_name {
	font-style: italic;
}
.teachers .bx-controls-direction a {
	background-image: url(../pics/teachers_a.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	top: 30px;
}
.teachers .bx-controls-direction .bx-prev {
	background-position: 0 0;
	left: -115px;
}

.teachers .bx-controls-direction .bx-next {
	background-position: right bottom;
	right: -115px;
}
/* Map
-----------------------------------------------------------------------------*/
.map {
    margin: 0 0 45px;
}
.map ul {
	font: 18px/24px Arial, sans-serif;
	color: #7c6a62;
	text-align: center;
	margin: 0 0 15px;
}
.map_block {
	height: 508px;
	background: url(../pics/map_back.jpg) center 0 no-repeat;
	overflow: hidden;
	zoom: 1;
}
.map_block .map_title {
	display: block;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color: #615d56;
	margin: 25px 0 19px;
}
.map_block .map_inner {
	width: 840px;
	height: 410px;
	position: relative;
	background: #fff;
	margin: 0 auto;

}
.map_block .map_inner .sh {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 21px;
	background: url(../pics/map_shadow.png) center 0 no-repeat;
	z-index: 2;
}
.map_block .map_inner .ymaps-glass-pane {
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
/* Partners
-----------------------------------------------------------------------------*/
.partners {
}
.partners .content_block {
	border-bottom: 1px solid #332148;	
}
.partners_title {
	display: block;
	text-align: center;
	color: #332148;
	text-transform: uppercase;
	border-bottom: 1px solid #332148;
	font-size: 18px;
	padding: 0 0 10px;
	margin: 0 0 40px;
}
.partners_block {
	position: relative;
	margin: 0 0 30px;
}
.partners_block ul li a {
	display: block;
	height: 178px;
	background: url(../pics/partners_back.png) 0 0 no-repeat;
	text-align: center;
	line-height: 178px;
}
.partners_block ul li a img {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	zoom: 1;
}
.partners_block .sh_1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100px;
	background: url(../pics/sh_1.png) 0 0 no-repeat;
	z-index: 2;
}
.partners_block .sh_2 {
	position: absolute;
	right: 0;
	top: 0;
	height: 210px;
	width: 100px;
	background: url(../pics/sh_2.png) 0 0 no-repeat;
	z-index: 2;
}
.partners_block .bx-controls-direction a {
	background-image: url(../pics/partners_a.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 45px;
	top: 50%;
	margin: -22px 0 0;
	z-index: 3;
}
.partners_block .bx-controls-direction .bx-prev {
	background-position: 0 0;
	left: -10px;
}

.partners_block .bx-controls-direction .bx-next {
	background-position: right bottom;
	right: -10px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 190px;
}
.footer_logo {
	float: left;
	margin: 35px 0 0 40px;
}
.footer_logo a {
	display: block;
	width: 180px;
	height: 150px;
	background: url(/files/Image/foot-log.png) 0 0 no-repeat;
	text-indent: -999px;
	overflow: hidden;
	zoom: 1;
        margin-top: -20px;
}
.footer_description {
	float: left;
	color: #352349;
	text-transform: uppercase;
	margin: 70px 0 0 55px;
}
.footer_counter {
	float: right;
	margin: 50px 60px 0 0;
}
.footer_counter ul {
	overflow: hidden;
	zoom: 1;
}
.footer_counter ul li {
	float: left;
	margin: 0 0 0 5px;
}
.footer_counter ul .first {
	margin: 0;
}
.footer_counter ul li a,
.footer_counter ul li a img {
	display: block;
}
.footer_author {
	clear: right;
	float: right;
	padding: 0 0 0 55px;
	background: url(../pics/bravis.png) 0 0 no-repeat;
	font-size: 12px;
	line-height: 18px;
	color: #352349;
	height: 72px;
	margin: 20px 60px 0 0;
}
.footer_author a {
	color: #352349;
	text-decoration: underline;
}
.footer_author a:hover {
	text-decoration: none;
}