/*fonts*/
@charset "utf-8";
/*fonts*/
.ptr {
  font-family: 'pt_sansregular';
}
.ptb {
  font-family: 'pt_sansbold';
}
.ptnr {
  font-family: 'pt_sans_narrowregular';
}
.ptnb {
  font-family: 'pt_sans_narrowbold';
}
a {
  color: #319ED6;
  text-decoration: none;
}
.a {
  text-decoration: none;
}
.a:hover {
  text-decoration: underline;
}
.ad {
  text-decoration: underline;
}
.ad:hover {
  text-decoration: none;
}
.bdb {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'pt_sans_narrowbold';
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 24px;
}
body {
  background: #fff;
  color: #000;
  line-height: 1;
  font-family: 'pt_sansregular';
  font-size: 12px;
  min-width: 958px;
}
.clear {
  clear: both;
  font-size: 0;
  padding: 0;
}
.nuclear:after,
.page:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.nuclear,
.page {
  zoom: 1;
  display: block;
}
.page {
  width: 958px;
  margin: 0 auto;
}
/* header */
.head-top {
  padding: 25px 0;
}
.head-top .logo {
  display: block;
  float: left;
  padding: 19px 0 20px 109px;
  line-height: 29px;
  font-family: 'pt_sans_narrowbold';
  color: #787878;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
}
.head-top .logo span {
  display: block;
  color: #8a8a8a;
}
.head-top .logo:after {
content: '';
display: block;
width: 100px;
height: 100px;
background: url(../images/logo-head.png) 0 0 no-repeat;
position: absolute;
left: 11px;
top: 0;
background-size: contain;
}
.head-top .head-top-rht {
  float: right;
  width: 216px;
  padding: 21px 8px 0 0;
}
.head-top .top-box {
  position: relative;
  padding-bottom: 14px;
}
.head-top .lang-switch {
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'pt_sans_narrowregular';
}
.head-top .lang-switch a {
  color: #000;
  text-decoration: underline;
}
.head-top .lang-switch span {
  display: inline-block;
  font-family: 'pt_sans_narrowbold';
}
.head-top .head-srch {
  position: absolute;
  right: 0;
  top: 0;
}
.head-top .head-srch .srch-sub {
  border: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 5px;
  top: 3px;
  background: url(../images/srch-ico.png) 0 0 no-repeat;
}
.head-top .head-srch .srch-txt {
  width: 155px;
  padding: 5px 5px 5px 30px;
  -moz-box-shadow: 0 0 3px 0 #000;
  -webkit-box-shadow: 0 0 3px 0 #000;
  box-shadow: 0 0 3px 0 #000;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.head-top .head-srch .srch-txt.collapsed {
  width: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0 0 25px;
}
.head-top .head-srch .srch-switch {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  left: 5px;
  top: 3px;
  z-index: 100;
}
.head-top .head-social {
  text-align: right;
  margin-bottom: 12px;
  font-size: 0;
}
.head-top .head-social a {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 8px;
}
.head-top .head-social a:first-child {
  margin: 0;
}
.head-top .slogan {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 15px;
  position: absolute;
  right: 7px;
  color: #a0a0a0;
  font-family: 'PT Sans Narrow', sans-serif;
  top: -15px;
}
.slogan a{
    /*color: #a0a0a0;*/
    margin-left: 20px;
}
.head-btm {
  background: #E8E8E8;
}
.head-btm .page {
  position: relative;
}
.head-btm ul li {
  display: inline-block;
  font-size: 20px;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #515151;
  text-transform: uppercase;
  text-decoration: none;
}
.head-btm ul li a {
  color: #787878;
  text-decoration: none;
  display: block;
  padding: 0 17px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.head-btm ul li a:hover {
  color: #000;
  background: #d7d7d7;
}
.head-btm .more {
  display: block;
  width: 32px;
  height: 50px;
  line-height: 50px;
  background: url(../images/dots.png) center center no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 68px;
}
.head-btm .more.active,
.head-btm .more:hover {
  background-color: #d7d7d7;
}
.ie7 .head-btm ul li {
  display: inline;
}
.ie7 .head-top .logo {
  background: url(../images/logo-head.png) 0 0 no-repeat;
}
.ie7 .head-top .head-social a {
  margin: 0  0 0 5px;
}
/* end header */
/* sub-menu */
.sub-menu {
  background: #d7d7d7 !important;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 300;
  top: 179px;
  padding: 30px 0 !important;
  border: 0 !important;
}
.sub-menu .menu-col {
  font-size: 16px;
}
.sub-menu .menu-col a {
  color: #515151;
}
.sub-menu .menu-col a:hover {
  color: #000;
}
/* sub-menu */
/* main news */
.main-news {
  background: url(../images/main-bg.jpg) center 32px no-repeat #f6f6f6;
  padding: 10px 0 20px 0;
  margin-bottom: 20px;
}
.main-news .photos-list {
  font-size: 0;
}
.main-news .photos-list .item {
  margin-bottom: 2px;
  width: 318px;
  height: 209;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
/*.main-news .photos-list .item img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-news .photos-list .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.main-news .photos-list .item:hover .over {
  -webkit-transform: translatey(100%);
  -ms-transform: translatey(100%);
  transform: translatey(100%);
}*/
.main-news .photos-list .item a {
  display: block;
  position: relative;
}
.main-news .photos-list .item .over {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 7px 8px 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-news .photos-list .item.item-top-left .over {
  top: 0;
  line-height: 25px;
  padding: 10px 0 0 15px;
  background-color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 0px 1px 2px #000;
}
.main-news .photos-list .item.item-top-left .over b {
  display: block;
  text-transform: uppercase;
  font-family: 'pt_sansbold';
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}
.main-news .photos-list .item.item-top-left .over i {
  font-style: normal;
  font-size: 24px;
}
.main-news .photos-list .item.item-top-left .over span {
  display: block;
  bottom: 0;
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-size: 16px;
  text-decoration: underline;
}
.main-news .photos-list .list-lft {
  float: left;
  width: 318px;
}
.main-news .photos-list .list-rht {
  float: right;
  width: 638px;
  font-size: 0;
}
.main-news .photos-list .list-rht .item {
  margin-bottom: 0;
  display: block;
  float: left;
}
.main-news .photos-list .list-rht .item:last-child {
  margin-right: 0;
  float: right;
}
.main-news .photos-list .list-rht .item.item-last {
  margin-right: 0;
  float: right;
}
.main-news .photos-list .list-rht .item.item-big {
  margin-right: 0;
  margin-bottom: 2px;
  width: 638px;
  height: 420px;
}
.main-news .photos-list .list-rht .item.item-big .over {
  font-size: 24px;
  line-height: 27px;
  padding: 10px 10px 15px 20px;
}
.ie8 .main-news .photos-list .item .over {
  background: url(../images/mask.png) 0 0 repeat;
}
.ie7 .main-news .photos-list .item .over {
  background: url(../images/mask.png) 0 0 repeat;
}
/* end main news */
.ie7 .page {
  width: 960px;
}
.short {
  padding-bottom: 43px;
}
.short .short-list {
  float: left;
  padding: 0 0 0 30px;
  width: 550px;
}
.short ul.tabs {
  padding: 13px 0 26px 0;
}
.short ul.tabs li {
  display: inline-block;
  font-size: 22px;
  margin-right: 18px;
  font-family: 'pt_sans_narrowregular';
  color: #323232;
  text-transform: uppercase;
}
.short ul.tabs li a {
  color: #323232;
  text-decoration: underline;
}
.short ul.tabs li.active {
  font-family: 'pt_sans_narrowbold';
}
.short ul.tabs li.active a {
  text-decoration: none;
}
.short .tab-content {
  font-size: 18px;
  line-height: 22px;
}
.short .tab-content .date {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.short .tab-content .date span {
  font-family: 'pt_sansbold';
  color: #B5B5B5;
}
.short .tab-content ul li {
  display: block;
  margin-bottom: 17px;
}
.short .tab-content ul li a {
  text-decoration: none;
  color: #000;
}
.short .tab-content ul li a:hover {
  text-decoration: underline;
}
.short .anons {
  float: right;
  width: 319px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #F6F6F6;
  padding: 14px 15px 17px 15px;
  font-size: 16px;
}
.short .anons ul li {
  display: block;
  line-height: 19px;
  margin-bottom: 16px;
}
.short .anons ul li a {
  color: #000;
  text-decoration: none;
}
.short .anons ul li a:hover {
  text-decoration: underline;
}
.short .anons h2 {
  margin-bottom: 28px;
}
/* stripe */
.stripe {
  background: #F6F6F6;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.stripe .page {
  position: relative;
}
.stripe .news-slider {
  position: relative;
  padding: 25px 50px 25px 0;
  width: 645px;
  float: right;
  font-family: 'pt_sansbold';
  font-size: 18px;
}
.stripe .news-slider li {
  display: block;
  padding: 0 10px;
  text-align: center;
}
.stripe .news-slider li a {
  text-decoration: none;
}
.stripe .news-slider li a:hover {
  text-decoration: underline;
}
.stripe .news-slider .caroufredsel_wrapper {
  z-index: 2000 !important;
}
.stripe .news-slider .news-arrow {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 3000;
  top: 50%;
  margin-top: -12px;
  background: url(../images/prev-next.png) 0 0 no-repeat;
}
.stripe .news-slider .news-arrow.prev {
  background-position: left 0;
  left: -24px;
}
.stripe .news-slider .news-arrow.next {
  background-position: right 0;
  right: 26px;
}
.stripe .news-slider .pager {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.stripe .news-slider .pager a {
  display: inline-block;
  width: 90px;
  margin: 0 1px 0 2px;
  outline: none;
  text-indent: -9999px;
  height: 100%;
  position: relative;
}
.stripe .news-slider .pager a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #E1E0DC;
  border-bottom: 2px solid #E1E0DC;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.stripe .news-slider .pager a.selected:after {
  border-top: 4px solid #C6C6C6;
  border-bottom: 4px solid #C6C6C6;
}
.stripe .slider-hdl {
  display: inline-block;
  vertical-align: middle;
  font-family: 'pt_sans_narrowbold';
  font-size: 22px;
  color: #959595;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -10px;
}
/* end stripe */
/* media */
.media-section {
  margin-bottom: 61px;
}
.media-section .media-tabs {
  font-size: 22px;
  position: relative;
  font-family: 'pt_sans_narrowregular';
  text-transform: uppercase;
}
.media-section .media-tabs .media-hdl {
  display: inline-block;
  font-family: 'pt_sans_narrowbold';
  font-size: 22px;
  color: #959595;
  padding-left: 30px;
  margin-right: 20px;
}
.media-section .media-tabs .media-more {
  display: block;
  position: absolute;
  right: 0;
  color: #B5B5B5;
  top: 0;
  text-decoration: underline;
}
.media-section .media-tabs ul {
  margin-bottom: 27px;
  display: inline-block;
}
.media-section .media-tabs ul li {
  display: inline-block;
  margin-right: 15px;
}
.media-section .media-tabs ul li a {
  color: #000;
  text-decoration: underline;
}
.media-section .media-tabs ul li a.active {
  font-family: 'pt_sans_narrowbold';
  text-decoration: none;
}
.media-section .media-tabs .col-lft,
.media-section .media-tabs .col-rht {
  float: left;
  width: 318px;
  margin-right: 2px;
}
.media-section .media-tabs .col-lft .item,
.media-section .media-tabs .col-rht .item {
  width: 318px;
  height: 289px;
  margin-bottom: 2px;
}
.media-section .media-tabs .col-rht {
  margin-right: 0;
}
.media-section .media-tabs .col-cnt {
  width: 318px;
  float: left;
  margin-right: 2px;
}
.media-section .media-tabs .col-cnt .item {
  width: 318px;
  height: 192px;
  margin-bottom: 2px;
}
.media-section .media-tabs .col-cnt .item .over {
  font-size: 16px;
  left: 60px;
  line-height: 18px;
}
.media-section .media-tabs .item {
  position: relative;
}
.media-section .media-tabs .item a {
  position: relative;
  overflow: hidden;
  display: block;
}
.media-section .media-tabs .item a:after {
  content: '';
  display: block;
  /*background-color: rgba(72, 70, 63, 0.6);
  background: rgba(72, 70, 63, 0.6); */
  position: absolute;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -moz-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  left: 0;
  top: 0;
  width: 318px;
  height: 350px;
  height: auto;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.media-section .media-tabs .item a:hover:after { /*overlay over hover*/
  background-color: rgba(72, 70, 63, 0.6);
  background: rgba(72, 70, 63, 0.6);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.media-section .media-tabs .item a:hover .over { /*text color over hover*/
  /*bottom: -100%; */
    color: #ffffff;
}
.media-section .media-tabs .item .over {
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  bottom: 15px;
  line-height: 20px;
  left: 69px;
  right: 25px;
  color: #fff;
  font-size: 18px;
  font-family: 'pt_sansregular';
  z-index: 200;
  text-transform: none;
}
.media-section .media-tabs .item .over span {
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: -20px;
  top: -20px;
  font-family: 'pt_sansbold';
}
.media-section .media-tabs .item.item-photo .over:after {
  content: '';
  display: block;
  position: absolute;
  left: -47px;
  top: 0;
  width: 32px;
  height: 25px;
  background: url(../images/photo-ico.png) 0 0 no-repeat;
}
.media-section .media-tabs .item.item-video .over:after {
  content: '';
  display: block;
  position: absolute;
  left: -45px;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(../images/play-ico.png) 0 0 no-repeat;
}
.ie8 .media-section .media-tabs .item a:after {
  background: url(../images/mask.png) 0 0 repeat;
}
.ie8 .media-section .media-tabs .item:hover a:after {
  display: none;
}
/* media */
/* social slider */
.social-slider {
  background: #F6F6F6;
  position: relative;
  padding: 37px 0;
  margin-bottom: 40px;
}
.social-slider .slide-hdl {
  text-align: center;
  vertical-align: top;
  padding-bottom: 40px;
}
.social-slider .slide-hdl h2 {
  display: inline-block;
  margin-right: 20px;
  height: 30px;
  margin-bottom: 0;
  line-height: 30px;
  vertical-align: top;
}
.social-slider .slide-hdl .social-btns {
  display: inline-block;
  vertical-align: top;
}
.social-slider .slide-hdl .social-btns a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.social-slider:before {
  content: '';
  display: block;
  width: 129px;
  height: 392px;
  background: url(../images/shine-lft.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}
.social-slider:after {
  content: '';
  display: block;
  width: 129px;
  height: 392px;
  background: url(../images/shine-rht.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
}
.great-caruosel {
  margin-bottom: 5px;
  width: auto;
}
.great-caruosel .unit {
  float: left;
  display: block;
  height: 122px;
  /*width: auto !important;*/

  margin-right: 5px !important;
}
/* social slider */
/* activity */
.activity {
  padding-bottom: 50px;
}
.activity h2 {
  padding-left: 30px;
}
.activity .activ-menu li {
  display: block;
  float: left;
  margin: 0 2px 2px 0;
}
.activity .activ-menu li.last {
  margin-right: 0;
}
.activity .activ-menu li a {
  display: block;
  height: 130px;
  position: relative;
  overflow: hidden;
}
.activity .activ-menu li a:after {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  -webkit-transition: all 0.2s ease-in 0.2s;
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  left: 0;
  top: 0;
  height: auto;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.activity .activ-menu li a:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.activity .activ-menu li a span {
  position: absolute;
  color: #fff;
  font-size: 24px;
  left: 23px;
  bottom: 15px;
  z-index: 1000;
  text-shadow: 1px 1px 2px #000;
}
.ie8 .activity .activ-menu li a:after {
  background: url(../images/mask.png);
}
.ie8 .activity .activ-menu li:hover a:after {
  display: none;
}
/* end activity */
/* pre foot */
.pre-foot {
  background: #3E3E3E;
  padding: 27px 0;
  border-bottom: 1px solid #4D4D4D;
}
.pre-foot .item {
  display: block;
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  width: 230px;
  height: 115px;
  border: 1px solid #969696;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #C7C7C7;
}
.pre-foot .item.item-last {
  margin-right: 0;
}
.pre-foot .item span {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 12px;
  bottom: 12px;
  color: #fff;
}
.pre-foot .item:hover {
  color: #fff;
}
.pre-foot .item:hover span {
  color: #C7C7C7;
}
/* pre foot */
/* site map */
.site-map,
.sub-menu {
  background: #3E3E3E;
  border-bottom: 1px solid #4D4D4D;
  padding: 27px 0 0 0;
  font-size: 16px;
}
.site-map .menu-col,
.sub-menu .menu-col {
  width: 210px;
  padding: 0 20px 0 10px;
  float: left;
}
.site-map .menu-col.menu-col-last,
.sub-menu .menu-col.menu-col-last {
  padding-right: 0;
}
.site-map h3,
.sub-menu h3 {
  color: #C8C8C8;
  font-family: 'pt_sansbold';
  font-size: 16px;
  margin-bottom: 5px;
}
.site-map a,
.sub-menu a {
  text-decoration: none;
  color: #C8C8C8;
}
.site-map a:hover,
.sub-menu a:hover {
  color: #fff;
}
.site-map ul,
.sub-menu ul {
  margin-bottom: 20px;
}
.site-map ul li,
.sub-menu ul li {
  line-height: 19px;
  padding: 3px 0;
}
/*end site map */
.footer {
  font-size: 16px;
  padding: 30px 0;
  background: #3E3E3E;
  color: #C6C6C6;
}
.footer p {
  padding: 10px 0;
}
.footer a {
  color: #C7C7C7;
  text-decoration: underline;
  font-size: 14px;
}
.footer .foot-in {
  padding-left: 10px;
}
/**********department styles**********/
/*head srch fix*/
.head-top .head-srch .srch-txt {
  width: 190px;
}
.inner-box {
  line-height: normal;
}
.inner-box h1 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: normal;
  color: #009FE0;
}
.inner-wrap {
  padding: 30px 0;
}
.inner-wrap .content {
  float: left;
  width: 733px;
  padding: 0;
}
.inner-wrap .sidebar {
  width: 200px;
  float: right;
}
.link-arr {
  display: inline-block;
  position: relative;
  background: url(../images/more1.png) 0 0 no-repeat;
  height: 30px;
  line-height: 27px;
  color: #94979C;
  font-size: 12px;
  padding: 0 22px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.link-arr:hover {
  color: #000;
}
.link-arr:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/more1.png) right 0 no-repeat;
  position: absolute;
  right: -10px;
  top: 0;
}
.depart-heads .depart-boss {
  padding-bottom: 29px;
}
.depart-heads .depart-boss h2 {
  color: #009FE0;
}
.depart-heads .depart-boss .boss-img {
  float: left;
}
.depart-heads .depart-boss .boss-txt {
  margin: 0 0 0 225px;
}
.depart-heads .depart-boss .boss-txt p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
}
.depart-heads .depart-chiefs {
  padding-bottom: 20px;
}
.depart-heads .depart-chiefs .dep-pers {
  float: left;
  width: 212px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.depart-heads .depart-chiefs .dep-pers .dep-pers-img {
  float: left;
}
.depart-heads .depart-chiefs .dep-pers .dep-pers-txt {
  margin: 0 0 0 90px;
  font-size: 13px;
  line-height: normal;
}
.depart-heads .depart-chiefs .dep-pers .dep-pers-txt span {
  display: block;
}
.depart-tabs .etabs {
  border-bottom: 2px solid #F4F4F4;
  margin-bottom: 30px;
}
.depart-tabs .etabs li {
  display: block;
  float: left;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #EAEAEA;
  font-family: 'pt_sansbold';
  position: relative;
}
.depart-tabs .etabs li.active:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 30px solid #fff;
  border-right: 30px solid transparent;
  position: absolute;
  left: 67px;
  bottom: -33px;
}
.depart-tabs .etabs li.active:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 32px solid #EBEBEB;
  border-right: 32px solid transparent;
  position: absolute;
  left: 66px;
  bottom: -33px;
}
.depart-tabs .etabs li a {
  display: table-cell;
  width: 110px;
  padding: 0 16px;
  height: 65px;
  vertical-align: middle;
  color: #00A0DE;
}
.depart-tabs .etabs li a.active {
  background: #F9F9F9;
}
.depart-tabs .tab-content {
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 15px;
}
.proj-list {
  margin: 0 0 0 10px;
  line-height: normal;
  font-size: 14px;
}
.proj-list p{
    color: #000;
}
.proj-list span {
  display: block;
  margin-bottom: 15px;
}
.proj-list > li {
  list-style: decimal;
  margin-bottom: 25px;
  position: relative;
}
.proj-list > li > img {
  position: absolute;
  left: -75px;
  top: 5px;
}
.proj-list ul li {
  display: block;
  margin-bottom: 15px;
}
.proj-list a {
  text-decoration: underline;
}
.proj-list a:hover {
  text-decoration: none;
}
.depart-contact {
  border: 1px solid #E6E6E6;
  margin-bottom: 22px;
  padding: 15px 7px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
}
.depart-contact p {
  margin-bottom: 10px;
}
.depart-contact a {
  text-decoration: underline;
}
.depart-contact span {
  display: block;
  color: #009FE0;
}
.dep-apps span {
  display: block;
  padding: 0 0 10px 28px;
  background: url(../images/clip.jpg) 3px 0 no-repeat;
  font-size: 14px;
  border-bottom: 1px solid #D8DCDF;
  margin-bottom: 10px;
}
.dep-apps li {
  display: block;
  font-size: 14px;
}
.dep-apps li a {
  text-decoration: underline;
}
/*********tweeet******/
.great-caruosel .tweet {
  display: block;
  float: left;
  height: 122px;
  margin-right: 5px !important;
  width: 426px;
}
.tweet {
  background: #fff;
  display: block;
  width: 426px;
  height: 122px;
}
.tweet .tweet-in {
  padding: 10px;
  width: 426px;
  height: 122px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tweet .twt-pic {
  float: right;
  margin: -6px -6px 0 5px;
}
.tweet .twt-ava {
  float: left;
}
.tweet .twt-cont {
  margin: 0 0 0 55px;
  padding: 5px 0 0 0;
}
.tweet .twt-cont-head {
  margin-bottom: 8px;
  font-family: 'pt_sans_narrowregular';
}
.tweet .twt-cont-head a {
  text-decoration: none;
  color: #373737;
}
.tweet .twt-cont-head a:hover span {
  text-decoration: underline;
}
.tweet .twt-cont-head a:hover b {
  text-decoration: underline;
}
.tweet .twt-cont-head span {
  display: inline-block;
  font-size: 14px;
  color: #303030;
  font-family: 'pt_sans_narrowbold';
  margin-right: 5px;
}
.tweet .twt-cont-head i {
  display: inline-block;
  color: #7E7E7E;
  font-style: normal;
  margin-right: 5px;
}
.tweet .twt-cont-head b {
  display: inline-block;
  font-weight: normal;
  color: #7E7E7E;
}
.tweet .twt-cont-body {
  line-height: 14px;
  height: 55px;
  font-family: 'pt_sansregular';
  margin-bottom: 8px;
}
.tweet .twt-cont-body a {
  text-decoration: underline;
}
.tweet .twt-cont-btns a {
  color: #748796;
  display: inline-block;
  margin-right: 27px;
}
.tweet .twt-cont-btns a:hover i {
  color: #748796;
}
.tweet .twt-cont-btns i {
  color: #C7CED4;
  margin-right: 5px;
}
.head-srch form {
    position: static;
    right: auto;
    width: auto;
}


/* ###### fixes  ######*/

.page .content h1,
.page .content h2,
.page .content h3,
.page .content h4,
.page .content h5{
    font-weight: bold !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    text-transform: none !important;
    line-height: normal;
}

.page .post h1,
.page .post h2,
.page .post h3,
.page .post h4,
.page .post h5
{
    font-weight: normal;
}

.page .content .h1{
    font-size: 26px;
}

.index-content h1,
.index-content h2,
.index-content h3,
.index-content h4,
.index-content h5{
    font-family: 'pt_sans_narrowbold' !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
}

.page .post,
.page .content
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    line-height: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.page .content p.imp{
    line-height: 25px;
}

.page .col-ab,
.page .post-left{
    width: 720px;
}

.content .submiss .sub-item h4{
    line-height: normal;
}

.content .submiss .sub-list .main-inf p{
    font-weight: normal;
}

.page .megaswitcher{
    margin-bottom: 25px;
}

.page .megaswitcher li a.active{
    background: #ccc;
}

.bigperson .more a{
    width: 96px;
    text-align: center;
    padding: 0;
}

p.more{
    display: block;
    text-align: right;
    padding-right: 15px;
    width: auto;
}

.more .more-but{
    background: url("../img/more1.png") 0 0 no-repeat;
    width: auto !important;
    padding: 0 22px !important;
    position: relative;
    float: none;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.more .more-but:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/more1.png") right 0 no-repeat;
  position: absolute;
  right: -10px;
  top: 0;
}

.more .more-but i{
    display: none;
}

 .page .content .deal-show li,
 .page .content ul.deal-list li{
     margin-bottom: 5px;
 }

 .caro-descr span{
     position: static;
     display: block;
 }

 .related{
     background: #F3F3F3;
 }

 .depart-tabs .tab-content{
     font-family: 'pt_sansregular';
     font-size: 14px;
 }

 .depart-tabs .tab-content p{
     margin-bottom: 15px;
 }

 .depart-tabs .tab-content li{
     margin-bottom: 15px;
     list-style: disc;
     list-style-position: inside;
     color: #319ED6;
 }

 .depart-tabs .tab-content li a:hover{
     text-decoration: underline;
 }


 .out .header{
     overflow: hidden;
 }
  .out .content{
     clear: both;
 }
  .out .header .lang{
     left: auto;
     right: 0;
 }

 .media-section .media-tabs .col-cnt .item a{
     height: 192px;
 }

 .index-content .media-section .media-tabs .item a:after {
  background-color: rgba(72, 70, 63, 0.3);
  background: rgba(72, 70, 63, 0.3);
}

.stripe .news-slider li{
    line-height: 20px;
}

.yt-item .yt-area img{
    max-width: 100%;
}


.yt-item .yt-txt span{
    font-size: 12px;
}

/********calendar********/

.sidebar h2.h-calendar{
    font-weight: normal;
    margin-bottom: 15px;
}

.doc-calendar__month{
    font-weight: normal;
    border-bottom: 1px solid #d8dcdf;
    margin-bottom: 6px;
}

.doc-calendar__month a{
    background: url("../img/cal-nav.jpg") left 0 no-repeat;
    height: 24px;
    line-height: 24px;
    display: block;
    text-indent: -9999px;
    outline: none;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.doc-calendar__month a:last-child{
    background-position: right top;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
}

.doc-calendar__month{
    position: relative;
}

.doc-calendar span, .doc-calendar a{
    width: 24px;
    height: 20px;
    line-height: 20px;
}

.doc-calendar td, .doc-calendar th{
    background: none;
    border: 0;
    color: #979797;
    height: 20px;
}

.doc-calendar th{
color: #000;
text-transform: uppercase;
vertical-align: middle;
}

.doc-calendar{
    width: 200px;
}

.doc-calendar.no-future td.future a, .doc-calendar td.other-month a, .doc-calendar td span{
    color: #979797;
}

.reader-wrap {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 17px -6px #000000;
    /*left: 50%;
    margin-bottom: 20px;
    margin-left: -479px;*/
    overflow: hidden;
    position: static;
    /*top: 168px;*/
    top: 0px;
    left: 0;
    width: 958px;
    margin: 50px auto;
    z-index: 1000;
    position: relative;
    z-index: 5000;
}

.reader-on .super-wrapper{
    position: fixed;
    z-index: -1;
    width: 100%;
}

/*****05/11/14*****/

.head-top .slogan{
    top: -20px;
}

.med-big{
background: #F3F3F3;
}

.med-big .med-big-qnty{
    background: url("../images/med-ph-1.png") left 0 no-repeat;
    color: #B5B5B5;
}

.med-big a{
color: #000;
}

.med-big .med-big-inf span{
color: #B5B5B5;
}

.video-section .med-big .med-big-qnty{
    background: url("../images/med-vd-1.png") left 0 no-repeat;
}

.media-caro-foto .caro-item{
width: 880px;
margin: 0;
}

.caro-descr{

}

.caro-video img, .caro-foto img{
height: 587px;
}

.media-caro .gallery-caro{
top: auto;
/*bottom: -18px;*/
left: 0;
right: 0;
width: auto;
background-color: rgba(0, 0, 0, 0.7);
background: rgba(0, 0, 0, 0.7);
}

.caro{
/*height: 650px;*/
}

.caro-item{
    -moz-box-shadow: 0 0 0px 0px #000;
    -webkit-box-shadow: 0 0 0px 0px #000;
    box-shadow: 0 0 0px 0px #000;
}

.caro-descr{
    background: none;
    display: none;
}

.gallery-next{
border-left: 0;
-moz-box-shadow: 0 0 0px 0px #000;
-webkit-box-shadow: 0 0 0px 0px #000;
box-shadow: 0 0 0px 0px #000;
}

.gallery-prev{
border-right: 0;
-moz-box-shadow: 0 0 0px 0px #000;
-webkit-box-shadow: 0 0 0px 0px #000;
box-shadow: 0 0 0px 0px #000;
}

.caro-prev, .caro-next{
display: none !important;
}



.gallery-prev{
    background: url("../images/pop-tmb-cntrls.png") 0 0 no-repeat;
    width: 17px;
    height: 31px;
    top: 20px;
    left: 23px;
}

.gallery-next{
    background: url("../images/pop-tmb-cntrls.png") right 0 no-repeat;
    width: 17px;
    height: 31px;
    top: 20px;
    right: 23px;
}

.media-caro{
    margin-bottom: 0;
}

.caro-foto{
    background: #d7d7d7;
}

.media-popoup-inf{
    position: relative;
}

.media-popoup-inf .photo-counter{
    position: absolute;
    left: -60px;
    width: 60px;
    text-align: center;
    top: 0;
    color: #B5B5B5;
    font-size: 12px;
    background: url("../images/med-ph-1.png") center 3px no-repeat;
    padding: 35px 0 0 0;
}

.media-popoup-inf .photo-counter span{
    display: inline;
    color: #B5B5B5;
}

.d-themes a{
    margin-bottom: 11px;
}

.wrap-slide{
    top: 50%;
    margin-top: -30px;
}

.post-share h2, .post-right h2, .h3{
    font-weight: normal;
}

.post-left{
    position: relative;
}

.post-left .post-print{
    left: 0;
    bottom: 0;
    top: auto !important;
}

.r-article hr{
    margin: 20px 0;
}

.r-article p b{
   font-family: 'pt_sansbold';
}

.r-article ul {
  margin: 0 0 0 30px;
}
.r-article ul li {
  display: block;
  margin-bottom: 9px;
  position: relative;
}
.r-article ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: -17px;
  top: 9px;
  width: 9px;
  height: 1px;
  background: #B5B5B5;
}

.post-left .post-content{
    width: 535px;
}

.depart-heads .depart-chiefs .dep-pers:last-child{
    margin-right: 0;
}

.proj-unit.proj-no-pic .proj-unit-txt{
    margin-left: 0;
}




.index-content .media-section .media-tabs .item a:after{
    background: none;
}

 /*.index-content .media-section .media-tabs .item a:after {
  background-color: rgba(72, 70, 63, 0.3);
  background: rgba(72, 70, 63, 0.3);
}*/

.media-section .media-tabs .item .over {
    bottom: 0px;
    padding: 20px 15px 15px 59px;
    color: #fff;
    font-family: "pt_sansregular";
    font-size: 14px;
    left: 0px;
    line-height: 16px;
    position: absolute;
    right: 0px;
    text-transform: none;
    transition: all 0.4s ease-in-out 0s;
    z-index: 200;
    background-color: rgba(72, 70, 63, 0.3);
    background: rgba(72, 70, 63, 0.3);
}

.media-section .media-tabs .item.item-photo .over:after{
    left: 18px;
    top: 15px;
}

.media-section .media-tabs .item .over span{
    left: 48px;
    top: 3px;
}

.media-section .media-tabs .item.item-video .over:after{
    left: 18px;
    top: 20px;
}

.index-content .media-section .media-tabs .item a:hover:after{
    background-color: rgba(72, 70, 63, 0.3);
    background: rgba(72, 70, 63, 0.3);
}

.index-content .media-section .media-tabs .item a:hover .over{
    background: none;
}