/*--------------------------------Index----------------------------------*/
.theme-default .nivoSlider img{
    /*height:423px!important;*/
}
.nivo-directionNav a {
  /*top: calc(435px - 262px) !important;*/
}

.theme-default .nivo-directionNav a {
  width: 70px;
  height: 100%;
}
.theme-default .nivo-directionNav a:active {
    background-color: #0005 !important;
    transition: 0s !important;
}

.nivo-directionNav a {
  opacity: 1 !important;
}

.nivo-directionNav .nivo-prevNav {
  text-align: left;
  /* left: 15px !important; */
  background: url(../img/left-bottom-slide.png) center center no-repeat !important;
}

.nivo-directionNav .nivo-nextNav {
  /* right: 23px !important; */
  background: url(../img/right-bottom-slide.png) center center no-repeat !important;
}

.theme-default .nivoSlider {
  margin-bottom: 0;
  box-shadow: none;
}
section.top-main-slider {
    padding-top: 0;
 background: #f9f5f0;
background: -moz-linear-gradient(top, #f9f5f0 0%, #fffbf6 40%, #fffbf6 50%, #efe7dc 100%);
background: -webkit-linear-gradient(top, #f9f5f0 0%,#fffbf6 40%,#fffbf6 50%,#efe7dc 100%);
background: linear-gradient(to bottom, #f9f5f0 0%,#fffbf6 40%,#fffbf6 50%,#efe7dc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f5f0', endColorstr='#efe7dc',GradientType=0 );
}
section.top-main-slider .col-md-12{
    /* height: 423px; */
}
section.top-main-slider #back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99999;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  color: #b21212;
  border: 1px solid #b21212;
  cursor: pointer;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

section.top-main-slider #back-to-top i {
  font-size: 90px;
  padding-top: 8px;
  /* margin-left: -31px!important;
  margin-top: -24px!important; */
      position: relative;
    top: -24px;
    left: -16px;
}

section.top-main-slider #back-to-top:hover {
  background: #b21212;
  color: #ffffff;
}

section.top-main-slider #back-to-top.show {
  opacity: 1;
}

section.top-main-slider .slider-mask {
  background: url("../img/slider-symbol.png") no-repeat top left;
  width: 100%;
  max-width: 100%;
  min-height: 45px;
      /* background-size: 94px; */
  z-index: 10;
  position: absolute;
}

@media (max-width: 767px) {
    section.top-main-slider .slider-mask {
         background-size: 92px 100%;
    }
}


   

section.top-main-slider .bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
}

section.top-main-slider .bx-wrapper .bx-controls-direction a {
  top: 45% !important;
}

section.top-main-slider .bx-wrapper .bx-controls-direction a {
  height: 86px;
}

section.top-main-slider .bx-wrapper .bx-prev {
  left: 40px;
  background: url(../img/top-legt-cursor.png) no-repeat 0 0;
}

section.top-main-slider .bx-wrapper .bx-next {
  right: 40px;
  background: url(../img/top-right-cursor.png) 9px 0 no-repeat;
}

section.top-main-slider .slide:hover .text-center p {
  color: #980600;
  border-bottom: 1px dotted #980600;
}

section.top-main-slider .slide {
  margin-right: 0 !important;
}

section.top-main-slider .slide img {
  width: 100%;
}

section.top-main-slider #hmenu,
section.top-main-slider #hmenu ul,
section.top-main-slider #hmenu ul li,
section.top-main-slider #hmenu ul li a,
section.top-main-slider #hmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

section.top-main-slider #hmenu > ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* padding: 0 15px; */
}

section.top-main-slider #hmenu:after,
section.top-main-slider #hmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

section.top-main-slider #hmenu #menu-button {
  display: none;
}

section.top-main-slider #hmenu {
  position: absolute;
  z-index: 20;
  bottom: 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  /* background: #4449; */
  background: #0009;
  right: 0;
  left: 0;
  margin-left: 15px;
  margin-right: 15px;
}

section.top-main-slider #menu-line {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.25s ease-out;
}

/* section.top-main-slider #hmenu > ul > li > a:hover:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  border: 6px solid transparent;
  border-top: 7px solid #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
} */
/* section.top-main-slider #hmenu > ul > li > a.active:before {
  content: '';
  position: absolute;
  bottom: 0;
  right:46%;
  border: 6px solid transparent;
  border-top: 7px solid #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
} */
@media (max-width: 1199px) {
    section.top-main-menu #hmenu > ul > li > a.active:before,
  section.top-main-slider #hmenu > ul > li > a.active:before{
    display: none;
  }
}
/* section.top-main-menu #hmenu > ul > li > a:hover:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  border: 6px solid transparent;
  border-top: 7px solid #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
} */
/* section.top-main-menu #hmenu > ul > li > a.active:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  border: 6px solid transparent;
  border-top: 7px solid #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
} */
/* section.top-main-slider :before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  border: 6px solid transparent;
  border-top: 10px solid #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
} */
section.top-main-slider #hmenu > ul > li {
  float: left;
}

section.top-main-slider #hmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

section.top-main-slider #hmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

section.top-main-slider #hmenu.align-center ul ul {
  background-color: #000;
  text-align: left;
}

section.top-main-slider #hmenu ul ul {
  /* background-color: #444; */
  background-color: #000c;
}

section.top-main-slider #hmenu.align-right > ul > li {
  float: right;
}

section.top-main-slider #hmenu.align-right ul ul {
  text-align: right;
}

section.top-main-slider #hmenu > ul > li {
  text-align: center;
  width: auto !important;
  margin: auto;
}

@media (max-width: 1199px) {
  section.top-main-slider #hmenu > ul > li {
    text-align: left !important;
    padding-left: 15px;
  }
}


section.top-main-slider #hmenu > ul > li > a {
  padding: 22px 1px;
  font: 19px/19px HelvaticaNeue, normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: color .2s ease;
  cursor: default;
  pointer-events: none;
}


section.top-main-slider #hmenu > ul > li:hover > a,
section.top-main-slider #hmenu > ul > li.active > a {
  color: #980600;
}

/* section.top-main-slider #hmenu > ul > li.parent > a {
  padding-right: 25px;
}

section.top-main-slider #hmenu > ul > li.parent > a::after {
  position: absolute;
  top: 23px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-color 0.2s ease;
} */

section.top-main-slider #hmenu > ul > li.parent:hover > a::after {
  border-color: #fff;
}

section.top-main-slider #hmenu ul ul {
  position: absolute;
  left: -9999px;
}

section.top-main-slider #hmenu li:hover > ul {
  left: -18px;
  bottom: 100%;
  min-width: 100%;
}

section.top-main-slider #hmenu.align-right li:hover > ul {
  right: 0;
}

section.top-main-slider #hmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

section.top-main-slider #hmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

section.top-main-slider #hmenu ul ul li {
  height: 0;
  transition: height .2s ease;
  /*border-top: 1px solid #ffffff;*/
}

section.top-main-slider #hmenu ul li:hover > ul > li {
  height: 32px;
}

section.top-main-slider #hmenu ul ul li a {
  padding: 10px 20px;
  width: max-content;
  width: -moz-max-content;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  transition: color .2s ease;
  text-transform: uppercase;
}

section.top-main-slider #hmenu > ul > li:last-child > a.last{
  /* padding-right: 44px;  */
}

section.top-main-slider #hmenu ul ul li:hover > a,
section.top-main-slider #hmenu ul ul li a:hover {
  color: #980600;
  /* background-color: rgba(0, 0, 0, 0.4); */
}

section.top-main-slider #hmenu ul ul li.parent > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: border-color 0.2s ease;
}

section.top-main-slider #hmenu.align-right ul ul li.parent > a::after {
  right: auto;
  left: 10px;
  border-right: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

section.top-main-slider #hmenu ul ul li.parent:hover > a::after {
  border-color: #980600;
}

@media (max-width: 1199px) {
  section.top-main-slider #hmenu {
    margin-right: 0;
    margin-left: 0;
    position: inherit;
    width: 100%;
  }
  section.top-main-slider #hmenu ul {
    width: 100%;
    display: none;
  }
  section.top-main-slider #hmenu.align-center > ul,
  section.top-main-slider #hmenu.align-right ul ul {
    text-align: left;
  }
  section.top-main-slider #hmenu ul li,
  section.top-main-slider #hmenu ul ul li,
  section.top-main-slider #hmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  section.top-main-slider #hmenu ul li a,
  section.top-main-slider #hmenu ul ul li a {
    width: 100%;
  }
  section.top-main-slider #hmenu > ul > li,
  section.top-main-slider #hmenu.align-center > ul > li,
  section.top-main-slider #hmenu.align-right > ul > li {
    float: none;
    display: block;
  }
}

@media all and (max-width: 1199px)     {
  section.top-main-slider #hmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #fff;
    background: none;
  }
  section.top-main-slider #hmenu ul ul li:hover > a,
  section.top-main-slider #hmenu ul ul li a:hover {
    color: #980600;
  }
  section.top-main-slider #hmenu ul ul ul li a {
    padding-left: 40px;
  }
  section.top-main-slider #hmenu ul ul,
  section.top-main-slider #hmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
        background-color: #7D7870;
  }
  section.top-main-slider #hmenu > ul > li.parent > a::after,
  section.top-main-slider #hmenu ul ul li.parent > a::after {
    display: none;
  }
  section.top-main-slider #menu-line {
    display: none;
  }
  section.top-main-slider #hmenu #menu-button {
    display: block;
    /*padding: 20px;*/
    height: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    background: #7D7870;
  }
  section.top-main-slider #hmenu #menu-button.menu-opened{
    background: #6c655a;
  }
  section.top-main-slider #hmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  section.top-main-slider #hmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  section.top-main-slider #hmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(12, 12, 120, 0.15);
    height: 52px;
    /*width: 52px;*/
    width: 100%;
    cursor: pointer;
  }
/*  section.top-main-slider #hmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  section.top-main-slider #hmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }*/
  section.top-main-slider #hmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  section.top-main-slider #hmenu > ul > li > a{
    padding: 17px 0px;
    line-height: 18px;
  }
}

section.announcements {
  padding-top: 40px;
  padding-bottom: 29px;
}

section.announcements .col-md-12 .text-left h4 {
  font: 34px/36px PF-Monumenta-Pro-Regular, normal;
  padding-bottom: 29px;
}

@media (max-width: 767px) {
  section.announcements .col-md-12 .text-left h4 {
    font: 24px/24px PF-Monumenta-Pro-Regular, normal;
  }
  section.contact-content .col-md-3 ul li{
      margin-bottom: 0;
  }
  section.top-main-menu #back-to-top i{
      position: relative;
      font-size: 90px;
    padding-top: 35px;
    position: relative;
    top: 29px;
    left: -10px;
    line-height: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.announcements .col-md-12 .text-left h4 {
    font: 24px/24px PF-Monumenta-Pro-Regular, normal;
  }
}

section.announcements .col-md-12 .text-left h4 a {
  font: 20px/26px Open Sans, normal;
  color: #000;
  padding-left: 5px;
}

section.announcements .col-md-12 .text-left h4 a span.arrow {
  padding-left: 37px;
  background: url(../img/spritesheet.png) 1px 5px no-repeat;
  width: 30px;
  height: 19px;
  display: inline-block;
}

section.announcements .col-md-12 .text-left h4 a:hover .hover-span {
  color: #980600;
  border-bottom: 1px dotted #980600;
}

section.announcements .col-md-12 .text-left h4 a:hover .arrow {
  color: #980600;
  background: url(../img/spritesheet.png) 1px -12px no-repeat;
}

section.announcements .col-md-5 {
  position: relative;
  padding-left: 15px;
  padding-right: 28px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.announcements .col-md-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

section.announcements .col-md-5 a {
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  margin-left: 20px;
  left: 0;
}

section.announcements .col-md-5 img {
  width: 100%;
  height: 243px;
}

section.announcements .col-md-5 .info-student {
  background-color: #490300;
  padding: 18px 20px;
  height: 139px;
  overflow: hidden;
}
@media (max-width: 1199px){
    section.announcements .col-md-5 .info-student{
        height: auto;
    }
}

section.announcements .col-md-5 .info-student h4 {
  font: 22px/22px PF-Monumenta-Pro-Regular, normal;
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 1.2em;
}

section.announcements .col-md-5 .info-student p {
  color: #ffffff;
  font: 18px/24px Open Sans, normal;
}

section.announcements .col-md-7 {
  padding-left: 12px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  section.announcements .col-md-7 {
    padding-top: 15px;
  }
  section.announcements .col-md-5 .info-student{
      height: auto;
  }
  section.announcements .col-md-5 .info-student p {
    font: 16px/20px Open Sans, normal;
  }
}

section.announcements .col-md-7 .developments-block-tree:hover .developments-block-tree-text span {
  color: #980600;
}

section.announcements .col-md-7 .developments-block-tree:hover .developments-block-tree-text h5 {
  color: #980600;
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.announcements .col-md-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

section.announcements .col-md-7 .developments-block-tree:last-child {
  padding-bottom: 0;
}

section.announcements .col-md-7 .developments-block-tree:hover .developments-block-one-text span {
  color: #980600;
}

section.announcements .col-md-7 .developments-block-tree:hover .developments-block-one-text h5 {
  color: #980600;
}

section.announcements .col-md-7 .developments-block-tree {
  position: relative;
  margin-bottom: 26px;
  width: 100%;
  min-height: 1px;
  display: inline-block;
}

section.announcements .col-md-7 .developments-block-tree a {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1000000;
}

section.announcements .col-md-7 .developments-block-tree .developments-block-tree-img {
  display: inline-block;
  min-height: 1px;
  float: left;
  width: 27%;
}

section.announcements .col-md-7 .developments-block-tree .developments-block-tree-img img {
    width: 100%;
    height: 110px;
}

section.announcements .col-md-7 .developments-block-tree .developments-block-tree-text {
    display: inline-block;
    width: 72.4%;
    min-height: 1px;
    padding-left: 23px;
    box-sizing: border-box;
}

section.announcements .col-md-7 .developments-block-tree .developments-block-tree-text h5 {
  font: 16px/23px PF-Monumenta-Pro-Regular, normal;
  padding-bottom: 15px;
  margin-top: -3px;
  max-height: 47px; 
  overflow: hidden;
}

section.announcements .col-md-7 .developments-block-tree .developments-block-tree-text span {
  color: #525151;
  font: 16px/24px Open Sans, normal;
}

section.announcements .col-md-7 .developments-block-tree .developments-block-tree-text p {
  color: #323130;
  font: 16px/20px Open Sans, normal;
  /* padding-top: 11px; */
  position: relative;
  bottom: -4px;
}
@media (max-width: 1199px) {
  section.announcements .col-md-7 .developments-block-tree .developments-block-tree-img img {
    height: auto;
  }
  section.announcements .col-md-7 .developments-block-tree .developments-block-tree-text p {
    font-size: 14px;
    line-height: 18px;
  }
} 

section.developments {
  /* background: #efe7dc;
    background: -moz-linear-gradient(top, #efe7dc 0%, #fffbf7 40%, #fffbf7 60%, #f8f4ef 100%);
    background: -webkit-linear-gradient(top, #efe7dc 0%,#fffbf7 40%,#fffbf7 60%,#f8f4ef 100%);
    background: linear-gradient(to bottom, #efe7dc 0%,#fffbf7 40%,#fffbf7 60%,#f8f4ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe7dc', endColorstr='#f8f4ef',GradientType=0 ); */
  padding-bottom: 40px;
  padding-top: 40px;
}
.recen a span.hover-span{
    color: #980600;
    border-bottom:1px dotted #980600;
    text-transform: uppercase;
    font: 24px/30px PF-Monumenta-Pro-Regular, normal;
}
.recen a span.arrow {
    padding-left: 47px;
    background: url(../img/spritesheet.png) -1px -16px no-repeat;
    width: 30px;
    height: 19px;
    display: inline-block;
}
@media (max-width: 767px) {
  section.developments {
    padding-bottom: 20px;
    padding-top: 20px;
    /* background: #efe7dc; */
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.developments {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  
}

section.developments .col-md-12 .text-left h4 {
  font: 34px/36px PF-Monumenta-Pro-Regular, normal;
  padding-bottom: 29px;
}

@media (max-width: 767px) {
  section.developments .col-md-12 .text-left h4 {
    font: 24px/24px PF-Monumenta-Pro-Regular, normal;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.developments .col-md-12 .text-left h4 {
    font: 24px/24px PF-Monumenta-Pro-Regular, normal;
  }
}

section.developments .col-md-12 .text-left h4 a {
  font: 20px/26px Open Sans, normal;
  color: #000;
  padding-left: 2px;
}

section.developments .col-md-12 .text-left h4 a span.arrow {
  padding-left: 37px;
  background: url(../img/spritesheet.png) 1px 5px no-repeat;
  width: 30px;
  height: 19px;
  display: inline-block;
}

section.developments .col-md-12 .text-left h4 a:hover .hover-span {
  color: #980600;
  border-bottom: 1px dotted #980600;
}

section.developments .col-md-12 .text-left h4 a:hover .arrow {
  color: #980600;
  background: url(../img/spritesheet.png) 1px -12px no-repeat;
}
section.developments .col-md-6 {
    width: 48%;
}
section.developments .col-md-6:nth-child(1) {
    padding-left: 10px;
}
section.developments .col-md-6 .developments-block-one:last-child {
  padding-bottom: 0;
}

section.developments .col-md-6 .developments-block-one:hover .developments-block-one-text span {
  color: #980600;
}

section.developments .col-md-6 .developments-block-one:hover .developments-block-one-text h5 {
  color: #980600;
}

section.developments .col-md-6 .developments-block-one {
  position: relative;
  margin-bottom: 26px;
  width: 100%;
  min-height: 1px;
  display: inline-block;
  max-height: 118px;
  overflow: hidden;
}

@media (max-width: 767px) {
  section.developments .col-md-6{
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.developments .col-md-6 .developments-block-one a {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  left: 0;
}

section.developments .col-md-6 .developments-block-one .developments-block-one-img {
  display: inline-block;
  min-height: 1px;
  float: left;
  width: 33%;
}

section.developments .col-md-6 .developments-block-one .developments-block-one-img img {
  width: 100%;
}

section.developments .col-md-6 .developments-block-one .developments-block-one-text {
  display: inline-block;
  width: 67%;
  min-height: 1px;
  padding-left: 23px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  section.developments .col-md-6 .developments-block-two a{
      width: 100%!important;
  }
}

section.developments .col-md-6 .developments-block-one .developments-block-one-text h5 {
  font: 16px/21px PF-Monumenta-Pro-Regular, normal;
  padding-bottom: 9px;
  max-width: 100%;
  margin-top: -3px;
}

section.developments .col-md-6 .developments-block-one .developments-block-one-text span {
  color: #525151;
  font: 16px/24px Open Sans, normal;
}

section.developments .col-md-6 .developments-block-one .developments-block-one-text p {
  color: #323130;
  font: 16px/21px Open Sans, normal;
  padding-top: 7px;
}

section.developments .col-md-6 .developments-block-two:last-child {
  padding-bottom: 0;
}

section.developments .col-md-6 .developments-block-two:hover .developments-block-two-text span {
  color: #980600;
}

section.developments .col-md-6 .developments-block-two:hover .developments-block-two-text h5 {
  color: #980600;
}

section.developments .col-md-6 .developments-block-two {
  position: relative;
  margin-bottom: 13px;
  width: 100%;
  min-height: 1px;
  display: inline-block;
  max-height: 78px;
  overflow: hidden;
}

section.developments .col-md-6 .developments-block-two a {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  left: 0;
}

section.developments .col-md-6 .developments-block-two .developments-block-two-img {
  display: inline-block;
  min-height: 1px;
  float: left;
  width: 21%;
}

@media (max-width: 767px) {
  section.developments .col-md-6 .developments-block-two .developments-block-two-img {
    width: 100%;
  }
  section.developments .col-md-6 .developments-block-one a{
      width: 100%;
  }
}

section.developments .col-md-6 .developments-block-two .developments-block-two-img img {
  width: 100%;
  height: 78px;
}

section.developments .col-md-6 .developments-block-two .developments-block-two-text {
  display: inline-block;
  width: 79%;
  min-height: 1px;
  padding-left: 20px;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
    section.developments .col-md-6 .developments-block-two .developments-block-two-img img {
      height: auto;
    }
}

@media (max-width: 767px) {
  section.developments .col-md-6 .developments-block-two .developments-block-two-text {
    width: 100%;
    padding-left: 0;
    /* margin-top: 1rem; */
  }
}

section.developments .col-md-6 .developments-block-two .developments-block-two-text h5 {
  font: 16px/18px PF-Monumenta-Pro-Regular, normal;
  margin-bottom: 17px;
  max-width: 100%;
  max-height: 20px;
  margin-top: -2px;
  text-transform: lowercase;
}

@media (max-width: 1199px) {
    section.developments .col-md-6 .developments-block-two .developments-block-two-text h5{
        max-height: none;
        margin-bottom: 0;
    }
}
.recen{
    padding-top: 21px;
}
section.developments .col-md-6 .developments-block-two .developments-block-two-text span {
  color: #525151;
  font: 16px/24px Open Sans, normal;
}

section.developments .col-md-6 .developments-block-two .developments-block-two-text p {
  color: #323130;
  font: 16px/20px Open Sans, normal;
  padding-top: 2px;
}
@media (max-width: 991px) {
  section.developments .col-md-6 .developments-block-two .developments-block-two-img img {
    height: auto;
  }
  section.developments .col-md-6 .developments-block-two .developments-block-two-text span,
  section.developments .col-md-6 .developments-block-two .developments-block-two-text p,
  section.developments .col-md-6 .developments-block-one .developments-block-one-text span
  {
    font-size: 14px;
    line-height: 18px;
  }
  section.developments .col-md-6 .developments-block-one .developments-block-one-text p {
    display: none;
  }
}

@media (max-width: 767px) {
    section.developments .col-md-6 .developments-block-one .developments-block-one-text span,
    section.developments .col-md-6 .developments-block-two .developments-block-two-text span{
        display: none;
    }
}

@media (max-width: 767px) {
  section.announcements .col-md-7 .developments-block-tree .developments-block-tree-img,
  section.developments .col-md-6 .developments-block-one .developments-block-one-img,
  section.developments .col-md-6 .developments-block-two .developments-block-two-img{
    float: right;
    width: auto;
  }
}
@media (max-width: 767px) {
    section.announcements .col-md-7 .developments-block-tree .developments-block-tree-img img,
    section.developments .col-md-6 .developments-block-one .developments-block-one-img img,
    section.developments .col-md-6 .developments-block-two .developments-block-two-img img{
        width: 100px;
        /*height: 100%;*/
        height: 66px;
    }
}

@media (max-width: 767px) {
  section.announcements .col-md-7 .developments-block-tree .developments-block-tree-text,
  section.developments .col-md-6 .developments-block-one .developments-block-one-text,
  section.developments .col-md-6 .developments-block-two .developments-block-two-text{
    width: calc(100% - 100px);
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  section.developments .col-md-6 .developments-block-one,
  section.developments .col-md-6 .developments-block-two{
    max-height: 394px!important;
    min-height: 85px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  section.announcements .col-md-7 .developments-block-tree .developments-block-tree-text h5,
  section.developments .col-md-6 .developments-block-one .developments-block-one-text h5,
  section.developments .col-md-6 .developments-block-two .developments-block-two-text h5{
    padding: 0;
    max-height: none;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
    section.announcements .col-md-7 .developments-block-tree .developments-block-tree-text p,
    section.developments .col-md-6 .developments-block-one .developments-block-one-text p,
    section.developments .col-md-6 .developments-block-two .developments-block-two-text p{
        padding: 0 10px 0 0;
        font: 18px/1.1em Open Sans, normal;
    }

    section.developments .col-md-6 .developments-block-one .developments-block-one-text p,
    section.developments .col-md-6 .developments-block-two .developments-block-two-text p{
      display: none;
    }
}
/*  */


section.event-university {
    background: #efe7dc;
    background: -moz-linear-gradient(top, #efe7dc 0%, #fffbf7 40%, #fffbf7 60%, #f8f4ef 100%);
    background: -webkit-linear-gradient(top, #efe7dc 0%,#fffbf7 40%,#fffbf7 60%,#f8f4ef 100%);
    background: linear-gradient(to bottom, #efe7dc 0%,#fffbf7 40%,#fffbf7 60%,#f8f4ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe7dc', endColorstr='#f8f4ef',GradientType=0 );
  padding-top: 40px;
  padding-bottom: 40px;
}


@media (max-width: 767px) {
  section.event-university {
    padding-bottom: 20px;
    padding-top: 20px;
    background: #efe7dc;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.event-university {
    padding-top: 20px;
  }
}

section.event-university .col-md-12 .text-left h4 {
  font: 34px/36px PF-Monumenta-Pro-Regular, normal;
  padding-bottom: 29px;
}

@media (max-width: 767px) {
  section.event-university .col-md-12 .text-left h4 {
    font: 24px/30px PF-Monumenta-Pro-Regular, normal;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.event-university .col-md-12 .text-left h4 {
    font: 24px/24px PF-Monumenta-Pro-Regular, normal;
  }
}

section.event-university > div:hover .text-center p {
  color: #980600;
}

section.event-university .col-md-4 {
  padding-left: 15px;
  padding-right: 32px;
}

section.event-university .col-md-4 a {
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
}

section.event-university .col-md-4 img {
  width: 100%;
}

section.event-university .col-md-4 .text-center {
  padding-top: 30px;
}

section.event-university .col-md-4 .text-center p {
  font: 20px/24px PF-Monumenta-Pro-Regular, normal;
  color: #000;
  padding-bottom: 10px;
}

section.file-galery {
  padding-top: 40px;
  padding-bottom: 60px;
/*   background: #faf6f1;
background: -moz-linear-gradient(top, #faf6f1 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #faf6f1 0%,#ffffff 100%);
background: linear-gradient(to bottom, #faf6f1 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf6f1', endColorstr='#ffffff',GradientType=0 ); */
}

@media (max-width: 767px) {
  section.file-galery {
    padding-top: 20px;
    padding-bottom: 20px;
    /* background: #efe7dc; */
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.file-galery {
    padding-bottom: 40px;
  }
}

section.file-galery .bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
  margin: 29px auto 0;
  max-width: none !important;
}

section.file-galery .bx-wrapper .bx-controls-direction a {
  top: 0 !important;
  height: 100%;
}
/* section.file-galery .bx-wrapper .bx-controls-direction a:active{
    background-color: #0005 !important;
}
 */
section.file-galery .bx-wrapper .bx-prev {
  /*left: -25px;*/
  /* margin-left: 5px; */
  background: url(../img/left-bottom-slide.png) center center no-repeat;
}

section.file-galery .bx-wrapper .bx-next {
  /*right: -25px;*/
  /* margin-right: 5px; */
  background: url(../img/right-bottom-slide.png) center center no-repeat !important;
}

section.file-galery .slide:hover .text-center p {
  color: #980600;
  border-bottom: 1px dotted #980600;
}

section.file-galery .slide {
  margin-right: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}

section.file-galery .slide img {
  width: 100%;
  height: 189px;
}

@media (max-width: 767px) {
    section.file-galery .slide img {
      height: auto;
    }
}

section.file-galery .slide a {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
}

section.file-galery .slide .text-center {
  padding-top: 18px;
}

section.file-galery .slide .text-center p {
  font: 18px/18px PF-Monumenta-Pro-Regular, normal;
  color: #000;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
    section.file-galery .slide .text-center p {
      font: 14px/16px PF-Monumenta-Pro-Regular, normal;
      font-weight: bold;
    } 
}

section.file-galery .col-md-12 .text-left h4 {
  font: 34px/36px PF-Monumenta-Pro-Regular, normal;
}

@media (max-width: 767px) {
  section.file-galery .col-md-12 .text-left h4 {
    font: 24px/30px PF-Monumenta-Pro-Regular, normal;
  }
  section.bottom-links-menu ul{
      padding-left: 15px;
  }
  section.about-u .col-md-4,
  section.about-u .col-md-12{
      padding-left: 0;
      padding-right: 0;
  }
}
section.about-u .col-md-4,
section.about-u .col-md-12{
      padding-left: 0;
      padding-right: 0;
  }
@media (min-width: 768px) and (max-width: 1199px) {
  section.file-galery .col-md-12 .text-left h4 {
    font: 24px/24px PF-Monumenta-Pro-Regular, normal;
  }
}

section.file-galery .col-md-12 .text-left h4 a {
  font: 20px/26px Open Sans, normal;
  color: #000;
  white-space: nowrap;
}

section.file-galery .col-md-12 .text-left h4 a span.arrow {
  padding-left: 37px;
  background: url(../img/spritesheet.png) 1px 5px no-repeat;
  width: 30px;
  height: 19px;
  display: inline-block;
}

section.file-galery .col-md-12 .text-left h4 a:hover .hover-span {
  color: #980600;
  border-bottom: 1px dotted #980600;
}

section.file-galery .col-md-12 .text-left h4 a:hover .arrow {
  color: #980600;
  background: url(../img/spritesheet.png) 1px -12px no-repeat;
}
.fa-chevron-up:before {
    content: "\203A"!important;

}
section.top-main-slider #back-to-top i{
        -moz-transform: rotate(-90deg); 
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    transform: rotate(-90deg);
}
@media (max-width: 767px) {
   .theme-default .nivoSlider img{
    /*height: 150px!important;*/
    }
    section.top-main-slider .slider-mask{
        /* display: none; */
    }
    section.announcements .col-md-5{
        padding-right: 15px;
    }
    section.announcements .col-md-5.main-block{
        padding: 0;
    }
     section.top-main-slider #back-to-top{
            right: 10px;
        }
    section.developments .col-md-6{
        width: 100%;
    }
    section.event-university .col-md-4{
        padding-right: 15px;
    }
    footer.footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    section{
        padding-left: 10px;
        padding-right: 10px;
    }
    section.file-galery .slide{
        /* width: auto!important; */
    }
    section.bottom-links-menu ul li{
        padding-left: 0;
        padding-right: 0;
    }
    .recen a span.hover-span{
        font-size: 20px;
    }
    section.developments .col-md-6 .developments-block-two .developments-block-two-img img,
    section.announcements .col-md-5 img{
        height: auto;
    }
    section.top-main-slider{
        padding-left: 0;
        padding-right: 0;
    }
    section.announcements{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bx-viewport{
      height: auto !important;
    }
}
.search-page{
    padding-top: 10%;
}
.search-page h1 {
    font: 35px/36px PF-Monumenta-Pro-Regulart, normal;
    font-family: PF-Monumenta-Pro-Regular, normal;
    padding-bottom: 30px;
    display: inline-block;
}
.search-result {
    font: 16px/26px "Open Sans", normal;
    margin-bottom: 25px;
}
.sisea-results-list .sisea-result h3{
    color: #000;
    font: 18px/26px "Open Sans", normal;
}
.sisea-results-list .sisea-result h3 a{
    color: #000;
    font: 18px/26px "Open Sans", normal;
    border-bottom: 1px solid #980600;
}
.sisea-results-list .sisea-result h3 a:hover{
    color: #980600;
    font: 18px/26px "Open Sans", normal;
}
.search-result .pages{
    text-align: center;
    color: #000;
    padding-top: 20px;
}
.search-result .pages a{
    color: #000;
}.search-result .pages span{
    color: #980600;
}
@media (max-width: 767px) {
   section.top-main-slider .col-md-12 {
    height: auto;
}
section.announcements .col-md-7{
    padding-right: 15px;
    padding-left: 15px;
}
section.developments .col-md-6 .developments-block-two .developments-block-two-text h5{
    max-height: none;
}
section.event-university .col-md-4 .text-center {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  section.announcements .col-md-7 .developments-block-tree a{
      width: 100%;
  }
  header.header .tree-block li{
      width: 40%;
  }
  /* header.header .tree-block li{
      max-height: 22px;
  } */
}

.bx-wrapper .bx-controls-direction a{
    width: 50px;
}

.slider-announce h2 {
  font: 34px/36px PF-Monumenta-Pro-Regular, normal;
  padding-bottom: 29px;
}


