/* Mix-ins */
.homepage-block-title {
  background: none;
  color: #1c344f;
}
.homepage-block-title:after {
  content: none;
}
.homepage-block-title a {
  float: none;
  color: #004087;
  cursor: pointer;
}
.homepage-block-title a:before {
  content: '| ';
}
.homepage-block-title a:hover {
  text-decoration: none!important;
}
.homepage-news-item {
  border-top: none;
}
.homepage-news-item * {
  font-family: "Open Sans", sans-serif !important;
}
.homepage-news-item .date {
  font-size: 12px;
  font-weight: 300;
}
.homepage-news-item .date .countryflag {
  width: 19px;
  height: 13px;
}
.homepage-news-item .thumb-title {
  display: flex;
}
.homepage-news-item .thumb-title figure {
  flex-grow: 0.8;
  flex-basis: 0;
}
.homepage-news-item .thumb-title figure:after {
  content: none;
}
.homepage-news-item .thumb-title .item-title {
  flex-grow: 1.2;
  flex-basis: 0;
  padding: 0 0 0 15px;
  font-size: 21px;
  font-weight: 400;
}
.homepage-news-item .item-introtext {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 300;
}
.homepage-news-item .more {
  margin-top: 20px;
  padding: 10px;
  background-color: #004087;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  border-radius: 3px;
}
.homepage-news-item .more:after {
  content: none;
}
.footer-subscribe-form .subscribe-email-label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.footer-subscribe-form .subscribe-email-input {
  width: calc(100% - 50px);
  height: 30px;
  padding: 0 4px;
  box-sizing: border-box;
  border: 1px solid #a8aaae;
  background: none;
  color: #a8aaae;
}
.footer-subscribe-form .subscribe {
  width: 34px;
  height: 30px;
  margin: 0!important;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important;
  border: none;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #a8aaae;
  color: #2B353F !important;
}
.footer-subscribe-form .checkbox-label {
  display: block;
  margin: 5px 0 0;
}
#social-share {
  position: fixed;
  right: 0;
  top: 40%;
}
#social-share .jssocials-share {
  display: block;
  margin: 0;
}
/*.flexslider,
.flexslider .slides li {
  height: 400px * @ratio;
}*/
#footer .subscribe-area .alert {
  margin: 0 0 5px;
}
#footer .subscribe-area .alert.alert-danger {
  color: #A14444;
}
#footer .subscribe-area .alert.alert-success {
  color: #44a14f;
}
/* All desktops */
@media screen and (min-width: 1025px) {
  #header .top-menu {
    position: relative;
    padding: 0;
    background-color: #f6f6f6;
  }
  #header .top-menu * {
    font-family: 'Open Sans', sans-serif !important;
  }
  #header .top-menu :not(.top-menu-right-part) * {
    margin: 0;
    font-size: 12px;
    color: #363f46;
  }
  #header .top-menu .left-stripe,
  #header .top-menu .right-stripe {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999px;
    background-color: #f6f6f6;
  }
  #header .top-menu .left-stripe {
    left: -9999px;
  }
  #header .top-menu .right-stripe {
    right: -9999px;
  }
  #header .top-menu p {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
  }
  #header .top-menu p img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  #header .top-menu .facebook,
  #header .top-menu .twitter,
  #header .top-menu .youtube {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    text-indent: -9999px;
  }
  #header .top-menu .facebook {
    background-image: url('../images/facebook-blue.png');
  }
  #header .top-menu .twitter {
    background-image: url('../images/twitter-blue.png');
  }
  #header .top-menu .youtube {
    background-image: url('../images/youtube-blue.png');
  }
  #header .top-menu .languages li:first-child a:first-child {
    padding: 0;
  }
  #header .top-menu .languages li:first-child a:first-child .huj-france {
    margin-left: 0;
  }
  #header .top-menu .languages li:first-child a:first-child .huj-france .ico-holder {
    margin: 0;
  }
  #header .top-menu .languages li:first-child a:first-child .flag-wrapper {
    width: 36px;
    display: inline-block;
    vertical-align: text-bottom;
  }
  #header .top-menu .languages li:first-child a:first-child .flag-wrapper .flag {
    position: relative;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
  }
  #header .top-menu .languages li:after {
    content: none;
  }
  #header .top-menu .languages .ico-holder {
    padding: 0;
  }
  #header .top-menu .languages .ico-holder:before {
    content: none;
  }
  #header .top-menu .menu-collapsed a {
    color: white!important;
  }
  #header .top-menu .top-menu-right-part {
    display: inline-block;
    padding-top: 5px;
    float: right;
  }
  #header .top-menu .top-menu-right-part .search-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  #header .top-menu .top-menu-right-part .search-wrapper .search-toggler {
    margin-left: -5px;
    cursor: pointer;
  }
  #header .top-menu .top-menu-right-part .search-wrapper .search-toggler img {
    margin-top: 6px;
  }
  #header .top-menu .top-menu-right-part .search-wrapper form {
    display: none;
    padding-bottom: 0;
  }
  #header .top-menu .top-menu-right-part .search-wrapper form input[name="searchword"] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .top-menu .top-menu-right-part .search-wrapper form input[type="submit"] {
    height: 26px;
  }
  #header .top-menu .top-menu-right-part .don {
    display: flex;
    align-items: center;
    background: #e8146e;
    margin: 0 0 0 60px;
    padding: 0 20px;
    font-size: 14px;
  }
  #header .top-menu .top-menu-right-part .don img {
    height: 24px;
    margin-right: 5px;
    padding: 3px 0;
  }
  #header .main-menu #logo {
    padding: 11px 0;
  }
  #header .main-menu #logo img {
    width: 172px;
    height: 56px;
  }
  #header .main-menu .nav-bar {
    float: right;
  }
  #header .main-menu .nav-bar .menu {
    /* All menu items */
    /* First menu level */
  }
  #header .main-menu .nav-bar .menu li a {
    font-size: 14px;
    text-transform: uppercase;
  }
  #header .main-menu .nav-bar .menu > li.current,
  #header .main-menu .nav-bar .menu > li.active {
    background-color: white;
  }
  #header .main-menu .nav-bar .menu > li.current > a,
  #header .main-menu .nav-bar .menu > li.active > a {
    background: white url(../images/chevron-down-grey.png) center 55px no-repeat;
    color: #363f46;
  }
  #header .main-menu .nav-bar .menu > li.current > a:before,
  #header .main-menu .nav-bar .menu > li.active > a:before,
  #header .main-menu .nav-bar .menu > li.current > a:after,
  #header .main-menu .nav-bar .menu > li.active > a:after {
    content: none;
  }
  #header .main-menu .nav-bar .menu > li:hover > a {
    background: white url(../images/chevron-down-grey.png) center 55px no-repeat;
    color: #363f46 !important;
  }
  #header .main-menu .nav-bar .menu > li > a {
    padding: 30px 0;
    font-size: 16px;
  }
  #header .main-menu .nav-bar .menu > li > a:hover {
    background-color: white!important;
    color: #363f46 !important;
  }
  #footer .footer-top .footer-menu {
    margin: -30px 0 15px;
  }
  #footer .footer-top .subscribe-area {
    width: 350px;
    margin: 0 auto;
    text-align: left;
  }
  #footer .footer-top .subscribe-area .subscribe-email-label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  #footer .footer-top .subscribe-area .subscribe-email-input {
    width: calc(100% - 50px);
    height: 30px;
    padding: 0 4px;
    box-sizing: border-box;
    border: 1px solid #a8aaae;
    background: none;
    color: #a8aaae;
  }
  #footer .footer-top .subscribe-area .subscribe {
    width: 34px;
    height: 30px;
    margin: 0!important;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif !important;
    border: none;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #a8aaae;
    color: #2B353F !important;
  }
  #footer .footer-top .subscribe-area .checkbox-label {
    display: block;
    margin: 5px 0 0;
  }
  body.home-page .js_flexslider,
  body.pageid-194 .js_flexslider {
    width: 100vw;
    margin-left: calc((100vw - 1000px) / -2);
  }
  body.home-page .js_flexslider .flexslider,
  body.pageid-194 .js_flexslider .flexslider {
    width: 100%;
  }
  body.home-page .js_flexslider .flexslider .slides img,
  body.pageid-194 .js_flexslider .flexslider .slides img {
    object-fit: cover;
  }
  body.home-page .js_flexslider + .block,
  body.pageid-194 .js_flexslider + .block {
    display: none!important;
  }
  body.home-page .news .title,
  body.pageid-194 .news .title {
    background: none;
    color: #1c344f;
  }
  body.home-page .news .title:after,
  body.pageid-194 .news .title:after {
    content: none;
  }
  body.home-page .news .title a,
  body.pageid-194 .news .title a {
    float: none;
    color: #004087;
    cursor: pointer;
  }
  body.home-page .news .title a:before,
  body.pageid-194 .news .title a:before {
    content: '| ';
  }
  body.home-page .news .title a:hover,
  body.pageid-194 .news .title a:hover {
    text-decoration: none!important;
  }
  body.home-page .news .item,
  body.pageid-194 .news .item {
    border-top: none;
  }
  body.home-page .news .item *,
  body.pageid-194 .news .item * {
    font-family: "Open Sans", sans-serif !important;
  }
  body.home-page .news .item .date,
  body.pageid-194 .news .item .date {
    font-size: 12px;
    font-weight: 300;
  }
  body.home-page .news .item .date .countryflag,
  body.pageid-194 .news .item .date .countryflag {
    width: 19px;
    height: 13px;
  }
  body.home-page .news .item .thumb-title,
  body.pageid-194 .news .item .thumb-title {
    display: flex;
  }
  body.home-page .news .item .thumb-title figure,
  body.pageid-194 .news .item .thumb-title figure {
    flex-grow: 0.8;
    flex-basis: 0;
  }
  body.home-page .news .item .thumb-title figure:after,
  body.pageid-194 .news .item .thumb-title figure:after {
    content: none;
  }
  body.home-page .news .item .thumb-title .item-title,
  body.pageid-194 .news .item .thumb-title .item-title {
    flex-grow: 1.2;
    flex-basis: 0;
    padding: 0 0 0 15px;
    font-size: 21px;
    font-weight: 400;
  }
  body.home-page .news .item .item-introtext,
  body.pageid-194 .news .item .item-introtext {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
  }
  body.home-page .news .item .more,
  body.pageid-194 .news .item .more {
    margin-top: 20px;
    padding: 10px;
    background-color: #004087;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    border-radius: 3px;
  }
  body.home-page .news .item .more:after,
  body.pageid-194 .news .item .more:after {
    content: none;
  }
  body.home-page .events .title,
  body.pageid-194 .events .title {
    background: none;
    color: #1c344f;
  }
  body.home-page .events .title:after,
  body.pageid-194 .events .title:after {
    content: none;
  }
  body.home-page .events .title a,
  body.pageid-194 .events .title a {
    float: none;
    color: #004087;
    cursor: pointer;
  }
  body.home-page .events .title a:before,
  body.pageid-194 .events .title a:before {
    content: '| ';
  }
  body.home-page .events .title a:hover,
  body.pageid-194 .events .title a:hover {
    text-decoration: none!important;
  }
  body.home-page .events .item,
  body.pageid-194 .events .item {
    border-top: none;
  }
  body.home-page .events .item *,
  body.pageid-194 .events .item * {
    font-family: "Open Sans", sans-serif !important;
  }
  body.home-page .events .item .date,
  body.pageid-194 .events .item .date {
    font-size: 12px;
    font-weight: 300;
  }
  body.home-page .events .item .date .countryflag,
  body.pageid-194 .events .item .date .countryflag {
    width: 19px;
    height: 13px;
  }
  body.home-page .events .item .thumb-title,
  body.pageid-194 .events .item .thumb-title {
    display: flex;
  }
  body.home-page .events .item .thumb-title figure,
  body.pageid-194 .events .item .thumb-title figure {
    flex-grow: 0.8;
    flex-basis: 0;
  }
  body.home-page .events .item .thumb-title figure:after,
  body.pageid-194 .events .item .thumb-title figure:after {
    content: none;
  }
  body.home-page .events .item .thumb-title .item-title,
  body.pageid-194 .events .item .thumb-title .item-title {
    flex-grow: 1.2;
    flex-basis: 0;
    padding: 0 0 0 15px;
    font-size: 21px;
    font-weight: 400;
  }
  body.home-page .events .item .item-introtext,
  body.pageid-194 .events .item .item-introtext {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
  }
  body.home-page .events .item .more,
  body.pageid-194 .events .item .more {
    margin-top: 20px;
    padding: 10px;
    background-color: #004087;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    border-radius: 3px;
  }
  body.home-page .events .item .more:after,
  body.pageid-194 .events .item .more:after {
    content: none;
  }
  body.home-page #sidebar,
  body.pageid-194 #sidebar {
    display: none!important;
  }
  body.home-page #content,
  body.pageid-194 #content {
    width: 100%!important;
    float: none!important;
    margin-bottom: 40px;
  }
  body.home-page #content .left,
  body.pageid-194 #content .left {
    width: 46%;
    margin-right: 8%;
  }
  body.home-page #content .right,
  body.pageid-194 #content .right {
    width: 46%;
  }
  body:not(.home-page) #main #content table td[valign="top"] {
    vertical-align: top;
  }
  body:not(.home-page) #main #content table td[valign="bottom"] {
    vertical-align: bottom;
  }
  body #social-share .jssocials-share-link {
    padding: 1em;
  }
}