/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@font-face {
  font-family: 'Philosopher';
  src: url("../fonts/Philosopher/Philosopher.eot?#iefix") format("embedded-opentype"), url("../fonts/Philosopher/Philosopher.woff") format("woff"), url("../fonts/Philosopher/Philosopher.ttf") format("truetype"), url("../fonts/Philosopher/Philosopher.svg#Philosopher") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Philosopher-Bold';
  src: url("../fonts/Philosopher-Bold/Philosopher-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Philosopher-Bold/Philosopher-Bold.woff") format("woff"), url("../fonts/Philosopher-Bold/Philosopher-Bold.ttf") format("truetype"), url("../fonts/Philosopher-Bold/Philosopher-Bold.svg#Philosopher-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BPG Nino Mtavruli';
  src: url("../fonts/bpg-nino-mtavruli/bpg-nino-mtavruli-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/bpg-nino-mtavruli/bpg-nino-mtavruli-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bpg-nino-mtavruli/bpg-nino-mtavruli-webfont.woff2") format("woff2"), url("../fonts/bpg-nino-mtavruli/bpg-nino-mtavruli-webfont.woff") format("woff"), url("../fonts/bpg-nino-mtavruli/bpg-nino-mtavruli-webfont.ttf") format("truetype"), url("../fonts/bpg-nino-mtavruli/bpg-nino-mtavruli-webfont.svg#bpg_nino_mtavruliregular") format("svg");
  /* Legacy iOS */ }
.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.video-popup-bg {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35); }

.video-popup {
  display: none;
  width: 800px;
  height: 486px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }
  .video-popup .vp {
    display: block;
    width: 804px;
    height: 490px;
    border: 2px solid #142C48; }
  .video-popup iframe {
    display: block;
    width: 100%;
    height: 100%; }

.header {
  display: block;
  position: relative;
  z-index: 3;
  height: 150px;
  background-color: #1e436f; }
  .header .row {
    margin-left: 0;
    margin-right: 0; }
  .header .logo {
    padding: 15px 0; }
    .header .logo a,
    .header .logo img {
      display: block;
      float: left;
      width: 128px;
      height: 120px; }
  .header .header-xs-name {
    text-align: center; }
    .header .header-xs-name h2 {
      display: inline-block;
      color: #ffffff;
      font-family: "Philosopher-Bold";
      font-size: 32px;
      font-weight: bold;
      line-height: 40px;
      text-transform: uppercase;
      padding: 50px 10px 0; }
  .header .name-menu {
    position: static;
    text-align: center;
    padding: 32px 0 0; }
    .header .name-menu h1 {
      color: #ffffff;
      font-family: "Philosopher-Bold";
      font-size: 38px;
      font-weight: bold;
      line-height: 40px;
      text-transform: uppercase;
      margin-bottom: 26px; }
    .header .name-menu .main-menu {
      position: static; }
      .header .name-menu .main-menu ul li {
        margin: 0 12px;
        -webkit-transition: all 0.2s ease-in-out;
        -khtml-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .header .name-menu .main-menu ul li a {
          color: #ffffff;
          font-family: "Philosopher";
          font-size: 18px;
          font-weight: normal;
          line-height: 18px;
          text-transform: uppercase;
          padding: 0 0 33px; }
          .header .name-menu .main-menu ul li a:hover {
            color: #5e86b2; }
        .header .name-menu .main-menu ul li:hover ul {
          display: block; }
        .header .name-menu .main-menu ul li ul {
          display: none;
          position: absolute;
          z-index: 3;
          top: 150px;
          left: 0;
          right: 0;
          text-align: center;
          padding: 0px 40px;
          width: 100%;
          min-height: 60px;
          margin-left: 0;
          background-color: rgba(255, 255, 255, 0.8); }
          .header .name-menu .main-menu ul li ul li {
            margin: 0; }
            .header .name-menu .main-menu ul li ul li a {
              display: block;
              color: #2b2b2b;
              font-size: 14px;
              line-height: 20px;
              padding: 20px 16px; }
              .header .name-menu .main-menu ul li ul li a:hover {
                background-color: #ffffff; }
      .header .name-menu .main-menu ul.mobile-lang li a {
        font-family: "Philosopher" !important; }
  .header .lang-search {
    padding: 32px 0 0; }
    .header .lang-search ul {
      float: right;
      margin-bottom: 16px; }
      .header .lang-search ul li {
        height: 14px;
        line-height: 14px;
        margin-left: 8px;
        padding-left: 9px; }
        .header .lang-search ul li a {
          color: #727e91;
          font-family: "Philosopher";
          font-size: 14px;
          font-weight: normal;
          line-height: 14px;
          text-transform: uppercase; }
          .header .lang-search ul li a:hover {
            color: #959EAD; }
        .header .lang-search ul li + li {
          border-left: 1px solid #727e91; }
        .header .lang-search ul li.active a {
          color: #ffffff; }

.font-en {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; }

.breadcrumb {
  height: 60px;
  background-color: #e6e6e6; }
  .breadcrumb ul {
    list-style: none;
    padding-left: 0; }
    .breadcrumb ul li {
      display: block;
      float: left;
      margin: 20px 0; }
      .breadcrumb ul li a {
        display: block;
        position: relative;
        padding-right: 16px;
        color: #062f5f;
        font-family: "Philosopher";
        font-size: 18px;
        font-weight: normal;
        line-height: 20px; }
        .breadcrumb ul li a:hover {
          color: #2764AB; }
        .breadcrumb ul li a:after {
          content: '\00BB';
          position: absolute;
          right: 0;
          top: 0; }
      .breadcrumb ul li span {
        color: #808080;
        font-family: "Philosopher";
        font-size: 18px;
        font-weight: normal;
        line-height: 20px; }
      .breadcrumb ul li + li {
        padding-left: 8px; }

.res-search-cont {
  padding: 20px; }

.res-search {
  display: block;
  float: right;
  border: 1px solid #346CAB;
  height: 50px;
  width: 100%; }
  .res-search input {
    display: block;
    float: left;
    background-color: transparent;
    border: none;
    outline: none;
    height: 48px;
    color: #ffffff;
    font-family: "Philosopher";
    font-size: 14px;
    font-weight: normal;
    width: calc(100% - 50px);
    padding-left: 10px; }
  .res-search button {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    margin: 9px;
    background-color: transparent;
    background-image: url("../image/dtmu-sprite.png");
    background-position: 0 -128px;
    background-repeat: no-repeat; }

.navbar-toggle .icon-bar {
  background-color: #FFFFFF; }

.banner {
  display: block;
  position: relative;
  z-index: 2;
  height: auto;
  max-height: 520px;
  overflow: hidden;
  background-color: #30639d; }
  .banner .banner-links {
    position: relative; }
    .banner .banner-links .links-container {
      position: relative;
      height: 100%;
      width: 100%; }
      .banner .banner-links .links-container li {
        display: block;
        width: 100%; }
        .banner .banner-links .links-container li a {
          display: block;
          color: #ffffff;
          font-family: "Philosopher-Bold";
          font-size: 24px;
          font-weight: bold;
          text-align: center;
          text-transform: uppercase; }
        .banner .banner-links .links-container li.link-news {
          background-color: #5e86b2; }
          .banner .banner-links .links-container li.link-news:hover {
            background-color: #668cb6; }
        .banner .banner-links .links-container li.link-student-life {
          background-color: #4875a8; }
          .banner .banner-links .links-container li.link-student-life:hover {
            background-color: #517cac; }
        .banner .banner-links .links-container li.link-database {
          background-color: #30639d; }
          .banner .banner-links .links-container li.link-database:hover {
            background-color: #3b6ba2; }
  .banner .main-slider {
    position: relative;
    max-height: 520px; }
    .banner .main-slider img {
      width: 100%; }
    .banner .main-slider h2 {
      color: #ffffff;
      font-family: "Philosopher-Bold";
      font-size: 30px;
      font-weight: bold;
      line-height: 32px;
      text-transform: uppercase;
      margin-bottom: 5px; }
      .banner .main-slider h2 a {
        color: #ffffff; }
        .banner .main-slider h2 a:hover {
          color: #ffffff; }
    .banner .main-slider p {
      color: #ffffff;
      font-family: "Philosopher";
      font-size: 14px;
      font-weight: normal;
      line-height: 16px; }
    .banner .main-slider.white h2 {
      color: #ffffff; }
      .banner .main-slider.white h2 a {
        color: #ffffff; }
    .banner .main-slider.white p {
      color: #ffffff; }
    .banner .main-slider.dark h2 {
      color: #062f5f; }
      .banner .main-slider.dark h2 a {
        color: #062f5f; }
    .banner .main-slider.dark p {
      color: #062f5f; }
  .banner .video-run {
    max-height: 520px; }
    .banner .video-run .video-run-container {
      position: relative;
      max-height: 520px;
      cursor: pointer; }
      .banner .video-run .video-run-container img {
        width: 100%;
        min-height: 100%; }
      .banner .video-run .video-run-container .video-desc {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        padding: 20px;
        height: 128px;
        width: 100%;
        background-color: rgba(26, 82, 146, 0.8); }
        .banner .video-run .video-run-container .video-desc h3 {
          color: #ffffff;
          font-family: "Philosopher-Bold";
          font-size: 16px;
          font-weight: bold;
          line-height: 18px;
          margin-bottom: 5px; }
        .banner .video-run .video-run-container .video-desc p {
          color: #ffffff;
          font-family: "Philosopher";
          font-size: 14px;
          font-weight: normal;
          line-height: 14px; }
      .banner .video-run .video-run-container:before {
        display: none;
        position: absolute;
        z-index: 2;
        top: 20%;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        width: 120px;
        height: 120px;
        background-image: url("../image/dtmu-sprite.png");
        background-position: -136px -158px;
        background-repeat: no-repeat; }
      .banner .video-run .video-run-container:after {
        display: none;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(26, 82, 146, 0.4); }
      .banner .video-run .video-run-container:hover:before, .banner .video-run .video-run-container:hover:after {
        display: block; }

.carousel-inner,
.carousel-inner > .item {
  max-height: 520px; }

.carousel-caption {
  height: 128px; }

.slogan {
  display: block;
  height: auto;
  padding: 50px 0;
  background-color: #062f5f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#062f5f), to(#295E9C));
  background-image: -webkit-linear-gradient(top, #062f5f, #295E9C);
  background-image: -moz-linear-gradient(top, #062f5f, #295E9C);
  background-image: -ms-linear-gradient(top, #062f5f, #295E9C);
  background-image: -o-linear-gradient(top, #062f5f, #295E9C);
  background-image: linear-gradient(top, #062f5f, #295E9C);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#062f5f', endColorStr='#295E9C'); }
  .slogan h2 {
    color: #d09400;
    font-family: "Philosopher-Bold";
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    text-shadow: 2px 2px 6px black; }

.articles-title {
  display: block;
  height: 40px;
  width: 100%;
  margin-bottom: 10px; }
  .articles-title a {
    display: block;
    float: left;
    line-height: 40px; }
    .articles-title a:hover .small {
      color: #272727; }
    .articles-title a .big {
      display: block;
      float: left;
      color: #062f5f;
      font-family: "Philosopher-Bold";
      font-size: 30px;
      font-weight: bold;
      line-height: 40px;
      padding-right: 19px;
      margin-right: 18px;
      border-right: 1px solid #cccccc; }
    .articles-title a .small {
      display: block;
      float: left;
      color: #808080;
      font-family: "Philosopher";
      font-size: 14px;
      font-weight: normal;
      line-height: 40px; }
  .articles-title img {
    display: block;
    float: left;
    width: 26px;
    height: 30px;
    margin: 5px;
    cursor: pointer; }

.news {
  padding-top: 50px;
  margin-bottom: 30px; }
  .news .news-details {
    padding: 20px;
    background-color: #f2f2f2; }
    .news .news-details h3 {
      display: block;
      text-align: center;
      border-right: 1px solid #cccccc; }
      .news .news-details h3 .big {
        display: block;
        width: 100%;
        color: #062f5f;
        font-family: "Philosopher-Bold";
        font-size: 36px;
        font-weight: bold;
        line-height: 40px; }
      .news .news-details h3 .small {
        display: block;
        width: 100%;
        color: #062f5f;
        font-family: "Philosopher";
        font-size: 18px;
        font-weight: normal;
        line-height: 20px; }
  .news .new-column {
    padding-top: 20px;
    margin-bottom: 10px; }
    .news .new-column img {
      width: 100%; }
  .news .details-info h4 {
    font-family: "Philosopher-Bold";
    font-size: 18px;
    font-weight: bold;
    line-height: 22px; }
    .news .details-info h4 a {
      color: #062f5f; }
      .news .details-info h4 a:hover, .news .details-info h4 a:focus {
        color: #2764AB; }
  .news .details-info p {
    color: #2b2b2b;
    font-family: "Philosopher";
    font-size: 14px;
    font-weight: normal;
    line-height: 16px; }

.announcements {
  padding-top: 50px;
  margin-bottom: 50px; }
  .announcements .announcements-title-wrapper {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc; }
  .announcements .announcement-wrapper {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc; }
    .announcements .announcement-wrapper .video-item {
      margin-bottom: 20px; }
    .announcements .announcement-wrapper img {
      width: 100%; }
    .announcements .announcement-wrapper .announcement-content h3 {
      font-family: "Philosopher-Bold";
      font-size: 18px;
      font-weight: bold;
      line-height: 22px;
      margin-bottom: 10px; }
      .announcements .announcement-wrapper .announcement-content h3 a {
        color: #062f5f; }
        .announcements .announcement-wrapper .announcement-content h3 a:hover, .announcements .announcement-wrapper .announcement-content h3 a:focus {
          color: #2764AB; }
    .announcements .announcement-wrapper .announcement-content p {
      color: #2b2b2b;
      font-family: "Philosopher";
      font-size: 14px;
      font-weight: normal;
      line-height: 16px; }
    .announcements .announcement-wrapper .announcement-date {
      display: block;
      text-align: left;
      padding-left: 15px;
      border-left: 1px solid #cccccc; }
      .announcements .announcement-wrapper .announcement-date .big {
        display: block;
        width: 100%;
        color: #062f5f;
        font-family: "Philosopher-Bold";
        font-size: 36px;
        font-weight: bold;
        line-height: 40px; }
      .announcements .announcement-wrapper .announcement-date .small {
        display: block;
        width: 100%;
        color: #062f5f;
        font-family: "Philosopher";
        font-size: 18px;
        font-weight: normal;
        line-height: 20px; }

.contact-page {
  position: relative;
  min-height: 900px;
  padding-left: 0;
  padding-right: 0;
  background-color: #e6e6e6; }
  .contact-page #map {
    width: 100%;
    min-height: 900px; }
  .contact-page .showForm {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
    width: 170px;
    height: 40px;
    color: #062f5f;
    font-family: "Philosopher";
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    text-align: center;
    border: 1px solid #062f5f;
    background-color: rgba(6, 47, 95, 0.3); }
  .contact-page .contact-form-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    min-height: 900px; }
    .contact-page .contact-form-wrapper .contact-form {
      position: absolute;
      z-index: 1;
      /*width: 1060px;*/
      min-height: 600px;
      top: 50px;
      left: 0;
      right: 0;
      margin: auto;
      padding: 30px 60px;
      background-color: #FFFFFF;
      -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
      -khtml-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
      -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
      -ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
      -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
      box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px; }
      .contact-page .contact-form-wrapper .contact-form .show-map {
        position: absolute;
        right: 12px;
        top: 12px;
        width: auto;
        height: 16px;
        color: #7f7f7f;
        font-family: "Philosopher-Bold";
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        padding-right: 30px; }
        .contact-page .contact-form-wrapper .contact-form .show-map:after {
          position: absolute;
          content: '';
          top: 0;
          right: 0;
          width: 20px;
          height: 16px;
          background-image: url("../image/dtmu-sprite.png");
          background-position: -35px -135px;
          background-repeat: no-repeat; }
        .contact-page .contact-form-wrapper .contact-form .show-map:hover {
          color: #adadad; }
          .contact-page .contact-form-wrapper .contact-form .show-map:hover:after {
            background-position: -65px -135px; }
      .contact-page .contact-form-wrapper .contact-form h1 {
        display: block;
        width: 100%;
        color: #062f5f;
        font-family: "Philosopher";
        font-size: 36px;
        font-weight: bold;
        line-height: 40px;
        margin-bottom: 30px; }
      .contact-page .contact-form-wrapper .contact-form .contact-form-form select,
      .contact-page .contact-form-wrapper .contact-form .contact-form-form input,
      .contact-page .contact-form-wrapper .contact-form .contact-form-form textarea,
      .contact-page .contact-form-wrapper .contact-form .contact-form-form button {
        width: 100%;
        color: #2b2b2b;
        font-family: "Philosopher-Bold";
        font-size: 18px;
        font-weight: normal;
        border: 1px solid #cccccc;
        padding-left: 25px;
        padding-right: 25px; }
      .contact-page .contact-form-wrapper .contact-form .contact-form-form select {
        height: 60px; }
      .contact-page .contact-form-wrapper .contact-form .contact-form-form input {
        height: 60px; }
      .contact-page .contact-form-wrapper .contact-form .contact-form-form textarea {
        height: 120px;
        line-height: 22px;
        padding-top: 15px;
        padding-bottom: 15px; }
      .contact-page .contact-form-wrapper .contact-form .contact-form-form button {
        color: #ffffff;
        text-align: center;
        height: 60px;
        background-color: #062f5f;
        border: 1px solid #062f5f;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px; }
        .contact-page .contact-form-wrapper .contact-form .contact-form-form button:hover {
          background-color: #38597f;
          border: 1px solid #38597f; }
      .contact-page .contact-form-wrapper .contact-form .contact-form-info h3 {
        color: #000000;
        font-family: "Philosopher-Bold";
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        margin-bottom: 30px; }
      .contact-page .contact-form-wrapper .contact-form .contact-form-info ul {
        margin-bottom: 26px;
        border-bottom: 1px solid #cccccc; }
        .contact-page .contact-form-wrapper .contact-form .contact-form-info ul li {
          display: block;
          margin-bottom: 30px; }
          .contact-page .contact-form-wrapper .contact-form .contact-form-info ul li strong {
            display: block;
            float: left;
            width: 20%;
            color: #000000;
            font-family: "Philosopher-Bold";
            font-size: 14px;
            font-weight: bold;
            line-height: 16px; }
          .contact-page .contact-form-wrapper .contact-form .contact-form-info ul li span {
            display: block;
            float: left;
            width: 80%;
            color: #000000;
            font-family: "Philosopher";
            font-size: 14px;
            font-weight: normal;
            line-height: 16px; }
            .contact-page .contact-form-wrapper .contact-form .contact-form-info ul li span.red-txt {
              color: #b13c3c;
              text-decoration: underline; }
      .contact-page .contact-form-wrapper .contact-form .contact-form-info form {
        padding: 30px 0 0; }
        .contact-page .contact-form-wrapper .contact-form .contact-form-info form label {
          color: #000000;
          font-family: "Philosopher-Bold";
          font-size: 18px;
          font-weight: bold;
          line-height: 22px;
          margin-bottom: 10px; }
        .contact-page .contact-form-wrapper .contact-form .contact-form-info form input {
          width: 100%;
          height: 60px;
          color: #2b2b2b;
          font-family: "Philosopher-Bold";
          font-size: 18px;
          font-weight: normal;
          border: 1px solid #cccccc;
          padding-left: 25px;
          padding-right: 25px; }
        .contact-page .contact-form-wrapper .contact-form .contact-form-info form button {
          width: 100%;
          color: #ffffff;
          font-family: "Philosopher-Bold";
          font-size: 18px;
          font-weight: bold;
          line-height: 22px;
          text-align: center;
          height: 60px;
          background-color: #062f5f;
          border: 1px solid #062f5f;
          -webkit-border-radius: 2px;
          -khtml-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          -o-border-radius: 2px;
          border-radius: 2px; }
          .contact-page .contact-form-wrapper .contact-form .contact-form-info form button:hover {
            background-color: #38597f;
            border: 1px solid #38597f; }

.article-page {
  padding-top: 50px;
  margin-bottom: 30px; }
  .article-page .article-wrapper .single-article-title h2 {
    color: #2b2b2b;
    font-family: "Philosopher-Bold";
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc; }
  .article-page .article-wrapper .single-article-banner img {
    width: 100%; }
  .article-page .article-wrapper .single-article-date-name {
    background-color: #f2f2f2; }
    .article-page .article-wrapper .single-article-date-name .single-article-date {
      padding: 20px; }
      .article-page .article-wrapper .single-article-date-name .single-article-date h3 {
        display: block;
        text-align: center;
        border-right: 1px solid #cccccc; }
        .article-page .article-wrapper .single-article-date-name .single-article-date h3 .big {
          display: block;
          width: 100%;
          color: #062f5f;
          font-family: "Philosopher-Bold";
          font-size: 36px;
          font-weight: bold;
          line-height: 40px; }
        .article-page .article-wrapper .single-article-date-name .single-article-date h3 .small {
          display: block;
          width: 100%;
          color: #062f5f;
          font-family: "Philosopher";
          font-size: 18px;
          font-weight: normal;
          line-height: 20px; }
    .article-page .article-wrapper .single-article-date-name .single-article-name {
      padding: 20px; }
      .article-page .article-wrapper .single-article-date-name .single-article-name h3 {
        color: #062f5f;
        font-family: "Philosopher-Bold";
        font-size: 48px;
        font-weight: bold;
        line-height: 50px; }
  .article-page .article-wrapper .single-article-info {
    padding-top: 30px; }
    .article-page .article-wrapper .single-article-info p {
      color: #2b2b2b;
      font-family: "Philosopher";
      font-size: 14px;
      font-weight: normal;
      line-height: 22px;
      padding-bottom: 20px; }
  .article-page .similar-news-announcement .similar-news-title h2,
  .article-page .similar-news-announcement .similar-announcement-title h2 {
    color: #2b2b2b;
    font-family: "Philosopher-Bold";
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc; }
  .article-page .similar-news-announcement .similar-news,
  .article-page .similar-news-announcement .similar-announcement {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc; }
    .article-page .similar-news-announcement .similar-news:last-child,
    .article-page .similar-news-announcement .similar-announcement:last-child {
      border-bottom: none; }
    .article-page .similar-news-announcement .similar-news img,
    .article-page .similar-news-announcement .similar-announcement img {
      width: 100%;
      margin-bottom: 20px; }
    .article-page .similar-news-announcement .similar-news a,
    .article-page .similar-news-announcement .similar-announcement a {
      color: #062f5f;
      font-family: "Philosopher";
      font-size: 18px;
      font-weight: normal;
      line-height: 22px; }
      .article-page .similar-news-announcement .similar-news a:hover, .article-page .similar-news-announcement .similar-news a:focus,
      .article-page .similar-news-announcement .similar-announcement a:hover,
      .article-page .similar-news-announcement .similar-announcement a:focus {
        color: #2764AB; }
  .article-page .similar-news-announcement .row-similar-announcement {
    background-color: #f2f2f2;
    padding: 15px 20px;
    margin-left: 0;
    margin-right: 0; }
    .article-page .similar-news-announcement .row-similar-announcement + .row-similar-announcement {
      padding-top: 0; }

.albums {
  padding: 50px 0; }
  .albums .albums-title {
    color: #2b2b2b;
    font-family: "Philosopher-Bold";
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc; }
  .albums .gallery-wrapper {
    position: relative;
    margin-bottom: 20px; }
    .albums .gallery-wrapper img {
      width: 100%; }
    .albums .gallery-wrapper .gallery-details {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10px 15px;
      background-color: rgba(26, 82, 146, 0.8); }
      .albums .gallery-wrapper .gallery-details strong {
        display: block;
        color: #ffffff;
        font-family: "Philosopher-Bold";
        font-size: 18px;
        font-weight: bold;
        line-height: 20px; }
      .albums .gallery-wrapper .gallery-details span {
        display: block;
        color: #ffffff;
        font-family: "Philosopher";
        font-size: 14px;
        font-weight: normal;
        line-height: 16px; }

.student-life {
  padding: 50px 0; }
  .student-life .student-life-title {
    color: #2b2b2b;
    font-family: "Philosopher-Bold";
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc; }
  .student-life .student-life-cover {
    position: relative;
    text-align: center;
    margin-bottom: 30px; }
    .student-life .student-life-cover img {
      display: inline-block;
      width: 80%;
      margin: 10%; }
    .student-life .student-life-cover .student-life-details {
      margin-bottom: 30px; }
      .student-life .student-life-cover .student-life-details strong {
        display: block;
        color: #2b2b2b;
        font-family: "Philosopher-Bold";
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 10px; }
      .student-life .student-life-cover .student-life-details span {
        display: block;
        color: #484848;
        font-family: "Philosopher-Bold";
        font-size: 14px;
        font-weight: normal;
        line-height: 20px; }
    .student-life .student-life-cover button {
      width: 140px;
      color: #ffffff;
      font-family: "Philosopher";
      font-size: 18px;
      font-weight: normal;
      text-align: center;
      height: 40px;
      background-color: #062f5f;
      border: 1px solid #062f5f;
      -webkit-border-radius: 2px;
      -khtml-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
      .student-life .student-life-cover button:hover {
        background-color: #38597f;
        border: 1px solid #38597f; }

.gallery {
  padding: 50px 0; }
  .gallery .gallery-title {
    color: #2b2b2b;
    font-family: "Philosopher-Bold";
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc; }
  .gallery .main-slide img {
    width: 100%; }

.slick-slide {
  padding: 20px 10px; }
  .slick-slide img {
    width: 100%; }

.bottom-logos {
  padding: 50px 0;
  text-align: center;
  background-color: #f2f2f2;
  /*img {
    width: 100%;
  }*/ }
  .bottom-logos h3 {
    color: #6f6f6f;
    font-family: "Philosopher-Bold";
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px; }
  .bottom-logos .row-partners-carousel {
    position: relative; }
  .bottom-logos .partner-wrapper a {
    display: block;
    width: 100%;
    height: 100%; }
    .bottom-logos .partner-wrapper a img {
      display: inline-block;
      background-size: 100% 200%;
      background-position-y: 0;
      background-repeat: no-repeat; }
    .bottom-logos .partner-wrapper a:hover img {
      background-position-y: 100%; }

.video-item {
  position: relative; }
  .video-item:before {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    margin: auto;
    content: '';
    width: 120px;
    height: 120px;
    background-image: url("../image/dtmu-sprite.png");
    background-position: -136px -158px;
    background-repeat: no-repeat; }
  .video-item:after {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 82, 146, 0.4); }
  .video-item:hover:before, .video-item:hover:after {
    display: block; }

.footer {
  padding: 40px 0;
  background-color: #062f5f; }
  .footer .lang-dropdown {
    background-color: #062f5f; }
    .footer .lang-dropdown button {
      color: #ffffff;
      font-family: "Philosopher";
      font-size: 18px;
      font-weight: normal;
      height: 50px;
      padding: 0 25px;
      text-align: center;
      width: 160px;
      border: 1px solid #ffffff;
      background-color: #062f5f; }
  .footer .dropdown-menu {
    width: 160px; }
  .footer .emblem-wrapper {
    text-align: center;
    margin-bottom: 20px; }
  .footer .footer-contact-info li {
    color: #8397af;
    font-size: 16px;
    font-weight: normal;
    font-family: "Philosopher";
    line-height: 20px;
    padding-bottom: 5px;
    text-align: right; }
  .footer .social-logos-title {
    border-bottom: 1px solid #38597f;
    padding: 50px 0 10px;
    margin-bottom: 20px; }
    .footer .social-logos-title h4 {
      color: #38597f;
      font-size: 18px;
      font-weight: bold;
      font-family: "Philosopher-Bold";
      line-height: 20px;
      text-align: center; }
  .footer .social-logos {
    text-align: center;
    margin-bottom: 30px; }
    .footer .social-logos img {
      margin: 0 auto;
      opacity: 0.8;
      margin-bottom: 20px;
      height: 47px;
      width: 152px;
      background-position: 0px 0px;
      background-repeat: no-repeat; }
      .footer .social-logos img:hover {
        background-position: 0px -47px; }
      .footer .social-logos img.facebook-logo {
        background-image: url("../image/facebook-logo.jpg"); }
      .footer .social-logos img.linkedin-logo {
        background-image: url("../image/linkedin-logo.jpg"); }
      .footer .social-logos img.youtube-logo {
        background-image: url("../image/youtube-logo.jpg"); }
      .footer .social-logos img.instagram-logo {
        background-image: url("../image/instagram-logo.jpg"); }
  .footer .copyright p {
    color: #38597f;
    font-size: 14px;
    font-weight: normal;
    font-family: "Philosopher";
    line-height: 20px;
    text-align: center; }

.slick-slider {
  padding: 0 25px !important; }

.slick-prev {
  left: 0 !important; }

.slick-next {
  right: 0 !important; }

#datepicker {
  display: none;
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  height: 1px;
  z-index: 1;
  left: 0;
  top: 50px; }

.row-subscribe form {
  padding: 30px 0; }
  .row-subscribe form label {
    color: #000000;
    font-family: "Philosopher-Bold";
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px; }
  .row-subscribe form input {
    width: 100%;
    height: 60px;
    color: #2b2b2b;
    font-family: "Philosopher-Bold";
    font-size: 18px;
    font-weight: normal;
    border: 1px solid #cccccc;
    padding-left: 25px;
    padding-right: 25px; }
  .row-subscribe form button {
    width: 100%;
    color: #ffffff;
    font-family: "Philosopher-Bold";
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    height: 60px;
    background-color: #062f5f;
    border: 1px solid #062f5f;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    .row-subscribe form button:hover {
      background-color: #38597f;
      border: 1px solid #38597f; }

html[lang=ru] .banner .banner-links .links-container li a {
  font-size: 22px; }

/* Georgian fonts */
html[lang=ka] .header .name-menu h1,
html[lang=ka] .header .name-menu .main-menu ul li a,
html[lang=ka] .banner .banner-links .links-container li a,
html[lang=ka] .banner .main-slider h2,
html[lang=ka] .slogan h2,
html[lang=ka] .articles-title a .big,
html[lang=ka] .bottom-logos h3,
html[lang=ka] .breadcrumb ul li a,
html[lang=ka] .breadcrumb ul li span,
html[lang=ka] .article-page .article-wrapper .single-article-title h2,
html[lang=ka] .article-page .similar-news-announcement .similar-news-title h2,
html[lang=ka] .article-page .similar-news-announcement .similar-announcement-title h2,
html[lang=ka] .article-page .similar-news-announcement .similar-news a,
html[lang=ka] .article-page .similar-news-announcement .similar-announcement a,
html[lang=ka] .footer .social-logos-title h4,
html[lang=ka] .article-page .article-wrapper .single-article-date-name .single-article-name h3,
html[lang=ka] .contact-page .contact-form-wrapper .contact-form h1,
html[lang=ka] .contact-page .contact-form-wrapper .contact-form .contact-form-info h3,
html[lang=ka] .contact-page .contact-form-wrapper .contact-form .contact-form-info form button,
html[lang=ka] .contact-page .contact-form-wrapper .contact-form .contact-form-info form label,
html[lang=ka] .contact-page .contact-form-wrapper .contact-form .contact-form-form select,
html[lang=ka] .contact-page .contact-form-wrapper .contact-form .contact-form-form input,
html[lang=ka] .contact-page .contact-form-wrapper .contact-form .contact-form-form textarea,
html[lang=ka] .contact-page .contact-form-wrapper .contact-form .contact-form-form button {
  font-family: "BPG Nino Mtavruli"; }

.registration-form .border-bottom,
.app-form .border-bottom,
.projects-view .border-bottom {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.registration-form .reg-subtitle,
.app-form .reg-subtitle,
.projects-view .reg-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3rem;
}
.registration-form .mb-8,
.app-form .mb-8,
.projects-view .mb-8 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.registration-form .label-width,
.app-form .label-width,
.projects-view .label-width {
  width: 150px;
}
.registration-form .app-user-photo,
.app-form .app-user-photo,
.projects-view .app-user-photo {
  margin: 2rem 0;
  border: 1px solid #ddd;
  width: 150px;
  height: 160px;
  display: flex;
  padding: 2rem;
  font-size: 12px;
  align-items: center;
  cursor: pointer;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.registration-form .app-user-photo:hover,
.app-form .app-user-photo:hover,
.projects-view .app-user-photo:hover {
  background: #f7f7f7;
}
.registration-form .flex,
.app-form .flex,
.projects-view .flex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.app-form .display-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.app-form .no-padding {
  padding: 0;
}
.app-form .d-none {
  display: none;
}
.app-form .d-block {
  display: block;
}

.btn-large {
  width: 150px;
}

.highlighted {
  color: #ffc535;
}

.font-bold {
  font-weight: bold;
}

.projects-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.projects-item {
  background: #265a88;
  color: #fff;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 20px;
}
/*# sourceMappingURL=stylesheet.css.map */
