.container-fluid {
  width: calc(100% - 158px);
  margin-left: 98px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .container-fluid {
    width: calc(100% - 120px);
  }
}
@media  screen and (max-width: 1050px) {
  .container-fluid {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 500px) {
}
.container {
  position: relative;
}
.img-responsive {
  width: 100%;
  display: block;
}
.card,
.dropdown-menu,
.btn {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-outline-login {
  background-color: transparent;
  border: 1px solid #b8b8b8;
  margin: -10px 0 0 80px !important;
  padding: 6px 30px 4px 30px !important;
  text-transform: uppercase;
  font-family: 'Circe';
  font-size: 12px !important;
  float: right;
  opacity: 0.7;
  color: #000;
}
.btn-black {
  background-color: #000;
  color: #fff;
}
.page-link {
  color: #000;
  border: none;
}
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.page-item.active .page-link {
  background-color: #000;
  border-color: #000;
  border: none;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.badge {
  border-radius: 0px;
}
.nav-pills .nav-link {
  border-radius: 0px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #000;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
  background: none;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: auto;
  height: auto;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: none;
  margin: 0;
  top: 6px;
}
.ui-datepicker .ui-datepicker-prev span {
  left: 0;
}
.ui-datepicker .ui-datepicker-next span {
  right: 0px;
  left: auto;
}
.ui-datepicker .ui-icon {
  width: 26px;
  height: 26px;
  margin-top: -10px;
  position: relative;
}
.ui-datepicker .ui-icon:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 0;
  text-indent: 0px;
}
.ui-icon-circle-triangle-w:after {
  content: "\F104";
  left: 5px;
}
.ui-icon-circle-triangle-e:after {
  content: "\F105";
  right: 5px;
}
.builder-wrapper-front {
  min-height: 600px;
}
.builder-wrapper-front .page-builder {
  margin-top: 30px;
}
.builder-left-menu {
  width: 400px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: -100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
  /*
    &.show
    {
        left:0px;
    }
    */
}
.builder-left-menu .btnCloseMenu {
  pointer-events: all;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.builder-left-menu .white-overflow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(255, 255, 255, 0.9) url('../images/loader9.gif') 50% 50% no-repeat;
  display: none;
}
.builder-left-menu .white-overflow .position-centered {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 70%;
  margin-top: 50px;
}
.builder-left-menu .inner-scroll {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  padding-bottom: 50px;
}
.builder-left-menu .toolbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.builder-left-menu .toolbox.active {
  left: 0px;
}
.builder-left-menu .toolbox .mce-container .mce-toolbar-grp {
  border: 1px solid #d7dce5 !important;
}
.builder-left-menu .toolbox .mce-container .mce-edit-area {
  border: 1px solid #d7dce5 !important;
  border-top-width: 0px !important;
}
.builder-left-menu .toolbox .select-gallery {
  cursor: pointer;
}
.builder-left-menu .toolbox .select-gallery .active {
  background-color: #c9302c;
}
.builder-left-menu .toolbox .select-gallery .caption {
  height: 50px;
  overflow: hidden;
}
.builder-left-menu.active {
  left: 0px;
}
.builder-left-menu #sidebar-menu {
  margin-top: 30px;
  padding: 0 10px;
  font-size: 12px;
}
.builder-left-menu #sidebar-menu ul,
.builder-left-menu #sidebar-menu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.builder-left-menu #sidebar-menu ul li a {
  color: #000;
  line-height: 30px;
  height: 30px;
  display: block;
}
.builder-left-menu #sidebar-menu ul li ul li {
  padding-left: 15px;
}
.builder-left-menu #sidebar-menu ul.list-group .item {
  cursor: move;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.builder-left-menu #sidebar-menu ul.list-group .item:hover {
  background-color: rgba(95, 190, 170, 0.2);
}
.maxBuilderWidth {
  max-width: 720px;
  margin: 0 auto;
}
.page-builder-app {
  position: relative;
}
.page-builder-app .builder-icon-hover {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.page-builder-app .page-builder .page-builder-preloader {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
  width: 100%;
  height: 100%;
}
.page-builder-app .page-builder ul.page-dropzone {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 0!important;
  padding: 15px;
  border: 1px solid rgba(54, 64, 74, 0.05);
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}
.page-builder-app .page-builder ul.page-dropzone.dropzone-highlight {
  background-color: rgba(223, 240, 216, 0.3);
  min-height: 30px;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row {
  list-style: none;
  list-style-image: none;
  margin: 0;
  min-height: 30px;
  position: relative;
  padding: 10px 0px;
  width: 100%;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row.disabled {
  background-color: rgba(240, 80, 80, 0.3);
  opacity: 0.4;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .outline-data-lang {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .outline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .outline .actions {
  position: absolute;
  top: 5px;
  left: 5px;
  pointer-events: all;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .no-live-data {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-size: 12px;
  text-align: right;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row:hover .outline {
  border: 1px dotted #ccc;
  display: block;
  background-color: rgba(128, 128, 128, 0.1);
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .data {
  cursor: pointer;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .data p {
  margin: 0;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .data:hover {
  background-color: rgba(240, 80, 80, 0.3);
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .data:hover.image {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.6;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .data:hover .builder-icon-hover {
  opacity: 1;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .border-bottom-images {
  border-bottom: 8px solid #0e1f3f;
  padding: 0;
  padding-bottom: 5px;
}
.page-builder-app .page-builder ul.page-dropzone li.placeholder-builder {
  background-color: #d9edf7;
  display: block;
  height: 30px;
  width: 100%;
  margin: 10px 0px;
}
.ui-sortable-helper {
  list-style: none;
  border: 1px solid #ebeff2;
  background-color: #fff;
  padding-left: 15px;
}
.row-ind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}
.padding {
  padding: 0px 8% 0 80px;
}
.lined {
  background: url("../images/bgr-body.png");
  background-repeat: repeat-y;
  background-position-x: 293px;
}
@media screen and (max-width: 1400px) {
  .lined {
    background: none;
  }
}
body.fix-filter.lined {
  background-position-x: 291px;
}
.col-ind-1 {
  width: 145px;
  display: inline-block;
  position: relative;
}
.col-ind-2 {
  width: 20%;
  display: inline-block;
  position: relative;
}
.col-ind-3 {
  width: 32%;
  display: inline-block;
  position: relative;
}
.col-ind-4 {
  width: 40%;
  display: inline-block;
  position: relative;
}
.col-ind-5 {
  width: 50%;
  display: inline-block;
  position: relative;
}
.col-ind-6 {
  width: 60%;
  display: inline-block;
  position: relative;
}
.col-ind-7 {
  width: 70%;
  display: inline-block;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.col-ind-8 {
  width: 80%;
  display: inline-block;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.col-ind-10 {
  width: 80%;
  display: inline-block;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.col-ind-12 {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html,
.main-content {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Circe';
  font-size: 17px;
  line-height: 24px;
  width: 100%;
  height: 100%;
  min-width: 300px;
  margin: 0;
  padding: 0;
}
input {
  border-radius: 0;
  -webkit-appearance: none;
}
#preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999!important;
}
#preloader .progressbar {
  top: 0;
  left: 0;
  position: absolute;
  height: 10px;
  width: 40px;
  background-color: #fff;
}
#preloader .logo {
  top: 50%;
  left: 50%;
  z-index: 999!important;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#preloader .logo .text {
  color: #880824;
  font-size: 20px;
  margin-top: 10px;
}
#preloader .box {
  background-color: #db2d2e;
  width: 25%;
  height: 33.66%;
  float: left;
}
.shareaholic-share-buttons-container.shareaholic-floated {
  z-index: 999!important;
}
#shr-admin-badge {
  display: none;
}
.shareaholic-share-buttons-container.shareaholic-mini li.shareaholic-share-button .shareaholic-share-button-container .shareaholic-service-icon {
  width: 30px!important;
}
.shareaholic-share-buttons-container.shareaholic-flat li.shareaholic-share-button .shareaholic-share-button-container .shareaholic-service-icon:before {
  left: 8px!important;
}
ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon[class*="shareaholic-service-email_this"]:before,
ul li.shareaholic-share-button i.shareaholic-service-icon[class*="shareaholic-service-email_this"]:before,
ul.shareaholic-share-buttons li i.shareaholic-service-icon[class*="shareaholic-service-email_this"]:before,
ul li i.shareaholic-service-icon[class*="shareaholic-service-email_this"]:before {
  content: '\F1FA' !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900!important;
}
.cookie-container {
  position: fixed;
  width: 100%;
  padding: 15px;
  bottom: 0;
  left: 0;
  z-index: 990;
  background-color: #fff;
  color: #000;
  border-top: 1px solid #cbcbcb;
}
.cookie-container .cookie-data {
  font-size: 15px;
}
.cookie-container .cookie-data .accept {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 13px;
  color: #000;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.cookie-container .cookie-data .text {
  width: 100%;
  text-align: center;
}
.cookie-container .cookie-data .text a {
  color: #cbcbcb;
  margin-left: 15px;
  text-decoration: underline;
}
@media  screen and (max-width: 1400px) {
  .cookie-container .cookie-data {
    font-size: 12px;
  }
  .cookie-container .cookie-data .accept {
    font-size: 11px;
  }
  .cookie-container .cookie-data .text {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .cookie-container {
    height: auto;
    line-height: 18px;
  }
  .cookie-container .cookie-data .text {
    width: 80%;
  }
}
.arrow-link {
  background: url("../images/news-article-arrow.png") left center;
  display: block;
  background-repeat: no-repeat;
  font-size: 14px;
  padding-left: 30px;
  color: #db2d2e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-link:hover {
  color: #000;
  background-position-x: 5px;
}
.arrow-link-white {
  background: url("../images/news-article-arrow-white.png") left center;
  display: block;
  background-repeat: no-repeat;
  padding-left: 30px;
  color: #db2d2e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-link-white:hover {
  color: #000;
  background-position-x: 5px;
}
* {
  outline: none;
}
.noowf {
  overflow: hidden!important;
}
.space {
  margin-top: 80px;
}
.main-content {
  display: none;
}
.page-content {
  margin-left: 210px;
}
@media screen and (max-width: 1400px) {
  .page-content {
    margin-left: 0px;
  }
}
@media  screen and (max-width: 1050px) {
}
.page-content-extended {
  max-width: 1500px;
  margin: 0 auto;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #db2d2e;
  text-decoration: none;
}
section {
  position: relative;
}
.nv {
  opacity: 0;
}
.no-border {
  border: 0 !important;
}
h1 {
  font-size: 70px;
  font-family: 'GalanoGrotesqueAlt-SemiBold';
  font-weight: normal;
  line-height: 70px;
  margin-left: 25px;
  /*
    @media @tablet{
        font-size: @big-fs - 20px;
        line-height: @big-fs - 20px;
    }
    @media @desktop-1700{
        font-size: @big-fs - 10px !important;
        line-height: @big-fs - 10px;
    }
    @media @mobile, @mobile-land{
        font-size: @midle-fs - 9px;
        line-height: 30px !important;
    }
    */
}
h1 span {
  font-size: 26px !important;
}
h2 {
  font-size: 26px;
  line-height: 30px;
  /*
    @media @mobile, @mobile-land{
        font-size: @normal-fs - 5px;
        line-height: 25px !important;
    }
    */
}
h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: auto;
  /*
    @media @mobile, @mobile-land{
        font-size: @normal-fs - 5px;
        line-height: 25px !important;
    }
    */
}
.right {
  float: right !important;
}
.mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mobile {
    display: initial;
  }
}
@media only screen and (max-width: 700px) {
  .m-hidden {
    display: none;
  }
}
.show {
  visibility: visible !important;
}
.display {
  display: block !important;
}
iframe,
video {
  margin: 20px 0 20px 0;
}
.no-padding {
  padding: 0 !important;
}
.plus {
  font-family: 'GalanoGrotesqueAlt-SemiBold';
  font-size: 19px;
  line-height: 35px;
}
.heavy {
  font-family: 'GalanoGrotesqueAlt-SemiBold';
  font-size: 19px;
}
.resp-img {
  max-width: 100%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media only screen and (max-width: 700px) {
  .resp-img {
    max-width: 90%;
  }
}
.clearfix:after {
  content: "" !important;
  clear: both !important;
  display: block !important;
}
.clearfix:after {
  clear: both!important;
}
/* IE 6 & 7 */
.clearfix {
  zoom: 1;
}
.bold {
  font-family: 'GalanoGrotesqueAlt-SemiBold';
}
.bold strong {
  font-family: 'GalanoGrotesqueAlt-Medium';
}
.arrow {
  display: inline-block;
  background-image: url("/assets/frontend/images/news-article-arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow:hover {
  background-position: 5px center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-right {
  display: inline-block;
  background-image: url("/assets/frontend/news-article-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.page {
  width: calc(100% - 210px);
  padding-top: 180px;
  margin-left: 20px;
}
.page h4 {
  font-weight: normal;
  font-family: 'Circe';
}
.page p {
  font-weight: normal;
  font-family: 'Circe';
}
.page .arrow {
  color: #db2d2e;
  background-position: left center;
}
.page .arrow:hover {
  color: #000 !important;
}
.logo {
  position: absolute;
  top: 10px;
  left: 230px;
  z-index: 100;
}
.logo a {
  display: block;
  width: 260px;
  height: 110px;
  background: transparent url('../images/logo.svg') 0 0 no-repeat;
}
@media  screen and (max-width: 1500px) {
  .logo {
    left: 130px;
  }
  .logo a {
    width: 200px;
    height: 90px;
  }
}
@media  screen and (max-width: 1050px) {
  .logo {
    left: 75px;
    top: 5px;
  }
  .logo a {
    width: 147px;
    height: 55px;
  }
}
.page-header {
  position: relative;
  width: 100%;
  min-height: 600px;
}
.small-page-header {
  margin-top: 180px;
  position: relative;
}
.small-page-header .inner-page-title {
  position: absolute;
  left: 50px;
  top: 30%;
  width: 50%;
  max-width: 600px;
  padding: 0;
  z-index: 10;
}
.small-page-header .inner-page-title.fullrow {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  max-width: 1000px;
  margin-left: 50px;
  margin-top: 250px;
  margin-bottom: 100px;
}
.small-page-header .inner-page-title h1 {
  margin: 0 0 30px 0;
  color: #db2d2e;
  font-size: 60px  !important;
  line-height: 65px !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.small-page-header .inner-page-title h2 {
  font-size: 21px;
  line-height: 25px;
  max-width: 450px;
}
.small-page-header .inner-page-title h3 {
  margin-left: 0;
}
.small-page-header .inner-page-title span {
  display: block;
}
.small-page-header .inner-page-title .date {
  color: #000;
  text-transform: uppercase;
  font-family: 'Circe';
  font-size: 13px;
  margin-left: 0px;
}
@media screen and (max-width: 1500px) {
  .small-page-header .inner-page-title h2 {
    max-width: 390px;
  }
}
@media screen and (max-width: 1400px) {
  .small-page-header .inner-page-title h2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1300px), screen and (max-height: 700px) {
  .small-page-header .inner-page-title.fullrow {
    margin-top: 50px;
  }
}
@media  screen and (max-width: 1050px) {
  .small-page-header .inner-page-title {
    width: 100%;
  }
  .small-page-header .inner-page-title.fullrow {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .small-page-header .inner-page-title h1 {
    font-size: 50px  !important;
    line-height: 55px !important;
  }
}
@media  screen and (max-width: 768px) {
  .small-page-header .inner-page-title h1 {
    font-size: 40px  !important;
    line-height: 45px !important;
  }
}
.small-page-header .text-info {
  margin-bottom: 5%;
}
.small-page-header .text-info .no-image {
  min-height: 350px;
}
@media screen and (max-width: 1400px) {
  .small-page-header .inner-page-title {
    position: relative;
    left: auto;
    float: left;
    margin-left: 15px;
    margin-bottom: 20px;
  }
  .small-page-header .inner-page-title h1 {
    margin-bottom: 15px;
  }
  .small-page-header .text-info {
    margin-left: 0px;
    float: right;
  }
}
@media  screen and (max-width: 768px) {
  .small-page-header {
    margin-top: 110px;
  }
}
.btn-back {
  background-color: #fff;
  border: 1px solid #b8b8b8;
  color: #000;
  height: 94px;
  line-height: 94px;
  width: 195px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 99px;
  z-index: 110;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-back.hbtn {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
.btn-back:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .btn-back {
    height: 60px;
    line-height: 60px;
    width: 98px;
    font-size: 12px;
    left: 0px;
  }
}
@media  screen and (max-width: 1050px) {
  .btn-back {
    display: none;
  }
}
body.fix-filter .btn-back {
  left: 97px;
}
.project-in .btn-back {
  height: 94px;
  line-height: 94px;
}
.btn-pdf {
  background-color: #fff;
  border: 1px solid #ba1b92;
  color: #000;
  height: 66px;
  line-height: 66px;
  text-align: center;
  width: 250px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 295px;
  z-index: 110;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-pdf.hbtn {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
.btn-pdf:hover {
  background-color: #ba1b92;
  color: #fff;
}
.section-title {
  position: relative;
  width: 320px;
  height: 100px;
  line-height: 100px;
  white-space: nowrap;
  padding: 0px 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 150px;
  left: -130px;
  font-size: 28px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-title:after {
  content: '';
  height: 100%;
  width: 6px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-title:hover:after {
  height: 60%;
}
@media  screen and (max-width: 1199px) {
  .section-title {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari 3-8 */
    bottom: auto!important;
    left: auto!important;
    position: relative!important;
    margin-top: 30px;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    margin-bottom: 10px;
  }
}
.activities {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.activities .left-menu {
  background-color: transparent;
}
.activities .left-menu a {
  color: #000;
}
.activities .left-menu.leftm-inverse {
  background-color: #000 !important;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.activities .left-menu.leftm-inverse a {
  color: #fff;
}
.activities .left-menu.leftm-inverse .calendar {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.activities .activities-section {
  /* clearfix */
}
.activities .activities-section .grid {
  margin: auto;
  margin-top: 100px;
  max-width: 1500px;
}
.activities .activities-section .grid:after {
  content: '';
  display: block;
  clear: both;
}
.activities .activities-section .grid li {
  width: auto;
}
.activities .activities-section .grid .grid-item-width2 {
  width: 100%;
}
.activities .activities-section .grid-item {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
.activities .activities-section .grid-item h1 {
  font-size: 60px;
}
.activities .activities-section .grid-item h1:hover {
  color: #db2d2e;
}
.activities .activities-section .grid-item .act-img {
  position: relative;
}
.activities .activities-section .grid-item .act-img .white-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-image: url("../images/news-mask.png");
  background-position-y: top;
  background-repeat: repeat-x;
}
.activities .activities-section .grid-item li img {
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.activities .activities-section .grid-item .activities-title {
  position: relative;
  margin: 0 auto;
  margin-top: -197px;
  min-height: 180px;
  width: 100%;
}
.activities .activities-section .grid-item .activities-title .inner-container {
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
}
.activities .activities-section .grid-item .activities-title .inner-container h1 {
  margin: 0 0 20px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.activities .activities-section .grid-item .activities-title .inner-container p {
  padding-left: 40px;
}
.activities .activities-section .grid-item .activities-title .inner-container .resume a {
  color: #000;
}
.activities .activities-section .grid-item .activities-title .inner-container .resume a:hover {
  color: #000;
}
.activities .activities-section .grid-item .activities-title .inner-container .discover-activities {
  background: url("../images/news-article-arrow.png");
  background-repeat: no-repeat;
  background-position: left 17px;
  padding: 10px 10px 10px 40px;
  width: 48%;
  border-bottom: 1px solid #b8b8b8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #db2d2e;
}
.activities .activities-section .grid-item .activities-title .inner-container .discover-activities:hover {
  color: #000;
  background-position: 13px 17px;
}
@media screen and (max-width: 1500px) {
  .activities .activities-section .grid-item h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .activities .activities-section .grid-item h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 960px) {
  .activities .activities-section .grid-item .activities-title .inner-container {
    width: 90%;
  }
  .activities .activities-section .grid-item .activities-title .inner-container h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .activities .activities-section .grid-item .activities-title .inner-container p {
    padding: 0;
    font-size: 13px;
  }
}
.activities .activities-section .grid-item-width2 .act-img {
  width: 55%;
}
.activities .activities-section .grid-item-width2 .act-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.activities .activities-section .grid-item-width2 .activities-title {
  background-image: none !important;
  position: relative;
  margin: 0;
  margin-top: 5%;
  width: 45%;
}
.activities .activities-section .grid-item-width2 .activities-title h1 {
  margin: 0 0 20px 0;
}
.activities .activities-section .grid-item-width2 .activities-title p {
  margin-left: 40px;
}
.activities .activities-section .grid-item-width2 .activities-title .discover-activities {
  background: url("../images/news-article-arrow.png");
  background-repeat: no-repeat;
  background-position: left 17px;
  padding: 10px 10px 10px 40px;
  width: 52%;
  border-bottom: 1px solid #b8b8b8;
}
.activities .activities-section .grid-item-width2.right .act-img {
  float: right;
}
.activities .activities-section .grid-item-width2.left .act-img {
  float: left;
}
.activities .activities-section .grid-item-width2.left .activities-title {
  float: right;
}
@media  screen and (max-width: 1050px) {
  .activities .activities-section .grid-item-width2 .act-img {
    width: 60%!important;
    float: none!important;
  }
  .activities .activities-section .grid-item-width2 .activities-title {
    position: relative;
    margin: 0;
    margin-top: -197px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .activities .activities-section .grid-item-width2 .act-img {
    width: 100%!important;
  }
  .activities .activities-section .grid-item-width2 .activities-title p {
    padding: 0!important;
  }
}
.join {
  width: 100%;
  min-height: 900px;
  background-image: url("/res/Zagreb Peer Gynt varen ETC 01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 120px;
}
.join .join-wrapper {
  width: 90%;
  max-width: 1000px;
  height: 420px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.join .join-wrapper .join-text {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 10px solid #fb0f11;
  height: 100%;
}
.join .join-wrapper .join-text .join-header {
  top: -150px;
  left: 50px;
  position: absolute;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
}
.join .join-wrapper .join-text .text {
  padding: 30px;
  line-height: 27px;
}
.join .join-wrapper .join-text .text h2 {
  font-size: 30px;
  margin-top: 20px;
  font-family: 'GalanoGrotesqueAlt-SemiBold';
}
.join .join-wrapper .join-text .text ul {
  margin-left: 60px;
}
.join .join-wrapper .join-text .text .btn-black {
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.join .join-wrapper .join-text .text .btn-black:hover {
  border: 1px solid #b8b8b8;
  color: #000;
  background-color: #fff;
}
.join .join-wrapper .join-text .bottom-line {
  width: 150px;
  height: 10px;
  background-color: #fc9292;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media screen and (max-width: 1000px) {
  .join {
    min-height: 600px;
  }
  .join .join-wrapper .join-text .text ul {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .join .join-wrapper .join-text .text ul {
    margin-left: 30px;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
  .join .join-wrapper .join-text .text h2 {
    font-size: 20px;
  }
  .join .join-wrapper .join-text .text {
    padding: 15px;
    font-size: 14px;
  }
  .join .join-wrapper .join-text .text .btn-black {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .join .join-wrapper .join-text .text {
    padding: 10px;
    line-height: 21px;
  }
}
.footer {
  background-color: #efefef;
  width: 100%;
  padding-top: 100px;
}
.footer h5 {
  font-size: 19px;
}
.footer .newsletter-container {
  clear: both;
  margin-bottom: 60px;
}
.footer .newsletter-container .left-side {
  position: relative;
}
.footer .newsletter-container .left-side h5 {
  font-size: 21px;
  padding-left: 30px;
  padding-top: 5px;
}
.footer .newsletter-container .right-side {
  position: relative;
}
.footer .newsletter-container .right-side .subscribe-container {
  width: 90%;
}
.footer .newsletter-container .right-side .subscribe-container .input-container {
  float: left;
  width: 80%;
  position: relative;
}
.footer .newsletter-container .right-side .subscribe-container .input-container input {
  background-color: #efefef;
  border: none;
  border-bottom: 2px solid #000;
  width: 95%;
  height: 35px;
  line-height: 35px;
  color: #000;
}
.footer .newsletter-container .right-side .subscribe-container .input-container input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.footer .newsletter-container .right-side .subscribe-container .input-container input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.footer .newsletter-container .right-side .subscribe-container .input-container input::placeholder {
  color: #000;
  opacity: 1;
}
.footer .newsletter-container .right-side .subscribe-container .input-container .result {
  color: #fff;
  font-size: 11px;
  position: absolute;
  bottom: -30px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
@media  screen and (max-width: 768px) {
  .footer .newsletter-container .right-side .subscribe-container .input-container input {
    width: 100%;
  }
  .footer .newsletter-container .right-side .subscribe-container .input-container .result {
    width: 100%;
    text-align: right;
  }
}
.footer .newsletter-container .right-side .subscribe-container.error .input-container .result {
  opacity: 1;
  color: #b01023;
}
.footer .newsletter-container .right-side .subscribe-container.success .input-container .result {
  opacity: 1;
}
.footer .newsletter-container .right-side .subscribe-container .button-container {
  float: left;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 15px;
  padding: 5px 15px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .newsletter-container .right-side .subscribe-container .button-container:hover {
  background-color: #000;
  color: #fff;
}
.footer .footer-text {
  font-size: 16px;
}
.footer .footer-text .left-side {
  width: 230px;
  float: left;
}
.footer .footer-text .left-side a {
  color: #000;
}
.footer .footer-text .left-side a:hover {
  color: #db2d2e;
}
.footer .footer-text .left-side .eu-logo {
  margin-top: 40px;
}
.footer .footer-text .left-side h5 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}
.footer .footer-text .left-side h5:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 30px;
  height: 5px;
  background-color: #000;
}
.footer .footer-text .left-side h5:before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 80%;
  height: 1px;
  background-color: #b6b7b6;
}
.footer .footer-text .right-side {
  float: left;
  height: 100%;
  width: calc(100% - 230px);
  position: relative;
}
.footer .footer-text .right-side .line-top {
  width: 150px;
  height: 1px;
  background-color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer .footer-text .right-side a {
  color: #000;
}
.footer .footer-text .right-side a:hover {
  color: #db2d2e;
}
.footer .footer-text .right-side .social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-text .right-side .social li {
  float: left;
  margin-right: 15px;
}
.footer .footer-text .right-side .social li a {
  background-color: #db2d2e;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .footer-text .right-side .social li a i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.footer .footer-text .right-side .social li a:hover {
  background-color: #000;
  color: #fff;
}
.footer .bottom-links {
  margin-top: 50px;
  float: right;
  list-style: none;
}
.footer .bottom-links li {
  list-style: none;
  float: left;
  margin-right: 30px;
  font-size: 13px;
}
.footer .bottom-links li a {
  color: #000;
  font-size: 13px;
}
.footer .bottom-links li:last-child {
  margin-right: 0px;
}
@media  screen and (max-width: 1050px) {
  .footer .newsletter-container .left-side h5,
  .footer .footer-text .left-side h5 {
    padding-left: 0px;
  }
  .footer .footer-text .left-side h5:after {
    left: 0;
  }
  .footer .footer-text .left-side h5:before {
    display: none;
  }
  .footer .newsletter-container .right-side .subscribe-container {
    width: 100%;
  }
}
@media  screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
  }
  .footer .footer-text .left-side h5:before {
    display: none;
  }
  .footer .newsletter-container .right-side .subscribe-container .button-container {
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media  screen and (max-width: 600px) {
  .footer .newsletter-container .right-side .subscribe-container {
    width: 100%;
  }
  .footer .newsletter-container .right-side .subscribe-container .input-container {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    float: none;
  }
  .footer .newsletter-container .right-side .subscribe-container .button-container {
    margin-top: 20px;
    float: none;
  }
}
/* =============
   Notification
============= */
.notifyjs-metro-base {
  position: relative;
  min-height: 52px;
  min-width: 250px;
  color: #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
}
.notifyjs-metro-base .image {
  display: table;
  position: absolute;
  height: auto;
  width: auto;
  left: 25px;
  top: 50%;
  font-size: 24px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notifyjs-metro-base .text-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 10px 52px;
  clear: both;
}
.notifyjs-metro-base .title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.notifyjs-metro-base .text {
  font-size: 12px;
  font-weight: normal;
  max-width: 360px;
  vertical-align: middle;
}
.notifyjs-metro-cool {
  color: #fafafa !important;
  background-color: #4A525F;
  border: 1px solid #4A525F;
}
.top-container {
  width: calc(100% - 99px);
  min-width: 200px;
  height: 110px;
  z-index: 900;
  padding-left: 0;
  padding-top: 0;
  position: absolute;
  left: 99px;
  top: 0px;
  z-index: 790;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-container::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.top-container .layer-bg {
  width: 100%;
}
.top-container .logo-main {
  position: absolute;
  top: 10px;
  left: 130px;
  width: 0;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-container .logo-main a {
  display: block;
}
.top-container .logo-compact {
  position: absolute;
  top: 30px;
  left: 130px;
  width: 220px;
  opacity: 0;
  z-index: 3;
}
.top-container .logo-compact a {
  display: block;
}
.top-container .top-menu {
  width: auto;
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 30px;
  z-index: 3000;
}
.top-container .top-menu .menu-in {
  position: relative;
  width: auto;
  float: right;
}
.top-container .top-menu .menu-in ul {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  list-style: none;
}
.top-container .top-menu .menu-in ul li {
  list-style: none;
  float: left;
  position: relative;
  margin: 5px 60px 5px 0px;
  font-size: 20px;
  font-family: 'Circe';
  font-weight: normal;
  cursor: default;
  color: #000;
  white-space: nowrap;
}
.top-container .top-menu .menu-in ul li a {
  display: block;
  color: #bdbcbd;
}
.top-container .top-menu .menu-in ul li a:hover {
  color: #fff;
}
.top-container .top-menu .menu-in ul li a.dropdown-item {
  color: #000;
}
.top-container .top-menu .menu-in ul li .sub-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  padding-top: 50px;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-container .top-menu .menu-in ul li:last-child {
  margin-right: 90px;
}
.top-container .top-menu .menu-in ul li:hover .sub-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.top-container .top-menu .menu-in .login {
  background-color: transparent;
  border: 1px solid #000;
  padding: 6px 30px 4px 30px !important;
  text-transform: uppercase;
  font-family: 'Circe';
  font-size: 13px !important;
  float: right;
  margin-top: -8px;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-container .top-menu .menu-in .login:hover {
  opacity: 0.7;
}
.top-container .top-menu .menu-in .search {
  border: 0;
  position: absolute;
  right: 40px;
  top: 2px;
  opacity: 0.7;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-container .top-menu .menu-in .search:hover {
  opacity: 0.3;
}
@media  screen and (max-width: 1500px) {
  .top-container .top-menu .menu-in ul li {
    font-size: 18px;
  }
  .top-container .top-menu .menu-in .login {
    font-size: 12px !important;
  }
}
@media  screen and (max-width: 1050px) {
  .top-container .top-menu .menu-in {
    display: none;
  }
}
.top-container.fixed {
  left: 99px;
  margin: 0px;
  background-color: #000;
  z-index: 1010;
  position: fixed;
}
.top-container.fixed::after {
  background-color: #000;
  height: 100%;
}
.top-container.fixed .top-menu {
  color: #fff;
}
.top-container.fixed .top-menu ul li {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-container.fixed .top-menu ul .btn-outline-login {
  color: #fff;
}
.top-container.fixed .top-menu ul .login {
  border-color: #fff;
  color: #fff;
}
.top-container.fixed .top-menu ul .login:hover {
  color: #fff;
}
.top-container.fixed .top-menu ul .search {
  color: #fff;
}
.top-container.fixed .logo-main {
  opacity: 0;
}
.top-container.fixed .logo-compact {
  opacity: 1;
}
.top-container.home .top-menu {
  color: #fff;
}
.top-container.home .top-menu ul .login {
  border-color: #fff;
  color: #fff;
}
.top-container.home .top-menu ul .search {
  color: #fff;
}
.top-container.open-menu {
  margin: 0px;
  background-color: #000;
  z-index: 1010;
  position: fixed;
}
.top-container.open-menu::after {
  height: 300px;
  background-color: #000;
}
.top-container.open-menu .top-menu {
  color: #fff;
}
.top-container.open-menu .top-menu ul li {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-container.open-menu .top-menu ul .login {
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.top-container.open-menu .top-menu ul .login {
  border-color: #fff;
  color: #fff;
}
.top-container.open-menu .top-menu ul .btn-outline-login {
  color: #fff;
}
.top-container.open-menu .top-menu ul .search {
  color: #fff;
}
.top-container.open-menu .logo-main {
  opacity: 1;
  width: 260px;
}
.top-container.open-menu .logo-compact {
  opacity: 0;
}
@media  screen and (max-width: 1500px) {
  .top-container.open-menu .logo-main {
    width: 200px;
    left: 31px;
  }
  .top-container .logo-compact {
    width: 180px;
    left: 31px;
    top: 40px;
  }
  .top-container .top-menu .menu-in ul li {
    margin: 5px 40px 5px 0px;
  }
}
@media  screen and (max-width: 1050px) {
  .top-container {
    width: calc(100% - 50px);
    left: 50px;
    height: 60px;
  }
  .top-container.fixed {
    width: calc(100% - 50px);
    left: 50px;
    height: 60px;
  }
  .top-container .logo-main {
    left: 30px;
  }
  .top-container .logo-compact {
    top: 17px;
    left: 30px;
    width: 135px;
  }
}
.search-wrapper {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 2000;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-wrapper button.close {
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-wrapper button.close:hover {
  opacity: 0.5;
}
.search-wrapper .search-container {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 2000;
  background-color: #fff;
}
.search-wrapper .search-container #form-filed {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
}
.search-wrapper .search-container #form-filed .form-container {
  border-bottom: 2px solid #535355;
  padding-bottom: 5px;
  width: 90%;
  margin: auto;
  display: table;
  position: relative;
}
.search-wrapper .search-container #form-filed .form-container .load-search {
  display: none;
  position: absolute;
  right: 5px;
  bottom: 10px;
}
.search-wrapper .search-container #form-filed .form-container #search-box {
  font-size: 25px;
  width: 80%;
  max-width: 600px;
  background-color: transparent;
  border: 0px;
  float: left;
  color: #b8b8b8;
}
.search-wrapper .search-container #form-filed .form-container #submit {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 25px;
  float: right;
  margin-top: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-wrapper .search-container #form-filed .form-container #submit:hover {
  color: #535355;
}
.search-wrapper .search-container .search-result {
  background-color: #fff;
  width: 100%;
  height: calc(100% - 170px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-wrapper .search-container .search-result.show {
  visibility: visible;
  opacity: 1;
}
.search-wrapper .search-container .search-result .search-result-container {
  width: 100%;
  margin: auto;
  padding: 30px 15px;
  background-color: #fff;
}
.search-wrapper .search-container .search-result .search-result-container .type {
  border-bottom: 3px solid #000;
  margin-left: 0px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 12px;
  font-family: 'GalanoGrotesqueAlt-Medium';
  text-transform: uppercase;
  display: table;
}
.search-wrapper .search-container .search-result .search-result-container .show-more {
  margin-top: 15px;
  margin-bottom: 40px;
  border-top: 1px solid #b8b8b8;
  padding-top: 5px;
}
.search-wrapper .search-container .search-result .search-result-container .results {
  clear: both;
  margin-bottom: 15px;
}
.search-wrapper .search-container .search-result .search-result-container h2 {
  margin: 0 0 20px 0;
}
.search-wrapper .search-container .search-result .search-result-container .text {
  font-size: 14px;
}
.search-wrapper .search-container .search-result .search-result-container a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-wrapper .search-container .search-result .search-result-container a:hover {
  color: #db2d2e;
}
.search-wrapper.show {
  visibility: visible;
  opacity: 1;
}
.search-wrapper.show #form-filed {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media  screen and (max-width: 1050px) {
  .search-wrapper .search-container {
    width: calc(100% - 50px);
    margin-left: 50px;
    margin-top: 60px;
  }
}
.left-menu {
  height: calc(100% - 94px);
  min-height: 700px;
  background-color: #ba1b92;
  width: 98px;
  font-size: 14px;
  left: -200px;
  top: 0;
  font-family: 'Circe';
  z-index: 101;
  position: absolute;
  border-right: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.left-menu .border-right {
  position: absolute;
  right: -1px;
  top: 0;
  height: 0;
  width: 2px;
  background-color: transparent;
  border-right: 1px solid transparent;
  z-index: 100;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.left-menu .menu {
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari 3-8 */
  transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 30%;
  padding: 20px 20px;
  left: -165px;
  width: 420px;
}
.left-menu .menu a {
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Circe';
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.left-menu .menu a:hover {
  opacity: 0.6;
}
.left-menu.blue-bg {
  background-color: #1c3591;
}
.left-menu.black-bg {
  background-color: #000;
}
.left-menu.white-bg {
  background-color: #fff;
}
.left-menu.white-bg .menu a {
  color: #000;
}
.left-menu.whiteb-bg {
  background-color: #fff;
}
.left-menu.whiteb-bg .border-right {
  border-right: 1px solid #b8b8b8;
}
.left-menu.whiteb-bg .menu a {
  color: #000;
}
.left-menu.loggedin {
  background-color: #db2d3e !important;
}
.left-menu.loggedin .menu a {
  color: #fff!important;
}
.left-menu.over {
  background-color: #fff !important;
}
.left-menu.over .menu a {
  color: #000;
}
.left-menu.over.white-bg {
  background-color: #000 !important;
}
.left-menu.over.white-bg .menu a {
  color: #fff;
}
.left-menu.over.whiteb-bg {
  background-color: #000 !important;
}
.left-menu.over.whiteb-bg .menu a {
  color: #fff;
}
.left-menu.over.loggedin {
  background-color: #fff !important;
}
.left-menu.over.loggedin .menu a {
  color: #000!important;
}
.left-menu.show {
  left: 0px;
}
.left-menu.show.whiteb-bg .border-right {
  height: 100%;
}
.left-menu .calendar {
  background: url("../images/calendar-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 41px;
  height: 41px;
  border: 0;
  top: 10px;
  position: absolute;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari 3-8 */
  transform: rotate(-90deg);
}
@media  screen and (max-width: 1050px) {
  .left-menu {
    width: 50px;
    height: 60px;
    min-height: auto;
  }
  .left-menu .menu {
    display: none;
  }
}
.left-menu-out {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.left-menu-out .left-menu {
  position: relative !important;
  height: 100%;
}
.left-menu-out .left-menu-in {
  width: 300px;
  height: 100%;
  min-height: 700px;
  background-color: #fff;
}
@media  screen and (max-width: 1050px) {
  .left-menu-out {
    display: none;
  }
}
.left-height {
  height: calc(60% + 180px);
}
.mobile-menu-button {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  width: 99px;
  height: 110px;
  z-index: 901;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.mobile-menu-button .lines {
  width: 25px;
  height: 20px;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-button .lines span {
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000;
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transition: transform .35s;
}
.mobile-menu-button .lines span:before,
.mobile-menu-button .lines span:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transition: transform .35s;
}
.mobile-menu-button .lines span:after {
  visibility: none;
}
.home .mobile-menu-button {
  background-color: #000;
}
.home .mobile-menu-button .lines {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.home .mobile-menu-button .lines span {
  background: #fff;
}
.home .mobile-menu-button .lines span:before,
.home .mobile-menu-button .lines span:after {
  background: #fff;
}
.mobile-menu-button.fixed {
  background-color: #000;
}
.mobile-menu-button.fixed .lines {
  top: 50%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.mobile-menu-button.fixed .lines span {
  background: #fff;
}
.mobile-menu-button.fixed .lines span:before,
.mobile-menu-button.fixed .lines span:after {
  background: #fff;
}
.mobile-menu-button:hover .lines {
  height: 0px;
  border-color: transparent;
}
.mobile-menu-button:hover .lines span:after {
  transform: rotate(90deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
  -ms-transform: rotate(90deg) translate3d(0, 0, 0);
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
@media  screen and (max-width: 1050px) {
  .mobile-menu-button {
    width: 50px;
    height: 60px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.navigation-main {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.34, -0.01, 1, 0.02);
  transition: all 0.3s cubic-bezier(0.34, -0.01, 1, 0.02);
  overflow: hidden;
}
.navigation-main .container-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navigation-main .main-menu {
  margin-top: 100px;
  margin-left: 50px;
  width: calc(100% - 50px);
  height: calc(100% - 240px);
  float: left;
}
.navigation-main .main-menu ul {
  -webkit-padding-start: 0px;
  display: table;
  padding: 0px;
  margin: 0px;
}
.navigation-main .main-menu ul li {
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  list-style: none;
  display: table;
}
.navigation-main .main-menu ul li .mask-nav-item {
  overflow: hidden;
}
.navigation-main .main-menu ul li span,
.navigation-main .main-menu ul li a {
  color: #fff;
  font-size: 25px;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.navigation-main .main-menu ul li:last-child {
  margin-bottom: 0px;
}
.navigation-main .main-menu ul li.has-submenu .submenu-container {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
}
.navigation-main .main-menu ul li.has-submenu .submenu-container ul li {
  margin-bottom: 10px;
}
.navigation-main .main-menu ul li.has-submenu .submenu-container ul li a {
  font-size: 20px;
  color: #fff;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
.navigation-main .main-menu ul li.has-submenu .submenu-container ul li a:hover {
  opacity: 0.6;
}
.navigation-main .main-menu ul li.has-submenu .submenu-container ul li:last-child {
  margin-bottom: 0px;
}
.navigation-main .main-menu ul li.has-submenu:hover .submenu-container {
  display: block;
}
.navigation-main .main-menu.active ul li .mask-nav-item span,
.navigation-main .main-menu.active ul li .mask-nav-item a,
.navigation-main .main-menu.active ul li.has-submenu .submenu-container ul li a {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.navigation-main.active {
  width: 100%;
}
.has-error .help-block {
  display: block;
  color: #db2d2e;
}
.has-error .form-control {
  border-color: #db2d2e;
}
.form-control:focus {
  outline: none;
  border: 1px solid #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-white {
  border: 1px solid #b8b8b8;
}
.header-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.project-in .page-header {
  height: auto;
  min-height: auto;
}
.project-in .logo {
  background-color: #fff;
}
.project-in .breadcrumb {
  position: relative;
  padding: 6px 0 0 150px;
}
.project-in .breadcrumb a {
  font-size: 1px !important;
  background-color: #db2d2e;
  border-radius: 30px;
  width: 115px;
  height: 50px;
  display: inline-block;
  background-image: url("../images/back-arrow.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  position: absolute;
  top: -10px;
  left: 0;
}
.project-in .slide-text {
  z-index: 3000;
  overflow: visible;
}
@media only screen and (max-width: 1498px), only screen and (min-width: 1500px) and (max-width: 1598px) {
  .project-in .slide-text h1 {
    font-size: 50px !important;
    line-height: 55px;
  }
}
.project-in .slide-text h1:before {
  content: "";
  background-image: url("../images/young_europe_icon.png");
  width: 39px;
  height: 89px;
  position: relative;
  display: block;
  position: absolute;
  left: -30px;
  opacity: 0;
}
.project-in .pmenu .slick-track {
  margin: 0;
}
.project-in .pmenu .slick-prev {
  left: 15px;
}
.project-in .pmenu .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\F053";
  font-weight: 900;
  color: #000;
  opacity: 1;
  font-size: 17px;
}
.project-in .pmenu .slick-next {
  right: 15px;
}
.project-in .pmenu .slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\F054";
  font-weight: 900;
  color: #000;
  opacity: 1;
  font-size: 17px;
}
.project-in .pmenu .slick-list {
  width: calc(100% - 72px);
  margin: 0 auto;
}
.project-in .pmenu .link {
  position: relative;
}
.project-in .pmenu .link a {
  color: #000;
  position: relative;
  display: block;
  padding: 0px 20px;
  width: 100%;
  height: 96px;
  line-height: 96px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-in .pmenu .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  width: 3px;
  height: 30px;
  background-color: #000;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.project-in .pmenu .link a::after:last-child {
  display: none;
}
.project-in .pmenu .link a:hover {
  background-color: #000;
  color: #fff!important;
}
.project-in .pmenu .link a:hover::after {
  visibility: hidden;
}
.project-in .pmenu .link.oactive a {
  background-color: #000;
  color: #fff!important;
}
.project-in .pmenu .link.oactive a::after {
  visibility: hidden;
}
.project-in .project-menu {
  position: absolute;
  left: 294px;
  bottom: 0;
  overflow: hidden;
  width: calc(100% - 294px);
  min-height: 190px;
  background-color: #f6f5f4;
  z-index: 890;
}
.project-in .project-menu .link {
  display: block;
  color: #000;
  font-size: 16px;
  height: 96px;
  float: left;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.project-in .project-menu .link:hover {
  color: #db2d2e;
}
.project-in .project-menu .link:hover a {
  color: #db2d2e;
}
.project-in .project-menu .link.active a {
  color: #db2d2e;
}
.project-in .project-menu .project-menu-in {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.project-in .project-menu .project-submenu {
  position: relative;
  width: 100%;
  height: 94px;
  overflow: hidden;
  background-color: #fff;
}
.project-in .project-menu .project-submenu .slick-prev:before,
.project-in .project-menu .project-submenu .slick-next:before {
  color: #fff;
}
.project-in .project-menu .project-submenu .content {
  visibility: hidden;
  width: 100%;
  height: 94px;
  background-color: #000 !important;
  position: absolute;
  left: 0;
  top: 0px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.project-in .project-menu .project-submenu .content .content-info {
  width: 100%;
  height: 100%;
}
.project-in .project-menu .project-submenu .content .content-info a {
  color: #b8b8b8;
  text-align: center;
  float: left;
  padding: 0px;
  height: 96px;
  line-height: 96px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.project-in .project-menu .project-submenu .content .content-info a span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  line-height: 20px;
}
.project-in .project-menu .project-submenu .content .content-info a.active,
.project-in .project-menu .project-submenu .content .content-info a:hover {
  color: #db2d2e;
}
.project-in .project-menu .project-submenu .content .content-info a::after {
  background-color: #b8b8b8;
}
.project-in .project-menu .project-submenu .content.show,
.project-in .project-menu .project-submenu .content.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .project-in .project-menu {
    left: 99px;
    width: calc(100% - 99px);
  }
}
@media  screen and (max-width: 1050px) {
  .project-in .project-menu {
    left: 0px;
    width: 100%;
  }
}
@media  screen and (max-width: 768px) {
  .project-in .project-menu {
    min-height: 100px;
  }
  .project-in .project-menu .project-submenu {
    height: 50px;
  }
  .project-in .project-menu .project-submenu .content {
    height: 50px;
  }
  .project-in .project-menu .project-submenu .content .content-info a {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
  }
  .project-in .project-menu .pmenu .link {
    font-size: 13px;
    height: 50px;
  }
  .project-in .project-menu .pmenu .link a {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
  }
  .project-in .project-menu .pmenu .link a::after {
    display: none;
  }
}
.project-head {
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari 3-8 */
  transform: rotate(-90deg);
  width: auto;
  height: 80px;
  line-height: 80px;
  border-left: 6px solid #000;
  padding: 0px 0 0 20px;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  bottom: 120px;
  left: 0px;
}
@media screen and (max-width: 1200px) {
  .project-head {
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari 3-8 */
    transform: rotate(0deg);
  }
}
.project-addon {
  margin-top: 100px;
  margin-left: 166px;
  /*
    .col-ind-4 {
        &:hover {
            cursor: pointer;
            h1 {
                color: @red !important;
            }
            a {
                margin-left: 16%;
                .transition-properties(all 0.3s ease 0s);
            }
        }
    }
    */
}
.project-addon h1 {
  color: #000 !important;
  font-size: 32px !important;
}
@media only screen and (max-width: 1498px) {
  .project-addon h1 {
    margin-top: 2%;
  }
}
.project-addon .col-ind-1 {
  width: 10.5%;
}
.project-addon .project-text {
  margin-bottom: 3%;
  position: relative;
}
.project-addon .project-text .right-side {
  padding-left: 150px;
}
.project-addon .project-text h1 {
  font-size: 33px !important;
  line-height: 36px;
  margin-left: 0;
  margin-top: 50px;
}
.project-addon .project-text h2 {
  font-size: 27px !important;
  line-height: 30px;
  margin-left: 0;
  margin-top: 50px;
}
.project-addon .project-text .text {
  font-size: 20px;
}
.project-addon .project-text .text.small {
  font-size: 17px;
}
.project-addon .project-text a.arrow {
  background: url("../images/news-article-arrow.png") left center;
  display: block;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #db2d2e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-addon .project-text a.arrow:hover {
  margin-left: 10px;
  color: #000;
}
.project-addon .project-text .line-top {
  width: 80px;
  /* height: 1px; */
  border-bottom: 7px solid #000;
  margin-left: -10px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 13px;
  font-family: 'GalanoGrotesqueAlt-Medium';
  text-transform: uppercase;
}
.project-addon .project-text img {
  width: 100%;
  max-width: 700px;
}
.project-addon .project-text .outer-title {
  position: absolute;
  bottom: 0;
  left: -100px;
}
@media screen and (max-width: 1400px) {
  .project-addon {
    margin-left: 0px!important;
    margin-top: 50px!important;
  }
}
@media screen and (max-width: 1200px) {
  .project-addon .project-text h1,
  .project-addon .project-text h2 {
    margin-top: 20px;
  }
  .project-addon .project-text .right-side {
    padding-left: 40px;
  }
}
body.fix-filter .project-addon {
  margin-left: 164px;
}
.home.lined {
  background-position-x: 653px;
}
.home .home-news-wrapper {
  margin-top: 150px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  .home .home-news-wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media  screen and (max-width: 1050px) {
  .home .home-news-section {
    padding: 0px;
    margin: 50px 20px;
  }
}
.home .btn-outline-login {
  color: #fff;
}
.home .slide-wrapper {
  padding-top: 0;
}
.home .logo a {
  background: transparent url('../images/logo-inverse.svg') 0 0 no-repeat;
}
.home .ivererse .top-menu {
  background: none !important;
}
.home .menu-in li {
  color: #fff !important;
}
.home .slide-mask {
  width: calc(100% - 100px);
  background: url("../images/bgr-home-top-menu.png");
  background-repeat: repeat-x;
  background-position: top right;
}
.home .home-news {
  /*
        @media @width-1050
        {
            width: 90%;
        }
        */
}
.home .home-news .slick-prev,
.home .home-news .slick-next {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home .home-news .slick-prev::before,
.home .home-news .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #000;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home .home-news .slick-prev:hover,
.home .home-news .slick-next:hover {
  background-color: #000;
  color: #fff;
}
.home .home-news .slick-prev:hover::before,
.home .home-news .slick-next:hover::before {
  color: #fff;
}
.home .home-news .slick-next::before {
  content: "\F105";
}
.home .home-news .slick-prev::before {
  content: "\F104";
}
.home .home-news .slick-slide {
  margin: 0px 40px;
  margin-bottom: 40px;
}
.home .home-news .home-news-img {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.home .home-news .home-news-img .mask-home-news {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
}
.home .home-news .home-news-img .mask-home-news::before,
.home .home-news .home-news-img .mask-home-news::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .home-news .home-news-img .mask-home-news::before {
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(62%, rgba(233, 125, 135, 0)), color-stop(100%, #db2d3e));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(62%, rgba(233, 125, 135, 0)), to(#db2d3e));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(233, 125, 135, 0) 62%, #db2d3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#db2d3e', GradientType=0);
  opacity: 1;
  z-index: 1;
}
.home .home-news .home-news-img .mask-home-news::after {
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), color-stop(42%, rgba(219, 45, 62, 0.59)), color-stop(71%, #db2d3e));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), color-stop(42%, rgba(219, 45, 62, 0.59)), color-stop(71%, #db2d3e));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(219, 45, 62, 0.59) 42%, #db2d3e 71%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#db2d3e', GradientType=0);
  opacity: 0;
  z-index: 2;
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
.home .home-news .home-news-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .home-news .home-news-img:hover .mask-home-news::before {
  opacity: 0;
}
.home .home-news .home-news-img:hover .mask-home-news::after {
  opacity: 0.8;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.home .home-news .home-news-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home .home-news span {
  bottom: 10px;
  padding: 0 20px 0 20px;
  position: absolute;
  display: block;
  width: 100%;
  min-height: 90px;
  line-height: 19px;
  height: auto;
  color: #fff;
  z-index: 3;
  font-size: 16px;
}
.home .home-news span h2 {
  font-family: 'GalanoGrotesqueAlt-SemiBold';
  font-size: 23px;
  line-height: 26px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.home .home-news span::before {
  content: "";
  position: absolute;
  top: -10px;
  background-color: #fff;
  width: 30%;
  height: 3px;
}
.home .home-news span a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
}
@media screen and (max-width: 400px) {
  .home .home-news span {
    bottom: 10px;
    font-size: 14px;
    line-height: 17px;
  }
  .home .home-news span h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.home .home-project-section {
  width: 100%;
  height: 800px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.home .home-project-section .container-fluid {
  height: 100%;
}
.home .home-project-section .section-title {
  color: #888787;
  bottom: 200px;
  left: -30px;
}
.home .home-project-section .section-title:after {
  background-color: #888787;
}
.home .home-project-section .section-title a {
  color: #888787;
}
.home .home-project-section .section-title a:hover {
  color: #db2d2e;
}
.home .home-project-section .slider-wrap {
  width: calc(100% - 200px);
  margin-top: 120px;
  margin-left: 100px;
  float: right;
}
.home .home-project-section .slick-next {
  top: auto;
  bottom: 30px;
  right: 30px;
  background-position: center !important;
  background-repeat: no-repeat;
  width: 50px !important;
  height: 50px !important;
  color: #fff;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .home-project-section .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F105";
}
.home .home-project-section .slick-next:hover {
  background-color: #db2d3e;
}
.home .home-project-section .home-project {
  width: 110%;
  margin: auto;
  padding-bottom: 100px;
  /*
            @media @under-1500 {
                width: 140% !important;
                .slick-slide {
                    margin: 0px 40px !important;
                    .home-project-img{
                        padding-bottom: 10%;
                    }
                }
                .slick-next {
                    right: 35%; 
                }
            } 
            */
}
.home .home-project-section .home-project .slick-prev {
  display: none !important;
}
.home .home-project-section .home-project h2 {
  font-size: 40px;
  font-family: 'GalanoGrotesqueAlt-SemiBold';
  line-height: 45px;
  display: table;
  max-width: 400px;
}
.home .home-project-section .home-project .slick-slide {
  margin: 0px 60px;
}
.home .home-project-section .home-project .slick-slide .home-project-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.home .home-project-section .home-project .slick-slide .home-project-img .inner-img {
  position: relative;
  width: 90%;
  float: right;
  margin-right: -60px;
}
.home .home-project-section .home-project .slick-slide .home-project-img .mask-home-project {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.home .home-project-section .home-project .slick-slide .home-project-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .home-project-section .home-project .slick-slide .home-project-info .home-project-text {
  top: 25%;
  float: left;
  padding: 0 15px 0 15px;
  position: absolute;
  display: block;
  width: 90%;
  height: 100px;
  color: #fff;
}
.home .home-project-section .home-project .slick-slide .home-project-info .home-project-text a {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home .home-project-section .home-project .slick-slide .home-project-info .home-project-text a:hover {
  color: #db2d2e;
}
.home .home-project-section .home-project .slick-slide .home-project-info .home-project-text strong {
  width: 100%;
  display: block;
  color: #db2d2e;
  opacity: 0.4;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.home .home-project-section .home-project .slick-slide .home-project-info1 {
  width: 100%;
  max-width: 500px;
  padding: 0 15px 0 15px;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.home .home-project-section .home-project .slick-slide .home-project-info1 h3 {
  font-size: 16px;
  margin: 0;
  color: #fff;
}
.home .home-project-section .home-project .slick-slide .home-project-info1 p {
  color: #fff;
  margin: 5px 0 5px 0;
}
.home .home-project-section .home-project .slick-slide:hover .mask-home-project {
  opacity: 0;
}
.home .home-project-section .home-project .slick-slide:hover .home-project-text strong {
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.home .home-project-section .home-project .slick-slide:hover .home-project-info1 {
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 1440px) {
  .home .home-project-section {
    height: 750px;
  }
  .home .home-project-section .slider-wrap .home-project {
    width: 120%;
  }
}
@media screen and (max-width: 1300px) {
  .home .home-project-section {
    height: 600px;
  }
  .home .home-project-section .slider-wrap {
    margin-top: 30px;
  }
  .home .home-project-section .slider-wrap .home-project {
    padding-bottom: 60px;
  }
  .home .home-project-section .slider-wrap .home-project .slick-slide .home-project-info1 {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
  }
  .home .home-project-section .slider-wrap .home-project h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .home .home-project-section .section-title {
    margin-left: 15px;
  }
  .home .home-project-section .slider-wrap {
    margin-left: 0px;
    float: none;
  }
}
@media  screen and (max-width: 1050px) {
  .home .home-project-section {
    padding: 10px 0px;
  }
  .home .home-project-section .section-title {
    height: 70px;
    line-height: 70px;
    font-size: 23px;
    margin-bottom: 0px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  .home .home-project-section .slider-wrap {
    width: 100%;
    float: none;
  }
  .home .home-project-section .home-project .slick-slide .home-project-img {
    width: 80%;
  }
  .home .home-project-section .home-project .slick-slide {
    margin: 0;
  }
}
@media  screen and (max-width: 768px) {
  .home .home-project-section .home-project {
    width: 130%;
  }
  .home .home-project-section .home-project h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .home .home-project-section .home-project .slick-slide .home-project-img .inner-img {
    width: 95%;
  }
}
@media screen and (max-width: 690px) {
  .home .home-project-section {
    overflow: hidden;
  }
  .home .home-project-section .home-project {
    width: 90%;
  }
  .home .home-project-section .home-project .slick-slide .home-project-img .inner-img {
    width: 80%;
    margin-right: 0px;
  }
  .home .home-project-section .slick-next {
    bottom: auto;
    top: 50px;
  }
}
@media  screen and (max-width: 600px) {
  .home .home-project-section {
    height: 600px;
  }
  .home .home-project-section .slider-wrap {
    margin-top: 10px;
    margin-left: 15px;
  }
  .home .home-project-section .home-project .slick-slide .home-project-img {
    width: 90%;
  }
}
@media  screen and (max-width: 500px) {
  .home .home-project-section {
    height: 500px;
  }
  .home .home-project-section .home-project .slick-slide .home-project-info .home-project-text {
    top: 10%;
  }
  .home .home-project-section .home-project .slick-slide .home-project-img h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.network {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: 1200px;
  position: relative;
}
.network .calendar-line {
  width: 1px;
  height: calc(100% + 200px);
  background-color: #b8b8b8;
  position: absolute;
  top: -100px;
  left: 260px;
}
.network .calendar {
  position: relative;
}
.network .calendar .year-top {
  font-family: 'GalanoGrotesqueAlt-SemiBold';
  font-size: 40px;
  line-height: 40px;
  display: block;
  width: 100%;
  position: relative;
}
.network .calendar .year-top:after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 30px;
  height: 5px;
  background-color: #000;
}
.network .calendar .calendar-row h1 {
  font-size: 40px !important;
  line-height: 45px !important;
  margin: 0 0 3% 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.network .calendar .calendar-row .line {
  height: 40px;
  font-size: 1px;
  color: #fff;
}
.network .calendar .calendar-row .line-bottom {
  border-bottom: 1px solid #b8b8b8;
}
.network .calendar .calendar-row:last-child .line-bottom {
  display: none;
}
.network .calendar .calendar-row .date {
  margin-top: 40px;
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
  letter-spacing: 0.5;
  text-transform: uppercase;
}
.network .calendar .calendar-row .date strong {
  font-family: 'GalanoGrotesqueAlt-SemiBold';
}
.network .calendar .calendar-row .more {
  background-image: url("../images/news-article-arrow.png");
  background-repeat: no-repeat;
  background-position-y: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.network .calendar .calendar-row:hover h1 {
  color: #db2d2e;
}
.network .calendar .calendar-row:hover .more {
  background-position-x: 5%;
}
.network .calendar .network-title {
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  margin-top: 40px;
}
.network .calendar .img {
  margin-top: 90px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  float: right;
  width: 100%;
  overflow: hidden;
}
.network .calendar .img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.network .calendar .img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.network .section-title {
  left: -200px;
}
@media screen and (max-width: 1400px) {
  .network .calendar-line {
    left: 220px;
  }
}
@media screen and (max-width: 1000px) {
  .network .calendar-line {
    display: none;
  }
  .network .calendar .img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media  screen and (max-width: 768px) {
  .network {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .network .calendar .network-title {
    position: relative;
    bottom: auto;
    margin-top: 50px;
  }
  .network .calendar .calendar-row h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .network .calendar .calendar-row .text {
    min-height: auto;
  }
  .network .calendar .calendar-row .date {
    margin: 0;
    margin-top: 10px;
    margim-bottom: 5px;
  }
}
.slide-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 130px;
  overflow: hidden;
}
.slide-wrapper:after {
  content: '';
  display: block;
}
.slide-wrapper .slider-container {
  width: calc(100% - 99px);
  height: 110vh;
  margin-left: 99px;
  position: relative;
  min-height: 500px;
}
.slide-wrapper .slider-container.map-container {
  height: 100vh;
  max-height: 750px;
}
@media  screen and (max-width: 1050px) {
  .slide-wrapper {
    padding-top: 100px;
  }
  .slide-wrapper .slider-container {
    /*
            margin-left: 50px;
            width: ~"calc(100% - 50px)";
            */
    margin-left: 0px;
    width: 100%;
  }
}
.slide-wrapper .slide-line-middle {
  height: 100%;
  width: 1px;
  background-color: #666669;
  position: absolute;
  left: 554px;
  top: 0px;
  z-index: 700;
  pointer-events: none;
}
@media screen and (max-width: 1188px) {
  .slide-wrapper .slide-line-middle {
    display: none;
  }
}
.slide-wrapper .effect {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none!important;
  overflow: hidden;
  z-index: 102;
  -webkit-transition: all 0.2s ease 0.6s;
  transition: all 0.2s ease 0.6s;
}
.slide-wrapper .effect .left-side {
  width: 553px;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
  min-height: 600px;
  float: left;
  background-color: #000;
}
.slide-wrapper .effect .right-side {
  width: calc(100% - 553px);
  height: 100%;
  position: relative;
  float: right;
  -webkit-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
  min-height: 600px;
  background-color: #000;
}
.slide-wrapper .effect.hide .left-side {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.slide-wrapper .effect.hide .right-side {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.slide-wrapper .slider-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.slide-wrapper .slider-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
}
.slide-wrapper .slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.slide-wrapper .slider-item .bhref {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 201;
}
.slide-wrapper .slider-item .slide-text {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.slide-wrapper .slider-item .slide-text .trb {
  overflow: hidden;
  width: 100%;
}
.slide-wrapper .slider-item .slide-text .trb .an {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: table;
  padding-bottom: 5px;
}
.slide-wrapper .slider-item .slide-text.hide .trb .an {
  -webkit-transform: translate(0, 110%);
  transform: translate(0, 110%);
}
.slide-wrapper .slider-item .slide-text .slider-left-text {
  float: left;
}
.slide-wrapper .slider-item .slide-text .slider-left-text h1 {
  color: #fff;
  float: left;
  width: 500px;
  min-width: 400px;
  font-size: 54px !important;
  line-height: 63px !important;
  padding-left: 110px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.slide-wrapper .slider-item .slide-text .slider-left-text h1 a {
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.slide-wrapper .slider-item .slide-text .slider-left-text h1 a:hover {
  opacity: 0.6;
}
.slide-wrapper .slider-item .slide-text .slide-text-right {
  float: left;
  width: 100%;
  max-width: 560px;
  color: #fff;
  font-family: 'Circe';
  margin-top: 1px;
  margin-left: -10px;
  padding-left: 70px;
  position: relative;
}
.slide-wrapper .slider-item .slide-text .slide-text-right .date {
  font-size: 14px;
  display: block;
  width: 200px;
  color: #fff;
  font-family: 'Circe';
  text-transform: uppercase;
}
.slide-wrapper .slider-item .slide-text .slide-text-right .date hr {
  width: 85%;
  float: left;
  opacity: 0.5;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
  margin: 10px 0 0 0;
  padding: 0;
}
.slide-wrapper .slider-item .slide-text .slide-text-right a {
  color: #fff;
}
.slide-wrapper .slider-item .slide-text .slide-text-right p {
  font-size: 16px;
  line-height: 24px;
}
.slide-wrapper .slider-item .slide-text .slide-text-right .text p {
  font-size: 22px;
}
.slide-wrapper .slider-item .slide-text .slide-text-right .discover {
  width: 30%;
}
.slide-wrapper .slider-item .slide-text .slide-text-right .discover a {
  color: #db2d2e;
  font-size: 15px;
}
.slide-wrapper .slider-item .slide-text .slide-text-right .discover a:hover {
  color: #fff;
}
.slide-wrapper .slider-item .slide-text .slide-text-right .arrow-scroll {
  background: transparent url('../images/news-arrow.png') 50% 50% no-repeat;
  width: 5px;
  height: 23px;
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.slide-wrapper .slider-item .slide-text .slide-text-right .arrow-scroll.show {
  opacity: 1;
}
.slide-wrapper .slider-item .slide-text .slide-text-right .arrow-scroll.anim {
  -webkit-animation: mover 0.9s infinite  alternate;
  animation: mover 0.9s infinite  alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.slide-wrapper .slider-item .slide-text .semi-transp {
  opacity: 1;
  font-size: 35px;
  line-height: 40px;
  float: left;
  margin-bottom: 15px;
  font-family: 'GalanoGrotesqueAlt-Medium';
}
.slide-wrapper .slider-item .slide-text .semi-transp a {
  display: inline-block;
}
.slide-wrapper .slider-item .slide-text .semi-transp:hover {
  opacity: 1;
}
.slide-wrapper .slide-mask {
  width: 100%;
  height: 100%;
  z-index: 200;
  color: #fff;
  position: absolute;
  overflow: hidden;
  left: 0px;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slide-wrapper .slide-mask .slide-image-mask {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  min-height: 600px;
}
.slide-wrapper .slide-im-cont {
  width: 100%;
  overflow: hidden;
  height: 100%;
  z-index: 100;
  color: #fff;
  position: relative;
}
.slide-wrapper .slide-im-cont .slide-image {
  width: 100%;
  height: 100%;
  will-change: transform;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 600px;
}
.slide-wrapper .slide-im-cont.zoom .slide-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 1480px) {
  .slide-wrapper .slider-item .slide-text .slider-left-text h1 {
    padding-left: 0;
  }
}
@media screen and (max-width: 1188px) {
  .slide-wrapper .slider-item .slide-text .slider-left-text h1 {
    font-size: 40px!important;
    line-height: 45px!important;
    width: 90%;
    min-width: auto;
  }
  .slide-wrapper .slider-item .slide-text .slide-text-right {
    margin-left: 0px;
    padding-left: 25px;
    background: none;
    width: 90%;
    min-width: auto;
  }
}
.home-slider {
  height: 110vh;
  width: 100%;
  display: table;
}
.home-slider .slide-wrapper {
  padding-top: 0;
}
.home-slider .slide-im-cont {
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
.home-slider .slide-image-effect,
.home-slider .slide-image-effect1 {
  max-height: calc(110vh + 30px) !important;
}
.members-slider {
  height: calc(100vh - 30px);
  width: 100%;
  padding-top: 0;
}
.members-slider .slider-item .slide-text .slider-left-text h1 {
  color: #b8b8b8;
}
.members-slider .slide-im-cont .slide-image {
  width: auto !important;
  height: 100% !important;
  -o-object-fit: none;
     object-fit: none;
}
.members-slider .filtres {
  margin-left: 98px;
}
.members-slider .filtres .filter-link {
  background-color: #fff;
  border: 1px solid #b8b8b8;
  color: #000;
  padding: 35px 67px 0 60px;
}
.members-slider .filtres .filter-link:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.members-slider .filtres .selected {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.lead-pub {
  margin-top: 5%;
}
.lead-pub a {
  color: #000;
  display: block;
}
.lead-pub a:hover h2 {
  color: #ba1b92;
}
.lead-pub .author {
  font-size: 13px;
  margin-bottom: 10px;
}
.lead-pub .lead-pub-text {
  padding: 12% 20px 20px 20px;
}
.lead-pub .col-ind-6 {
  width: 64%;
  text-align: right;
  padding-left: 20px;
}
.lead-pub .theme {
  color: #000;
  font-family: 'GalanoGrotesqueAlt-Medium';
  font-size: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.lead-pub h2 {
  margin: 10px 0 10px 0 !important;
  font-size: 36px;
  line-height: 40px;
  font-family: 'GalanoGrotesqueAlt-SemiBold';
}
@media only screen and (max-width: 1498px) {
  .lead-pub h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
.lead-pub p {
  font-weight: bold;
  padding-left: 8%;
}
.lead-pub .arrow {
  display: inline-block;
  width: 50px;
  height: 20px;
  background-image: url("../images/news-article-arrow.png");
  background-position-x: right;
  background-repeat: no-repeat;
}
.publications {
  /*
    .grid {
        margin: 5% 2% 5% 4.2%;
    }
    */
}
.publications a {
  color: #000;
}
.publications h3 {
  margin: 10px 20px 10px 0;
  font-size: 28px;
  line-height: 32px;
  font-family: 'GalanoGrotesqueAlt-Medium';
  font-weight: normal;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.publications strong {
  margin: 0 40px 10px 0;
  font-family: 'GalanoGrotesqueAlt-Medium';
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  position: relative;
  float: left;
  display: block;
  width: 100%;
  z-index: 310;
}
.publications .news-img {
  position: relative;
}
.publications .news-img img {
  position: relative;
  z-index: 100;
}
.publications .news-m-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.publications .news-mask {
  background-image: url("../images/news-mask.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-repeat: repeat-x;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 300;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.publications .author {
  font-size: 13px;
  margin-bottom: 10px;
}
.publications .grid {
  max-width: 2000px;
}
.publications .grid .grid-item:hover .news-mask {
  opacity: 1;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.publications .grid .grid-item:hover h3 {
  color: #ba1a92;
  margin-top: -30px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  position: relative;
  z-index: 2000;
}
@media  screen and (max-width: 768px) {
  .publications .grid .grid-item {
    padding: 0px;
  }
}
.publications .news-title {
  padding-left: 40px;
}
.publications .visible .news-mask {
  opacity: 1;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.publications .visible h3 {
  color: #ba1a92;
  margin-top: -30px;
  margin-left: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  position: relative;
  z-index: 2000;
}
.publications .arrow {
  display: inline-block;
  width: 50px;
  height: 20px;
  background-image: url("../images/news-article-arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.missing .news-title {
  margin-top: -150px !important;
  position: relative;
  z-index: 350;
}
.missing h3 {
  min-height: 150px;
}
@media  screen and (max-width: 768px) {
  .missing .news-title {
    margin-top: auto !important;
    position: relative;
  }
  .missing h3 {
    min-height: auto;
  }
  .missing strong {
    color: #000;
  }
}
.news-section,
.public-section {
  height: auto;
}
.news {
  width: 95%;
  margin: auto;
}
.news-loader {
  width: 100%;
  position: relative;
  text-align: center;
}
.news-loader .gloader {
  display: none;
}
.news-loader.ajax-load .gloader {
  display: block;
}
.news-section a,
.news a {
  color: #000;
}
.news-section h3,
.news h3 {
  margin: 10px 20px 10px 20px;
  font-size: 36px;
  line-height: 40px;
  font-family: 'GalanoGrotesqueAlt-SemiBold';
  font-weight: normal;
}
.news-section .resume,
.news .resume {
  margin: 10px 20px 10px 20px;
  font-family: 'GalanoGrotesqueAlt-Medium';
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-section .date,
.news .date {
  margin: -8px 0px 0px 20px;
  font-family: 'Circe';
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.6px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-section .arrow,
.news .arrow {
  background-image: url("../images/news-article-arrow.png");
  background-repeat: no-repeat;
  background-position-y: center;
  opacity: 0;
}
.news-section .news-img,
.news .news-img {
  position: relative;
  z-index: 0;
}
.news-section .news-title,
.news .news-title {
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-section .news-mask,
.news .news-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 300;
  top: 0;
  left: 0;
  background-color: red;
  opacity: 0;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(27%, rgba(255, 255, 255, 0.28)), color-stop(47%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.28) 27%, rgba(255, 255, 255, 0) 47%);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.news-section .grid-item,
.news .grid-item {
  width: auto;
  opacity: 1;
}
.news-section .grid-item:hover .news-mask,
.news .grid-item:hover .news-mask {
  opacity: 1;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.news-section .grid-item:hover h3,
.news .grid-item:hover h3 {
  color: #ba1a92;
}
.news-section .grid-item:hover .missing h3,
.news .grid-item:hover .missing h3 {
  color: #000;
}
.news-section .grid-item:hover .news-title,
.news .grid-item:hover .news-title {
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.news-section .grid,
.news .grid {
  margin: 80px -15px;
  /*
        
        margin: 80px -15px;
        margin: 5% 2% 5% 4.2%;
        
        @media @under-1500 {
            margin: 5% 0% 5% 0% !important;
        }
        */
}
.news-section .grid li.animate,
.news .grid li.animate {
  opacity: 1;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.news-header.small-page-header .inner-page-title h1 {
  color: #ba1b92;
}
.advocacy .btn-pdf {
  border: 1px solid #24399e !important;
}
.advocacy .btn-pdf:hover {
  background-color: #24399e;
  color: #fff;
}
.advocacy .text-info a {
  color: #db2d2e;
}
.advocacy .inner-page-title h1 {
  color: #24399e;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.advocacy .inner-page-title .date {
  color: #000;
}
.advocacy .grid {
  background-image: url("../images/grid-bgr.gif");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 3px 100%;
}
.advocacy .grid li img {
  width: auto !important;
  max-width: 100%;
  margin: 10px 0 0 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.advocacy .grid-item:hover h3 {
  color: #24399e;
}
.advocacy .grid-item h3 {
  font-family: 'GalanoGrotesqueAlt-Medium' !important;
}
.advocacy .adv-info {
  margin: 130px -50px 0 -150px;
}
.advocacy .adv-info .grid {
  margin: 5% 0 5% 2%;
}
.advocacy .adv-info .info {
  border: 0 !important;
}
.advocacy .adv-info .grid {
  background-image: none;
  background-color: #fff;
}
.advocacy .adv-info h3 {
  font-family: 'GalanoGrotesqueAlt-Medium' !important;
}
@media (max-width: 991px) {
  .advocacy .grid {
    background: none;
  }
}
@media  screen and (max-width: 768px) {
  .advocacy .grid {
    margin-top: 30px;
  }
}
.gm-style-cc {
  display: none;
}
.filter-members {
  margin-top: 180px;
}
.map-wrapper {
  width: 100%;
  height: 750px;
  position: relative;
}
.map-wrapper .section-title {
  z-index: 100;
  left: -40px;
  bottom: 210px;
}
@media screen and (max-width: 1199px) {
  .map-wrapper .section-title {
    margin-left: 15px;
  }
}
.members-map {
  padding: 0px;
}
.members-map .mapcontainer {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.members-map .mapcontainer .overlay {
  z-index: 2;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.members-map .mapcontainer .map {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.members-map .slider-texts {
  pointer-events: none;
}
.members-map .slider-item .slide-text .slider-left-text h1 {
  color: #b8b8b8;
}
.members-map .popup-members {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 700;
  display: none;
}
.members-map .popup-members .popup-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: #fff;
}
.members-map .popup-members .popup-wrapper .icon {
  float: left;
  height: 70px;
  margin: 30px 0px;
  margin-right: 20px;
  padding: 0px 20px;
  position: relative;
  width: 55px;
}
.members-map .popup-members .popup-wrapper .icon img {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.members-map .popup-members .popup-wrapper .icon span {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 3px;
  height: 70px;
  background-color: #000;
  display: block;
}
.members-map .popup-members .popup-wrapper .text {
  float: left;
  max-width: 280px;
  margin-right: 20px;
  padding: 15px 0;
  padding-top: 20px;
}
.members-map .popup-members .popup-wrapper .text .title {
  color: #e32944;
  font-family: 'GalanoGrotesqueAlt-Medium';
  font-size: 18px;
}
.members-map .popup-members .popup-wrapper .text .country {
  color: #060200;
  font-size: 15px;
  font-family: 'GalanoGrotesqueAlt-Medium';
}
.members-map .popup-members .popup-wrapper .text .url {
  color: #010000;
  font-size: 10px;
  font-family: 'Circe';
  padding-left: 30px;
  font-size: 13px;
  margin-top: 5px;
  background: transparent url(../images/news-article-arrow.png) left center no-repeat;
}
.members-map .popup-members .popup-wrapper .img {
  float: left;
  height: 130px;
  width: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.members-map .popup-members .popup-wrapper .img img {
  width: 100%;
  display: block;
}
@media  screen and (max-width: 1050px) {
  .members-map .section-title {
    margin-left: 15px;
  }
}
.members {
  /* clearfix */
}
.members .lead-member {
  margin: 2% 2% 5% 17%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.members .lead-member h2 {
  font-size: 30px;
  line-height: 35px;
}
.members .members-section {
  margin-left: 100px;
  margin-right: 100px;
}
.members .grid {
  margin: auto;
  margin-top: 2%;
  margin-bottom: 5%;
}
.members .grid:after {
  content: '';
  display: block;
  clear: both;
}
.members .grid-item {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
.members .grid-item:hover h1 {
  color: #db2d2e;
}
.members .grid-item {
  width: auto;
}
.members .grid-item .member-title {
  margin-top: -30px;
  position: relative;
  padding: 0 40px 0 40px;
  z-index: 350;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.members .grid-item img {
  width: 99.9%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.members .grid-item a {
  color: #000;
}
.members .grid-item h3 {
  margin: 0px;
  font-size: 50px !important;
  color: #db2d2e;
  line-height: 55px;
  font-family: 'GalanoGrotesqueAlt-SemiBold';
  font-weight: normal;
}
.members .grid-item strong {
  margin-top: 10px;
  margin-bottom: 0px;
  display: block;
  padding-top: 10px;
  font-family: 'GalanoGrotesqueAlt-Medium';
  letter-spacing: 0.6px;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  background-image: url("../images/news-article-arrow.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.members .grid-item .mtype {
  font-size: 14px;
}
.members .grid-item .member-img {
  position: relative;
}
.members .grid-item .member-img img {
  position: relative;
  z-index: 100;
}
.members .grid-item .member-m-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.members .grid-item .member-mask {
  background-image: url("../images/member-mask.png");
  background-position: bottom;
  background-repeat: repeat-x;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 300;
  opacity: 1;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.members .grid-item:hover .member-title {
  margin-top: -50px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.members .grid-item:hover .member-mask {
  background-image: url("../images/member-mask-inv.png");
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 1440px) {
  .members .grid-item .member-title h3 {
    font-size: 40px !important;
    line-height: 45px!important;
  }
}
@media screen and (max-width: 1300px) {
  .members .grid-item .member-title {
    padding: 0 20px;
  }
  .members .grid-item .member-title h3 {
    font-size: 35px !important;
    line-height: 40px!important;
  }
}
@media  screen and (max-width: 1050px) {
  .members .members-section {
    margin: 0 auto;
  }
}
/*
//-- member-example.php
.members-inner {
    .left-menu-out {
        height: ~"calc(100% - 94px)" !important;
    }
    .left-menu {
        background-color: transparent;
        border-right:1px solid #000;
        height: 100%;
        width:101px;
        a {
            color: #000;
        }
        &.leftm-inverse {
            background-color: #000 !important;
            .transition-properties(all 0.2s ease 0s);
            a {
                color:#fff;
            }
            .calendar {
                filter:invert(100%);
            }
        }
    }
    .main-image  {
        margin-bottom: 200px;
    }
    .inner-page-title {

        top:auto;
        bottom: 100px;

        h1 {
            color: @red !important;
            position: relative;
            width: 80%;
            &:before {
                content: "";
                position: absolute;
                left: -39px;
                background-color: #000;
                border-right: 1px solid #b8b8b8;
                width: 19px;
                height: 100%;
                z-index: 6000;
            }
            &:after {
                content: "";
                background-image: url("../images/young_europe_icon.png");
                width: 39px;
                height: 98px;
                top:-120px;
                left: 0;
                position: absolute;
                //opacity: 0;
            }
        }
    }

    .member-section {
        h2 {
            font-size: 26px !important;
            line-height: 30px !important;
        }
        h3 {
            font-size: 19px !important;
            line-height: 22px !important;
            font-weight: normal;
        }
        .subtitle {
            margin-top: 20px;
            padding-top: 8%;
        }
    }
}
*/
.members-inner .inner-page-title h1 {
  color: #db2d2e !important;
}
.members-inner .inner-page-title h1:after {
  content: "";
  background-image: url("../images/young_europe_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 98px;
  top: -120px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 1440px) {
  .members-inner .inner-page-title h1:after {
    height: 58px;
    top: -70px;
  }
}
@media  screen and (max-width: 1050px) {
  .members-inner .inner-page-title h1:after {
    height: 58px;
    top: -70px;
  }
}
@media  screen and (max-width: 768px) {
  .members-inner .inner-page-title h1:after {
    display: none;
  }
}
.member-logo img {
  border: 1px solid #000;
  padding: 10px;
  max-width: 230px;
}
/* specific for blueimpgallery*/
ol li {
  list-style: none;
}
/* Customize the label (the container) */
.checkbox-wrapper {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #000;
  border: 1px solid rgba(233, 235, 237, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* On mouse-over, add a grey background color */
.checkbox-wrapper:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.5);
}
/* When the checkbox is checked, add a blue background */
.checkbox-wrapper input:checked ~ .checkmark {
  background-color: #000;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-wrapper .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #e9ebed;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 799;
  display: none;
}
.filter-toolbar {
  position: absolute;
  left: 98px;
  bottom: 0;
  width: calc(100% - 99px);
  z-index: 800;
}
.filter-toolbar .toolbar {
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin-left: 1px;
}
.filter-toolbar .toolbar .filter-link {
  list-style: none;
  float: left;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border: 1px solid #000;
  border-right: 1px solid #525254;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-toolbar .toolbar .filter-link span {
  padding: 0px 50px;
  height: 92px;
  line-height: 92px;
  display: block;
  position: relative;
}
.filter-toolbar .toolbar .filter-link a {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.filter-toolbar .toolbar .filter-link a i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.filter-toolbar .toolbar .filter-link.cl {
  cursor: pointer;
}
.filter-toolbar .toolbar .filter-link.cl:hover,
.filter-toolbar .toolbar .filter-link.cl.selected {
  background-color: #fff;
  border: 1px solid #b8b8b8;
  color: #000;
}
.filter-toolbar .toolbar .filter-link.header {
  cursor: default;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-right: 1px solid #fff;
  color: #000;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0.5;
}
.filter-toolbar .filter-wrapper {
  display: none;
  width: calc(100% - 100px);
  min-height: 200px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}
.filter-toolbar .filter-wrapper .actions {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 20;
}
.filter-toolbar .filter-wrapper .actions button {
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 12px;
}
.filter-toolbar .filter-wrapper .actions button:last-child {
  margin-right: 0px;
}
.filter-toolbar .filter-wrapper .actions .btn-submit {
  color: #fff;
  background-color: #000;
  border: 2px solid #ced4da;
  border-radius: 35px;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-toolbar .filter-wrapper .actions .btn-submit:hover {
  background-color: #ced4da;
  color: #000;
}
.filter-toolbar .filter-wrapper .actions .btn-close {
  color: #fff;
}
.filter-toolbar .filter-wrapper .actions .btn-close:hover {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-toolbar .filter-wrapper .filters {
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-toolbar .filter-wrapper .filters .filter-container {
  margin: 0 auto;
  margin: 0 40px;
  position: relative;
  padding-top: 20px;
}
.filter-toolbar .filter-wrapper .filters .filter-container .info-block {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.57);
  padding-left: 20px;
}
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options {
  color: #e9ebed;
  width: 100%;
  display: table;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0px 20px;
  padding-top: 20px;
  overflow: hidden;
  border-top: 1px solid #444445;
}
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options ul,
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options ul li {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
  position: relative;
}
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options ul li .checkbox-wrapper::before {
  content: "";
  position: absolute;
  height: 1px;
  top: auto;
  bottom: -16px;
  left: -1000px;
  right: -1000px;
  background-color: #444445;
}
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .fields-left .form-control {
  border-radius: 0px;
  background-color: #000;
  border: none;
  border-bottom: 1px solid rgba(206, 212, 218, 0.5);
  color: #fff;
}
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .fields-left .form-control.active {
  border-bottom: 1px solid #ced4da;
}
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .calendar-right .ui-widget.ui-widget-content {
  border: none;
  background-color: #000;
  color: #fff;
}
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .calendar-right .ui-state-default,
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .calendar-right .ui-widget-content .ui-state-default,
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .calendar-right .ui-widget-header .ui-state-default,
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .calendar-right .ui-button {
  border: none;
  background: #000;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .calendar-right .ui-state-highlight,
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .calendar-right .ui-widget-content .ui-state-highlight,
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .calendar-right .ui-widget-header .ui-state-highlight {
  background-color: #fff;
  color: #000;
}
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .calendar-right .ui-state-active,
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .calendar-right .ui-widget-content .ui-state-active,
.filter-toolbar .filter-wrapper .filters .filter-container .filter-options .calendar-right .ui-widget-header .ui-state-active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
}
body.fix-filter .filter-toolbar {
  left: 96px;
}
@media  screen and (max-width: 1050px) {
  .filter-toolbar {
    left: 0!important;
    width: 100%!important;
  }
  .filter-toolbar .toolbar .filter-link span {
    padding: 0px 20px;
    height: 60px;
    line-height: 60px;
  }
  .filter-toolbar .filter-wrapper {
    width: 100%;
  }
}
@media  screen and (max-width: 600px) {
  .filter-toolbar .filter-wrapper .filters .filter-container .filter-options ul li {
    width: 100%;
  }
  .filter-toolbar .filter-wrapper .filters .filter-container {
    margin: 0 20px;
  }
  .filter-toolbar .filter-wrapper .actions .btn-submit {
    padding: 10px 15px;
  }
  cursor: default;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-right: 1px solid #fff;
  color: #000;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0.5;
}
