//@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
		#cssmenu {
		  position: relative;
		  margin: 0;
                  //font-family: 'Roboto Condensed';
		  line-height: 1;
		  width: @screen-xl-desktop-container;//450px;
		}
		.align-right {
		  float: right;
		}
		#cssmenu ul {
		  margin: 0;
		  padding: 0;
		  list-style: none;
		  display: block;
		}
		#cssmenu ul li {
		  position: relative;
		  margin: 0;
		  padding: 0;
                  display:block;
		}
		#cssmenu ul li a {
		  text-decoration: none;
		  cursor: pointer;
		}
		#cssmenu > ul > li > a {
		  color: @primary;//#dddddd;
		  display: block;
		  padding: 10px;
		  background: @bg;//#298a32; // Changed by Sharyn S.
		  //box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
                  //-webkit-box-shadow: 8px 8px 9px 0px rgba(34, 60, 80, 0.6);
                  //-moz-box-shadow: 8px 8px 9px 0px rgba(34, 60, 80, 0.6);
                  //box-shadow: 8px 8px 9px 0px rgba(34, 60, 80, 0.6);                  
		  letter-spacing: 1px;
                  font-size: 14px;
                  font-weight: 900;
		  -webkit-transition: all 0.25s ease-in;
		  -moz-transition: all 0.25s ease-in;
		  -ms-transition: all 0.25s ease-in;
		  -o-transition: all 0.25s ease-in;
		  transition: all 0.25s ease-in;
		  position: relative;
		}
		#cssmenu > ul > li > a:hover {
		  background: @bg;//#298a32; // Changed by Sharyn S.
                  //box-shadow: 0 0 10px rgba(0,0,0,0.5);
                  -webkit-box-shadow: 0px 5px 10px 5px rgba(34, 60, 80, 0.2);
                  -moz-box-shadow: 0px 5px 10px 5px rgba(34, 60, 80, 0.2);
                  box-shadow: 0px 5px 10px 5px rgba(34, 60, 80, 0.2);
                  padding: 10px;
		}

		#cssmenu > ul > li:hover > a,
		#cssmenu > ul > li.open > a,
		#cssmenu > ul > li.active > a {
		  background: @bg; //#2d9637; Changed by Sharyn S.
		  color: #ffffff;
                }
		#cssmenu ul > li.has-sub > a::after {
		  content: "";
		  position: absolute;
		  display: block;
		  width: 0;
		  height: 0;
		  left: 0;
		  bottom: -13px;
		  bottom: 0px;
		  z-index: 1;
		  opacity: 0;
		  -webkit-transition: all .2s ease;
		  -moz-transition: all .2s ease;
		  -ms-transition: all .2s ease;
		  -o-transition: all .2s ease;
		  transition: all .2s ease;
		}
		#cssmenu ul > li.has-sub > a::before {
		  content: "";
		  position: absolute;
		  display: block;
		  width: 0;
		  height: 0;
		  left: 0;
		  bottom: -12px;
		  bottom: -1px;
		  z-index: 3;
		  opacity: 0;
		  -webkit-transition: all .2s ease;
		  -moz-transition: all .2s ease;
		  -ms-transition: all .2s ease;
		  -o-transition: all .2s ease;
		  transition: all .2s ease;
		}
		#cssmenu ul > li.has-sub::after {
                  //content: "\00BB";
                  font-size: 14px;
                  font-weight: 900;
		  display: block;
		  position: absolute;
		  width: 0;
		  height: 0;
		  z-index: 2;
		  right: 20px;
		  top: 24.5px;
		  pointer-events: none;
		}
		#cssmenu ul > li.has-sub.open > a::after {
                  opacity: 1;
		  bottom: -13px;
		}
		#cssmenu ul > li.has-sub.open > a::before {
		  opacity: 1;
		  bottom: -12px;
		}
		#cssmenu ul ul {
		  display: none;
		}
		#cssmenu ul ul li a {
		  background: @bg;
		  display: block;
		  //float:left;
		  position: relative;
                  text-align: center;
		  font-size: 14px;
		  padding: 10px;
		  color: @text;
		  -webkit-transition: all 0.25s ease-in;
		  -moz-transition: all 0.25s ease-in;
		  -ms-transition: all 0.25s ease-in;
		  -o-transition: all 0.25s ease-in;
		  transition: all 0.25s ease-in;
		}
		#cssmenu ul ul ul li {
		  border: 0;
		}
		#cssmenu ul ul li:hover > a,
		#cssmenu ul ul li.open > a,
		#cssmenu ul ul li.active > a {
		  //background: @bg;//#ccc;
		  color: @text;//#666666;
                  //box-shadow: 0 0 10px rgba(0,0,0,0.5);
                  -webkit-box-shadow: 0px 5px 10px 5px rgba(34, 60, 80, 0.2);
                  -moz-box-shadow: 0px 5px 10px 5px rgba(34, 60, 80, 0.2);
                  box-shadow: 0px 5px 10px 5px rgba(34, 60, 80, 0.2);
                  padding: 10px;
		  //display: inline;
                  //font-size: 18px;
                  //font-weight: 900;
		}
		#cssmenu ul ul ul li a {
		  padding-left: 30px;
		}
		#cssmenu ul ul > li.has-sub::after {
		  top: 18.5px;
		}
		#cssmenu ul ul > li:hover::after,
		#cssmenu ul ul > li.active::after,
		#cssmenu ul ul > li.open::after {
		  border-top-color: #666666;
                }

.editorial-list{
    position: relative;
}
.editorial-list li{
    margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    position: absolute;
    border: 1px dotted #ddd;
    padding: .2rem;
}
.editorial-list .img-profile .imgthumb{
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto;
    object-fit: fill;
}
.editorial-list .img-profile img{
    width: 100%;
    height:100%;
}
.team-content{
    margin-left: 150px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
    vertical-align: middle;
}
.editorial-list ul li{
/*   margin-bottom: 0; */
    list-style-type: none;
	margin: 3px 0;
}
.editorial-list ul {
    margin-left: 0; /* ������ ����� � �������� IE � Opera */
    padding-left: 0; /* ������ ����� � �������� Firefox, Safari, Chrome */
}
.team-aff ul li{
    margin-bottom: 0;
    list-style-type: none;
}
.team-aff ul {
    margin-left: 0; /* ������ ����� � �������� IE � Opera */
    padding-left: 0; /* ������ ����� � �������� Firefox, Safari, Chrome */
}

.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}

.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
}

section.embr {
      display: none;
    }
    section.embr:target {
      display: block;
    }

