

/* RESET */

body, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, p, ul, li, pre, code {
	margin: 0;
	padding: 0;
	line-height: 110%;
	font-weight: normal;
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

a {
	outline: none;
}

/* ”бирает подсвечивание форм в Safari и Chrome */
input:focus, textarea:focus, select:focus {
	outline: none;
}

/* Ќельз¤ произвольно мен¤ть размер textarea */
textarea {
	resize: none;
}

/* ќ—Ќќ¬Ќџ≈ “≈√» »  Ћј——џ */

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* text-align: center; */
}

a {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #666;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1, h1 a, h1 a:visited {
	font-size: 24px;
	color: #15428B;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
	color: #15428B;
}

h2 {
	font-size: 18px;
	color: #3E6AAA;
}

h3 {
	font-size: 14px;
	color: #3E6AAA;
}

h2 a, h3 a, h2 a:visited, h3 a:visited {
	color: #3E6AAA;
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	text-decoration: underline;
	color: #3E6AAA;
}

h4 {
	font-size: 12px;
	font-style: italic;
}

p {
	margin: 10px 0;
}

.clear {
	clear: both;
}

/* —иние кнопки */

.button_blue_100px, 
.button_blue_150px {
	background: url(../images/blue_buttons_sprite.png) no-repeat;
	margin-right: 5px;
	display: inline-block;
	height: 25px;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-align: center;
	text-shadow: #41669B 1px 0;
}

.button_blue_100px:last-child, 
.button_blue_150px:last-child {
	margin: 0;
}

.button_blue_100px {
	background-position: 0 0;
	width: 100px;
}

.button_blue_150px {
	background-position: -100px 0;
	width: 150px;
}

.button_blue_100px:visited, 
.button_blue_150px:visited {
	color: #fff;
}

.button_blue_100px:hover, 
.button_blue_150px:hover {
	color: #fff;
	text-shadow: none;
}

.button_blue_100px:active {
	background-position: 0 -25px;
}

.button_blue_150px:active {
	background-position: -100px -25px;
}

/* ƒ»¬џ */

/* Ўјѕ ј —ј…“ј */

#header_1 {
	/* height: 170px; */
	background: #F1F4F9 url(../images/header_bg.jpg) no-repeat center bottom;
}

#header_2 {
	width: 1000px;
	margin: 0 auto;
}

#header_col_left, #header_col_right {
	float: left;
}

#header_col_left {
	width: 300px;
	height: 170px;
}

#header_col_right {
	width: 700px;
	text-align: left;
}

#logo {
	margin: 5px 0 0 15px;
	/*width: 365px;
	height: 60px;*/
}

/* Алфавитный указатель в шапке */

#alfabit {
	display: block;
	height: 30px;
	line-height: 30px;
	/* width: 680px; */
	width: auto; 
	background: #C8D9ED;
	font-size: 20px;
	/* background: url(../images/alfabit_bg.gif) no-repeat; */
	text-align:center;
}

#alfabit a, #alfabit a:visited {
	color: #fff;
	text-decoration: none;
	margin-left: 7px;
}

#alfabit a:hover {
	color: #15428B;
}

/* Ѕегуща¤ строка */

#news_line {
	display: none;
}

/* ‘ормы в шапке */

#header_forms {
	 margin: 7px 0 0 20px; 
}

#cites, #login_form {
	/* float: left; */
}

#cites_select {
	/* width: 150px; */
}

#cites label, 
#login_form label {
	text-transform: uppercase;
	font-size: 10px;
}

#cites a, 
#login_form a {
	font-size: 10px;
}

#cites {
	/* padding-right: 20px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #0B2152;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-right: 1px solid #C8D9ED;
}

/* ‘орма авторизации */

#login_form {
	/* padding-left: 20px; */
	/* border-left: 1px solid #C8D9ED;*/
}

#login_form input[type=text], #login_form input[type=password] {
	border: 1px solid #FFA827;
	width: 130px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 10px;
}

#login_form input[type=text]:focus, 
#login_form input[type=password]:focus,
#login_form input[type=text]:hover, 
#login_form input[type=password]:hover {
	background-position: left -25px;	
}

#login_form input[type=submit] {
	background: transparent url(../images/submit_sprite_01.png) no-repeat left top;	
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #E58A09 1px 0;
	border: none;
	text-align: center;
	position: relative;
	top: -5px;
}

#login_form input[type=submit] {
	background: transparent url(../images/submit_sprite_01.png) no-repeat left top;	
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #E58A09 1px 0;
	border: none;
	text-align: center;
	position: relative;
	top: -5px;
}

#login_form input[type=submit]:hover {
	text-shadow: none;
}

#login_form input[type=submit]:active {
	background-position: left -35px;
}

#login_form_col_1, #login_form_col_2, #login_form_col_3, #login_form_col_4 {
	float: left;
}

#login_form_col_1, #login_form_col_2 {
	width: 150px;
}

#login_form_col_3 {
	padding-top: 3px;
	width: 100px;
}

#login_form_col_4 {
	width: 310px;
	text-align: center;
	font-size: 10px;
	padding-top: 7px;
}

#login_form_col_4 a {
	white-space: nowrap;
}

#login_form_col_2, #login_form_col_3 {
	margin-left: 0px;
}

/* ќ—Ќќ¬Ќќ… “≈ —“ —“–јЌ»÷џ */

#page {
	width: 1000px;
	margin: 0 auto;
}

#col_left, #col_right {
	text-align: left;
	float: left;
	margin-bottom: 30px;
}

#col_left {
	width: 300px;
}

#col_right {
	/* width: 680px; */
	margin-left: 20px;
}

/* ЁЋ≈ћ≈Ќ“џ Ћ≈¬ќ…  ќЋќЌ » */

/* √лавное меню */

#main_menu_1, #main_menu_2 {
	/* background: url(../images/main_menu_bg.png) no-repeat; */
}

#main_menu_1 {
	background-color: #3E6AAA;
	background-position: 0 -10px;
	padding: 20px 15px 10px 15px;
	z-index: 1000;
	position: relative;
}

/* ѕервый уровень и общие элементы */

#main_menu_1 ul {
	list-style: none;
}


#main_menu_1 li.here {
	font-weight: bold;
}

#main_menu_1 a {
	display: block;
	line-height: 16px;
	border-bottom: 1px solid #fff;
	padding: 6px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

#main_menu_1 li:hover {
	background: #0D2455 url(../images/main_menu_hover_bg.png) repeat-y top right;
}

#main_menu_1 li.folder {
	position: relative;
}

#main_menu_1 > ul > li:first-child > a {
	border-top: 1px solid #fff;
}

#main_menu_1 > ul > li.folder > a {
	background: url(../images/main_menu_arrow_white.png) no-repeat right center;
}


#main_menu_1 li.folder > ul {
	display: none;
	position: absolute;
}

#main_menu_1 li.folder:hover > ul {
	display: block;
}

#main_menu_1 > ul > li.folder > ul,
#main_menu_1 > ul > li.folder > ul > li.folder > ul {
	width: 220px;
	padding: 15px;
	background: #fff url(../images/main_menu_white_bg.png) no-repeat left bottom;
	z-index: 300;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* второй уровень */

#main_menu_1 > ul > li.folder > ul {top: -1px;left: 190px;}

#main_menu_1 > ul > li.folder > ul > li > a {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 10px;
	color: #3E6AAA;
	border-bottom: 1px solid #DFDBFD;
}

#main_menu_1 > ul > li.folder > ul > li:hover > a {
	color: #fff;
}

#main_menu_1 > ul > li.folder > ul > li:first-child > a {
	border-top: 1px solid #DFDBFD;
}

#main_menu_1 > ul > li.folder > ul > li.folder > a {
	background: url(../images/main_menu_arrow_blue.png) no-repeat right center;
}

#main_menu_1 > ul > li.folder > ul > li.folder:hover > a {
	background: url(../images/main_menu_arrow_white.png) no-repeat right center;
}

/* третий уровень */
#main_menu_1 > ul > li.folder > ul > li.folder > ul {top: -1px; left: 190px;}

#main_menu_1 > ul > li.folder > ul > li > ul > li  > a {
	font-size: 10px;
	line-height: 12px;
	padding: 6px 10px;
	color: #3E6AAA;
	border-bottom: 1px solid #DFDBFD;
}

#main_menu_1 > ul > li.folder > ul > li > ul > li > a:hover {
	color: #fff;
}

#main_menu_1 > ul > li.folder > ul > li > ul > li:first-child > a {
	border-top: 1px solid #DFDBFD;
}

#main_menu_2 {
	height: 10px;
	background-position: 0 0;
}

/* Ѕаннер инет-магазина */

#shop_1, #shop_2 {
	border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#shop_1 {
	height: 10px;
	margin-top: 10px;
	background-position: left top;
}

#shop_2 {
	margin-top: 10px;
	text-align: center;
	background-position: left bottom;
	padding: 10px 0 20px 0;
}

#shop_2 h1 {
	margin: 0 20px;
}

#shop_2 img {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
}

/* ќпрос */

#opros_1, #opros_2 {
		border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#opros_2 {
	margin-top: 10px;
	text-align: left;
	background-position: left bottom;
	padding: 10px 20px 20px 20px;
}

#opros_2 p {
	font-weight: bold;
}

.opros_item {
	margin-bottom: 15px;
}

.opros_radio, .opros_label {
	float: left;
}

.opros_radio {
	width: 30px;
	text-align: center;
}

.opros_label {
	/* width: 225px; */
	padding-top: 1px;
}

#opros_buttons {
	text-align: center;
}

#opros_buttons .button_blue_100px, 
#opros_buttons .button_blue_150px {
	margin-top: 5px;
}

/* Ѕаннер в левой колонке */

#banner_left_col {
	margin-top: 10px;
}

/* Блоги */

#blogs_1, #blogs_2 {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}



#blogs_2 {
	margin-top: 10px;
	text-align: left;
	background-position: left bottom;
	padding: 10px 20px 20px 20px;
}

#blogs_2 p {
	font-weight: bold;
}

#blogs_2 p a {
	color: #000;
}

#blogs_2 p a:visited, #blogs_2 p a:hover {
	color: #333;
}


#blogs_2 .button_blue_100px {
	margin-left: 0;
	margin-top: 10px;
}

/* ЁЋ≈ћ≈Ќ“џ —“–јЌ»÷ */

/* ѕоиск */

#search {
	margin-top: 10px;
	/* background: url(../images/search_bg.png) no-repeat; */
	background-color: #FCAE01;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
	/* height: 55px; */
}

#search_col_left, 
#search_col_left_left, 
#search_col_left_right, 
#search_col_right {
	/* float: left; */
}

#search_col_left {
	/* width: 570px; */
}

#search label {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}

#search input[type=text] {
	background: transparent url(../images/search_sprite.png) no-repeat left top;
	text-align: left;
	padding: 0 10px;
	width: 100%;
	height: 25px;
	border: none;
	line-height: 25px;
	color: #999;
}

#search input[type=text]:focus,
#search input[type=text]:hover {
	background-position: left -25px;
}

#search input[type=text]:focus {
	color: #000;
}

#search input[type=submit] {
	background: transparent url(../images/search_button_sprite.png) no-repeat left top;
	text-align: center;
	width: 120px;
	height: 45px;
	border: none;
	line-height: 45px;
	color: #FCA100;
	font-size: 10px;
	text-transform: uppercase;
}

#search input[type=submit]:active {
	background-position: left -45px;
}

#search {
	padding: 10px 0 0 10px;
}

#search_col_left_right {
	margin-top: -10px;
	
}

#search_col_right {
	margin-top: 5px;
	/* margin: 14px 0 0 12px;*/
	/* width: 98px;*/
	text-align: left;
	/* white-space: nowrap;*/
}

#search_col_right a, #search_col_right a:visited, #search_col_right a:hover {
	color: #fff;
}

/* ÷итата */

#citata {
	text-align:right;
	width: 100%;
}

/* —обственно текст страницы */

#text {
	margin-top: 20px;
}

#text h4 {
	margin-bottom: 20px;
}

/* “эги */

#tags {
	font-style: italic;
	margin-top: 20px;
}

#tags a {
	margin-left: 5px;
}

/*  омментрии ¬контаке и лайки */

#widgets {
	margin-top: 40px;
}

#vk_com, 
#likes {
	float: left;
}

#vk_com {
	width: 465px;
}

#likes {
	margin-left: 15px;
	width: 200px;
}

/* ѕейджер */

#pager {
	text-align: center;
	font-style: italic;
	padding-top: 19px;
	border-top: 1px solid #ccc;
}

#pager a, #pager span {
	margin-right: 10px;
}

#pager .here {
	font-weight: bold;
}

/* Ѕлок "—оветуем посмотреть" */

#see_more {
	margin-top: 15px;
}
#see_more  h2 {
	margin-bottom: 15px;
}

#see_more_col_1,
#see_more_col_2 {
	float: left;
	width: 330px;
	margin-top: 15px;
}

#see_more_col_1 {
}

#see_more_col_2 {
	margin-left: 20px;
}

/* ‘орма обратной св¤зи */

#feedback {
	margin-top: 20px;
}

#feedback label {
	text-transform: uppercase;
}

#feedback input[type=text] {
	background: transparent url(../images/input_sprite_02.png) no-repeat left top;
	width: 660px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border: none;
	padding: 0 10px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#feedback input[type=text]:focus,
#feedback input[type=text]:hover {
	background-position: left -30px;
}

#feedback_textarea {
	width: 670px;
	height: 245px;
	border: 1px solid #3E6AAA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#feedback_textarea:hover {
	background: url(../images/textarea_bg_02.png) no-repeat -1px -1px;
}

#feedback textarea {
	background: transparent;
	width: 660px;
	height: 235px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: none;
}

#feedback input[type=submit] {
	background: transparent url(../images/submit_sprite_02.png) no-repeat left top;	
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #41669B 1px 0;
	border: none;
	text-align: center;
	position: relative;
	left: 530px;
}

#feedback input[type=submit]:hover {
	text-shadow: none;
}

#feedback input[type=submit]:active {
	background-position: left -40px;	
}

/* Ќовости */

#news {
	margin-top: 15px;
}

/* —лайдер новостей */

#news_slider {
	
	height: 255px;
	margin-top: 10px;
	/* background-color: #ccc; */
	position: relative;
	
	text-align:center;
}

.news_slider_container {
	/* width: 680px; */
	width: 100%;
	height: 255px;
	display: none;
	
}

.news_slider_item {
	position: relative;
	/* width: 680px; */
	height: 255px;
}

.news_slider_item_pic, 
.news_slider_item_text {
	position: absolute;
	display: block;
}

.news_slider_item_pic {
	top: 0;
	left: 0;
}

.news_slider_item_text {
	top: 30px;
	left: 0;
	width: 300px;
	height: 195px;
	padding-left: 10px;
}

.news_slider_item_text h1, .news_slider_item_text h1 a, .news_slider_item_text p {
	color: #fff;
}

.news_slider_item_text p {
	font-size: 14px;
}

.news_slider_item_more {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	text-align: center;
	background: url(../images/news_slider_more_sprite.png) no-repeat left top;
	margin-left: -10px;
}

.news_slider_item_more:visited {
	color: #666;
}

.news_slider_item_more:hover {
	color: #333;
}

.news_slider_item_more:active {
	background-position: left -40px;
}

.news_slider_prev, 
.news_slider_next {
	position: absolute;
	top: 100px;
	width: 50px;
	height: 56px;
	display: block;
	z-index: 100;
}

.news_slider_prev {
	left: 0;
}

.news_slider_next {
	right: 0px;
}

.news_slider_pagination {
	position: absolute;
	height: 30px;
	width: 60px;
	top: 220px;
	/* left: 310px; */
	z-index: 200;
}

.news_slider_pagination li {
	display: inline;
	margin: 0;
	list-style: none;
}

.news_slider_pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 30px;
	background: url(../images/pagination.png) 18px 0;
	float: left;
	overflow: hidden;
}

.news_slider_pagination li:first-child a,
.news_slider_pagination li:last-child a,
.news_slider_pagination li.news_slider_current:first-child a,
.news_slider_pagination li.news_slider_current:last-child a {
	width: 18px;
}

.news_slider_pagination li:first-child a {
	background-position: 0 0;
}

.news_slider_pagination li:last-child a {
	background-position: -30px 0;
}

.news_slider_pagination li.news_slider_current a {
	background-position: 18px -30px;
}

.news_slider_pagination li.news_slider_current:first-child a {
	background-position: 0 -30px;
}

.news_slider_pagination li.news_slider_current:last-child a {
	background-position: -30px -30px;
}

#news_slider_frame_1,
#news_slider_frame_2 {
	position: absolute;
	width: 10px;
	height: 255px;
	background: url(../images/news_slider_frame.png) no-repeat;
	top: 0;
	z-index: 99;
}

#news_slider_frame_1 {
	background-position: left top;
	left: 0;
}

#news_slider_frame_2 {
	background-position: right top;
	right: 0;
}

/* собственно новости */

#news_col_1, #news_col_2 {
	float: left;
	width: 330px;
}

#news_col_1 {
}

#news_col_2 {
	margin-left: 20px;
}

.news_item {
}

.news_pic, .news_text {
	float: left;
}

.news_pic {
	width: 85px;
}

.news_text {
	width: 235px;
	margin-left: 10px;
}

#news_more {
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/* —еминары */

#seminars {
	margin-top: 15px;
}

#seminars_header {
	margin-bottom: 15px;
}

#seminars_header_left,
#seminars_header_rig {
	text-align: left;
}
#seminars_header_rig {
	text-align: right;
}

#seminars_header_left {
	/* width: 510px; */
}

#seminars_header_rig {
	
}

#seminars_cols {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: url(../images/seminar_bg_top.png) 0 0 no-repeat,
				url(../images/seminar_bg.png) 0 100% repeat-x,
				#fff;
}

#seminars_col_1, #seminars_col_2 {
	width: 309px;
	float: left;
}

#seminars_col_1 {
}

#seminars_col_2 {
	margin-left: 20px;
}

.seminars_data {
	margin-bottom: 15px;
}

.seminars_data_day, .seminars_data_day h2 {
	color: #666;
}

.seminars_data_holiday, .seminars_data_holiday h2 {
	color: #c00;
}

.seminars_item {
	margin-top: 15px;
}

.seminars_pic, .seminars_icon, .seminars_text {
	float: left;
}

.seminars_pic {
	width: 85px;
}

.seminars_icon {
	width: 13px;
	height: 13px;
	margin-left: 10px;
	margin-top: 3px;
	background: url(../images/icons/yoga_icons.png) no-repeat;
}

.home .seminars_icon {
	background-position: 0 0;
}

.home h2 a, .home h2 a:visited {
	color: #690;
}

.plane .seminars_icon {
	background-position: -13px 0;
}

.seminars_text {
	width: 159px;
	margin-left: 3px;
}

/* ¬идео */

#video {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#video_main {
	margin: 20px 0 10px 0;
	padding: 20px;
	width: 100%;
	/* height: 210px; */
	/* background: url(../images/video_main_bg.png) no-repeat; */
	background-color: #333333;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
}

#video_main_movie iframe {
	border: 1px solid #fff;
}

#video_main_text {
	
}

#video_main_movie {
	/* width: 320px; */
	
}

#video_main_text {
	/* margin-left: 20px; */
	/* width: 300px; */
	margin-top: 10px;
}

#video_main_text h1, #video_main_text h1 a, #video_main_text h1 a:visited {
	color: #fff;
}

#video_main_text p {
	color: #fff;
	font-size: 14px;
}

#video_main_more {
	margin-top: 20px;
	margin-left: 5px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	text-align: center;
	width: 150px;
	background: url(../images/video_more_bg.png) no-repeat;
}

#video_col_1, #video_col_2, #video_col_3 {
	float: left;
	width: 220px;
}

#video_col_2, #video_col_3 {
	margin-left: 10px;
}

#video_col_1 {
}

#video_col_2 {
}

#video_col_3 {
}

.video_movie {
}

.video_text {
	margin: 10px 0px 10px 0px; 
}

#video_more {
	margin-top: 10px;
	text-align: right;
}

/* Ѕиблиотека */

#library {
	margin-top: 15px;
	margin-bottom: -20px;
	/* background: url(../images/library_bg.png) no-repeat bottom center; */
	padding-bottom: 40px;
}

#library_header {
	margin-bottom: 15px;
}

#library_header_left {text-align:left;}
#library_header_rig {text-align:right;}

.library_row {
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(51,51,51,1);
-moz-box-shadow: 0px 0px 15px 0px rgba(51,51,51,1);
box-shadow: 0px 0px 15px 0px rgba(51,51,51,1);
}

.library_col_1, .library_col_2 {
	float: left;
	width: 320px;
}

.library_col_1 {
}

.library_col_2 {
	margin-left: 40px;
}

.library_book, .library_text {
	float: left;
}

.library_book {
	width: 110px;
}

.library_text {
	margin-left: 15px;
	width: 195px;
}

/* —татьи */

#stati {
}

#stati h1 {
	margin-bottom: 10px;
}

.stati_item {
	margin-bottom: 10px;
}

.stati_pic, .stati_text {
	text-align:left;
} 

.stati_pic {
}

.stati_pic img {
}

.stati_text {


}

/* Ўколы йоги */

#schools {
	padding-top: 10px;
	padding-bottom: 10px;
	/* border-bottom: 1px solid #ccc; */
		-webkit-box-shadow: 0px 0px 15px 0px rgba(51,51,51,1);
-moz-box-shadow: 0px 0px 15px 0px rgba(51,51,51,1);
box-shadow: 0px 0px 15px 0px rgba(51,51,51,1);
}

#schools_header {
	/* background: url(../images/school_bg_01.png) center bottom no-repeat; */
	padding-bottom: 15px;
}




#schools_header_left {
	
}

#schools_header_rig {
	text-align:right;
}

.schools_item {
	/* border-bottom: 1px solid #ccc; */
	margin-bottom: 10px;
	/* padding: 20px 0 10px 0; */
	/* background: url(../images/school_bg_01.png) center bottom no-repeat,
				url(../images/school_bg_02.png) center top no-repeat; */
}

.schools_pic, .schools_text, .schools_price_col {
	text-align: left;
}

.schools_text img {margin: 10px; }


.schools_price_text, .schools_price_price {
	color: #0B2152;
	text-align: left;
}

.schools_price_text {
	font-size: 10px;
}

.schools_price_price {
	font-size: 20px;
}

/* яндекс.ƒирект */

.yandex_direct {
	margin-top: 15px;
	/* width: 680px; */
}

/* SAPE */

#div_26031978 {
	margin-top: 15px;
	/* width: 680px; */
}

/* ‘”“≈– */

#footer_1 {
	background: #F1F4F9 url(../images/footer_bg.jpg) no-repeat top center;
	text-align: left;
	padding-bottom: 50px;
}

#footer_2 {
	text-align: left;
	padding-top: 20px;
}

/* Ќижнее меню */

#bottom_menu {
	text-transform: uppercase;
	/* white-space: nowrap; */
}

#bottom_menu a {
	font-size: 12px;
	color: #3E6AAA;
	text-decoration: none;
}

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

#bottom_menu ul {
	list-style: none;
	margin-top: 3px;
}

#bottom_menu li {
	line-height: 15px;
}

#bottom_menu li a {
	font-size: 10px;
	color: #666;
}

#bottom_menu li a:hover {
	font-size: 10px;
	color: #333;
}

#bottom_menu_col_1,
#bottom_menu_col_2,
#bottom_menu_col_3,
#bottom_menu_col_4,
#bottom_menu_col_5,
#bottom_menu_col_6,
#bottom_menu_col_7,
#bottom_menu_col_8,
#bottom_menu_col_9,
#bottom_menu_col_10,
#bottom_menu_col_11 {
	padding: 0 10px;
	float: left;
}

#bottom_menu_col_2,
#bottom_menu_col_3,
#bottom_menu_col_4,
#bottom_menu_col_5,
#bottom_menu_col_6,
#bottom_menu_col_7,
#bottom_menu_col_8,
#bottom_menu_col_9,
#bottom_menu_col_10,
#bottom_menu_col_11 {
	border-left: 1px solid #D0E0E6;
}

#bottom_menu_col_1 {
	padding-left: 0;
}

/*  опирайт */

#footer_copyright {
	font-size: 10px;
	color: #6D98A7;
	margin-top: 15px;
}

/* —четчики */

#footer_counters {
	margin-top: 15px;
}

#footer_counters img {
	margin-right: 5px;
}

/* »конки */

.i01, .i02, .i03, .i04, .i05, .i06, .i07 {
	position: relative;
	padding-left: 16px;
}

.i01 i, 
.i02 i, 
.i03 i, 
.i04 i, 
.i05 i, 
.i06 i, 
.i07 i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	background: url(../images/icons/yoga_icons.png) no-repeat;
	margin-right: 3px;
}

.i01 i {
	background-position: -26px 0;
}

.i02 i {
	background-position: -39px 0;
}

.i03 i {
	background-position: 0 -13px;
}

.i04 i {
	background-position: -13px -13px;
}

.i05 i {
	background-position: -26px -13px;
}

.i06 i {
	background-position: -39px -13px;
}

.i07 i {
	background-position: 0 -26px;
}

/* ѕЋј√»Ќџ JQUERY */

/* liScroll styles */

/* The outer div with the black border */

.tickercontainer {
	/* width: 680px; */
	height: 30px;
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}

/* That serves as a mask. so you get a sort of padding both left and right */

.tickercontainer .mask { 
	position: relative;
	left: 10px;
	top: 2px;
	width: 660px;
	overflow: hidden;
}

/* That's your list */

ul.newsticker { 
	position: relative;
	left: 670px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 30px 0 0;
}

/* Uniform */

/*

Uniform Theme: Uniform all-yoga.ru (select only)
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span {
  background-image: url(../images/select_sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.selector * {
  margin: 0;
  padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: 0 0;
  line-height: 25px;
  height: 25px;
}

div.selector span {
  background-position: right 0;
  height: 25px;
  line-height: 25px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: 0 -25px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -25px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: 0 -50px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -50px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: 0 -75px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -75px;
}

/* PRESENTATION */

/* Select */
div.selector {
  width: 140px;
  font-size: 10px;
}

div.selector select {
  min-width: 150px;
  font-size: 10px;
}

div.selector span {
  padding: 0px 25px 0px 0;
  cursor: pointer;
}

div.selector span {
  color: #333;
  width: 115px;
  text-shadow: 0 1px 0 #fff;
}

/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus {
  outline: 0;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: #fff;
}

.already_pay {color: green; font-weight:bold;}

.balance_red {color: red; font-weight:bold;}

.under {text-decoration: underline;}

h4 {margin-top: 5px; margin-bottom: 5px;}

.wb {
    background: transparent url(../images/submit_sprite_01.png) no-repeat left top;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: #E58A09 1px 0;
    border: none;
    text-align: center;
    position: relative;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex; /* add */
    justify-content: center; /* add to align horizontal */
    align-items: bottom; /* add to align vertical */
}
.equal {
  display: flex;
  flex-wrap: wrap;
}

.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}

.media-left img {margin: 10px 0 10px 0;}
.media-body {text-align:left; padding: 10px 0 10px 0;}


/* Меню навигации */
.navbar-default {
	background-color: #3E6AAA;
}
.nav {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	background-color: #3E6AAA;
	color: #fff;
}

.navbar-nav>li>a {
	padding-top: 5px;
    padding-bottom: 5px;
   /* line-height: 20px; */
}
.dropdown-menu>li>a {
	font-size: 18px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	white-space: normal;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	white-space: normal;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #3E6AAA;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	white-space: normal;
}
.dropdown-menu>li>a {
	white-space: normal;
}

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}

@media (min-width: 768px) {
#shop_2 h2 {font-size: 16px;}
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }
.tabbable {
    margin-top: 10px;
	margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.nav-tabs {
    margin: 0;
}

.tab-content {
    border-left: 1px solid #ccc ; 
    border-right: 1px solid #ccc;
}
 a.btn {
	color: #fff !important;
	text-decoration:none !important;
}


/* */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
  .vcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.vvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}