@charset "UTF-8";
.button.loadMore {
  background: #4d008c;
  color: #fff; }
  .button.loadMore:hover, .button.loadMore.loading {
    background-color: #4d008c; }
  .button.loadMore .fa-spin {
    margin-left: 5px;
    visibility: hidden; }
  .button.loadMore.loading .fa-spin {
    display: inline-block;
    visibility: visible; }

.education__box {
  width: 30%;
  float: left;
  margin-top: 20px;
  margin-left: 40px;
  /*Spin hack!!! TODO: REWRITE*/ }
  .education__box:nth-child(3n+1) {
    margin-left: 0; }

.education__box-center {
  width: 30%;
  float: left;
  margin-bottom: 10px;
  margin: 0 5%; }

.education_period {
  display: block;
  background-color: #4d008c;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  font-size: 0.8em;
  height: 30px; }

.current .education_period {
  background-color: #90a0c4; }

.future .education_period {
  background-color: #828282; }

.expired .education_period {
  background-color: #4d008c; }

.education_periodWrap:hover {
  text-decoration: none; }

.education_periodWrap:hover .education_period {
  background: #4d008c;
  text-decoration: none; }

.education__box IMG,
.education__box-center IMG {
  width: 100%;
  height: auto;
  display: block; }

.education__boxContent {
  padding: 10px;
  background-color: #ececec;
  font-size: 0.8em;
  height: 100px;
  color: #231f20; }

.education__boxContent A {
  text-decoration: none; }

.education__boxContent A:hover {
  background: #90a0c4; }

.education__boxContent H3 {
  display: block;
  color: #4d008c !important;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  min-height: 50px; }

.education__boxContent A:hover H3 {
  color: #90a0c4 !important; }

.education__boxContent UL {
  margin: 5px 0 0 0;
  list-style: none; }

.education__boxContent UL Li:before {
  margin-right: 5px;
  content: "—"; }

.education__linkmore {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border-top: 2px solid #FFF;
  color: #4d008c;
  background-color: #ececec;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none; }

.education__linkmore:hover {
  background-color: #4d008c;
  color: #fff;
  text-decoration: none; }

body section.fullscreenslider {
  height: 550px;
  min-width: 1024px; }

.fullscreenslider .fullscreen_banners {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative; }
  .fullscreenslider .fullscreen_banners .banners_control {
    top: 50%;
    width: 100%;
    position: initial; }
  .fullscreenslider .fullscreen_banners .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
    .fullscreenslider .fullscreen_banners .slider > ul {
      width: 100%;
      height: 100%; }
      .fullscreenslider .fullscreen_banners .slider > ul > li {
        width: 100%;
        height: 100%;
        display: none; }
        .fullscreenslider .fullscreen_banners .slider > ul > li .fullscreen,
        .fullscreenslider .fullscreen_banners .slider > ul > li .cover {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute; }
        .fullscreenslider .fullscreen_banners .slider > ul > li .fullscreen {
          z-index: 1; }
        .fullscreenslider .fullscreen_banners .slider > ul > li .cover {
          z-index: 2; }
        .fullscreenslider .fullscreen_banners .slider > ul > li .grid {
          z-index: 4;
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background: rgba(0, 0, 0, 0.36); }
        .fullscreenslider .fullscreen_banners .slider > ul > li .text-block {
          top: 50%;
          position: relative;
          z-index: 20;
          width: 780px;
          margin: 0px auto 0;
          text-align: center; }
          .fullscreenslider .fullscreen_banners .slider > ul > li .text-block a h1 {
            font-size: 30px;
            text-align: center;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold; }
          .fullscreenslider .fullscreen_banners .slider > ul > li .text-block a:hover {
            text-decoration: none; }
          .fullscreenslider .fullscreen_banners .slider > ul > li .text-block .caption {
            text-decoration: none;
            font-size: 17px;
            font-weight: bold;
            position: relative;
            top: 20px;
            text-transform: uppercase;
            margin: 10px 0 0 0;
            color: #90a0c4; }
      .fullscreenslider .fullscreen_banners .slider > ul > li:first-child {
        display: block; }
  .fullscreenslider .fullscreen_banners .middle {
    position: absolute;
    bottom: 47px;
    left: 50%;
    margin: 0 0 0 -32px;
    position: absolute;
    width: 65px;
    display: block;
    z-index: 5; }
  .fullscreenslider .fullscreen_banners .middle:hover svg polyline,
  .fullscreenslider .fullscreen_banners .middle:hover svg line {
    fill: #fff;
    stroke: #4d008c; }
  .fullscreenslider .fullscreen_banners .middle:hover svg circle {
    fill: #fff;
    stroke: #fff; }
  .fullscreenslider .fullscreen_banners .button {
    position: absolute;
    bottom: 47px;
    left: 50%;
    margin: 0 0 0 -84px;
    position: absolute;
    width: 65px; }
  .fullscreenslider .fullscreen_banners .banners_control .numericControls {
    display: none;
    position: absolute;
    bottom: 22px;
    z-index: 5;
    left: 50%;
    margin-left: -72px; }
    .fullscreenslider .fullscreen_banners .banners_control .numericControls li {
      display: inline-block;
      margin: 0 10px 0 0; }
      .fullscreenslider .fullscreen_banners .banners_control .numericControls li a {
        border: 1px solid #90a0c4;
        width: 12px;
        display: block;
        height: 12px;
        border-radius: 10px; }
      .fullscreenslider .fullscreen_banners .banners_control .numericControls li span {
        display: none; }
    .fullscreenslider .fullscreen_banners .banners_control .numericControls li.current a {
      background: #90a0c4; }
  .fullscreenslider .fullscreen_banners .banners_control > a {
    border: 3px solid rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    margin: 0 25px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s ease 0s;
    width: 40px;
    z-index: 5; }
  .fullscreenslider .fullscreen_banners .banners_control > .prevBtn {
    left: 20px;
    position: absolute;
    top: 50%; }
  .fullscreenslider .fullscreen_banners .banners_control > .nextBtn {
    position: absolute;
    right: 20px;
    top: 50%; }
  .fullscreenslider .fullscreen_banners .banners_control a:hover {
    border: 3px solid white;
    color: white; }
  .fullscreenslider .fullscreen_banners .banners_control .fa-chevron-left {
    position: relative;
    right: 2px;
    top: 5px; }
  .fullscreenslider .fullscreen_banners .banners_control .fa-chevron-right {
    left: 3px;
    position: relative;
    top: 5px; }
