@media screen and (min-width: 992px) {
section{
  max-width:1230px;
  margin:0 auto;
}
section.header{
  height: 220px;
  padding-top: 15px;
  background: url('../img/header_bg.png') no-repeat top center;
}
section.header .header_top{
  padding-left:30px;
}
section.header .header_left_part{
  float:left;
  display: table-row;
}
section.header .header_right_part{
  float:right;
  margin-top: 14px;
}
.header_left_part a.lang{
  margin-right: 1px;
  padding: 6px;
  font-family: Cambria;
  font-size: 16px;
  line-height: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: url('../img/lang.png') no-repeat right;
}
.header_left_part a.lang_en{
  background-position-x: -37px;
}
.header_left_part a.active_lang , .header_left_part a.lang:hover{
  color:#FFF;
  background-position-x: 0;
}

.header_left_part a.infotv{
  display: inline-block;
  padding: 24px 34px 5px;
  margin-left: 90px;
  margin-right: 12px;
  text-indent: -9999px;
  background: url('../img/top_option.png') no-repeat;
}
.header_left_part a.panorama{
  display: inline-block;
  padding: 24px 31px 5px;
  margin-right: 12px;
  margin-left: 90px;
  text-indent: -9999px;
  background: url('../img/top_option.png') no-repeat;
  background-position-x: -88px;
}
.header_left_part a.sitemap{
  display: inline-block;
  padding: 24px 25px 5px;
  text-indent: -9999px;
  background: url('../img/top_option.png') no-repeat;
  background-position-x: -169px;
}

.header_right_part .search-tool{
 float: right;
 /* margin-top: 14px; */
 /* padding-right:5px; */
 padding: 1px 5px 3px 5px;
 background: #FFF;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.search-tool .search{
 border:0;
 width:250px;
 padding: 2px 10px;
 color:#286AA4;
 background: #FFF;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-bottomleft: 5px;
 border-top-left-radius: 5px;
 border-bottom-left-radius: 5px;
}
.search input::-moz-placeholder{
 font-family:Myriad Pro;
 font-size:15px;
 font-weight:Regular;
 color:#286AA4;
}
.search input::-webkit-placeholder{
 font-family:Myriad Pro;
 font-size:15px;
 font-weight:Regular;
 color:#286AA4;
}
.search input::-ms-placeholder{
 font-family:Myriad Pro;
 font-size:15px;
 font-weight:Regular;
 color:#286AA4;
}
.search-tool .src-btn{
 position: relative;
 top: 3px;
 right: 0;
 border: 0;
 width: 24px;
 height: 19px;
 background: #FFF url("../img/search-btn.png");
 background-position: 0px 0px;
 background-repeat: no-repeat no-repeat;
}
.header_right_part a.fb{
  display: inline-block;
  padding: 16px 16px 0px;
  text-indent: -9999px;
  background: url('../img/social.png') no-repeat;
  /* background-position-x: -169px; */
}
.header_right_part a.tw{
  display: inline-block;
  padding: 16px 16px 0px;
  margin-left: 0px;
  margin-right: 32px;
  text-indent: -9999px;
  background: url('../img/social.png') no-repeat;
  background-position-x: -37px;
}
section.header .logo{
  width:100%;
  position: relative;
  top: 14px;
  text-align:center;
}
.logo span{
  display:block;
  width:100%;
  position:absolute;
  color: #FFF;
}
.logo span.logo_text_amea{
  top: 31px;
  font-family: Cambria;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  text-shadow: 1px 2px 8px #00324C;
}
.logo span.logo_text_ict{
  top: 75px;
  font-family: Cambria;
  font-size: 40px;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  text-shadow: 1px 2px 8px #00324C;
}
.logo a{
  display: inline-block;
  width: 122px
}
.logo a img{
  display:block;
  position:absolute;
  /* left: 0; */
  right: 0;
  top: -104px;
  left: -37px;
  margin: 0 auto;
}
/*menu start*/
section.menu_row{
  margin-bottom:2px;
  background: #FFF;
}

/*menu*/
 .menu{
 display: table;
 padding: 17px 0;
 position: relative;
}
.menu>ul>li>a{
 text-align: center;
}
.menu>ul>li>a>span{
 display:none;
 position:absolute;
 bottom: -30px;
 left: 0;
 width: 100%;
 padding: 15px 0;
 background: url('../img/menu_span_bg.png') repeat-x center;
}
.menu > ul > li {
 position: relative;
 max-width: 130px;
 display: table-cell;
 vertical-align: middle;
 margin-right: 4px;
 padding: 0 15px; */
 height: 28px;
 background: url('../img/menu_li_bg.png') no-repeat left;
}
.menu > ul > li.show-for-pc {
 background:none;
 /* padding: 0; */
}
.menu > ul > li.show-for-pc>a {
  display:inline-block;
  padding: 5px 12px;
  background: url('../img/domik.png') no-repeat center;
  text-indent: -9999px;
}
.menu>ul>li>a:hover{
 color: #00bff3;
}
.menu>ul>li:hover span{
  display:block;
}
.menu>ul>li.show-for-pc>a:hover{
 background: url('../img/domik_hover.png') no-repeat center;
}
.menu>ul>li.h_sub:hover>a{
   padding-bottom:10px;
   -webkit-border-radius: 6px;
   -webkit-border-bottom-right-radius: 0px;
   -webkit-border-bottom-left-radius: 0px;
   -moz-border-radius: 6px;
   -moz-border-radius-bottomright: 0px;
   -moz-border-radius-bottomleft: 0px;
   border-radius: 6px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
}
.menu .dropdown > li > a{
 display: block;
 font-size: 13px;
 text-transform:uppercase;
 font-family: Tahoma;
 text-decoration: none;
 color: #000;
}
ul.dropdown ul {
 display: none; 
 position: absolute;
 top: 67px;
 width: 206px;
 padding: 10px 12px;
 left: 0px;
 z-index: 99999;
 opacity: 0.9;
 filter: alpha(opacity=60);
 background: #00AEEF;
}
ul.dropdown ul li{
 position: relative;
 background: url('../img/sub_bg.png') repeat-x top;
}
ul.dropdown ul li:first-child{
 background: none;
}
ul.sub_menu  li a{
 display:block;
 padding: 9px 0;
 font: 12px/14px Arial;
 color: #ffffff;
}
ul.sub_menu  li.more-item>a{
 background:url('../img/m_item.png') no-repeat right;
}
ul.sub_menu  li:hover{
}
ul.sub_menu  li a:hover{
 /* color:#197b30; */
 font-style: italic;
}
ul.dropdown ul ul{
  display:none;
  left: 100%;
  top: -9px;
  padding-left: 22px;
}
/*menu end*/
/*menu end*/
#manshet{
  width: 48%;
}
#accordions_footer .panel {
    float: left;
    width: 214px;
    margin-right: 20px;
}
#accordions_footer .panel-heading a{
  cursor: text; 
  text-decoration: none;
}
#accordions_footer .panel-heading + .panel-collapse > .panel-body{    
  margin-top: 10px;
}
  #accordions_footer .panel .collapse{
    display: block;
  }

}

@media screen and (max-width: 1025px){
   .menu > ul > li{
         padding: 0 12px;
   }
   #accordions_footer .panel{
         width: 178px;
         margin-right: 17px;
   }
}