@font-face {
  font-family: "zbold";
  src: url("/fonts/zbold.woff") format("woff"),
       url("/fonts/zbold.ttf") format("ttf");
}
@font-face {
  font-family: "zregular";
  src: url("/fonts/zregular.woff") format("woff"),
       url("/fonts/zregular.ttf") format("ttf");
}
@font-face {
  font-family: "zregular";
  src: url("/fonts/zitalic.woff") format("woff"),
       url("/fonts/zitalic.ttf") format("ttf");
  font-style: italic;     
}
@font-face {
  font-family: "zcondensed";
  src: url("/fonts/zcondensed.woff") format("woff"),
       url("/fonts/zcondensed.ttf") format("ttf");
}
@font-face {
  font-family: "zitalic";
  src: url("/fonts/zitalic.woff") format("woff"),
       url("/fonts/zitalic.ttf") format("ttf");
}
@font-face {
  font-family: "zbolditalic";
  src: url("/fonts/zbolditalic.ttf.woff") format("woff"),
       url("/fonts/zbolditalic.ttf") format("ttf");
}
@font-face {
  font-family: "zboldcondensed";
  src: url("/fonts/ZurichXCnEU.woff") format("woff"),
       url("/fonts/ZurichXCnEU.ttf") format("ttf");
}


@font-face {
  font-family: "ZurichXCnEU";
  src: url("/fonts/ZurichXCnEU.woff") format("woff"),
       url("/fonts/ZurichXCnEU.ttf") format("ttf");
}
@font-face {
  font-family: "ZurichBCn";
  src: url("/fonts/zurich-cn-bt.woff") format("woff"),
       url("/fonts/zurich-cn-bt.ttf") format("ttf");
}
@font-face {
  font-family: "ZurichLCn";
  src: url("/fonts/zurich-light-condensed-bt.woff") format("woff"),
       url("/fonts/zurich-light-condensed-bt.ttf") format("ttf");
}
@font-face {
  font-family: "ZurichCn";
  src: url("/fonts/zurich-condensed-bt.woff") format("woff"),
       url("/fonts/zurich-condensed-bt.ttf") format("ttf");
}
@font-face {
  font-family: "ZurichBtB";
  src: url("/fonts/zurich-bt-bold.ttf.woff") format("woff"),
       url("/fonts/zurich-bt-bold.ttf") format("ttf");
}
@font-face {
  font-family: "ZurichLtB";
  src: url("/fonts/zurich-light-bt.woff") format("woff"),
       url("/fonts/zurich-light-bt.ttf") format("ttf");
}
@font-face {
  font-family: "ZurichBtRoman";
  src: url("/fonts/zurich-bt-roman.woff") format("woff"),
       url("/fonts/zurich-bt-roman.ttf") format("ttf");
}


body {
    background-color: #ffffaa;
    font-family: "zregular";
    font-size: 12pt;
    background: url("/images/students01.jpg") no-repeat center fixed;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
body {
    background:  none;
    background-color: #eef;
}
}
body > footer {
    background-color: #000;
}
.section-header {
    text-align: left;
    margin-bottom: 2rem;
}
em {
    font-family: "zbold";
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: "zregular", sans-serif;  
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
   color: rgb(25,56,134);
   border: 1px solid rgba(25,56,134, 30%);
   padding-left: 10px; 
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
   color: rgb(25,56,134);
   border: 1px solid rgba(25,56,134, 30%);
   padding-left: 10px; 
}

.btn, button, input[type="submit"], input[type="reset"], input[type="button"] {
   font-family: "zbold", sans-serif;  
}


/************************************************************/
/* colors                                                   */
/************************************************************/

.s-header .header-nav .header-nav__content h3,
.s-header .header-menu-text,
.s-header .header-menu-icon, 
.home-content__scroll,
.home-content__scroll a.scroll-link,
a.scroll-link.smoothscroll::before,
.icon-arrow-up,
.s-contact .subhead,
.s-contact .contact-info h5,
.s-about .stats__count
{
   color: #8f1736;
   border-color: #8f1736;
}
a:hover {
   color: #8f1736;
}
/* ------------------------------------------------------------------- 
 * ##  #preloader 
 * ------------------------------------------------------------------- */
 
.line-scale-pulse-out{
    background-color: transparent;
}
.line-scale-pulse-out > div {
    color: #8f1736;
    background-color: #8f1736;
}
.pace .pace-progress {
    background-color: #8f1736;
    color: transparent;
}

/* ------------------------------------------------------------------- 
 * ##  .s-header 
 * ------------------------------------------------------------------- */
.s-header {
    width: 100%;
    height: 60px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 2px 3px #aaa;
    position: fixed;
    top: 0;
    z-index: 500;
}

.s-header .header-overlay {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    //justify-content: space-between;
    align-items: center;
    align-content: space-around;
    background-color: transparent;
    margin:0;
    padding:0;
}
.s-header .header-logo img{
   margin: 10px 0 10px 10px;
   height: 40px;
}

/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
    background: rgba(100,137,166,0.8);     
    background-image: linear-gradient( rgb(100,137,166), rgba(0%,0%,0%,10%) );
    color: rgba(255, 255, 255, 0.25);
    font-family: "zbold", sans-serif;
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 3.6rem 3rem 3.6rem 3.6rem;
    height: 100%;
    width: 280px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 700;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.header-menu-toggle.opaque .header-menu-text,
.go-top a, .go-top a:visited,
.header-menu-toggle.opaque {
    background: #aaa;
}
.s-header .header-nav .header-nav__content h3 {
   margin-bottom: 30px;
   font-family: "zregular", sans-serif;
}
.header-nav__list {
    font-family: "zbold", sans-serif;
    letter-spacing: .4rem;
    font-weight:noral;
    font-size: 20px;
}

.s-header .header-nav-menu {
    display: inline-block;
    position: relative;
    font-family: "zbold", sans-serif;
    font-size: 16px;
    letter-spacing: .2rem;
    padding: 0 0 0 30px;
    height: 100%;
}

.s-header .header-nav-menu a,
.s-header .header-nav-menu a:visited {
   display: inline;
   font-family: "zbold", sans-serif;
   font-weight: normal;
   font-size: 16px;
   line-height: 20px;
   text-transform: uppercase;
   margin: 0 10px 0 0;
   padding: 0;
   color: rgb(25,56,134);
   text-align: center;
   min-width: 120px;
   letter-spacing: .1rem;
   transition: color 0.5s;
}
.s-header .header-nav-menu a:hover {
   color: #8f1736;
}

.header-menu-toggle {
    position: fixed;
    right: 38px;
    top: 12px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: "zregular", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #8f1736;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: none;
}

.s-header .header-menu-text:hover {
   color: #006;
}
.s-header .header-menu-icon {
    background-color: #8f1736; //white;
}

.s-header .header-nav__list a,
.s-header .header-nav__list a:visited {
  color: #ffffff;
  
}
.s-header .header-company {
  font-family: 'zbold', sans-serif;
  font-size: 20px;
  position: relative;
  top: -10px;
  text-transform: uppercase;
  font-weight: normal;
}
#header_menu_login_label {
  font-family: 'zcondensed', sans-serif;
  
  opacity: 1.0;
  position: absolute;
  width: 90px;
  left: -70px;
  display: block;
  transition: opacity 1s;
  font-size: 18px;
  line-height: 25px;
}
#header_menu_login:hover  #header_menu_login_label {
  opacity: 1.0;
  color: #8f1736;
}
.header-menu-lang {
  position: absolute;
  right: 0;
  top: 20px;
  align-self: left;
  width: 110px;
}
.header-menu-lang a,
.header-menu-lang a:visited {
   display: inline-block;
   height: 20px;
   margin: 0;
   padding: 0;
   padding-left: 5px;
   color: #006;
   font-size: 18px;
   transition: color 1s;
}
.header-menu-lang a:hover {
   color: #8f1736;
}
.header-menu-lang img {
   height: 17px;
   width: 30px;
   border: 1px solid rgba(0,0,0,0.2);
   border-radius: 4px;
}
.header-menu-togle-lang {
   position: absolute;
   top: -40px;
   width: 100%;
   text-align:left;
}
.header-menu-togle-lang a:visited,
.header-menu-togle-lang a {
   display: inline-block;
   height: 25px;
   margin: 0;
   padding: 5px 10px 0 0;
}
.header-menu-togle-lang img {
   height: 24px;
   width: 35px;
}

/* ------------------------------------------------------------------- 
 * ##  .s-home 
 * ------------------------------------------------------------------- */
.s-home {
    background-color: rgb(100,137,166); 
    background-image: url("/images/bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.s-home .shadow-overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    
    //background-image: linear-gradient( rgba(100%,100%,100%,100%), rgba(100%,100%,100%,10%), #666);
    //background-image: linear-gradient( rgba(100%,100%,100%,1%), rgba(100%,100%,100%,10%), rgba(100%,100%,100%,20%), #ea7317;);
    //background-image: linear-gradient( #000, rgba(0%,0%,50%,10%), #000);
    //background-color: rgba(0%,0%,10%,30%);
    //background-image: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,1.0));
//    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
//    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
//    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
//    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.s-home .overlay1 {
    opacity: 0.0;
    color: #000;
}

.home-content__line {
   background-color: #8f1736;
}
.home-content__main h1,
.home-content h3,
.s-home p 
{ 
   //font-family: 'Arial', sans-serif;
   font-family: 'zregular', sans-serif;
   font-size: 18px;
}
.home-content__main h1 {      
   font-family: 'zbold', sans-serif;
   font-size: 80px;
   color: #8f1736;
}
.home-content__main h3 {
   font-family: 'zcondensed', sans-serif;
   font-size: 40px;
   color: #ffffff;
}
.home-content__buttons .btn {
    font-family: 'zregular', sans-serif;
    letter-spacing: 0.2rem;
    border-color: #FFFFFF;
    bordr-width: 2px; 
    color: #FFFFFF;
}
.home-content__buttons .btn:hover, 
.home-content__buttons .btn:focus {
   background: rgba(100%,100%,100%,0.8) !important;
}

@media only screen and (max-width: 1200px) {
.home-content__main h1 {
   font-size: 70px;
}
.home-content__main h3 {
   font-size: 30px;
}
}
@media only screen and (max-width: 1100px) {
.home-content__main h1 {
   font-size: 60px;
}
.home-content__main h3 {
   font-size: 20px;
}
}
@media only screen and (max-width: 1000px) {
.home-content__main h1 {
   font-size: 50px;
}
.home-content__main h3 {
   font-size: 18px;
}
}
@media only screen and (max-width: 900px) {
.home-content__main h1 {
   font-size: 45px;
}
.home-content__main h3 {
   font-size: 15px;
}
}
@media only screen and (max-width: 800px) {
.home-content__main h1 {
   font-size: 45px;
}
.home-content__main h3 {
   font-size: 15px;
}
}
@media only screen and (max-width: 700px) {
.home-content__main h1 {
   font-size: 45px;
}
.home-content__main h3 {
   font-size: 15px;
}
}
@media only screen and (max-width: 600px) {
.home-content__main h1 {
   font-size: 35px;
}
.home-content__main h3 {
   font-size: 15px;
}
}
@media only screen and (max-width: 500px) {
.home-content__main h1 {
   font-size: 35px;
}
.home-content__main h3 {
   font-size: 14px;
}
}

/* ------------------------------------------------------------------- 
 * ##  .s-about 
 * ------------------------------------------------------------------- */
#about {
  background-image: url("../images/bg8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-origin: border-box;
  background-clip: border-box;
}
.s-about {
  background-color: rgb(225,234,241);
  color: rgb(25,56,134);
  font-family: 'zregular', sans-serif;
  font-size: 18px;
}
.s-about-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(100%,100%,100%, 0.7); 
}
.s-about .section-header.has-bottom-sep::before {
   background-color: #8f1736; 
   opacity: 0.1;
}
.s-about .row .col-full {
   padding: 0;
}
.s-about h1.head
{
    font-family: 'zbold', sans-serif;
    font-weight: normal;
    font-size: 70px;
    text-align: left;
    line-height: 1.1;
    letter-spacing: .1rem;
    margin: 0 0 20px 0;
    padding: 0;
    color: rgb(25,56,134);
    
}
.s-about h2,
.s-about h3 {
   font-family: 'zbold', sans-serif;
   color: rgb(25,56,134); 
   font-size: 25px;
   font-weight: normal;
   text-align: left;
   margin: 1rem 0;
   padding: 0
   
}
.s-about p {
   font-size: 18px;
   text-align: left;
   line-height: 1.7;
}
.stats h5 {
    font-family: 'zbold', sans-serif;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0.2rem;
    color: rgb(25,56,134);
}
@media only screen and (max-width: 600px) {
.s-about h1.head{
   font-size: 40px;
   //text-align: center;
}
.s-about h2,
.s-about h3 {
   font-size: 20px;
}
.s-about p {
   font-size: 16px;
}
}
#about .about__line {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    color: red;
}
#about .about__line_b {
    display: block;
    width: 2px;
    height: 10.2rem;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
    background-color: #fff;
}
/* ------------------------------------------------------------------- 
 * ## #news .s-about 
 * ------------------------------------------------------------------- */
#news .about__line_b {
    display: block;
    width: 2px;
    height: 10.2rem;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
    background-color: #fff;
}
@media only screen and (max-width: 600px) {
#news  
}
/* ------------------------------------------------------------------- 
 * ## #aboutus  .s-about 
 * ------------------------------------------------------------------- */
#aboutus {
  background-color: #fff;
  background-image: url("/images/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-origin: border-box;
  background-clip: border-box;
}
#aboutus .about__line {
  background-color: rgb(100,137,166);
    top: 0;
}
#aboutus .about__line_b {
    display: block;
    width: 2px;
    height: 10.2rem;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
    background-color: rgb(225,234,241);
}


/* ------------------------------------------------------------------- 
 * ## sekcja service 
 * ------------------------------------------------------------------- */
 
 
.services-list .service-text p{
   color: rgb(25,56,134);
   font-family: 'zregular', sans-serif;
   font-size: 18px;
   line-height: 1.3;
}
.s-services .subhead {
  display: none;
}
.s-services .display-1,
.s-services .display-2,
.s-services h3,
.s-services .h3 {
   font-family: 'zbold', sans-serif;
   letter-spacing: 0;
   color: rgb(25,56,134);
   font-weight: normal;
   text-align: center;
}
.services-list .service-icon {
   color: #8f1736; 
}
.services-list .service-item h3 {
  text-align: left;
}
@media only screen and (max-width: 800px) {
.services-list .service-item h3 {
  text-align: center;
} 
}
#services .about__line {
    background-color: rgb(225,234,241);
    top: 0;
}
#services .about__line_b {
    display: block;
    width: 2px;
    height: 10.2rem;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
    background-color: rgb(225,234,241);
}


/* ------------------------------------------------------------------- 
 * ##  s-achievements 
 * ------------------------------------------------------------------- */

.s-achievements .achievements-desc {
   font-family: 'zbold', sans-serif;
}
.s-achievements {
  background-color: rgb(225,234,241);
}
.s-achievements .display-1,
.s-achievements h2 {
   font-family: 'zbold', sans-serif;
   color: rgb(25,56,134);
}

.s-achievements .achievements-desc  p,
.s-achievements .achievements-desc ul  li {
   font-family: 'zregular', sans-serif;
   color: rgb(25,56,134);
   font-size: 18px;
}
.s-achievements b,
.s-achievements strong {
   font-family: 'zbold', sans-serif;
   font-weight: normal;
}
.s-achievements  .about__line_b {
    background-color: #fff;
    bottom: 0;
}
.s-achievements  .about__line {
    background-color: #fff;
    top: 0;
}
.s-achievements .about__line_b {
    display: block;
    width: 2px;
    height: 10.2rem;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
    background-color: #fff;
}



/* ------------------------------------------------------------------- 
 * ##  #forstudents   
 * ------------------------------------------------------------------- */
#forstudents {
   background-color: transparent;
}
#forstudents .forstudents-content {
   /*background-color: rgba(100%,100%,100%,0.8);*/
   background-image: linear-gradient( rgba(100%,100%,100%,1), rgba(100%,100%,100%,0.9), rgba(100%,100%,100%,0.1) );
   margin: 0 10%;
   padding: 30px 0;
   border-radius: 15px;
   box-shadow: 0 -2px 4px #666; 
}
#forstudents  .about__line_b {
    display: block;
    width: 2px;
    height: 10.2rem;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
    background-color: rgb(225,234,241);
}
#forstudents  .about__line {
    background-color: rgb(225,234,241);
    top: 0;
}


/* ------------------------------------------------------------------- 
 * ##  .s-didactics - emploees list 
 * ------------------------------------------------------------------- */
.s-didactics {
  background-color: rgb(225,234,241)  ;
  font-family: 'zcondensed', sans-serif;
}
.s-didactics h1.display-1 {
   font-family: 'zbold', sans-serif;
   letter-spacing: 0.15rem;
   color: rgb(25,56,134);
   font-weight: normal;
   text-align: center;
   margin:0;
   padding:0;
}
.s-didactics .didactics-staff-note {
   font-family: 'zregular', sans-serif;
   letter-spacing: 0.1rem;
   line-height: 20px;
   color: rgb(25,56,134);
   font-weight: normal;
   text-align: center;
   font-size: 18px;
}
.s-didactics .didactics-staff-PhD {
   font-family: 'zbold', sans-serif;
   letter-spacing: 0.15rem;
   line-height: 50px;
   color: rgb(25,56,134);
   font-weight: normal;
   text-align: center;
   font-size: 40px;
   padding: 30px 0;
   margin: 20px 0;
}
.s-didactics .didactics-pannel {
   position: relative;
   margin:0;
   padding:0;
   min-height: 220px;
   border: solid 2px rgb(59,115,164);
   background-color: rgb(249,252,251); 
   border-radius: 25px;
}
.didactics-list .didactics-item:nth-child(2n+1) {
    padding: 0 5px;
}
.didactics-list .didactics-item:nth-child(2n+2) {
    padding: 0 5px;
}
.s-didactics .didactics-pannel .didactics-icon {
  padding:0;
  margin:0;
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  z-idex: 10;
}
.s-didactics .didactics-pannel .didactics-icon img {
  height: auto;
  width: 100%;
  max-height: 200px;
  padding: 10px 0 10px 10px;
  border-radius: 25px;
}
.s-didactics .didactics-text {
   margin:10px 10px 5px 27%;
   padding:0;
}
.s-didactics .didactics-text h3 {
   font-family: 'zbold', sans-serif;
   color: #000;
   letter-spacing: 0;
   font-weight: normal;
   font-size: 20px;
   line-height: 20px;
   padding:0;
   margin: 0;
   text-align:center;
}
.s-didactics .didactics-text-middle {
   margin: 10px 0 0 0;
   padding: 0;
   text-align: left;
   font-family: 'zcondensed', sans-serif;
   color: #000;
   letter-spacing: 0.05rem;
   font-weight: normal;
   font-size: 15px;
   line-height: 17px;
}
.s-didactics .didactics-text-right {
   font-family: 'zcondensed', sans-serif;
   font-size: 35px;
   position: absolute;
   bottom: 0;
   right: 0;
   padding: 0 20px 0 0;
   color: rgb(59,115,164);
}
.s-didactics .didactics-text-right:hover,
.s-didactics .didactics-text-right:visited {
   text-shadow: 0 0 2px #333;
   color: #8f1736;
}

@media only screen and (max-width: 1000px) {
.s-didactics .didactics-text h3 {
   font-size: 18px;
   line-height: 18px;
}
}
@media only screen and (max-width: 600px) {
.s-didactics .didactics-pannel {
  text-align: center;
}
.s-didactics .didactics-pannel .didactics-icon {
  position: static;
  display: block;
  width: 100%;
  padding:0;
  margin: 15px 0 0 0;
  text-align: center;
}
.s-didactics .didactics-pannel .didactics-icon img {
  height: auto;
  width: 100px;
  margin: 0 auto;
}
.s-didactics .didactics-text {
  margin: 0;
  padding: 10px;
  text-align: center;
}
.s-didactics .didactics-text-middle {
   padding: 20px 15px 20px 15px; 
}
.s-didactics .didactics-text-right{

}
}

.s-didactics  .about__line {
    background-color: #fff;
    top: 0;
}




.footer-logo {
  background-image: url("/images/IR_withe.png"); 
}

.s-contact {
   background-color: #004592;
   background-image: url("../images/bg5.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   background-origin: border-box;
   background-clip: border-box;
   color: rgb(25,56,134);
   box-shadow: 2px 2px 4px #666;
}
.contact-content {
    font-family: 'zregular', sans-serif;
}
.s-contact div.contact-address {
   background-color: #ccc; 
   width: 35%;
   float: left;
   padding: 0 5rem;
   height: 100%; 
}
.contact-secondary::before {
   background-color: rgb(225,234,241);
}
.contact-secondary p {
  color: rgb(25,56,134);
}
.s-contact .display-2--light {
    color: rgb(25,56,134);
    font-family: 'zbold', sans-serif;
}
.s-contact .contact-content {
   background-color: rgba(100%,100%,100%,70%);
}
.s-contact .h6 {
   color: rgb(25,56,134);
   font-family: 'zregular', sans-serif;
   font-size: 20px;
}
.s-contact .contact__line {
   background-color: #871736;
}
.s-contact button.btn--primary {
   color: rgb(25,56,134);;
   background-color: rgba(25,56,134, 30%);
   border-color: #eee;
}
.s-contact button.btn--primary:hover {
   background-color: rgba(25,56,134, 60%);;
   border-color: #eee;
}
.contact-content input[type="email"],
.contact-content input[type="number"],
.contact-content input[type="search"],
.contact-content input[type="text"],
.contact-content input[type="tel"],
.contact-content input[type="url"],
.contact-content input[type="password"],
.contact-content textarea,
.contact-content select {
    color: rgb(25,56,134);
    border: none;
    border-bottom: 3px solid rgba(50%,50%,50%,0.2);
}
.contact-content input[type="email"]:focus,
.contact-content input[type="number"]:focus,
.contact-content input[type="search"]:focus,
.contact-content input[type="text"]:focus,
.contact-content input[type="tel"]:focus,
.contact-content input[type="url"]:focus,
.contact-content input[type="password"]:focus,
.contact-content textarea:focus,
.contact-content select:focus {
    color: rgb(25,56,134);
    border-bottom: 3px solid #8f1726;
    background-color: rgba(100%,100%,100%,40%);
}

body > footer {
   font-family: "zregular", sans-serif;
   background-color: rgb(225,234,241);
   color: rgb(25,56,134);
   padding:20px;
   margin:0;
   text-align: center;
}

.news {
  color: rgb(25,56,134);
  padding: 0 10px;
  margin:0;
  font-size: 18px;
  text-align:left;
  line-height: 24px;
}
.didactics-item .news a, 
.didactics-item .news a:visited, 
.didactics-item .news a:hover {
  color: rgb(25,56,134);
  text-decoration: none; 
}
.news .news-title {
  font-family: "zbold";
  text-align: left;
  padding:0;
  margin:10px 0;
  font-size: 22px;
  line-height: 25px;
}
.news .news-header{
  font-family: "zregular";
  text-align: left;
  padding:0;
  margin:10px 0;
  font-size: 18px;
  line-height: 22px;

}
.news .news-header p {
  margin:0;
  padding:0;
}
.news .news-content {
  text-align: left;
  padding:0;
  margin:0;
}
.news .news-content a:hover {
  color: #8f1736;
}
.news .news-content p {
  font-family: "zregular";
  padding:0;
  margin:0;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}
.news .news-content p img {
  margin: 5px;
  border-radius: 5px;
  width: 98%;
}
@media only screen and (max-width: 700px) {
.news .news-content p img {
  margin: 10px 10px 10px 0;
  border-radius: 5px;
  float: left;
  width: 100%;
}
}
.news .news-update {
  text-align:center;
  font-size: 80%;
  opacity: 0.5;
  margin: 10px 10% 10px 10%;
  border-top: 1px solid #ccc;
  clear: both;
  color: #666;
}
.f_info_overlay {
  position: relative;
  width: 100%;
  background-color: transparent;
  height: 1px;
}
.f_info_overlay .f_pub_info {
  display: none;
  opacity: 0.75;
  position: absolute;
  z-index: 2100;
  width: auto;
  height:auto;
  top: -15px;
  left: 0;
  background-color: rgba(100%,100%,100%,1);
  color: #8f1736;
  font-family: "zregular";
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #8f1736;
  padding: 10px;
}
.f_info_overlay .f_pub_info p{
  margin:0;
  padding:0;
  line-height: 20px;
}
.front-buttons {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #8f1736;
  color: #8f1736; 
  border-radius: 20px;
  width: 65%;
  opacity: 0.7;
  font-family: "zcondensed",sans-serif;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}
.front-buttons:hover {
  opacity: 1;
}
.front-buttons.blue {
  background-color: rgb(225,234,241);
}


.read-all-news {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #8f1736;
  color: #8f1736; 
  border-radius: 20px;
  width: 50%;
  opacity: 0.7;
}
.read-all-news:hover {
  opacity: 1;
}
.read-all-news.books {
  font-size: 2.4rem;
  text-align: center;
  padding: 0  0;
  font-family: "zcondensed",sans-serif;
}
.about-publications {
  margin: 20px auto;
  padding: 0 0 0 0;
  text-align:center;
}
.about-publications a,
.about-publications a:visited {
  display: inline-block;
  padding: 0;
  width: 49%;
  margin: 0 auto;
}
@media only screen and (max-width: 950px) {
.about-publications a,
.about-publications a:visited {
   width: 100%;
   margin-bottom: 30px;
}  
}

.about-publications .about-publications-pub {
  margin: 0 5%;
  border: 1px solid #ccf;
  padding: 20px;
  background-color: rgba(90%,90%,90%,50%);
  color: #8f1736;
  font-family: "zbold";
  font-size: 30px;
  border-radius: 5px;
  text-align: center; 
}
.about-publications .about-publications-pub:hover {
  background-color: rgba(100%,100%,100%,50%);
}

@media only screen and (max-width: 650px) {
forstudents {
   background-color: rgb(242,244,246);
}
#forstudents .forstudents-content {
   margin: 0;
   padding: 10px 0;
   background-image: none;
   background-color: transparent;
   box-shadow: none;
}
.front-buttons {
   font-size: 17px;
   line-height: 20px;
}
}

#newsletter {
   margin: 20px auto;
   border: none;
   border-radius: 25px;
   width: 100%;
   height: 700px;
   display: bloks;
}
.about-newsletter {
   padding: 10px 50px;
   margin:0;
}
@media only screen and (max-width: 650px) {
.about-newsletter {
   padding: 5px;
}
#newsletter {
   height: 300px;
}
}