@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'mulibold';
  src: url('/resources/themes/fsm/webfonts/muli-bold-webfont.woff2') format('woff2'), url('/resources/themes/fsm/webfonts/muli-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'muliextrabold';
  src: url('/resources/themes/fsm/webfonts/muli-extrabold-webfont.woff2') format('woff2'), url('/resources/themes/fsm/webfonts/muli-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'muliitalic';
  src: url('/resources/themes/fsm/webfonts/muli-italic-webfont.woff2') format('woff2'), url('/resources/themes/fsm/webfonts/muli-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'muliregular';
  src: url('/resources/themes/fsm/webfonts/muli-regular-webfont.woff2') format('woff2'), url('/resources/themes/fsm/webfonts/muli-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'muliblack';
  src: url('/resources/themes/fsm/webfonts/muli-black-webfont.woff2') format('woff2'), url('/resources/themes/fsm/webfonts/muli-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fRegular {
  font-family: 'muliregular';
}
.fBold {
  font-family: 'mulibold';
}
.fExtra {
  font-family: 'muliextrabold';
}
.fBlack {
  font-family: 'muliblack';
}
.fItalic {
  font-family: 'muliitalic';
}
i {
  font-family: 'muliitalic';
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
:hover,
:active,
:visited,
:focus {
  outline: none !important;
}
:invalid {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
:-moz-ui-invalid {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
p {
  text-align: justify;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
body,
html {
  background: #ffffff;
  line-height: 1.4 !important;
  font-family: 'muliregular';
  color: #000000;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 15px;
}
body {
  overflow-x: hidden;
}
header,
section,
footer,
nav,
aside,
article {
  display: block;
}
.listClear {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearBoth {
  clear: both;
}
a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
input,
textarea,
button {
  outline: none;
}
form {
  padding: 0;
  margin: 0;
}
strong {
  font-weight: normal;
  font-family: 'mulibold' !important;
}
video {
  display: block !important;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  border: none !important;
}
.fsmContainer {
  max-width: 1680px;
  margin: 0 auto;
}
.fsmContainer.subPage {
  padding-top: 100px;
}
.wrapper {
  margin: 0 auto;
  width: 1440px;
}
.wrapperContainer {
  margin: 0 40px;
}
a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header {
  position: fixed;
  z-index: 100;
  top: 40px;
  left: 40px;
  right: 40px;
  background: #ffffff;
  height: 75px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.header .headerContainer {
  display: table;
  width: 100%;
}
.header .headerContainer .columnLeft {
  position: absolute;
  top: 0;
  left: 0;
}
.header .headerContainer .columnCenter {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-right: 100px;
}
.header .headerContainer .columnRight {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.header .logo {
  display: inline-block;
  vertical-align: middle;
}
.header .logo img {
  height: 75px;
}
.header .social {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  width: 90px;;
  margin-top: -10px; 
}
.header .social ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .social ul li {

  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.header .social ul li a {
  color: #afb7bb;
  font-size: 17px;
}
.header .social ul li a:hover {
  color: #ff1822;
}
.header .navigation {
  display: inline-block;
  vertical-align: middle;
  padding-left: 75px;
  padding-top: 27px;
}
.header .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .navigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 25px;
  display: inline-block;
  vertical-align: middle;
}
.header .navigation ul li a {
  color: #000000;
  font-family: 'muliextrabold';
  font-size: 15px;
}
.header .navigation ul li a:hover {
  color: #ff1822;
}
.header .navigation ul li.current a {
  color: #ff1822;
}
.header .search {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
}
.header .search a {
  color: #afb7bb;
  font-size: 19px;
}
.header .search a:hover {
  color: #ff1822;
}
.header .lang {
  display: inline-block;
  vertical-align: middle;
  border-left: solid 1px #f5f6f8;
  height: 75px;
  padding: 0 25px;
}
.header .lang a {
  border: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 22px;
  position: relative;
}
.header .lang a span img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 28px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: solid 4px #ffffff;
}
.header .lang a:hover {
  border: solid 1px #ffffff;
}
.header .lang a:hover span img {
  border: solid 4px #ff1822;
  background: red;
}
.header .cta {
  display: inline-block;
  vertical-align: middle;
}
.header .cta a, .header .cta span {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 75px;
  color: #ffffff;
  font-size: 17px;
  background: #ff1822;
  height: 75px;
  padding: 0 25px;
  font-family: 'mulibold';
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ff1822;
}
.header .cta a:hover,
.header .cta span:hover {
  background: #ffffff;
  color: #ff1822;
  border-left: solid 1px #f5f6f8;
  border-right: solid 1px #f5f6f8;
}
.header .hamburger {
  display: none;
  padding-right: 5px;
}
.header .hamburger > a {
  display: block;
  text-align: center;
  width: 60px;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-top: 3px;
}
.header .hamburger > a:hover {
  color: #ff1822;
}
.header .hamburger:hover .subMenu {
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header .hamburger .subMenu {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 92px;
  width: 300px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.header .hamburger .subMenu .subMenuContainer {
  background: #ffffff;
  padding: 15px 30px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.header .hamburger .subMenu .subMenuContainer .triangle {
  position: absolute;
  right: 20px;
  top: -10px;
  background: white;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  transform-origin: 20% 40%;
}
.header .hamburger .subMenu .subMenuContainer .mobileSearch {
  position: relative;
  padding: 15px 0 10px 0;
}
.header .hamburger .subMenu .subMenuContainer .mobileSearch input {
  vertical-align: middle;
  width: 100%;
  background: #f5f6f8;
  font-size: 14px;
  font-family: 'mulibold';
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 12px 15px;
}
.header .hamburger .subMenu .subMenuContainer .mobileSearch button {
  position: absolute;
  right: 8px;
  top: 22px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  z-index: 11;
  display: block;
  text-align: center;
}
.header .hamburger .subMenu .subMenuContainer .mobileSearch button i {
  color: #000000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .hamburger .subMenu .subMenuContainer .mobileSearch button:hover i {
  color: #ff1822;
}
.header .hamburger .subMenu .subMenuContainer ul.mobileNav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .hamburger .subMenu .subMenuContainer ul.mobileNav li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0;
  border-bottom: solid 1px #f5f6f8;
  text-align: left;
}
.header .hamburger .subMenu .subMenuContainer ul.mobileNav li:last-of-type {
  border: none;
}
.header .hamburger .subMenu .subMenuContainer ul.mobileNav li a {
  color: #000000;
  font-family: 'mulibold';
  display: block;
}
.header .hamburger .subMenu .subMenuContainer ul.mobileNav li a:hover {
  color: #ff1822;
}
.header .hamburger .subMenu .subMenuContainer ul.mobileNav li.current a {
  color: #ff1822;
}
.header .hamburger .subMenu .subMenuContainer .mobileSocial {
  padding: 20px 0 10px 0;
}
.header .hamburger .subMenu .subMenuContainer .mobileSocial ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.header .hamburger .subMenu .subMenuContainer .mobileSocial ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.header .hamburger .subMenu .subMenuContainer .mobileSocial ul li a {
  color: #afb7bb;
  font-size: 17px;
}
.header .hamburger .subMenu .subMenuContainer .mobileSocial ul li a:hover {
  color: #ff1822;
}
.header .hamburger .subMenu .subMenuContainer .mobileLang {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.header .hamburger .subMenu .subMenuContainer .mobileLang img {
  width: 20px;
}
.fsmSlider {
  height: 800px;
  background: #1e2429;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.fsmSlider .fsmSlide {
  width: 100%;
  height: 100%;
}
.fsmSlider .fsmSlide .photo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fsmSlider .fsmSlide .mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.fsmSlider .fsmSlide .content {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  z-index: 90;
}
.fsmSlider .fsmSlide .content h2 {
  font-size: 52px;
  font-family: 'muliextrabold';
  max-width: 66.66%;
}
.fsmSlider .fsmSlide .content .button {
  padding: 40px 0 0 0;
}
.fsmSlider .fsmSlide .content .button a {
  display: inline-block;
  background: #ff1822;
  color: #ffffff;
  font-size: 17px;
  padding: 20px 30px;
  font-family: 'mulibold';
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fsmSlider .fsmSlide .content .button a:hover {
  background: #ffffff;
  color: #ff1822;
}
.fsmSlider .slick-list {
  width: 100%;
  height: 100%;
}
.fsmSlider .slick-track {
  width: 100%;
  height: 100%;
}
.homeTop {
  position: relative;
  margin-top: -120px;
}
.homeTop .homeTopContainer {
  display: table;
  width: 100%;
}
.homeTop .homeTopContainer .columnLeft {
  display: table-cell;
  vertical-align: bottom;
  width: 50%;
}
.homeTop .homeTopContainer .columnLeft .desc {
  font-size: 18px;
  padding: 30px 0 0 0;
}
.homeTop .homeTopContainer .columnRight {
  display: table-cell;
  vertical-align: bottom;
  width: 50%;
}
.homeTop .redBox {

  background-repeat: no-repeat;
  margin: 5px;
  color: #ffffff;
}
.homeTop .redBox .redBoxContainer {
  padding: 50px;
}
.homeTop .redBox .redBoxContainer .title {
  padding-bottom: 20px;
  font-size: 28px;
  font-family: 'muliextrabold';
}
.button.main {
  padding: 20px 0 0 0;
}
.button.main a {
  padding: 20px 28px;
  display: inline-block;
  font-family: 'mulibold';
  white-space: nowrap;
}
.button.gray {
  display: inline-block;
  vertical-align: middle;
}
.button.gray a {
  background: #afb7bb;
  color: #ffffff;
}
.button.gray a:hover {
  background: #ff1822;
  color: #ffffff;
}
.button.newsletter {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.button.newsletter a {
  background: #000000;
  color: #ffffff;
}
.button.newsletter a:hover {
  background: #ffffff;
  color: #ff1822;
}
.button.popup {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.button.popup a {
  background: #ff1822;
  color: #ffffff;
}
.button.popup a:hover {
  background: #ffffff;
  color: #ff1822;
}
.button.facebook {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.button.facebook a {
  background: #4469b0;
  color: #ffffff;
}
.button.facebook a:hover {
  background: #ff1822;
  color: #ffffff;
}
.button.facebook a i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: -2px;
  font-size: 18px;
}
.button.showAll {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.button.showAll a {
  background: #1e2429;
  color: #ffffff;
}
.button.showAll a:hover {
  background: #ff1822;
  color: #ffffff;
}
.button.white a {
  background: #ffffff;
  color: #000000;
}
.button.white a:hover {
  color: #ff1822;
}
.button.footer a {
  background: #42494e;
  color: #ffffff;
}
.button.footer a:hover {
  background: #ffffff;
  color: #ff1822;
}
.button.payment a {
  background: #afb7bb;
  color: #ffffff;
}
.button.payment a:hover {
  background: #ff1822;
  color: #ffffff;
}
.headline h3 {
  font-size: 42px;
  font-family: 'muliextrabold';
}
.headline h4 {
  font-size: 28px;
  font-family: 'muliextrabold';
}
.alertBox {
  margin: 60px 0 0;
}
.alertBox .content {
  background: #ff1822;
  color: #ffffff;
  font-size: 22px;
  font-family: 'muliextrabold';
  padding: 20px 0 15px 0;
}
.footer {
  background: #1e2429;
  color: #ffffff;
  padding: 70px 0;
}
.footer .headline {
  padding-bottom: 30px;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  padding: 8px 0;
}
.footer ul li a {
  color: #e5e5e5;
}
.footer ul li a:hover {
  color: #ffffff;
}
.footer ul li:last-of-type {
  border: none;
}
.footer .desc {
  color: #e5e5e5;
}
.footer .desc p {
  text-align: left;
}
.footer .desc a {
  text-decoration: underline !important;
  color: #e5e5e5;
}
.footer .desc a:hover {
  color: #ffffff;
}
.copyright .copyrightContainer {
  display: table;
  width: 100%;
}
.copyright .copyrightContainer .columnLeft {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
}
.copyright .copyrightContainer .columnRight {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 50px 0;
}
.copyright .copyrightContainer a {
  font-family: 'mulibold';
  color: #000000;
}
.copyright .copyrightContainer a:hover {
  color: #ff1822;
}
.articleItems {
  padding: 60px 0 0 0;
  position: relative;
}
.articleItems .itemsContainer {
  margin: 0 -5px;
  font-size: 0;
}
.articleItems .itemsContainer .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}
.articleItems .itemsContainer .item .itemContainer {
  margin: 5px;
  border: solid 1px #f5f6f8;
  font-size: 15px;
  position: relative;
  overflow: hidden;
}
.articleItems .itemsContainer .item .itemContainer a.link {
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.articleItems .itemsContainer .item .itemContainer .thumb {
  height: 320px;
  overflow: hidden;
  position: relative;
}
.articleItems .itemsContainer .item .itemContainer .thumb div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.articleItems .itemsContainer .item .itemContainer .content {
  padding: 40px 40px 35px 40px;
}
.articleItems .itemsContainer .item .itemContainer .content .contentContainer {
  position: relative;
}
.articleItems .itemsContainer .item .itemContainer .content .contentContainer .title {
  font-size: 22px;
  font-family: 'muliextrabold';
  padding-bottom: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.articleItems .itemsContainer .item .itemContainer .content .contentContainer .date {
  color: #4e5a62;
  padding-bottom: 10px;
}
.articleItems .itemsContainer .item .itemContainer .content .contentContainer .date i {
  color: #ff1822;
  margin-right: 4px;
}
.articleItems .itemsContainer .item .itemContainer .content .contentContainer p {
  text-align: left;
}
.articleItems .itemsContainer .item .itemContainer .content .contentContainer a {
  color: #000000;
}
.articleItems .itemsContainer .item .itemContainer:hover .thumb div {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 300ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 300ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 300ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 300ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.articleItems .itemsContainer .item .itemContainer:hover .title {
  color: #ff1822;
}
.articleItems .itemsContainer .item.type1 .itemContainer {
  height: 520px;
}
.articleItems .itemsContainer .item.type2 .itemContainer,
.articleItems .itemsContainer .item.type3 .itemContainer {
  height: 520px;
}
.sectionHeadline {
  padding: 100px 0 0;
}
.sectionHeadline .headlineContainer {
  display: table;
  width: 100%;
}
.sectionHeadline .headlineContainer .columnLeft {
  display: table-cell;
  vertical-align: middle;
}
.sectionHeadline .headlineContainer .columnRight {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.showMore {
  text-align: center;
  padding: 50px 0 0 0;
}
.showMore a {
  display: inline-block;
  font-size: 17px;
  text-decoration: underline !important;
  color: #000000;
  font-family: 'mulibold';
}
.showMore a i {
  color: #ff1822;
  margin-right: 10px;
}
.showMore a:hover {
  color: #ff1822;
}
.crowdfunding {
  margin: 50px 0 0 0;
}
.crowdfunding .wrapper {
  border-top: solid 1px #f5f6f8;
}
.crowdfunding .headline {
  text-align: center;
  padding: 60px 0 0 0;
}
.crowdfunding .items {
  position: relative;
  margin: 0 -5px;
  font-size: 0;
  padding: 120px 0 20px 0;
}
.crowdfunding .items .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.crowdfunding .items .item .itemContainer {
  padding: 90px 40px 60px 40px;
  border: solid 1px #f5f6f8;
  font-size: 15px;
  text-align: center;
  position: relative;
  margin: 5px;
}
.crowdfunding .items .item .itemContainer .title{
   height: 80px; 
}
.crowdfunding .items .item .itemContainer .count, .cf-stat {
  font-size: 48px;
  font-family: 'muliblack';
  color: #ff1822;
  padding: 10px 0 0 0;
  position: relative;
}
.crowdfunding .items .item .itemContainer .count input {
  background: none;
  border: none;
  text-align: center;
  font-family: 'muliblack';
  color: #ff1822;
  font-size: 48px;
  width: 100%;
}
.crowdfunding .items .item .itemContainer .icon {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.crowdfunding .items .item .itemContainer .icon .img {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 11;
  top: -65px;
  padding-top: 20px;
}
.crowdfunding .items .item .itemContainer .icon svg {
  width: 130px;
  display: inline-block;
  position: relative;
  top: -65px;
}
.crowdfunding .items .item .itemContainer .icon svg .border {
  position: relative;
}
.crowdfunding .items .item .itemContainer .icon svg .border path {
  fill: #ffffff;
  stroke: #f5f6f8;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.crowdfunding .items .item .itemContainer .icon svg .inside {
  position: relative;
}
.crowdfunding .items .item .itemContainer .icon svg .inside circle {
  fill: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.crowdfunding .items .item .itemContainer .icon svg .inside2 {
  position: relative;
}
.crowdfunding .items .item .itemContainer .icon svg .inside2 circle {
  fill: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.crowdfunding .items .item .itemContainer:hover .icon svg .inside circle {
  fill: #ff1822;
}
.logos {
  background: #f3f4f5;
  padding: 70px 0;
  text-align: center;
}
.logos .title {
  font-family: 'muliextrabold';
  font-size: 28px;
}
.logosSlider {
  padding: 40px 0 0 0;
}
.logosSlider .item {
  display: table;
}
.logosSlider .item .itemContainer {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  position: relative;
  text-align: center;
}
.logosSlider .item .itemContainer img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.whoWeAre {
  padding: 50px 0 50px 0;
}
.whoWeAre .whoWeAreContainer {
  display: table;
  width: 100%;
}
.whoWeAre .whoWeAreContainer .columnLeft {
  display: table-cell;
  vertical-align: top;
  width: 25%;
}
.whoWeAre .whoWeAreContainer .columnRight {
  display: table-cell;
  vertical-align: top;
  width: 75%;
}
.whoWeAre .redBox {

  background-repeat: no-repeat;
  margin: 5px;
  color: #ffffff;
  min-height: 600px;
  background-size: 80% auto;
}
.whoWeAre .redBox .redBoxContainer {
  padding: 50px;
}
.whoWeAre .redBox .redBoxContainer .title {
  padding-bottom: 20px;
  font-size: 28px;
  font-family: 'muliextrabold';
}
.whoWeAre .redBox .redBoxContainer p {
  text-align: left;
}
.whoWeAre .items {
  padding-left: 60px;
}
.whoWeAre .items .item {
  float: left;
  width: 50%;
  padding: 15px 0 15px 20px;
}
.whoWeAre .items .item span.icon {
  background: #afb7bb;
  width: 120px;
  height: 120px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.whoWeAre .items .item span.icon svg {
  width: 100%;
  height: auto;
}
.whoWeAre .items .item span.text {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'muliextrabold';
  padding-left: 30px;
  color: #000000;
}
.whoWeAre .items .item a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.whoWeAre .items .item a:hover span.icon {
  background: #ff1822;
}
.pageMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  background: rgba(243, 244, 245, 0.6);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
}
.pageMask.active {
  visibility: visible;
  opacity: 1;
}
.popUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 1001;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.popUp.active {
  visibility: visible;
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popUp .popUpMiddle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.popUp .popUpMiddle .popupContainer {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.8);
}
.popUp .popUpMiddle .popupContainer .popupPadding {
  padding: 50px;
  color: #ffffff;
  text-align: left;
  position: relative;
}
.popUp .popUpMiddle .popupContainer .gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#000000', GradientType=0);
}
.popUp .closePopup {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  z-index: 1002;
}
.popUp .closePopup i {
  color: #ffffff;
  line-height: 40px;
}
.popUp .closePopup:hover {
  background: #ff1822;
  border: solid 2px #ff1822;
}
.popUp .title {
  padding: 250px 0 0 0;
  font-size: 40px;
  font-family: 'muliextrabold';
}
.popUp .desc {
  font-size: 18px;
}
.popUp .form {
  padding: 30px 0 0 0;
  position: relative;
}
.popUp .formContainer {
  display: table;
  width: 100%;
}
.popUp .formContainer .inputsColumn {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 0;
}
.popUp .formContainer .inputsColumn input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background: #ffffff;
  font-size: 15px;
  font-family: 'mulibold';
  border: none;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  padding: 19px 25px;
}
.popUp .formContainer .buttonColumn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 160px;
}
.article .articleContainer {
  display: table;
  width: 100%;
}
.article .articleContainer > .columnLeft {
  display: table-cell;
  vertical-align: top;
}
.article .articleContainer > .columnLeft .columnContainer {
  padding-right: 50px;
}
.article .articleContainer > .columnRight {
  display: table-cell;
  vertical-align: top;
  width: 420px;
  padding-top: 100px;
}
.article .articleInformations {
  padding: 20px 0 0 0;
}
.article .articleInformations > div {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
}
.article .articleInformations > div i {
  color: #ff1822;
  margin-right: 10px;
}
.article .articleInformations > div a {
  color: #000000;
}
.article .articleInformations > div a:hover {
  color: #ff1822;
}
.article .content {
  padding: 60px 0 0 0;
}
.article .content p {
  font-size: 18px;
  padding-bottom: 25px;
  line-height: 1.5;
}
.article .content p a {
  color: #ff1822;
}
.article .content p a:hover {
  text-decoration: underline !important;
}
.article .content .lead {
  font-family: 'mulibold';
  font-size: 20px;
}
.article .content figure {
  margin-bottom: 50px;
}
.article .content figure img {
  max-width: 100%;
}
.article .content figure figcaption {
  display: block;
  background: #f3f4f5;
  font-size: 15px;
  font-family: 'muliitalic';
  padding: 35px 40px;
}
.article .content figure figcaption a {
  color: #ff1822;
}
.article .content figure figcaption a:hover {
  text-decoration: underline !important;
}
.sidebarOther .headline {
  background: #f3f4f5;
  padding: 30px 40px;
  font-size: 24px;
  font-family: 'muliextrabold';
}
.sidebarOther .items {
  border: solid 1px #f5f6f8;
  padding: 40px 40px;
}
.sidebarOther .items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebarOther .items ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #f5f6f8;
  padding: 30px 0;
}
.sidebarOther .items ul li:first-of-type {
  padding: 0 0 30px 0;
}
.sidebarOther .items .button {
  padding: 30px 0 0 0;
}
.sidebarOther .item {
  display: table;
  width: 100%;
}
.sidebarOther .item .thumb {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}
.sidebarOther .item .thumb img {
  width: 100%;
  object-fit: cover;
  height: 90px;
}
.sidebarOther .item .title {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
  font-size: 16px;
  font-family: 'mulibold';
}
.sidebarOther .item .title a {
  color: #000000;
  display: block;
}
.sidebarOther .item .title a:hover {
  color: #ff1822;
}
.sidebarNewsletter {
  background: #ff1822;
  color: #ffffff;
  padding: 40px;
  margin-top: 50px;
}
.sidebarNewsletter .title {
  font-family: 'muliextrabold';
  font-size: 28px;
}
.sidebarNewsletter .desc {
  padding: 20px 0 30px 0;
}
.sidebarNewsletter .form {
  display: table;
  width: 100%;
}
.sidebarNewsletter .form .columnLeft {
  display: table-cell;
  vertical-align: middle;
}
.sidebarNewsletter .form .columnRight {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.sidebarNewsletter input {
  width: 100%;
  background: #ffffff;
  font-size: 15px;
  font-family: 'mulibold';
  border: none;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  padding: 19px 25px;
}
.aboutUs .aboutUsContainer {
  display: table;
  width: 100%;
}
.aboutUs .aboutUsContainer > .columnLeft {
  display: table-cell;
  vertical-align: top;
  width: 340px;
}
.aboutUs .aboutUsContainer > .columnLeft .columnContainer {
  padding-right: 50px;
}
.aboutUs .aboutUsContainer > .columnRight {
  display: table-cell;
  vertical-align: top;
}
.aboutUs .categories {
  background: #f3f4f5;
  padding: 40px;
  margin-top: 30px;
}
.aboutUs .categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aboutUs .categories ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 12px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.aboutUs .categories ul li a {
  font-family: 'mulibold';
  font-size: 17px;
  color: #000000;
}
.aboutUs .categories ul li a:hover {
  color: #ff1822;
}
.aboutUs .categories ul li.current a {
  color: #ff1822;
}
.aboutUs .categories ul li:last-of-type {
  border: none;
  padding: 12px 0 0 0;
}
.aboutUs .categories ul li:first-of-type {
  padding: 0 0 12px 0;
}
.aboutUs .tabs {
  margin-top: 30px;
}
.aboutUs .tabs > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aboutUs .tabs > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 25px 0;
  border-top: solid 1px #f5f6f8;
}
.aboutUs .tabs > ul > li:first-of-type {
  border: none;
}
.aboutUs .tabs > ul > li .title a {
  font-size: 28px;
  font-family: 'muliextrabold';
  color: #000000;
  display: block;
}
.aboutUs .tabs > ul > li .title a i {
  display: inline-block;
  vertical-align: 4px;
  color: #ff1822;
  font-size: 15px;
  margin-left: 10px;
}
.aboutUs .tabs > ul > li .title a i.fa-angle-down {
  display: none;
}
.aboutUs .tabs > ul > li .title a:hover {
  color: #ff1822;
}
.aboutUs .tabs > ul > li.active .items {
  display: block;
}
.aboutUs .tabs > ul > li.opened .title i.fa-angle-down {
  display: inline-block;
}
.aboutUs .tabs > ul > li.opened .title i.fa-angle-up {
  display: none;
}
.aboutUs .items {
  display: none;
  padding: 20px 0 0 0;
}
.aboutUs .items > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aboutUs .items > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  border: solid 1px #f5f6f8;
  margin: 10px 0;
  padding: 30px;
}
.aboutUs .person {
  display: table;
  width: 100%;
}
.aboutUs .person .thumb {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  padding-right: 30px;
}
.aboutUs .person .thumb div {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.aboutUs .person .content {
  display: table-cell;
  vertical-align: top;
}
.aboutUs .person .content .name {
  font-size: 22px;
  font-family: 'muliextrabold';
}
.aboutUs .person .content .title {
  color: #ff1822;
}
.aboutUs .person .content .text {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 1599px) {
  .header .navigation ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1499px) {
  .wrapper {
    width: 1200px;
  }
  .wrapperContainer {
    margin: 0 30px;
  }
  .header {
    top: 30px;
    left: 30px;
    right: 30px;
    height: 65px;
  }
  .header .lang {
    height: 65px;
    padding: 0 20px;
  }
  .header .lang a {
    top: 18px;
  }
  .header .search {
    padding-right: 20px;
  }
  .header .social {
    padding-left: 20px;
  }
  .header .social ul li {
    padding-right: 15px;
  }
  .header .navigation {
    padding-top: 22px;
  }
  .header .navigation ul li {
    padding: 0 10px;
  }
  .header .navigation ul li a {
    font-size: 15px;
  }
  .header .logo img {
    height: 65px;
  }
  .header .cta {
    display: inline-block;
    vertical-align: middle;
  }
  .header .cta a,
  .header .cta span {
    line-height: 65px;
    font-size: 15px;
    height: 65px;
    padding: 0 20px;
  }
  .fsmSlider {
    height: 700px;
  }
  .fsmSlider .fsmSlide .content {
    bottom: 80px;
  }
  .fsmSlider .fsmSlide .content h2 {
    font-size: 42px;
  }
  .fsmSlider .fsmSlide .content .button {
    padding: 20px 0 0 0;
  }
  .fsmSlider .fsmSlide .content .button a {
    font-size: 15px;
    padding: 17px 25px;
  }
  .button.main {
    padding: 15px 0 0 0;
  }
  .button.main a {
    padding: 17px 23px;
    display: inline-block;
    font-family: 'mulibold';
    white-space: nowrap;
  }
  .homeTop {
    margin-top: -140px;
  }
  .homeTop .redBox .redBoxContainer {
    padding: 40px;
  }
  .homeTop .redBox .redBoxContainer .title {
    padding-bottom: 15px;
    font-size: 24px;
  }
  .homeTop .homeTopContainer .columnLeft .desc {
    font-size: 16px;
    padding: 15px 0 0 0;
  }
  .headline h3 {
    font-size: 34px;
    margin: 0;
  }
  .headline h4 {
    font-size: 24px;
    margin: 0;
  }
  .alertBox {
    margin: 40px 0 0 0;
  }
  .alertBox .content {
    font-size: 18px;
    padding: 17px 0 12px 0;
  }
  .articleItems {
    padding: 40px 0 0 0;
  }
  .articleItems .itemsContainer .item .itemContainer .thumb {
    height: 260px;
  }
  .articleItems .itemsContainer .item .itemContainer .content {
    padding: 30px 30px 25px 30px;
  }
  .articleItems .itemsContainer .item .itemContainer .content .contentContainer {
    position: relative;
  }
  .articleItems .itemsContainer .item .itemContainer .content .contentContainer .title {
    font-size: 20px;
  }
  .articleItems .itemsContainer .item.type1 .itemContainer {
    height: 450px;
  }
  .articleItems .itemsContainer .item.type2 .itemContainer,
  .articleItems .itemsContainer .item.type3 .itemContainer {
    height: 450px;
  }
  .articleItems .itemsContainer .item.type2 .itemContainer .desc,
  .articleItems .itemsContainer .item.type3 .itemContainer .desc {
    max-height: 263px;
    overflow: hidden;
  }
  .sectionHeadline {
    padding: 50px 0 0 0;
  }
  .showMore {
    padding: 40px 0 0 0;
  }
  .crowdfunding .headline {
    padding: 50px 0 0 0;
  }
  .crowdfunding .items {
    padding: 70px 0 80px 0;
  }
  .crowdfunding .items .item .itemContainer {
    padding: 80px 30px 50px 30px;
  }
  .crowdfunding .items .item .itemContainer .count {
    font-size: 36px;
  }
  .crowdfunding .items .item .itemContainer .count input {
    font-size: 36px;
  }
  .logos {
    padding: 60px 0;
  }
  .logosSlider {
    padding: 20px 0 0 0;
  }
  .footer {
    padding: 60px 0;
  }
  .footer ul li {
    padding: 6px 0;
  }
  .copyright .copyrightContainer .columnLeft {
    padding: 40px 0;
  }
  .copyright .copyrightContainer .columnRight {
    padding: 40px 0;
  }
  .whoWeAre .items {
    padding-left: 40px;
    padding-top: 30px;
  }
  .whoWeAre .items .item {
    padding: 10px 0 10px 15px;
  }
  .whoWeAre .items .item span.icon {
    width: 90px;
    height: 90px;
  }
  .whoWeAre .items .item span.text {
    font-size: 18px;
    padding-left: 25px;
  }
  .whoWeAre .redBox {
    min-height: 500px;
  }
  .whoWeAre .redBox .redBoxContainer {
    padding: 35px;
  }
  .aboutUs .categories {
    padding: 30px;
  }
  .aboutUs .categories ul li {
    padding: 10px 0;
  }
  .aboutUs .aboutUsContainer > .columnLeft .columnContainer {
    padding-right: 40px;
  }
  .aboutUs .tabs > ul > li .title a {
    font-size: 24px;
  }
  .article .content {
    padding: 40px 0 0 0;
  }
  .article .content .lead {
    font-size: 18px;
  }
  .article .content p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .article .content figure figcaption {
    padding: 25px 30px;
  }
  .article .articleContainer > .columnLeft .columnContainer {
    padding-right: 40px;
  }
  .article .articleContainer > .columnRight {
    width: 380px;
    padding-top: 50px;
  }
  .sidebarOther .headline {
    padding: 25px 30px;
    font-size: 20px;
  }
  .sidebarOther .items {
    padding: 30px;
  }
  .sidebarOther .items ul li {
    padding: 25px 0;
  }
  .sidebarOther .items ul li:first-of-type {
    padding: 0 0 25px 0;
  }
  .sidebarOther .item .thumb {
    width: 100px;
  }
  .sidebarOther .item .thumb img {
    height: 70px;
  }
  .sidebarOther .item .title {
    font-size: 15px;
  }
  .sidebarNewsletter {
    padding: 35px;
  }
  .sidebarNewsletter .desc {
    padding: 15px 0 30px 0;
  }
  .sidebarNewsletter input {
    padding: 17px 20px;
  }
  .sidebarNewsletter .button {
    padding: 0;
  }
  .popUp .popUpMiddle .popupContainer {
    max-width: 720px;
  }
  .popUp .popUpMiddle .popupContainer .popupPadding {
    padding: 40px;
  }
  .popUp .closePopup {
    top: 25px;
    right: 25px;
  }
  .popUp .title {
    padding: 200px 0 0 0;
    font-size: 32px;
  }
  .popUp .desc {
    font-size: 16px;
  }
  .popUp .form {
    padding: 20px 0 0 0;
  }
  .popUp .formContainer .inputsColumn input {
    font-size: 15px;
    padding: 17px 22px;
  }
  .popUp .formContainer .buttonColumn {
    width: 150px;
  }
  .popUp .button {
    padding: 0;
  }
}
@media screen and (max-width: 1365px) {
  .wrapper {
    width: 1024px;
    font-size: 13px;
  }
  .header .navigation {
    display: none;
  }
  .header .hamburger {
    display: inline-block;
    vertical-align: middle;
  }
  .fsmSlider {
    height: 600px;
  }
  .fsmSlider .fsmSlide .content {
    bottom: 80px;
  }
  .fsmSlider .fsmSlide .content h2 {
    font-size: 34px;
  }
  .headline h3 {
    font-size: 28px;
  }
  .headline h4 {
    font-size: 22px;
  }
  .articleItems {
    padding: 40px 0 0 0;
  }
  .articleItems .itemsContainer .item .itemContainer .thumb {
    height: 220px;
  }
  .articleItems .itemsContainer .item .itemContainer .content .contentContainer .title {
    font-size: 18px;
  }
  .articleItems .itemsContainer .item.type1 .itemContainer {
    height: 400px;
  }
  .articleItems .itemsContainer .item.type2 .itemContainer,
  .articleItems .itemsContainer .item.type3 .itemContainer {
    height: 400px;
  }
  .articleItems .itemsContainer .item.type2 .itemContainer .desc,
  .articleItems .itemsContainer .item.type3 .itemContainer .desc {
    max-height: 225px;
    overflow: hidden;
  }
  .sectionHeadline {
    padding: 30px 0 0 0;
  }
  .button.payment a {
    font-size: 13px;
  }
  .crowdfunding .items .item .itemContainer {
    padding: 65px 25px 35px 25px;
  }
  .crowdfunding .items .item .itemContainer .icon .img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 11;
    top: -50px;
    padding-top: 20px;
  }
  .crowdfunding .items .item .itemContainer .icon .img img {
    /*max-width: 100% !important;*/
  }
  .crowdfunding .items .item .itemContainer .icon svg {
    width: 100px;
    top: -50px;
  }
  .crowdfunding .items .item .itemContainer .count {
    padding: 0;
    font-size: 32px;
  }
  .crowdfunding .items .item .itemContainer .count input {
    font-size: 32px;
  }
  .logos {
    padding: 50px 0 40px 0;
  }
  .logos .title {
    font-size: 24px;
  }
  .logosSlider {
    padding: 10px 0 0 0;
  }
  .fsmContainer.subPage {
    padding: 120px 0 0 0;
  }
  .article .articleContainer > .columnRight {
    width: 360px;
    padding-top: 30px;
  }
  .article .articleContainer > .columnLeft .columnContainer {
    padding-right: 30px;
  }
  .sidebarOther .headline {
    padding: 20px 30px;
    font-size: 20px;
  }
  .sidebarOther .items ul li {
    padding: 20px 0;
  }
  .sidebarOther .items ul li:first-of-type {
    padding: 0 0 20px 0;
  }
  .sidebarOther .item .thumb {
    width: 90px;
  }
  .sidebarOther .item .thumb img {
    height: 65px;
  }
  .sidebarNewsletter {
    margin-top: 30px;
  }
  .sidebarNewsletter .title {
    font-size: 22px;
  }
  .sidebarNewsletter input {
    padding: 15px 20px;
  }
  .whoWeAre {
    padding: 30px 0 0;
  }
  .whoWeAre .redBox .redBoxContainer .title {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .crowdfunding .items {
    padding: 60px 0 50px 0;
  }
}
@media screen and (max-width: 1079px) {
  .wrapper {
    width: 800px;
  }
  .fsmSlider {
    height: 500px;
  }
  .fsmSlider .fsmSlide .content {
    bottom: 50px;
  }
  .fsmSlider .fsmSlide .content h2 {
    font-size: 34px;
    width: auto;
  }
  .fsmSlider .fsmSlide .content h2 br {
    display: none;
  }
  .homeTop {
    margin: 0;
    padding: 40px 0 0;
  }
  .homeTop .headline h3 {
    width: auto;
  }
  .homeTop .headline h3 br {
    display: none;
  }
  .homeTop .homeTopContainer {
    display: block;
    width: auto;
  }
  .homeTop .homeTopContainer .columnLeft {
    display: block;
    width: auto;
  }
  .homeTop .homeTopContainer .columnLeft .desc {
    padding: 5px 0 30px 0;
  }
  .homeTop .homeTopContainer .columnRight {
    display: block;
    width: auto;
  }
  .homeTop .redBox {
    background: #ff1822 url(/resources/themes/fsm/images/mikolaj.png) 80% 100%;
    margin: 0;
    background-repeat: no-repeat;
  }
  .homeTop .redBox .redBoxContainer {
    padding: 30px;
  }
  .homeTop .redBox .redBoxContainer .title {
    padding-bottom: 10px;
    font-size: 22px;
  }
  .alertBox {
    margin: 30px 0 0 0;
  }
  .alertBox .content {
    font-size: 16px;
    padding: 17px 0 12px 0;
  }
  .articleItems .itemsContainer .item .itemContainer {
    font-size: 14px;
  }
  .articleItems .itemsContainer .item .itemContainer .thumb {
    height: 160px;
  }
  .articleItems .itemsContainer .item .itemContainer .content {
    padding: 25px 25px 20px 25px;
  }
  .articleItems .itemsContainer .item.type1 .itemContainer {
    height: 350px;
  }
  .articleItems .itemsContainer .item.type2 .itemContainer,
  .articleItems .itemsContainer .item.type3 .itemContainer {
    height: 350px;
  }
  .articleItems .itemsContainer .item.type2 .itemContainer .desc,
  .articleItems .itemsContainer .item.type3 .itemContainer .desc {
    max-height: 155px;
    overflow: hidden;
  }
  .showMore {
    padding: 30px 0 0 0;
  }
  .showMore a {
    font-size: 15px;
  }
  .crowdfunding {
    margin: 40px 0 0 0;
  }
  .crowdfunding .items .item {
    width: 50%;
  }
  .crowdfunding .items .item:nth-child(3) {
    padding-top: 50px;
  }
  .crowdfunding .items .item:nth-child(4) {
    padding-top: 50px;
  }
  .headline h3 {
    font-size: 22px;
  }
  .footer .wrapper > .row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .wrapper > .row > div:first-of-type {
    padding-bottom: 40px;
  }
  .popUp .popUpMiddle .popupContainer {
    max-width: 600px;
  }
  .popUp .popUpMiddle .popupContainer .popupPadding {
    padding: 30px;
  }
  .popUp .closePopup {
    top: 25px;
    right: 25px;
  }
  .popUp .title {
    padding: 150px 0 0 0;
    font-size: 28px;
  }
  .popUp .desc {
    font-size: 16px;
  }
  .popUp .form {
    padding: 20px 0 0 0;
  }
  .popUp .formContainer .inputsColumn input {
    font-size: 15px;
    padding: 17px 22px;
  }
  .popUp .formContainer .buttonColumn {
    width: 150px;
  }
  .popUp .button {
    padding: 0;
  }
  .aboutUs .aboutUsContainer {
    display: block;
    width: auto;
  }
  .aboutUs .aboutUsContainer .columnLeft {
    display: block;
    width: auto;
  }
  .aboutUs .aboutUsContainer .columnLeft .columnContainer {
    padding-right: 0;
  }
  .aboutUs .aboutUsContainer .columnRight {
    display: block;
    width: auto;
  }
  .aboutUs .categories {
    padding: 25px;
    margin-top: 20px;
  }
  .aboutUs .categories ul li {
    padding: 10px 0;
  }
  .aboutUs .categories ul li:first-of-type {
    padding: 0 0 10px 0;
  }
  .aboutUs .categories ul li:last-of-type {
    padding: 10px 0 0 0;
  }
  .aboutUs .categories ul li a {
    font-size: 15px;
  }
  .aboutUs .tabs {
    border-top: solid 1px #f5f6f8;
  }
  .aboutUs .tabs > ul > li {
    padding: 20px 0;
  }
  .aboutUs .tabs > ul > li .title a {
    font-size: 20px;
  }
  .aboutUs .items {
    padding: 10px 0 0 0;
  }
  .aboutUs .items > ul > li {
    padding: 25px;
  }
  .whoWeAre .whoWeAreContainer {
    display: block;
    width: auto;
  }
  .whoWeAre .whoWeAreContainer .columnLeft {
    width: auto;
    display: block;
  }
  .whoWeAre .whoWeAreContainer .columnRight {
    width: auto;
    display: block;
  }
  .whoWeAre .redBox {
    min-height: 0;
    background: #ff1822 url(/resources/themes/fsm/images/mikolaj.png) 85% 100%;
    background-repeat: no-repeat;
    margin: 0;
    background-size: auto 100%;
  }
  .whoWeAre .items {
    padding: 30px 0 0 0;
  }
  .whoWeAre .items .item span.icon {
    width: 65px;
    height: 65px;
  }
  .whoWeAre .items .item span.text {
    padding-left: 20px;
  }
  .article .articleContainer {
    display: block;
    width: auto;
  }
  .article .articleContainer > .columnLeft {
    display: block;
    width: auto;
  }
  .article .articleContainer > .columnLeft .columnContainer {
    padding-right: 0;
  }
  .article .articleContainer > .columnRight {
    display: block;
    width: auto;
  }
  .sidebarNewsletter .form .columnRight {
    width: 120px;
  }
  .logosSlider .item .itemContainer {
    height: 60px;
  }
  .logosSlider .item .itemContainer img {
    height: 110%;
  }
}
@media screen and (max-width: 959px) {
  .wrapper {
    width: auto !important;
    margin: 0 10px 0 10px;
  }
  .wrapperContainer {
    margin: 0 20px;
  }
  .header {
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
  }
  .header .lang {
    height: 60px;
    padding: 0 15px;
  }
  .header .lang a {
    top: 13px;
  }
  .header .search {
    padding-right: 15px;
  }
  .header .social {
    padding-left: 15px;
  }
  .header .social ul li {
    padding-right: 15px;
  }
  .header .logo img {
    height: 60px;
  }
  .header .cta a,
  .header .cta span {
    line-height: 60px;
    height: 60px;
  }
  .header .hamburger {
    position: relative;
  }
  .header .hamburger > a {
    width: 53px;
  }
  .header .hamburger .subMenu {
    padding-top: 62px;
    right: 10px;
  }
  .header .hamburger .subMenu .subMenuContainer .triangle {
    right: 10px;
  }
  .fsmContainer.subPage {
    padding: 90px 0 0 0;
  }
}
@media screen and (max-width: 799px) {
  .copyright .copyrightContainer {
    display: block;
    width: auto;
  }
  .copyright .copyrightContainer .columnLeft {
    display: block;
    width: auto;
    padding-bottom: 0;
  }
  .copyright .copyrightContainer .columnRight {
    display: block;
    width: auto;
    text-align: left;
    padding-top: 0;
  }
  .fsmSlider {
    height: 420px;
  }
  .fsmSlider .fsmSlide .content {
    bottom: 40px;
  }
  .fsmSlider .fsmSlide .content h2 {
    font-size: 28px;
    width: auto;
  }
  .fsmSlider .fsmSlide .content h2 br {
    display: none;
  }
  .fsmSlider .fsmSlide .content .button a {
    font-size: 14px;
  }
  .homeTop .homeTopContainer .columnLeft .desc {
    font-size: 15px;
  }
  .articleItems {
    padding: 30px 0 0 0;
  }
  .articleItems .itemsContainer .item {
    width: 50%;
  }
  .articleItems .itemsContainer .item.type1 .itemContainer {
    height: 350px;
  }
  .whoWeAre .items .item {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .header .social {
    display: none;
  }
  .header .search {
    display: none;
  }
  .header .lang {
    display: none;
  }
  .fsmSlider {
    height: 420px;
  }
  .fsmSlider .fsmSlide .content h2 {
    max-width: none;
  }
  .articleItems {
    padding: 30px 0 0 0;
  }
  .articleItems .itemsContainer .item {
    width: 100%;
  }
  .articleItems .itemsContainer .item.type1 .itemContainer {
    height: auto;
  }
  .articleItems .itemsContainer .item.type2 .itemContainer,
  .articleItems .itemsContainer .item.type3 .itemContainer {
    height: auto;
    max-height: none;
  }
  .articleItems .itemsContainer .item.type2 .itemContainer .desc,
  .articleItems .itemsContainer .item.type3 .itemContainer .desc {
    height: auto;
    max-height: none;
  }
  .headline h3 {
    font-size: 20px;
  }
  .crowdfunding .items .item {
    width: 100%;
    padding-top: 50px;
  }
  .crowdfunding .items .item:nth-child(3) {
    padding-top: auto;
  }
  .crowdfunding .items .item:nth-child(4) {
    padding-top: auto;
  }
  .crowdfunding .items .item:first-of-type {
    padding: 0 0 0 0;
  }
  .logos .title {
    font-size: 22px;
  }
  .footer {
    padding: 20px 0 50px 0;
  }
  .footer .wrapper > .row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .wrapper > .row > div:first-of-type {
    padding-bottom: 0;
  }
  .footer .headline {
    padding: 30px 0 20px 0;
  }
  .popUp .popUpMiddle .popupContainer {
    max-width: none;
    width: auto;
    margin: 0 10px;
  }
  .popUp .popUpMiddle .popupContainer .popupPadding {
    padding: 30px;
  }
  .popUp .closePopup {
    top: 25px;
    right: 25px;
  }
  .popUp .title {
    padding: 100px 0 0 0;
    font-size: 22px;
  }
  .popUp .desc {
    font-size: 15px;
  }
  .popUp .form {
    padding: 15px 0 0 0;
  }
  .popUp .formContainer {
    display: block;
    width: auto;
  }
  .popUp .formContainer .inputsColumn {
    display: block;
    width: auto;
  }
  .popUp .formContainer .inputsColumn input {
    font-size: 15px;
    padding: 17px 22px;
  }
  .popUp .formContainer .buttonColumn {
    display: block;
    width: auto;
    text-align: left;
    padding: 10px 0 0 0;
  }
  .popUp .button {
    padding: 0;
  }
  .aboutUs .person {
    display: block;
    width: auto;
  }
  .aboutUs .person .thumb {
    display: block;
    width: auto;
  }
  .aboutUs .person .content {
    display: block;
    width: auto;
    padding-top: 20px;
  }
  .article .content .lead {
    font-size: 16px;
  }
  .article .content p {
    font-size: 14px;
  }
  .header .hamburger .subMenu .subMenuContainer .triangle {
    right: 10px;
  }
}
