* {
  margin: 0;
  padding: 0;
  outline: none;
  /*-webkit-appearance: none;
  -moz-appearance: none;
    -o-appearance: none;*/
  border: none;
  text-decoration: none;
  list-style-type: none; }

body {
  position: relative;
  z-index: -0; }

h4 {
  width: 100%; }

form.aditional-form {
  height: 0px;
  overflow: hidden;
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  form.aditional-form > input.aditional-search {
    width: 100%;
    height: 50px;
    background-color: #032C4B;
    font-family: 'Ubuntu Light';
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
    text-indent: 10px;
    position: fixed;
    z-index: 810; }
  form.aditional-form input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2); }
  form.aditional-form input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2); }
  form.aditional-form input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2); }
  form.aditional-form input[type=text]::placeholder {
    color: rgba(255, 255, 255, 0.2); }

/* **************** Header **************** */
/* header {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #003E6F;
  position: fixed;
  z-index: 999; } */
  header section.header-container {
    width: 87.5%;
    height: 50px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* **************** Navigation **************** */
    /* **************** Navigation END!!! **************** */ }
    header section.header-container section.header-container-sub {
      width: 100%;
      height: 50px;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      header section.header-container section.header-container-sub section.soc-bar {
        width: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        header section.header-container section.header-container-sub section.soc-bar > a:first-child {
          display: none; }
      header section.header-container section.header-container-sub > a {
        font-family: 'Mrgvlovani';
        font-size: 14px;
        color: #ffffff;
        position: absolute;
        top: 17px;
        right: 220px; }
      header section.header-container section.header-container-sub section.lang-bar-search-contaner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        header section.header-container section.header-container-sub section.lang-bar-search-contaner section.lang-bar {
          width: 100px;
          height: 30px;
          margin-right: 15px;
          display: none;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          border-radius: 2px;
          overflow: hidden;
          border: solid 1px rgba(255, 255, 255, 0.3);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          header section.header-container section.header-container-sub section.lang-bar-search-contaner section.lang-bar a {
            width: 50%;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: 'Ubuntu';
            font-size: 14px;
            color: rgba(255, 255, 255, 0.3); }
          header section.header-container section.header-container-sub section.lang-bar-search-contaner section.lang-bar a.active {
            color: #003E6D;
            background: rgba(255, 255, 255, 0.3); }
        header section.header-container section.header-container-sub section.lang-bar-search-contaner section.search {
          width: 200px;
          height: 50px;
          background: #032C4B;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          header section.header-container section.header-container-sub section.lang-bar-search-contaner section.search input[type=text] {
            width: 160px;
            height: 50px;
            background: #032C4B;
            font-family: 'Ubuntu Light';
            font-size: 14px;
            color: rgba(255, 255, 255, 0.2);
            text-indent: 10px; }
          header section.header-container section.header-container-sub section.lang-bar-search-contaner section.search input[type=text]::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.2); }
          header section.header-container section.header-container-sub section.lang-bar-search-contaner section.search input[type=text]::-moz-placeholder {
            color: rgba(255, 255, 255, 0.2); }
          header section.header-container section.header-container-sub section.lang-bar-search-contaner section.search input[type=text]:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.2); }
          header section.header-container section.header-container-sub section.lang-bar-search-contaner section.search input[type=text]::placeholder {
            color: rgba(255, 255, 255, 0.2); }
          header section.header-container section.header-container-sub section.lang-bar-search-contaner section.search > span.search-btn {
            margin-right: 15px;
            display: block;
            cursor: pointer; }
        header section.header-container section.header-container-sub section.lang-bar-search-contaner > span.aditional {
          width: 50px;
          height: 50px;
          margin-right: 15px;
          background-color: #032C4B;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          display: none; }
        header section.header-container section.header-container-sub section.lang-bar-search-contaner > section.resp-menu-buttton {
          width: 20px;
          height: 17px;
          border-radius: 3px;
          display: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-left: 10px; }
          header section.header-container section.header-container-sub section.lang-bar-search-contaner > section.resp-menu-buttton > span {
            width: 100%;
            height: 1px;
            display: block;
            background-color: white;
            border-radius: 5px; }
    header section.header-container nav {
      width: 100%;
      height: 100px;
      top: 50px;
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      z-index: 990; }
      header section.header-container nav > a {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        header section.header-container nav > a > img {
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
      header section.header-container nav ul.main-menu {
        width: calc(100% - 225px);
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        position: relative; }
        header section.header-container nav ul.main-menu > li {
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          position: relative; }
          header section.header-container nav ul.main-menu > li > a {
            height: 100%;
            font-family: 'Mrgvlovani';
            font-size: 14px;
            color: #ffffff;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
          header section.header-container nav ul.main-menu > li > a:hover {
            color: #001a7d !important; }
          header section.header-container nav ul.main-menu > li:last-child > a {
            width: 199px;
            height: 59px;
            font-size: 16px;
            border-radius: 3px;
            border: solid 1px #ffffff; }
          header section.header-container nav ul.main-menu > li > ul {
            min-width: 235px;
            height: 0px;
            top: 100px;
            left: 0;
            background: #eeeeee;
            position: absolute;
            padding: 0 0 0 25px;
            overflow: hidden;
            z-index: 991;
            -webkit-box-shadow: 0 5px 8px -7px #000000 inset;
            box-shadow: 0 5px 8px -7px #000000 inset;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            header section.header-container nav ul.main-menu > li > ul > li {
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s;
              position: relative; }
              header section.header-container nav ul.main-menu > li > ul > li > a {
                font-family: 'Mrgvlovani';
                font-size: 14px;
                color: #000000; }
              header section.header-container nav ul.main-menu > li > ul > li > a:hover {
                color: #001a7d !important; }
              header section.header-container nav ul.main-menu > li > ul > li ul {
                min-width: 235px;
                height: 0;
                background-color: #eeeeee;
                top: 0;
                left: 235px;
                position: absolute;
                padding: 0 0 0 25px;
                -webkit-box-shadow: 5px 0 8px -7px #000000 inset;
                box-shadow: 5px 0 8px -7px #000000 inset;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
                overflow: hidden; }
                header section.header-container nav ul.main-menu > li > ul > li ul > li {
                  -webkit-transition: .3s;
                  -o-transition: .3s;
                  transition: .3s; }
                  header section.header-container nav ul.main-menu > li > ul > li ul > li > a {
                    font-family: 'Mrgvlovani';
                    font-size: 14px;
                    color: #000000;
                    padding-right: 15px;
                    display: block; }
                  header section.header-container nav ul.main-menu > li > ul > li ul > li > a:hover {
                    color: #001a7d !important; }
              header section.header-container nav ul.main-menu > li > ul > li > ul::before {
                content: "";
                width: 10px;
                height: 10px;
                top: 18px;
                left: -5px;
                opacity: 1;
                background: #eeeeee;
                position: absolute;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: .4s;
                -o-transition: .4s;
                transition: .4s;
                z-index: 999;
                -webkit-box-shadow: 5px 5px 8px -7px #000000 inset;
                box-shadow: 5px 5px 8px -7px #000000 inset; }
            header section.header-container nav ul.main-menu > li > ul > li:hover > ul {
              height: auto;
              overflow: initial; }
              header section.header-container nav ul.main-menu > li > ul > li:hover > ul > li {
                padding: 8px 0 8px 0; }
            header section.header-container nav ul.main-menu > li > ul > li:hover > ul::before {
              opacity: 1; }
          header section.header-container nav ul.main-menu > li > ul::before {
            content: "";
            width: 10px;
            height: 10px;
            top: -5px;
            left: 20px;
            opacity: 0;
            background: #eeeeee;
            position: absolute;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: .4s;
            -o-transition: .4s;
            transition: .4s;
            z-index: 999;
            -webkit-box-shadow: 5px 5px 8px -7px #000000 inset;
            box-shadow: 5px 5px 8px -7px #000000 inset; }
        header section.header-container nav ul.main-menu > li:hover > ul {
          height: auto;
          padding-top: 25px;
          overflow: initial; }
          header section.header-container nav ul.main-menu > li:hover > ul > li {
            padding: 8px 0 8px 0; }
        header section.header-container nav ul.main-menu > li:hover > ul::before {
          opacity: 1; }
    header section.header-container nav:hover {
      background: initial;
      width: 100%; }
      header section.header-container nav:hover > ul.main-menu > li > a {
        color: black !important; }
      header section.header-container nav:hover > ul.main-menu > li:last-child > a {
        border-color: black !important;
        color: #FE4B00 !important; }
  header section.bg-contaner {
    width: 100%;
    height: 100px;
    left: 0;
    top: 50px;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 2px 50px -30px black;
    box-shadow: 0px 2px 50px -30px black; }
  header section.bg-contaner:hover {
    background: #FFF !important; }

/* **************** Header END!!! **************** */
/* **************** Main **************** */
main {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  /* **************** Slider **************** */
  /* **************** Slider END!!! **************** */
  /* **************** Events **************** */
  /* **************** Events END!!! **************** */
  /* **************** Common Information **************** */
  /* **************** Common Information END!!! **************** */
  /* **************** Video Zone **************** */
  /* **************** Video Zone END!!! **************** */ }
  main section.slider-container {
    width: 100%;
    height: 850px;
    overflow: hidden; }
    main section.slider-container section#slider {
      width: 100%;
      height: 850px; }
      main section.slider-container section#slider section.item {
        width: 100%;
        height: 850px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        main section.slider-container section#slider section.item section.sub-item {
          width: 87.5%;
          height: 30%;
          margin-top: 240px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          position: absolute; }
          main section.slider-container section#slider section.item section.sub-item > h2 {
            font-family: 'Mrgvlovani';
            font-size: 40px;
            color: #fff; }
          main section.slider-container section#slider section.item section.sub-item > span {
            width: 580px;
            height: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            font-family: 'Phone';
            font-size: 14px;
            color: #fff;
            line-height: 20px; }
          main section.slider-container section#slider section.item section.sub-item > a {
            width: 180px;
            height: 60px;
            background: #FE4B00;
            border-radius: 3px;
            font-family: 'Mrgvlovani';
            font-size: 14px;
            color: #fff;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
      main section.slider-container section#slider section.item::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../images/overlay.png);
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0; }
    main section.slider-container > a.button-3d {
      background: none;
      position: absolute;
      right: 13%;
      top: 295px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 800;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      main section.slider-container > a.button-3d > img {
        border-radius: 50%;
        -webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.5); }
    main section.slider-container > a.button-3d:hover {
      -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      transform: rotate(-360deg); }
  main section.events {
    width: 100%;
    height: 175px;
    background: #F4F4F4;
    position: relative; }
    main section.events section.sub-events {
      width: 100%;
      height: 420px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      position: absolute;
      background-color: transparent;
      bottom: 0;
      overflow: hidden; }
      main section.events section.sub-events section.event {
        width: 20%;
        height: 420px;
        top: 120px;
        padding: 0 30px 0 30px;
        position: relative;
        overflow: hidden;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 400px; }
        main section.events section.sub-events section.event > h2 {
          font-family: 'Ubuntu';
          font-size: 100px;
          color: rgba(255, 255, 255, 0.3);
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-top: 5px;
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s;
          position: absolute; }
          main section.events section.sub-events section.event > h2 > span {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-top: 25px; }
            main section.events section.sub-events section.event > h2 > span > span:first-child {
              font-family: 'Mrgvlovani';
              font-size: 16px;
              display: block;
              font-weight: 100; }
            main section.events section.sub-events section.event > h2 > span > span:last-child {
              font-size: 20px;
              display: block; }
        main section.events section.sub-events section.event > a:first-of-type,
        main section.events section.sub-events section.event > h3 {
          font-family: 'Mrgvlovani';
          font-size: 16px;
          color: #000;
          margin-top: 65px;
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s;
          font-weight: normal; }
        main section.events section.sub-events section.event > h3 {
          position: absolute;
          top: 100px; }
        main section.events section.sub-events section.event > a:first-of-type {
          display: none;
          color: #fff; }
        main section.events section.sub-events section.event p {
          margin-top: 65px;
          font-family: 'Phone';
          font-size: 12px;
          color: #ffffff;
          line-height: 25px;
          z-index: 3;
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s;
          overflow: hidden;
          height: 125px;
          display: none; }
        main section.events section.sub-events section.event a:last-child {
          width: 150px;
          height: 40px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          border: solid 1px #FFFFFF;
          border-radius: 3px;
          font-family: 'Phone';
          font-size: 13px;
          color: #ffffff;
          z-index: 3;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          position: absolute;
          bottom: 30px; }
      main section.events section.sub-events section.event:hover {
        top: 0px;
        background-position-y: 0px !important;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center; }
        main section.events section.sub-events section.event:hover > h2 {
          color: white;
          text-shadow: 0 3px 10px black; }
        main section.events section.sub-events section.event:hover > h3 {
          color: #fff;
          margin-top: 25px;
          text-shadow: 0 3px 10px black; }
      main section.events section.sub-events section.event::before {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 100%;
        position: absolute;
        display: block;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      main section.events section.sub-events section.event:hover::before {
        content: "";
        background-color: rgba(61, 61, 61, 0.7);
        top: 0; }
      main section.events section.sub-events section.event-slider {
        width: 40vw;
        height: 320px; }
        main section.events section.sub-events section.event-slider > section#event-slider {
          width: 40vw;
          height: 100%; }
          main section.events section.sub-events section.event-slider > section#event-slider .owl-controls {
            position: absolute;
            top: 9px !important;
            left: 250px; }
          main section.events section.sub-events section.event-slider > section#event-slider section.item {
            width: 100%;
            height: 320px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center; }
            main section.events section.sub-events section.event-slider > section#event-slider section.item section.item-inner {
              width: 85%;
              height: auto;
              top: 25px;
              position: absolute;
              left: 77px; }
              main section.events section.sub-events section.event-slider > section#event-slider section.item section.item-inner > h3 {
                font-family: 'Mrgvlovani';
                font-size: 20px; }
                main section.events section.sub-events section.event-slider > section#event-slider section.item section.item-inner > h3 > a {
                  color: #fff; }
              main section.events section.sub-events section.event-slider > section#event-slider section.item section.item-inner section.date-article {
                margin-top: 35px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex; }
                main section.events section.sub-events section.event-slider > section#event-slider section.item section.item-inner section.date-article time {
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  -webkit-box-pack: center;
                  -webkit-justify-content: center;
                  -ms-flex-pack: center;
                  justify-content: center;
                  -webkit-box-align: center;
                  -webkit-align-items: center;
                  -ms-flex-align: center;
                  align-items: center; }
                  main section.events section.sub-events section.event-slider > section#event-slider section.item section.item-inner section.date-article time > span:first-child {
                    font-family: 'Ubuntu';
                    font-size: 150px;
                    color: #fff;
                    line-height: 105px; }
                  main section.events section.sub-events section.event-slider > section#event-slider section.item section.item-inner section.date-article time > span:last-child {
                    width: 155px;
                    font-family: 'Mrgvlovani';
                    font-size: 19px;
                    color: #fff;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    border-top: solid 1px rgba(255, 255, 255, 0.2);
                    padding-top: 5px;
                    margin-top: 15px; }
                main section.events section.sub-events section.event-slider > section#event-slider section.item section.item-inner section.date-article > section {
                  margin-left: 40px; }
                  main section.events section.sub-events section.event-slider > section#event-slider section.item section.item-inner section.date-article > section > span {
                    height: 85px;
                    font-family: 'Mrgvlovani';
                    font-size: 14px;
                    color: #FE4B00;
                    line-height: 20px;
                    display: block;
                    overflow: hidden; }
                  main section.events section.sub-events section.event-slider > section#event-slider section.item section.item-inner section.date-article > section > a {
                    width: 150px;
                    height: 40px;
                    margin-top: 25px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-family: 'Phone';
                    font-size: 13px;
                    color: #fff;
                    border: solid 1px #fff;
                    border-radius: 3px; }
          main section.events section.sub-events section.event-slider > section#event-slider section.item::before {
            content: "";
            display: block;
            background-color: rgba(61, 61, 61, 0.7);
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0; }
  main section.programs,
  main section.common-information {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    main section.programs section.common-information-first,
    main section.programs section.common-information-second,
    main section.common-information section.common-information-first,
    main section.common-information section.common-information-second {
      width: 50%; }
    main section.programs section.common-information-first ul.common-information-first-ul,
    main section.common-information section.common-information-first ul.common-information-first-ul {
      width: 100%;
      height: 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #373E47; }
      main section.programs section.common-information-first ul.common-information-first-ul > li,
      main section.common-information section.common-information-first ul.common-information-first-ul > li {
        width: 50%; }
        main section.programs section.common-information-first ul.common-information-first-ul > li > a,
        main section.common-information section.common-information-first ul.common-information-first-ul > li > a {
          width: 100%;
          height: 80px;
          background: #373E47;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          font-family: 'Mrgvlovani';
          font-size: 16px;
          color: #798599;
          text-align: center; }
    main section.programs section.common-information-first section.info-block,
    main section.common-information section.common-information-first section.info-block {
      width: 100%;
      height: 420px;
      background: #454D59;
      display: none;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start; }
      main section.programs section.common-information-first section.info-block section.sub-block,
      main section.common-information section.common-information-first section.info-block section.sub-block {
        width: 40%;
        height: 107px;
        margin-top: 19px;
        margin-left: 6.75%;
        margin-right: 2%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        border: solid 3px rgba(255, 255, 255, 0.1); }
        main section.programs section.common-information-first section.info-block section.sub-block figure,
        main section.common-information section.common-information-first section.info-block section.sub-block figure {
          width: 70px;
          height: 78px;
          background: #454D59;
          position: absolute;
          left: -39px;
          top: 15px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
        main section.programs section.common-information-first section.info-block section.sub-block a,
        main section.common-information section.common-information-first section.info-block section.sub-block a {
          padding: 50px;
          display: block;
          font-family: 'Mrgvlovani';
          font-size: 16px;
          color: #fff; }
    main section.programs section.common-information-second,
    main section.common-information section.common-information-second {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      main section.programs section.common-information-second section.count-desk,
      main section.common-information section.common-information-second section.count-desk {
        width: 100%;
        height: 250px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #FE4B00; }
        main section.programs section.common-information-second section.count-desk ul.count-desk-ul,
        main section.common-information section.common-information-second section.count-desk ul.count-desk-ul {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
          justify-content: space-around; }
          main section.programs section.common-information-second section.count-desk ul.count-desk-ul > li,
          main section.common-information section.common-information-second section.count-desk ul.count-desk-ul > li {
            height: 160px;
            width: calc(100% / 3);
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; }
            main section.programs section.common-information-second section.count-desk ul.count-desk-ul > li span:first-child,
            main section.common-information section.common-information-second section.count-desk ul.count-desk-ul > li span:first-child {
              font-family: 'Nevis';
              font-size: 60px;
              color: #fff; }
            main section.programs section.common-information-second section.count-desk ul.count-desk-ul > li span:last-child,
            main section.common-information section.common-information-second section.count-desk ul.count-desk-ul > li span:last-child {
              font-family: 'Mrgvlovani';
              font-size: 18px;
              color: #fff; }
          main section.programs section.common-information-second section.count-desk ul.count-desk-ul > li:nth-child(2),
          main section.common-information section.common-information-second section.count-desk ul.count-desk-ul > li:nth-child(2) {
            border-right: solid 1px #FC6323;
            border-left: solid 1px #FC6323; }
      main section.programs section.common-information-second a.el-base,
      main section.common-information section.common-information-second a.el-base {
        width: 33.25%;
        height: 250px;
        display: block;
        position: relative;
        background: #F4F4F4; }
        main section.programs section.common-information-second a.el-base > h3,
        main section.common-information section.common-information-second a.el-base > h3 {
          font-family: 'Mrgvlovani';
          font-size: 20px;
          color: #003E6C;
          display: block;
          padding: 20px 0 0 15px; }
        main section.programs section.common-information-second a.el-base > img,
        main section.common-information section.common-information-second a.el-base > img {
          position: absolute;
          right: 25px;
          bottom: 15px; }
      main section.programs section.common-information-second section.media,
      main section.common-information section.common-information-second section.media {
        width: 66.75%;
        position: relative;
        background-image: url("../images/elbg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        main section.programs section.common-information-second section.media > h3,
        main section.common-information section.common-information-second section.media > h3 {
          font-family: 'Mrgvlovani';
          font-size: 20px;
          color: #FE4B00;
          display: block;
          padding: 20px 0 0 15px; }
        main section.programs section.common-information-second section.media > section,
        main section.common-information section.common-information-second section.media > section {
          position: absolute;
          right: 5px;
          bottom: 27px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          main section.programs section.common-information-second section.media > section > a,
          main section.common-information section.common-information-second section.media > section > a {
            width: 210px;
            height: 40px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border: solid 1px #fff;
            border-radius: 3px; }
            main section.programs section.common-information-second section.media > section > a > span,
            main section.common-information section.common-information-second section.media > section > a > span {
              display: block;
              font-family: 'Mrgvlovani';
              font-size: 16px;
              color: #fff; }
          main section.programs section.common-information-second section.media > section > a:first-child,
          main section.common-information section.common-information-second section.media > section > a:first-child {
            margin-right: 10px; }
  main section.fb-news {
    width: 87.5%;
    height: 327px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    main section.fb-news > h2 {
      width: 100%;
      margin-top: 20px;
      font-family: 'Mrgvlovani';
      font-size: 40px;
      color: #454C59;
      height: 20px; }
    main section.fb-news section.fb-concret-news {
      width: calc(100% / 3);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: hidden;
      margin-top: -10px; }
      main section.fb-news section.fb-concret-news > time {
        margin-top: 14px;
        font-family: 'Trebu';
        font-size: 14px;
        color: #CCCCCC; }
      main section.fb-news section.fb-concret-news > a {
        margin-top: 20px;
        font-family: 'Ubuntu';
        font-size: 16px;
        color: #003E6C; }
  main section.video-zone {
    width: 100%;
    height: 530px;
    background: #000; }
    main section.video-zone .owl-wrapper-outer,
    main section.video-zone .owl-wrapper,
    main section.video-zone .owl-item {
      height: 100%; }
    main section.video-zone .owl-buttons {
      margin-top: -110px; }
    main section.video-zone .owl-prev,
    main section.video-zone .owl-next {
      width: 31px !important;
      height: 31px !important;
      background-color: #FE4B00 !important;
      border-radius: 50% !important;
      padding: 0 !important;
      font-size: 0 !important; }
    main section.video-zone .owl-prev::before,
    main section.video-zone .owl-next::before {
      content: "";
      width: 10px;
      height: 10px;
      display: block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: 9px; }
    main section.video-zone .owl-prev::before {
      border-left: solid 3px #fff;
      border-bottom: solid 3px #fff;
      margin-left: 11px; }
    main section.video-zone .owl-next::before {
      border-top: solid 3px #fff;
      border-right: solid 3px #fff;
      margin-left: 7px; }
    main section.video-zone section.item {
      height: 100%; }
      main section.video-zone section.item > a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-size: cover;
        background-position: center;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        float: left;
        opacity: .5; }
      main section.video-zone section.item > a:hover {
        opacity: 1; }
      main section.video-zone section.item a.little-videos {
        width: calc(100% / 6);
        height: 50%; }
      main section.video-zone section.item a.middle-videos {
        width: calc(100% / 3);
        height: 50%; }
      main section.video-zone section.item a.middle-videos:last-child {
        margin-top: -265px; }
      main section.video-zone section.item a.big-video {
        width: calc(100% / 3);
        height: 100%; }

/* **************** Main END!!! **************** */
/* **************** Content Page Structure **************** */
section.main-content {
  width: 100%;
  height: auto;
  position: relative; }
  section.main-content main {
    /* **************** Content Page Structure Slider **************** */
    /* **************** Content Page Structure Slider END!!! **************** */
    /* **************** Main Content Unchangeable Structure **************** */
    /* **************** Main Content Unchangeable Structure END!!! **************** */ }
    section.main-content main section.slider-container {
      height: 510px; }
      section.main-content main section.slider-container > a.button-3d {
        margin-top: -55px; }
      section.main-content main section.slider-container section#slider {
        height: 510px; }
        section.main-content main section.slider-container section#slider section.item {
          height: 510px; }
          section.main-content main section.slider-container section#slider section.item section.sub-item {
            height: 45%;
            margin-top: 160px; }
    section.main-content main section.article-container {
      width: 87.5%;
      height: auto;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      section.main-content main section.article-container > section.left-menu-container {
        width: 320px;
        min-height: 500px;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        section.main-content main section.article-container > section.left-menu-container > ul.left-menu {
          width: 320px;
          height: auto;
          top: -100px;
          background: #454D59;
          position: relative;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          section.main-content main section.article-container > section.left-menu-container > ul.left-menu > li {
            width: 100%;
            border-bottom: solid 1px #22262D; }
            section.main-content main section.article-container > section.left-menu-container > ul.left-menu > li > a {
              width: calc(100% - 10px);
              height: 49px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              padding-left: 10px;
              font-family: 'Mrgvlovani';
              font-size: 14px;
              color: #fff; }
              section.main-content main section.article-container > section.left-menu-container > ul.left-menu > li > a > img {
                margin-right: 16px; }
            section.main-content main section.article-container > section.left-menu-container > ul.left-menu > li > ul {
              width: 320px;
              height: 0;
              background: #373E47;
              left: 0;
              top: 50px;
              overflow: hidden;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              z-index: 999; }
              section.main-content main section.article-container > section.left-menu-container > ul.left-menu > li > ul > li {
                width: 100%;
                min-height: 50px;
                border-bottom: solid 1px #22262D;
                border: none;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
                overflow: hidden;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center; }
                section.main-content main section.article-container > section.left-menu-container > ul.left-menu > li > ul > li > a {
                  width: calc(100% - 30px);
                  height: 100%;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                  -webkit-align-items: center;
                  -ms-flex-align: center;
                  align-items: center;
                  padding-left: 30px;
                  font-family: 'Phone';
                  font-size: 13px;
                  line-height: 20px;
                  color: rgba(255, 255, 255, 0.7);
                  -webkit-transition: .1s;
                  -o-transition: .1s;
                  transition: .1s; }
                section.main-content main section.article-container > section.left-menu-container > ul.left-menu > li > ul > li > a:hover {
                  color: #FE4B00; }
      section.main-content main section.article-container > section.full {
        width: 100% !important; }
        section.main-content main section.article-container > section.full h2 {
          font-family: 'Mrgvlovani';
          color: #00197F;
          margin-bottom: 15px;
          font-size: 18px; }
      section.main-content main section.article-container section.main-information.calendari {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
      section.main-content main section.article-container section.main-information {
        width: calc(100% - 340px);
        position: relative;
        margin-left: 20px;
        padding-top: 50px; }
        section.main-content main section.article-container section.main-information div.brc {
          width: 100%;
          position: absolute;
          top: 25px; }
          section.main-content main section.article-container section.main-information div.brc aside.breadcrumbs {
            width: 100%;
            position: absolute;
            bottom: 0; }
            section.main-content main section.article-container section.main-information div.brc aside.breadcrumbs > section.content-menu-buttton {
              width: 20px;
              height: 17px;
              margin-top: 6px;
              border-radius: 3px;
              display: none;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              position: absolute; }
              section.main-content main section.article-container section.main-information div.brc aside.breadcrumbs > section.content-menu-buttton > span {
                width: 100%;
                height: 1px;
                display: block;
                background-color: #FE4B00;
                border-radius: 5px; }
            section.main-content main section.article-container section.main-information div.brc aside.breadcrumbs > h3 {
              font-family: 'Mrgvlovani';
              font-size: 35px;
              color: #FE4B00;
              margin-bottom: 13px; }
            section.main-content main section.article-container section.main-information div.brc aside.breadcrumbs > span {
              width: auto;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row; }
              section.main-content main section.article-container section.main-information div.brc aside.breadcrumbs > span span:last-child,
              section.main-content main section.article-container section.main-information div.brc aside.breadcrumbs > span > a {
                font-family: 'Phone';
                font-size: 11px;
                color: black;
                padding-right: 12px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                white-space: nowrap; }
              section.main-content main section.article-container section.main-information div.brc aside.breadcrumbs > span > span:last-child {
                color: #999999; }
        section.main-content main section.article-container section.main-information .search_content {
          padding: 10px 0; }
          section.main-content main section.article-container section.main-information .search_content .newstitle a {
            font-family: 'Mrgvlovani' !important;
            font-size: 16px;
            color: #000 !important; }
          section.main-content main section.article-container section.main-information .search_content .newswrap {
            padding: 10px 0;
            font-size: 12px;
            color: #333;
            font-family: 'Phone'; }
        section.main-content main section.article-container section.main-information .content,
        section.main-content main section.article-container section.main-information section.contact,
        section.main-content main section.article-container section.main-information section.newses,
        section.main-content main section.article-container section.main-information section.about,
        section.main-content main section.article-container section.main-information section.mission,
        section.main-content main section.article-container section.main-information section.vision > article,
        section.main-content main section.article-container section.main-information .authorization,
        section.main-content main section.article-container section.main-information .accreditation,
        section.main-content main section.article-container section.main-information .documentation,
        section.main-content main section.article-container section.main-information .structure,
        section.main-content main section.article-container section.main-information .units,
        section.main-content main section.article-container section.main-information .campus,
        section.main-content main section.article-container section.main-information .partners,
        section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.study-result,
        section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.syllabus > #accordion,
        section.main-content main section.article-container section.main-information .syllabus > #accordion > section {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          position: relative; }
          section.main-content main section.article-container section.main-information .content > h3,
          section.main-content main section.article-container section.main-information section.contact > h3,
          section.main-content main section.article-container section.main-information section.newses > h3,
          section.main-content main section.article-container section.main-information section.about > h3,
          section.main-content main section.article-container section.main-information section.mission > h3,
          section.main-content main section.article-container section.main-information section.vision > article > h3,
          section.main-content main section.article-container section.main-information .authorization > h3,
          section.main-content main section.article-container section.main-information .accreditation > h3,
          section.main-content main section.article-container section.main-information .documentation > h3,
          section.main-content main section.article-container section.main-information .structure > h3,
          section.main-content main section.article-container section.main-information .units > h3,
          section.main-content main section.article-container section.main-information .campus > h3,
          section.main-content main section.article-container section.main-information .partners > h3,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.study-result > h3,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.syllabus > #accordion > h3,
          section.main-content main section.article-container section.main-information .syllabus > #accordion > section > h3 {
            font-size: 16px; }
          section.main-content main section.article-container section.main-information .content > h2,
          section.main-content main section.article-container section.main-information section.contact > h2,
          section.main-content main section.article-container section.main-information section.newses > h2,
          section.main-content main section.article-container section.main-information section.about > h2,
          section.main-content main section.article-container section.main-information section.mission > h2,
          section.main-content main section.article-container section.main-information section.vision > article > h2,
          section.main-content main section.article-container section.main-information .authorization > h2,
          section.main-content main section.article-container section.main-information .accreditation > h2,
          section.main-content main section.article-container section.main-information .documentation > h2,
          section.main-content main section.article-container section.main-information .structure > h2,
          section.main-content main section.article-container section.main-information .units > h2,
          section.main-content main section.article-container section.main-information .campus > h2,
          section.main-content main section.article-container section.main-information .partners > h2,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.study-result > h2,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.syllabus > #accordion > h2,
          section.main-content main section.article-container section.main-information .syllabus > #accordion > section > h2 {
            font-size: 18px; }
          section.main-content main section.article-container section.main-information .content > h4,
          section.main-content main section.article-container section.main-information section.contact > h4,
          section.main-content main section.article-container section.main-information section.newses > h4,
          section.main-content main section.article-container section.main-information section.about > h4,
          section.main-content main section.article-container section.main-information section.mission > h4,
          section.main-content main section.article-container section.main-information section.vision > article > h4,
          section.main-content main section.article-container section.main-information .authorization > h4,
          section.main-content main section.article-container section.main-information .accreditation > h4,
          section.main-content main section.article-container section.main-information .documentation > h4,
          section.main-content main section.article-container section.main-information .structure > h4,
          section.main-content main section.article-container section.main-information .units > h4,
          section.main-content main section.article-container section.main-information .campus > h4,
          section.main-content main section.article-container section.main-information .partners > h4,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.study-result > h4,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.syllabus > #accordion > h4,
          section.main-content main section.article-container section.main-information .syllabus > #accordion > section > h4 {
            font-size: 14px; }
          section.main-content main section.article-container section.main-information .content > h3,
          section.main-content main section.article-container section.main-information .content > h2,
          section.main-content main section.article-container section.main-information .content > h4,
          section.main-content main section.article-container section.main-information section.contact > h3,
          section.main-content main section.article-container section.main-information section.contact > h2,
          section.main-content main section.article-container section.main-information section.contact > h4,
          section.main-content main section.article-container section.main-information section.newses > h3,
          section.main-content main section.article-container section.main-information section.newses > h2,
          section.main-content main section.article-container section.main-information section.newses > h4,
          section.main-content main section.article-container section.main-information section.about > h3,
          section.main-content main section.article-container section.main-information section.about > h2,
          section.main-content main section.article-container section.main-information section.about > h4,
          section.main-content main section.article-container section.main-information section.mission > h3,
          section.main-content main section.article-container section.main-information section.mission > h2,
          section.main-content main section.article-container section.main-information section.mission > h4,
          section.main-content main section.article-container section.main-information section.vision > article > h3,
          section.main-content main section.article-container section.main-information section.vision > article > h2,
          section.main-content main section.article-container section.main-information section.vision > article > h4,
          section.main-content main section.article-container section.main-information .authorization > h3,
          section.main-content main section.article-container section.main-information .authorization > h2,
          section.main-content main section.article-container section.main-information .authorization > h4,
          section.main-content main section.article-container section.main-information .accreditation > h3,
          section.main-content main section.article-container section.main-information .accreditation > h2,
          section.main-content main section.article-container section.main-information .accreditation > h4,
          section.main-content main section.article-container section.main-information .documentation > h3,
          section.main-content main section.article-container section.main-information .documentation > h2,
          section.main-content main section.article-container section.main-information .documentation > h4,
          section.main-content main section.article-container section.main-information .structure > h3,
          section.main-content main section.article-container section.main-information .structure > h2,
          section.main-content main section.article-container section.main-information .structure > h4,
          section.main-content main section.article-container section.main-information .units > h3,
          section.main-content main section.article-container section.main-information .units > h2,
          section.main-content main section.article-container section.main-information .units > h4,
          section.main-content main section.article-container section.main-information .campus > h3,
          section.main-content main section.article-container section.main-information .campus > h2,
          section.main-content main section.article-container section.main-information .campus > h4,
          section.main-content main section.article-container section.main-information .partners > h3,
          section.main-content main section.article-container section.main-information .partners > h2,
          section.main-content main section.article-container section.main-information .partners > h4,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.study-result > h3,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.study-result > h2,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.study-result > h4,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.syllabus > #accordion > h3,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.syllabus > #accordion > h2,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.syllabus > #accordion > h4,
          section.main-content main section.article-container section.main-information .syllabus > #accordion > section > h3,
          section.main-content main section.article-container section.main-information .syllabus > #accordion > section > h2,
          section.main-content main section.article-container section.main-information .syllabus > #accordion > section > h4 {
            font-family: 'Mrgvlovani';
            color: #00197F;
            margin-bottom: 15px; }
          section.main-content main section.article-container section.main-information .content > p,
          section.main-content main section.article-container section.main-information section.contact > p,
          section.main-content main section.article-container section.main-information section.newses > p,
          section.main-content main section.article-container section.main-information section.about > p,
          section.main-content main section.article-container section.main-information section.mission > p,
          section.main-content main section.article-container section.main-information section.vision > article > p,
          section.main-content main section.article-container section.main-information .authorization > p,
          section.main-content main section.article-container section.main-information .accreditation > p,
          section.main-content main section.article-container section.main-information .documentation > p,
          section.main-content main section.article-container section.main-information .structure > p,
          section.main-content main section.article-container section.main-information .units > p,
          section.main-content main section.article-container section.main-information .campus > p,
          section.main-content main section.article-container section.main-information .partners > p,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.study-result > p,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.syllabus > #accordion > p,
          section.main-content main section.article-container section.main-information .syllabus > #accordion > section > p {
            font-family: 'Phone';
            font-size: 12px;
            color: #333333;
            line-height: 18px;
            margin-bottom: 15px; }
          section.main-content main section.article-container section.main-information .content ul li,
          section.main-content main section.article-container section.main-information section.contact ul li,
          section.main-content main section.article-container section.main-information section.newses ul li,
          section.main-content main section.article-container section.main-information section.about ul li,
          section.main-content main section.article-container section.main-information section.mission ul li,
          section.main-content main section.article-container section.main-information section.vision > article ul li,
          section.main-content main section.article-container section.main-information .authorization ul li,
          section.main-content main section.article-container section.main-information .accreditation ul li,
          section.main-content main section.article-container section.main-information .documentation ul li,
          section.main-content main section.article-container section.main-information .structure ul li,
          section.main-content main section.article-container section.main-information .units ul li,
          section.main-content main section.article-container section.main-information .campus ul li,
          section.main-content main section.article-container section.main-information .partners ul li,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.study-result ul li,
          section.main-content main section.article-container section.main-information .programs > section.common-information-first > section.syllabus > #accordion ul li,
          section.main-content main section.article-container section.main-information .syllabus > #accordion > section ul li {
            font-family: 'Phone';
            font-size: 12px;
            color: #333333;
            margin-bottom: 15px;
            list-style-image: url("../images/dots.png"); }
        section.main-content main section.article-container section.main-information section.mission > p.promises {
          margin-bottom: 20px; }
          section.main-content main section.article-container section.main-information section.mission > p.promises > span {
            width: 159px;
            height: 159px;
            padding: 15px;
            float: left !important;
            border: solid 1px #CCCCCC;
            display: block;
            font-family: 'Phone';
            font-size: 12px;
            color: #333333;
            line-height: 18px;
            margin: 0 15px 15px 0;
            position: relative; }
            section.main-content main section.article-container section.main-information section.mission > p.promises > span > img {
              position: absolute;
              bottom: 15px;
              right: 15px; }
        section.main-content main section.article-container section.main-information .content {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          section.main-content main section.article-container section.main-information .content p {
            width: 100%; }
            section.main-content main section.article-container section.main-information .content p > img {
              height: auto; }
            section.main-content main section.article-container section.main-information .content p > iframe,
            section.main-content main section.article-container section.main-information .content p > img {
              /*width: 100%;*/ }
          section.main-content main section.article-container section.main-information .content > table {
            width: 100% !important;
            height: auto;
            border-spacing: 0;
            margin-bottom: 15px; }
            section.main-content main section.article-container section.main-information .content > table > caption {
              width: 100%;
              height: 40px;
              padding-top: 20px;
              font-family: 'Mrgvlovani';
              font-size: 14px;
              color: #00197F;
              font-weight: 900;
              background-color: #DDD; }
            section.main-content main section.article-container section.main-information .content > table > tbody {
              width: 100%;
              display: block; }
              section.main-content main section.article-container section.main-information .content > table > tbody > tr {
                height: 50px; }
                section.main-content main section.article-container section.main-information .content > table > tbody > tr > td {
                  font-family: 'Phone';
                  font-size: 12px;
                  color: #333333;
                  border-bottom: solid 1px #ccc; }
              section.main-content main section.article-container section.main-information .content > table > tbody > tr:nth-child(odd) {
                background-color: #f9f9f9; }
              section.main-content main section.article-container section.main-information .content > table > tbody > tr:nth-child(even) {
                background-color: #FFF; }
          section.main-content main section.article-container section.main-information .content > h3 {
            width: 100%; }
            section.main-content main section.article-container section.main-information .content > h3 > img {
              width: 100%;
              height: auto; }
          section.main-content main section.article-container section.main-information .content ul {
            padding-left: 15px;
            width: calc(100% - 15px); }
          section.main-content main section.article-container section.main-information .content ol.geolist li,
          section.main-content main section.article-container section.main-information .content ul.geolist li {
            list-style-type: georgian !important;
            list-style-image: none !important; }
        section.main-content main section.article-container section.main-information section.vision {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal !important;
          -webkit-box-direction: normal !important;
          -webkit-flex-direction: row !important;
          -ms-flex-direction: row !important;
          flex-direction: row !important; }
          section.main-content main section.article-container section.main-information section.vision > p {
            font-family: 'Phone';
            font-size: 12px;
            color: #333333;
            line-height: 18px;
            margin-bottom: 15px; }
          section.main-content main section.article-container section.main-information section.vision > article {
            width: 29%;
            height: auto;
            padding: 15px;
            margin: 0 1.88% 15px 0;
            border: solid 1px #CCCCCC;
            overflow: hidden; }
          section.main-content main section.article-container section.main-information section.vision > article:nth-child(3n) {
            margin-left: 0px; }
        section.main-content main section.article-container section.main-information section.authorization {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          section.main-content main section.article-container section.main-information section.authorization section.docs {
            width: 100%;
            height: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: 1%; }
            section.main-content main section.article-container section.main-information section.authorization section.docs a.pdf-download {
              width: 43%;
              height: auto;
              min-height: 70px;
              padding: 15px 15px 15px 56px;
              border: solid 1px #CCCCCC;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              margin-bottom: 15px;
              overflow: hidden;
              font-family: 'Phone';
              font-size: 12px;
              font-weight: bold;
              color: #333333;
              line-height: 18px;
              background-image: url(../images/pdf.png), url(../images/pdf-arrow.png);
              background-position: 19px 14px, 21px 53px;
              background-repeat: no-repeat; }
            section.main-content main section.article-container section.main-information section.authorization section.docs a.pdf-download:hover {
              border: solid 1px #FE4B00; }
        section.main-content main section.article-container section.main-information section.programs > section.common-information-first > section.syllabus > #accordion,
        section.main-content main section.article-container section.main-information section.partners,
        section.main-content main section.article-container section.main-information section.documentation,
        section.main-content main section.article-container section.main-information section.accreditation {
          position: relative; }
          section.main-content main section.article-container section.main-information section.programs > section.common-information-first > section.syllabus > #accordion section.docs,
          section.main-content main section.article-container section.main-information section.partners section.docs,
          section.main-content main section.article-container section.main-information section.documentation section.docs,
          section.main-content main section.article-container section.main-information section.accreditation section.docs {
            width: 100%;
            height: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            position: relative;
            padding: 0; }
            section.main-content main section.article-container section.main-information section.programs > section.common-information-first > section.syllabus > #accordion section.docs a.pdf-download:hover,
            section.main-content main section.article-container section.main-information section.partners section.docs a.pdf-download:hover,
            section.main-content main section.article-container section.main-information section.documentation section.docs a.pdf-download:hover,
            section.main-content main section.article-container section.main-information section.accreditation section.docs a.pdf-download:hover {
              border-color: #FE4B00; }
            section.main-content main section.article-container section.main-information section.programs > section.common-information-first > section.syllabus > #accordion section.docs a.pdf-download,
            section.main-content main section.article-container section.main-information section.partners section.docs a.pdf-download,
            section.main-content main section.article-container section.main-information section.documentation section.docs a.pdf-download,
            section.main-content main section.article-container section.main-information section.accreditation section.docs a.pdf-download {
              width: 29%;
              height: auto;
              padding: 15px;
              border: solid 1px #CCCCCC;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              margin-bottom: 15px;
              overflow: hidden; }
              section.main-content main section.article-container section.main-information section.programs > section.common-information-first > section.syllabus > #accordion section.docs a.pdf-download > .p2,
              section.main-content main section.article-container section.main-information section.partners section.docs a.pdf-download > .p2,
              section.main-content main section.article-container section.main-information section.documentation section.docs a.pdf-download > .p2,
              section.main-content main section.article-container section.main-information section.accreditation section.docs a.pdf-download > .p2 {
                width: 100%;
                display: block;
                margin-left: 15px;
                font-family: 'Phone';
                font-size: 12px;
                font-weight: bold;
                color: #333333;
                line-height: 18px; }
        section.main-content main section.article-container section.main-information section.structure, section.main-content main section.article-container section.main-information .units {
          width: 100%; }
          section.main-content main section.article-container section.main-information section.structure section.head-profile, section.main-content main section.article-container section.main-information .units section.head-profile {
            width: 100%;
            margin-bottom: 25px; }
            section.main-content main section.article-container section.main-information section.structure section.head-profile section.vi-person, section.main-content main section.article-container section.main-information .units section.head-profile section.vi-person {
              width: auto;
              height: 120px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; }
              section.main-content main section.article-container section.main-information section.structure section.head-profile section.vi-person > img, section.main-content main section.article-container section.main-information .units section.head-profile section.vi-person > img {
                width: auto;
                height: 100%; }
              section.main-content main section.article-container section.main-information section.structure section.head-profile section.vi-person > section, section.main-content main section.article-container section.main-information .units section.head-profile section.vi-person > section {
                margin-left: 15px;
                margin-top: 15px; }
                section.main-content main section.article-container section.main-information section.structure section.head-profile section.vi-person > section > h3, section.main-content main section.article-container section.main-information .units section.head-profile section.vi-person > section > h3 {
                  font-family: 'Phone';
                  font-size: 14px;
                  color: #333333;
                  line-height: 20px; }
                section.main-content main section.article-container section.main-information section.structure section.head-profile section.vi-person > section > label, section.main-content main section.article-container section.main-information .units section.head-profile section.vi-person > section > label {
                  font-family: 'Phone';
                  font-size: 12px;
                  color: #999999;
                  font-style: italic; }
          section.main-content main section.article-container section.main-information section.structure section.sub-profile, section.main-content main section.article-container section.main-information .units section.sub-profile {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            section.main-content main section.article-container section.main-information section.structure section.sub-profile section.commcon-person, section.main-content main section.article-container section.main-information .units section.sub-profile section.commcon-person {
              width: 29%;
              min-height: 60px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              margin-bottom: 20px; }
              section.main-content main section.article-container section.main-information section.structure section.sub-profile section.commcon-person > img, section.main-content main section.article-container section.main-information .units section.sub-profile section.commcon-person > img {
                width: 60px;
                height: 60px; }
              section.main-content main section.article-container section.main-information section.structure section.sub-profile section.commcon-person > section, section.main-content main section.article-container section.main-information .units section.sub-profile section.commcon-person > section {
                margin: 15px 0 0 15px;
                width: calc(100% - 60px); }
                section.main-content main section.article-container section.main-information section.structure section.sub-profile section.commcon-person > section > h3, section.main-content main section.article-container section.main-information .units section.sub-profile section.commcon-person > section > h3 {
                  font-family: 'Phone';
                  font-size: 14px;
                  color: #333333;
                  line-height: 20px; }
                section.main-content main section.article-container section.main-information section.structure section.sub-profile section.commcon-person > section > label, section.main-content main section.article-container section.main-information .units section.sub-profile section.commcon-person > section > label {
                  font-family: 'Phone';
                  font-size: 10px;
                  color: #999999;
                  font-style: italic; }
        section.main-content main section.article-container section.main-information section.faculty-container {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          section.main-content main section.article-container section.main-information section.faculty-container section.faculty {
            width: 49%;
            height: auto;
            margin-bottom: 45px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            section.main-content main section.article-container section.main-information section.faculty-container section.faculty > h4 {
              width: 100%;
              font-family: 'Mrgvlovani';
              font-size: 16px;
              color: #00197F;
              margin-bottom: 15px; }
            section.main-content main section.article-container section.main-information section.faculty-container section.faculty section {
              margin-bottom: 15px; }
              section.main-content main section.article-container section.main-information section.faculty-container section.faculty section > h3 {
                font-family: 'Phone';
                font-size: 14px;
                color: #333333;
                line-height: 20px; }
              section.main-content main section.article-container section.main-information section.faculty-container section.faculty section > label {
                font-family: 'Phone';
                font-size: 12px;
                color: #999999;
                font-style: italic; }
        section.main-content main section.article-container section.main-information section.campus {
          width: 100%;
          height: auto; }
          section.main-content main section.article-container section.main-information section.campus > figure {
            width: 100%;
            height: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            section.main-content main section.article-container section.main-information section.campus > figure > a {
              width: calc((100% - 60px) / 5);
              height: 110px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              overflow: hidden;
              margin-bottom: 15px;
              background-position: center;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
              section.main-content main section.article-container section.main-information section.campus > figure > a > img {
                width: 100%;
                height: auto;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s; }
              section.main-content main section.article-container section.main-information section.campus > figure > a > img:hover {
                opacity: .4; }
            section.main-content main section.article-container section.main-information section.campus > figure > a:hover {
              background: #CF4501;
              background-image: url("../images/eye.png");
              background-repeat: no-repeat;
              background-position: center; }
        section.main-content main section.article-container section.main-information section.partners section.docs > a.pdf-download {
          -webkit-box-pack: initial !important;
          -webkit-justify-content: initial !important;
          -ms-flex-pack: initial !important;
          justify-content: initial !important;
          overflow: hidden; }
          section.main-content main section.article-container section.main-information section.partners section.docs > a.pdf-download figure {
            width: 80px;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            section.main-content main section.article-container section.main-information section.partners section.docs > a.pdf-download figure > img {
              max-width: 80px; }
          section.main-content main section.article-container section.main-information section.partners section.docs > a.pdf-download > section {
            margin-left: 15px; }
            section.main-content main section.article-container section.main-information section.partners section.docs > a.pdf-download > section > p {
              width: 100%;
              display: block;
              font-family: 'Phone';
              font-size: 12px;
              font-weight: bold;
              color: #333333;
              line-height: 18px; }
            section.main-content main section.article-container section.main-information section.partners section.docs > a.pdf-download > section > i {
              font-family: 'Phone';
              font-size: 12px;
              font-weight: bold;
              color: #999999; }
        section.main-content main section.article-container section.main-information section.programs {
          margin: 30px 0 30px 0; }
          section.main-content main section.article-container section.main-information section.programs > section.common-information-first {
            width: 100%;
            height: auto; }
            section.main-content main section.article-container section.main-information section.programs > section.common-information-first > ul.common-information-first-ul {
              width: 100%;
              height: 60px;
              list-style-type: initial !important;
              border-radius: 3px !important;
              overflow: hidden; }
              section.main-content main section.article-container section.main-information section.programs > section.common-information-first > ul.common-information-first-ul > li {
                height: 60px !important; }
                section.main-content main section.article-container section.main-information section.programs > section.common-information-first > ul.common-information-first-ul > li > a {
                  height: 60px !important; }
            section.main-content main section.article-container section.main-information section.programs > section.common-information-first section.syllabus,
            section.main-content main section.article-container section.main-information section.programs > section.common-information-first section.study-result {
              width: 100%; }
              section.main-content main section.article-container section.main-information section.programs > section.common-information-first section.syllabus > h2,
              section.main-content main section.article-container section.main-information section.programs > section.common-information-first section.study-result > h2 {
                margin: 25px 0 15px;
                font-family: 'Mrgvlovani';
                font-size: 20px;
                color: #FE4B00; }
            section.main-content main section.article-container section.main-information section.programs > section.common-information-first section.syllabus > #accordion {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end !important;
              -webkit-justify-content: flex-end !important;
              -ms-flex-pack: end !important;
              justify-content: flex-end !important;
              background-color: transparent; }
              section.main-content main section.article-container section.main-information section.programs > section.common-information-first section.syllabus > #accordion > h4 {
                margin-bottom: 0;
                border-radius: 0 !important;
                background-color: none !important;
                padding: 0;
                padding: 15px 0 15px 0; }
              section.main-content main section.article-container section.main-information section.programs > section.common-information-first section.syllabus > #accordion > section.docs {
                width: calc(100% - 2px);
                height: auto;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                border-radius: 0 !important;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                padding-bottom: 15px;
                padding-top: 15px; }
                section.main-content main section.article-container section.main-information section.programs > section.common-information-first section.syllabus > #accordion > section.docs a.pdf-download {
                  width: 28% !important;
                  margin: 0 15px 15px; }
        section.main-content main section.article-container section.main-information section.newses-inner,
        section.main-content main section.article-container section.main-information section.news,
        section.main-content main section.article-container section.main-information section.news > section.newsContent,
        section.main-content main section.article-container section.main-information > section.newses-inner,
        section.main-content main section.article-container section.main-information > section.newses {
          -webkit-box-orient: horizontal !important;
          -webkit-box-direction: normal !important;
          -webkit-flex-direction: row !important;
          -ms-flex-direction: row !important;
          flex-direction: row !important;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          section.main-content main section.article-container section.main-information section.newses-inner section.news,
          section.main-content main section.article-container section.main-information section.newses-inner section.news > section.newsContent,
          section.main-content main section.article-container section.main-information section.newses-inner > a.news,
          section.main-content main section.article-container section.main-information section.news section.news,
          section.main-content main section.article-container section.main-information section.news section.news > section.newsContent,
          section.main-content main section.article-container section.main-information section.news > a.news,
          section.main-content main section.article-container section.main-information section.news > section.newsContent section.news,
          section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > section.newsContent,
          section.main-content main section.article-container section.main-information section.news > section.newsContent > a.news,
          section.main-content main section.article-container section.main-information > section.newses-inner section.news,
          section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent,
          section.main-content main section.article-container section.main-information > section.newses-inner > a.news,
          section.main-content main section.article-container section.main-information > section.newses section.news,
          section.main-content main section.article-container section.main-information > section.newses section.news > section.newsContent,
          section.main-content main section.article-container section.main-information > section.newses > a.news {
            width: calc(50% - 0px);
            height: 165px;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            overflow: hidden;
            margin-bottom: 25px; }
            section.main-content main section.article-container section.main-information section.newses-inner section.news > img,
            section.main-content main section.article-container section.main-information section.newses-inner section.news > section.newsContent > img,
            section.main-content main section.article-container section.main-information section.newses-inner > a.news > img,
            section.main-content main section.article-container section.main-information section.news section.news > img,
            section.main-content main section.article-container section.main-information section.news section.news > section.newsContent > img,
            section.main-content main section.article-container section.main-information section.news > a.news > img,
            section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > img,
            section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > section.newsContent > img,
            section.main-content main section.article-container section.main-information section.news > section.newsContent > a.news > img,
            section.main-content main section.article-container section.main-information > section.newses-inner section.news > img,
            section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > img,
            section.main-content main section.article-container section.main-information > section.newses-inner > a.news > img,
            section.main-content main section.article-container section.main-information > section.newses section.news > img,
            section.main-content main section.article-container section.main-information > section.newses section.news > section.newsContent > img,
            section.main-content main section.article-container section.main-information > section.newses > a.news > img {
              width: 250px;
              height: auto;
              margin-right: 15px;
              float: left; }
            section.main-content main section.article-container section.main-information section.newses-inner section.news > h2.news-date,
            section.main-content main section.article-container section.main-information section.newses-inner section.news > section.newsContent > h2.news-date,
            section.main-content main section.article-container section.main-information section.newses-inner > a.news > h2.news-date,
            section.main-content main section.article-container section.main-information section.news section.news > h2.news-date,
            section.main-content main section.article-container section.main-information section.news section.news > section.newsContent > h2.news-date,
            section.main-content main section.article-container section.main-information section.news > a.news > h2.news-date,
            section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > h2.news-date,
            section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > section.newsContent > h2.news-date,
            section.main-content main section.article-container section.main-information section.news > section.newsContent > a.news > h2.news-date,
            section.main-content main section.article-container section.main-information > section.newses-inner section.news > h2.news-date,
            section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > h2.news-date,
            section.main-content main section.article-container section.main-information > section.newses-inner > a.news > h2.news-date,
            section.main-content main section.article-container section.main-information > section.newses section.news > h2.news-date,
            section.main-content main section.article-container section.main-information > section.newses section.news > section.newsContent > h2.news-date,
            section.main-content main section.article-container section.main-information > section.newses > a.news > h2.news-date {
              width: calc(100% - 265px);
              max-height: 70px;
              margin-top: -10px;
              font-family: 'Ubuntu';
              font-size: 51px;
              color: #454D59;
              font-weight: bolder;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              margin-bottom: 10px; }
              section.main-content main section.article-container section.main-information section.newses-inner section.news > h2.news-date > span,
              section.main-content main section.article-container section.main-information section.newses-inner section.news > section.newsContent > h2.news-date > span,
              section.main-content main section.article-container section.main-information section.newses-inner > a.news > h2.news-date > span,
              section.main-content main section.article-container section.main-information section.news section.news > h2.news-date > span,
              section.main-content main section.article-container section.main-information section.news section.news > section.newsContent > h2.news-date > span,
              section.main-content main section.article-container section.main-information section.news > a.news > h2.news-date > span,
              section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > h2.news-date > span,
              section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > section.newsContent > h2.news-date > span,
              section.main-content main section.article-container section.main-information section.news > section.newsContent > a.news > h2.news-date > span,
              section.main-content main section.article-container section.main-information > section.newses-inner section.news > h2.news-date > span,
              section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > h2.news-date > span,
              section.main-content main section.article-container section.main-information > section.newses-inner > a.news > h2.news-date > span,
              section.main-content main section.article-container section.main-information > section.newses section.news > h2.news-date > span,
              section.main-content main section.article-container section.main-information > section.newses section.news > section.newsContent > h2.news-date > span,
              section.main-content main section.article-container section.main-information > section.newses > a.news > h2.news-date > span {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-top: 10px; }
                section.main-content main section.article-container section.main-information section.newses-inner section.news > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information section.newses-inner section.news > section.newsContent > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information section.newses-inner > a.news > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information section.news section.news > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information section.news section.news > section.newsContent > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information section.news > a.news > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > section.newsContent > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information section.news > section.newsContent > a.news > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information > section.newses-inner section.news > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information > section.newses-inner > a.news > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information > section.newses section.news > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information > section.newses section.news > section.newsContent > h2.news-date > span > span:first-child,
                section.main-content main section.article-container section.main-information > section.newses > a.news > h2.news-date > span > span:first-child {
                  font-family: 'Mrgvlovani';
                  font-size: 16px;
                  color: #454D59; }
                section.main-content main section.article-container section.main-information section.newses-inner section.news > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information section.newses-inner section.news > section.newsContent > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information section.newses-inner > a.news > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information section.news section.news > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information section.news section.news > section.newsContent > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information section.news > a.news > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > section.newsContent > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information section.news > section.newsContent > a.news > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information > section.newses-inner section.news > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information > section.newses-inner > a.news > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information > section.newses section.news > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information > section.newses section.news > section.newsContent > h2.news-date > span > span:last-child,
                section.main-content main section.article-container section.main-information > section.newses > a.news > h2.news-date > span > span:last-child {
                  font-size: 20px; }
            section.main-content main section.article-container section.main-information section.newses-inner section.news h3,
            section.main-content main section.article-container section.main-information section.newses-inner section.news > h4,
            section.main-content main section.article-container section.main-information section.newses-inner section.news > section.newsContent h3,
            section.main-content main section.article-container section.main-information section.newses-inner section.news > section.newsContent > h4,
            section.main-content main section.article-container section.main-information section.newses-inner > a.news h3,
            section.main-content main section.article-container section.main-information section.newses-inner > a.news > h4,
            section.main-content main section.article-container section.main-information section.news section.news h3,
            section.main-content main section.article-container section.main-information section.news section.news > h4,
            section.main-content main section.article-container section.main-information section.news section.news > section.newsContent h3,
            section.main-content main section.article-container section.main-information section.news section.news > section.newsContent > h4,
            section.main-content main section.article-container section.main-information section.news > a.news h3,
            section.main-content main section.article-container section.main-information section.news > a.news > h4,
            section.main-content main section.article-container section.main-information section.news > section.newsContent section.news h3,
            section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > h4,
            section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > section.newsContent h3,
            section.main-content main section.article-container section.main-information section.news > section.newsContent section.news > section.newsContent > h4,
            section.main-content main section.article-container section.main-information section.news > section.newsContent > a.news h3,
            section.main-content main section.article-container section.main-information section.news > section.newsContent > a.news > h4,
            section.main-content main section.article-container section.main-information > section.newses-inner section.news h3,
            section.main-content main section.article-container section.main-information > section.newses-inner section.news > h4,
            section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent h3,
            section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > h4,
            section.main-content main section.article-container section.main-information > section.newses-inner > a.news h3,
            section.main-content main section.article-container section.main-information > section.newses-inner > a.news > h4,
            section.main-content main section.article-container section.main-information > section.newses section.news h3,
            section.main-content main section.article-container section.main-information > section.newses section.news > h4,
            section.main-content main section.article-container section.main-information > section.newses section.news > section.newsContent h3,
            section.main-content main section.article-container section.main-information > section.newses section.news > section.newsContent > h4,
            section.main-content main section.article-container section.main-information > section.newses > a.news h3,
            section.main-content main section.article-container section.main-information > section.newses > a.news > h4 {
              width: calc(100% - 265px);
              display: inline-block;
              font-family: 'Mrgvlovani';
              font-size: 16px;
              color: #000000;
              right: 0; }
        section.main-content main section.article-container section.main-information > section.newses-inner section.news {
          width: 100%;
          height: auto;
          margin-top: 20px;
          overflow: initial; }
          section.main-content main section.article-container section.main-information > section.newses-inner section.news > img {
            width: 370px;
            height: 281px;
            padding-bottom: 10px; }
          section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent {
            height: auto !important; }
            section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > h2.news-date {
              width: calc(100% - 385px); }
            section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > h3,
            section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > h4 {
              width: 100%;
              margin-bottom: 17px; }
            section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > p {
              font-family: 'Phone';
              font-size: 12px;
              color: #333333;
              line-height: 19px; }
              section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > p > a {
                color: #333333; }
            section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > ul {
              margin-top: 25px;
              padding-left: 25px; }
              section.main-content main section.article-container section.main-information > section.newses-inner section.news > section.newsContent > ul > li {
                font-family: 'Phone';
                font-size: 12px;
                color: #333333;
                line-height: 19px;
                list-style-image: url(../images/dots.png); }
        section.main-content main section.article-container section.main-information > section.contact {
          font-family: 'Phone';
          font-size: 12px;
          color: #333333; }
          section.main-content main section.article-container section.main-information > section.contact h3 {
            font-family: 'Mrgvlovani';
            font-size: 16px;
            color: #00197F; }
          section.main-content main section.article-container section.main-information > section.contact > section.address-sector {
            width: 100%;
            height: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 60px; }
            section.main-content main section.article-container section.main-information > section.contact > section.address-sector > ul > li {
              height: 20px;
              background-repeat: no-repeat;
              background-position: 0 center;
              padding-left: 25px;
              margin-bottom: 10px;
              list-style-image: none; }
              section.main-content main section.article-container section.main-information > section.contact > section.address-sector > ul > li > a {
                color: #333333; }
              section.main-content main section.article-container section.main-information > section.contact > section.address-sector > ul > li img {
                margin-right: 20px; }
              section.main-content main section.article-container section.main-information > section.contact > section.address-sector > ul > li > span {
                font-family: 'Mrgvlovani';
                font-size: 14px;
                color: #000 !important;
                font-weight: 600;
                margin-bottom: 5px; }
            section.main-content main section.article-container section.main-information > section.contact > section.address-sector > ul > li:nth-child(1) {
              padding-left: 0; }
            section.main-content main section.article-container section.main-information > section.contact > section.address-sector > ul > li:nth-child(2) {
              background-image: url(../images/minMapPointer.png); }
            section.main-content main section.article-container section.main-information > section.contact > section.address-sector > ul > li:nth-child(3) {
              background-image: url(../images/ContactEnvelope.png); }
            section.main-content main section.article-container section.main-information > section.contact > section.address-sector > ul > li:nth-child(4) {
              background-image: url(../images/ContactPhone.png); }
            section.main-content main section.article-container section.main-information > section.contact > section.address-sector > ul > li:nth-child(6) {
              margin-top: 70px; }
            section.main-content main section.article-container section.main-information > section.contact > section.address-sector > ul > li:nth-child(6),
            section.main-content main section.article-container section.main-information > section.contact > section.address-sector > ul > li:nth-child(7) {
              padding-left: 0px; }
            section.main-content main section.article-container section.main-information > section.contact > section.address-sector > section.map {
              width: 63.5%;
              height: auto; }
              section.main-content main section.article-container section.main-information > section.contact > section.address-sector > section.map > #map {
                width: 100%;
                height: 300px;
                border-radius: 7px;
                margin-top: 19px; }
          section.main-content main section.article-container section.main-information > section.contact > section.employee {
            width: 100%;
            height: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            section.main-content main section.article-container section.main-information > section.contact > section.employee > h3 {
              margin-bottom: 19px;
              width: 100%; }
            section.main-content main section.article-container section.main-information > section.contact > section.employee > ul {
              width: 40%;
              height: auto;
              margin-bottom: 60px; }
              section.main-content main section.article-container section.main-information > section.contact > section.employee > ul > li {
                width: 100%;
                height: auto;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-family: 'Phone';
                font-size: 11px;
                color: #666666 !important;
                background-repeat: no-repeat;
                background-position: 0 center;
                line-height: 16px;
                margin-bottom: 5px; }
                section.main-content main section.article-container section.main-information > section.contact > section.employee > ul > li > span {
                  font-family: 'Mrgvlovani';
                  font-size: 14px;
                  color: #000 !important;
                  font-weight: 600;
                  margin-bottom: 5px; }
                section.main-content main section.article-container section.main-information > section.contact > section.employee > ul > li > label {
                  color: #999999 !important;
                  font-style: italic;
                  line-height: 20px; }
              section.main-content main section.article-container section.main-information > section.contact > section.employee > ul > li.eml {
                background-image: url(../images/ContactEnvelope.png);
                padding-left: 25px;
                margin-bottom: 5px !important;
                height: 14px; }
              section.main-content main section.article-container section.main-information > section.contact > section.employee > ul > li.tel {
                background-image: url(../images/ContactPhone.png);
                padding-left: 25px;
                margin-bottom: 0px !important;
                height: 19px;
                white-space: nowrap;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex; }
          section.main-content main section.article-container section.main-information > section.contact > section.direct-contact {
            width: 100%;
            height: auto;
            margin: 22px 0 60px 0; }
            section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form {
              width: 100%;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              position: relative; }
              section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > ul {
                width: 33%; }
                section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > ul > li {
                  width: 100%;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  margin-bottom: 11px; }
                  section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > ul > li > select,
                  section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > ul > li > input,
                  section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > ul > li > label {
                    font-family: 'Phone';
                    font-size: 12px;
                    color: #333333; }
                  section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > ul > li > label {
                    margin-bottom: 9px; }
                  section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > ul > li > select,
                  section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > ul > li > input {
                    width: 100%;
                    height: 45px;
                    border: solid 1px #AAAAAA;
                    background-repeat: no-repeat; }
                  section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > ul > li > select {
                    background-image: url(../images/selArrow.png);
                    background-position: 95% center;
                    text-indent: 10px;
                    background-image: url(../images/selArrow.png); }
                  section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > ul > li > input {
                    text-indent: 32px;
                    background-position: 8px center; }
                section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > ul > li:first-child > input {
                  background-image: url(../images/CAvatar.png); }
                section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > ul > li:last-child > input {
                  background-image: url(../images/C@.png); }
              section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > textarea {
                width: 63.5%;
                height: 200px;
                margin-top: 20px;
                padding: 5px;
                border: solid 1px #AAAAAA;
                resize: none;
                font-family: 'Phone';
                font-size: 12px;
                color: #333333; }
              section.main-content main section.article-container section.main-information > section.contact > section.direct-contact > form > input[type=submit] {
                width: 150px;
                height: 45px;
                background-color: #FE4B00;
                border-radius: 4px;
                font-family: 'Mrgvlovani';
                font-size: 15px;
                color: #fff;
                position: absolute;
                right: 0;
                bottom: -50px; }
        section.main-content main section.article-container section.main-information > section.galleryNews {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          section.main-content main section.article-container section.main-information > section.galleryNews > section.categories {
            width: 17%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 30px;
            margin-right: 3%; }
            section.main-content main section.article-container section.main-information > section.galleryNews > section.categories > span,
            section.main-content main section.article-container section.main-information > section.galleryNews > section.categories > a {
              width: 100%;
              display: inline-block;
              font-family: 'Mrgvlovani';
              font-size: 16px;
              color: #000000;
              margin-top: 3px; }
              section.main-content main section.article-container section.main-information > section.galleryNews > section.categories > span:first-of-type,
              section.main-content main section.article-container section.main-information > section.galleryNews > section.categories > a:first-of-type {
                line-height: 0px; }
            section.main-content main section.article-container section.main-information > section.galleryNews > section.categories > a {
              width: 100%; }
              section.main-content main section.article-container section.main-information > section.galleryNews > section.categories > a > img {
                width: 100%; }
            section.main-content main section.article-container section.main-information > section.galleryNews > section.categories > a:first-of-type:hover {
              background: #CF4501;
              background-image: url(../images/eye.png);
              background-repeat: no-repeat;
              background-position: center; }
            section.main-content main section.article-container section.main-information > section.galleryNews > section.categories > a:hover img {
              opacity: .5; }
        section.main-content main section.article-container section.main-information > p {
          font-family: 'Phone';
          font-size: 12px;
          color: #333333;
          line-height: 19px;
          margin-bottom: 10px; }
  section.main-content footer {
    background: #F4F4F4;
    z-index: 9; }
    section.main-content footer section.usefull-links {
      padding-top: 10px; }

/* **************** Content Page Structure END!!! **************** */
/* **************** Footer **************** */
footer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -10;
  /* **************** Usefull Links **************** */
  /* **************** Usefull Links END!!! **************** */ }
  footer section.usefull-links {
    width: 87.5%;
    min-height: 300px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    footer section.usefull-links ul.usefull-links-sub {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      footer section.usefull-links ul.usefull-links-sub > li {
        width: calc(100% / 3); }
        footer section.usefull-links ul.usefull-links-sub > li > a {
          margin-top: 20px;
          font-family: 'Mrgvlovani';
          font-size: 20px;
          color: #003E6C; }
        footer section.usefull-links ul.usefull-links-sub > li > ul > li {
          line-height: 24px; }
          footer section.usefull-links ul.usefull-links-sub > li > ul > li > a {
            font-family: 'Phone';
            font-size: 13px;
            color: #666666;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s; }
          footer section.usefull-links ul.usefull-links-sub > li > ul > li > a:hover {
            color: #003E6C; }
  footer section.footer-contaner {
    width: 87.5%;
    height: 119px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    footer section.footer-contaner section.sub-footer-contaner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      footer section.footer-contaner section.sub-footer-contaner > img {
        margin-right: 30px; }
      footer section.footer-contaner section.sub-footer-contaner > section span {
        font-family: 'Mrgvlovani';
        font-size: 12px;
        color: #333333;
        display: block;
        padding-top: 15px;
        margin-bottom: 15px;
        width: 400px; }
      footer section.footer-contaner section.sub-footer-contaner > section section.ft-soc > a {
        margin-right: 15px; }
    footer section.footer-contaner section.flash-corner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 30px;
      letter-spacing: 1px; }
      footer section.footer-contaner section.flash-corner > span {
        font-family: 'Mrgvlovani';
        font-size: 12px;
        color: #333333; }
      footer section.footer-contaner section.flash-corner > a {
        font-family: 'Mrgvlovani';
        font-size: 12px;
        color: #003E6C; }
  footer section.bg-contaner {
    width: 100%;
    height: 119px;
    position: absolute;
    border-top: solid 1px #cccccc;
    z-index: -1; }

/* **************** Footer END!!! **************** */
/* **************** Active Clases END!!! **************** */
.lang-active {
  background: rgba(255, 255, 255, 0.3);
  color: #003E6D !important; }

.tab-active {
  color: #ffffff !important;
  background: #454D59 !important; }

.info-block-active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.nav-active {
  background: #fff;
  width: 100%; }

.nav-menu-active {
  color: black !important; }

.nav-menu-lastChild-active {
  border-color: black !important;
  color: #FE4B00 !important; }

.nav-menu-responsive-active {
  width: 80vw !important;
  padding-left: 20px; }

.ui-state-active {
  background-color: initial !important;
  border-color: #CCCCCC !important;
  border-bottom: none !important; }

.activee {
  background-color: #373E47 !important; }
  .activee > a {
    color: #FE4B00 !important; }
    .activee > a > img {
      content: url("../images/leftmenarr.png"); }

/* **************** Active Clases END!!! **************** */
ol.geolist > li,
ul.geolist > li {
  list-style-type: georgian !important; }

a.pdf-download {
  width: 43%;
  height: auto;
  min-height: 70px;
  padding: 15px 15px 15px 56px;
  border: solid 1px #CCCCCC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  overflow: hidden;
  font-family: 'Phone';
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  background-image: url(../images/pdf.png), url(../images/pdf-arrow.png);
  background-position: 19px 14px, 21px 53px;
  background-repeat: no-repeat; }

a.pdf-download:hover {
  border: solid 1px #FE4B00; }

.demo-gallery > ul > li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 120px;
  height: 100px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.demo-gallery > ul > li > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  transition: -webkit-transform 0.15s ease 0s;
  -o-transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  width: 100%; }

.demo-gallery > ul > li:hover {
  background: #CF4501;
  background-image: url(../images/eye.png);
  background-repeat: no-repeat;
  background-position: center; }

.demo-gallery > ul > li:hover img {
  opacity: .5; }

.lg-sub-html,
#lg-share {
  display: none; }

li.eml {
  background-image: url(../images/ContactEnvelope.png);
  padding-left: 25px;
  margin-bottom: 0px !important; }

li.tel {
  background-image: url(../images/ContactPhone.png);
  padding-left: 25px;
  margin-bottom: 0px !important; }

ul.retial li a {
  width: 200px;
  height: 159px;
  padding: 15px;
  float: left !important;
  border: solid 1px #CCCCCC;
  display: block;
  font-family: 'Phone';
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  margin: 0 15px 15px 0;
  position: relative;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 180px 143px; }

ul.retial li a:hover {
  border: solid 1px #FE4B00; }

/* ********************************************************** Pagination********************************************** */
div.pagebarFocused {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  div.pagebarFocused > span {
    width: 40px;
    height: 40px;
    border: solid 1px #003E6F;
    border-radius: 3px;
    font-family: 'Mrgvlovani';
    font-size: 16px;
    color: #003E6F;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px; }
  div.pagebarFocused > span.current {
    background-color: #003E6F;
    color: #fff; }
  div.pagebarFocused > span.dotsRight {
    display: none; }

/* ********************************************** Calendar ********************************************** */
div.calCont {
  width: 285px !important;
  background-color: #555555; }
  div.calCont > p {
    color: #FE4B00;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    font-family: 'BPG Nino Mtavruli'; }
  div.calCont > div#datepicker {
    width: 285px !important;
    height: auto;
    background-color: transparent; }
    div.calCont > div#datepicker > div.ui-widget-content {
      color: #CCCCCC;
      background-color: initial;
      padding: initial;
      width: 100%;
      border: initial; }
      div.calCont > div#datepicker > div.ui-widget-content > div.ui-datepicker-header {
        background-color: initial;
        border: none;
        padding: initial;
        color: #CCCCCC;
        margin-top: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: 'TBC Din Mtavruli'; }
        div.calCont > div#datepicker > div.ui-widget-content > div.ui-datepicker-header > a.ui-corner-all {
          width: initial;
          height: initial;
          top: 50px; }
        div.calCont > div#datepicker > div.ui-widget-content > div.ui-datepicker-header > a.ui-datepicker-next {
          position: initial;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          display: block;
          width: 0;
          height: 0;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-left: 7px solid #666666; }
        div.calCont > div#datepicker > div.ui-widget-content > div.ui-datepicker-header > a.ui-datepicker-next-hover {
          position: initial;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          display: block;
          width: 0;
          height: 0;
          border-top: 7px solid transparent !important;
          border-bottom: 7px solid transparent !important;
          border-right: 0px;
          border-left: 7px solid #666666;
          background: transparent; }
        div.calCont > div#datepicker > div.ui-widget-content > div.ui-datepicker-header > a.ui-datepicker-prev {
          position: initial;
          width: 0;
          height: 0;
          display: block;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-right: 7px solid #666666; }
        div.calCont > div#datepicker > div.ui-widget-content > div.ui-datepicker-header > a.ui-datepicker-prev-hover {
          background-color: transparent;
          border-left: 0; }
        div.calCont > div#datepicker > div.ui-widget-content > div.ui-datepicker-header > div.ui-datepicker-title {
          margin: 0 5px; }
          div.calCont > div#datepicker > div.ui-widget-content > div.ui-datepicker-header > div.ui-datepicker-title > span {
            font-size: 12px; }
      div.calCont > div#datepicker > div.ui-widget-content > table.ui-datepicker-calendar {
        margin-top: 20px; }
        div.calCont > div#datepicker > div.ui-widget-content > table.ui-datepicker-calendar > thead {
          font-size: 12px;
          color: #CCCCCC;
          font-family: 'TBC Din Mtavruli'; }
        div.calCont > div#datepicker > div.ui-widget-content > table.ui-datepicker-calendar > tbody > tr > td > a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 12px;
          color: #CCCCCC;
          background-color: initial;
          height: 27px;
          border: initial; }
        div.calCont > div#datepicker > div.ui-widget-content > table.ui-datepicker-calendar > tbody > tr > td > a.ui-state-active {
          background-color: #FE4B00; }
        div.calCont > div#datepicker > div.ui-widget-content > table.ui-datepicker-calendar > tbody > tr > td > a.ui-priority-secondary {
          color: #999; }
        div.calCont > div#datepicker > div.ui-widget-content > table.ui-datepicker-calendar > tbody > tr > td.event > a {
          color: #FE4B00; }
        div.calCont > div#datepicker > div.ui-widget-content > table.ui-datepicker-calendar > tbody > tr > td.ui-datepicker-today > a {
          background-color: #FE4B00 !important;
          color: #FFF; }

section.partenrDocs {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  position: relative;
  padding-bottom: 45px !important; }
  section.partenrDocs > a.partners-link {
    margin-right: calc(12% / 3); }
  section.partenrDocs > a.partners-link:nth-child(4n+0) {
    margin-right: initial !important; }
  section.partenrDocs > div.pagebarFocused {
    position: absolute;
    bottom: 0;
    left: 0; }

a.partners-link {
  width: 22%;
  min-height: 20px;
  height: auto;
  padding: 0px 0px 10px 0px;
  margin-bottom: 20px;
  color: #333333;
  font-size: 12px;
  font-family: 'Phone';
  text-align: center;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*width: 22%;
    min-height: 40px;
    height: auto;
    padding: 19px 11px 11px 108px;
    border: solid 1px #cccccc;
    background-repeat: no-repeat;
    background-position: 11px center;
    background-size: auto 80%;
    margin-bottom: 20px;
    color: #333333;
    font-size: 12px;
    font-family: 'Phone';*/ }
  a.partners-link > span {
    display: none;
    color: #999999;
    font-size: 12px;
    font-family: 'Phone';
    font-style: italic;
    margin-top: 10px; }
  a.partners-link > img {
    padding-bottom: 10px;
    height: 100px;
    /*width: 190px;*/
    width: 140px;
    object-fit: contain;
  }

/* new */
ul.EduPlan {
  width: 100%;
  height: auto; }
  ul.EduPlan > li {
    width: 100%;
    min-height: 50px;
    border: solid 1px #CCCCCC;
    padding: 7px;
    position: relative;
    margin-bottom: 9px; }
    ul.EduPlan > li > h2 {
      font-size: 16px;
      color: #00197F;
      padding-bottom: 20px;
      font-family: 'Mrgvlovani';
      cursor: pointer; }
    ul.EduPlan > li > i {
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      right: 20px;
      top: 16px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #FE4B00; }
    ul.EduPlan > li > article.InnerInfo {
      display: none;
      overflow: hidden; }
      ul.EduPlan > li > article.InnerInfo > div {
        width: 100%;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 13px;
        border-bottom: solid 1px #eeeeee; }
        ul.EduPlan > li > article.InnerInfo > div > div {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          ul.EduPlan > li > article.InnerInfo > div > div > span.detailInfo {
            width: 22px;
            height: 22px;
            display: block;
            border: solid 1px;
            border-radius: 50%;
            position: relative;
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            cursor: pointer;
            border-color: #003E6F !important;
            background-image: url(../images/BlueI.png);
            margin-left: 15px; }
            ul.EduPlan > li > article.InnerInfo > div > div > span.detailInfo::before {
              content: "";
              display: block;
              width: 0px;
              height: 0px;
              background-color: #fff;
              position: absolute;
              bottom: -24px;
              left: calc(50% - 7px);
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg);
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s;
              z-index: 2222; }
            ul.EduPlan > li > article.InnerInfo > div > div > span.detailInfo > span {
              width: 0;
              height: 0;
              display: block;
              position: absolute;
              background-color: #fff;
              padding: 0;
              top: 35px;
              left: 0;
              -webkit-box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.3);
              z-index: 999;
              font-size: 0px;
              color: #333333;
              overflow: hidden;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s;
              font-family: 'Phone';
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
          ul.EduPlan > li > article.InnerInfo > div > div > span.detailInfo:hover > span {
            width: 487px;
            height: auto;
            padding: 17px 18px;
            left: -251.5px;
            font-size: 11px;
            overflow: initial; }
          ul.EduPlan > li > article.InnerInfo > div > div > span.detailInfo:hover::before {
            width: 15px;
            height: 15px; }
        ul.EduPlan > li > article.InnerInfo > div > section {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          ul.EduPlan > li > article.InnerInfo > div > section > span.detailInfo {
            width: 22px;
            height: 22px;
            display: block;
            border: solid 1px;
            border-radius: 50%;
            position: relative;
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            cursor: pointer; }
            ul.EduPlan > li > article.InnerInfo > div > section > span.detailInfo::before {
              content: "";
              display: block;
              width: 0px;
              height: 0px;
              background-color: #fff;
              position: absolute;
              bottom: -24px;
              left: calc(50% - 7px);
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg);
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s;
              z-index: 2222; }
            ul.EduPlan > li > article.InnerInfo > div > section > span.detailInfo > span {
              width: 0;
              height: 0;
              display: block;
              position: absolute;
              background-color: #fff;
              padding: 0;
              top: 35px;
              left: 0;
              -webkit-box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.3);
              z-index: 999;
              font-size: 0px;
              color: #333333;
              overflow: hidden;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s;
              font-family: 'Phone';
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
          ul.EduPlan > li > article.InnerInfo > div > section > span.detailInfo:hover > span {
            width: 487px;
            height: auto;
            padding: 17px 18px;
            left: -251.5px;
            font-size: 11px;
            overflow: initial; }
          ul.EduPlan > li > article.InnerInfo > div > section > span.detailInfo:hover::before {
            width: 15px;
            height: 15px; }
          ul.EduPlan > li > article.InnerInfo > div > section > h3 {
            font-size: 14px;
            color: #fff;
            margin-right: 21px;
            font-family: 'Mrgvlovani'; }
          ul.EduPlan > li > article.InnerInfo > div > section > h4 {
            width: auto !important;
            font-size: 12px;
            color: #003E6D;
            margin-right: 21px;
            font-family: 'Mrgvlovani'; }
        ul.EduPlan > li > article.InnerInfo > div > p {
          font-size: 11px;
          color: #333333;
          font-family: 'Phone'; }
        ul.EduPlan > li > article.InnerInfo > div > label {
          width: 156px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-size: 11px;
          color: #333333; }
          ul.EduPlan > li > article.InnerInfo > div > label > span:first-of-type {
            width: 56px; }
          ul.EduPlan > li > article.InnerInfo > div > label > span:last-of-type {
            width: 100px; }
          ul.EduPlan > li > article.InnerInfo > div > label > span {
            display: block;
            font-family: 'Phone'; }
      ul.EduPlan > li > article.InnerInfo > div.ColorBlue {
        background-color: #003E6F; }
        ul.EduPlan > li > article.InnerInfo > div.ColorBlue > section > span.detailInfo {
          border-color: #fff !important;
          background-image: url(../images/WhiteI.png); }
        ul.EduPlan > li > article.InnerInfo > div.ColorBlue > label {
          color: #fff;
          font-size: 14px; }
      ul.EduPlan > li > article.InnerInfo > div.ColorGray {
        background-color: #EEEEEE; }
        ul.EduPlan > li > article.InnerInfo > div.ColorGray > section > span.detailInfo {
          border-color: #003E6F !important;
          background-image: url(../images/BlueI.png); }
        ul.EduPlan > li > article.InnerInfo > div.ColorGray > label {
          color: #003E6E;
          font-size: 12px; }
      ul.EduPlan > li > article.InnerInfo > div:last-of-type {
        border-bottom: initial; }

.prtnrs {
  margin: 0px 0 30px 0 !important; }
  .prtnrs .common-information-first > ul.common-information-first-ul > li > a {
    background: #22262D !important; }
  .prtnrs .common-information-first > ul.common-information-first-ul > .activee > a {
    background-color: #454D59 !important; }

h1, h5, h6 {
  font-family: 'Mrgvlovani';
  color: #FE4B00;
  margin-bottom: 13px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 15px; }

.content h1 {
  font-size: 18px; }

table.vacList {
  width: 100%;
  height: auto;
  display: block; }
  table.vacList tbody,
  table.vacList thead {
    width: 100%;
    display: block; }
    table.vacList tbody > tr,
    table.vacList thead > tr {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 60px !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 12px;
      background-color: initial !important; }
      table.vacList tbody > tr > th,
      table.vacList tbody > tr > td,
      table.vacList thead > tr > th,
      table.vacList thead > tr > td {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: initial !important; }
        table.vacList tbody > tr > th:nth-child(1),
        table.vacList tbody > tr > td:nth-child(1),
        table.vacList thead > tr > th:nth-child(1),
        table.vacList thead > tr > td:nth-child(1) {
          width: 46%; }
        table.vacList tbody > tr > th:nth-child(2),
        table.vacList tbody > tr > td:nth-child(2),
        table.vacList thead > tr > th:nth-child(2),
        table.vacList thead > tr > td:nth-child(2) {
          width: 16%; }
        table.vacList tbody > tr > th:nth-child(3),
        table.vacList tbody > tr > td:nth-child(3),
        table.vacList thead > tr > th:nth-child(3),
        table.vacList thead > tr > td:nth-child(3) {
          width: 22.3%; }
        table.vacList tbody > tr > th:nth-child(4),
        table.vacList tbody > tr > td:nth-child(4),
        table.vacList thead > tr > th:nth-child(4),
        table.vacList thead > tr > td:nth-child(4) {
          width: 15%; }
  table.vacList > thead > tr > th {
    color: #00197F;
    font-size: 12px;
    font-family: 'Mrgvlovani'; }
  table.vacList > tbody > tr {
    cursor: pointer;
    border: solid 1px #CCCCCC;
    margin-bottom: 10px; }

table.vacInner.vacList {
  height: 60px !important;
  border: solid 1px #CCCCCC; }
  table.vacInner.vacList > thead > tr {
    padding-top: 10px;
    padding-bottom: 10px; }
  table.vacInner.vacList > tbody > tr {
    cursor: pointer;
    border: initial !important;
    margin-bottom: 10px; }
  table.vacInner.vacList tbody,
  table.vacInner.vacList thead {
    height: initial !important; }
    table.vacInner.vacList tbody > tr,
    table.vacInner.vacList thead > tr {
      height: initial !important; }

/*# sourceMappingURL=style.css.map */

.subscribe-news h4{
  font-size: 14px;
  color: #003E6E;
  font-family: 'Mrgvlovani';
  margin-bottom: 15px;
}
.sub-n input{
  font-family: 'Phone';
  width: 286px;
  height: 45px;
  padding-left: 10px;
  border: 1px solid #cccccc;
}
.sub-n button{
  font-family: 'Phone';
  width: 100px;
  height: 47px;
  background-color: #003E6F;
  color: #999999;
  font-size: 11px;
  text-align: center;
}

.ui-dialog{
  z-index: 1001!important;
  position: fixed!important;
}
.ui-dialog *{
  font-size: 12px!important;
  font-family: 'Phone'!important;
}

.ui-widget-overlay{
  opacity: 0.6!important;
  background-color: #000!important;
  z-index: 1000!important;
}
#download{
  height: 40px;
  padding: 0 15px;
  letter-spacing: initial!important;
}
