@import url(reset.css);


@font-face {
   font-family: 'Calibri';
   src: url('../fonts/calibri.ttf');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Calibri-Bold';
   src: url('../fonts/calibrib.ttf');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Calibri-Italic';
   src: url('../fonts/calibrii.ttf');
   font-weight: normal;
   font-style: normal;
}

.container:after,.container:before{
    content: " ";
    display: table;
    clear: both;
}

header{
    background-color: ;
}

header h1{
    font-size: 24px;
    text-transform: uppercase;
    margin: 3px auto 3px 0px;
    float: left;
}

.search{
    float: right;
}

.abslider  {
    /* ширина всего блока */
    margin: 15px auto 0px;
    width:100%;
    position: relative;
}

.abslider-wrapper {
   margin: 0px 0px; /* отступы для стрелок */
   overflow: hidden; /* скрываем содержимое, выходящее за рамки основной области */
   position:relative;
}
.abslider-items {
   width: 10000px; /* устанавливаем большую ширину для набора элементов */
   position: relative; /* позиционируем блок относительно основной области карусели */
}
.abslider-block {
   float: left; /* выстраиваем все элементы карусели в ряд */
   width: 930px;
   height: 300px; /* задаём ширину каждого элемента */
   padding: 0px 0px 0px 0px; /* делаем оступы, чтобы элементы не сливались */
   text-align: left;
}
.abslider-block img{
	display:inline-block;
    height: 340px;
    width: 100%;
}
.abslider-button-left,.abslider-button-right{
    top:0;position: absolute;
}
.abslider-button-right{
    right: 0;
}
/*********** BUTTONS ***********/
.abslider-button-left a, .abslider-button-right a{
    width: 44px; 
    height: 44px; 
    position: absolute;
    top: 118px; 
    cursor: pointer; 
    background-color: #000;
    opacity: 1;
    opacity: 0;
    text-decoration:none;
    outline:0px solid lime;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    transition: .5s ease-out;
}


.abslider:hover .abslider-button-left a,
.abslider:hover .abslider-button-right a{
    opacity: 0.8;
}

.abslider-button-left a:hover, .abslider-button-right a:hover{
    opacity: 1;
}
.abslider-button-left a{
   float: left; 
   left:60px;
   background: url(../images/btl.png) no-repeat center;
}
.abslider-button-right a{
   float: right;
   right:60px;
   background: url(../images/btr.png) no-repeat center;
}

div.abslider-title{  
    vertical-align: top;
    display: inline-block;
    padding:10px 10px;
    width: 485px;
    color: #333;
    position: ;
    font-size: 15px;
    margin: 1px 0 0 5px;
}

div.abslider-title h3{
    font-size: 28px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: bold;
    padding-bottom: 20px;
    color:#79BBE7;
    font-family:Times New Roman ;
}

div.abslider-title p{
     color:#222222;
    font-family:Times New Roman ;
    line-height: 19px;
    font-size: 16px;
    padding-bottom: 30px;
}


nav{
}

.mymenu{
    padding: 0 0 0 4px;margin: 0;
    display: block; 
}

.mymenu li{
    display: inline-block;
      list-style-type: none;
  background: none;
  display: inline-block;
    background-color: #fff;
  position: relative;
  padding: 0;
  margin: 0 0 0 -4px;
}

.mymenu li a{
   display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 10px;
  text-transform: uppercase;
  font-weight: lighter;

}

.mymenu li ul li a{
    display: block;

}

.mymenu li ul{
    display:none;
    position: absolute;
    margin:  0  0 0 3px;
    z-index: 10000;
}

.mymenu li>ul li>ul{
    margin: -44px 154px;
}

.mymenu li ul li{
    float: none;
    width: 150px;
}
.mymenu li:hover>ul{
    display: block;
    background-color: #fff;
}

.mymenu li:hover>ul li{
    display: block;
}

.row a{    
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    -moz-transition: .2s ease-out;
    transition: .1s ease-out;
}

.mymenu li a:hover{
    background-color: #9fb449;
    color:#fff;
}

.row .nav{
    padding:3px 0;
    border: 1px dashed silver;
    margin-bottom: 30px;
}

.search input[type=text]{
    width: 230px;
    padding: 7px;
}
.search input[type=text],.search input[type=submit]{
    border-radius: 0!important;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0px;
     border: 1px solid silver;
     margin: 0;
}
.search input[type=submit]{
    width: ;
    padding: 7px 25px;
    background-color: #9fb449;
    color: #fff;
}

.l{
    float: left;
}

.r{
    float: right;
}

h3.title{
    display: block;
    margin-top: 0px;
    padding: 8px 0px;
    font-size: 22px;
    color:#595958;
    font-weight:lighter;
    text-transform: uppercase;
}

.leftt{
    width: 700px;
}

.rightt{
    width: 220px;
    margin-left: 20px;
}

.news_view1 {
    margin: 10px 0px 10px 0;
    padding-right: 10px;
    background-color: #f7f7f7;
    margin-bottom: 30px;

}

.news_view1 *{
    /*float: left;
    max-width: 460px;*/
}

.date{
    display: block;
    font-size: 14px;
    color:#c2c2c2;
    padding-top: 3px;
}
.news_view1:after,.news_view1:before{
    display: table;
    content: " ";
    clear: both;
}
.news_view1 a{
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color:#000000;
    text-transform: uppercase;
    font-family: verdana,helvetica,arial;
}
.img_box1{
    z-index: 188887;
}

.news_view1 a:hover{
    text-decoration: underline;
}
.news_view1 img{
    z-index: 15558;
	display:inline-block;
    float: left;
    width:220px;
    margin-right: 10px;
}


.news_view1 .link1{
    font-weight: lighter;
    margin-top: 3px;
    display: block;
    width: 460px;
	float:right;
}

.description{
    font-size: 13px;
    line-height: 19px;
    color:#404040;
    padding-top: 0px;
    color: #000000;
    z-index: 0;
    
}

.link1{
    text-align: right;
    display: block;
    text-transform: uppercase; 
    color: #00aeef!important;  
}
.allnews{text-align: right;}
.allnews a{
	cursor:pointer;
    display: inline-block;
    color:#fff;
    padding: 10px 20px;
   background-color:  #9fb449;
   border:1px solid  #9fb449;
   text-transform: uppercase;
}

.allnews a div:hover{
	cursor:pointer;
}

.allnews a:hover{
	cursor:pointer;
    color:#9fb449;
    background-color: #fff;
}

.blog{
    margin-bottom: 15px;
}

.blog *{
    max-width: 100%;
}

h4.title{
    margin-top: -3px;
    color:#fff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    background-color: #9fb449;
}

.lmenu{
    padding-left: 30px;
}

.lmenu  li{
    list-style: circle;
    margin-left: -10px;
}

.lmenu li a{
    display: block;
    margin-top: 0px;
  padding: 8px 8px;
  color:#8f8f90;
  font-size: 14px;
  text-decoration: none;
}

.lmenu li a:hover{
    background-color: #9fb449;
    color:#fff;
}

.lmenu li>ul{
    display: none;
    position: absolute;
     margin: -40px 200px;
     z-index: 2;
}
.lmenu li>ul li>ul{
    margin: -40px 171px;
}

.lmenu li ul li{
    float: none;
}

.lmenu li ul li a{
       display: block;
  text-decoration: none;
  margin: 0;
  width: 150px;
  line-height: 30px;
  padding: 5px 10px;
  background-color: #fff;
}
.lmenu li:hover>ul{
    display: block;
}

.lmenu li:hover>ul li{
    display: block;
    
}

.b{
    width: 460px;
    margin-bottom: 15px;
}

.marginl20{
    margin-left: 20px;
}

.b h4{
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}


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

}
.carouselcarousel-block img{
	display:block;
    height: 100px;
    width:170px;
    background-color: #fff;
}

/*********** BUTTONS ***********/
.carouselcarousel-button-left a, .carouselcarousel-button-right a{
   width: 28px; 
   height: 28px; 
   position:absolute;
   display: block;
   top: 35px; 
   cursor: pointer; 
   background-color: #000;
   opacity: 0;
   z-index: 15;
   text-decoration:none;
       -webkit-transition: .7s ease-out;
-o-transition: .7s ease-out;
-moz-transition: .7s ease-out;
transition: .7s ease-out;
}

.carouselcarousel:hover .carouselcarousel-button-left a,
.carouselcarousel:hover .carouselcarousel-button-right a{
    opacity: 0.9;   
}
.carouselcarousel-button-left a:hover, .carouselcarousel-button-right a:hover{
    opacity: 0.6;
}
.carouselcarousel-button-left a{
   left: 0; 
   background: url(../images/btl.png) no-repeat center;
}
.carouselcarousel-button-right a{
   right: 0;
   background: url(../images/btr.png) no-repeat center;
}

/*********** SHADOW ***********/

footer{
    background-color: #414141;
}

footer .container{
    padding: 40px 0;
    text-align: center;
}

footer .container *{
    color:#fff;
    font-size: 24px;
    text-transform: uppercase;
}

.lang{float: right;}
.clear{
    clear: both;
    display: block;
}
.lang li{
    float: left;
    margin:5px 3px;
}

.lang li a,.lang li{
    color: #000;
    font-size: 14px;
    font-weight: lighter;
}

.lang  a:hover{
    text-decoration: underline!important;
}


#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{
    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;
}
#feed_h2{display: none;}

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

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

.school{
    display: block;
    vertical-align: central;
    border: 1px solid silver;
    width: 320px;
    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;
}
.school:nth-child(2n){
    margin-left: 20px;
}

.es-nav:first-child{
    display: none;
}
.school p{
    display: inline-block;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}


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

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

.news_p h2{
	line-height:23px;
}

.h50 h2 a:visited{
	color:#434242;
}





















