/*********************************************************************/
section.structure-unstr-u {
  padding-top: 120px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  section.structure-unstr-u {
    padding-left: 10px;
    padding-right: 10px;
  }
}

section.structure-unstr-u h1 {
  font: 36px/36px PF-Monumenta-Pro-Regulart, normal;
  text-transform: lowercase;
  font-family: PF-Monumenta-Pro-Regular, normal;
}

@media (max-width: 767px) {
  section.structure-unstr-u h1 {
    /*font-size: 21px;*/
    font-size: 26px;
    font-weight: bold;
  }
}

section.structure-unstr-u h2 {
  font: 24px/24px PF-Monumenta-Pro-Regular, normal;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  section.structure-unstr-u h2 {
    font-size: 18px;
  }
}

section.structure-unstr-u h3 {
  font: 20px/20px PF-Monumenta-Pro-Regular, normal;
  text-transform: lowercase;
  font-family: PF-Monumenta-Pro-Regular, normal;
  font-weight: bold;
}

@media (max-width: 767px) {
  section.structure-unstr-u h3 {
    font-size: 20px;
    margin-top: 20px;
    line-height: 30px;
  }
}

section.structure-unstr-u h6 {
  font: 22px/22px PF-Monumenta-Pro-Regular, normal;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  section.structure-unstr-u h6 {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.structure-unstr-u h6 {
    font-size: 16px;
  }
}

section.structure-unstr-u p {
  font: 18px/26px Alice, normal;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  section.structure-unstr-u p {
    /* font-size: 20px; */
  }
}

section.structure-unstr-u span {
  font: 16px/16px "Open Sans", normal;
}

@media (max-width: 767px) {
  section.structure-unstr-u span {
    font-size: 14px;
  }
}

section.structure-unstr-u a {
  font: 20px/26px "Open Sans", normal;
  color: #000;
}

@media (max-width: 767px) {
  section.structure-unstr-u a {
    font-size: 16px;
  }
}

section.structure-unstr-u a span.arrow {
  padding-left: 45px;
  background: url(../img/spritesheet.png) 9px 5px no-repeat;
  width: 30px;
  height: 19px;
  display: inline-block;
}

section.structure-unstr-u a:hover {
  color: #980600;
}

section.structure-unstr-u a:hover .arrow {
  color: #980600;
  background: url(../img/spritesheet.png) 9px -12px no-repeat;
}

section.structure-unstr-u .main-title {
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
    section.structure-unstr-u .main-title {
        margin-bottom: 0;
        width: calc(100% + 20px);
        /*background: #f9f5f0;*/
        margin-left: -10px;
        padding: 10px;
    }
}

section.structure-unstr-u .main-title h1 {
  float: left;
}

section.structure-unstr-u .main-title span {
  font: 18px/36px "Open Sans", normal;
  color: #474747;
  float: right;
}

@media (max-width: 767px) {
  section.structure-unstr-u .main-title span {
    float: left;
    display: block;
    font-size: 14px;
  }
}

section.structure-unstr-u .col-md-12 .left-menu {
  display: table-cell;
  float: left;
  margin-right: 37px;
  width: 271px;
  margin-bottom: 20px;
  
/*   position: sticky;
top: 80px; */
}

@media (max-width: 1199px) {
  section.structure-unstr-u .col-md-12 .left-menu {
    margin-right: 0;
    display: block;
    float: none;
    position: static;
  }
}

section.structure-unstr-u .col-md-12 .left-menu ul {
  padding-left: 0;
}
section.structure-unstr-u .col-md-12 .left-menu .main-ul{
    position: relative;
}
section.structure-unstr-u .col-md-12 .left-menu .main-ul li{
    position: relative;
}
section.structure-unstr-u .col-md-12 .left-menu .main-ul li a::after {
    content: "\3009";
    color: #af0404;
    
    margin-right: 0;
    position: absolute;
    right: 0;
    font: normal normal normal 20px/40px FontAwesome;
    font-weight: bold;
}
section.structure-unstr-u .col-md-12 .left-menu ul li {
  list-style: none;
}
section.structure-unstr-u .col-md-12 .left-menu .main-ul li.active a:after {
    content: "\3009";
    color: #007785;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 0.4em;
    margin-right: -10px;
    margin-top: 3px;
    font: normal normal normal 20px/40px FontAwesome;
    font-weight: bold;
}
section.structure-unstr-u .col-md-12 .left-menu ul li:last-child {
  border-bottom: 0;
}

section.structure-unstr-u .col-md-12 .left-menu ul li a {
  color: #000;
  font: 20px/25px "Open Sans", normal;
  text-decoration: none;
  padding: 5px 0;
}

section.structure-unstr-u .col-md-12 .content-1 {
  display: table-cell;
  /* display: block; */
}

@media (max-width: 767px) {
    section.structure-unstr-u .col-md-12 .content-1{
        
    }
}

section.structure-unstr-u .col-md-12 .content-1 .text-left h2 {
  font: 30px/30px PF-Monumenta-Pro-Regular, normal;
  margin-bottom: 5%;
  text-transform: lowercase;
  font-family: PF-Monumenta-Pro-Regular, normal;
}

/* section.structure-unstr-u .col-md-12 .content-1 p img {
  margin-top: 5px;
  margin-right: 59px;
  margin-bottom: 40px;
  border: 8px solid #ffffff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.44);
  max-width: 250px;
} */

@media (max-width: 767px) {
  section.structure-unstr-u .col-md-12 .content-1 p img {
    width: 100%;
    margin: 10px 0;
    max-width: 100%;
    height: AUTO !important;
  }
}

section.structure-unstr-u .col-md-12 .content-1 .under-faculty {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 135px;
  margin-bottom: 15px;
  /* overflow: hidden; */
}

section.structure-unstr-u .col-md-12 .content-1 > div:hover .content-block h3 {
    color: #af0404;
    transition: 0.2s;
}

section.structure-unstr-u .col-md-12 .content-1 .hover-f {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  section.structure-unstr-u .col-md-12 .content-1 .under-faculty {
    max-height: none;
    border-top: 1px solid #c1c1c1;
    /*padding: 0 5px;*/
  }
}

section.structure-unstr-u .col-md-12 .content-1 .under-faculty .pictures-block {
  display: inline-block;
  float: left;
  margin-right: 28px;
}

@media (max-width: 767px) {
  section.structure-unstr-u .col-md-12 .content-1 .under-faculty .pictures-block {
    width: 100%;
    margin-right: 0;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.structure-unstr-u .col-md-12 .content-1 .under-faculty .pictures-block {
    margin-right: 15px;
  }
}

section.structure-unstr-u .col-md-12 .content-1 .under-faculty .pictures-block img {
  max-width: 262px;
  overflow: hidden;
}

@media (max-width: 767px) {
  section.structure-unstr-u .col-md-12 .content-1 .under-faculty .pictures-block img {
    max-width: 100%;
    /* width: 100%; */
    width: 170px;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.structure-unstr-u .col-md-12 .content-1 .under-faculty .pictures-block img {
    max-width: 160px;
  }
}

section.structure-unstr-u .col-md-12 .content-1 .under-faculty .content-block {
  display: inline-block;
  max-width: 850px;
}

section.structure-unstr-u .col-md-12 .content-1 .under-faculty .content-block h3 {
  margin-bottom: 15px;
  min-height: 25px;
  /* overflow: hidden; */
  max-width: 570px;
  line-height: 1.2em;
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.structure-unstr-u .col-md-12 .content-1 .under-faculty .content-block h3 {
    margin-bottom: 10px;
    min-height: 20px;
  }
}

section.structure-unstr-u .col-md-12 .content-1 .under-faculty .content-block ul{
  list-style: none;
  padding-left: 0;
}

section.structure-unstr-u .col-md-12 .content-1 .under-faculty .content-block ul li {
  font: 16px/24px Open Sans, normal;
}
section.structure-unstr-u .col-md-12 .content-1 .under-faculty .content-block ul li:first-child{
    padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.structure-unstr-u .col-md-12 .content-1 .under-faculty .content-block ul li {
    line-height: 18px;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  section.structure-unstr-u .col-md-12 .content-1 .under-faculty .content-block ul li {
    padding: 5px 0;
  }    
}

section.structure-unstr-u .col-md-12 .content-1 .under-faculty .content-block ul li a {
  z-index: 5;
  color: #af0404;
  font: 16px/24px Open Sans, normal;
  text-decoration: none;
  position: relative;
}

section.structure-unstr-u .col-md-12 .main-title h1 {
  float: left;
  display: inline-block;
}

@media (max-width: 1199px) {
  section.structure-unstr-u .col-md-12 .main-title h1 {
    float: none;
    display: block;
    width: 100%;
  }
  section.structure-unstr-u .col-md-12 .left-menu{
    width: calc(100% + 20px);
    margin-bottom: 50px;
    margin-left: -10px;
    padding: 10px;
    background: #f9f5f0;
  }
}

section.structure-unstr-u .col-md-12 .pictures-s {
  margin-bottom: 2.8%;
}

section.structure-unstr-u .col-md-12 .pictures-s img {
  width: 100%;
  max-height: 361px;
}

section.structure-unstr-u .col-md-12 a {
  color: #980600;
  text-decoration: none;
  font: 18px/18px Alice, normal;
}

section.structure-unstr-u .col-md-12 .content-1, section.structure-unstr-u .col-md-12 .content-2, section.structure-unstr-u .col-md-12 .content-3, section.structure-unstr-u .col-md-12 .content-4 {
  margin-bottom: 1.5em;
}
section.structure-unstr-u ul.main-ul li.submenu ul {
  display: none;
  padding: 0;
}
section.structure-unstr-u ul.main-ul li.submenu ul.active{
    display: block;
}
section.structure-unstr-u .col-md-12 .left-menu ul li a{
  border-bottom: 1px solid #c1c1c1;
  width: 100%;
  display: block;
  position: relative;
}
section.structure-unstr-u ul.main-ul li.submenu ul.pa-ul{
   padding-left: 15px;
}
section.structure-unstr-u ul.main-ul li.submenu ul.pa-ul li{
   list-style-type: disc !important;
   padding-left: 3px;
   color: #850000;
   font-size: 20px;
   margin-left: 0.5em;
}

section.structure-unstr-u ul.main-ul li.submenu ul.pa-ul li a{
   font-size: 18px; 
   border-bottom: 0;
   line-height: 1.2em;
   padding-top: 5px;
   padding-bottom: 5px;
}

section.structure-unstr-u ul.main-ul li.submenu ul.active li br{
   display: none;
}

section.structure-unstr-u ul.main-ul li.submenu ul.active li a::before,
section.structure-unstr-u ul.main-ul li.submenu ul.active li a::after{
   display: none;
}
section.structure-unstr-u ul.main-ul li.submenu ul.active{
   padding-left: 15px;
}
section.structure-unstr-u ul.main-ul li.submenu ul.active li a:hover{
   color: #850000;
}




section.structure-unstr-u ul.main-ul li.children-submenu ul.active li{
    padding-left: 0!important;
    list-style: none!important;
}
section.structure-unstr-u ul.main-ul ul.ch-ul > li{
    list-style-type: none!important;
    list-style: none!important;
}
section.structure-unstr-u ul.main-ul ul.ch-ul {
    padding-left: 0!important;
}

section.structure-unstr-u ul.main-ul ul.ch-ul li a{
    font-size: 16px!important;
    line-height: 26px!important;
    padding: 0!important;
}
section.structure-unstr-u ul.main-ul li.children-submenu ul.ch-ul li a:after{
   display: none;
}
section.structure-unstr-u ul.main-ul li.children-submenu ul.ch-ul li{
    list-style-type: disc !important;
    padding-left: 3px;
    color: #850000;
}