/**
General
**/

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

 body, p, a, input, textarea{font-size:16px;}
ul.news-event-list {width:1200px; margin: 0 auto;}
.page-template-template-about .parallax-content-holder h1{color:#ffffff!important;}


.mobileSlider{display:none;}
.englishMobile{display:none;}
.hebrewMobile{display:none;}
.wrap {margin-top:100px;}
.topWhiteMenu .sub-menu li {background-color: #fff;
    color: #000;
    width: 260px;
    float: right;
    padding: 5px 10px;
    border-bottom: 1px solid #929292;}
.topWhiteMenu .sub-menu { top: 25px;    width: 260px;    position: absolute;}
.topWhiteMenu .sub-menu li ul{ right:281px; top:0;}
.topWhiteMenu .pre-menu li:hover > ul.sub-menu{display:block;}

@media only screen and (max-width: 1200px) {
  .topWhiteMenu {
    display:none!important;
  }
}
.topButtons{width: 245px;
    float: right;
margin-right: 85px;}
.phone {float:right;
		position: absolute;
    z-index: 125;
    right: 294px;
    top: 5px; 
        padding-right: 13px;
	font-size: 1em;
        margin: 0 6px;
}
.redHeader {background-color:#aa182c; height:33px;}
.left-logo{float:left;}
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 42px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 42px;
  height: 3px;
  background-color: #000000;
  border-radius: 12px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -11px;
}

.hamburger-inner::after {
  bottom: -11px;
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.15s linear;
  transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 11px;
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 22px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
		background-color:#fff;

  top: 0;
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 11px, 0) rotate(45deg);
          transform: translate3d(0, 11px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
	background-color:#fff;
  top: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 11px, 0) rotate(-45deg);
          transform: translate3d(0, 11px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -22px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -11px, 0) rotate(-45deg);
          transform: translate3d(0, -11px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h2 {
  font-size: 2.8em !important;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  left: 0;
  color: #cccccc;
  font-size: 1em;
  line-height: 18px;
  white-space: nowrap;
  direction: ltr;
  text-align: left;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}



@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
.homeSlider{display:none;}
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.tCounter {
  direction: rtl;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 300;
  src: url(./fonts/opensanshebrew-light-webfont.eot?75e376344783e3dc04842c37b5bbbb8f);
  src: url(./fonts/opensanshebrew-light-webfont.eot?75e376344783e3dc04842c37b5bbbb8f) format("embedded-opentype"), url(./fonts/opensanshebrew-light-webfont.woff?32383b05d5540ad3ad745404acf2270d) format("woff"), url(./fonts/opensanshebrew-light-webfont.ttf?6d15077e235b2be78f173c05ce68b524) format("truetype");
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/opensanshebrew-regular-webfont.eot?c826b635dc56845f9c93b1f61ea87fe4);
  src: url(./fonts/opensanshebrew-regular-webfont.eot?c826b635dc56845f9c93b1f61ea87fe4) format("embedded-opentype"), url(./fonts/opensanshebrew-regular-webfont.woff?1c6eecb55a0fd0e010265ae436952f60) format("woff"), url(./fonts/opensanshebrew-regular-webfont.ttf?9e20aadc92b7571702dfbc1b6b1e4260) format("truetype");
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/opensanshebrew-bold-webfont.eot?04d3ca19dd0e94e0accb043f8428fe2d);
  src: url(./fonts/opensanshebrew-bold-webfont.eot?04d3ca19dd0e94e0accb043f8428fe2d) format("embedded-opentype"), url(./fonts/opensanshebrew-bold-webfont.woff?980e44163201188613314e8fa8c4b5fb) format("woff"), url(./fonts/opensanshebrew-bold-webfont.ttf?96281dd4dc06691a4c85ad65649a1c24) format("truetype");
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 800;
  src: url(./fonts/opensanshebrew-extrabold-webfont.eot?f47c9709828dae7b585eb55e09c52df6);
  src: url(./fonts/opensanshebrew-extrabold-webfont.eot?f47c9709828dae7b585eb55e09c52df6) format("embedded-opentype"), url(./fonts/opensanshebrew-extrabold-webfont.woff?c9d3c66d3d3bdea51eb81486e3716748) format("woff"), url(./fonts/opensanshebrew-extrabold-webfont.ttf?76b4034b475bc76120d4861e35631993) format("truetype");
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 800;
  src: url(./fonts/opensanshebrew-extrabold-webfont.eot?f47c9709828dae7b585eb55e09c52df6);
  src: url(./fonts/opensanshebrew-extrabold-webfont.eot?f47c9709828dae7b585eb55e09c52df6) format("embedded-opentype"), url(./fonts/opensanshebrew-extrabold-webfont.woff?c9d3c66d3d3bdea51eb81486e3716748) format("woff"), url(./fonts/opensanshebrew-extrabold-webfont.ttf?76b4034b475bc76120d4861e35631993) format("truetype");
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Open Sans Hebrew", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans Hebrew", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
input:not([type]):hover,
textarea:hover,
select:hover {
  border-color: #b1b1b1;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #477dca;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
input:not([type]):disabled,
textarea:disabled,
select:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="text"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="week"]:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover,
select:disabled:hover {
  border: 1px solid #ddd;
}

select {
  width: 100% !important;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  -webkit-font-feature-settings: "kern", "liga", "tnum";
          font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #010000;
  /*font-family: "Open Sans Hebrew", sans-serif;*/
  font-family: 'Rubik', sans-serif;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
          font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5;
}

h1,
h3,
h4,
h5,
h6 {
 /* font-family: "Open Sans Hebrew", sans-serif;*/
  font-family: 'Assistant', sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

a:active,
a:focus,
a:hover {
  color: #355e98;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

.round-white-arrow {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(./images/round-white-arrow.png?bfa39788a315075cd0d3b257bc9f7e24);
  background-repeat: no-repeat;
}

.white-arrow {
  display: inline-block;
  background-image: url(./images/round-white-arrow.png?bfa39788a315075cd0d3b257bc9f7e24);
  background-repeat: no-repeat;
  background-position: 3%;
}

.big-white-arrow {
  display: inline-block;
  background-image: url(./images/big-white-arrow.png?4d9b22e4a76cc6532056dfd414a9491f);
  background-repeat: no-repeat;
  background-position: 3%;
}

.facebook-circle {
  display: inline-block;
  background-image: url(./images/facebook-circle.png?477ff30249d6c168589aa6a6d7885c62);
  background-repeat: no-repeat;
  background-position: 5%;
}

/**
Layouts
**/

header .info {
  padding-right: 61px;
}

header .menu-phone {
  color: #fff;
  font-size: 2em;
}

header .social-icons li {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
}

header .social-icons li a {
  display: block;
  background-color: #aa182c;
}

header .social-icons li:last-child a,
header .social-icons li:first-child a {
  background-color: black;
}

header .social-icons li:last-child a {
  color: white;
  padding: 12px 16px;
  border-radius: 28px;
}

header .social-icons li:not(:last-child) a {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

header .social-icons li:not(:last-child) a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header.sticky .site-branding img {
  height: 39px !important;
  -webkit-transition: height .6s ease;
  transition: height .6s ease;
}

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.site-header .header-container {
  position: relative;
  background-color: #ffffff;
}

.site-header .container {
  position: relative;
  padding: 6px 32px;
}

.site-header .container::after {
  clear: both;
  content: "";
  display: table;
}

.site-header .container > div > * {
  vertical-align: middle;
  display: inline-block;
}

@media only screen and (max-width: 500px) {
  .mobile-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #bf2025;
    z-index: 999999;
}
.mobile-footer li{
    width:49%;
    float: right;
    height: 50px;
    line-height: 50px;
}
.mobile-footer li:first-child{
    border-left: 1px solid #fff;
}
.mobile-footer li img{
    margin: 15px 14px 0 0;
    display: block;
}
.mobile-footer li a >div{
    display: inline-block;
    vertical-align: top;
}
.mobile-footer li a{
    color:#fff;

}
	.site-header .container {
    padding: 10px 16px;
  }
}

.site-header {
  float: left;
}

.site-header .left-section .red-buttons-wrap {
  display: inline-block;
}


@media only screen and (max-width: 758px) {
  .site-header .left-section .red-buttons-wrap {
    display: none;
  }
}

.site-header .left-section .red-buttons-wrap .ninja-forms-required-items {
  display: none;
}

.site-header .left-section .red-buttons-wrap .register {
  height: 31px;
  padding: 1px 41px 1px 14px;
  background: #aa182c;
  opacity: .9;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 78px;
  line-height: 31px;
  background-image: url(/wp-content/themes/clb/assets/images/register-icon.png);
  background-repeat: no-repeat;
  background-position: 91%;
  border-radius: 5px;
}

.site-header .left-section .red-buttons-wrap .consult-wrap {
  display: inline-block;
  position: relative;
}

.site-header .left-section .red-buttons-wrap .consult-wrap .consult {
  height: 31px;
  padding: 1px 31px 1px 10px;
  background: #aa182c;
  opacity: .9;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 3px 0 10px;
  line-height: 31px;
  background-image: url(/wp-content/themes/clb/assets/images/consult-icon.png);
  background-repeat: no-repeat;
  background-position: 95%;
  border-radius: 5px;
  cursor: pointer;
}

.site-header .left-section .red-buttons-wrap #slider-consult {
  position: absolute;
  top: 33px;
  z-index:999;
  width: 388px;
  -webkit-box-shadow: 0 4px 1px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0 4px 1px 0px rgba(0, 0, 0, 0.33);
  background-color: #fff;
}

.site-header .left-section .red-buttons-wrap #slider-consult:before {
  content: "";
  position: relative;
  top: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  right: calc(50% - 7px);
}

.site-header .left-section .red-buttons-wrap #consult-box {
  color: White;
  padding: 20px;
  background-color: #ffffff;
}

.site-header .left-section .red-buttons-wrap .slideup-consult,
.site-header .left-section .red-buttons-wrap .slidedown-consult {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.site-header .left-section .red-buttons-wrap .slidedown-consult {
  max-height: 2500px;
}

.site-header .left-section .red-buttons-wrap .nf-desc p {
  color: #000;
  font-size: 2.4em;
  text-align: center;
}

.site-header .left-section .red-buttons-wrap input[type="text"],
.site-header .left-section .red-buttons-wrap select {
  background-color: #edeae9;
  width: 100%;
  height: 43px;
  color: rgba(71, 71, 71, 0.8);
  font-size: 1.3em;
  padding: 0;
  padding-right: 5px;
}

.site-header .left-section .red-buttons-wrap .field-wrap.label-right label,
.site-header .left-section .red-buttons-wrap .field-wrap.label-left label {
  color: #000 !important;
}

.site-header .left-section .red-buttons-wrap input[type="submit"] {
  background-color: #aa182c;
  width: 200px;
  height: 46px;
  border: none;
  border-radius: 25px;
  color: #fff;
  margin: 0 auto;
  font-size: 2.125em;
}

.site-header .left-section .red-buttons-wrap input[type="submit"]:hover {
  background-color: #861323;
}

.site-header .left-section .red-buttons-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #edeae9 url(/wp-content/themes/clb/assets/images/select-arrow.png) no-repeat left center;
  background-position: 8px;
}

.site-header .right-section {
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 57px;
}

@media only screen and (max-width: 1419px) {
  .site-header .right-section {
    display: none;
  }
}

.site-header .right-section .top-right-navigation,
.site-header .right-section .top-left-navigation {
  margin-left: 11px;
}

.site-header .phone {
  font-size: 1em;
  margin: 0 23px;
  direction: ltr;
}

.site-header .phone a {
  color: white;
  position: relative;
  margin-right: 35px;
	
}

@media only screen and (max-width: 600px) {
  .site-header .phone a {
    margin-right: 0px;
    margin-left: 35px;
  }
}

.site-header .phone a span {
  display: inline;
  vertical-align: middle;
 
}

.site-header .phone a img {
  position: absolute;
  top: 50%;
  width:20px;
	right: 0;
  -webkit-transform: translate(114%, -50%);
          transform: translate(114%, -50%);
}

@media only screen and (max-width: 600px) {
  .site-header .phone a img {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .site-header .phone {
    font-size: 1.6em;
    margin: 6px 0;
  }
	.studentsImg{   background-image: url("https://clb.ac.il/wp-content/uploads/2018/06/homw-slider2-						1.jpg");
					height:221px;
					background-size:contain;
					background-color:#f1edee;
					background-repeat:no-repeat;
					background-position:center;
				margin-top:80px;
				}
	.mobileSliderText{font-size:16px; text-align:center;background-color:#504c49; color:#fff;padding:15px;margin-bottom: 10px;}
}

.site-header .site-branding a {
  padding: 0;
  display: block;
  line-height: 1;
}

.site-header .site-branding a img {
  -webkit-transition: height .6s ease;
  transition: height .6s ease;
  height: 81px;
}

@media only screen and (max-width: 600px) {
  .site-header .site-branding a img {
    height: 39px;
  }
}

@media only screen and (max-width: 558px) {
  .site-header .site-branding img {
    width: 150px;
  }
}

@media only screen and (max-width: 500px) {
  .site-header .site-branding img {
    width: 110px;
  }
}

.top-right-navigation {
  /* Hiding dropdowns */
  /* Displaying dropdown */
  /* Displays second level dropdowns to the right of the first level dropdown */
}

.top-right-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: .9em;
}

.top-right-navigation ul li {
  display: block;
  position: relative;
  float: right;
  background: transparent;
}

.top-right-navigation ul.top-right-nav > li > ul {
  position: relative;
}

.top-right-navigation ul.top-right-nav > li > ul:before {
  content: "";
  position: relative;
  top: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  right: 28px;
}

.top-right-navigation li ul {
  display: none;
}

.top-right-navigation ul li a {
  display: block;
  padding: .5em;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  padding-bottom: 15px;
}

.top-right-navigation ul li ul li a {
  display: block;
  padding: .5em;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  font-size: 1.3em;
  line-height: 1.2;
}

.top-right-navigation ul li ul li.second-title a {
  color: #aa182c;
  font-size: 1.942em;
  padding-right: 0;
}

.top-right-navigation ul li ul li.second-title ul li a {
  color: #000000;
  font-size: 1.456em;
  line-height: 1.2;
  padding: .5em;
}

.top-right-navigation ul li ul li.second-title ul li a {
  color: #000000;
  font-size: 1.456em;
  line-height: 1.2;
  padding: .5em;
}

.top-right-navigation ul li ul li.second-title ul li a:hover {
  color: #aa182c;
}

.top-right-navigation li:not(.mega-menu) ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-right-navigation ul.top-right-nav > li:hover > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background: #fff;
  padding: 2px 15px 15px 15px;
}

.top-right-navigation li li {
  float: none;
  margin-left: 39px;
}

.top-right-navigation .main-nav li ul li {
  border-top: 0;
}

.top-right-navigation ul ul ul {
  right: 0;
  top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-right-navigation ul:before,
.top-right-navigation ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.top-right-navigation ul:after {
  clear: both;
}

.center-container {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .center-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 550px) {
  .center-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.small-container {
  max-width: 970px;
  margin: 0 auto;
}

@media only screen and (max-width: 970px) {
  .small-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 550px) {
  .small-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

body#tinymce,
.entry-content {
  font-size: 1.1em;
  line-height: 1.2;
  color: #010000;
}

body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5,
body#tinymce h6,
body#tinymce .headline,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .headline {
  line-height: 1.1;
  margin-bottom: 17px;
}

body#tinymce h4,
body#tinymce .headline-4,
.entry-content h4,
.entry-content .headline-4 {
  font-size: 1.5em;
}

@media only screen and (max-width: 970px) {
  body#tinymce h4,
  body#tinymce .headline-4,
  .entry-content h4,
  .entry-content .headline-4 {
    font-size: 1.2em;
  }
}

body#tinymce h6,
body#tinymce .headline-6,
.entry-content h6,
.entry-content .headline-6 {
  font-size: 1.2em;
  color: #4d4d4d;
}

@media only screen and (max-width: 970px) {
  body#tinymce h4,
  body#tinymce .headline-4,
  .entry-content h4,
  .entry-content .headline-4 {
    font-size: 1.05em;
  }
}

.content-info {
  padding: 50px 0;
}

.content-info .container {
  padding: 0 150px;
}

.content-info .container::after {
  clear: both;
  content: "";
  display: table;
}

.content-info .nav {
  width: 70%;
  float: right;
}

.content-info .info {
  width: 30%;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}

.content-info .info .headline-3 {
  color: #aa182c;
  font-size: 1.3em;
  margin-bottom: 1px;
}

.content-info .info .social-icons li {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
}

.content-info .info .social-icons li a {
  display: block;
  background-color: #aa182c;
}

.content-info .info .social-icons li:last-child a,
.content-info .info .social-icons li:first-child a {
  background-color: black;
}

.content-info .info .social-icons li:last-child a {
  color: white;
  padding: 12px 16px;
  border-radius: 28px;
}

.content-info .info .social-icons li:not(:last-child) a {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.content-info .info .social-icons li:not(:last-child) a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content-info .footer-nav::after {
  clear: both;
  content: "";
  display: table;
}

.content-info .footer-nav li a {
  color: black;
}

.content-info .footer-nav > li {
  width: 20%;
  float: right;
}

.content-info .footer-nav > li > a {
  color: #aa182c;
  font-size: 1.3em;
}

@media only screen and (max-width: 1250px) {
  .content-info .container {
    padding: 0 32px;
  }

  .content-info .nav {
    width: 100%;
    float: none;
  }

  .content-info .info {
    width: 100% !important;
    float: none;
    margin-top: 32px;
    padding-right: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 788px) {
  .content-info .footer-nav > li {
    width: 33.33%;
    float: right;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 600px) {
  .content-info .footer-nav {
    text-align: center;
  }

  .content-info .footer-nav > li {
    text-align: right;
    width: 100%;
    float: right;
    min-height: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    position: relative;
  }

  .content-info .footer-nav > li:after {
    color: #ed2e14;
    content: url(./images/left-arrow-footer.png?eed045e3c30acde271037c41608a9a0c);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    left: 15px;
    top: 4px;
    font-size: 200%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .content-info .footer-nav > li.active:after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }

  .content-info .sub-menu {
    display: none;
  }
}

@media only screen and (max-width: 340px) {
  .content-info .info .social-icons li {
    margin-left: 4px;
  }
}

.sidebar-send {
  z-index: 99;
  position: fixed;
  left: 0;
  top: 170px;
  -webkit-transform: translateX(-98%);
          transform: translateX(-98%);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

@media only screen and (max-width: 758px) {
  .sidebar-send {
    display: none;
  }
}

.sidebar-send .img-wrap {
  position: absolute;
  top: 70px;
  right: -74px;
  cursor: pointer;
}

.sidebar-send .img-wrap span {
  color: #ffffff;
  font-size: 1.7em;
  position: absolute;
  bottom: 64px;
  line-height: 1;
  right: 13px;
}

.sidebar-send .sidebar-wrap {
  width: 400px;
  padding: 30px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  z-index: 100;
  background-color: #ececec;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
  border-right: 9px solid #aa182c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sidebar-send .sidebar-wrap .ninja-forms-required-items {
  display: none;
}

.sidebar-send .sidebar-wrap .nf-desc {
  text-align: center;
}

.sidebar-send .sidebar-wrap .nf-desc h3 {
  color: #e00909;
  font-size: 3.1em;
  margin-bottom: 7px;
  line-height: 1;
}

.sidebar-send .sidebar-wrap .nf-desc p {
  color: #040000;
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 25px;
}

.sidebar-send .sidebar-wrap input[type="text"],
.sidebar-send .sidebar-wrap select {
  color: rgba(70, 70, 70, 0.8);
  font-size: 1em;
}

.sidebar-send .sidebar-wrap input[type="submit"] {
  background-color: #aa182c;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.77);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.77);
  width: 200px;
  height: 46px;
  border: none;
  border-radius: 25px;
  color: #fff;
  margin: 0 auto;
  font-size: 2.125em;
}

.sidebar-send .sidebar-wrap input[type="submit"]:hover {
  background-color: rgba(222, 22, 22, 0.9);
}

.sidebar-send .sidebar-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(/wp-content/themes/clb/assets/images/select-arrow.png) no-repeat left center;
  background-position: 8px;
}

.sidebar-send.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.sticky-footer {
  /*display: none;*/
  background-color: #aa182c;
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 1260px) {
  .sticky-footer {
    display: none !important;
  }
}

.sticky-footer .close-popup {
  position: absolute;
  top: -43px;
  background: black;
  color: white;
  padding: 0px 11px;
  font-size: 1.5em;
  right: 7px;
  cursor: pointer;
}

.sticky-footer .sticky-container {
  max-width: 1313px;
  margin: 0 auto;
}

.sticky-footer .sticky-container .ninja-forms-all-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sticky-footer .sticky-container .nf-desc {
  text-align: center;
  display: inline-block;
  margin-top: -5px;
}

.sticky-footer .sticky-container .nf-desc h3 {
  color: #ffffff;
  font-size: 1.9em;
  margin: 0;
  line-height: 1;
}

.sticky-footer .sticky-container .nf-desc p {
  font-size: 1em;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
}

.sticky-footer .sticky-container input[type="text"],
.sticky-footer .sticky-container select {
  color: rgba(70, 70, 70, 0.8);
  font-size: 1em;
  border-radius: 5px;
  background-color: #ffffff;
  width: 182px !important;
  height: 41px !important;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-right: 5px;
}

.sticky-footer .sticky-container input[type="submit"] {
  border-radius: 5px;
  background-color: #080517;
  width: 182px;
  height: 41px;
  color: #ffffff;
  font-size: 1.522em;
  border: none;
}

.sticky-footer .sticky-container input[type="submit"]:hover {
  background-color: white;
  color: black;
}

.sticky-footer .sticky-container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(/wp-content/themes/clb/assets/images/select-arrow.png) no-repeat left center;
  background-position: 8px;
}

.sticky-footer .sticky-container .field-wrap {
  margin-bottom: 0px;
  display: inline-block;
  height: 41px !important;
}

.sticky-footer .sticky-container .checkbox-wrap {
  max-width: 121px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sticky-footer .sticky-container .checkbox-wrap input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sticky-footer .sticky-container .checkbox-wrap label {
  color: #ffffff;
  font-size: .8em;
  font-weight: 200;
}

.ninja-forms-required-items {
  display: none;
}

.credit {
  text-align: center;
  padding-bottom: 15px;
}

.credit a {
  color: black;
}

body#tinymce {
  margin: 12px !important;
}

/**
Components
**/

.grid::after {
  clear: both;
  content: "";
  display: table;
}

.grid .grid-item {
  float: right;
}

.grid.grid-4 .grid-item {
  width: 25%;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.75em auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.75em;
  height: auto;
}

.off-canvas-navigation--trigger {
  position: fixed;
  z-index: 102;
  right: 32px;
  top: 65px;
}

.off-canvas-navigation--trigger button {
  line-height: 1;
}

.off-canvas-navigation--trigger button:focus {
  outline: 0;
}

@media only screen and (max-width: 558px) {
  .off-canvas-navigation--trigger {
    top: 36px;
  }
}

@media only screen and (max-width: 500px) {
  .off-canvas-navigation--trigger {
    right: 16px;
    top: 27px;
  }
}

.off-canvas-navigation--trigger.slide {
  top: 65px;
}

.off-canvas-navigation {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.9);
  width: 320px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.off-canvas-navigation.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.off-canvas-navigation .buttons-navigation {
  display: none;
  margin: 0 -32px 16px;
  text-align: center;
}

@media only screen and (max-width: 850px) {
  .off-canvas-navigation .buttons-navigation {
    display: block;
  }

  .off-canvas-navigation .buttons-navigation ul#menu-top-left-menu {
    display: inline-block;
  }
}

.off-canvas-navigation .buttons-navigation .top-left-nav {
  font-size: 0.9em;
  background-color: #979797;
}

.off-canvas-navigation .pre-menu {
  display: none;
}

.off-canvas-navigation .pre-menu .menu-top-right-menu-container {
  width: 100%;
}

.off-canvas-navigation .pre-menu #menu-top-right-menu {
  padding-right: 31px;
}

.off-canvas-navigation .pre-menu ul.sub-menu {
  display: none;
}

@media only screen and (max-width: 1419px) {
  .off-canvas-navigation .pre-menu {
    display: block;
  }
}

.off-canvas-navigation .pre-menu ul {
  display: block;
  width: 100%;
}

.off-canvas-navigation .pre-menu li {
  padding: 5px 0;
  display: block;
}

.off-canvas-navigation .pre-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

.off-canvas-navigation .pre-menu li.active:before {
  position: absolute;
  content: "";
  width: 31px;
  height: 28px;
  background: red;
  right: 0px;
}

.off-canvas-navigation .pre-menu-second {
  display: block;
}

.off-canvas-navigation .pre-menu-second .nav a {
  font-size: 1.1em;
  color: white;
  line-height: 1;
}

.off-canvas-navigation .pre-menu-second .menu-main-menu-container {
  width: 100%;
}

.off-canvas-navigation .pre-menu-second .nav {
  padding-right: 31px;
}

.off-canvas-navigation .pre-menu-second ul.sub-menu {
  display: none;
}



.topWhiteMenu .pre-menu {
  display: block;
}

.topWhiteMenu .pre-menu .nav a {
  font-size: 1.1em;
  color: white;
  line-height: 1;
}

.topWhiteMenu .pre-menu .menu-main-menu-container {
  width: 100%;
}

.topWhiteMenu .pre-menu.nav {
  padding-right: 31px;
}

.topWhiteMenu .pre-menu ul.sub-menu {
  display: none;
}
@media only screen and (max-width: 1419px) {
  .off-canvas-navigation .pre-menu-second {
    display: block;
  }
}

.off-canvas-navigation .pre-menu-second ul {
  display: block;
  width: 100%;
}

.off-canvas-navigation .pre-menu-second li {
  padding: 5px 0;
  display: block;
}

.off-canvas-navigation .pre-menu-second li:not(:last-child) {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

.off-canvas-navigation .pre-menu-second li.active:before {
  position: absolute;
  content: "";
  width: 31px;
  height: 28px;
  background: red;
  right: 0px;
}

.off-canvas-navigation .container {
  padding-top: 120px;
}

.top-right-nav li {
  display: inline-block; margin-left: 15px; position:relative;
}


.top-right-nav a {
  font-size: 1.1em;
  color: #000000;
  line-height: 1;
}

.top-right-nav a:hover {
  color: #aa182c;
}

.top-left-nav {
  background: #ffffff;
    overflow: hidden;
  border:solid #000000 1px;
}

@media only screen and (max-width: 850px) {
  .top-left-nav {
    display: none;
  }
}

.top-left-nav li {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.top-left-nav li a {
  color: #000000;
  display: inline-block;
  padding: 10px 11px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.top-left-nav li a:hover,
.top-left-nav li a.current-menu-item {
  background-color: #aa182c;
color:#fff;
}

.search-button {
  line-height: 1;
  margin-left: 21px;
}

.search-button svg {
  cursor: pointer;
  width: 1.5em;
  height: auto;
  line-height: 1;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}

.search-button svg g {
  fill: black;
}

@media only screen and (max-width: 460px) {
  
	.news-event-list li .image img {
  height: auto;
	width:100%;
    display: block;
    margin: 0 auto;
}
	.search-button {
    margin-left: 0;
  }
}

.search-container {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 125;
  background-color: black;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.search-container.search-container-move-enter-active,
.search-container.search-container-move-leave-active {
  -webkit-transition: opacity .5s ease, -webkit-transform .3s ease;
  transition: opacity .5s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .5s ease;
  transition: transform .3s ease, opacity .5s ease, -webkit-transform .3s ease;
}

.search-container.search-container-move-enter,
.search-container.search-container-move-leave-to {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}

.search-container form {
  width: 100%;
  height: 100%;
}

.search-container input[type="submit"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.search-container label {
  width: 100%;
  height: 100%;
}

.search-container label span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.search-container label input {
  font-size: 2.5em;
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  color: white;
  padding-right: 150px;
}

.faculties-list {
  overflow: hidden;
}

.faculties-list::after {
  clear: both;
  content: "";
  display: table;
}

.faculties-list .slick-list {
  overflow: visible !important;
}

@media only screen and (max-width: 1675px) {
  .faculties-list {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 1590px) {
  .faculties-list {
    font-size: 0.8em;
  }
}

.faculties-list .holder {
  padding: 61px 98px;
}

@media only screen and (max-width: 705px) {
  .faculties-list .holder {
    padding-top: 31px;
    padding-bottom: 31px;
  }
}

@media only screen and (max-width: 520px) {
  .faculties-list .holder {
    padding: 21px 11px !important;
  }
}

.faculties-list .faculties-list-item {
  float: right;
  position: relative;
}

.faculties-list .faculties-list-item:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  width: 17px;
  background-image: url(./images/faculties-list-item-shdow.png?561ce93f173911607a8d8c935e063504);
  background-repeat: no-repeat;
  background-position: left center;
}

.faculties-list .faculties-list-item:nth-child(odd) {
  background-color: #f6f6f6;
}

.faculties-list .faculties-list-item ul li a {
  color: #000;
}

.faculties-list .mobile-title {
  display: none;
}

.faculties-list.has-3-items .faculties-list-item {
  width: 33.33%;
}

@media only screen and (max-width: 1475px) {
  .faculties-list.has-3-items .faculties-list-item .holder {
    padding: 61px 22px;
  }
}

.faculties-list.has-4-items .faculties-list-item {
  width: 25%;
}

.faculties-list.has-4-items .faculties-list-item .holder {
  padding: 61px 58px;
}

@media only screen and (max-width: 1475px) {
  .faculties-list.has-4-items .faculties-list-item .holder {
    padding: 61px 22px;
  }
}

.faculties-list.has-5-items .faculties-list-item {
  width: 20%;
}

.faculties-list.has-5-items .faculties-list-item .holder {
  padding: 61px 32px;
}

@media only screen and (max-width: 1475px) {
  .faculties-list.has-5-items .faculties-list-item .holder {
    padding: 61px 22px;
  }
}

.faculties-list .icon-holder {
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}

.faculties-list .icon {
  background-color: #aa182c;
  position: relative;
  display: inline-block;
  width: 66px;
  height: 66px;
  overflow: hidden;
  border-radius: 50%;
}

.faculties-list .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 520px) {
  .faculties-list .icon {
    width: 45px;
    height: 45px;
  }
	
	

  .faculties-list .icon img {
    width: 58%;
    height: auto;
  }
}

.faculties-list .item-header {
  text-align: center;
}

.faculties-list .item-header h3 {
  font-size: 2.5em;
  color: black;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 705px) {
  .faculties-list .item-header h3 {
    font-size: 2em;
    min-height: 50px;
  }
}

@media only screen and (max-width: 620px) {
  .faculties-list .item-header h3 {
    font-size: 1.7em;
  }
}

@media only screen and (max-width: 400px) {
  .faculties-list .item-header h3 {
    font-size: 1.2em;
  }
}

.faculties-list .item-header .lead {
  font-size: 1.438em;
  color: black;
  line-height: 1;
}

.faculties-list .big-arrow {
  text-align: center;
  margin: 30px 0;
  line-height: 1;
	display:none;
}

.faculties-list .big-arrow svg {
  display: inline-block;
  width: 5.2em;
}

.faculties-list .big-arrow polyline {
  fill: none;
  stroke: #7b7b7b;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.faculties-list .features-list li {
  color: black;
  padding-right: 30px;
  background-image: url(./fonts/arrow.-black.svg?b08054e633fbc45e557b535b744e44a0);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1em;
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1;
}

.faculties-list .item-footer {
  text-align: center;
  margin-top: 38px;
}

@media only screen and (max-width: 814px) {
  .faculties-list .item-header .lead,
  .faculties-list .big-arrow,
  .faculties-list .item-footer,
  .faculties-list .features-list {
    display: none;
  }

  .faculties-list .mobile-title {
    display: none;
  }

  .faculties-list .item-header .text {
    display: inline-table;
  }

  .faculties-list .item-header h3 {
    text-align: center;
    margin: 0;
    height: 72px;
    display: table-cell;
    vertical-align: middle;
  }

  .faculties-list .faculties-list-item {
    padding: 2px 5px;
  }

  .faculties-list .faculties-list-item:nth-child(odd) {
    background-color: white;
  }

  .faculties-list .faculties-list-item:after {
    display: none !important;
  }

  .faculties-list .faculties-list-item > .holder {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
  }
}

.red-button,
.acf_content .president-section .president-article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.page-template-template-about .president-section .president-article a,
.page-template-template-about-en .president-section .president-article a {
  padding: 10px 16px;
  background-color: #aa182c;
  border-radius: 30px;
  color: white;
  display: inline-block;
  line-height: 1;
  position: relative;
}

.red-button.arrow,
.acf_content .president-section .president-article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.page-template-template-about .president-section .president-article a,
.page-template-template-about-en .president-section .president-article a {
  padding-left: 35px;
}

.red-button.arrow:after,
.acf_content .president-section .president-article a:after,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a:after,
.page-template-template-about .president-section .president-article a:after,
.page-template-template-about-en .president-section .president-article a:after {
  content: "";
  width: 1em;
  height: 1em;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background: black url(./fonts/arrow.svg?447e01fd6be6e00664dd2cc3b945545d) center no-repeat;
  background-size: 0.8em;
  border-radius: 50%;
}

.red-button:hover,
.acf_content .president-section .president-article a:hover,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a:hover,
.page-template-template-about .president-section .president-article a:hover,
.page-template-template-about-en .president-section .president-article a:hover {
  color: white;
  background-color: #861323;
}
.news-list-footer .red-button {width:83px;height: 16px;
    margin: 400px auto 0;; color:#ffffff;}


.contact-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact-slider::after {
  clear: both;
  content: "";
  display: table;
}

.contact-slider .contact-form {
  width: 33.4%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #aa182c;
  color: white;
}

@media only screen and (max-width: 1093px) {
  .contact-slider .contact-form {
    width: 50%;
  }
}

@media only screen and (max-width: 620px) {
  .contact-slider .contact-form {
    display: none;
  }
}

.contact-slider .contact-form .content {
  text-align: center;
}

.contact-slider .contact-form .content p {
  font-size: 1.1em;
}

@media only screen and (max-width: 1093px) {
  .contact-slider .contact-form .content p {
    font-size: 0.9em;
  }
}

.contact-slider .contact-form .content .headline-3 {
  font-size: 2.75em;
  line-height: 1;
  margin-bottom: 21px;
}

@media only screen and (max-width: 1399px) {
  .contact-slider .contact-form .content .headline-3 {
    font-size: 2em;
  }
}

.contact-slider .contact-form form {
  padding: 0 65px;
}

@media only screen and (max-width: 1399px) {
  .contact-slider .contact-form form {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 1093px) {
  .contact-slider .contact-form form {
    padding: 0;
  }
}

.contact-slider .contact-form .form-container {
  padding: 38px 74px;
}

@media only screen and (max-width: 1399px) {
  .contact-slider .contact-form .form-container {
    padding: 38px 37px;
  }
}

@media only screen and (max-width: 1093px) {
  .contact-slider .contact-form .form-container {
    padding: 18px 22px;
  }
}

.contact-slider .contact-form .ninja-forms-required-items {
  display: none;
}

.contact-slider .contact-form .submit-wrap {
  text-align: center;
}

.contact-slider .slider {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 620px) {
  .contact-slider .slider {
    height: 170px;
  }
}

@media only screen and (max-width: 422px) {
  .contact-slider .slider {
    height: 130px;
  }
}

.contact-slider .slick-track,
.contact-slider .slick-list,
.contact-slider .slick-slider {
  height: 100%;
}

.contact-slider .slick-dots {
  position: absolute;
  z-index: 15;
  right: 26px;
  bottom: 16px;
}

.contact-slider .slider-item,
.contact-slider .slider-item .holder {
  height: 100%;
  position: relative;
}

.contact-slider .slider-item .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}

.contact-slider .slider-item .text {
  background-color: white;
  padding: 30px 45px;
  position: absolute;
  z-index: 10;
  left: 32px;
  bottom: 52px;
  text-align: center;
}

.contact-slider .slider-item .text p {
  color: #555555;
  font-size: 1.4em;
  margin-bottom: 0;
  line-height: 1;
}

.contact-slider .slider-item .text .headline-3 {
  font-size: 4em;
  color: #aa182c;
  font-weight: 600;
  line-height: 1.5;
}

.contact-slider .slider-item .text .headline-4 {
  font-size: 2.2em;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.4;
}

@media only screen and (max-width: 869px) {
  .contact-slider .slider-item .text {
    background-color: rgba(221, 221, 221, 0.8);
    padding: 15px 22px;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 620px) {
  .contact-slider .slider-item .text {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5c5c5+70,c5c5c5+100&1+65,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(65%, #c5c5c5), color-stop(70%, rgba(197, 197, 197, 0.86)), to(rgba(197, 197, 197, 0)));
    background: linear-gradient(to right, #c5c5c5 65%, rgba(197, 197, 197, 0.86) 70%, rgba(197, 197, 197, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#00c5c5c5',GradientType=1 );
    /* IE6-9 */
    padding: 15px 156px 15px 22px;
    z-index: 10;
    left: 0;
    right: auto;
    bottom: 0;
    top: 0;
    font-size: 0.7em;
  }

  .contact-slider .slider-item .text p {
    color: #aa182c;
  }
}

@media only screen and (max-width: 422px) {
  .contact-slider .slider-item .text {
    font-size: 0.5em;
  }
}

@media only screen and (max-width: 371px) {
  .contact-slider .slider-item .text {
    padding: 15px 100px 15px 22px;
  }
}

@media only screen and (max-width: 330px) {
  .contact-slider .slider-item .text {
    padding: 15px 75px 15px 22px;
  }
}

.black-button,
.contact-slider .contact-form .submit-wrap input[type="submit"],
.contact-form-personal-consultation .submit-wrap input[type="submit"] {
  padding: 10px 67px;
  background-color: black;
  color: white;
  font-size: 1.2em;
  border-radius: 50px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.black-button:hover,
.contact-slider .contact-form .submit-wrap input[type="submit"]:hover,
.contact-form-personal-consultation .submit-wrap input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.career-center {
  background: #E6E6E6 url(./images/home-carrer-background.png?e5db30908ff444edce99c09814f85bec) no-repeat top right;
  padding: 0 171px;
  position: relative;
}

.career-center::after {
  clear: both;
  content: "";
  display: table;
}

.career-center .slider {
  padding: 146px 0 15px 0;
  float: left;
  width: 50%;
}

.career-center .article {
  position: absolute;
  right: 171px;
  left: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 758px) {
  .career-center .article {
    right: 364px !important;
    left: 10% !important;
  }
}

.career-center .article h3 {
  color: #aa182c;
  font-size: 5em;
  line-height: 0.9;
  margin-bottom: 0;
}

@media only screen and (max-width: 1146px) {
  .career-center .article h3 {
    font-size: 3em;
  }
}

@media only screen and (max-width: 1460px) {
  .career-center {
    padding: 0 121px;
  }

  .career-center .article {
    right: 121px;
  }
}

@media only screen and (max-width: 1340px) {
  .career-center {
    padding: 0 90px;
  }

  .career-center .article {
    left: 52%;
    right: 90px;
  }
}

@media only screen and (max-width: 1100px) {
  .career-center {
    padding: 0 32px;
  }

  .career-center .article {
    left: 52%;
    right: 32px;
  }
}

.career-center .slick-dots {
  text-align: center;
}

.career-center .article .headline-3 {
  color: #aa182c;
  font-size: 4.563em;
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 5px;
}

.career-center .article .article-footer {
  margin-top: 34px;
}

.career-center .article .headline-4 {
  color: black;
  font-size: 2em;
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 35px;
}

.career-center .article hr {
  border-bottom: 8px solid black;
  width: 180px;
}

@media only screen and (max-width: 950px) {
  .career-center .article {
    font-size: 0.8em;
  }

  .career-center .article hr {
    border-bottom: 6px solid black;
  }
}

@media only screen and (max-width: 770px) {
  .career-center .article .headline-3 {
	  
    font-size: 3.563em;
  }

  .career-center .article .headline-4 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 670px) {
  .career-center .article .headline-3 {
    font-size: 3em;
  }

  .career-center .article .headline-4 {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 869px) {
  .slick-dots {
    bottom: 4px;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  background-color: white;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  text-indent: -999px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background-color: #aa182c;
}

.slick-dots li:not(.slick-active) button {
  cursor: pointer;
}

.article-with-action .headline-3 {
  color: #aa182c;
  font-size: 4.563em;
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 5px;
}

.article-with-action .article-footer {
  margin-top: 34px;
}

.article-with-action .headline-4 {
  color: black;
  font-size: 2em;
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 35px;
}

.article-with-action hr {
  border-bottom: 8px solid black;
  width: 180px;
}

@media only screen and (max-width: 950px) {
  .article-with-action {
    font-size: 0.8em;
  }

  .article-with-action hr {
    border-bottom: 6px solid black;
  }
}

@media only screen and (max-width: 770px) {
  .article-with-action .headline-3 {
    font-size: 3.563em;
  }

  .article-with-action .headline-4 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 670px) {
  .article-with-action .headline-3 {
    font-size: 3em;
  }

  .article-with-action .headline-4 {
    font-size: 1.3em;
  }
}

.lecturers-slider .slick-slider {
  padding: 0 140px;
}

.lecturers-slider .slick-arrow {
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  border: 0;
  padding: 0;
}

.lecturers-slider .slick-arrow svg {
  width: 50px;
}

.lecturers-slider .slick-arrow svg .st0 {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lecturers-slider .slick-arrow span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.lecturers-slider .slick-arrow.slick-prev {
  left: 50px;
}

.lecturers-slider .slick-arrow.slick-next {
  right: 50px;
}

.lecturers-slider .slick-arrow.slick-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 1200px) {
  .lecturers-slider .slick-slider {
    padding: 0 100px;
  }

  .lecturers-slider .slick-arrow.slick-prev {
    left: 25px;
  }

  .lecturers-slider .slick-arrow.slick-next {
    right: 25px;
  }
}

@media only screen and (max-width: 1000px) {
  .lecturers-slider .slick-slider {
    padding: 0 50px;
  }

  .lecturers-slider .slick-arrow.slick-prev {
    left: 0;
  }

  .lecturers-slider .slick-arrow.slick-next {
    right: 0;
  }
}

@media only screen and (max-width: 740px) {
  .lecturers-slider .slick-slider {
    padding: 0 25px;
  }

  .lecturers-slider .slick-arrow svg {
    width: 30px;
  }
}

.lecturers-slider img {
  height: auto;
}

.lecturers-slider .lecturer-item {
  padding: 14px;
}

.lecturers-slider .lecturer-item a {
  display: block;
  line-height: 0;
}

.lecturers-slider .lecturer-item .text {
  line-height: 1;
  text-align: center;
  padding-top: 29px;
}

.lecturers-slider .lecturer-item .text p {
  margin: 0;
  color: white;
}

.lecturers-slider .lecturer-item .text .lecturer-name {
  font-size: 1.416em;
  font-weight: 300;
}

.lecturers-slider .lecturer-item .text .lecturer-title {
  font-size: 1em;
}

@media only screen and (max-width: 900px) {
  .lecturers-slider .lecturer-item .text {
    font-size: 0.90em;
  }
}

.news-event-list li {  display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 36px;
    cursor: pointer;
    width: 300px;
    float: right;
    background: #e6e6e6;
    margin: 0 40px;
    padding: 10px;
}

.news-event-list li .image {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news-event-list li .image img {
  height: 246px;
	width:300px;
    display: block;
    margin: 0 auto;
}

.news-event-list li .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 15px;
	text-align:center;
		margin-top:20px;
}

.news-event-list li .text h3 {
  font-weight: 400;
}

.news-event-list li .text .date {
  color: #aa182c;
  margin: 0;
  font-size: 0.9em;
}

.news-event-list li.active-post .text h3 {
  font-weight: 800;
}

@media only screen and (max-width: 1000px) {
  .news-event-list.with-preview li.active-post .text h3 {
    font-weight: 400;
  }
}

.page-menu {
  -webkit-box-shadow: 0 0 18px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 18px -2px rgba(0, 0, 0, 0.5);
  background-color: white;
}

.page-menu ul.menu {
  text-align: center;
  line-height: 0;
}

.page-menu ul.menu ul {
  display: none;
  text-align: right;
}

.page-menu ul.menu a {
  display: inline-block;
}

.page-menu ul.menu > li {
  display: inline-block;
  border-left: 1px solid #d2d2d2;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-menu ul.menu > li:first-child {
  border-right: 1px solid #d2d2d2;
}

.page-menu ul.menu > li:focus,
.page-menu ul.menu > li:hover {
  background-color: #d2d2d2;
}

.page-menu ul.menu > li > a {
  width: 130px;
  height: 60px;
  position: relative;
  display: block;
  line-height: 1;
  color: black;
}

.page-menu ul.menu > li > a > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-image {
  overflow: hidden;
  position: relative;
	margin-top:130px;
}

.top-image > div {
  width: 100%;
  padding-bottom: 20.85%;
}

.top-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

/*.top-image.mobile-mode > div {
  padding-bottom: 43.85%;
}*/

.page-header {
  text-align: center;
  margin: 58px 0 15px;
}

.page-header h1 {
  color: #aa182c;
  margin: 0;
  font-size: 3.499em;
  font-weight: 300;
  line-height: 0.9;
}

@media only screen and (max-width: 600px) {
  .page-header h1 {
    font-size: 2.3em;
  }
}

.page-header .breadcrumb {
  font-size: 0.9em;
  margin-top: 21px;
}

.page-header .breadcrumb > span {
  display: block;
}

.page-header .breadcrumb a {
  color: black;
}

.page-header .breadcrumb .breadcrumb_last {
  color: #aa182c;
}

.parallax-container {
  position: relative;
  overflow: hidden;
}

.parallax-container.no-content {
  height: 400px;
}

.parallax-container .parallax-image {
  position: absolute;
  z-index: 1;
  height: 100% !important;
  left: 0;
  top: 0;
  width: 100%;
}

.parallax-container .parallax-content-holder {
  padding: 50px 0;
  position: relative;
  z-index: 5;
}

.event-list .event-list-item {
  margin-bottom: 18px;
  -webkit-box-shadow: 0 1px 0 0 rgba(8, 9, 8, 0);
          box-shadow: 0 1px 0 0 rgba(8, 9, 8, 0);
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}

.event-list .event-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
  position: relative;
}

.event-list .event-list-item a::after {
  clear: both;
  content: "";
  display: table;
}

.event-list .event-list-item .item-date {
  padding: 22px 21px;
  width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #dadada;
  color: #aa182c;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.event-list .event-list-item .item-date .month {
  font-size: 1.2em;
}

.event-list .event-list-item .item-date .month:after {
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  background-color: black;
}

.event-list .event-list-item .item-date .day {
  font-size: 1.9em;
  font-weight: 600;
}

.event-list .event-list-item .item-content {
  padding: 22px 19px;
  background-color: #e1e2e2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.85em;
  line-height: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.event-list .event-list-item .item-content p {
  margin-bottom: 0;
}

.event-list .event-list-item .item-content .item-title {
  font-size: 1.8em;
  font-weight: 100;
  margin-bottom: 10px;
}

.event-list .event-list-item:hover {
  -webkit-box-shadow: 0 1px 38px 0 rgba(8, 9, 8, 0.48);
          box-shadow: 0 1px 38px 0 rgba(8, 9, 8, 0.48);
}

.event-list .event-list-item:hover .item-content {
  background-color: #ebebeb;
}

.event-list .event-list-item:hover .item-date {
  background-color: #dadada;
}

@media only screen and (max-width: 1190px) {
  .event-list .item-title {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    word-wrap: normal;
  }

  .event-list .item-description {
    overflow: hidden;
    max-height: 39px;
  }
}

@media only screen and (max-width: 550px) {
  .event-list .event-list-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .event-list .event-list-item .item-date {
    width: 100%;
    padding: 15px 21px;
  }

  .event-list .event-list-item .item-date .month {
    font-size: 1.1em;
  }

  .event-list .event-list-item .item-date .day {
    font-size: 1.5em;
    line-height: 1;
  }

  .event-list .item-title {
    display: block;
    overflow: visible;
    white-space: normal;
    word-wrap: normal;
  }

  .event-list .item-description {
    max-height: none;
  }
}

.news-list img {
  width: auto;
  height: auto;
  display: block;
}

.news-list a {
  display: block;
  color: #aa182c;
}
.news-list .news-list-item a {
  display: block;
  color: #ffffff;
}

.news-list .news-list-item {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.news-list .news-list-item .image {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.news-list .news-list-item .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 17px 15px 17px 100px;
  background-color: #aa182c;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.news-list .news-list-item .text .item-title {
  font-size: 1.6em;
  line-height: 1;
  margin-bottom: 14px;
  font-weight: 400;
}

.news-list .news-list-item .text .description {
  line-height: 1.1;
  font-size: 0.8em;
  max-height: 16px;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
}

.news-list .news-list-item .text .description p {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin: 0;
}

.news-list .news-list-item .round-white-arrow {
  position: absolute;
  left: 15px;
  bottom: 17px;
}

.news-list .news-list-item:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-list .news-list-item:hover .text {
  background-color: rgba(222, 22, 22, 0.85);
}

.news-list .news-list-item:hover .text .description {
  max-height: 1500px;
}

.news-list .news-list-item:hover .text .description p {
  white-space: normal;
  margin: 0;
}

@media only screen and (max-width: 1190px) {
  .news-list .news-list-item {
    min-height: 254px;
  }

  .news-list .news-list-item .image {
    height: 100%;
    text-align: center;
  }

  .news-list .news-list-item .image img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}

@media only screen and (max-width: 857px) {
  .news-list .news-list-item {
    min-height: 0;
  }

  .news-list .news-list-item .image {
    height: auto;
  }

  .news-list .news-list-item .image img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 550px) {
  .news-list .news-list-item {
    min-height: 254px;
  }

  .news-list .news-list-item .image {
    height: 100%;
    text-align: center;
  }

  .news-list .news-list-item .image img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}

.contact-form-personal-consultation {
  background-color: #9f9f9d;
  color: white;
  padding: 55px 0 33px;
}

.contact-form-personal-consultation .ninja-forms-required-items {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.contact-form-personal-consultation .nf-desc {
  text-align: center;
  margin-bottom: 26px;
}

.contact-form-personal-consultation .nf-desc h3 {
  font-size: 2.817em;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

.contact-form-personal-consultation .nf-desc p {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 0.917;
  margin: 0;
}

.contact-form-personal-consultation input,
.contact-form-personal-consultation select {
  margin: 0;
  border: 0;
}

.contact-form-personal-consultation .field-wrap:not(.submit-wrap):not(.checkbox-wrap) {
  width: 25%;
  float: right;
  margin: 0;
  padding: 0 6px;
}

.contact-form-personal-consultation .checkbox-wrap {
  text-align: center;
  clear: both;
  margin: 0;
  padding: 16px 0 18px;
}

.contact-form-personal-consultation .checkbox-wrap input[type="checkbox"] {
  margin-right: 0;
  margin-left: 10px;
  vertical-align: middle;
}

.contact-form-personal-consultation .checkbox-wrap label {
  vertical-align: top;
  font-weight: 100;
  margin: 0;
}

.contact-form-personal-consultation .submit-wrap {
  text-align: center;
}

.contact-form-personal-consultation .ninja-forms-field-error {
  text-align: center;
  color: black;
}

.contact-form-personal-consultation .ninja-forms-error-msg {
  text-align: center;
  max-width: 500px;
  background-color: black;
  border-radius: 5px;
  padding: 10px;
  margin: 0 auto 15px;
  color: #e54545;
}

.contact-form-personal-consultation .ninja-forms-error-msg p {
  margin: 0;
}

@media only screen and (max-width: 751px) {
  .contact-form-personal-consultation .nf-desc h3 {
    margin-bottom: 10px;
  }

  .contact-form-personal-consultation .field-wrap:not(.submit-wrap):not(.checkbox-wrap) {
    width: 50%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 350px) {
  .contact-form-personal-consultation .nf-desc h3 {
    font-size: 1.7em;
  }

  .contact-form-personal-consultation .nf-desc p {
    font-size: 1.2em;
  }

  .contact-form-personal-consultation .field-wrap:not(.submit-wrap):not(.checkbox-wrap) {
    width: 100%;
    margin-bottom: 15px;
  }
}

.__vev_calendar-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.__vev_calendar-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.__vev_calendar-wrapper .cal-wrapper {
  float: right;
  width: 50%;
  padding-left: 100px;
}

@media only screen and (max-width: 960px) {
  .__vev_calendar-wrapper .cal-wrapper {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 865px) {
  .__vev_calendar-wrapper .cal-wrapper {
    padding-left: 0;
    width: 100%;
    max-width: 410px;
    margin: 0 auto 50px;
    float: none;
  }
}

.__vev_calendar-wrapper .cal-wrapper .paint {
  position: relative;
  background-color: #f5f5f5;
}

.__vev_calendar-wrapper .cal-wrapper .date-num {
  line-height: 50px;
  margin: 0;
}

.__vev_calendar-wrapper .cal-wrapper .loading-container {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 999;
}

.__vev_calendar-wrapper .cal-wrapper .loading-container .message {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  text-align: center;
  font-size: 1.4em;
  left: 0;
  width: 100%;
  font-weight: 100;
  padding: 0;
  margin: 0;
}

.__vev_calendar-wrapper .cal-wrapper .cal-header {
  position: relative;
  width: 100%;
  font-weight: 500;
  overflow: hidden;
  padding-bottom: 0;
  background-color: #878787;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.__vev_calendar-wrapper .cal-wrapper .cal-header > div {
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.__vev_calendar-wrapper .cal-wrapper .cal-header > div:not(.title) {
  top: 50%;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid white;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.__vev_calendar-wrapper .cal-wrapper .cal-header .l {
  left: 6%;
}

.__vev_calendar-wrapper .cal-wrapper .cal-header .r {
  right: 6%;
}

.__vev_calendar-wrapper .cal-wrapper .cal-header .title {
  width: 100%;
  text-align: center;
  font-size: 1.7em;
  padding: 10px;
  font-weight: 100;
}

.__vev_calendar-wrapper .cal-wrapper .cal-header a.icon {
  color: white;
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
}

.__vev_calendar-wrapper .cal-wrapper .cal-header a.icon:before {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 6px;
}

.__vev_calendar-wrapper .cal-wrapper .cal-header a.icon.arrow-left:before {
  left: 11px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.__vev_calendar-wrapper .cal-wrapper .cal-header a.icon.arrow-right:before {
  right: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.__vev_calendar-wrapper .cal-wrapper .cal-body {
  width: 100%;
}

.__vev_calendar-wrapper .cal-wrapper .cal-body .weeks {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 1rem;
}

.__vev_calendar-wrapper .cal-wrapper .cal-body .weeks .item {
  line-height: 50px;
  float: right;
  width: 14.285%;
}

.__vev_calendar-wrapper .cal-wrapper .cal-body .dates {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 1rem;
}

.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item {
  position: relative;
  float: right;
  display: block;
  width: 14.285%;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
}

.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .date-num {
  font-size: 1rem;
  position: relative;
  z-index: 3;
}

.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-event {
  content: '';
  background-color: #fb2121;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item.selected {
  color: #ffffff;
}

.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-selected {
  background-color: #c70c0c;
}

.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-selected,
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-today {
  content: '';
  border: 1px solid #fb2121;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-left: -18px;
  margin-top: -19px;
}

.__vev_calendar-wrapper .events-wrapper {
  width: 50%;
  float: right;
  margin-top: 0;
  padding: 0;
}

@media only screen and (max-width: 865px) {
  .__vev_calendar-wrapper .events-wrapper {
    width: 100%;
    float: none;
  }
}

.__vev_calendar-wrapper .events-wrapper .event-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #efefef;
}

.__vev_calendar-wrapper .events-wrapper .event-item .event-wrapper.has-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.__vev_calendar-wrapper .events-wrapper .event-item .event-wrapper.has-image .image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 300px;
}

.__vev_calendar-wrapper .events-wrapper .event-item .event-wrapper.has-image .image a,
.__vev_calendar-wrapper .events-wrapper .event-item .event-wrapper.has-image .image img {
  display: block;
}

.__vev_calendar-wrapper .events-wrapper .event-item .event-wrapper.has-image .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rtl .__vev_calendar-wrapper .events-wrapper .event-item .event-wrapper.has-image .text {
  padding-right: 22px;
}

.__vev_calendar-wrapper .events-wrapper .event-item .event-wrapper .title {
  line-height: 1;
  margin: 0;
}

.__vev_calendar-wrapper .events-wrapper .event-item .event-wrapper .event-meta {
  list-style: none;
  margin: 7px 0;
  line-height: 1;
  padding: 0;
}

.__vev_calendar-wrapper .events-wrapper .event-item .event-wrapper .event-meta li {
  line-height: 1;
  display: inline-block;
  font-size: 0.75em;
  color: #353535;
  vertical-align: middle;
}

.__vev_calendar-wrapper .events-wrapper .event-item .event-wrapper .event-meta li:not(:last-child):after {
  content: " | ";
}

.__vev_calendar-wrapper .events-wrapper .event-item .event-wrapper .description {
  font-size: 0.8em;
  line-height: 1;
  color: #353535;
  margin: 0;
}

.__vev_calendar-wrapper .events-wrapper .event-item .event-wrapper a.event-link {
  display: block;
  font-size: 0.85em;
  margin-top: 5px;
  color: #aa182c;
}

.events-news-lists .section-head {
  text-align: center;
  margin-bottom: 0;
}

.events-news-lists .section-head .section-title {
  font-size: 2.4em!important;
  color: black;
  margin-bottom: 5px;
  font-weight: 100;
  line-height: 1;
}

.events-news-lists .section-head .lead {
  font-size: 1.2em;
  margin-bottom: 0;
}

.events-news-lists .section-content {
  margin-top: 50px;
}

.events-news-lists .section-content::after {
  clear: both;
  content: "";
  display: table;
}

.events-news-lists .section-content .events {
  margin-bottom: 50px;
}

.events-news-lists .section-content > div {
  width: 50%;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.events-news-lists .section-content > div:first-child {
  padding-left: 25px;
}

.events-news-lists .section-content > div:last-child {
  padding-right: 25px;
}

@media only screen and (max-width: 857px) {
  .events-news-lists .section-content > div {
    width: 100%;
    max-width: 574px;
    margin: 0 auto;
    float: none;
    padding: 0;
  }

  .events-news-lists .section-content > div:first-child,
  .events-news-lists .section-content > div:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}

.events-news-lists .list-footer {
  text-align: center;
}

.masonry-box {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}

.masonry-box .box-inner {
  position: relative;
}

.masonry-box .box-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  background-color: rgba(238, 238, 238, 0.92);
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
}

.masonry-box .box-content .box-title {
  color: #000000;
  font-size: 1.3em;
  font-weight: 300;
  padding: 5px 0 10px;
  line-height: 1.1;
  margin: 0;
}

.masonry-box .box-content .box-description {
  color: #000000;
  font-size: 0.9em;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  padding: 14px 15px;
  position: relative;
  display: block;
  margin: 0;
}

.masonry-box .box-content .box-description:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #aa182c;
  width: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 7px;
}

@media only screen and (max-width: 550px) {
  .masonry-box .box-content .box-description {
    display: none;
  }
}

.masonry-box .box-content .text-holder {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.masonry-box:hover .box-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.masonry-box:hover .box-content .text-holder {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.masonry-box .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.masonry-box .image img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
}

.masonry-slider .box-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.masonry-slider.default-layout .slick-slide::after {
  clear: both;
  content: "";
  display: table;
}

.masonry-slider.default-layout .masonry-box {
  padding: 5px;
}

.masonry-slider.default-layout .box-wrapper {
  float: right;
}

.masonry-slider.default-layout .box-wrapper-1 .box-inner {
  padding-bottom: 161%;
}

.masonry-slider.default-layout .box-wrapper-2 .box-inner {
  padding-bottom: 49.3%;
}

.masonry-slider.default-layout .box-wrapper-3 .box-inner {
  padding-bottom: 75.7%;
}

.masonry-slider.default-layout .box-wrapper-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.masonry-slider.default-layout .box-wrapper-3,
.masonry-slider.default-layout .box-wrapper-1 {
  width: 28%;
}

.masonry-slider.default-layout .box-wrapper-2 {
  width: 44%;
}

@media only screen and (max-width: 860px) {
  .masonry-slider.default-layout .box-wrapper-1 {
    width: 39.2%;
  }

  .masonry-slider.default-layout .box-wrapper-2 {
    width: 60.8%;
  }

  .masonry-slider.default-layout .box-wrapper-3 {
    width: 100%;
  }

  .masonry-slider.default-layout .box-wrapper-3::after {
    clear: both;
    content: "";
    display: table;
  }

  .masonry-slider.default-layout .box-wrapper-3 .masonry-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    float: right;
  }
}

@media only screen and (max-width: 400px) {
  .masonry-slider.default-layout .box-wrapper-1 {
    width: 100%;
  }

  .masonry-slider.default-layout .box-wrapper-2 {
    width: 100%;
  }

  .masonry-slider.default-layout .box-wrapper-3 .masonry-box {
    width: 100%;
  }
}

.accordion {
  max-width: 890px;
  margin: 0 auto;
}

.accordion .accordion-item {
  border-bottom: 1px solid #dfdfdf;
}

.accordion .accordion-item .accordion-item-header {
  cursor: pointer;
  position: relative;
  color: #000000;
  font-size: 1.35em;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 15px;
  border-radius: 5px;
  max-width: 890px;
  -webkit-transition: color 0.5s ease-out, background-color 0.7s ease-out;
  transition: color 0.5s ease-out, background-color 0.7s ease-out;
}

.accordion .accordion-item .accordion-item-header .accordion-title {
  display: inline-block;
  margin: 0;
}

.accordion .accordion-item .accordion-item-header .icon {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 1.1em;
  height: 1.1em;
  margin-left: 15px;
  /* Vertical line */
  /* horizontal line */
}

.accordion .accordion-item .accordion-item-header .icon:before,
.accordion .accordion-item .accordion-item-header .icon:after {
  content: "";
  position: absolute;
  background-color: #aa182c;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.accordion .accordion-item .accordion-item-header .icon:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.accordion .accordion-item .accordion-item-header .icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.accordion .accordion-item.is-open .icon:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: white;
}

.accordion .accordion-item.is-open .icon:after {
  background-color: white;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion .accordion-item .accordion-item-body {
  color: #6f6f6f;
  font-size: 1.225em;
  font-weight: 300;
  line-height: 1.1;
}

.accordion .accordion-item .accordion-item-body > div {
  padding: 20px 40px 35px 0;
}

.accordion .accordion-item.is-open .accordion-item-header {
  background: #aa182c;
  color: white;
}

.accordion .accordion-item.is-open .accordion-item-header .icon {
  color: white;
}

.accordion .accordion-item.is-open .accordion-item-body {
  display: block;
}

@media only screen and (max-width: 900px) {
  .accordion {
    max-width: 760px;
  }

  .accordion .accordion-item-header {
    font-size: 1.15em;
  }
}

@media only screen and (max-width: 715px) {
  .accordion {
    max-width: 500px;
  }

  .accordion .accordion-item-header {
    font-size: .8em;
  }
}

@media only screen and (max-width: 450px) {
  .accordion {
    max-width: 310px;
  }

  .accordion .accordion-item-header h3 {
    display: inline;
  }
}

.lecturers-grid {
  margin: 0 -12px;
}

.lecturers-grid .lecturers-filters {
  text-align: center;
  margin: 33px 0 40px;
  font-size: 0.85em;
}

.lecturers-grid .lecturers-filters .ui.selection.dropdown {
  margin: 0 8px;
  width: 160px !important;
}

.lecturers-grid .grid-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  margin-bottom: 38px;
}

.lecturers-grid .grid-item .item-link {
  display: block;
  line-height: 1;
}

.lecturers-grid .grid-item .image {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 118.2%;
}

.lecturers-grid .grid-item .image img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  max-width: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.lecturers-grid .grid-item .image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lecturers-grid .grid-item .description {
  text-align: center;
  color: black;
  min-height: 55px;
}

.lecturers-grid .grid-item .description .name {
  margin: 21px 0 9px;
  color: black;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1;
}

.lecturers-grid .grid-item .description .title {
  margin: 0;
  font-size: 0.9em;
  color: #6a6a6a;
}

.ui.selection.dropdown {
  display: inline-block !important;
  width: auto !important;
  min-height: 0 !important;
  border: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  border-radius: 0 !important;
}

.ui.selection.dropdown input.search {
  margin: 0;
  padding: 10px 12px 14px 2.1em !important;
}

.ui.selection.dropdown .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: black !important;
  font-size: 1.1em;
  width: 100%;
  padding: 10px 12px !important;
  text-align: right;
  border-radius: 50px !important;
  border: 1px solid #bdbdbd;
}

.ui.selection.dropdown .dropdown.icon {
  top: 1em !important;
  right: auto !important;
  left: 1em !important;
}

.ui.selection.dropdown .menu {
  top: 107% !important;
  border: 1px solid #bdbdbd !important;
  -webkit-box-shadow: 0 0 6px 2px rgba(34, 36, 38, 0.22) !important;
          box-shadow: 0 0 6px 2px rgba(34, 36, 38, 0.22) !important;
}

.ui.selection.dropdown .menu > .item {
  text-align: right !important;
}

.box-images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
}

@media only screen and (max-width: 884px) {
  .box-images-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.box-images-container .box-inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  margin-bottom: 8px;
}

.box-images-container .box-inner a {
  display: block;
  position: relative;
  color: black;
}

.box-images-container .box-inner a .box-content {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.92);
}

.box-images-container .box-inner a .box-content h3 {
  margin: 0;
  padding: 5px 0;
  color: #000000;
  font-size: 1.367em;
}

.box-images-container .box-inner a img {
  display: block;
}

.panel-widget-style.left-column {
  background: #eaeaea;
  padding: 22px;
}

.panel-widget-style.left-column strong {
  font-weight: 700;
}

.panel-widget-style.left-column p {
  border-bottom: 1px solid #FFF;
  padding-bottom: 13px;
}

.panel-widget-style.left-column p:last-child {
  border: none;
  padding-bottom: 0;
}

.panel-widget-style.right-column strong {
  font-weight: 700;
}

.panel-widget-style.right-column p {
  margin: 0;
  padding: 6px 0 5px 0;
}

.panel-widget-style.right-column ul li {
  position: relative;
  padding-right: 18px;
  color: #4d4d4d;
  font-size: 0.9em;
}

.panel-widget-style.right-column ul li:before {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
}

.page-description {
  color: #020000;
  /*font-size: 28px;*/
  line-height: .6;
  text-align: center;
  padding: 0 25px 35px 25px;
}

.page-description p {
  line-height: 1.2;
  margin: 0;
}

.masonry-static > div::after {
  clear: both;
  content: "";
  display: table;
}

.masonry-static .box-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.masonry-static.default-layout .slick-slide::after {
  clear: both;
  content: "";
  display: table;
}

.masonry-static.default-layout .masonry-box {
  margin: 9px;
}

@media only screen and (max-width: 693px) {
  .masonry-static.default-layout .box-wrapper .image img {
    height: auto;
  }
}

.masonry-static.default-layout .box-wrapper {
  float: right;
}

.masonry-static.default-layout .box-wrapper-1 .box-inner {
  padding-bottom: 140%;
}

@media only screen and (max-width: 693px) {
  .masonry-static.default-layout .box-wrapper-1 .box-inner {
    padding-bottom: 70%;
  }
}

.masonry-static.default-layout .box-wrapper-2 .box-inner {
  padding-bottom: 49.3%;
}

.masonry-static.default-layout .box-wrapper-3 .box-inner {
  padding-bottom: 75.7%;
}

.masonry-static.default-layout .box-wrapper-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.masonry-static.default-layout .box-wrapper-3,
.masonry-static.default-layout .box-wrapper-1 {
  width: 42%;
}

.masonry-static.default-layout .box-wrapper-2 {
  width: 58%;
}

@media only screen and (max-width: 980px) {
  .masonry-static.default-layout .box-wrapper-1 {
    width: 41.8%;
  }

  .masonry-static.default-layout .box-wrapper-2 {
    width: 57%;
  }
}

@media only screen and (max-width: 693px) {
  .masonry-static.default-layout .box-wrapper-1 {
    width: 100%;
  }

  .masonry-static.default-layout .box-wrapper-2 {
    width: 100%;
  }
}

.page-template-template_faculty .masonry-static > div::after,
.page-template-template-faculty-en .masonry-static > div::after {
  clear: both;
  content: "";
  display: table;
}

.page-template-template_faculty .masonry-static .box-wrapper,
.page-template-template-faculty-en .masonry-static .box-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-template-template_faculty .masonry-static.default-layout .slick-slide::after,
.page-template-template-faculty-en .masonry-static.default-layout .slick-slide::after {
  clear: both;
  content: "";
  display: table;
}

.page-template-template_faculty .masonry-static.default-layout .masonry-box,
.page-template-template-faculty-en .masonry-static.default-layout .masonry-box {
  margin: 9px;
}

@media only screen and (max-width: 693px) {
  .page-template-template_faculty .masonry-static.default-layout .box-wrapper .image img,
  .page-template-template-faculty-en .masonry-static.default-layout .box-wrapper .image img {
    height: auto;
  }
}

.page-template-template_faculty .masonry-static.default-layout .box-wrapper,
.page-template-template-faculty-en .masonry-static.default-layout .box-wrapper {
  float: right;
}

@media only screen and (max-width: 730px) {
  .page-template-template_faculty .masonry-static.default-layout .box-wrapper,
  .page-template-template-faculty-en .masonry-static.default-layout .box-wrapper {
    float: none;
  }
}

.page-template-template_faculty .masonry-static.default-layout .box-wrapper-1 .box-inner,
.page-template-template_faculty .masonry-static.default-layout .box-wrapper-2 .box-inner,
.page-template-template_faculty .masonry-static.default-layout .box-wrapper-3 .box-inner,
.page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-1 .box-inner,
.page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-2 .box-inner,
.page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-3 .box-inner {
  padding-bottom: 137.4%;
}

@media only screen and (max-width: 731px) {
  .page-template-template_faculty .masonry-static.default-layout .box-wrapper-1 .box-inner,
  .page-template-template_faculty .masonry-static.default-layout .box-wrapper-2 .box-inner,
  .page-template-template_faculty .masonry-static.default-layout .box-wrapper-3 .box-inner,
  .page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-1 .box-inner,
  .page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-2 .box-inner,
  .page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-3 .box-inner {
    padding-bottom: 100.4%;
  }
}

.page-template-template_faculty .masonry-static.default-layout .box-wrapper-2,
.page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-template-template_faculty .masonry-static.default-layout .box-wrapper-3,
.page-template-template_faculty .masonry-static.default-layout .box-wrapper-1,
.page-template-template_faculty .masonry-static.default-layout .box-wrapper-2,
.page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-3,
.page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-1,
.page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-2 {
  width: 33.333333%;
}

@media only screen and (max-width: 730px) {
  .page-template-template_faculty .masonry-static.default-layout .box-wrapper-3,
  .page-template-template_faculty .masonry-static.default-layout .box-wrapper-1,
  .page-template-template_faculty .masonry-static.default-layout .box-wrapper-2,
  .page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-3,
  .page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-1,
  .page-template-template-faculty-en .masonry-static.default-layout .box-wrapper-2 {
    width: 61%;
    text-align: center;
    margin: 0 auto;
  }
}

/**
Views
**/

.home .your-success {
  background: url("/wp-content/themes/clb/assets/images/bg.jpg") no-repeat center center;
  height: 377px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 477px) {
  .home .your-success {
    padding-bottom: 45px;
  }
}

.home .your-success .success-title {
  text-align: center;
  color: #aa182c;
  font-size: 3.4em;
}

@media only screen and (max-width: 746px) {
  .home .your-success .success-title {
    font-size: 2.2em;
  }
}

.home .your-success .success-title:after {
  display: block;
  content: "";
  text-align: center;
  margin: 0 auto;
  margin-top: 8px;
  background-color: #aa182c;
  width: 155px;
  height: 1px;
  margin-bottom: 27px;
}

.home .your-success .success-text {
  color: #010000;
  font-size: 1.4em;
  line-height: 1;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 746px) {
  .home .your-success .success-text {
    font-size: 1.1em;
  }
}

.home .your-success .success-text:before {
  content: url("/wp-content/themes/clb/assets/images/home-quote.png");
  position: absolute;
  top: -32px;
  right: -31px;
}

.home .your-success .success-text:after {
  content: url("/wp-content/themes/clb/assets/images/home-quote.png");
  position: absolute;
  bottom: -69px;
  left: 15px;
}

.home .faculties-list-home .faculties-list {
  padding-top: 50px;
  margin-top: -50px;
}

.home .faculties-list-home .icon-holder {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 814px) {
  .home .contact-slider-home {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 620px) {
  .home .global-programs-home,
  .home .faculties-list-home,
  .home .contact-slider-home {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home .global-programs-home {
    margin-top: 15px;
  }
}

.home .home-fade-sr {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(73%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 73%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.home .global-programs {
  padding: 126px 0;
  background-position: top left;
  background-size: cover;
}

.home .global-programs::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 1280px) {
  .home .global-programs {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 970px) {
  .home .global-programs {
    padding: 0;
  }
}

.home .global-programs .article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 115px;
  float: left;
  width: 50%;
}

.home .global-programs .article h3 {
  color: #aa182c;
  font-size: 5em;
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (max-width: 1146px) {
  .home .global-programs .article h3 {
    font-size: 3em;
  }
}

@media only screen and (max-width: 1280px) {
  .home .global-programs .article {
    padding-left: 85px;
    width: 60%;
  }
}

@media only screen and (max-width: 970px) {
  .home .global-programs .article {
    width: 100%;
    background-color: rgba(231, 228, 221, 0.7);
    padding: 60px 32px;
  }
}

@media only screen and (max-width: 620px) {
  .home .global-programs .article {
    padding: 30px 32px;
  }

  .home .global-programs .article p:not(.headline) {
    display: none;
  }
}

.home .lecturers {
  padding: 61px 0 66px 0;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home .lecturers .lead-content {
  text-align: center;
  margin-bottom: 86px;
}

.home .lecturers .lead-content h3 {
  font-size: 5em;
  color: #ffffff;
  font-weight: 100;
  margin: 0;
  line-height: 1;
}

.home .lecturers .lead-content hr {
  width: 106px;
  border-bottom: 7px solid #aa182c;
  margin: 23px 121px;
}

.home .lecturers .lead-content .lead {
  color: white;
  line-height: 1.3;
  font-size: 1.5em;
}

.home .lecturers .lead-content .lead p {
  font-weight: 400;
  margin: 0;
}

.home .lecturers .section-footer {
  margin-top: 19px;
  text-align: center;
  font-size: 1.2em;
}

.home .news-and-events {
  background-color: #f6f6f6;
}

.home .news-and-events::after {
  clear: both;
  content: "";
  display: table;
}

.home .news-and-events .item-show,
.home .news-and-events .news-list {
  width: 100%;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  .home .news-and-events .item-show,
  .home .news-and-events .news-list {
    width: 100%;
  }
}

.home .news-and-events .news-list {
  padding: 0 150px;
}

@media only screen and (max-width: 1500px) {
  .home .news-and-events .news-list {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1300px) {
  .home .news-and-events .news-list {
    padding: 0 32px;
  }
}

.home .news-and-events .news-list-header {
  padding: 67px 0 51px 0; width:1200px;
}

.home .news-and-events .news-list-header h3 {
  color: black;
  font-size: 5em;
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 5px;
	text-align:center;
}

.home .news-and-events .news-list-header hr {
  width: 106px;
  border-bottom: 7px solid #aa182c;
	margin-right:352px;
}

@media only screen and (max-width: 1300px) {
  .home .news-and-events .news-list-header {
    padding: 30px 0 30px 0; width:100%;
  }

  .home .news-and-events .news-list-header h3 {
    font-size: 2.5em;
  }
}

.home .news-and-events .news-list-footer {
  padding-bottom: 32px;
}

.home .news-and-events .item-show {
  height: 100%;
}

.home .news-and-events .item-show .item-show-holder {
  height: 100%;
}

.home .news-and-events .item-show .item-show-holder img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.acf_content,
.acf-field-name-president_article,
.page-template-template-about,
.page-template-template-about-en {
  /**
	acf-field-name-parallax_content is for content editor in the admin
	 */
}

.acf_content .red-button,
.acf_content.acf-field-name-president_article.acf-field-name-president_article a,
.acf_content .president-section .president-article a,
.acf_content
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .acf_content a,
.page-template-template-about .president-section .president-article .acf_content a,
.page-template-template-about-en .president-section .president-article .acf_content a,
.acf-field-name-president_article .red-button,
.acf_content.acf-field-name-president_article.acf-field-name-president_article a,
.acf_content .president-section.acf-field-name-president_article a,
.acf_content .president-section .president-article
.acf-field-name-president_article a,
.acf-field-name-president_article a,
.acf-field-name-president_article .president-article a,
.president-section.acf-field-name-president_article .president-section.acf-field-name-president_article a,
.acf-field-name-president_article .president-section .president-article a,
.page-template-template-about.acf-field-name-president_article.acf-field-name-president_article a,
.page-template-template-about .president-section.acf-field-name-president_article a,
.page-template-template-about .president-section .president-article
.acf-field-name-president_article a,
.page-template-template-about-en.acf-field-name-president_article.acf-field-name-president_article a,
.page-template-template-about-en .president-section.acf-field-name-president_article a,
.page-template-template-about-en .president-section .president-article
.acf-field-name-president_article a,
.page-template-template-about .red-button,
.acf_content .president-section .president-article
.page-template-template-about a,
.page-template-template-about
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article
.page-template-template-about a,
.page-template-template-about.acf-field-name-president_article.acf-field-name-president_article a,
.page-template-template-about .president-section .president-article a,
.page-template-template-about-en .president-section .president-article
.page-template-template-about a,
.page-template-template-about-en .red-button,
.acf_content .president-section .president-article
.page-template-template-about-en a,
.page-template-template-about-en
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article
.page-template-template-about-en a,
.page-template-template-about .president-section .president-article
.page-template-template-about-en a,
.page-template-template-about-en.acf-field-name-president_article.acf-field-name-president_article a,
.page-template-template-about-en .president-section .president-article a {
  padding-left: 36px;
}

.acf_content .white-arrow,
.acf-field-name-president_article .white-arrow,
.page-template-template-about .white-arrow,
.page-template-template-about-en .white-arrow {
  background-position: 7%;
}

.acf_content .about-parallax,
.acf-field-name-president_article .about-parallax,
.page-template-template-about .about-parallax,
.page-template-template-about-en .about-parallax {
  margin-top: 150px;
}

.acf_content .parallax-content-holder,
.acf_content.acf-field-name-parallax_content,
.acf-field-name-president_article .parallax-content-holder,
.acf-field-name-president_article.acf-field-name-parallax_content,
.page-template-template-about .parallax-content-holder,
.page-template-template-about.acf-field-name-parallax_content,
.page-template-template-about-en .parallax-content-holder,
.page-template-template-about-en.acf-field-name-parallax_content {
  text-align: center;
}

.acf_content .parallax-content-holder.parallax-content-holder,
.acf_content.acf-field-name-parallax_content.parallax-content-holder,
.acf-field-name-president_article .parallax-content-holder.parallax-content-holder,
.acf-field-name-president_article.acf-field-name-parallax_content.parallax-content-holder,
.page-template-template-about .parallax-content-holder.parallax-content-holder,
.page-template-template-about.acf-field-name-parallax_content.parallax-content-holder,
.page-template-template-about-en .parallax-content-holder.parallax-content-holder,
.page-template-template-about-en.acf-field-name-parallax_content.parallax-content-holder {
  color: white;
}

.acf_content .parallax-content-holder h1,
.acf_content .parallax-content-holder .headline-1,
.acf_content.acf-field-name-parallax_content h1,
.acf_content.acf-field-name-parallax_content .headline-1,
.acf-field-name-president_article .parallax-content-holder h1,
.acf-field-name-president_article .parallax-content-holder .headline-1,
.acf-field-name-president_article.acf-field-name-parallax_content h1,
.acf-field-name-president_article.acf-field-name-parallax_content .headline-1,
.page-template-template-about .parallax-content-holder h1,
.page-template-template-about .parallax-content-holder .headline-1,
.page-template-template-about.acf-field-name-parallax_content h1,
.page-template-template-about.acf-field-name-parallax_content .headline-1,
.page-template-template-about-en .parallax-content-holder h1,
.page-template-template-about-en .parallax-content-holder .headline-1,
.page-template-template-about-en.acf-field-name-parallax_content h1,
.page-template-template-about-en.acf-field-name-parallax_content .headline-1 {
  color: #aa182c;
  font-size: 3.499em;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 46px;
}

.acf_content .parallax-content-holder h3,
.acf_content .parallax-content-holder .headline-3,
.acf_content.acf-field-name-parallax_content h3,
.acf_content.acf-field-name-parallax_content .headline-3,
.acf-field-name-president_article .parallax-content-holder h3,
.acf-field-name-president_article .parallax-content-holder .headline-3,
.acf-field-name-president_article.acf-field-name-parallax_content h3,
.acf-field-name-president_article.acf-field-name-parallax_content .headline-3,
.page-template-template-about .parallax-content-holder h3,
.page-template-template-about .parallax-content-holder .headline-3,
.page-template-template-about.acf-field-name-parallax_content h3,
.page-template-template-about.acf-field-name-parallax_content .headline-3,
.page-template-template-about-en .parallax-content-holder h3,
.page-template-template-about-en .parallax-content-holder .headline-3,
.page-template-template-about-en.acf-field-name-parallax_content h3,
.page-template-template-about-en.acf-field-name-parallax_content .headline-3 {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 400;
}

.acf_content .parallax-content-holder .more-action,
.acf_content.acf-field-name-parallax_content .more-action,
.acf-field-name-president_article .parallax-content-holder .more-action,
.acf-field-name-president_article.acf-field-name-parallax_content .more-action,
.page-template-template-about .parallax-content-holder .more-action,
.page-template-template-about.acf-field-name-parallax_content .more-action,
.page-template-template-about-en .parallax-content-holder .more-action,
.page-template-template-about-en.acf-field-name-parallax_content .more-action {
  margin-top: 50px;
}

.acf_content .entry-content,
.acf-field-name-president_article .entry-content,
.page-template-template-about .entry-content,
.page-template-template-about-en .entry-content {
  text-align: center;
}

.acf_content.acf-field-name-president_article .section-title,
.acf_content .president-section .section-title,
.acf-field-name-president_article.acf-field-name-president_article .section-title,
.acf-field-name-president_article .president-section .section-title,
.page-template-template-about.acf-field-name-president_article .section-title,
.page-template-template-about .president-section .section-title,
.page-template-template-about-en.acf-field-name-president_article .section-title,
.page-template-template-about-en .president-section .section-title {
  font-size: 4.5em;
  font-weight: 300;
  text-align: center;
  margin: 113px 0 36px 0;
}

.acf_content.acf-field-name-president_article .lead + p,
.acf_content .president-section .lead + p,
.acf-field-name-president_article.acf-field-name-president_article .lead + p,
.acf-field-name-president_article .president-section .lead + p,
.page-template-template-about.acf-field-name-president_article .lead + p,
.page-template-template-about .president-section .lead + p,
.page-template-template-about-en.acf-field-name-president_article .lead + p,
.page-template-template-about-en .president-section .lead + p {
  font-size: 1.75em;
  text-align: center;
  margin: 0 0 46px 0;
}

@media only screen and (max-width: 700px) {
  .acf_content.acf-field-name-president_article .section-title,
  .acf_content .president-section .section-title,
  .acf-field-name-president_article.acf-field-name-president_article .section-title,
  .acf-field-name-president_article .president-section .section-title,
  .page-template-template-about.acf-field-name-president_article .section-title,
  .page-template-template-about .president-section .section-title,
  .page-template-template-about-en.acf-field-name-president_article .section-title,
  .page-template-template-about-en .president-section .section-title {
    margin: 60px 0 24px 0;
    font-size: 3.5em;
  }
	.page-template-template-about .president-section .section-title {font-size: 2.4em!important; color:#aa182c;
	margin:0;}
  .acf_content.acf-field-name-president_article .lead + p,
  .acf_content .president-section .lead + p,
  .acf-field-name-president_article.acf-field-name-president_article .lead + p,
  .acf-field-name-president_article .president-section .lead + p,
  .page-template-template-about.acf-field-name-president_article .lead + p,
  .page-template-template-about .president-section .lead + p,
  .page-template-template-about-en.acf-field-name-president_article .lead + p,
  .page-template-template-about-en .president-section .lead + p {
    line-height: 1.1;
    font-size: 1.3em;
  }
}

.acf_content.acf-field-name-president_article.acf-field-name-president_article,
.acf_content.acf-field-name-president_article .president-article,
.acf_content .president-section.acf-field-name-president_article,
.acf_content .president-section .president-article,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article,
.acf-field-name-president_article.acf-field-name-president_article .president-article,
.acf-field-name-president_article .president-section.acf-field-name-president_article,
.acf-field-name-president_article .president-section .president-article,
.page-template-template-about.acf-field-name-president_article.acf-field-name-president_article,
.page-template-template-about.acf-field-name-president_article .president-article,
.page-template-template-about .president-section.acf-field-name-president_article,
.page-template-template-about .president-section .president-article,
.page-template-template-about-en.acf-field-name-president_article.acf-field-name-president_article,
.page-template-template-about-en.acf-field-name-president_article .president-article,
.page-template-template-about-en .president-section.acf-field-name-president_article,
.page-template-template-about-en .president-section .president-article {
  clear: both;
}

.acf_content.acf-field-name-president_article.acf-field-name-president_article .image,
.acf_content.acf-field-name-president_article .president-article .image,
.acf_content .president-section.acf-field-name-president_article .image,
.acf_content .president-section .president-article .image,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .image,
.acf-field-name-president_article.acf-field-name-president_article .president-article .image,
.acf-field-name-president_article .president-section.acf-field-name-president_article .image,
.acf-field-name-president_article .president-section .president-article .image,
.page-template-template-about.acf-field-name-president_article.acf-field-name-president_article .image,
.page-template-template-about.acf-field-name-president_article .president-article .image,
.page-template-template-about .president-section.acf-field-name-president_article .image,
.page-template-template-about .president-section .president-article .image,
.page-template-template-about-en.acf-field-name-president_article.acf-field-name-president_article .image,
.page-template-template-about-en.acf-field-name-president_article .president-article .image,
.page-template-template-about-en .president-section.acf-field-name-president_article .image,
.page-template-template-about-en .president-section .president-article .image {
  float: right;
  margin-left: 31px;
}

@media only screen and (max-width: 750px) {
  .acf_content.acf-field-name-president_article.acf-field-name-president_article .image,
  .acf_content.acf-field-name-president_article .president-article .image,
  .acf_content .president-section.acf-field-name-president_article .image,
  .acf_content .president-section .president-article .image,
  .acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .image,
  .acf-field-name-president_article.acf-field-name-president_article .president-article .image,
  .acf-field-name-president_article .president-section.acf-field-name-president_article .image,
  .acf-field-name-president_article .president-section .president-article .image,
  .page-template-template-about.acf-field-name-president_article.acf-field-name-president_article .image,
  .page-template-template-about.acf-field-name-president_article .president-article .image,
  .page-template-template-about .president-section.acf-field-name-president_article .image,
  .page-template-template-about .president-section .president-article .image,
  .page-template-template-about-en.acf-field-name-president_article.acf-field-name-president_article .image,
  .page-template-template-about-en.acf-field-name-president_article .president-article .image,
  .page-template-template-about-en .president-section.acf-field-name-president_article .image,
  .page-template-template-about-en .president-section .president-article .image {
    float: none;
    text-align: center;
    margin: 0;
  }
}

.acf_content.acf-field-name-president_article.acf-field-name-president_article h3,
.acf_content.acf-field-name-president_article.acf-field-name-president_article .headline-3,
.acf_content.acf-field-name-president_article .content h3,
.acf_content.acf-field-name-president_article .content .headline-3,
.acf_content .president-section.acf-field-name-president_article h3,
.acf_content .president-section.acf-field-name-president_article .headline-3,
.acf_content .president-section .content h3,
.acf_content .president-section .content .headline-3,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article h3,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .headline-3,
.acf-field-name-president_article.acf-field-name-president_article .content h3,
.acf-field-name-president_article.acf-field-name-president_article .content .headline-3,
.acf-field-name-president_article .president-section.acf-field-name-president_article h3,
.acf-field-name-president_article .president-section.acf-field-name-president_article .headline-3,
.acf-field-name-president_article .president-section .content h3,
.acf-field-name-president_article .president-section .content .headline-3,
.page-template-template-about.acf-field-name-president_article.acf-field-name-president_article h3,
.page-template-template-about.acf-field-name-president_article.acf-field-name-president_article .headline-3,
.page-template-template-about.acf-field-name-president_article .content h3,
.page-template-template-about.acf-field-name-president_article .content .headline-3,
.page-template-template-about .president-section.acf-field-name-president_article h3,
.page-template-template-about .president-section.acf-field-name-president_article .headline-3,
.page-template-template-about .president-section .content h3,
.page-template-template-about .president-section .content .headline-3,
.page-template-template-about-en.acf-field-name-president_article.acf-field-name-president_article h3,
.page-template-template-about-en.acf-field-name-president_article.acf-field-name-president_article .headline-3,
.page-template-template-about-en.acf-field-name-president_article .content h3,
.page-template-template-about-en.acf-field-name-president_article .content .headline-3,
.page-template-template-about-en .president-section.acf-field-name-president_article h3,
.page-template-template-about-en .president-section.acf-field-name-president_article .headline-3,
.page-template-template-about-en .president-section .content h3,
.page-template-template-about-en .president-section .content .headline-3 {
  font-size: 1.625em;
  margin: 0 0 13px 0;
}

.acf_content.acf-field-name-president_article.acf-field-name-president_article p,
.acf_content.acf-field-name-president_article .content p,
.acf_content .president-section.acf-field-name-president_article p,
.acf_content .president-section .content p,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article p,
.acf-field-name-president_article.acf-field-name-president_article .content p,
.acf-field-name-president_article .president-section.acf-field-name-president_article p,
.acf-field-name-president_article .president-section .content p,
.page-template-template-about.acf-field-name-president_article.acf-field-name-president_article p,
.page-template-template-about.acf-field-name-president_article .content p,
.page-template-template-about .president-section.acf-field-name-president_article p,
.page-template-template-about .president-section .content p,
.page-template-template-about-en.acf-field-name-president_article.acf-field-name-president_article p,
.page-template-template-about-en.acf-field-name-president_article .content p,
.page-template-template-about-en .president-section.acf-field-name-president_article p,
.page-template-template-about-en .president-section .content p {
  font-size: 0.9em;
}

@media only screen and (max-width: 750px) {
  .acf_content.acf-field-name-president_article.acf-field-name-president_article h3,
  .acf_content.acf-field-name-president_article.acf-field-name-president_article .headline-3,
  .acf_content.acf-field-name-president_article .content h3,
  .acf_content.acf-field-name-president_article .content .headline-3,
  .acf_content .president-section.acf-field-name-president_article h3,
  .acf_content .president-section.acf-field-name-president_article .headline-3,
  .acf_content .president-section .content h3,
  .acf_content .president-section .content .headline-3,
  .acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article h3,
  .acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .headline-3,
  .acf-field-name-president_article.acf-field-name-president_article .content h3,
  .acf-field-name-president_article.acf-field-name-president_article .content .headline-3,
  .acf-field-name-president_article .president-section.acf-field-name-president_article h3,
  .acf-field-name-president_article .president-section.acf-field-name-president_article .headline-3,
  .acf-field-name-president_article .president-section .content h3,
  .acf-field-name-president_article .president-section .content .headline-3,
  .page-template-template-about.acf-field-name-president_article.acf-field-name-president_article h3,
  .page-template-template-about.acf-field-name-president_article.acf-field-name-president_article .headline-3,
  .page-template-template-about.acf-field-name-president_article .content h3,
  .page-template-template-about.acf-field-name-president_article .content .headline-3,
  .page-template-template-about .president-section.acf-field-name-president_article h3,
  .page-template-template-about .president-section.acf-field-name-president_article .headline-3,
  .page-template-template-about .president-section .content h3,
  .page-template-template-about .president-section .content .headline-3,
  .page-template-template-about-en.acf-field-name-president_article.acf-field-name-president_article h3,
  .page-template-template-about-en.acf-field-name-president_article.acf-field-name-president_article .headline-3,
  .page-template-template-about-en.acf-field-name-president_article .content h3,
  .page-template-template-about-en.acf-field-name-president_article .content .headline-3,
  .page-template-template-about-en .president-section.acf-field-name-president_article h3,
  .page-template-template-about-en .president-section.acf-field-name-president_article .headline-3,
  .page-template-template-about-en .president-section .content h3,
  .page-template-template-about-en .president-section .content .headline-3 {
    font-size: 1.3em;
  }

  .acf_content.acf-field-name-president_article.acf-field-name-president_article p,
  .acf_content.acf-field-name-president_article .content p,
  .acf_content .president-section.acf-field-name-president_article p,
  .acf_content .president-section .content p,
  .acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article p,
  .acf-field-name-president_article.acf-field-name-president_article .content p,
  .acf-field-name-president_article .president-section.acf-field-name-president_article p,
  .acf-field-name-president_article .president-section .content p,
  .page-template-template-about.acf-field-name-president_article.acf-field-name-president_article p,
  .page-template-template-about.acf-field-name-president_article .content p,
  .page-template-template-about .president-section.acf-field-name-president_article p,
  .page-template-template-about .president-section .content p,
  .page-template-template-about-en.acf-field-name-president_article.acf-field-name-president_article p,
  .page-template-template-about-en.acf-field-name-president_article .content p,
  .page-template-template-about-en .president-section.acf-field-name-president_article p,
  .page-template-template-about-en .president-section .content p {
    font-size: 0.8em;
  }
}

.acf_content .executive-committee-section,
.acf-field-name-president_article .executive-committee-section,
.page-template-template-about .executive-committee-section,
.page-template-template-about-en .executive-committee-section {
  margin-top: 115px;
  background-color: #ebebeb;
  position: relative;
  padding: 70px 0 50px;
  overflow: hidden;
}

.acf_content .executive-committee-section:before,
.acf_content .executive-committee-section:after,
.acf-field-name-president_article .executive-committee-section:before,
.acf-field-name-president_article .executive-committee-section:after,
.page-template-template-about .executive-committee-section:before,
.page-template-template-about .executive-committee-section:after,
.page-template-template-about-en .executive-committee-section:before,
.page-template-template-about-en .executive-committee-section:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 101%;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  left: 0;
}

.acf_content .executive-committee-section:before,
.acf-field-name-president_article .executive-committee-section:before,
.page-template-template-about .executive-committee-section:before,
.page-template-template-about-en .executive-committee-section:before {
  top: 0;
}

.acf_content .executive-committee-section:after,
.acf-field-name-president_article .executive-committee-section:after,
.page-template-template-about .executive-committee-section:after,
.page-template-template-about-en .executive-committee-section:after {
  bottom: 0;
}

.acf_content .executive-committee-section .section-head,
.acf-field-name-president_article .executive-committee-section .section-head,
.page-template-template-about .executive-committee-section .section-head,
.page-template-template-about-en .executive-committee-section .section-head {
  text-align: center;
  margin-bottom: 0;
}

.acf_content .executive-committee-section .section-head .section-title,
.acf-field-name-president_article .executive-committee-section .section-head .section-title,
.page-template-template-about .executive-committee-section .section-head .section-title,
.page-template-template-about-en .executive-committee-section .section-head .section-title {
  font-size: 3.5em;
  color: black;
  margin-bottom: 5px;
  font-weight: 100;
  line-height: 1;
}

.acf_content .executive-committee-section .section-head .lead,
.acf-field-name-president_article .executive-committee-section .section-head .lead,
.page-template-template-about .executive-committee-section .section-head .lead,
.page-template-template-about-en .executive-committee-section .section-head .lead {
  font-size: 1.2em;
  margin-bottom: 0;
}

.acf_content .executive-committee-section .lecturers-slider .slick-slide,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-slide,
.page-template-template-about .executive-committee-section .lecturers-slider .slick-slide,
.page-template-template-about-en .executive-committee-section .lecturers-slider .slick-slide {
  height: auto;
}

.acf_content .executive-committee-section .lecturers-slider .slick-slider,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-slider,
.page-template-template-about .executive-committee-section .lecturers-slider .slick-slider,
.page-template-template-about-en .executive-committee-section .lecturers-slider .slick-slider {
  padding: 0;
}

.acf_content .executive-committee-section .lecturers-slider .slick-list,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-list,
.page-template-template-about .executive-committee-section .lecturers-slider .slick-list,
.page-template-template-about-en .executive-committee-section .lecturers-slider .slick-list {
  padding: 0 60px;
}

.acf_content .executive-committee-section .lecturers-slider .slick-track,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-track,
.page-template-template-about .executive-committee-section .lecturers-slider .slick-track,
.page-template-template-about-en .executive-committee-section .lecturers-slider .slick-track {
  padding: 60px 0 40px;
}

.acf_content .executive-committee-section .lecturers-slider .slick-dots,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-dots,
.page-template-template-about .executive-committee-section .lecturers-slider .slick-dots,
.page-template-template-about-en .executive-committee-section .lecturers-slider .slick-dots {
  text-align: center;
}

.acf_content .executive-committee-section .lecturers-slider .slick-dots li:not(.slick-active) button,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-dots li:not(.slick-active) button,
.page-template-template-about .executive-committee-section .lecturers-slider .slick-dots li:not(.slick-active) button,
.page-template-template-about-en .executive-committee-section .lecturers-slider .slick-dots li:not(.slick-active) button {
  background-color: #8a8a8a;
}

.acf_content .executive-committee-section .lecturers-slider .lecturer-item,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .lecturer-item,
.page-template-template-about .executive-committee-section .lecturers-slider .lecturer-item,
.page-template-template-about-en .executive-committee-section .lecturers-slider .lecturer-item {
  padding: 4px;
  font-size: 0.8em;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.2s ease;
  transition: transform 0.4s ease, opacity 0.2s ease, -webkit-transform 0.4s ease;
  z-index: 5;
  opacity: 0;
}

.acf_content .executive-committee-section .lecturers-slider .lecturer-item.slick-active,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .lecturer-item.slick-active,
.page-template-template-about .executive-committee-section .lecturers-slider .lecturer-item.slick-active,
.page-template-template-about-en .executive-committee-section .lecturers-slider .lecturer-item.slick-active {
  opacity: 1;
}

.acf_content .executive-committee-section .lecturers-slider .lecturer-item a,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .lecturer-item a,
.page-template-template-about .executive-committee-section .lecturers-slider .lecturer-item a,
.page-template-template-about-en .executive-committee-section .lecturers-slider .lecturer-item a {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 20px -2px transparent;
          box-shadow: 0 0 20px -2px transparent;
}

.acf_content .executive-committee-section .lecturers-slider .lecturer-item .text,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .lecturer-item .text,
.page-template-template-about .executive-committee-section .lecturers-slider .lecturer-item .text,
.page-template-template-about-en .executive-committee-section .lecturers-slider .lecturer-item .text {
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  padding: 29px 0;
}

.acf_content .executive-committee-section .lecturers-slider .lecturer-item .text p,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .lecturer-item .text p,
.page-template-template-about .executive-committee-section .lecturers-slider .lecturer-item .text p,
.page-template-template-about-en .executive-committee-section .lecturers-slider .lecturer-item .text p {
  color: black;
}

.acf_content .executive-committee-section .lecturers-slider .lecturer-item:hover,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .lecturer-item:hover,
.page-template-template-about .executive-committee-section .lecturers-slider .lecturer-item:hover,
.page-template-template-about-en .executive-committee-section .lecturers-slider .lecturer-item:hover {
  z-index: 10;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.acf_content .executive-committee-section .lecturers-slider .lecturer-item:hover a,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .lecturer-item:hover a,
.page-template-template-about .executive-committee-section .lecturers-slider .lecturer-item:hover a,
.page-template-template-about-en .executive-committee-section .lecturers-slider .lecturer-item:hover a {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.acf_content .executive-committee-section .lecturers-slider .lecturer-item:hover .text,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .lecturer-item:hover .text,
.page-template-template-about .executive-committee-section .lecturers-slider .lecturer-item:hover .text,
.page-template-template-about-en .executive-committee-section .lecturers-slider .lecturer-item:hover .text {
  background-color: #aa182c;
}

.acf_content .executive-committee-section .lecturers-slider .lecturer-item:hover .text p,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .lecturer-item:hover .text p,
.page-template-template-about .executive-committee-section .lecturers-slider .lecturer-item:hover .text p,
.page-template-template-about-en .executive-committee-section .lecturers-slider .lecturer-item:hover .text p {
  color: white;
}

.acf_content .executive-committee-section .lecturers-slider .slick-arrow,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-arrow,
.page-template-template-about .executive-committee-section .lecturers-slider .slick-arrow,
.page-template-template-about-en .executive-committee-section .lecturers-slider .slick-arrow {
  cursor: pointer;
  z-index: 99;
}

.acf_content .executive-committee-section .lecturers-slider .slick-arrow svg,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-arrow svg,
.page-template-template-about .executive-committee-section .lecturers-slider .slick-arrow svg,
.page-template-template-about-en .executive-committee-section .lecturers-slider .slick-arrow svg {
  width: 60px;
}

.acf_content .executive-committee-section .lecturers-slider .slick-arrow svg .st0,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-arrow svg .st0,
.page-template-template-about .executive-committee-section .lecturers-slider .slick-arrow svg .st0,
.page-template-template-about-en .executive-committee-section .lecturers-slider .slick-arrow svg .st0 {
  stroke: black;
}

.acf_content .executive-committee-section .lecturers-slider .slick-arrow.slick-next,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-arrow.slick-next,
.page-template-template-about .executive-committee-section .lecturers-slider .slick-arrow.slick-next,
.page-template-template-about-en .executive-committee-section .lecturers-slider .slick-arrow.slick-next {
  right: 0;
}

.acf_content .executive-committee-section .lecturers-slider .slick-arrow.slick-prev,
.acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-arrow.slick-prev,
.page-template-template-about .executive-committee-section .lecturers-slider .slick-arrow.slick-prev,
.page-template-template-about-en .executive-committee-section .lecturers-slider .slick-arrow.slick-prev {
  left: 0;
}

@media only screen and (max-width: 750px) {
  .acf_content .executive-committee-section .section-head .section-title,
  .acf-field-name-president_article .executive-committee-section .section-head .section-title,
  .page-template-template-about .executive-committee-section .section-head .section-title,
  .page-template-template-about-en .executive-committee-section .section-head .section-title {
    font-size: 2.5em;
  }

  .acf_content .executive-committee-section .section-head .lead,
  .acf-field-name-president_article .executive-committee-section .section-head .lead,
  .page-template-template-about .executive-committee-section .section-head .lead,
  .page-template-template-about-en .executive-committee-section .section-head .lead {
    font-size: 1em;
  }

  .acf_content .executive-committee-section .lecturers-slider .slick-track,
  .acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-track,
  .page-template-template-about .executive-committee-section .lecturers-slider .slick-track,
  .page-template-template-about-en .executive-committee-section .lecturers-slider .slick-track {
    padding: 22px 0;
  }

  .acf_content .executive-committee-section .lecturers-slider .slick-list,
  .acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-list,
  .page-template-template-about .executive-committee-section .lecturers-slider .slick-list,
  .page-template-template-about-en .executive-committee-section .lecturers-slider .slick-list {
    padding: 0 30px;
  }

  .acf_content .executive-committee-section .lecturers-slider .slick-arrow svg,
  .acf-field-name-president_article .executive-committee-section .lecturers-slider .slick-arrow svg,
  .page-template-template-about .executive-committee-section .lecturers-slider .slick-arrow svg,
  .page-template-template-about-en .executive-committee-section .lecturers-slider .slick-arrow svg {
    width: 30px;
  }
}

.acf_content .executive-committee-section .section-footer,
.acf-field-name-president_article .executive-committee-section .section-footer,
.page-template-template-about .executive-committee-section .section-footer,
.page-template-template-about-en .executive-committee-section .section-footer {
  margin-top: 35px;
  text-align: center;
}

.acf_content .events-news-lists,
.acf-field-name-president_article .events-news-lists,
.page-template-template-about .events-news-lists,
.page-template-template-about-en .events-news-lists {
  margin-top: 70px;
  margin-bottom: 115px;
}

.page-template-template-graduates .entry-content {
  text-align: center;
}

.page-template-template-graduates .entry-content .headline-6 {
  margin-bottom: 111px;
}

.page-template-template-graduates .events-news-lists {
  margin-top: 70px;
  margin-bottom: 115px;
}

.page-template-template-graduates .slider {
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
}

.page-template-template-graduates .slider:before,
.page-template-template-graduates .slider:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 101%;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  left: 0;
}

.page-template-template-graduates .slider:before {
  top: 0;
}

.page-template-template-graduates .slider:after {
  bottom: 0;
}

.page-template-template-graduates .section-head {
  text-align: center;
}

.page-template-template-graduates .section-title {
  font-size: 3.5em;
  padding-top: 78px;
  line-height: 1;
  font-weight: 100;
}

@media only screen and (max-width: 400px) {
  .page-template-template-graduates .section-title {
    font-size: 2.7em;
    padding-top: 58px;
  }
}

.page-template-template-graduates .lead {
  font-size: 1.8em;
  color: #656565;
  padding-bottom: 70px;
  font-weight: 300;
}

@media only screen and (max-width: 740px) {
  .page-template-template-graduates .lead {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .page-template-template-graduates .lead {
    font-size: 1.2em;
  }
}

.page-template-template-graduates .graduate-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page-template-template-graduates .graduate-slider-item .graduate-image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-template-template-graduates .graduate-slider-item .graduate-image img {
  height: auto;
}

@media only screen and (max-width: 740px) {
  .page-template-template-graduates .graduate-slider-item .graduate-image {
    width: 170px;
  }
}

@media only screen and (max-width: 530px) {
  .page-template-template-graduates .graduate-slider-item .graduate-image {
    width: 100px;
  }
}

@media only screen and (max-width: 430px) {
  .page-template-template-graduates .graduate-slider-item .graduate-image {
    display: none;
  }
}

.page-template-template-graduates .graduate-slider-item .graduate-text {
  background-color: #ececec;
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 31px;
  position: relative;
}

.page-template-template-graduates .graduate-slider-item .graduate-text:before,
.page-template-template-graduates .graduate-slider-item .graduate-text:after {
  content: "";
  display: block;
  position: absolute;
}

.page-template-template-graduates .graduate-slider-item .graduate-text:before {
  top: 17px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  height: 0;
  width: 0;
  border-bottom: 29.5px solid transparent;
  border-left: 29.5px solid #ececec;
  border-top: 29.5px solid transparent;
}

@media only screen and (max-width: 530px) {
  .page-template-template-graduates .graduate-slider-item .graduate-text:before {
    top: 25px;
    height: 0;
    width: 0;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ececec;
    border-top: 15px solid transparent;
  }
}

@media only screen and (max-width: 430px) {
  .page-template-template-graduates .graduate-slider-item .graduate-text {
    margin: 0;
  }

  .page-template-template-graduates .graduate-slider-item .graduate-text:before {
    display: none;
  }
}

.page-template-template-graduates .graduate-slider-item .graduate-text:after {
  top: 18px;
  left: 15px;
  height: 43px;
  width: 40px;
  background: url(./images/slider-comment.png?07fcc60f96130658a1e8cd7dea0017b4);
}

.page-template-template-graduates .graduate-slider-item .graduate-text .heading {
  font-size: 1.3em;
}

.page-template-template-graduates .graduate-slider-item .graduate-text .heading-work {
  font-size: 0.9em;
}

.page-template-template-graduates .content {
  padding: 23px 0 27px 0;
}

.page-template-template-graduates .slick-dots {
  text-align: center;
  padding-top: 32px;
}

.page-template-template-graduates .slick-dots button {
  background: #ececec;
}

.page-template-template-graduates .section-footer {
  text-align: center;
  padding: 56px 0 76px 0;
}

@media only screen and (max-width: 740px) {
  .page-template-template-graduates .section-footer {
    padding: 26px 0 46px 0;
  }
}

.page-template-template-students-services .small-container .center-buttons {
  text-align: center;
  margin: 38px 0 80px;
}

.page-template-template-students-services .small-container .services-button {
  display: inline-block;
  margin: 0 32px;
}

.page-template-template-students-services .small-container .services-button a {
  color: #ffffff;
  font-size: 1.8em;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 850px) {
  .page-template-template-students-services .small-container .services-button {
    margin: 0 12px;
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 650px) {
  .page-template-template-students-services .small-container .services-button {
    margin: 0 5px;
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 579px) {
  .page-template-template-students-services .small-container .services-button {
    margin-bottom: 5px;
  }

  .page-template-template-students-services .small-container .services-button a {
    width: 180px;
  }
}

.page-template-template-students-services .useful-information {
  background: #f6f6f6;
  padding-bottom: 60px;
}

@media only screen and (max-width: 500px) {
  .page-template-template-students-services .useful-information {
    font-size: 0.8em;
    line-height: 1;
  }
}

.page-template-template-students-services .useful-information .section-title {
  color: #000000;
  font-size: 3.1em;
  font-weight: 300;
  text-align: center;
  padding-top: 49px;
}

@media only screen and (max-width: 500px) {
  .page-template-template-students-services .useful-information .section-title {
    font-size: 2.8em;
    line-height: 1;
    margin-bottom: 5px;
  }
}

.page-template-template-students-services .useful-information .section-description {
  color: #000000;
  font-size: 1.1em;
  font-weight: 300;
  text-align: center;
  padding-bottom: 26px;
}

.page-template-template-students-services .red-button.arrow,
.page-template-template-students-services
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template-students-services a,
.page-template-template-students-services
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-students-services a,
.page-template-template-students-services
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template-students-services a,
.page-template-template-students-services
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template-students-services a {
  padding-left: 53px;
}

.page-template-template-students-services .slick-dots {
  text-align: center;
}

.page-template-template-students-services .students-app {
  height: 425px;
  position: relative;
}

.page-template-template-students-services .students-app::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 500px) {
  .page-template-template-students-services .students-app {
    font-size: 0.8em;
    line-height: 1;
  }
}

.page-template-template-students-services .students-app .right-app-text {
  width: 50%;
  color: #ffffff;
  position: absolute;
  left: 28%;
  top: 50px;
}

@media only screen and (max-width: 1226px) {
  .page-template-template-students-services .students-app .right-app-text {
    left: 35%;
  }
}

@media only screen and (max-width: 710px) {
  .page-template-template-students-services .students-app .right-app-text {
    float: none;
    left: 0;
    width: 95%;
  }
}

.page-template-template-students-services .students-app .left-app-img {
  float: right;
  width: 35%;
  position: absolute;
  bottom: -6px;
  left: 0;
}

@media only screen and (max-width: 710px) {
  .page-template-template-students-services .students-app .left-app-img {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .page-template-template-events .page-header {
    font-size: 0.9em;
  }
}

.page-template-template-events .entry-content {
  text-align: center;
  margin-bottom: 100px;
}

.page-template-template-faq .entry-content {
  font-size: 1.85em;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}

.page-template-template-faq .faq-container {
  margin: 80px 0;
}

.page-template-template-lecturer .events-wrapper {
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
}

.page-template-template-lecturer .events-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 101%;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.page-template-template-lecturer .events-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 101%;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
}

.page-template-template-lecturer .events-wrapper .events-news-lists {
  padding: 80px 0;
}

.page-template-template-registration .small-container {
  padding-bottom: 80px;
}

.page-template-template-registration .more-info-container {
  background: #fbfbfb;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-top: 58px;
}

.page-template-template-registration .more-info-container h2 {
  color: #000000;
  font-size: 4.39em;
  margin: 0;
  margin-bottom: 7px;
}

.page-template-template-registration .more-info-container p {
  color: #020000;
  font-size: 1.75em;
}

.page-template-template-registration .more-info-container:after,
.page-template-template-registration .more-info-container:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 101%;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  left: 0;
}

.page-template-template-registration .more-info-container:before {
  bottom: 0;
}

.page-template-template-registration .more-info-container:after {
  top: 0;
}

.page-template-template-jobs-title #jobs_title h3 {
  background-color: rgba(0, 0, 0, 0.15);
  color: #c01212;
  font-size: 1.063em;
  font-weight: 600;
  padding: 5px;
}

.page-template-template-jobs-title #jobs_title .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
  padding: 5px 0;
}

@media only screen and (max-width: 785px) {
  .page-template-template-jobs-title #jobs_title .person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-template-jobs-title #jobs_title .person .name-title,
.page-template-template-jobs-title #jobs_title .person .phone,
.page-template-template-jobs-title #jobs_title .person .fax,
.page-template-template-jobs-title #jobs_title .person .email {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-template-jobs-title #jobs_title .person .name-title {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.page-template-template-jobs-title #jobs_title .person .name-title .name {
  font-weight: 700;
}

.page-template-template-jobs-title #jobs_title .person .name-title p {
  margin: 0;
}

.page-template-template-jobs-title #jobs_title .person:last-child {
  margin-bottom: 65px;
}

.page-template-template-jobs-title #jobs_title .person .email a {
  color: #000;
}

.page-template-template-success-story .graduate-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-template-success-story .graduate-container .graduate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1079px) {
  .page-template-template-success-story .graduate-container .graduate {
    -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
  }
}

.page-template-template-success-story .graduate-container .graduate .left-content {
  background-color: #f4f4f4;
  width: 100%;
  max-height: 287px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-template-template-success-story .graduate-container .graduate .graduate-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-template-template-success-story .graduate-container .graduate .job-title {
  color: #c01212;
  font-size: 1.563em;
}

.page-template-template-success-story .graduate-container .graduate .title {
  color: #000000;
  font-size: 1.062em;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}

.page-template-template-success-story .graduate-container .graduate .graduate-excerpt {
  color: #393939;
  font-size: 1.063em;
}

.page-template-template-our-graduate .graduate-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-template-our-graduate .graduate-container .graduate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1079px) {
  .page-template-template-our-graduate .graduate-container .graduate {
    -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
  }
}

@media only screen and (max-width: 592px) {
  .page-template-template-our-graduate .graduate-container .graduate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-template-template-our-graduate .graduate-container .graduate .left-content {
  background-color: #f4f4f4;
  width: 100%;
  max-height: 287px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-template-template-our-graduate .graduate-container .graduate .graduate-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-template-template-our-graduate .graduate-container .graduate .job-title {
  color: #c01212;
  font-size: 1.563em;
}

.page-template-template-our-graduate .graduate-container .graduate .title {
  color: #000000;
  font-size: 1.062em;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}

.page-template-template-our-graduate .graduate-container .graduate .graduate-excerpt {
  color: #393939;
  font-size: 1.063em;
}

.page-template-template-international-programs .program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 70px;
}

@media only screen and (max-width: 1070px) {
  .page-template-template-international-programs .program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-template-template-international-programs .program .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.page-template-template-international-programs .program .left .shadow-img {
  position: absolute;
  top: 360px;
  right: calc(50% - 208px);
}

@media only screen and (max-width: 650px) {
  .page-template-template-international-programs .program .left .shadow-img {
    bottom: -34px;
    top: auto;
  }
}

@media only screen and (max-width: 412px) {
  .page-template-template-international-programs .program .left .shadow-img {
    right: auto;
  }
}

.page-template-template-international-programs .program .left:nth-child(odd) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media only screen and (max-width: 1070px) {
  .page-template-template-international-programs .program .right {
    margin-bottom: 50px;
  }
}

.page-template-template-international-programs .program .right h2 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 2.4em;
}

.page-template-template-international-programs .program .right p {
  color: #4c5f86;
  font-size: 1.25em;
  padding-left: 54px;
}

.page-template-template-international-programs .program .right .red-button,
.page-template-template-international-programs .program .right
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template-international-programs .program .right a,
.page-template-template-international-programs .program .right
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-international-programs .program .right a,
.page-template-template-international-programs .program .right
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template-international-programs .program .right a,
.page-template-template-international-programs .program .right
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template-international-programs .program .right a {
  padding: 10px 16px 10px 33px;
  position: relative;
}

.page-template-template-international-programs .program .right .red-button:after,
.page-template-template-international-programs .program .right
.acf_content .president-section .president-article a:after,
.acf_content .president-section .president-article .page-template-template-international-programs .program .right a:after,
.page-template-template-international-programs .program .right
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a:after,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-international-programs .program .right a:after,
.page-template-template-international-programs .program .right
.page-template-template-about .president-section .president-article a:after,
.page-template-template-about .president-section .president-article .page-template-template-international-programs .program .right a:after,
.page-template-template-international-programs .program .right
.page-template-template-about-en .president-section .president-article a:after,
.page-template-template-about-en .president-section .president-article .page-template-template-international-programs .program .right a:after {
  content: ">";
  position: absolute;
  left: 14px;
  display: inline-block;
  top: 10px;
}

.page-template-template-international-programs .program:nth-child(even) .left {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media only screen and (max-width: 1070px) {
  .page-template-template-international-programs .program:nth-child(even) .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page-template-template-international-programs .program:nth-child(even) .right {
  padding-right: 110px;
}

@media only screen and (max-width: 1070px) {
  .page-template-template-international-programs .program:nth-child(even) .right {
    padding-right: 0px;
  }
}

.page-template-template-international-programs .program:nth-child(even) .right p {
  padding-left: 0px;
}

.page-template-template-in-media .in-media-sec {
  max-width: 1047px;
  margin: 0 auto;
}

.page-template-template-in-media .in-media-sec .in-media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1030px) {
  .page-template-template-in-media .in-media-sec .in-media-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-template-in-media .in-media-sec .in-media-container .in-media-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin: 0 5px 40px 5px;
  max-width: 328px;
  -webkit-box-shadow: 1px 10px 20px -5px transparent;
          box-shadow: 1px 10px 20px -5px transparent;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.page-template-template-in-media .in-media-sec .in-media-container .in-media-post:hover {
  -webkit-box-shadow: 1px 21px 42px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 21px 42px -10px rgba(0, 0, 0, 0.3);
}

.page-template-template-in-media .in-media-sec .in-media-container .in-media-post:hover .in-media-img img:first-child {
  moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.page-template-template-in-media .in-media-sec .in-media-container .in-media-post a {
  color: #000;
  background-color: #f5f5f5;
}

.page-template-template-in-media .in-media-sec .in-media-container .in-media-post a p {
  color: #000000;
  font-size: 0.75em;
}

.page-template-template-in-media .in-media-sec .in-media-container .in-media-post a h3 {
  color: #c70c0c;
  font-size: 1.15em;
  line-height: 1;
  font-weight: 600;
}

.page-template-template-in-media .in-media-sec .in-media-container .in-media-post a .in-media-excerpt {
  color: #262b35;
  font-size: 1em;
  line-height: 1;
}

.page-template-template-in-media .in-media-sec .in-media-container .in-media-post a .content {
  background-color: #f5f5f5;
  padding: 10px;
  padding-bottom: 15px;
}

.page-template-template-in-media .in-media-sec .in-media-container .in-media-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-template-template-in-media .in-media-sec .in-media-container .in-media-img img {
  display: block;
}

.page-template-template-in-media .in-media-sec .in-media-container .in-media-img img:first-child {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-template-template-in-media .in-media-sec .in-media-container .in-media-img .youtube-img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-right: -50%;
}

.page-template-template-in-media .in-media-sec .in-media-container .arrow-circle {
  padding-top: 20px;
}

.error404 .breadcrumb {
  display: none;
}

.error404 #app {
  background: url(./images/404.jpg?6f58f5305ceee5ccbd5ecd4ef6ff952a);
  background-repeat: no-repeat;
}

.error404 #app .page-header {
  margin: 0;
}

.error404 #app .page-header h1 {
  color: #ffffff;
  font-size: 4.598em;
  font-weight: 600;
}

.error404 #app .alert {
  padding-top: 500px;
  padding-bottom: 117px;
  text-align: center;
}

.error404 #app .sub-title {
  color: #fff;
  font-size: 2.996em;
  margin-bottom: 55px;
  font-weight: 200;
}

.error404 #app .red-button,
.error404 #app
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .error404 #app a,
.error404 #app
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .error404 #app a,
.error404 #app
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .error404 #app a,
.error404 #app
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .error404 #app a {
  padding: 10px 16px 10px 41px;
}

.search .page-header h1 {
  color: #020000;
  font-size: 1.75em;
  font-weight: 300;
  line-height: 0.9;
  max-width: 970px;
  margin: 0 auto;
  text-align: right;
}

.search .breadcrumb {
  display: none;
}

.search article {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(227, 227, 227, 0.49);
  padding-bottom: 15px;
  padding-top: 10px;
}

.search .entry-title {
  margin: 0;
}

.search .entry-title a {
  color: #e00909;
  font-size: 1.13em;
}

.search .entry-summary p {
  color: #000000;
  font-size: 0.9em;
}

.page-template-template-galleries .facebook {
  text-align: left;
  margin-bottom: 29px;
  padding-left: 29px;
}

.page-template-template-galleries .facebook .red-button,
.page-template-template-galleries .facebook
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template-galleries .facebook a,
.page-template-template-galleries .facebook
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-galleries .facebook a,
.page-template-template-galleries .facebook
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template-galleries .facebook a,
.page-template-template-galleries .facebook
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template-galleries .facebook a {
  padding-left: 41px;
}

.page-template-template-galleries .galleries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 55px;
}

@media only screen and (max-width: 1169px) {
  .page-template-template-galleries .galleries {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-template-galleries .galleries .gallery-item {
  margin: 0px 6px 50px;
  -webkit-box-shadow: 1px 25px 20px -5px transparent;
          box-shadow: 1px 25px 20px -5px transparent;
  -webkit-transition: -webkit-box-shadow .6s ease;
  transition: -webkit-box-shadow .6s ease;
  transition: box-shadow .6s ease;
  transition: box-shadow .6s ease, -webkit-box-shadow .6s ease;
}

.page-template-template-galleries .galleries .gallery-item:hover {
  -webkit-box-shadow: 0 42px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 42px 20px 0 rgba(0, 0, 0, 0.3);
}

.page-template-template-galleries .galleries .gallery-item:nth-child(4n+1) {
  margin-right: 0;
}

.page-template-template-galleries .galleries .gallery-item a {
  display: block;
}

.page-template-template-galleries .galleries .gallery-item img {
  display: block;
}

.page-template-template-galleries .galleries .gallery-item .gallery-title-container {
  position: relative;
}

.page-template-template-galleries .galleries .gallery-item .gallery-title-container p {
  background-color: #eaeaea;
  color: #474747;
  font-size: 1.187em;
  text-align: center;
  line-height: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 101%;
  padding: 2px 0;
}

.page-template-template-video-gallery .facebook {
  text-align: left;
  margin-bottom: 29px;
  padding-left: 29px;
}

.page-template-template-video-gallery .facebook .red-button,
.page-template-template-video-gallery .facebook
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template-video-gallery .facebook a,
.page-template-template-video-gallery .facebook
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-video-gallery .facebook a,
.page-template-template-video-gallery .facebook
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template-video-gallery .facebook a,
.page-template-template-video-gallery .facebook
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template-video-gallery .facebook a {
  padding-left: 41px;
}

.page-template-template-video-gallery .video-galleries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 55px;
}

@media only screen and (max-width: 1169px) {
  .page-template-template-video-gallery .video-galleries {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-template-video-gallery .video-galleries .video-item {
  margin: 0px 6px 50px;
  -webkit-box-shadow: 1px 25px 20px -5px transparent;
          box-shadow: 1px 25px 20px -5px transparent;
  -webkit-transition: -webkit-box-shadow .6s ease;
  transition: -webkit-box-shadow .6s ease;
  transition: box-shadow .6s ease;
  transition: box-shadow .6s ease, -webkit-box-shadow .6s ease;
}

.page-template-template-video-gallery .video-galleries .video-item:hover {
  -webkit-box-shadow: 0 42px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 42px 20px 0 rgba(0, 0, 0, 0.3);
}

.page-template-template-video-gallery .video-galleries .video-item:nth-child(4n+1) {
  margin-right: 0;
}

.page-template-template-video-gallery .video-galleries .video-item a {
  display: block;
}

.page-template-template-video-gallery .video-galleries .video-item .video-link {
  position: relative;
}

.page-template-template-video-gallery .video-galleries .video-item .video-link .youtube-img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-right: -50%;
}

.page-template-template-video-gallery .video-galleries .video-item img {
  display: block;
}

.page-template-template-video-gallery .video-galleries .video-item .video-title-container {
  position: relative;
}

.page-template-template-video-gallery .video-galleries .video-item .video-title-container p {
  background-color: #eaeaea;
  color: #474747;
  font-size: 1.187em;
  text-align: center;
  line-height: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 101%;
  padding: 2px 0;
}

.page-template-template-scholarship .entry-content {
  font-size: 1.85em;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}

.page-template-template-scholarship .scholarship-container {
  margin: 80px 0;
}

.page-template-template-about-lib .first-section {
  margin-bottom: 55px;
}

.page-template-template-about-lib .about-lib {
  text-align: center;
  padding-top: 50px;
  position: relative;
  background: #f5f5f5;
  padding-bottom: 60px;
}

.page-template-template-about-lib .about-lib:before,
.page-template-template-about-lib .about-lib:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 101%;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  left: 0;
}

.page-template-template-about-lib .about-lib:before {
  top: 0;
}

.page-template-template-about-lib .about-lib:after {
  bottom: 0;
}

.page-template-template-about-lib .about-lib .section-title h2 {
  color: #000001;
  font-size: 4.499em;
  line-height: 1;
  margin: 0;
  font-weight: 100;
  padding-bottom: 15px;
}

@media only screen and (max-width: 740px) {
  .page-template-template-about-lib .about-lib .section-title h2 {
    font-size: 2.3em;
  }
}

.page-template-template-about-lib .about-lib .section-description {
  color: #000000;
  font-size: 1.75em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 740px) {
  .page-template-template-about-lib .about-lib .section-description {
    font-size: 1.1em;
  }
}

.page-template-template-about-lib .reserves {
  padding: 55px 0;
  text-align: center;
}

.page-template-template-about-lib .reserves h2 {
  color: #000001;
  font-size: 4.499em;
  line-height: 1;
  margin: 0;
  padding-bottom: 15px;
}

@media only screen and (max-width: 740px) {
  .page-template-template-about-lib .reserves h2 {
    font-size: 2.3em;
  }
}

.page-template-template-about-lib .reserves p {
  color: #000000;
  font-size: 1.75em;
  margin-bottom: 70px;
}

@media only screen and (max-width: 740px) {
  .page-template-template-about-lib .reserves p {
    font-size: 1.1em;
  }
}

.page-template-template-about-lib .reserves .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 70px;
  max-width: 882px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-template-about-lib .reserves .boxes a {
  margin: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
  font-size: 2.484em;
  line-height: 1;
  padding: 42px 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
  -webkit-box-shadow: 1px 25px 20px -5px transparent;
          box-shadow: 1px 25px 20px -5px transparent;
  -webkit-transition: -webkit-box-shadow .6s ease;
  transition: -webkit-box-shadow .6s ease;
  transition: box-shadow .6s ease;
  transition: box-shadow .6s ease, -webkit-box-shadow .6s ease;
}

.page-template-template-about-lib .reserves .boxes a:hover {
  -webkit-box-shadow: 0 22px 12px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 22px 12px 0 rgba(0, 0, 0, 0.3);
}

.page-template-template-about-lib .reserves .red-square {
  background-color: #c01212;
}

.page-template-template-about-lib .reserves .red-button,
.page-template-template-about-lib .reserves
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template-about-lib .reserves a,
.page-template-template-about-lib .reserves
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-about-lib .reserves a,
.page-template-template-about-lib .reserves
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template-about-lib .reserves a,
.page-template-template-about-lib .reserves
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template-about-lib .reserves a {
  padding-left: 44px;
}

.page-template-template-external-studies .register {
  text-align: center;
  margin-bottom: 50px;
}

.page-template-template-external-studies .register .red-button,
.page-template-template-external-studies .register
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template-external-studies .register a,
.page-template-template-external-studies .register
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-external-studies .register a,
.page-template-template-external-studies .register
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template-external-studies .register a,
.page-template-template-external-studies .register
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template-external-studies .register a {
  padding-left: 45px;
  font-size: 1.881em;
  background-image: url(/wp-content/themes/clb/assets/images/big-white-arrow.png);
  background-position: 7%;
}

.page-template-template-external-studies .courses-wrap {
  background: #fcfcfc;
  position: relative;
  padding-bottom: 80px;
  padding-top: 66px;
  overflow: hidden;
}

.page-template-template-external-studies .courses-wrap .courses-title {
  text-align: center;
}

.page-template-template-external-studies .courses-wrap .courses-title h2 {
  color: #000000;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 300;
}

@media only screen and (max-width: 620px) {
  .page-template-template-external-studies .courses-wrap .courses-title h2 {
    font-size: 2.5em;
  }
}

.page-template-template-external-studies .courses-wrap .courses-sub-title {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}

.page-template-template-external-studies .courses-wrap .courses-sub-title p {
  color: #131823;
  font-size: 1.75em;
}

@media only screen and (max-width: 620px) {
  .page-template-template-external-studies .courses-wrap .courses-sub-title p {
    font-size: 1.2em;
  }
}

.page-template-template-external-studies .courses-wrap:after,
.page-template-template-external-studies .courses-wrap:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 101%;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  left: 0;
}

.page-template-template-external-studies .courses-wrap:after {
  bottom: 0;
}

.page-template-template-external-studies .courses-wrap:before {
  top: 0;
}

.page-template-template-external-studies .courses-wrap .lecturer {
  max-width: 1077px;
  margin: 0 auto;
}

.page-template-template-external-studies .courses-wrap .lecturer .lecturer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 620px) {
  .page-template-template-external-studies .courses-wrap .lecturer .lecturer-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-template-external-studies .courses-wrap .lecturer .lecturer-row .view {
  position: relative;
  display: block;
  margin: 4px;
}

.page-template-template-external-studies .courses-wrap .lecturer .lecturer-row .view img {
  cursor: pointer;
  display: block;
}

.page-template-template-external-studies .courses-wrap .lecturer .lecturer-row .view.active .title-wrap {
  background-color: rgba(194, 18, 18, 0.9);
}

.page-template-template-external-studies .courses-wrap .lecturer .lecturer-row .view.active .title-wrap h3 {
  color: #fff;
}

.page-template-template-external-studies .courses-wrap .lecturer .lecturer-row .view.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #e5e5e5;
  margin: 0 auto;
  position: relative;
  top: 17px;
}

.page-template-template-external-studies .courses-wrap .lecturer .lecturer-row .view.active h3 {
  color: #1354ac;
}

.page-template-template-external-studies .courses-wrap .lecturer .lecturer-row .view .title-wrap {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 65px;
  background: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-template-external-studies .courses-wrap .lecturer .lecturer-row .view .title-wrap h3 {
  color: #000000;
  font-size: 1.343em;
  text-align: center;
  margin-bottom: 0;
  padding: 0 15px;
}

.page-template-template-external-studies .courses-wrap .lecturer .lecturer-row .view .mask {
  background-color: #e5e5e5;
  height: 0;
  overflow: hidden;
  position: relative;
}

.page-template-template-external-studies .courses-wrap .extend {
  background: #e5e5e5;
  padding: 15px;
  color: #636363;
  font-size: 1.313em;
  display: none;
  margin-bottom: 15px;
  margin-top: 13px;
}

.page-template-template-external-studies .courses-wrap .red-button,
.page-template-template-external-studies .courses-wrap
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template-external-studies .courses-wrap a,
.page-template-template-external-studies .courses-wrap
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-external-studies .courses-wrap a,
.page-template-template-external-studies .courses-wrap
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template-external-studies .courses-wrap a,
.page-template-template-external-studies .courses-wrap
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template-external-studies .courses-wrap a {
  margin-top: 25px;
}

.page-template-template-external-studies .faculties-list {
  padding-top: 60px;
}

.page-template-template-external-studies .faculties-list .faculties-list-title {
  text-align: center;
}

.page-template-template-external-studies .faculties-list .faculties-list-title h2 {
  color: #000000;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 300;
}

@media only screen and (max-width: 620px) {
  .page-template-template-external-studies .faculties-list .faculties-list-title h2 {
    font-size: 2.5em;
  }
}

.page-template-template-external-studies .faculties-list .faculties-list-sub-title {
  text-align: center;
  padding: 0 15px;
}

.page-template-template-external-studies .faculties-list .faculties-list-sub-title p {
  color: #131823;
  font-size: 1.75em;
  line-height: 1.1;
}

@media only screen and (max-width: 620px) {
  .page-template-template-external-studies .faculties-list .faculties-list-sub-title p {
    font-size: 1.2em;
  }
}

.page-template-template-news-lobby #loaderimg {
  display: none;
  height: 50px;
}

.page-template-template-news-lobby .loaderdiv {
  text-align: center;
}

.page-template-template-news-lobby #news-select {
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  margin: 25px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/wp-content/themes/clb/assets/images/select-arrow.png) no-repeat left center;
  background-position: 8%;
  width: 231px !important;
  color: #737373;
  font-size: 1.3em;
  padding-right: 27px;
}

.page-template-template-news-lobby #resultlist-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-template-news-lobby #resultlist-news .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #dadada;
}

@media only screen and (max-width: 651px) {
  .page-template-template-news-lobby #resultlist-news .cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.page-template-template-news-lobby #resultlist-news .cell .right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-template-template-news-lobby #resultlist-news .cell .left {
  margin-right: 27px;
}

@media only screen and (max-width: 651px) {
  .page-template-template-news-lobby #resultlist-news .cell .left {
    margin-right: 0px;
  }
}

.page-template-template-news-lobby #resultlist-news .cell .left .date {
  color: #000000;
  font-size: 0.75em;
  padding-bottom: 5px;
  line-height: 1;
}

.page-template-template-news-lobby #resultlist-news .cell .left .title {
  color: #c70c0c;
  font-size: 1.25em;
  line-height: 1;
}

.page-template-template-news-lobby #resultlist-news .cell .left .excerpt {
  color: #262b35;
  font-size: 1em;
  line-height: 1;
  padding-bottom: 30px;
}

.page-template-template-news-lobby #resultlist-news .cell .left .red-button,
.page-template-template-news-lobby #resultlist-news .cell .left
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template-news-lobby #resultlist-news .cell .left a,
.page-template-template-news-lobby #resultlist-news .cell .left
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-news-lobby #resultlist-news .cell .left a,
.page-template-template-news-lobby #resultlist-news .cell .left
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template-news-lobby #resultlist-news .cell .left a,
.page-template-template-news-lobby #resultlist-news .cell .left
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template-news-lobby #resultlist-news .cell .left a {
  padding-left: 33px;
  background-position: 7%;
}

.page-template-template-staff .staff-container {
  max-width: 1043px;
  margin: 0 auto;
}

.page-template-template-staff .lecturer-filter {
  border: 1px solid #bdbdbd;
  border-radius: 25px;
  margin: 25px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/wp-content/themes/clb/assets/images/select-arrow.png") no-repeat left center;
  background-position: 8%;
  width: 197px !important;
  color: #7a7a7a;
}

@media only screen and (max-width: 452px) {
  .page-template-template-staff .lecturer-filter {
    margin: 5px;
  }
}

.page-template-template-staff .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-template-staff .filterbox-position {
  margin-right: 15px;
}

@media only screen and (max-width: 452px) {
  .page-template-template-staff .filterbox-position {
    margin-right: 0;
  }
}

.page-template-template-staff #loaderimg {
  display: none;
}

.page-template-template-staff .lecturer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 797px) {
  .page-template-template-staff .lecturer-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-template-staff .lecturer-row .view {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 9px;
  max-width: 242px;
}

.page-template-template-staff .lecturer-row .view h3 {
  color: #000000;
  font-size: 1.671em;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 9px;
}

.page-template-template-staff .lecturer-row .view p {
  color: #6a6a6a;
  font-size: 1.145em;
  text-align: center;
}

.page-container {
  max-width: 897px;
  margin: 0 auto;
}

.page-container .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
}

@media only screen and (max-width: 950px) {
  .page-container .top {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 413px) {
  .page-container .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-container .top .right {
  color: #6c6b6b;
  font-size: 1.037em;
}

.page-container .top .left img {
  margin-right: 6px;
}

@media only screen and (max-width: 950px) {
  .page-container .content {
    padding: 0 15px;
  }
}

.single-lecturer .lecturer-container {
  padding-top: 80px;
  max-width: 943px;
  margin: 0 auto;
}

@media only screen and (max-width: 983px) {
  .single-lecturer .lecturer-container {
    padding: 0 15px;
  }
}

.single-lecturer .lecturer-container .lecturer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 735px) {
  .single-lecturer .lecturer-container .lecturer-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 735px) {
  .single-lecturer .lecturer-container .lecturer-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single-lecturer .lecturer-container .lecturer-wrap .right {
  background: #c70c0c;
  color: #fff;
  max-width: 300px;
  margin-left: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 735px) {
  .single-lecturer .lecturer-container .lecturer-wrap .right {
    margin-bottom: 20px;
  }
}

.single-lecturer .lecturer-container .lecturer-wrap .right .lecturer-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .lecturer-title {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(209, 209, 209, 0.2);
}

.single-lecturer .lecturer-container .lecturer-wrap .right .lecturer-title .lecturer-name {
  font-size: 1.5em;
  padding-top: 5px;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .lecturer-title .lecturer-position {
  font-size: 1em;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .bottom-content {
  padding: 0 50px;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .bottom-content .lecturer-content {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 1.125em;
  line-height: 1.1;
  font-weight: 200;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .bottom-content .lecturer-content p {
  margin: 0;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .bottom-content .lecturer-content strong {
  font-weight: 700;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .bottom-content .lecturer-content a {
  color: #fff;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .bottom-content .lecturer-links {
  padding-bottom: 15px;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .bottom-content .lecturer-links a {
  border-left: 1px solid white;
  padding: 0 10px;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .bottom-content .lecturer-links a:last-child {
  border-left: none;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .bottom-content .lecturer-links a:first-child {
  padding-right: 0;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .outer-link {
  background: #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .outer-link a {
  color: #000000;
  font-size: 0.938em;
  padding: 10px 5px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .outer-link a:hover {
  background: black;
  color: white;
  cursor: pointer;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .outer-link a:first-child {
  border-left: 1px solid #c70c0c;
}

.single-lecturer .lecturer-container .lecturer-wrap .right .outer-link a:last-child {
  border-right: 1px solid #c70c0c;
}

@media only screen and (max-width: 735px) {
  .single-lecturer .lecturer-container .lecturer-wrap .left {
    padding: 0 15px;
  }
}

.single-lecturer .lecturer-container .lecturer-wrap .left .page-header {
  margin: 0;
  text-align: right;
  margin-bottom: 36px;
}

.single-lecturer .lecturer-container .lecturer-wrap .left .accordion-nav {
  margin-bottom: 40px;
}

.single-lecturer .lecturer-container .lecturer-wrap .left .accordion-nav button {
  border-style: solid;
  border-width: 1px;
  border-color: #c70c0c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 25px;
  width: 123px;
  height: 29px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  font-size: 0.9em;
  margin-left: 9px;
  margin-bottom: 10px;
}

.single-lecturer .lecturer-container .lecturer-wrap .left .accordion-nav button.active {
  background-color: #c70c0c;
  color: #fff;
}

.single-lecturer .lecturer-container .lecturer-wrap .left .publication a {
  color: #c70c0c;
}

.single-lecturer .lecturer-container .lecturer-wrap .left .publication .publicity-row {
  padding: 21px 0;
  border-bottom: 1px solid #e5e5e5;
}

.single-lecturer .lecturer-container .lecturer-wrap .left .publication .publicity-row p {
  color: #000000;
  font-size: 0.938em;
  margin-bottom: 3px;
}

.single-lecturer .lecturer-container .lecturer-wrap .left .publication .publicity-row strong {
  font-weight: 600;
}

.single-lecturer .tab.fade-enter-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.single-lecturer .tab.fade-enter,
.single-lecturer .tab.fade-leave-to {
  opacity: 0;
}

.single-lecturer .red-button,
.single-lecturer
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .single-lecturer a,
.single-lecturer
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .single-lecturer a,
.single-lecturer
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .single-lecturer a,
.single-lecturer
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .single-lecturer a {
  padding-left: 34px;
  background-position: 5%;
  margin-bottom: 15px;
}

.page-template-template-contact-us .contact-container {
  max-width: 1043px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.page-template-template-contact-us .contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1086px) {
  .page-template-template-contact-us .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
}

.page-template-template-contact-us .contact-wrap .right {
  -webkit-box-flex: 1.6;
      -ms-flex: 1.6;
          flex: 1.6;
  margin-left: 15px;
}

@media only screen and (max-width: 1086px) {
  .page-template-template-contact-us .contact-wrap .right {
    margin-left: 0px;
  }
}

.page-template-template-contact-us .contact-wrap .right .contact-info {
  margin-top: 15px;
}

.page-template-template-contact-us .contact-wrap .right .contact-info a {
  color: #000;
}

.page-template-template-contact-us .contact-wrap .right .form .ninja-forms-cont {
  position: relative;
  background: #f3f3f3;
  padding: 25px;
}

.page-template-template-contact-us .contact-wrap .right .form input,
.page-template-template-contact-us .contact-wrap .right .form select,
.page-template-template-contact-us .contact-wrap .right .form textarea {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #2d3950;
  background: transparent;
  color: #000000;
  font-size: 1.188em;
}

.page-template-template-contact-us .contact-wrap .right .form .checkbox-wrap {
  color: #000000;
  font-size: 0.813em;
}

.page-template-template-contact-us .contact-wrap .right .form textarea {
  height: 70px !important;
}

.page-template-template-contact-us .contact-wrap .right .form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url(/wp-content/themes/clb/assets/images/select-arrow.png) no-repeat left center;
  background-position: 8px;
}

.page-template-template-contact-us .contact-wrap .right .form .text-area-wrap {
  width: 90% !important;
}

.page-template-template-contact-us .contact-wrap .right .form input[type="submit"] {
  background-color: #c01212;
  -webkit-box-shadow: 1px 2px 1.86px 0.14px rgba(0, 0, 0, 0.17);
          box-shadow: 1px 2px 1.86px 0.14px rgba(0, 0, 0, 0.17);
  width: 140px;
  height: 35px;
  border: none;
  color: #fff;
  border-radius: 25px;
  margin: 0 auto;
}

.page-template-template-contact-us .contact-wrap .right .form .half-wrap {
  width: 45%;
  display: inline-block;
  margin-left: 20px;
}

@media only screen and (max-width: 540px) {
  .page-template-template-contact-us .contact-wrap .right .form .half-wrap {
    width: 100%;
  }
}

.page-template-template-contact-us .contact-wrap .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-template-contact-us .contact-wrap .left .waze-address {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-template-contact-us .contact-wrap .left .waze-address img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 14px;
}

.page-template-template-contact-us .contact-wrap .left .waze-address .address {
  line-height: 1;
  color: #4a4a4a;
  font-size: 1em;
}

.page-template-template-contact-us .contact-wrap .left .acf-map {
  width: 100%;
  height: 438px;
  border: #ccc solid 1px;
}

.page-template-template-contact-us .contact-wrap .left .acf-map img {
  max-width: inherit !important;
}

.page-template-template-contact-us .ninja-forms-required-items {
  display: none;
}

.page-template-template-research-authority .r-tabs {
  margin-bottom: 85px;
}

.page-template-template-research-authority .accordion-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-template-research-authority .accordion-nav button {
  border-style: solid;
  border-width: 1px;
  border-color: #e00909;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  width: 249px;
  height: 75px;
  color: #e00909;
  font-size: 1.363em;
  border-radius: 50px;
  margin-left: 15px;
  padding: 0 33px;
  cursor: pointer;
}

@media only screen and (max-width: 545px) {
	
	.home .news-and-events .news-list {padding:0;}
	.homeSlider{display:none;}
	.mobileSlider{display:block;}
	.mobileSliderEnglishText{display:none;}
	.hebrewMobile{display:none;}
	.englishMobile {display:block;padding-top: 6px;
    padding-right: 6px;}
	.englishMobile a{color:#fff;}
	.page-template-template-about .parallax-content-holder.parallax-content-holder h3{color:#000000;font-size:16px;}
	.page-template-template-about .parallax-content-holder h1{}
	.home .lecturers .lead-content h3{font-size:2.4em; }
	
	.home .news-and-events .news-list-header hr {margin-right: 110px;}
	ul.news-event-list{width:375px;}
	
	.news-list-footer .red-button{    width: 83px;
           margin-top: 1280px;}
	.news-event-list li .text {margin-bottom: 40px;}
	.news-event-list li {margin:0 0 20px 0; padding-top:10px;padding-right:0; padding-left:0; width:100%;}
.page-template-template-research-authority .accordion-nav button {
    margin-bottom: 12px;
  }
}

.page-template-template-research-authority .accordion-nav button.active {
  background-color: #e00909;
  color: #fff;
}

.page-template-template-research-authority .tables-container {
  max-width: 1429px;
  margin: 0 auto;
}

.page-template-template-research-authority .tables-container table {
  border-collapse: collapse;
  width: 100%;
  direction: ltr;
}

.page-template-template-research-authority .tables-container th {
  background: rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 1.063em;
  padding: 12px;
  text-transform: uppercase;
  border-bottom: none;
}

@media only screen and (max-width: 1270px) {
  .page-template-template-research-authority .tables-container th {
    font-size: 1em;
  }
}

.page-template-template-research-authority .tables-container th.desc {
  width: 366px;
}

@media only screen and (max-width: 1020px) {
  .page-template-template-research-authority .tables-container tr {
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
            box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    max-width: 100%;
    position: relative;
    margin: .25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1020px) {
  .page-template-template-research-authority .tables-container .th-row {
    display: none;
  }
}

.page-template-template-research-authority .tables-container td {
  border: none;
  padding: 8px;
  text-align: left;
  font-size: 1.125em;
}

@media only screen and (max-width: 1270px) {
  .page-template-template-research-authority .tables-container td {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1020px) {
  .page-template-template-research-authority .tables-container td span {
    text-align: left;
  }
}

@media only screen and (max-width: 1020px) {
  .page-template-template-research-authority .tables-container td {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
  }
}

@media only screen and (max-width: 1020px) {
  .page-template-template-research-authority .tables-container td:before {
    content: attr(data-label);
    font-weight: 600;
    margin-right: auto;
    padding-right: .5em;
  }
}

.page-template-template-research-authority .tables-container td.link-td a {
  color: red;
}

.page-template-template-research-authority .tables-container tr:nth-child(odd) {
  background-color: #fbfbfb;
}

@media only screen and (max-width: 1270px) {
  .page-template-template-research-authority .tables-container tr:nth-child(odd) {
    background-color: #fff;
  }
}

.page-template-template-research-authority .post-password-form {
  margin-bottom: 100px;
  border-top: 1px solid #cacaca;
  padding-top: 20px;
}

.page-template-template-research-authority .post-password-form .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-template-research-authority .post-password-form .form-title {
  color: #c70c0c;
  font-size: 2.1em;
  text-align: center;
  padding: 15px 0;
}

@media only screen and (max-width: 600px) {
	.mobileSliderEnglishText{display:none;}
  .page-template-template-research-authority .post-password-form .form-title {
    font-size: 1.6em;
  }
}

.page-template-template-research-authority .post-password-form input[type="password"] {
  border-radius: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #c70c0c;
  background-color: #ffffff;
  width: 266px;
  height: 42px;
  padding-right: 28px;
}

.page-template-template-research-authority .post-password-form input[type="submit"] {
  border-radius: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  background-color: #c70c0c;
  width: 126px;
  height: 42px;
  color: #fff;
  margin-right: 10px;
}

.page-template-template-research-authority .post-password-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.page-template-template-research-authority .white-arrow {
  background-position: 14%;
}

.page-template-template-career-center .link-jobs {
  text-align: center;
  margin-top: 0;
}

.page-template-template-career-center .link-jobs .red-button,
.page-template-template-career-center .link-jobs
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template-career-center .link-jobs a,
.page-template-template-career-center .link-jobs
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-career-center .link-jobs a,
.page-template-template-career-center .link-jobs
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template-career-center .link-jobs a,
.page-template-template-career-center .link-jobs
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template-career-center .link-jobs a {
  padding-left: 37px;
  font-size: 1.56em;
}

@media only screen and (max-width: 540px) {
  .page-template-template-career-center .link-jobs .red-button,
  .page-template-template-career-center .link-jobs
  .acf_content .president-section .president-article a,
  .acf_content .president-section .president-article .page-template-template-career-center .link-jobs a,
  .page-template-template-career-center .link-jobs
  .acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
  .acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-career-center .link-jobs a,
  .page-template-template-career-center .link-jobs
  .page-template-template-about .president-section .president-article a,
  .page-template-template-about .president-section .president-article .page-template-template-career-center .link-jobs a,
  .page-template-template-career-center .link-jobs
  .page-template-template-about-en .president-section .president-article a,
  .page-template-template-about-en .president-section .president-article .page-template-template-career-center .link-jobs a {
    font-size: 1.2em;
  }
}

.page-template-template-career-center .team-slider {
  margin-top: 60px;
}

.page-template-template-career-center .staff-wrap {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  background: #ebebeb;
}

.page-template-template-career-center .staff-wrap:after,
.page-template-template-career-center .staff-wrap:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 101%;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  left: 0;
}

.page-template-template-career-center .staff-wrap:after {
  bottom: 0;
}

.page-template-template-career-center .staff-wrap:before {
  top: 0;
}

.page-template-template-career-center .staff-wrap .staff-container {
  max-width: 973px;
  margin: 0 auto;
  padding: 74px 0;
}

@media only screen and (max-width: 840px) {
  .page-template-template-career-center .staff-wrap .staff-container {
    padding: 74px 30px;
  }
	.wrap{margin-top: 25px;}
}

.page-template-template-career-center .staff-wrap .staff-container .staff-title h2 {
  margin-bottom: 11px;
  color: #000000;
  font-size: 4.4em;
  text-align: center;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .page-template-template-career-center .staff-wrap .staff-container .staff-title h2 {
    font-size: 2.4em;
  }
}

.page-template-template-career-center .staff-wrap .staff-container .staff-sub-title {
  color: #131823;
  font-size: 1.75em;
  text-align: center;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .page-template-template-career-center .staff-wrap .staff-container .staff-sub-title {
    font-size: 1.3em;
  }
}

.page-template-template-career-center .staff-wrap .staff-container .slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 640px) {
  .page-template-template-career-center .staff-wrap .staff-container .slider-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-template-career-center .staff-wrap .staff-container .slider-wrap .img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 36px;
}

.page-template-template-career-center .staff-wrap .staff-container .slider-wrap .description h3 {
  color: #c01212;
  font-size: 1.563em;
  margin-bottom: 10px;
}

.page-template-template-career-center .staff-wrap .staff-container .slider-wrap .description p {
  color: #393939;
  font-size: 1.063em;
  line-height: 1;
}

.page-template-template-career-center .a-right {
  position: absolute;
  top: 33%;
  border: 0;
  padding: 0;
  left: -50px;
}

.page-template-template-career-center .a-left {
  position: absolute;
  top: 33%;
  border: 0;
  padding: 0;
  right: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-template-template-career-center .slick-dots {
  text-align: center;
  margin-top: 30px;
}

.page-template-template-career-center .thank-you {
  max-width: 1186px;
  margin: 0 auto;
  padding-top: 0px;
}

.page-template-template-career-center .thank-you .thank-you-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -64px;
}

@media only screen and (max-width: 1186px) {
  .page-template-template-career-center .thank-you .thank-you-wrap {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1080px) {
  .page-template-template-career-center .thank-you .thank-you-wrap {
    margin-top: 0px;
  }
}

.page-template-template-career-center .thank-you .thank-you-wrap .right {
  padding-bottom: 46px;
}

@media only screen and (max-width: 700px) {
  .page-template-template-career-center .thank-you .thank-you-wrap .right {
    padding-top: 46px;
  }
}

.page-template-template-career-center .thank-you .thank-you-wrap .right .title {
  color: #aa182c;
  font-size: 3.766em;
  line-height: 1;
  margin-bottom: 30px;
}

@media only screen and (max-width: 910px) {
  .page-template-template-career-center .thank-you .thank-you-wrap .right .title {
    font-size: 2.6em;
  }
}

.page-template-template-career-center .thank-you .thank-you-wrap .right .sub-title {
  color: #070000;
  font-size: 1.9em;
  line-height: 1;
  margin-bottom: 20px;
}

@media only screen and (max-width: 910px) {
  .page-template-template-career-center .thank-you .thank-you-wrap .right .sub-title {
    font-size: 1.4em;
  }
}

.page-template-template-career-center .thank-you .thank-you-wrap .right .content {
  color: #070000;
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 30px;
}

@media only screen and (max-width: 910px) {
  .page-template-template-career-center .thank-you .thank-you-wrap .right .content {
    font-size: 1em;
  }
}

.page-template-template-career-center .thank-you .thank-you-wrap .right .red-button,
.page-template-template-career-center .thank-you .thank-you-wrap .right
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template-career-center .thank-you .thank-you-wrap .right a,
.page-template-template-career-center .thank-you .thank-you-wrap .right
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-career-center .thank-you .thank-you-wrap .right a,
.page-template-template-career-center .thank-you .thank-you-wrap .right
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template-career-center .thank-you .thank-you-wrap .right a,
.page-template-template-career-center .thank-you .thank-you-wrap .right
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template-career-center .thank-you .thank-you-wrap .right a {
  padding-left: 36px;
  font-size: 1.36em;
}

.page-template-template-career-center .thank-you .thank-you-wrap img {
  position: relative;
  margin: 0px 66px -10px 33px;
}

@media only screen and (max-width: 1080px) {
  .page-template-template-career-center .thank-you .thank-you-wrap img {
    margin: 0px 126px 0 33px;
  }
}

@media only screen and (max-width: 950px) {
  .page-template-template-career-center .thank-you .thank-you-wrap img {
    margin: 0px 25px 0 33px;
  }
}

@media only screen and (max-width: 700px) {
  .page-template-template-career-center .thank-you .thank-you-wrap img {
    display: none;
  }
}

.page-template-template-career-center .thank-you .thank-you-wrap .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #070000;
  font-size: 1.25em;
  line-height: 1;
  position: relative;
}

@media only screen and (max-width: 1080px) {
  .page-template-template-career-center .thank-you .thank-you-wrap .left {
    display: none;
  }
}

.page-template-template-career-center .thank-you .thank-you-wrap .left p {
  font-size: .7em;
  margin-top: 3px;
}

.page-template-template-career-center .thank-you .thank-you-wrap .left:before {
  content: url("/wp-content/themes/clb/assets/images/quote.png");
  position: absolute;
  z-index: 9;
  right: -18px;
  top: -10px;
}

.page-template-template-career-center .thank-you .thank-you-wrap .left:after {
  content: url("/wp-content/themes/clb/assets/images/quote.png");
  position: absolute;
  z-index: 9;
  left: 15px;
  bottom: 6px;
}

.page-template-template-career-center .guidance {
  padding: 0;
}

.page-template-template-career-center .guidance .guidance-container {
  max-width: 921px;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  .page-template-template-career-center .guidance .guidance-container {
    padding: 0 20px;
  }
}

.page-template-template-career-center .guidance .guidance-container h2 {
  color: #aa182c;
  font-size: 4.4em;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 700px) {
  .page-template-template-career-center .guidance .guidance-container h2 {
    font-size: 2.4em;
  }
}

.page-template-template-career-center .guidance .guidance-container h4 {
  color: #ffffff;
  font-size: 1.75em;
  margin-bottom: 6px;
}

@media only screen and (max-width: 700px) {
  .page-template-template-career-center .guidance .guidance-container h4 {
    font-size: 1.4em;
  }
}

.page-template-template-career-center .guidance .guidance-container p {
  color: #ffffff;
  font-size: 1.063em;
  line-height: 1;
}

@media only screen and (max-width: 700px) {
  .page-template-template-career-center .guidance .guidance-container p {
    font-size: .9em;
  }
}

.page-template-template-career-center .guidance .guidance-container a {
  color: #fff;
}

.page-template-template-career-center .guidance .guidance-container .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 380px) {
  .page-template-template-career-center .guidance .guidance-container .icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-template-career-center .guidance .guidance-container .icons .icon {
  margin-bottom: 40px;
  margin-left: 15px;
}

.page-template-template-career-center .guidance .guidance-container .icons .icon .circle-red {
  position: relative;
  border-radius: 50%;
  background-color: #c01212;
  width: 142px;
  height: 141px;
}

.page-template-template-career-center .guidance .guidance-container .icons .icon .circle-red img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-template-template-career-center .guidance .guidance-container .icons .icon .text {
  color: #ffffff;
  font-size: 1em;
  font-weight: 200;
  max-width: 107px;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}

.page-template-template-career-center .success-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

.page-template-template-career-center .success-container h2 {
  margin-bottom: 11px;
  color: #000000;
  font-size: 4.4em;
  text-align: center;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .page-template-template-career-center .success-container h2 {
    font-size: 2.4em;
  }
}

.page-template-template-career-center .success-container .sub-title {
  max-width: 700px;
  margin: 0 auto;
  color: #131823;
  font-size: 1.75em;
  text-align: center;
  line-height: 1;
  margin-bottom: 45px;
  padding: 0 15px;
}

@media only screen and (max-width: 640px) {
  .page-template-template-career-center .success-container .sub-title {
    font-size: 1.3em;
  }
}

.page-template-template-career-center .success-container .slick-dots li button {
  background-color: #8a8a8a !important;
}

.page-template-template-career-center .success-container .slick-dots li.slick-active button {
  background-color: red !important;
}

.page-template-template-career-center .success-container .graduate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  margin-bottom: 40px;
  margin-left: 20px;
}

@media only screen and (max-width: 1248px) {
  .page-template-template-career-center .success-container .graduate {
    margin-right: 20px;
  }
}

.page-template-template-career-center .success-container .graduate .left-content {
  background-color: #f4f4f4;
  width: 100%;
  max-height: 287px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-template-template-career-center .success-container .graduate .graduate-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-template-template-career-center .success-container .graduate .job-title {
  color: #c01212;
  font-size: 1.563em;
}

.page-template-template-career-center .success-container .graduate .title {
  color: #000000;
  font-size: 1.062em;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}

.page-template-template-career-center .success-container .graduate .graduate-excerpt {
  color: #393939;
  font-size: 1.063em;
}

.information-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 77px;
}

@media only screen and (max-width: 841px) {
  .information-grid .masonry-box .box-content .box-description {
    display: none;
  }
}

.information-grid::after {
  clear: both;
  content: "";
  display: table;
}

.information-grid .slick-slide::after {
  clear: both;
  content: "";
  display: table;
}

.information-grid .masonry-box {
  margin: 9px;
}

@media only screen and (max-width: 975px) {
  .information-grid .masonry-box {
    margin: 5px;
  }
}

@media only screen and (max-width: 693px) {
  .information-grid .box-wrapper .image img {
    height: auto;
  }
}

.information-grid .box-wrapper {
  float: right;
}

.information-grid .box-wrapper-1 .box-inner {
  padding-bottom: 243.7%;
}

@media only screen and (max-width: 975px) {
  .information-grid .box-wrapper-1 .box-inner {
    padding-bottom: 157%;
  }
}

.information-grid .box-wrapper-2 .masonry-box-2 .box-inner {
  padding-bottom: 53.5%;
}

@media only screen and (max-width: 975px) {
  .information-grid .box-wrapper-2 .masonry-box-2 .box-inner {
    padding-bottom: 37.5%;
  }
}

.information-grid .box-wrapper-2 .masonry-box-3 .box-inner,
.information-grid .box-wrapper-2 .masonry-box-4 .box-inner {
  padding-bottom: 114.1%;
}

@media only screen and (max-width: 975px) {
  .information-grid .box-wrapper-2 .masonry-box-3 .box-inner,
  .information-grid .box-wrapper-2 .masonry-box-4 .box-inner {
    padding-bottom: 90%;
  }
}

.information-grid .box-wrapper-2 .masonry-box-3,
.information-grid .box-wrapper-2 .masonry-box-4 {
  width: 45%;
  display: inline-block;
}

@media only screen and (max-width: 975px) {
  .information-grid .box-wrapper-2 .masonry-box-3,
  .information-grid .box-wrapper-2 .masonry-box-4 {
    width: 48.5%;
  }
}

@media only screen and (max-width: 869px) {
  .information-grid .box-wrapper-2 .masonry-box-3,
  .information-grid .box-wrapper-2 .masonry-box-4 {
    width: 47.5%;
  }
}

@media only screen and (max-width: 533px) {
  .information-grid .box-wrapper-2 .masonry-box-3,
  .information-grid .box-wrapper-2 .masonry-box-4 {
    width: 46.5%;
  }
}

@media only screen and (max-width: 401px) {
  .information-grid .box-wrapper-2 .masonry-box-3,
  .information-grid .box-wrapper-2 .masonry-box-4 {
    width: 45.5%;
  }
}

.information-grid .box-wrapper-3 .box-inner {
  padding-bottom: 138%;
}

@media only screen and (max-width: 975px) {
  .information-grid .box-wrapper-3 .box-inner {
    padding-bottom: 94%;
  }
}

.information-grid .box-wrapper-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.information-grid .box-wrapper-1 {
  width: 21%;
}

@media only screen and (max-width: 975px) {
  .information-grid .box-wrapper-1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 38%;
  }
}

.information-grid .box-wrapper-2 {
  width: 42%;
}

@media only screen and (max-width: 975px) {
  .information-grid .box-wrapper-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.information-grid .box-wrapper-3 {
  width: 35.5%;
}

@media only screen and (max-width: 975px) {
  .information-grid .box-wrapper-3 {
    width: 62%;
  }
}

.page-template-template-information .why {
  padding: 60px 0;
}

.page-template-template-information .why .why-container {
  max-width: 1236px;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  .page-template-template-information .why .why-container {
    padding: 0 20px;
  }
}

.page-template-template-information .why .why-container h2 {
  color: #ffffff;
  font-size: 4.4em;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 700px) {
  .page-template-template-information .why .why-container h2 {
    font-size: 2.4em;
  }
}

.page-template-template-information .why .why-container .sub-title {
  color: #ffffff;
  font-size: 1.15em;
  line-height: 1;
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media only screen and (max-width: 700px) {
  .page-template-template-information .why .why-container .sub-title {
    font-size: .9em;
  }
}

.page-template-template-information .why .why-container a {
  color: #fff;
}

.page-template-template-information .why .why-container .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 380px) {
  .page-template-template-information .why .why-container .icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-template-information .why .why-container .icons .icon {
  margin-bottom: 40px;
  margin-left: 15px;
}

.page-template-template-information .why .why-container .icons .icon .circle-red {
  position: relative;
  border-radius: 50%;
  background-color: #c01212;
  width: 142px;
  height: 141px;
}

.page-template-template-information .why .why-container .icons .icon .circle-red img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-template-template-information .why .why-container .icons .icon .text {
  color: #ffffff;
  font-size: 1em;
  font-weight: 200;
  max-width: 107px;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}

.page-template-template-information .section-register-dates {
  background-color: #f6f6f6;
  padding: 55px 0;
}

.page-template-template-information .section-register-dates .register-container {
  max-width: 707px;
  margin: 0 auto;
}

.page-template-template-information .section-register-dates .register-container h2 {
  color: #000000;
  font-size: 4.35em;
  text-align: center;
}

@media only screen and (max-width: 690px) {
  .page-template-template-information .section-register-dates .register-container h2 {
    font-size: 2.35em;
  }
}

.page-template-template-information .section-register-dates .register-container .register-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 790px) {
  .page-template-template-information .section-register-dates .register-container .register-wrap {
    padding: 0 15px;
  }
}

.page-template-template-information .section-register-dates .register-container .register-wrap .left-column {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  background: #eaeaea;
  padding: 15px;
  width: 250px;
  margin-right: 35px;
}

@media only screen and (max-width: 790px) {
  .page-template-template-information .section-register-dates .register-container .register-wrap .left-column {
    margin-right: 0px;
  }
}

.page-template-template-information .section-register-dates .register-container .register-wrap .left-column strong {
  font-weight: 700;
}

.page-template-template-information .section-register-dates .register-container .register-wrap .left-column p {
  border-bottom: 1px solid #FFF;
  padding-bottom: 13px;
}

.page-template-template-information .section-register-dates .register-container .register-wrap .left-column p:last-child {
  border: none;
  padding-bottom: 0;
}

.page-template-template-information .section-register-dates .register-container .register-wrap .right-column {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media only screen and (max-width: 790px) {
  .page-template-template-information .section-register-dates .register-container .register-wrap .right-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
}

.page-template-template-information .section-register-dates .register-container .register-wrap .right-column .red-button,
.page-template-template-information .section-register-dates .register-container .register-wrap .right-column
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template-information .section-register-dates .register-container .register-wrap .right-column a,
.page-template-template-information .section-register-dates .register-container .register-wrap .right-column
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template-information .section-register-dates .register-container .register-wrap .right-column a,
.page-template-template-information .section-register-dates .register-container .register-wrap .right-column
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template-information .section-register-dates .register-container .register-wrap .right-column a,
.page-template-template-information .section-register-dates .register-container .register-wrap .right-column
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template-information .section-register-dates .register-container .register-wrap .right-column a {
  padding-left: 37px;
}

.page-template-template-information .section-register-dates .register-container .register-wrap .right-column strong {
  font-weight: 700;
}

.page-template-template-information .section-register-dates .register-container .register-wrap .right-column p {
  margin: 0;
  padding: 6px 0 5px 0;
}

.page-template-template-information .section-register-dates .register-container .register-wrap .right-column ul li {
  position: relative;
  padding-right: 18px;
  color: #4d4d4d;
  font-size: 0.9em;
}

.page-template-template-information .section-register-dates .register-container .register-wrap .right-column ul li:before {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
}

.page-template-template-magazines .filterbox {
  max-width: 430px;
  margin: 0 auto;
  padding-bottom: 26px;
}

.page-template-template-magazines .filterbox select {
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  background: transparent url(/wp-content/themes/clb/assets/images/select-arrow.png) no-repeat left center;
  background-position: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page-template-template-magazines .magazine-title {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 8px 5px;
  margin-bottom: 40px;
}

.page-template-template-magazines .magazine-title h3 {
  color: #c01212;
  font-size: 1.063em;
  margin-bottom: 0;
}

.page-template-template-magazines .magazines .magazine-sub-title {
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
  color: #000000;
  font-size: 1.063em;
  padding-bottom: 11px;
  font-weight: 600;
  margin-bottom: 0;
}

.page-template-template-magazines .magazines .magazine-wrap {
  margin-bottom: 60px;
}

.page-template-template-magazines .magazines .pdf-wrap {
  position: relative;
  padding: 14px 56px 14px 0;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}

.page-template-template-magazines .magazines .pdf-wrap a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: black;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 630px) {
  .page-template-template-magazines .magazines .pdf-wrap a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-template-magazines .magazines .pdf-wrap .pdf-title {
  max-width: 377px;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 630px) {
  .page-template-template-magazines .magazines .pdf-wrap .pdf-title {
    padding-bottom: 10px;
  }
}

.page-template-template-magazines .magazines .pdf-wrap .author {
  line-height: 1;
}

@media only screen and (max-width: 630px) {
  .page-template-template-magazines .magazines .pdf-wrap .author {
    font-weight: 600;
  }
}

.page-template-template-magazines .magazines .pdf-wrap span {
  margin-top: 15px;
}

.page-template-template-magazines .magazines .pdf-wrap:before {
  content: url("/wp-content/themes/clb/assets/images/pdf.png");
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -34%);
          transform: translate(0%, -34%);
}

.page-template-template_faculty .register {
  text-align: center;
}

.page-template-template_faculty .register .red-button,
.page-template-template_faculty .more_text_button .red-button,
.page-template-template_faculty .register
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template_faculty .register a,
.page-template-template_faculty .register
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template_faculty .register a,
.page-template-template_faculty .register
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template_faculty .register a,
.page-template-template_faculty .register
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template_faculty .register a {
  padding-left: 50px;
  ont-size: 1.8em;
  line-height: 1;
  border:none;
}
.page-template-template_faculty .more_text_button .red-button{
  font-size: 1.4em;
  margin-bottom: 15px;
}
.page-template-template_faculty .more_text{
  margin-bottom: 15px;
}
 
.page-template-template_faculty .degrees {
  background-color: #fcfcfc;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.page-template-template_faculty .degrees:before,
.page-template-template_faculty .degrees:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 101%;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
  left: 0;
}

.page-template-template_faculty .degrees:before {
  top: 0;
}

.page-template-template_faculty .degrees:after {
  bottom: 0;
}

.page-template-template_faculty .degrees .degrees-title {
  text-align: center;
}

.page-template-template_faculty .degrees .degrees-title h2 {
  color: #000000;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 300;
}

@media only screen and (max-width: 690px) {
  .page-template-template_faculty .degrees .degrees-title h2 {
    font-size: 2.5em;
    padding: 0 15px;
  }
}

.page-template-template_faculty .degrees .degrees-sub-title {
  color: #131823;
  text-align: center;
  font-size: 1.75em;
  line-height: 1;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 45px;
}

@media only screen and (max-width: 690px) {
  .page-template-template_faculty .degrees .degrees-sub-title {
    font-size: 1.3em;
    padding: 0 15px;
  }
}

.page-template-template_faculty .degrees .degree {
  max-width: 1056px;
  margin: 0 auto;
}

.page-template-template_faculty .degrees .degree .degree-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-template_faculty .degrees .degree .degree-row .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3px;
}

.page-template-template_faculty .degrees .degree .degree-row .view img {
  cursor: pointer;
}

.page-template-template_faculty .degrees .degree .degree-row .view.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #f4f4f4;
  margin: 0 auto;
  position: relative;
  top: 12px;
}

.page-template-template_faculty .degrees .degree .degree-row .view.active h3 {
  color: #fff;
  background-color: rgba(194, 18, 18, 0.9);
}

.page-template-template_faculty .degrees .degree .degree-row .view h3 {
  color: #0b1f39;
  -webkit-transition: color .2s ease-in;
  transition: color .2s ease-in;
  max-width: 260px;
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2em;
  text-align: center;
  background-color: rgba(238, 238, 238, 0.92);
  min-height: 70.42px;
  margin-bottom: 0;
}

.page-template-template_faculty .degrees .degree .degree-row .view .mask {
  background-color: #f4f4f4;
  height: 0;
  overflow: hidden;
  position: relative;
}

.page-template-template_faculty .degrees .extend {
  background: #f4f4f4;
  padding: 15px;
  color: #636363;
  font-size: 1.313em;
  display: none;
  margin-bottom: 15px;
  margin-top: 8px;
}

.page-template-template_faculty .degrees .extend a {
  margin-top: 15px;
}

.page-template-template_faculty .expertise {
  padding: 80px 0;
}

@media only screen and (max-width: 890px) {
  .page-template-template_faculty .expertise .box-description {
    display: none;
  }
}

.page-template-template_faculty .expertise .expertise-title {
  text-align: center;
}

.page-template-template_faculty .expertise .expertise-title h2 {
  color: #000000;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 300;
}

@media only screen and (max-width: 690px) {
  .page-template-template_faculty .expertise .expertise-title h2 {
    font-size: 2.5em;
    padding: 0 15px;
  }
}

.page-template-template_faculty .expertise .expertise-sub-title {
  color: #131823;
  text-align: center;
  font-size: 1.75em;
  line-height: 1;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 45px;
}

@media only screen and (max-width: 690px) {
  .page-template-template_faculty .expertise .expertise-sub-title {
    font-size: 1.3em;
    padding: 0 15px;
  }
}

.page-template-template_faculty .lecturer-wrap {
  background-color: #ebebeb;
  padding: 50px 0;
}

.page-template-template_faculty .lecturer-wrap .lecturer-title {
  text-align: center;
}

.page-template-template_faculty .lecturer-wrap .lecturer-title h2 {
  color: #000000;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 300;
}

@media only screen and (max-width: 690px) {
  .page-template-template_faculty .lecturer-wrap .lecturer-title h2 {
    font-size: 2.5em;
    padding: 0 15px;
  }
}

.page-template-template_faculty .lecturer-wrap .lecturer-sub-title {
  color: #131823;
  text-align: center;
  font-size: 1.75em;
  line-height: 1;
  max-width: 720px;
  margin: 0 auto;
}

.page-template-template_faculty .lecturer-wrap .section-footer {
  text-align: center;
  margin-top: 50px;
}

.page-template-template_faculty .lecturer-wrap .section-footer .red-button,
.page-template-template_faculty .lecturer-wrap .section-footer
.acf_content .president-section .president-article a,
.acf_content .president-section .president-article .page-template-template_faculty .lecturer-wrap .section-footer a,
.page-template-template_faculty .lecturer-wrap .section-footer
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article a,
.acf-field-name-president_article.acf-field-name-president_article.acf-field-name-president_article .page-template-template_faculty .lecturer-wrap .section-footer a,
.page-template-template_faculty .lecturer-wrap .section-footer
.page-template-template-about .president-section .president-article a,
.page-template-template-about .president-section .president-article .page-template-template_faculty .lecturer-wrap .section-footer a,
.page-template-template_faculty .lecturer-wrap .section-footer
.page-template-template-about-en .president-section .president-article a,
.page-template-template-about-en .president-section .president-article .page-template-template_faculty .lecturer-wrap .section-footer a {
  padding-left: 35px;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .slick-slide {
  height: auto;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .slick-slider {
  padding: 0;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .slick-list {
  padding: 0 60px;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .slick-track {
  padding: 60px 0 40px;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .slick-dots {
  text-align: center;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .slick-dots li:not(.slick-active) button {
  background-color: #8a8a8a;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .lecturer-item {
  padding: 4px;
  font-size: 0.8em;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.2s ease;
  transition: transform 0.4s ease, opacity 0.2s ease, -webkit-transform 0.4s ease;
  z-index: 5;
  opacity: 0;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .lecturer-item.slick-active {
  opacity: 1;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .lecturer-item a {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 20px -2px transparent;
          box-shadow: 0 0 20px -2px transparent;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .lecturer-item .text {
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  padding: 29px 0;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .lecturer-item .text p {
  color: black;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .lecturer-item:hover {
  z-index: 10;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .lecturer-item:hover a {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .lecturer-item:hover .text {
  background-color: #aa182c;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .lecturer-item:hover .text p {
  color: white;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .slick-arrow {
  cursor: pointer;
  z-index: 99;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .slick-arrow svg {
  width: 60px;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .slick-arrow svg .st0 {
  stroke: black;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .slick-arrow.slick-next {
  right: 0;
}

.page-template-template_faculty .lecturer-wrap .lecturers-slider .slick-arrow.slick-prev {
  left: 0;
}

.page-template-template_faculty .events-news-lists {
  padding: 50px 0;
}
 .your-success{
   display: none !important;
 }
 

 @media only screen and (max-width: 768px) {
   .content-info{padding: 20px 0;}
  .home .news-and-events {background-color: #ffffff;}
  .home .lecturers .lead-content{margin-bottom: 30px;}
  .home .lecturers .section-footer{margin-top:0;padding-bottom: 20px;}
  .phone {left: 0;right:auto;}
  .home .news-and-events .news-list-footer{padding-bottom:0;}
  .news-list-footer .red-button{
     margin: 0 auto;
    clear: both;
    line-height: 18px;
  }
  h2{font-size:1.8em!important;}
  .top-image{margin-top: 100px;}
  .top-image.mobile-mode > div{padding-bottom: 20.85%;}
  .about-parallax p{color:#020000;}
  .page-template-template-about .events-news-lists,
  .events-news-lists .section-content .events{margin-bottom:0;}
 }