.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
@font-face {
  font-family: 'Poppins';
  src: url("fonts/poppins-bold-webfont.woff2") format("woff2"), url("fonts/poppins-bold-webfont.woff") format("woff"), url("fonts/poppins-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("fonts/poppins-regular-webfont.woff2") format("woff2"), url("fonts/poppins-regular-webfont.woff") format("woff"), url("fonts/poppins-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("fonts/poppins-light-webfont.woff2") format("woff2"), url("fonts/poppins-light-webfont.woff") format("woff"), url("fonts/poppins-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  font-size: 14px;
  line-height: 24px;
  color: #272741;
  /* &:after {
		position: fixed;
		content: '';
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		
		background: url(../img/watermark.jpg) center center no-repeat;
		background-size: cover;
		z-index: -2;
		opacity: .2;
		
	} */ }
  body:before {
    background-image: url("/wp-content/themes/cheereurope/img/ellipse.svg");
    background-repeat: no-repeat;
    background-position-x: 150%;
    background-position-y: 70%;
    position: absolute;
    content: '';
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

h1 {
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 20px; }

h2 {
  font-size: 21px;
  line-height: 31px;
  padding: 30px 0 20px 0; }

h3 {
  font-size: 19px;
  line-height: 29px; }

h4 {
  font-size: 18px;
  line-height: 27px;
  padding-top: 10px;
  padding-bottom: 15px; }

h5 {
  font-size: 17px;
  line-height: 20px; }

img {
  border-radius: 10px;
  width: 100%; }

.navbar img {
  border-radius: 0;
  width: auto;
  max-width: 100%; }

a {
  color: #0164ee; }
  a:hover {
    text-decoration: underline; }

table {
  width: 100%; }
  table tr:nth-child(2n-1) {
    background-color: #ebedee; }
  table th {
    padding: 5px 20px;
    font-weight: normal; }
  table td {
    padding: 5px 20px;
    font-weight: bold; }

.admin-bar header {
  margin-top: 30px; }

.btn-primary {
  background-color: #f2441e;
  color: #fff;
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 15px;
  line-height: 27px;
  margin-right: 0 !important; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #a12409; }

.navbar {
  align-items: center;
  flex-direction: row;
  position: relative; }
  .navbar a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 10px;
    margin: 0 auto;
    color: #272741; }
  .navbar .collapse.show {
    padding-left: 0px; }
    .navbar .collapse.show .btn-primary {
      max-width: 166px;
      margin-left: 0;
      margin-top: 10px; }
  .navbar .navbar-collapse {
    padding-left: 20px; }
  .navbar .btn-primary {
    color: #fff; }
    @media (max-width: 1300px) {
      .navbar .btn-primary {
        padding: 8px 7px; } }
  .navbar .navbar-nav .nav-link {
    color: #272741; }
    .navbar .navbar-nav .nav-link:hover {
      text-decoration: underline;
      color: #272741; }
  .navbar .navbar-toggler-icon {
    background-image: url("../img/hamburger-menu.svg"); }
  .navbar .navbar-toggler {
    border: 0;
    border-color: #fff; }
  .navbar a.navbar-brand {
    padding: 0;
    margin: 0; }
  .navbar li {
    position: relative; }
    .navbar li ul.sub-menu {
      position: absolute;
      top: 35px;
      left: 20px;
      display: none;
      list-style-type: none;
      background: #fff;
      padding: 5px 5px;
      z-index: 99;
      border: 1px solid #C0D6FF; }
      .navbar li ul.sub-menu a {
        white-space: nowrap;
        font-size: 14px;
        padding: 5px 12px; }
    .navbar li:hover ul.sub-menu {
      display: block; }
      @media (max-width: 991px) {
        .navbar li:hover ul.sub-menu {
          position: relative;
          top: 0;
          left: 0; } }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 15px; }

.breadcrumb {
  background-color: transparent;
  padding: 0;
  color: #808c93;
  margin-bottom: 5px; }
  .breadcrumb a, .breadcrumb .separator {
    color: #808c93;
    padding-right: 10px; }
  .breadcrumb .current-item {
    color: #808c93; }

.front-row {
  margin-top: 70px; }
  @media (max-width: 1300px) {
    .front-row h1 {
      font-size: 18px;
      line-height: 34px; } }

.product-intro {
  margin-top: 65px;
  margin-bottom: 30px; }
  .product-intro p {
    max-width: 560px; }
  .product-intro .img-wrap {
    height: 400px; }
    .product-intro .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.product-intro.front {
  position: relative;
  margin-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .product-intro.front {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .product-intro.front {
      flex-direction: column;
      margin-bottom: 0; } }
  .product-intro.front.product-intro.video {
    position: relative; }
    @media (max-width: 767px) {
      .product-intro.front.product-intro.video {
        margin-bottom: 80px;
        max-height: 100%; } }
  .product-intro.front h4 {
    font-size: 16px;
    padding-top: 20px;
    padding-left: 20px; }
    @media (max-width: 991px) {
      .product-intro.front h4 {
        font-size: 13px; } }
  .product-intro.front h1 {
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 45px; }
    @media (max-width: 767px) {
      .product-intro.front h1 {
        padding-left: 0px; } }
  .product-intro.front .embed-responsive {
    border-radius: 10px; }
    .product-intro.front .embed-responsive:before {
      padding-top: 300px; }
  .product-intro.front .look {
    position: absolute;
    left: 300px;
    top: 220px; }
    @media (max-width: 1300px) {
      .product-intro.front .look {
        left: 260px;
        top: 220px; } }
    @media (max-width: 1100px) {
      .product-intro.front .look {
        left: 220px; } }
    @media (max-width: 991px) {
      .product-intro.front .look {
        left: 170px; } }
    @media (max-width: 767px) {
      .product-intro.front .look {
        position: relative;
        left: 0;
        top: 40px;
        margin-bottom: 15px;
        display: inline-block; } }
    .product-intro.front .look span {
      display: inline;
      position: relative; }
      @media (max-width: 991px) {
        .product-intro.front .look span {
          font-size: 10px; } }
    .product-intro.front .look img {
      display: inline-flex;
      width: 50px;
      margin-left: 15px;
      position: absolute;
      top: -10px; }
      @media (max-width: 990px) {
        .product-intro.front .look img {
          width: 35px; } }
      @media (max-width: 767px) {
        .product-intro.front .look img {
          transform: scaleY(-1); } }
  .product-intro.front .offer {
    position: absolute;
    left: -400px;
    top: 270px; }
    @media (max-width: 991px) {
      .product-intro.front .offer {
        left: -300px; } }
    @media (max-width: 767px) {
      .product-intro.front .offer {
        position: relative;
        left: 0;
        top: 375px;
        margin-bottom: 15px;
        display: inline-block; } }
    .product-intro.front .offer span {
      display: inline;
      position: relative; }
      @media (max-width: 991px) {
        .product-intro.front .offer span {
          font-size: 10px; } }
    .product-intro.front .offer img {
      display: inline-flex;
      width: 33px;
      margin-left: 15px;
      position: absolute;
      top: -2px; }
      @media (max-width: 990px) {
        .product-intro.front .offer img {
          width: 25px; } }

.product-gallery {
  margin: 30px 0 30px 0; }
  .product-gallery .img-wrap {
    height: 213px; }
    @media (max-width: 1140px) {
      .product-gallery .img-wrap {
        height: 170px; } }
    @media (max-width: 990px) {
      .product-gallery .img-wrap {
        height: 150px; } }
    @media (max-width: 767px) {
      .product-gallery .img-wrap {
        height: 130px; } }
    .product-gallery .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.slick-list {
  max-height: 100%; }

.slick-slide :nth-of-type(1) {
  padding-left: 0; }

.slick-arrow {
  border: 0;
  background: none;
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 45%; }

.slick-prev {
  background: url("../img/arrow-left.svg") center center no-repeat;
  left: -25px; }

.slick-next {
  background: url("../img/arrow-right.svg") center center no-repeat;
  right: -25px; }

ul.row {
  list-style-type: none; }

ul.why-us {
  margin-top: 20px; }
  ul.why-us img {
    width: 45px;
    margin-bottom: 20px; }

.references-wrapper {
  margin: 50px 20%; }

.references img {
  width: auto;
  float: left;
  margin-right: 20px; }

.references p {
  float: left; }

.offset {
  margin: 0 auto;
  padding: 0; }

.inquiry-form {
  background-image: url("../img/ellipse-orange.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  padding: 150px 300px;
  margin-bottom: 20px; }
  .inquiry-form h2 {
    margin: 0 auto;
    font-weight: bold !important;
    text-align: center; }
  .inquiry-form .btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; }

form {
  max-width: 750px; }
  form label {
    font-size: 12px;
    margin: 10px 0 0 0; }
    form label span {
      color: #f2441e; }
  form input,
  form textarea {
    padding: 6px 10px;
    color: #272741;
    font-size: 16px;
    width: 100%;
    max-height: 115px;
    border: 0;
    box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.1); }
  form input[type="submit"] {
    padding: 10px 30px;
    width: auto;
    box-shadow: none; }
  form .wpcf7-validation-errors {
    text-align: center;
    color: #f00;
    border: none; }
  form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: none; }

.about {
  padding-bottom: 100px; }

.our-services {
  list-style-type: none;
  padding: 0; }
  .our-services li {
    font-size: 21px;
    line-height: 37px; }

.footer {
  background: url("../img/footer.svg") top center no-repeat;
  width: 100%;
  padding-bottom: 40px; }
  .footer .container .socmedia {
    max-width: 665px;
    margin: 0 auto; }
    .footer .container .socmedia .align-items-center {
      justify-content: center;
      display: flex; }
    .footer .container .socmedia ul {
      padding-left: 0; }
    .footer .container .socmedia .download {
      position: relative; }
      .footer .container .socmedia .download img {
        position: absolute;
        top: -55px;
        left: 25%;
        width: 40px;
        height: 50px; }
        @media (max-width: 576px) {
          .footer .container .socmedia .download img {
            display: none; } }
  .footer a {
    color: #fff; }
  .footer ul.social {
    padding: 80px 0;
    margin: 0; }
    .footer ul.social img {
      width: 55px;
      margin: 0 15px 12px 0; }
    .footer ul.social li {
      list-style-type: none;
      font-size: 16px;
      font-weight: bold; }
  .footer .footer-nav {
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto; }
    .footer .footer-nav .foot {
      display: flex;
      justify-content: center; }
      @media (max-width: 767px) {
        .footer .footer-nav .foot {
          padding: 0; } }
    @media (max-width: 767px) {
      .footer .footer-nav img {
        width: 100%;
        max-width: 380px; } }
    .footer .footer-nav .footer-links {
      list-style-type: none;
      margin-bottom: 0;
      padding: 0; }
      .footer .footer-nav .footer-links li {
        display: inline-flex;
        margin-right: 40px;
        font-size: 15px;
        font-weight: bold;
        position: relative; }
        .footer .footer-nav .footer-links li ul.sub-menu {
          position: absolute;
          bottom: 40px;
          left: 0;
          display: none;
          list-style-type: none;
          background: #fff;
          padding: 15px 20px;
          z-index: 99; }
          .footer .footer-nav .footer-links li ul.sub-menu li {
            border-bottom: 1px solid #272741; }
            .footer .footer-nav .footer-links li ul.sub-menu li:last-of-type {
              border: none; }
            .footer .footer-nav .footer-links li ul.sub-menu li a {
              white-space: nowrap;
              color: #272741;
              font-size: 12px; }
        .footer .footer-nav .footer-links li:hover ul.sub-menu {
          display: block; }
        @media (max-width: 1140px) {
          .footer .footer-nav .footer-links li {
            font-size: 12px; } }
        @media (max-width: 991px) {
          .footer .footer-nav .footer-links li {
            font-size: 11px;
            margin-right: 10px; } }
        .footer .footer-nav .footer-links li a {
          color: #fff; }

.copyright {
  background-color: #23233b;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 13px; }
  .copyright .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .copyright .container a {
      color: #fff; }
    .copyright .container p {
      margin-bottom: 0; }

/* references-detail */
.container.larger {
  padding: 0;
  margin-bottom: 50px; }

.gallery-wrapper a {
  color: #272741;
  margin-bottom: 20px; }

.prod h1 {
  text-align: center;
  margin-top: 20px; }

/* references */
.product-intro.ref {
  padding-left: 0; }
  .product-intro.ref a {
    padding-bottom: 15px; }
  .product-intro.ref h1 {
    padding: 0; }

/* clanok */
.container .clanok {
  max-width: 627px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 120px; }
  .container .clanok .main-picture {
    padding-bottom: 30px; }

.fb-share-button {
  background-color: #0164ee;
  max-width: 184px;
  height: 32px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-top: 30px; }
  .fb-share-button a {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    margin: 0 auto; }

.fb-share-button:hover {
  color: #fff;
  background-color: #013988; }

.fb-share-button:focus {
  color: #fff; }

/* news */
.container.smaller {
  display: flex;
  max-width: 627px;
  margin: 0 auto;
  margin-top: 70px; }
  .container.smaller .intro-image {
    margin-bottom: 30px; }
  .container.smaller .breadcrumb {
    margin: 0; }

.page-template-contact {
  background-image: none; }

/* home */
.embed-responsive-item {
  border-radius: 10px;
  width: 100%; }

.about-us {
  margin-top: 60px; }
  .about-us h2 {
    font-weight: normal;
    max-width: 448px;
    padding-top: 0; }
    .about-us h2 a {
      display: block;
      font-size: 13px;
      margin-top: 20px; }

.about-us.product {
  margin-bottom: 35px; }
  .about-us.product p {
    max-width: 560px;
    max-height: 560px; }

.background-watermark {
  width: 100%;
  height: 100%;
  background: url(../img/watermark.jpg) center center no-repeat;
  background-size: cover;
  z-index: -2; }

.why {
  padding-top: 50px;
  padding-bottom: 40px; }
  .why ul {
    padding: 0;
    margin-top: 35px; }
    .why ul p {
      padding-right: 35px; }

.ref {
  padding-top: 35px; }

.other-ref a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block; }

.other-ref .img-wrap {
  height: 213px;
  margin-bottom: 17px; }
  .other-ref .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.other-ref .read-more {
  max-width: 245px;
  margin: 0 auto;
  display: flex;
  margin-top: 45px; }
  .other-ref .read-more span {
    margin-right: 10px; }
  .other-ref .read-more img {
    width: 30px; }

.inner {
  display: inline-block; }

.news {
  margin-top: 65px;
  margin-bottom: 40px; }
  .news a {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .news a .img-wrap {
      height: 93px;
      width: 97px; }
      .news a .img-wrap img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .news a h5 {
      margin-left: 10px;
      width: calc(100% - 97px); }

.refer {
  margin-left: 0;
  margin-right: 0; }

.listing {
  display: flex;
  list-style-type: none;
  padding: 0; }
  .listing.bg {
    position: relative; }
    .listing.bg:before {
      content: '';
      height: 651px;
      width: 681px;
      position: absolute;
      left: -190px;
      bottom: -40px;
      background: url(../img/green-bg.svg) center center no-repeat;
      background-size: contain; }
      @media (max-width: 1140px) {
        .listing.bg:before {
          position: absolute;
          left: -400px;
          bottom: -400px; } }
      @media (min-width: 1600px) {
        .listing.bg:before {
          position: absolute;
          left: -1100px;
          bottom: -400px;
          width: 150%;
          height: 120%; } }
  .listing li {
    padding-bottom: 25px;
    text-align: center; }
    .listing li .img-wrap {
      height: 216px;
      position: relative; }
      .listing li .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .listing li.products-large {
      padding-bottom: 10px; }
      .listing li.products-large .img-wrap {
        height: 290px; }
        @media (max-width: 1140px) {
          .listing li.products-large .img-wrap {
            height: 170px; } }
        @media (max-width: 990px) {
          .listing li.products-large .img-wrap {
            height: 150px; } }
        @media (max-width: 767px) {
          .listing li.products-large .img-wrap {
            height: 130px; } }
    .listing li a {
      position: relative;
      color: #272741;
      display: block; }
      @media (max-width: 1140px) {
        .listing li a .img-wrap {
          height: 170px; } }
      @media (max-width: 990px) {
        .listing li a .img-wrap {
          height: 150px; }
        .listing li a h4 {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .listing li a .img-wrap {
          height: 130px; } }
  .listing .description {
    display: flex;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(34, 29, 106, 0.63);
    color: #fff;
    font-size: 16px;
    padding: 20px;
    transition: .5s ease;
    border-radius: 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .listing .description p {
      margin-bottom: 6px;
      vertical-align: middle; }
    @media (max-width: 990px) {
      .listing .description p {
        font-size: 10px; } }
    .listing .description span {
      font-size: 13px;
      text-decoration: underline; }
  .listing a:hover .description {
    opacity: 1; }

@media (min-width: 1300px) {
  .container {
    max-width: 1280px; } }

@media (max-width: 1300px) {
  body {
    background-position-x: 700%; }
  .container {
    max-width: 1140px; }
  .navbar a {
    font-size: 10px;
    padding: 10px 10px; }
  .btn-primary {
    font-size: 14px; } }

@media (max-width: 1140px) {
  body {
    background-position-x: 0; }
  .navbar a {
    font-size: 9px;
    padding: 10px 7px; }
  .btn-primary {
    font-size: 12px;
    padding: 10px 20px; }
  .navbar-brand img {
    height: 36px; }
  .product-gallery .slick-prev {
    left: -15px; }
  .product-gallery .slick-next {
    right: -15px; }
  .references-wrapper {
    margin: 30px 10%; }
  .inquiry-form {
    padding: 150px 100px; } }

@media (max-width: 990px) {
  body {
    background-position-x: 0%; }
  .navbar a {
    font-size: 18px;
    padding: 10px 5px; }
  .btn-primary {
    font-size: 18px; }
  .navbar-brand img {
    height: 30px; }
  .product-intro {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0; }
    .product-intro .img-wrap {
      height: 350px;
      margin-top: 40px; }
  .our-services li {
    font-size: 14px;
    font-weight: bold; } }

@media (max-width: 767px) {
  .product-intro {
    margin-top: 0; } }

@media (max-width: 576px) {
  img.footer-logo {
    width: 80%;
    margin: 20px 0; }
  .footer .footer-links {
    margin: 0;
    padding: 0; }
    .footer .footer-links li {
      float: none;
      font-size: 16px; }
  .footer ul.social {
    padding: 20px 0; } }

@media (max-width: 425px) {
  .inquiry-form {
    padding: 0 20px 40px 20px;
    margin-bottom: -10px; }
  .page-template-contact .img-wrap {
    height: 200px; }
  .product-intro {
    padding-bottom: 0 !important; }
    .product-intro .img-wrap {
      height: 200px; }
  .why {
    padding-top: 20px; }
    .why li {
      padding-bottom: 10px; }
  .description {
    margin-bottom: 20px; }
  .ref {
    padding-top: 0; } }

.news .blogpage .img-wrap {
  height: 120px;
  width: 120px; }

.page-template-products-themed .listing {
  margin-top: 45px; }

.page-template-our-services h2 {
  padding-top: 50px; }

.accordion {
  margin-top: 20px;
  border-radius: 10px;
  margin-bottom: 80px; }
  .accordion .card-header {
    display: flex;
    align-items: inline-flex;
    background-color: #221D6A;
    border-bottom: 2px solid #fff; }
    .accordion .card-header .btn-link {
      color: #fff;
      padding-left: 50px;
      padding-right: 50px;
      position: relative; }
    .accordion .card-header img {
      display: flex;
      max-width: 30px;
      position: absolute;
      top: 15px; }

.faq {
  margin-bottom: 80px; }

.mb-0 {
  width: 100%; }
  .mb-0 .btn-link {
    width: 100%;
    text-align: left; }

.product-intro.about a {
  display: none; }

.blog {
  background-image: none; }

.notfound {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .notfound h1 {
    text-align: center; }

header.pre-fixed {
  width: 100%;
  top: -110%;
  left: 0;
  position: fixed;
  transition: .2s ease-in-out;
  z-index: 99;
  background-color: #fff; }

header.fixed {
  top: 0; }

.page-template-default .content-area {
  padding-bottom: 30px;
  padding-top: 30px; }

.slider.references .slick-arrow {
  width: 41px;
  height: 17px;
  outline: none;
  transform: scale(1);
  transition: .2s ease-in-out; }
  .slider.references .slick-arrow:hover {
    transform: scale(1.1); }
  .slider.references .slick-arrow.slick-prev {
    background: url("../img/ref-arrow-left.svg") no-repeat center center !important;
    left: -15%; }
    @media (max-width: 1140px) {
      .slider.references .slick-arrow.slick-prev {
        left: -10%; } }
    @media (max-width: 425px) {
      .slider.references .slick-arrow.slick-prev {
        background: none; } }
  .slider.references .slick-arrow.slick-next {
    background: url("../img/ref-arrow-right.svg") no-repeat center center !important;
    right: -15%; }
    @media (max-width: 1140px) {
      .slider.references .slick-arrow.slick-next {
        right: -10%; } }
    @media (max-width: 425px) {
      .slider.references .slick-arrow.slick-next {
        background: none; } }

/*# sourceMappingURL=app.css.map */