/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block
}
mark, rp, rt, ruby, summary, time {
	display:inline
}
/* Left & Right alignment */
.left {
	float:left
}
.right {
	float:right
}
.wrapper_a {
	width:100%;
	overflow:hidden
}
/* Global properties */
.body2 {
	background:url(../images/bg_top2.jpg) top repeat-x #fff;
	border:0;
	font:14px Tahoma, Geneva, sans-serif;
	color:#4c4c4c;
	line-height:20px;
	min-width:980px
}


.ic, .ic a {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}
.css3 {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	position:relative
}
/* Global Structure */
.main_a {
	margin:0 auto;
	width:980px
}
#bmc_header{
    margin-bottom: -20px;
}
.body1 {
	background:url(../images/bg_top_img2.jpg) top center no-repeat
}
.body2 {
	background:#f2f2f2
}
/* main layout */
.body2 a {
	color:#000;
	text-decoration:underline;
	outline:none
}
.body2 a:hover {
	text-decoration:none
}
.body2 h1 {
	padding:47px 0 0 39px
}
.body2 h2 {
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	line-height:1.2em;
	padding:31px 0 20px 0;
	letter-spacing:-1px
}
.body2 h2 span {
	display:block;
	margin-top:-12px
}
.body2 h3 {
	font-size:27px;
	color:#000;
	line-height:1.2em;
	padding:14px 0 13px 0;
	letter-spacing:-2px
}
.body2 p {
	padding-bottom:20px
}
/* header */
header {
	height:376px;
	width:100%;
	overflow:hidden
}
#logo {
	display:block;
	background:url(../images/logo.gif) no-repeat;
	width:273px;
	height:84px;
    background-size: contain;
	text-indent:-9999px
}
#menu {
	float:left;
	padding:11px 0 0 39px;
    width: 805px;
    background:url(../images/navbg.png) ;
    background-size: cover;
	margin: 0 auto;
}
#menu li {
	float:left;
	padding-right:15px;
    margin-bottom: 3px;
	background:url(../images/menu_line.jpg) right 0 no-repeat;
	margin-right:12px;
	list-style:none;
}


ul#menu{
	margin:0 auto;
}

#menu .end {
	background:none
}
#menu li a {
	display:block;
	font-size:14px;
	color:#fff;
	line-height:30px;
	text-transform:uppercase;
	text-decoration:none;
	height:40px
}
#menu li a:hover, #menu #menu_active a {
	color:#44fbfe
}


#menu li ul{
    padding: 0;
    display: none;
    background-image: url(../images/menubg.gif);
    background-size: cover; 
    position: absolute;
    float: none;
    width: 280px;  
}

#menu>li>ul{
    margin-left: -14px; 
}

#menu>li>ul li ul{
    margin:-40px  0 0 270px;
}
#menu li ul li{
    padding-left:10px;
	padding-right:10px;
    display: block;
    float: none;
    margin-right:0px
}

#menu li:hover>ul{
    display: block;
}


#icon {
	float:right;
	padding:16px 40px 0 0
}
#icon li {
	float:left;
	padding-left:11px;
	list-style: none;
}
#icon li,#icon li a {
    color: #fff;}
#icons {
	float:right;
	padding:20px 39px 0 0
}
#icons li {
	float:left;
	padding-left:11px
}
#slogan {
	background:url(../images/top_line2.gif) 0 0 no-repeat;
	font-size:42px;
	color:#002b3a;
	line-height:1.2em;
	margin:25px 0 0 39px;
	padding-top:18px;
	letter-spacing:0px;
    max-width: 550px;
}
#slogan span {
	display:block;
	font-size:36px;
	line-height:1.2em;
	margin-top:-12px
}
.banners {
	padding:26px 0 0 35px
}
.banners li {
	padding-bottom:2px;
    margin-bottom: 2px
}

.banners li *{
    color: #fff;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 21px;

}


.banners li {
    border:4px solid #6FD9EF;
    border-radius: 6px;
    width: 385px;
    height: 20px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 25px;
    color:#fff
}
.banners li a:hover,.banners li:hover{
opacity: 0.8;
text-decoration: none;
}
.ban1{
    background-image: url(../images/ban1.gif)
}
.ban2{
    background-image: url(../images/ban2.gif)
}
.ban3{
    background-image: url(../images/ban3.gif)
}
/* content */
#content {
	width:100%;
	overflow:hidden;
	padding-bottom:30px
}
.pad1 {
	padding:0 34px
}
.pad_left1 {
	padding-left:5px
}
.pad_left2 {
	padding-left:42px
}
.pad_top1 {
	padding-top:33px
}
.pad_top2{
	padding-top:7px
}
.pad_bot1 {
	padding-bottom:10px
}
.pad_bot2 {
	padding-bottom:18px
}
.marg_right1 {
	margin-right:19px
}
.marg_top1 {
	margin-top:-10px
}
.marg_left1 {
	margin-left:-5px
}
.font1 {
	text-align:center;
	display:block;
	font-size:23px;
	line-height:1.2em;
	padding:7px 0 36px 0;
	color:#000;
	letter-spacing:-1px
}

.news_view1{
    padding-bottom: 20px
}
.font2,.news_view1 a {
	font-size:22px;
	line-height:1.2em;
	color:#0055a2;
	padding:0 0 20px 0;
	letter-spacing:-1px;
	margin-top:-3px;
    text-decoration: none
}
.font2 span {
	display:block;
	margin-top:-6px
}
.font2 a {
	color:#0055a2;
	text-decoration:none
}
 a.font2:hover,.news_view1 a:hover {
	color:#000
}
.box1 {
	padding:0 34px;
	background:#fff;
	padding-bottom:45px
}
.box2 {
	background:#f2f2f2;
	padding:17px 30px 20px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	position:relative;
	margin-right:5px;
	margin-bottom:25px
}
.link1,.button1 {
	display:inline-block!important;
	color:#fff!important;
	background:url(../images/button.gif);
    margin-bottom: 3px;
    margin-left: 2px;
    
	line-height:30px!important;
	text-decoration:none!important;
	cursor:pointer!important;
    padding:0 25px!important;
    border: 3px solid #fff!important;
    border-radius: 7px;
    box-shadow: 2px 2px 3px silver,-1px 2px 3px silver,2px -1px 3px silver,-1px -1px 3px silver;
}

.link1:hover{background:url(../images/buttonh.gif);}
.link1 span,.button1 span {
	display:block;
	background:url(../images/button1_left.gif) 0 0 no-repeat
}
.link1 span span ,.button1 span span{
	background:url(../images/button1_right.gif) top right no-repeat;
	padding:0 25px;
	height:42px
}


.button1:hover {
	background-position:bottom
}
.button1:hover span {
	background-position:bottom left
}
.button1:hover span span {
	background-position:bottom right
}
.list1 {
	margin-top:-12px
}
.list1 li {
	line-height:40px
}
.list1 li a {
	display:inline-block;
	background:url(../images/marker_1.gif) 0 2px no-repeat;
	padding-left:48px;
	color:#363636;
	font-weight:bold;
	text-decoration:none
}
.list1 li a:hover {
	background-position:0 -38px;
	color:#0055a2
}
.list2 {
	margin-top:-1px
}
.list2 li {
	font:14px Tahoma, Geneva, sans-serif;
	line-height:30px
}
.list2 li a {
	color:#4c4c4c;
	text-decoration:none;
	padding-left:10px;
	background:url(../images/marker_3.gif) 0 6px no-repeat
}
.list2 li a:hover {
	color:#0055a2;
	background-position:0 -17px
}
.list3 {
}
.list3 li {
	line-height:30px
}
.list3 li a {
	color:#0055a2;
	background:url(../images/marker_3.gif) 0 -17px no-repeat;
	padding-left:10px
}
.list3 li a:hover {
	color:#000;
	background-position:0 6px
}

.link1 {
	text-decoration:none
}
.link1:hover {
	color:#0055a2
}
.quot {
	padding-left:42px;
	background:url(../images/quot.gif) 0 4px no-repeat;
	overflow:hidden
}
.quot span {
	display:block
}
.color1 {
	color:#0056a3
}
.color2 {
	color:#8f8f8f
}
/* footer */
footer {
	font:12px Arial, Helvetica, sans-serif;
	width:100%;
	overflow:hidden;
	padding-bottom:32px;
	line-height:20px
}
footer a {
	color:#0055a2
}
footer a:hover {
}
.call {
	float:left;
	width:602px;
	padding:5px 0 0 0
}
.call1 {
	font-size:32px;
	color:#000;
	line-height:1.2em;
	display:inline-block;
	letter-spacing:-1px
}
.call2 {
	font-size:31px;
	color:#0055a2;
	line-height:1.2em;
	display:inline-block;
	letter-spacing:-1px
}
#newsletter {
	min-height:147px
}
#newsletter .bg {
	background:#fff;
	border:1px solid #e4e4e4;
	float:left;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	position:relative
}
#newsletter .wrapper_a {
	min-height:34px
}
#newsletter input {
	font:14px Tahoma, Geneva, sans-serif;
	background:none;
	color:#4c4c4c;
	width:246px;
	padding:5px;
	line-height:18px;
	height:18px
}
#newsletter .button1 {
	float:right;
	background-image:url(../images/button2_bg.gif);
	font:14px Tahoma, Geneva, sans-serif;
	line-height:40px
}
#newsletter .button1 span {
	background-image:url(../images/button2_left.gif)
}
#newsletter .button1 span span {
	background-image:url(../images/button2_right.gif)
}
#newsletter .button1 strong {
	padding-right:14px;
	background:url(../images/marker_2.gif) right 17px no-repeat;
	font-weight:normal;
	display:block
}
/* forms */
#ContactForm {
	margin-top:-7px
}
#ContactForm strong {
	width:72px;
	float:left;
	line-height:30px
}
#ContactForm .bg {
	float:left;
	background:#fff;
	border:1px solid #e5e5e5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	position:relative
}
#ContactForm .wrapper_a {
	min-height:40px
}
#ContactForm .textarea_box {
	min-height:370px
}
#ContactForm {
}
#ContactForm .button1 span span {
	padding:0;
	width:116px;
	text-align:center
}
#ContactForm .button1 {
	margin-left:8px;
	float:right;
	margin-top:15px
}
#ContactForm .input {
	width:505px;
	height:18px;
	background:none;
	padding:5px;
	color:#4c4c4c;
	font:14px Tahoma, Geneva, sans-serif
}
#ContactForm textarea {
	overflow:auto;
	width:505px;
	height:349px;
	background:none;
	padding:5px;
	color:#4c4c4c;
	font:14px Tahoma, Geneva, sans-serif;
	margin:0
}


a:hover img{
    opacity: 0.8;
}

.ban,.ban img{
    display: block;
    max-width: 100%;
}

.carouselcarousel  {
 /* ширина всего блока */
   margin: 20px auto -25px;
   width:100%;
   padding-top: 15px;
   position: relative;
}
.carouselcarousel-wrapper {
   margin: 10px 0px; /* отступы для стрелок */
   overflow: hidden; /* скрываем содержимое, выходящее за рамки основной области */
   position:relative;
}
.carouselcarousel-items {
   width: 10000px; /* устанавливаем большую ширину для набора элементов */
   position: relative; /* позиционируем блок относительно основной области карусели */
}
.carouselcarousel-block {
   float: left; /* выстраиваем все элементы карусели в ряд */
   width: 175px;
   height: 115px; /* задаём ширину каждого элемента */
   padding: 0px 11px 0px 0px; /* делаем оступы, чтобы элементы не сливались */
   text-align: center;

}
.carouselcarousel-block img{
	display:block;
    height: 105px;
    margin: 2px;
    width:155px;
        border: 3px solid #fff!important;
    border-radius: 7px;
    box-shadow: 2px 2px 3px silver,-1px 2px 3px silver,2px -1px 3px silver,-1px -1px 3px silver;
}

/*********** BUTTONS ***********/
.carouselcarousel-button-left a, .carouselcarousel-button-right a{
   width: 28px; 
   height: 115px; 
   position:absolute;
   top: 25px; 
   cursor: pointer; 
   background-color: #000;
   opacity: 1;
   z-index: 15;
   text-decoration:none;
   outline:0px solid lime
}
.carouselcarousel-button-left a:hover, .carouselcarousel-button-right a:hover{
    opacity: 0.6;
}
.carouselcarousel-button-left a{
   left: 1px; 
   background: url(../images/btl.png) no-repeat center;
}
.carouselcarousel-button-right a{
   right: 4px;
   background: url(../images/btr.png) no-repeat center;
}

/*********** SHADOW ***********/
footer{display: block;width: 100%; background-color: #fff;padding: 15px 0px;text-align: center;}

.description{
    font-size: 15px;
    display: block;
    padding-bottom: 10px;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}



#bmc_rss a,.menu ul li a,#site_editor span,#auth_1,#auth_2{
    font-family:tahoma!important;
    padding-top:10px ;
     -webkit-transition: 0s ease-out;
-o-transition: 0s ease-out;
-moz-transition: 0s ease-out;
transition: 0s ease-out;
}

.nopag .pagination,.nopag .date,.nopag .img_box1{
    display: none;
}


.other{
    font-size: 14px;
    line-height: 16px;
    color:#000;
}

.feedback ol li, .review ol li{
	display: block;
	clear: both;
	list-style: none;
}

.feedback ol li label, .review ol li label{
	display: block;
	margin: 0;
}

.feedback ol li input.text, .review ol li input.text{
	width: 450px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	height: 25px;
	background: #fff;
}

.feedback ol li textarea, .review ol li textarea  {
	width: 450px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 2px;
	background: #fff;
}

.feedback ol li input.capinput,.review ol li input.capinput {
	width: 100px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	background: #fff;
}

.feedback ol li img#capimg, .review ol li img#capimg {
	border: none;
	top: 20px;
	margin: 10px 10px 10px 0;
	float: left;
}

li.button{
	clear:both;
} 

.item{
	display: block;
}

.answerList .name,.answerList .topic,.answerList .message{
	padding: 0 7px;
	background-color: #eeeeff;	
}

.answerList .name{
	padding-top:7px;
	margin-top: 15px;
	border-radius:5px 5px 0 0;
}

.answerList .message{
	padding-bottom: 0 7px;
	border-radius:0 0 5px 5px;
}
.answerList .answer_message{
	background: #C4C4FF;
	padding: 7px;
	border-radius:5px;
	margin: 5px 0;}
	
.name .date{float:right} 

.advert li#av_li {
padding: 10px 20px 20px 0;
border-bottom: 1px #ccc dotted;
list-style:none;
}

.advert li .ulheader {
font-size: 16px;
font-weight: bold;
font-family: times;
}

.advert li .date {
font-size: 13px;
color: #999999;
margin: 0;
text-decoration: none;
}

.advert li a {
float: right;
}

.img_box1{
    float: left;
    margin-right: 10px;
}

.news_view1 h2{
    padding-top: 0px;
    padding-bottom: 5px;
}


.school{
    display: block;
     vertical-align: central;
    border: 1px solid silver;
    width: 280px;
    padding: 5px;
    float: left;
    margin-bottom: 20px;
         align-items:center;
     -webkit-align-items:center;
     -ms-align-items:center;
     -o-align-items:center;
  -moz-align-items:center;      display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap; 
    moz-flex-wrap: wrap;
    -o-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
 -webkit-box-pack: justify;
    -moz-box-pack: justify;
      -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
     /* Safari */
      -webkit-transition: .7s ease-out;
-o-transition: .7s ease-out;
-moz-transition: .7s ease-out;
transition: .7s ease-out;
}

.school:hover{
    background: silver;
    text-decoration: none;
}
.school:nth-child(2n){
    margin-left: 10px;
}

.school p{
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 18px;
}

.school img{
    width: 100px;
    height: 100px;
}


.n{
   margin: auto;
   width: 170px;
}

.es-carousel-wrapper{
    width: 570px!important;
}

#feed_h2{display: none;}

