ul.dropdown-menu a {
    color: #2185ca !important;
}
/* line 9, ../sass/style.scss */
button:focus, button:active, a:focus, a:active {
  outline: none !important;
}

/* line 12, ../sass/style.scss */
a {
  text-decoration: underline;
}
/* line 15, ../sass/style.scss */
a:hover, a:active, a:focus {
  text-decoration: none;
}

/* line 19, ../sass/style.scss */
body {
  font-family: tahoma,geneva,sans-serif;
  font-size: 14px;
  color: #000;
}

/* line 28, ../sass/style.scss */
.a_style, .upcoming-events ul li .clearfix a, .main-section-inter-item a, .useful-links-item a, .footer-menu a, .sitebar-book-desc > a, .current-projects ul li > a, .page-news-item > a, .page-poster-item .overflow > a, .page-teachers-item > a, .edu_proc ul a, .student_live ul a, .additionally ul a {
  text-decoration: none;
}
/* line 31, ../sass/style.scss */
.a_style:hover, .upcoming-events ul li .clearfix a:hover, .main-section-inter-item a:hover, .useful-links-item a:hover, .footer-menu a:hover, .sitebar-book-desc > a:hover, .current-projects ul li > a:hover, .page-news-item > a:hover, .page-poster-item .overflow > a:hover, .page-teachers-item > a:hover, .edu_proc ul a:hover, .student_live ul a:hover, .additionally ul a:hover, .a_style:active, .upcoming-events ul li .clearfix a:active, .main-section-inter-item a:active, .useful-links-item a:active, .footer-menu a:active, .sitebar-book-desc > a:active, .current-projects ul li > a:active, .page-news-item > a:active, .page-poster-item .overflow > a:active, .page-teachers-item > a:active, .edu_proc ul a:active, .student_live ul a:active, .additionally ul a:active, .a_style:focus, .upcoming-events ul li .clearfix a:focus, .main-section-inter-item a:focus, .useful-links-item a:focus, .footer-menu a:focus, .sitebar-book-desc > a:focus, .current-projects ul li > a:focus, .page-news-item > a:focus, .page-poster-item .overflow > a:focus, .page-teachers-item > a:focus, .edu_proc ul a:focus, .student_live ul a:focus, .additionally ul a:focus {
  text-decoration: underline;
}

/* line 35, ../sass/style.scss */
.align-center {
  text-align: center;
}

/* line 38, ../sass/style.scss */
.align-right {
  text-align: right;
}

/* line 41, ../sass/style.scss */
.text-danger {
  color: #fe334b;
}

/* line 44, ../sass/style.scss */
.text-brown {
  color: #706a70;
}

/* line 47, ../sass/style.scss */
.text-muted {
  color: #4c4c4c;
}

/* line 50, ../sass/style.scss */
.text-link {
  color: #009cff;
}

/* line 53, ../sass/style.scss */
.text-white {
  color: #fff;
}

/* line 56, ../sass/style.scss */
.before_after, .before_after_wh {
  content: "";
  position: absolute;
}

/* line 60, ../sass/style.scss */
.border-dotted, .main-calendar-events {
  border: 2px dotted #aeb9bf;
}

/* line 63, ../sass/style.scss */
.border-radius, .main-calendar-events, .footer-address .border-dotted, .footer-address .main-calendar-events {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 66, ../sass/style.scss */
.bg-danger, .upcoming-events .created-at {
  background: #ff465c;
}

/* line 69, ../sass/style.scss */
.border_radius50 {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 72, ../sass/style.scss */
.box_shadow {
  -moz-box-shadow: 0 0 15px -5px;
  -webkit-box-shadow: 0 0 15px -5px;
  box-shadow: 0 0 15px -5px;
}

/* line 75, ../sass/style.scss */
.before_after_wh {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 82, ../sass/style.scss */
.transition {
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

/* line 85, ../sass/style.scss */
.ul_style, .ul_li_style, .news-list ul, .h-header-menu nav > ul, .upcoming-events ul, .footer-menu ul, .current-projects ul, .page-news-list ul, .student_live_gall ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 93, ../sass/style.scss */
.ul_li_style li, .news-list ul li {
  float: left;
}

/* line 97, ../sass/style.scss */
h1.site_h1 {
  font-size: 34px;
}

/* line 100, ../sass/style.scss */
h2.site_h2 {
  font-size: 30px;
}

/* line 103, ../sass/style.scss */
h3.site_h3 {
  font-size: 28px;
}

/* line 106, ../sass/style.scss */
h4.site_h4 {
  font-size: 24px;
}

/* line 109, ../sass/style.scss */
h5.site_h5 {
  font-size: 20px;
}

/* line 112, ../sass/style.scss */
h6.site_h6 {
  font-size: 16px;
}

/* line 115, ../sass/style.scss */
.site_h1 {
  font-size: 34px;
}

/* line 118, ../sass/style.scss */
.site_h2 {
  font-size: 30px;
}

/* line 121, ../sass/style.scss */
.site_h3 {
  font-size: 28px;
}

/* line 124, ../sass/style.scss */
.site_h4 {
  font-size: 24px;
}

/* line 127, ../sass/style.scss */
.site_h5 {
  font-size: 20px;
}

/* line 130, ../sass/style.scss */
.site_h6 {
  font-size: 16px;
}

@media (min-width: 1310px) {
  /* line 134, ../sass/style.scss */
  .container {
    width: 1280px;
  }
}
/* line 138, ../sass/style.scss */
.menu_burger_btn {
  display: none;
  color: #ff465c;
  float: right;
  bottom: 0;
  right: 20px;
  z-index: 999;
}
/* line 146, ../sass/style.scss */
.menu_burger_btn .fa {
  font-size: 30px;
}

/* line 150, ../sass/style.scss */
.main_container {
  max-width: 1600px;
  min-width: 320px;
}

/* line 154, ../sass/style.scss */
header {
  margin-bottom: 50px;
}

/* line 157, ../sass/style.scss */
.header {
  width: 100%;
  display: block;
  position: relative;
}

/* line 162, ../sass/style.scss */
.h-header {
  width: 100%;
  z-index: 999;
  position: relative;
}

/* line 167, ../sass/style.scss */
.h-header-menu {
  width: 100%;
  display: block;
  text-align: center;
}
/* line 172, ../sass/style.scss */
.h-header-menu .nav .open > a, .h-header-menu .nav .open > a:hover, .h-header-menu .nav .open > a:focus {
  background: none;
  color: #1037a6;
}
/* line 176, ../sass/style.scss */
.h-header-menu .nav > li > a:hover, .h-header-menu .nav > li > a:focus {
  background: none;
  color: #1037a6;
}
/* line 181, ../sass/style.scss */
.h-header-menu nav {
  display: inline-block;
  float: right;
  padding-top: 35px;
}
/* line 189, ../sass/style.scss */
.h-header-menu nav > ul > li {
  margin: 0 0;
  float: left;
}
/* line 193, ../sass/style.scss */
.h-header-menu nav > ul > li a {
  color: #404951;
  font-family: UbuntuCondensedRegular;
  text-decoration: none;
  z-index: 2;
  font-size: 20px;
  position: relative;
}
/* line 204, ../sass/style.scss */
.h-header-menu .dropdown-menu {
  margin-top: 0;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  width: 300px;
  padding: 0;
}
/* line 212, ../sass/style.scss */
.h-header-menu .dropdown-menu > li {
  position: relative;
}
/* line 217, ../sass/style.scss */
.h-header-menu .dropdown-menu > li:hover ul {
  display: block;
}
/* line 221, ../sass/style.scss */
.h-header-menu .dropdown-menu > li > ul {
  padding: 0 0 0 20px;
  list-style-type: none;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8);
  min-width: 300px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0;
}
/* line 236, ../sass/style.scss */
.h-header-menu .dropdown-menu li {
  border-bottom: 1px solid #ffffff;
}
/* line 240, ../sass/style.scss */
.h-header-menu .dropdown-menu a {
  padding: 10px 20px;
  display: block;
  white-space: normal;
  border-bottom: 1px solid #b8b1af;
  font-size:15px;
}
/* line 246, ../sass/style.scss */
.h-header-menu .dropdown-menu a:hover {
  background: #2c95dd;
  color: #fff;
}

/* line 253, ../sass/style.scss */
.hhlinks {
  position: absolute;
  right: 0;
  width: 350px;
  height: 100%;
  top: 0;
  background: #2c95dd;
}

/* line 260, ../sass/style.scss */
.h-header-links {
  background: #2c95dd;
  padding: 25px 20px 14px 20px;
  position: relative;
  z-index: 9;
}
/* line 266, ../sass/style.scss */
.h-header-links .pull-left {
  width: 80%;
}
/* line 269, ../sass/style.scss */
.h-header-links form {
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position:relative;
}
/* line 273, ../sass/style.scss */
.h-header-links input {
  width: 100%;
  border: 1px solid #56aae4;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-right: 0;
  background: none;
  color: #fff;
  height: 25px;
}
/* line 282, ../sass/style.scss */
.h-header-links button {
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: -30px;
  position: absolute;
  right:0;
  top:0;
  z-index: 1;
  float: right;
  height: 25px;
}
/* line 292, ../sass/style.scss */
.h-header-links button .fa {
  color: #c4c5ca;
}

/* line 297, ../sass/style.scss */
.h-header-site-links {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 15px;
}
/* line 304, ../sass/style.scss */
.h-header-site-links > .btn-group {
  float: right;
  margin-top: -10px;
}
/* line 308, ../sass/style.scss */
.h-header-site-links > .btn-group button {
  padding: 0;
}
/* line 311, ../sass/style.scss */
.h-header-site-links > .btn-group #a1 {
  margin-top: -7px;
  margin-right: 8px;
}
/* line 317, ../sass/style.scss */
.h-header-site-links a {
  margin: 0 5px;
  color: #fff;
}
/* line 321, ../sass/style.scss */
.h-header-site-links a:hover, .h-header-site-links a:active, .h-header-site-links a:focus {
  color: #405eab;
}

/* line 326, ../sass/style.scss */
.fa {
  font-size: 14px;
}

/* line 329, ../sass/style.scss */
.h-header-sv-links {
  float: right;
  position: relative;
  z-index: 3;
  width: 150px;
}

/* line 341, ../sass/style.scss */
.h-site-logotype img {
  margin-top: -40px;
  position: relative;
  z-index: 3;
}

/* line 347, ../sass/style.scss */
.h-content {
  width: 100%;
  padding: 0;
}

/* line 351, ../sass/style.scss */
.h-content-c {
  background-image: url("../images/bg/header_bottom_bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
  margin-top: -75px;
  width: 100%;
  z-index: 9;
  position: relative;
  height: 130px;
}

/* line 362, ../sass/style.scss */
.h-content-info-user {
  background: url("../images/bg/ads_bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 20px;
}
/* line 367, ../sass/style.scss */
.h-content-info-user > .align-center {
  position: relative;
}
/* line 370, ../sass/style.scss */
.h-content-info-user > .align-center > a {
  border: 1px dotted #ff285b;
  color: #ff285b;
  margin-top: 10px;
  display: inline-block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 2px 10px;
  text-decoration: none;
  position: absolute;
  right: 20px;
  top: 0;
}
/* line 384, ../sass/style.scss */
.h-content-info-user h4 {
  color: #706a70;
  display: inline-block;
}
/* line 389, ../sass/style.scss */
.h-content-info-user .item {
  overflow: hidden;
  margin-bottom: 10px;
  height: 170px;
}
/* line 394, ../sass/style.scss */
.h-content-info-user .item:nth-child(2) {
  background: url("../images/img/ads_item_shadow.png") no-repeat bottom center;
  padding-bottom: 20px;
}
/* line 401, ../sass/style.scss */
.h-content-info-user .item .align-right a {
  margin-right: 20px;
}
/* line 406, ../sass/style.scss */
.h-content-info-user .item img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
/* line 411, ../sass/style.scss */
.h-content-info-user .item .clearfix {
  overflow: hidden;
}
/* line 414, ../sass/style.scss */
.h-content-info-user .item .clearfix > a {
  color: #063894;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}
/* line 420, ../sass/style.scss */
.h-content-info-user .item .clearfix p {
  color: #393939;
}

/* line 426, ../sass/style.scss */
.h-video-section {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 20px 0 20px;
  margin-top: 0;
  text-align: right;
  -moz-box-shadow: 0 0 25px 0px #ccc;
  -webkit-box-shadow: 0 0 25px 0px #ccc;
  box-shadow: 0 0 25px 0px #ccc;
  width: 90%;
  float: right;
  position: relative;
}
/* line 436, ../sass/style.scss */
.h-video-section:after {
  content: "";
  position: absolute;
  top: -90px;
  left: -47px;
  background: url("../images/img/helmet.png") no-repeat 0 0;
  width: 160px;
  height: 187px;
}
/* line 447, ../sass/style.scss */
.h-video-section h4 {
  color: #706a70;
  text-align: right;
  font-family: UbuntuMedium;
  margin: 0;
}
/* line 453, ../sass/style.scss */
.h-video-section .site_h4 {
  color: #002f8e;
  text-align: right;
  margin-bottom: 0;
}

/* line 459, ../sass/style.scss */
.main-video {
  position: relative;
  padding: 20px 0 20px 20px;
  margin-top: 15px;
  display: inline-block;
}
/* line 465, ../sass/style.scss */
.main-video:before {
  content: "";
  position: absolute;
  background: #ff465c;
  width: 75%;
  height: 70%;
  display: block;
  top: 0;
  left: 0;
}
/* line 475, ../sass/style.scss */
.main-video video {
  object-fit: fill;
  position: relative;
  z-index: 1;
}
/* line 480, ../sass/style.scss */
.main-video .text-danger {
  position: absolute;
  top: 0;
  right: 20px;
}

/* line 487, ../sass/style.scss */
.main-statistics {
  max-height: 300px;
  min-height: 200px;
  height: auto;
  margin: 0 0 50px 0;
  position: relative;
}
/* line 496, ../sass/style.scss */
.main-statistics > a {
  width: 100%;
}
/* line 499, ../sass/style.scss */
.main-statistics > a img {
  width: 100%;
}
/* line 506, ../sass/style.scss */
.main-statistics > .container > a {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* line 515, ../sass/style.scss */
.main-calendar-events {
  font-family: PTSansRegular;
  padding: 0 30px;
  height: 600px;
}
/* line 522, ../sass/style.scss */
.main-calendar-events > .text-danger {
  font-family: PTSansBold;
  font-size: 16px;
}
/* line 526, ../sass/style.scss */
.main-calendar-events h4 {
  margin-bottom: 20px;
}

/* line 530, ../sass/style.scss */
.main-calendar {
  margin-bottom: 10px;
}
/* line 533, ../sass/style.scss */
.main-calendar .text-danger {
  font-family: PTSansBold;
  font-size: 18px;
}
/* line 538, ../sass/style.scss */
.main-calendar > span {
  display: block;
  color: #565f72;
}

/* line 543, ../sass/style.scss */
.calendar-clock {
  font-size: 18px;
  font-family: PTSansBold;
  color: #2185ca;
}

/* line 548, ../sass/style.scss */
.main-events-time {
  background-color: #d8efff;
  background-image: url("../images/img/img_shagow5.png");
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 -30px 20px -30px;
  padding: 10px 25px;
}
/* line 556, ../sass/style.scss */
.main-events-time .calendar-clock {
  float: left;
}
/* line 560, ../sass/style.scss */
.main-events-time .text-muted {
  float: right;
}

/* line 564, ../sass/style.scss */
.upcoming-events {
  margin-bottom: 20px;
}
/* line 570, ../sass/style.scss */
.upcoming-events ul li {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
/* line 574, ../sass/style.scss */
.upcoming-events ul li:first-child {
  background: url("../images/img/img_shagow6.png") no-repeat bottom center;
  background-size: 100% auto;
}
/* line 578, ../sass/style.scss */
.upcoming-events ul li:last-child {
  margin-bottom: 0;
}
/* line 582, ../sass/style.scss */
.upcoming-events ul li .clearfix {
  margin-bottom: 10px;
}
/* line 585, ../sass/style.scss */
.upcoming-events ul li .clearfix a {
  color: #303030;
  font-family: PTSansBold;
  font-style: italic;
}
/* line 592, ../sass/style.scss */
.upcoming-events ul li p {
  color: #303030;
}
/* line 597, ../sass/style.scss */
.upcoming-events .created-at {
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 40px !important;
  text-align: center;
  margin-right: 10px;
}

/* line 614, ../sass/style.scss */
.main-press-center > .clearfix a {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
}
/* line 620, ../sass/style.scss */
.main-press-center h4 {
  margin-bottom: 20px;
}

/* line 624, ../sass/style.scss */
.press-img {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
/* line 632, ../sass/style.scss */
.press-img:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 638, ../sass/style.scss */
.press-img:after {
  content: "";
  position: absolute;
  background: url("../images/img/img_shagow6.png") no-repeat bottom center;
  background-size: 100% auto;
  height: 9px;
  width: 100%;
  left: 0;
  bottom: -7px;
}
/* line 648, ../sass/style.scss */
.press-img > img {
  width: 100%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 653, ../sass/style.scss */
.main-press-center-item {
  background: #fff;
  -moz-box-shadow: 0 0 30px 0 #ccc;
  -webkit-box-shadow: 0 0 30px 0 #ccc;
  box-shadow: 0 0 30px 0 #ccc;
  height: 545px;
  position: relative;
}
/* line 659, ../sass/style.scss */
.main-press-center-item > .align-center {
  position: absolute;
  bottom: 20px;
  height: 35px;
  width: 100%;
}
/* line 665, ../sass/style.scss */
.main-press-center-item > .align-center > a {
  border: 1px solid #00a5ea;
  padding: 5px 20px;
  width: 70%;
  display: block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 678, ../sass/style.scss */
.main-press-center-item > .align-center > a span {
  font-famaly: PTSansBold;
  z-index: 1;
  position: relative;
}
/* line 684, ../sass/style.scss */
.main-press-center-item > .align-center > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #00a5ea;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  left: 0;
  top: 0;
}
/* line 696, ../sass/style.scss */
.main-press-center-item > .align-center > a .fa {
  margin-left: 10px;
  z-index: 1;
  position: relative;
}
/* line 702, ../sass/style.scss */
.main-press-center-item > .align-center > a:hover, .main-press-center-item > .align-center > a:active, .main-press-center-item > .align-center > a:focus {
  background: #00a5ea;
  color: #fff;
}
/* line 706, ../sass/style.scss */
.main-press-center-item > .align-center > a:hover:after, .main-press-center-item > .align-center > a:active:after, .main-press-center-item > .align-center > a:focus:after {
  width: 100%;
}
/* line 710, ../sass/style.scss */
.main-press-center-item > .align-center > a:hover .fa, .main-press-center-item > .align-center > a:active .fa, .main-press-center-item > .align-center > a:focus .fa {
  color: #fff;
}

/* line 717, ../sass/style.scss */
.main-press-item-head {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  height: 65px;
  overflow: hidden;
}
/* line 725, ../sass/style.scss */
.main-press-item-head:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: #063894;
}
/* line 734, ../sass/style.scss */
.main-press-item-head .text-muted {
  font-size: 12px;
}
/* line 737, ../sass/style.scss */
.main-press-item-head a {
  color: #063894;
  font-size: 16px;
  display: block;
  font-family: PTSansRegular;
  font-weight: bold;
  padding-right: 10px;
}

/* line 746, ../sass/style.scss */
.main-press-item-content {
  color: #4b4b4b;
  padding: 0 30px;
  margin-bottom: 20px;
  display: block;
}
/* line 752, ../sass/style.scss */
.main-press-item-content p {
  color: #4b4b4b;
}

/* line 756, ../sass/style.scss */
.bg-text-blue {
  background: url("../images/bg/new_desc_bg1.jpg") repeat 0 0;
}

/* line 759, ../sass/style.scss */
.bg-text-green {
  background: url("../images/bg/new_desc_bg2.jpg") repeat 0 0;
}

/* line 762, ../sass/style.scss */
.main-press-center-desc {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 30px;
  font-family: PTSansRegular;
}
/* line 769, ../sass/style.scss */
.main-press-center-desc span {
  color: #fff;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
/* line 778, ../sass/style.scss */
.main-press-center-desc a:not(.go-over) {
  margin-bottom: 10px;
}
/* line 781, ../sass/style.scss */
.main-press-center-desc a {
  color: #fff;
  font-size: 16px;
  display: block;
}

/* line 787, ../sass/style.scss */
.go-over {
  padding: 2px 5px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  width: 150px;
  text-align: center;
  text-decoration: none;
}
/* line 795, ../sass/style.scss */
.go-over:hover, .go-over:active, .go-over:focus {
  background: #fff;
  color: #000;
}

/* line 800, ../sass/style.scss */
.main-section-events {
  margin-bottom: 100px;
}

/* line 803, ../sass/style.scss */
.comment-ava {
  float: left;
  background: url("../images/img/comment_ava_bg.png") no-repeat center center;
  width: 296px;
  height: 297px;
  text-align: center;
}
/* line 810, ../sass/style.scss */
.comment-ava img {
  display: inline-block !important;
  border-radius: 50%;
  margin-top: 18px;
  margin-left: 40px;
}

/* line 817, ../sass/style.scss */
.main-section-thanks {
  background: url("../images/bg/t1_bg.jpg") repeat 0 0;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}
/* line 823, ../sass/style.scss */
.main-section-thanks > .container {
  background: url("../images/img/img_shagow4.png") no-repeat top center;
  background-size: 100% auto;
}
/* line 828, ../sass/style.scss */
.main-section-thanks .owl-carousel {
  margin-top: -50px;
}
/* line 833, ../sass/style.scss */
.main-section-thanks .owl-carousel .owl-item img {
  width: auto;
}
/* line 839, ../sass/style.scss */
.main-section-thanks .owl-carousel .item > .clearfix {
  width: 75%;
  float: right;
  margin-top: 120px;
  color: #4f5457;
}
/* line 847, ../sass/style.scss */
.main-section-thanks .owl-carousel .item .text-muted {
  font-size: 12px;
}
/* line 850, ../sass/style.scss */
.main-section-thanks .owl-carousel .item .col-md-9 {
  border-left: 5px solid #60b1e9;
}
/* line 856, ../sass/style.scss */
.main-section-thanks .owl-carousel .owl-dot.active span {
  background: #98abb8;
}
/* line 860, ../sass/style.scss */
.main-section-thanks .owl-carousel .owl-dots {
  text-align: center;
}
/* line 863, ../sass/style.scss */
.main-section-thanks .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin-bottom: 20px;
}
/* line 868, ../sass/style.scss */
.main-section-thanks .owl-carousel .owl-dots span {
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  background: #bfd5e5;
  display: block;
}

/* line 879, ../sass/style.scss */
footer {
  background: #2185ca;
  position: relative;
  z-index: 1;
}

/* line 884, ../sass/style.scss */
.footer-section-header {
  display: block;
}

/* line 887, ../sass/style.scss */
.main-section-inter.active {
  height: auto;
}

/* line 890, ../sass/style.scss */
.main-section-inter.s-visibility {
  background: url("../images/bg/int1.jpg") no-repeat 0 0;
  background-size: cover;
  height: 575px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 896, ../sass/style.scss */
.main-section-inter {
  background: url("../images/bg/int0.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  height: 575px;
  overflow: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 905, ../sass/style.scss */
.main-section-inter .item {
  z-index: 9;
  position: relative;
}
/* line 909, ../sass/style.scss */
.main-section-inter h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 50px;
}

/* line 916, ../sass/style.scss */
.main-section-inter-all {
  border-top: 6px solid #2c95dd;
  margin-bottom: 50px;
}
/* line 920, ../sass/style.scss */
.main-section-inter-all a {
  background: url("../images/bg/all_bg.png") no-repeat 0 0;
  background-size: cover;
  padding: 10px 20px;
  display: inline-block;
  width: 250px;
  color: #fff;
  text-decoration: none;
  margin-top: -10px;
}

/* line 931, ../sass/style.scss */
.main-section-inter-item {
  text-align: center;
  width: 24.5%;
  display: inline-block;
  height: 200px;
}
/* line 937, ../sass/style.scss */
.main-section-inter-item img {
  width: auto !important;
  display: inline-block !important;
}
/* line 942, ../sass/style.scss */
.main-section-inter-item a {
  color: #fff;
  font-family: UbuntuMedium;
  display: block;
}

/* line 951, ../sass/style.scss */
.footer-address p {
  color: #fff;
  font-size: 12px;
}
/* line 956, ../sass/style.scss */
.footer-address .border-dotted, .footer-address .main-calendar-events {
  padding: 10px 20px;
  width: 135px;
  text-align: right;
  float: right;
}
/* line 963, ../sass/style.scss */
.footer-address .border-dotted span, .footer-address .main-calendar-events span {
  font-size: 30px;
}

/* line 968, ../sass/style.scss */
.footer-contact {
  padding: 0 30px;
  border-left: 1px solid #4d9dd5;
}
/* line 972, ../sass/style.scss */
.footer-contact h4 {
  margin: 0 0 20px 0;
  color: #fff;
}
/* line 977, ../sass/style.scss */
.footer-contact p, .footer-contact a {
  color: #fff;
  font-family: PTSansRegular;
  margin-bottom: 20px;
}
/* line 982, ../sass/style.scss */
.footer-contact p .fa, .footer-contact a .fa {
  margin-right: 10px;
}

/* line 989, ../sass/style.scss */
.footer-sot-set h4 {
  margin: 0 0 20px 0;
  color: #fff;
}
/* line 994, ../sass/style.scss */
.footer-sot-set a {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
float:left;
}

/* line 1000, ../sass/style.scss */
.useful-links {
  background: rgba(172, 221, 255, 0.3);
  padding: 30px 0;
  margin-bottom: 20px;
  -moz-box-shadow: 0 6px 10px -10px;
  -webkit-box-shadow: 0 6px 10px -10px;
  box-shadow: 0 6px 10px -10px;
}

/* line 1008, ../sass/style.scss */
.useful-links-item {
  width: 25%;
  text-align: center;
  display: table-cell;
}
/* line 1013, ../sass/style.scss */
.useful-links-item a {
  font-size: 11px;
  font-family: PTSansRegular;
  color: #fff;
  display: inline-block;
  text-align: left;
}
/* line 1021, ../sass/style.scss */
.useful-links-item a > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 1026, ../sass/style.scss */
.useful-links-item a img {
  float: left;
  margin-right: 10px;
  width:auto !important;
}

/* line 1034, ../sass/style.scss */
.footer-menu nav {
  padding-top: 50px;
}
/* line 1037, ../sass/style.scss */
.footer-menu nav > ul {
  /*			@include flexbox();
  			@include flex-wrap(wrap);
  			@include align-items(flex-start);*/
}
/* line 1042, ../sass/style.scss */
.footer-menu nav > ul > li {
  width: 33%;
  float: left;
  margin-bottom: 10px;
  /*				@include align-self(stretch);*/
}
/* line 1048, ../sass/style.scss */
.footer-menu nav > ul > li > a {
  font-size: 14px;
  font-family: PTSansBold;
  display: block;
}
/* line 1063, ../sass/style.scss */
.footer-menu .dropdown-submenu ul {
  padding-left: 20px;
}
/* line 1068, ../sass/style.scss */
.footer-menu a {
  color: #fff !important;
  font-size: 12px;
  font-family: PTSansRegular;
  white-space: normal !important;
}
/* line 1075, ../sass/style.scss */
.footer-menu a:hover, .footer-menu a:active, .footer-menu a:focus {
  background: none !important;
  text-decoration: underline !important;
}

/* line 1081, ../sass/style.scss */
.copy {
  margin-top: 100px;
}
/* line 1084, ../sass/style.scss */
.copy .clearfix {
  margin-bottom: 10px;
}
/* line 1087, ../sass/style.scss */
.copy .clearfix img {
  margin-right: 10px;
  float: left;
}
/* line 1092, ../sass/style.scss */
.copy p {
  color: #fff;
  font-size: 12px;
  font-family: PTSansRegular;
  margin: 0;
  padding-bottom: 10px;
}

/* line 1100, ../sass/style.scss */
.page-section {
  margin-bottom: 50px;
}

/* line 1103, ../sass/style.scss */
.content {
  background: rgba(255, 255, 255, 0.7);
  padding: 0 0 20px 0;
  color: #434343;
}
/* line 1109, ../sass/style.scss */
.content > .page-title {
  margin-bottom: 50px;
	font-weight:bold;
}

/* line 1113, ../sass/style.scss */
.breadcrumb {
  background: none;
  padding: 0 0 0 90px;
  position: relative;
}
/* line 1118, ../sass/style.scss */
.breadcrumb:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 9px;
  left: 0;
  top: 7px;
  background: #ff3e3e;
}
/* line 1128, ../sass/style.scss */
.breadcrumb a {
  color: #405eab;
}
/* line 1131, ../sass/style.scss */
.breadcrumb > .active {
  color: #000;
}

/* line 1135, ../sass/style.scss */
.page-title {
  color: #706a70;
}

/* line 1138, ../sass/style.scss */
.sitebar-books {
  margin-bottom: 30px;
}
/* line 1143, ../sass/style.scss */
.sitebar-books .item img {
  float: left;
  margin-right: 15px;
  width: 125px;
}
/* line 1148, ../sass/style.scss */
.sitebar-books .item p {
  color: #6c6b6b;
  font-family: PTSansRegular;
}

/* line 1155, ../sass/style.scss */
.btn-download {
  padding: 3px 10px;
  font-family: PTSansRegular;
  color: #47a7ea;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #47a7ea;
  text-decoration: none;
}

/* line 1164, ../sass/style.scss */
.sitebar-book-desc {
  overflow: hidden;
}
/* line 1167, ../sass/style.scss */
.sitebar-book-desc .btn-download {
  width: 100%;
  display: block;
}
/* line 1171, ../sass/style.scss */
.sitebar-book-desc > a {
  color: #0f56ae;
  text-transform: uppercase;
  font-family: UbuntuMedium;
}

/* line 1180, ../sass/style.scss */
.page-content .content {
}

/* line 1189, ../sass/style.scss */
.current-projects ul li {
  background: url("../images/img/img_shagow3.png") no-repeat bottom center;
  padding: 15px 5px;
  margin-bottom: 3px;
}
/* line 1194, ../sass/style.scss */
.current-projects ul li > a {
  color: #063fce;
  width: 95%;
}

/* line 1204, ../sass/style.scss */
.page-links img {
  width: 100%;
}

/* line 1208, ../sass/style.scss */
.current-info-links {
  width: 5%;
  float: right;
}
/* line 1212, ../sass/style.scss */
.current-info-links a {
  position: relative;
  color: #c2bfbf;
  display: block;
}
/* line 1217, ../sass/style.scss */
.current-info-links a:hover, .current-info-links a:active, .current-info-links a:focus {
  color: #928c8c;
}

/* line 1222, ../sass/style.scss */
.download {
  margin-bottom: 20px;
}
/* line 1227, ../sass/style.scss */
.download:hover span, .download:active span, .download:focus span {
  display: block;
}
/* line 1232, ../sass/style.scss */
.download span {
  position: absolute;
  top: -12px;
  left: 0;
  background: #fff9ba;
  display: none;
  font-size: 11px;
  padding: 2px 5px;
  color: #000;
}

/* line 1243, ../sass/style.scss */
.page-links {
  padding: 20px 0;
}
/* line 1246, ../sass/style.scss */
.page-links a {
  margin-bottom: 20px;
  display: block;
}

/* line 1251, ../sass/style.scss */
.more {
  color: #045fc5;
  font-size: 12px;
  font-family: UbuntuLigth;
}

/* line 1256, ../sass/style.scss */
.main-section-feedback {
  position: absolute;
  width: 73%;
  right: 0;
  top: 10px;
  z-index: 99;
}
/* line 1263, ../sass/style.scss */
.main-section-feedback h4 {
  color: #706a70;
  float: left;
  margin-right: 20px;
}
/* line 1268, ../sass/style.scss */
.main-section-feedback > a {
  float: left;
  margin-top: 8px;
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  text-decoration: none;
  padding: 2px 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/* line 1278, ../sass/style.scss */
.main-section-feedback .text-danger {
  border: 1px dotted #fe334b;
}
/* line 1281, ../sass/style.scss */
.main-section-feedback .text-link {
  border: 1px dotted #009cff;
}

/* line 1285, ../sass/style.scss */
.directorate-section {
  text-align: center;
}

/* line 1292, ../sass/style.scss */
.page-content .events-links a {
  font-size: 11px;
}

/* line 1297, ../sass/style.scss */
.events-links {
  margin: 15px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
/* line 1304, ../sass/style.scss */
.events-links a.active {
  background: #ff8a00;
  border: none;
  color: #fff;
}
/* line 1310, ../sass/style.scss */
.events-links a {
  font-size: 12px;
  color: #2185ca;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px dotted #2185ca;
  padding: 0 5px;
  text-decoration: none;
  display: inline-block;
}

/* line 1320, ../sass/style.scss */
.select_events {
  margin-bottom: 20px;
  width: 100%;
}
/* line 1324, ../sass/style.scss */
.select_events .caret {
  position: relative;
  top: 9px;
  float: right;
  z-index: 1;
  border-top: 4px solid #fff;
  left: 2px;
}
/* line 1333, ../sass/style.scss */
.select_events .dropdown-toggle {
  position: relative;
  line-height: 1.4 !important;
}
/* line 1337, ../sass/style.scss */
.select_events .dropdown-toggle:after {
  content: '';
  position: absolute;
  background: #8ca4b1;
  width: 22px;
  height: 100%;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0;
  border-radius: 0 20px 20px 0;
  right: -10px;
  top: 0;
}
/* line 1349, ../sass/style.scss */
.select_events > .text-muted {
  font-size: 12px;
}
/* line 1352, ../sass/style.scss */
.select_events > ul {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 2px 8px 0 #ccc inset;
  -webkit-box-shadow: 0 2px 8px 0 #ccc inset;
  box-shadow: 0 2px 8px 0 #ccc inset;
  background: #fff;
  padding: 0 10px;
  width: 65%;
}
/* line 1359, ../sass/style.scss */
.select_events > ul > li {
  width: 100%;
}
/* line 1363, ../sass/style.scss */
.select_events > ul ul {
  padding: 10px;
  margin-left: -10px;
}
/* line 1370, ../sass/style.scss */
.select_events .nav .open > a, .select_events .nav .open > a:hover, .select_events .nav .open > a:focus {
  background: none !important;
}
/* line 1373, ../sass/style.scss */
.select_events .nav > li > a:hover, .select_events .nav > li > a:focus {
  background: none !important;
}
/* line 1377, ../sass/style.scss */
.select_events a {
  padding: 0 !important;
  color: #0b2f96;
  text-decoration: none;
}

/* line 1385, ../sass/style.scss */
.sidebar-fixed.fixed {
  position: fixed;
  top: 0;
  width: 300px;
}
/* line 1391, ../sass/style.scss */
.sidebar-fixed.bottom {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
}

/* line 1398, ../sass/style.scss */
aside {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 1403, ../sass/style.scss */
.menu_footer_cot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: none;
  height: 15vh;
  background: rgba(32, 43, 71, 0.9);
}
/* line 1413, ../sass/style.scss */
.menu_footer_cot .align-center {
  padding: 30px 20px;
  background: rgba(0, 11, 39, 0.7);
}
/* line 1417, ../sass/style.scss */
.menu_footer_cot .align-center > div {
  display: inline-block;
}
/* line 1420, ../sass/style.scss */
.menu_footer_cot .align-center > div > .pull-left {
  border-right: 1px solid #636c80;
  margin-right: 30px;
  text-align: right;
  padding-right: 10px;
}
/* line 1426, ../sass/style.scss */
.menu_footer_cot .align-center > div > .pull-left h4 {
  margin: 0;
}
/* line 1429, ../sass/style.scss */
.menu_footer_cot .align-center > div > .pull-left h4:first-child {
  color: #bbbdc3;
}
/* line 1432, ../sass/style.scss */
.menu_footer_cot .align-center > div > .pull-left h4:last-child {
  color: #636c80;
}
/* line 1439, ../sass/style.scss */
.menu_footer_cot a {
  color: #a8abb3;
  margin-right: 30px;
}
/* line 1443, ../sass/style.scss */
.menu_footer_cot a .fa {
  font-size: 32px;
}
/* line 1447, ../sass/style.scss */
.menu_footer_cot a:hover, .menu_footer_cot a:active, .menu_footer_cot a:focus {
  color: #47d8ff;
}

/* line 1454, ../sass/style.scss */
.caleandar .events-links {
  display: block;
}
/* line 1457, ../sass/style.scss */
.caleandar .events-links a {
  float: left;
  margin-right: 50px;
}
/* line 1462, ../sass/style.scss */
.caleandar .upcoming-events {
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-height: 700px;
  overflow: auto;
}
/* line 1470, ../sass/style.scss */
.caleandar .main-calendar > a {
  background: #ff8a00;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 20px 0;
}
/* line 1478, ../sass/style.scss */
.caleandar .main-calendar > a .fa {
  font-size: 40px;
  color: #fff;
  margin-right: 10px;
  float: left;
}
/* line 1484, ../sass/style.scss */
.caleandar .main-calendar > a div {
  overflow: hidden;
}

/* line 1490, ../sass/style.scss */
.blue-btn {
  border: 1px solid #00a5ea;
  padding: 5px 20px;
  width: 70%;
  display: block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 1503, ../sass/style.scss */
.blue-btn span {
  font-famaly: PTSansBold;
  z-index: 1;
  position: relative;
}
/* line 1509, ../sass/style.scss */
.blue-btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #00a5ea;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  left: 0;
  top: 0;
}
/* line 1521, ../sass/style.scss */
.blue-btn .fa {
  margin-left: 10px;
  z-index: 1;
  position: relative;
}
/* line 1527, ../sass/style.scss */
.blue-btn:hover, .blue-btn:active, .blue-btn:focus {
  background: #00a5ea;
  color: #fff;
}
/* line 1531, ../sass/style.scss */
.blue-btn:hover:after, .blue-btn:active:after, .blue-btn:focus:after {
  width: 100%;
}
/* line 1535, ../sass/style.scss */
.blue-btn:hover .fa, .blue-btn:active .fa, .blue-btn:focus .fa {
  color: #fff;
}

/* line 1547, ../sass/style.scss */
.page-news-list ul li:nth-child(1) {
  display: none;
}
/* line 1553, ../sass/style.scss */
.page-news-list li {
  margin-bottom: 50px;
}
/* line 1556, ../sass/style.scss */
.page-news-list li > img {
  float: left;
  margin-right: 20px;
}

/* line 1562, ../sass/style.scss */
.page-news-item {
  overflow: hidden;
}
/* line 1565, ../sass/style.scss */
.page-news-item form {
  float: right;
}
/* line 1569, ../sass/style.scss */
.page-news-item .rating_teachers .rating-container .empty-stars {
  color: #706a70;
}
/* line 1573, ../sass/style.scss */
.page-news-item > span {
  color: #00a6eb;
  display: block;
  margin-bottom: 10px;
}
/* line 1579, ../sass/style.scss */
.page-news-item > a {
  font-family: UbuntuBold;
  color: #262626;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 1588, ../sass/style.scss */
.page-news-item > p {
  color: #434343;
  margin-bottom: 20px;
}
/* line 1593, ../sass/style.scss */
.page-news-item .blue-btn {
  width: 160px;
}
/* line 1598, ../sass/style.scss */
.page-news-item > .clearfix > .pull-right {
  margin-top: 5px;
}
/* line 1601, ../sass/style.scss */
.page-news-item > .clearfix > .pull-right a {
  width: 25px;
  margin-right: 5px;
  display: inline-block;
}
/* line 1606, ../sass/style.scss */
.page-news-item > .clearfix > .pull-right a img {
  width: 100%;
}

/* line 1613, ../sass/style.scss */
.overflow {
  overflow: hidden;
}

/* line 1616, ../sass/style.scss */
.page-poster-item {
  margin-bottom: 15px;
}
/* line 1621, ../sass/style.scss */
.page-poster-item .overflow > a {
  border-bottom: 1px solid #ccc;
  display: block;
  font-family: UbuntuMedium;
  color: #063fce;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 1631, ../sass/style.scss */
.page-poster-item img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

/* line 1637, ../sass/style.scss */
.news-list {
  overflow: hidden;
  margin-bottom: 40px;
}
/* line 1641, ../sass/style.scss */
.news-list h4 {
  color: #fff;
  background: #962727;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 1652, ../sass/style.scss */
.news-list ul li {
  width: 100%;
  padding: 10px;
}
/* line 1656, ../sass/style.scss */
.news-list ul li:nth-child(odd) {
  background: #f4f4f4;
}
/* line 1660, ../sass/style.scss */
.news-list ul li:nth-child(even) {
  background: #e2e2e2;
}
/* line 1664, ../sass/style.scss */
.news-list ul li > img {
  margin-bottom: 10px;
  margin-right: 10px;
  width: 40px;
  float: left;
}
/* line 1671, ../sass/style.scss */
.news-list ul li > a {
  color: #00339c;
  font-family: UbuntuMedium;
  display: block;
}
/* line 1676, ../sass/style.scss */
.news-list ul li .overflow {
  display: block;
  margin-top: 10px;
}
/* line 1680, ../sass/style.scss */
.news-list ul li > p {
  color: #585858;
  border-bottom: 1px solid #eaeaea;
}

/* line 1691, ../sass/style.scss */
.page-teachers .page-teachers-item:last-child {
  margin-right: 0;
}

/* line 1696, ../sass/style.scss */
.page-teachers-item {
  width: 47%;
  float: left;
  margin-right: 15px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  height: 250px;
  margin-top: 20px;
}
/* line 1705, ../sass/style.scss */
.page-teachers-item > .clearfix {
  background: #fd202f;
  margin: 0 -10px 30px -10px;
  padding: 10px;
}
/* line 1712, ../sass/style.scss */
.page-teachers-item > .clearfix > img {
  margin: -25px 10px -25px 0;
}
/* line 1717, ../sass/style.scss */
.page-teachers-item > a {
  color: #706a70;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  height: 50px;
  font-weight: bold;
}
/* line 1727, ../sass/style.scss */
.page-teachers-item > p {
  color: #706a70;
}

/* line 1731, ../sass/style.scss */
.comment-count {
  color: #706a70 !important;
  font-size: 12px !important;
}
/* line 1735, ../sass/style.scss */
.comment-count .fa {
  font-size: 14px !important;
}

/* line 1741, ../sass/style.scss */
.rating-stars .glyphicon {
  font-size: 18px !important;
}

/* line 1745, ../sass/style.scss */
.rating_teachers {
  float: right;
}
/* line 1748, ../sass/style.scss */
.rating_teachers > span {
  color: #fff;
  font-size: 12px;
}
/* line 1752, ../sass/style.scss */
.rating_teachers .rating-container .empty-stars {
  color: #fff;
}
/* line 1755, ../sass/style.scss */
.rating_teachers .rating-xs {
  font-size: 0;
}

/* line 1759, ../sass/style.scss */
#container {
  position: relative;
  z-index: 9;
}

/* line 1763, ../sass/style.scss */
.marquee {
  background: url("../images/bg/marqeer_bg.png") no-repeat top 5px right;
  background-size: cover;
  margin-top: -60px;
  z-index: 9;
  position: relative;
}
/* line 1770, ../sass/style.scss */
.marquee marquee {
  color: #fff;
  padding: 10px 73px 10px 10px;
  margin-top: 49px;
}

/* line 1776, ../sass/style.scss */
.language {
  float: left;
  margin-right: 10px;
  margin-top: -20px;
}
/* line 1781, ../sass/style.scss */
.language ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
/* line 1788, ../sass/style.scss */
.language ul li a {
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background-size: contain;
  display: block;
  margin-bottom: 5px;
}
/* line 1798, ../sass/style.scss */
.language ul li:nth-child(1) a {
  background: url("../images/icons/icon_flag_en.png") no-repeat 0 0;
}
/* line 1804, ../sass/style.scss */
.language ul li:nth-child(2) a {
  background: url("../images/icons/icon_flag_ru.png") no-repeat 0 0;
}
/* line 1810, ../sass/style.scss */
.language ul li:nth-child(3) a {
  background: url("../images/icons/icon_flag_uz.png") no-repeat 0 0;
}

/* line 1817, ../sass/style.scss */
#langs-cont .current-lang {
  padding: 0;
  color: #000;
}

/* line 1821, ../sass/style.scss */
#langs-cont {
  margin: 0;
  border: none;
}

/* line 1825, ../sass/style.scss */
#langs-cont .current-lang i {
  border-top: 4px solid #000;
}

/* line 1828, ../sass/style.scss */
#langs-cont ul li a {
  padding: 5px 8px;
}

/* line 1831, ../sass/style.scss */
#langs-cont ul {
  background: #2185ca;
}

/* line 1837, ../sass/style.scss */
.special_link {
  float: left;
  color: #c4c5ca;
  margin-right: 15px;
}

/* line 1842, ../sass/style.scss */
.search_open_btn {
  float: left;
  color: #c4c5ca;
}

/*specialView**********************************/
/* line 1847, ../sass/style.scss */
.blackAndWhite {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 1855, ../sass/style.scss */
.blackAndWhiteInvert,
.blackAndWhiteInvert img,
.blackAndWhiteInvert embed,
.blackAndWhiteInvert video {
  -webkit-filter: grayscale(100%) invert(100%);
  -moz-filter: grayscale(100%) invert(100%);
  -ms-filter: grayscale(100%) invert(100%);
  -o-filter: grayscale(100%) invert(100%);
  filter: grayscale(100%) invert(100%);
}

/* line 1865, ../sass/style.scss */
.h_header {
  background: #003d71;
}

/* line 1869, ../sass/style.scss */
.specialViewArea {
  padding: 10px 20px 20px 20px;
  width: 265px;
  left: 0;
  top: 30px;
  color: #000;
}

/* line 1876, ../sass/style.scss */
.appearance {
  margin-bottom: 10px;
  clear: both;
  display: table;
  width: 100%;
}

/* line 1882, ../sass/style.scss */
.squareBox {
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-size: 27px;
  font-weight: bolder;
  cursor: pointer;
  background: #828282;
  border: 2px solid #353535;
  color: #fff;
}

/* line 1895, ../sass/style.scss */
.specialTitle {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

/* line 1899, ../sass/style.scss */
.squareAppearances {
  float: left;
  margin-right: 5px;
}

/* line 1903, ../sass/style.scss */
.squareBox.spcNormal {
  background: #00a2e0;
  border-color: #034e6b;
}

/* line 1907, ../sass/style.scss */
.squareBox.spcWhiteAndBlack {
  background: #828282;
  border-color: #353535;
}

/* line 1911, ../sass/style.scss */
.squareBox.spcDark {
  background: #3e3e3e;
  border-color: #777777;
}

/* line 1915, ../sass/style.scss */
.fontSmaller {
  font-size: 24px;
}

/* line 1918, ../sass/style.scss */
.fontBigger {
  font-size: 26px;
}

/* line 1922, ../sass/style.scss */
.defaultSlider {
  height: 6px !important;
  background: #b7b7b7;
  margin-top: 20px;
  border: none;
}

/* line 1928, ../sass/style.scss */
.defaultSlider span {
  border-radius: 50%;
  outline: none;
  background: #fff !important;
  cursor: pointer !important;
  top: -7px !important;
}

/* line 1935, ../sass/style.scss */
.defaultSlider span:focus, .defaultSlider span:hover {
  border-color: #d3d3d3;
}

/* line 1938, ../sass/style.scss */
.defaultSlider .ui-slider-range {
  background: #0da525;
}

/*specialView**********************************/
/* line 1946, ../sass/style.scss */
.content-slider .owl-dot.active span {
  background: #98abb8;
}
/* line 1950, ../sass/style.scss */
.content-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}
/* line 1954, ../sass/style.scss */
.content-slider .owl-dots .owl-dot {
  display: inline-block;
  margin-bottom: 20px;
}
/* line 1959, ../sass/style.scss */
.content-slider .owl-dots span {
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  background: #bfd5e5;
  display: block;
}

/* line 1969, ../sass/style.scss */
.bg-descreption {
  background: rgba(0, 16, 31, 0.7);
  padding: 20px 60px;
  position: absolute;
  bottom: 130px;
  left: 50px;
}
/* line 1976, ../sass/style.scss */
.bg-descreption > p {
  font-size: 45px;
  color: #fff;
  font-family: UbuntuCondensedRegular;
}
/* line 1983, ../sass/style.scss */
.bg-descreption .clearfix a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  float: left;
  width: 130px;
  margin-right: 20px;
  padding: 10px 0;
  border: 1px solid #fff;
  text-align: center;
  font-family: UbuntuCondensedRegular;
}
/* line 1995, ../sass/style.scss */
.bg-descreption .clearfix p {
  font-size: 18px;
  color: #fff;
  float: right;
  font-family: UbuntuCondensedRegular;
}

/* line 2004, ../sass/style.scss */
.fixed-links {
  position: fixed;
  right: 0;
  top: 225px;
  z-index: 9;
  width: 350px;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
/* line 2012, ../sass/style.scss */
.fixed-links div {
  display: block;
  text-align: right;
}
/* line 2018, ../sass/style.scss */
.fixed-links div:nth-child(1) a {
  width: 100%;
}
/* line 2024, ../sass/style.scss */
.fixed-links div:nth-child(2) a {
  width: 90%;
}
/* line 2030, ../sass/style.scss */
.fixed-links div:nth-child(3) a {
  width: 80%;
}
/* line 2036, ../sass/style.scss */
.fixed-links div:nth-child(4) a {
  width: 70%;
}
/* line 2042, ../sass/style.scss */
.fixed-links a {
  display: inline-block;
  background: rgba(0, 51, 114, 0.8);
  border: 1px solid #b0afb1;
  padding: 5px 20px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #fff;
  text-align: left;
  font-size: 22px;
  -moz-box-shadow: -1px 3px 5px -2px #000;
  -webkit-box-shadow: -1px 3px 5px -2px #000;
  box-shadow: -1px 3px 5px -2px #000;
  line-height: 1.4 !important;
}
/* line 2055, ../sass/style.scss */
.fixed-links a img {
  display: none;
}

/* line 2060, ../sass/style.scss */
.fixed-links-page {
  position: fixed;
  right: 0;
  top: 225px;
  z-index: 9;
  width: 170px;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
/* line 2068, ../sass/style.scss */
.fixed-links-page div {
  display: block;
  text-align: right;
}
/* line 2074, ../sass/style.scss */
.fixed-links-page div:nth-child(1) a {
  width: 100%;
}
/* line 2080, ../sass/style.scss */
.fixed-links-page div:nth-child(2) a {
  width: 90%;
}
/* line 2086, ../sass/style.scss */
.fixed-links-page div:nth-child(3) a {
  width: 80%;
}
/* line 2092, ../sass/style.scss */
.fixed-links-page div:nth-child(4) a {
  width: 70%;
}
/* line 2098, ../sass/style.scss */
.fixed-links-page a {
  display: inline-block;
  background: rgba(0, 51, 114, 0.8);
  border: 1px solid #b0afb1;
  padding: 5px 20px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #fff;
  text-align: left;
  font-size: 22px;
  -moz-box-shadow: -1px 3px 5px -2px #000;
  -webkit-box-shadow: -1px 3px 5px -2px #000;
  box-shadow: -1px 3px 5px -2px #000;
  line-height: 1.4 !important;
}
/* line 2111, ../sass/style.scss */
.fixed-links-page a img {
  display: none;
}

/* line 2116, ../sass/style.scss */
.teachers_l, .students_l, .entrants_l, .parents_l {
  width: 30px;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  height: 30px;
  display: none;
}

/* line 2122, ../sass/style.scss */
.teachers_l {
  background-image: url("../images/icons/icon_teacher.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.parents_l {
  background-image: url("../images/icons/icon-parents.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
/* line 2128, ../sass/style.scss */
.students_l {
  background-image: url("../images/icons/icon_student.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/* line 2134, ../sass/style.scss */
.entrants_l {
  background-image: url("../images/icons/icon_entrant.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/* line 2140, ../sass/style.scss */
.fixed-links-icons {
  width: auto;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
/* line 2144, ../sass/style.scss */
.fixed-links-icons span {
  display: none;
}
/* line 2150, ../sass/style.scss */
.fixed-links-icons > div a {
  width: 100% !important;
  padding: 5px 10px;
}
/* line 2156, ../sass/style.scss */
.fixed-links-icons .teachers_l, .fixed-links-icons .students_l, .fixed-links-icons .entrants_l,.fixed-links-icons .parents_l {
  display: block;
}

/* line 2160, ../sass/style.scss */
.site-inner-bunners {
  height: 500px;
  background-size: 100% contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 2193, ../sass/style.scss */
.header-slider .owl-dots {
  position: absolute;
  left: 50px;
  bottom: 75px;
}
/* line 2200, ../sass/style.scss */
.header-slider .owl-dot.active span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  display: inline-block;
}
/* line 2209, ../sass/style.scss */
.header-slider .owl-dots {
  text-align: center;
}
/* line 2212, ../sass/style.scss */
.header-slider .owl-dots .owl-dot {
  margin: 0 2.5px;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  float: left;
}

/* line 2223, ../sass/style.scss */
#myclock {
  background: url("../images/img/img_clock.png") no-repeat right top;
  height: 280px;
  width: 210px;
  float: right;
}
/* line 2229, ../sass/style.scss */
#myclock canvas {
  background: #dee1e2;
  margin-top: 96px;
  margin-left: 15px;
  -moz-box-shadow: 0 0 3px -1px inset;
  -webkit-box-shadow: 0 0 3px -1px inset;
  box-shadow: 0 0 3px -1px inset;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 2237, ../sass/style.scss */
.header-slogon {
  background: #003372;
  position: relative;
  min-height: 95px;
}
/* line 2242, ../sass/style.scss */
.header-slogon .text-white {
  font-size: 16px;
  padding: 25px 0;
  font-family: UbuntuMedium;
}

/* line 2248, ../sass/style.scss */
.footer-f {
  background: #024c91;
}

/* line 2251, ../sass/style.scss */
.footer-g {
  float: left;
  width: 50%;
}
/* line 2255, ../sass/style.scss */
.footer-g img {
  float: left;
}

/* line 2259, ../sass/style.scss */
.counter {
  float: left;
}

/* line 2262, ../sass/style.scss */
.created-by {
  float: right;
  margin-top: 15px;
}
/* line 2266, ../sass/style.scss */
.created-by img {
  margin-top: -3px;
}
/* line 2270, ../sass/style.scss */
.created-by a {
  color: #fff;
  text-decoration: none;
}

/* line 2275, ../sass/style.scss */
.header-logo {
  position: absolute;
  top: -40px;
  left: -50px;
  z-index: 9;
}

/* line 2281, ../sass/style.scss */
.strategy_action {
  margin-bottom: 50px;
  overflow: hidden;
}
/* line 2287, ../sass/style.scss */
.strategy_action a img {
  width: 100%;
}

/* line 2292, ../sass/style.scss */
.news_about {
  margin-bottom: 50px;
}
/* line 2295, ../sass/style.scss */
.news_about h4 {
  margin-bottom: 40px;
}

/* line 2299, ../sass/style.scss */
.news_about_item {
  border: 2px solid #b0b0b0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 20px;
}
/* line 2306, ../sass/style.scss */
.news_about_item .date-n, .news_about_item .date-n1 {
  margin-top: -15px;
}
/* line 2311, ../sass/style.scss */
.news_about_item .clearfix a {
  color: #063894;
  font-size: 15px;
}
/* line 2316, ../sass/style.scss */
.news_about_item p {
  color: #4b4b4b;
}
/* line 2321, ../sass/style.scss */
.news_about_item > .align-center a {
  display: inline-block;
  margin-bottom: 10px;
  color: #1eaeec;
}

/* line 2328, ../sass/style.scss */
.date-n {
  background: url("../images/bg/date_bg.png") no-repeat 0 0;
  width: 67px;
  height: 59px;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 14px 0;
}

/* line 2337, ../sass/style.scss */
.date-n1 {
  background: url("../images/bg/date_bg_1.png") no-repeat 0 0;
  width: 67px;
  height: 59px;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 14px 0;
}

/* line 2346, ../sass/style.scss */
.board-of-trustees {
  margin-bottom: 50px;
}
/* line 2349, ../sass/style.scss */
.board-of-trustees a {
  color: #1136ab;
}
/* line 2354, ../sass/style.scss */
.board-of-trustees .item .useful-links-item {
  border-right: 1px solid #e0e0e0;
  padding: 0 20px;
}
/* line 2359, ../sass/style.scss */
.board-of-trustees .site_h2 {
  color: #706a70;
  margin-bottom: 40px;
}

/* line 2364, ../sass/style.scss */
.about-filial {
  position: relative;
  padding: 50px 0;
  margin-bottom: 40px;
}

/* line 2369, ../sass/style.scss */
.about-filial-section {
  position: relative;
}
/* line 2372, ../sass/style.scss */
.about-filial-section .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border: none;
  margin-bottom: 50px;
}
/* line 2379, ../sass/style.scss */
.about-filial-section .nav-tabs > li > a {
  margin: 0;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px dotted #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
}
/* line 2388, ../sass/style.scss */
.about-filial-section .nav-tabs > li > a:hover, .about-filial-section .nav-tabs > li > a:focus, .about-filial-section .nav-tabs > li > a:active {
  color: #fff;
  background: #fd8e0b;
}
/* line 2393, ../sass/style.scss */
.about-filial-section .nav-tabs > li.active > a, .about-filial-section .nav-tabs > li.active > a:hover, .about-filial-section .nav-tabs > li.active > a:focus {
  background: #fd8e0b;
  color: #fff;
}

/* line 2398, ../sass/style.scss */
.ft1-desc-f-item {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* line 2418, ../sass/style.scss */
.ft1-desc {
  padding: 40px 40px 100px 40px;
  background: url("../images/bg/desc_bg.png") no-repeat 0 0;
  background-size: cover;
  min-height: 510px;
  position: relative;
  width: 90%;
}
/* line 2426, ../sass/style.scss */
.ft1-desc p {
  color: #fff;
  font-size: 16px;
}

/* line 2431, ../sass/style.scss */
.ft1-desc-more {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #7ccaff;
}
/* line 2437, ../sass/style.scss */
.ft1-desc-more img {
  margin-left: 5px;
}

/* line 2441, ../sass/style.scss */
.mgm-section-item {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 1px;
}
/* line 2447, ../sass/style.scss */
.mgm-section-item img {
  width: 100%;
}

/* line 2451, ../sass/style.scss */
.mgm-section, .main-gall-item {
  width: 50%;
  display: inline-block;
  float: left;
  height: 320px;
  overflow: hidden;
}

/* line 2458, ../sass/style.scss */
.main-gall-item {
  padding: 1px;
}
/* line 2461, ../sass/style.scss */
.main-gall-item img {
  width: 100%;
}

/* line 2465, ../sass/style.scss */
.main-gallery {
  margin-bottom: 50px;
}

/* line 2468, ../sass/style.scss */
.directorate-section-item {
  text-align: left;
  border: 1px solid #b8b8b8;
  height: 550px;
  margin-bottom: 20px;
}
/* line 2474, ../sass/style.scss */
.directorate-section-item > img {
  margin-bottom: 10px;
}
/* line 2478, ../sass/style.scss */
.directorate-section-item > a {
  font-size: 24px;
  color: #003372;
  position: relative;
  padding-left: 30px;
  font-family: UbuntuCondensedRegular;
  display: block;
  margin-bottom: 10px;
height:70px;
}
/* line 2487, ../sass/style.scss */
.directorate-section-item > a:after {
  content: "";
  position: absolute;
  background: #003372;
  height: 100%;
  width: 10px;
  left: 0;
  top: 0;
}

/* line 2498, ../sass/style.scss */
.aside-menu {
  margin-bottom: 40px;
}
/* line 2505, ../sass/style.scss */
.aside-menu > ul > li > a {
  color: #3d3d3d;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  font-family: UbuntuCondensedRegular;
  padding: 10px 0 10px 20px;
}
/* line 2515, ../sass/style.scss */
.aside-menu .dropdown-menu {
  position: relative;
  width: 100%;
}
/* line 2519, ../sass/style.scss */
.aside-menu .dropdown-menu a {
  white-space: normal;
}
/* line 2525, ../sass/style.scss */
.aside-menu .dropdown-toggle.active:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  background: url("../images/icons/icon_aside_menu_arrow.png") no-repeat 0 0;
  width: 6px;
  height: 11px;
  margin-top: -6.5px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 2537, ../sass/style.scss */
.aside-menu .dropdown-toggle {
  position: relative;
}
/* line 2540, ../sass/style.scss */
.aside-menu .dropdown-toggle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: url("../images/icons/icon_aside_menu_arrow.png") no-repeat 0 0;
  width: 6px;
  height: 11px;
  margin-top: -6.5px;
}
/* line 2551, ../sass/style.scss */
.aside-menu .dropdown-toggle .caret {
  display: none;
}

/* line 2556, ../sass/style.scss */
.page-news-list-first {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  //min-height: 350px;
}
/* line 2563, ../sass/style.scss */
.page-news-list-first img {
  width: 70%;
float:right;
}

/* line 2567, ../sass/style.scss */
.pnlf-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  padding: 20px;
  background: #003372;
}
/* line 2576, ../sass/style.scss */
.pnlf-desc p {
  color: #fff;
}
/* line 2579, ../sass/style.scss */
.pnlf-desc .blue-btn {
  width: 100%;
  font-size: 12px;
}
/* line 2583, ../sass/style.scss */
.pnlf-desc a {
  color: #fff65f;
  font-size: 16px;
}

/* line 2588, ../sass/style.scss */
.feedback_guide {
  margin-bottom: 20px;
}
/* line 2591, ../sass/style.scss */
.feedback_guide h4 {
  margin-bottom: 35px;
}
/* line 2595, ../sass/style.scss */
.feedback_guide ul {
  padding: 0;
  list-style-type: none;
}
/* line 2599, ../sass/style.scss */
.feedback_guide ul li {
  border-left: 1px solid #dbdde0;
  padding-left: 15px;
  position: relative;
  padding-top: 0;
  margin-bottom: 20px;
  padding-bottom: 1px;
}
/* line 2609, ../sass/style.scss */
.feedback_guide ul li:after, .feedback_guide ul li:before {
  content: '';
  position: absolute;
}
/* line 2614, ../sass/style.scss */
.feedback_guide ul li:after {
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #dbdde0;
  left: -5px;
  top: -15px;
}
/* line 2623, ../sass/style.scss */
.feedback_guide ul li:before {
  width: 50px;
  height: 5px;
  background: #ffba14;
  top: -12px;
  left: 10px;
}
/* line 2631, ../sass/style.scss */
.feedback_guide ul li a {
  color: #003372;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
  display: block;
}
/* line 2638, ../sass/style.scss */
.feedback_guide ul li p {
  color: #2f2f2f;
  margin-bottom: 10px;
}

/* line 2645, ../sass/style.scss */
.h-header-inner {
  -moz-box-shadow: 0 5px 15px -10px #000;
  -webkit-box-shadow: 0 5px 15px -10px #000;
  box-shadow: 0 5px 15px -10px #000;
}

/* line 2650, ../sass/style.scss */
.edu_proc > img, .student_live > img, .additionally > img {
  width: 100%;
}
/* line 2653, ../sass/style.scss */
.edu_proc ul, .student_live ul, .additionally ul {
  padding: 0 5px;
}

/* line 2659, ../sass/style.scss */
.edu_proc h5 {
  color: #2c95dd;
  margin-bottom: 30px;
  margin-top: 30px;
}
/* line 2666, ../sass/style.scss */
.edu_proc ul a {
  color: #2e2b2e;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

/* line 2677, ../sass/style.scss */
.student_live h5 {
  color: #ff900e;
  margin-bottom: 30px;
  margin-top: 30px;
}
/* line 2682, ../sass/style.scss */
.student_live ul {
  border-left: 1px solid #e7e8e9;
  border-right: 1px solid #e7e8e9;
}
/* line 2686, ../sass/style.scss */
.student_live ul a {
  color: #2e2b2e;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

/* line 2697, ../sass/style.scss */
.additionally h5 {
  color: #be2f22;
  margin-bottom: 30px;
  margin-top: 30px;
}
/* line 2704, ../sass/style.scss */
.additionally ul a {
  color: #2e2b2e;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

/* line 2713, ../sass/style.scss */
.pr-header {
  background: url("../images/bg/bg_01.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 18px 50px;
  margin-bottom: 50px;
}
/* line 2719, ../sass/style.scss */
.pr-header p {
  color: #576872;
  font-size: 18px;
  text-align: center;
}

/* line 2725, ../sass/style.scss */
.student_live_gall {
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 2732, ../sass/style.scss */
.student_live_gall ul li {
  width: 50%;
  float: left;
  padding: 1px;
}
/* line 2737, ../sass/style.scss */
.student_live_gall ul li img {
  width: 100%;
}

/* line 2745, ../sass/style.scss */
.sitemap_menu a {
  display: block;
  white-space: normal;
  color: #23527c !important;
}
/* line 2751, ../sass/style.scss */
.sitemap_menu .dropdown-menu {
  display: block;
  position: relative;
  width: 100%;
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  padding-left: 20px;
}
/* line 2760, ../sass/style.scss */
.sitemap_menu .dropdown-menu ul {
  padding-left: 60px;
}

/* line 2767, ../sass/style.scss */
.sc_header .btn-primary {
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
}
/* line 2772, ../sass/style.scss */
.sc_header > p {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
/* line 2778, ../sass/style.scss */
.sc_header > p span {
  display: inline-block;
  font-size: 12px;
}
/* line 2784, ../sass/style.scss */
.sc_header span {
  display: block;
  font-size: 10px;
  color: #616a87;
}

/* line 2790, ../sass/style.scss */
.sc_date {
  display: block;
  font-size: 12px;
  color: #616a87;
  margin-bottom: 10px;
}

/* line 2796, ../sass/style.scss */
.sc_item {
  margin-bottom: 20px;
  display: block;
}
/* line 2800, ../sass/style.scss */
.sc_item p {
  font-size: 12px;
}
/* line 2803, ../sass/style.scss */
.sc_item a {
  color: #012e8b;
  font-size: 12px;
}

/* line 2810, ../sass/style.scss */
.social_network .tab-content {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0 15px;
}

/* line 2817, ../sass/style.scss */
.special-view {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  background: #fff;
  width: 100%;
  overflow: hidden;
  padding: 5px 10px;
  border: 1px solid #444;
}
/* line 2828, ../sass/style.scss */
.special-view .btn {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
/* line 2833, ../sass/style.scss */
.special-view .btn-group {
  float: left;
}
/* line 2836, ../sass/style.scss */
.special-view #reset {
  float: right;
}

/* line 2840, ../sass/style.scss */
.v-black {
  background: #000 !important;
  color: #fff !important;
}

/* line 2844, ../sass/style.scss */
.v-blue {
  background: #6699ff !important;
  color: #fff !important;
}

/* line 2848, ../sass/style.scss */
.v-yellow {
  background: #f7f3d6 !important;
  color: #000 !important;
}

/* line 2852, ../sass/style.scss */
.v-brown {
  background: #3b2716 !important;
  color: #fff !important;
}

/* line 2856, ../sass/style.scss */
.hot-line {
  background: #ff900e;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  overflow: hidden;
}
/* line 2863, ../sass/style.scss */
.hot-line p {
  margin: 8px 0 0 0;
  float: left;
}
/* line 2868, ../sass/style.scss */
.hot-line span {
  font-size: 36px;
  float: right;
  padding: 5px 0;
  border-left: 1px solid #fff;
}

/* line 2875, ../sass/style.scss */
.before-bg {
  padding-left: 20px;
  position: relative;
}
/* line 2879, ../sass/style.scss */
.before-bg:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ff1f1f;
  left: 0;
  top: 3px;
  display: block;
}

/* line 2890, ../sass/style.scss */
#filial-tab1 {
  background: url("../images/bg/ct0.jpg") no-repeat 0 0;
  background-size: cover;
  height: 750px;
  padding-top: 150px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 2897, ../sass/style.scss */
#filial-tab2 {
  background: url("../images/bg/sp0.jpg") no-repeat 0 0;
  background-size: cover;
  height: 750px;
  padding-top: 150px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 2904, ../sass/style.scss */
#filial-tab3 {
  background: url("../images/bg/na0.jpg") no-repeat 0 0;
  background-size: cover;
  height: 750px;
  padding-top: 150px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 2911, ../sass/style.scss */
#filial-tab4 {
  background: url("../images/bg/mj0.jpg") no-repeat 0 0;
  background-size: cover;
  height: 750px;
  padding-top: 150px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 2918, ../sass/style.scss */
#filial-tab1.s-visibility {
  background: url("../images/bg/ct1.jpg") no-repeat 0 0;
  background-size: cover;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 2923, ../sass/style.scss */
#filial-tab2.s-visibility {
  background: url("../images/bg/sp1.jpg") no-repeat 0 0;
  background-size: cover;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 2928, ../sass/style.scss */
#filial-tab3.s-visibility {
  background: url("../images/bg/na1.jpg") no-repeat 0 0;
  background-size: cover;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 2933, ../sass/style.scss */
#filial-tab4.s-visibility {
  background: url("../images/bg/mj1.jpg") no-repeat 0 0;
  background-size: cover;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 2938, ../sass/style.scss */
.afc-h {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
}

/* line 2946, ../sass/style.scss */
.s-hidden > .container {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 2953, ../sass/style.scss */
.s-visibility > .container {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 2963, ../sass/style.scss */
.page-content-menu ul li {
  margin-bottom: 10px;
}
/* line 2966, ../sass/style.scss */
.page-content-menu ul li a {
  font-size: 16px;
}

/* line 2972, ../sass/style.scss */
.table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
/* line 2976, ../sass/style.scss */
.table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
}

/* line 2982, ../sass/style.scss */
.form_question {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #e6edf3;
  padding: 10px;
}
/* line 2987, ../sass/style.scss */
.form_question h4 {
  padding: 0 15px;
}
/* line 2990, ../sass/style.scss */
.form_question h4 span {
  color: #ff2b71;
}
/* line 2996, ../sass/style.scss */
.form_question .field-questionsform-verifycode span {
  width: 50%;
  display: inline-block;
}
/* line 3000, ../sass/style.scss */
.form_question .field-questionsform-verifycode span img {
  width: 90%;
}
/* line 3005, ../sass/style.scss */
.form_question .btn-primary {
  width: 100%;
  padding: 12px;
  background: #ff2b71;
  -moz-box-shadow: 0 2px 0 0 #9c1a45;
  -webkit-box-shadow: 0 2px 0 0 #9c1a45;
  box-shadow: 0 2px 0 0 #9c1a45;
  border: none;
}
.panel-body{
	min-height:500px;
}
