body {
  background: linear-gradient(180deg, #f3f4f7 0%, #ffffff 50%, #ffffff 100%);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
hr {
  border-top: 1px solid #ddd;
  margin: 2rem 0;
  background-color: transparent;
}
section {
  padding-bottom: 100px;
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.text-important {
  font-size: 18px;
}
.section-nopadding {
  padding-bottom: 0px;
}
.section-nogutter {
  margin-left: -3rem;
  margin-right: -3rem;
}
.section-toppadding {
  padding-top: 100px;
}
section.homepege-main-section {
  padding-bottom: 0px;
  margin-bottom: 100px;
}
.section-lightbg {
  background-color: #F3F4F7;
}
.section-lightbg-gradienttobottom {
  background: linear-gradient(to top, #f3f4f7 0%, #ffffff 100%);
}
.about-knowhow {
  border-bottom: 1px solid #ddd;
}
.about-knowhow > div {
  padding: 40px 20px 20px;
}
.about-knowhow h4 {
  text-align: center;
}
.about-knowhow-headline {
  margin: 40px 0 20px;
  text-transform: uppercase;
  color: #f34242;
}
.section-redbg {
  background-color: #f34242;
  color: #fff;
}
.section-redbg h1,
.section-redbg h2,
.section-redbg h3,
.section-redbg h4,
.section-redbg h5,
.section-redbg h6 {
  color: #fff;
}
.main-text-wrap {
  height: 100%;
  min-height: 480px;
  background-color: #f34242;
  color: #fff;
  padding: 30px 44px;
}
.main-text-wrap p {
  font-size: 16px;
}
.alert-success {
  display: block;
  color: #79b616;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  margin: 15px 0 0 0;
  background: #f8ffed;
  border: 1px dashed #79b616;
  border-radius: 5px;
}
.alert-warning {
  display: block;
  color: #f34242;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  margin: 15px 0 0 0;
  background: #fff6f6;
  border: 1px dashed #f34242;
  border-radius: 5px;
}
footer .footer-perex {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #a7acba;
  margin: 0 auto;
  padding: 2rem 0;
}
footer h3,
footer p,
footer a {
  color: #d8dbe4;
}
footer .site-info {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px;
  font-size: 12px;
  text-align: center;
}
footer .menu {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  display: block;
  margin: 0;
  padding: 0;
}
footer .menu li {
  display: inline-block;
  margin: 10px 15px 10px 0;
  padding: 0;
  float: left;
}
footer .menu li a {
  color: #9395a1;
  padding: 3px;
}
footer .menu li a:hover {
  color: #fff;
}
footer .menu li:nth-last-child(2) {
  margin-right: 0px;
}
footer .menu li:nth-last-child(2),
footer .menu li:last-child {
  float: right;
}
footer .menu .menu-item-object-custom {
  display: none;
}
section.dyk {
  margin-top: 100px;
}
section.dyk .dyk-image-holder {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}
.button:visited,
.btn:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: inherit;
}
ul,
ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 1.5em;
  line-height: 200%;
}
.button,
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #f34242;
  color: #f34242;
  padding: 16px 24px;
  display: inline-block;
  background-color: #fff;
  line-height: 1.25;
  outline: none;
  font-weight: 700;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  text-decoration: none;
  transform: scale(1);
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px #ff9a9a;
  cursor: pointer;
  font-size: 15px;
}
.button:hover,
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  transform: scale(1.08);
  text-decoration: none;
  background-color: #f34242;
  color: #fff;
  box-shadow: 0 3px 40px 0 #ff9a9a;
  border-color: #f34242;
}
.button:hover:after,
.btn:hover:after,
button:hover:after,
input[type="button"]:hover:after,
input[type="reset"]:hover:after,
input[type="submit"]:hover:after {
  border-color: transparent transparent transparent #fff;
}
.button:after,
.btn:after,
button:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after {
  content: '';
  position: relative;
  float: left;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #000;
  margin: 3px 10px 0 0;
}
.button.button-ghostlight,
.btn.button-ghostlight,
button.button-ghostlight,
input[type="button"].button-ghostlight,
input[type="reset"].button-ghostlight,
input[type="submit"].button-ghostlight {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent !important;
}
.button.button-ghostlight:after,
.btn.button-ghostlight:after,
button.button-ghostlight:after,
input[type="button"].button-ghostlight:after,
input[type="reset"].button-ghostlight:after,
input[type="submit"].button-ghostlight:after {
  border-color: transparent transparent transparent #fff;
}
.button.button-ghostred,
.btn.button-ghostred,
button.button-ghostred,
input[type="button"].button-ghostred,
input[type="reset"].button-ghostred,
input[type="submit"].button-ghostred {
  border: 1px solid #f34242;
  color: #f34242;
  background-color: transparent;
}
.button.button-ghostred:after,
.btn.button-ghostred:after,
button.button-ghostred:after,
input[type="button"].button-ghostred:after,
input[type="reset"].button-ghostred:after,
input[type="submit"].button-ghostred:after {
  border-color: transparent transparent transparent #f34242;
}
.button.button-ghostred:hover,
.btn.button-ghostred:hover,
button.button-ghostred:hover,
input[type="button"].button-ghostred:hover,
input[type="reset"].button-ghostred:hover,
input[type="submit"].button-ghostred:hover {
  background-color: #f34242;
  color: #fff;
  box-shadow: 0 3px 40px 0 #ff9a9a;
}
.button.button-ghostred:hover:after,
.btn.button-ghostred:hover:after,
button.button-ghostred:hover:after,
input[type="button"].button-ghostred:hover:after,
input[type="reset"].button-ghostred:hover:after,
input[type="submit"].button-ghostred:hover:after {
  border-color: transparent transparent transparent #fff;
}
.button.button-red,
.btn.button-red,
button.button-red,
input[type="button"].button-red,
input[type="reset"].button-red,
input[type="submit"].button-red {
  border: 1px solid #f34242;
  color: #fff;
  background-color: #f34242;
}
.button.button-red:after,
.btn.button-red:after,
button.button-red:after,
input[type="button"].button-red:after,
input[type="reset"].button-red:after,
input[type="submit"].button-red:after {
  border-color: transparent transparent transparent #fff;
}
.button.button-red:hover,
.btn.button-red:hover,
button.button-red:hover,
input[type="button"].button-red:hover,
input[type="reset"].button-red:hover,
input[type="submit"].button-red:hover {
  background-color: #f12a2a;
  box-shadow: 0 3px 40px 0 #ff9a9a;
}
.slick-slider {
  padding: 0px;
}
.codex-wrapper {
  max-width: 880px;
  margin: 0 auto;
}
.codex-entry {
  padding: 40px;
}
.codex-entry > div {
  background: #fff;
  padding: 60px 70px;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.2);
  background-color: white;
}
a.button.slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0px;
  cursor: pointer;
  border: 15px solid #f34242;
  box-sizing: content-box;
  background-color: #f34242;
  background-size: 30px;
  background-image: url('../custom-images/left.svg');
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  z-index: 1;
}
a.button.slick-arrow:after {
  opacity: 0;
}
a.button.slick-arrow.slick-prev {
  left: 0px;
}
a.button.slick-arrow.slick-next {
  right: 0px;
  background-image: url('../custom-images/right.svg');
}
.slick-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  width: 100px;
  margin: -35px 0 0 -50px;
}
.slick-dots li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  padding: 0px;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
  display: inline-block;
  outline: none;
  font-size: 0;
  line-height: 0;
}
.slick-dots li button:after {
  display: none;
}
.slick-dots li button:before {
  content: '';
  width: 8px;
  height: 8px;
  margin: 0 0 0 5px;
  background-color: #eee;
  display: block;
  border-radius: 5px;
}
.slick-dots li.slick-active button {
  border: 1px solid #f34242;
}
.slick-dots li.slick-active button:before {
  background-color: #f34242;
}
header.entry-header {
  padding: 80px 0 60px;
  text-align: center;
}
.page-template-page-rightsidebar h2 {
  color: #3e4355;
}
.subpage-container {
  background-color: #fff;
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 3rem 3rem 0 3rem;
}
.subpage-container #primary {
  padding: 0 2rem;
}
.welcome-container {
  margin: 12px auto 0;
  text-align: center;
  padding: 0px;
  background: transparent;
}
.welcome-container h1,
.welcome-container p,
.welcome-container img {
  transition: opacity 0.25s ease;
}
.welcome-container:hover a {
  background: #f9f9f9;
}
.welcome-container:hover a h1,
.welcome-container:hover a p,
.welcome-container:hover a img {
  opacity: 0.8;
}
.welcome-container #primary {
  padding: 0;
}
.welcome-container a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 70px 30px;
  background-color: #fff;
  left: 0px;
  top: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.welcome-container a:first-child:hover {
  left: -14px;
  border-left: 7px solid #f34242;
}
.welcome-container a:last-child:hover {
  left: 14px;
  border-right: 7px solid #f34242;
}
.welcome-container a:hover {
  opacity: 1 !important;
  top: -5px;
  text-decoration: none;
  z-index: 1;
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.1);
}
.welcome-container a:hover h1,
.welcome-container a:hover p,
.welcome-container a:hover img {
  opacity: 1;
}
.welcome-container h1 {
  font-size: 28px;
  margin: 30px 0 5px 0;
}
.welcome-container h1 + p {
  font-size: 16px;
  color: #7E7E7E;
}
h1 {
  font-weight: 500;
  font-size: 38px;
  color: #3e4355;
}
.subtitle {
  max-width: 640px;
  margin-top: 16px;
  display: inline-block;
  font-size: 16px;
  color: #636587;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #f34242;
  margin-bottom: 26px;
}
h2 + h5 {
  margin-top: -18px;
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #3e4355;
}
h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3e4355;
}
h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 36px;
}
.contact-boxes li {
  margin: 0;
  padding: 15px 8px 18px 58px;
  list-style-type: none;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.contact-boxes li p {
  margin-bottom: 0px;
}
.contact-boxes li:last-child {
  border-bottom: none;
}
.contact-boxes img {
  left: 0px;
  top: 20px;
  position: absolute;
}
.page-faq h2 {
  margin-bottom: 10px;
  color: #f34242;
  font-size: 24px;
}
.page-faq h5 {
  margin: 35px 0 5px 0;
  font-weight: bold;
  color: #848484;
}
.page-faq hr {
  border-top: 1px dashed #ddd;
}
.page-faq .entry-content {
  max-width: 840px;
  margin: 0 auto;
}
.page-faq aside {
  background-color: #f8f8f8;
  padding: 2rem;
  border-radius: 30px;
  border: 1px solid #ededed;
}
.page-faq aside p {
  font-size: 13px;
  line-height: 150%;
}
.page-faq aside h2 {
  font-size: 18px;
  font-weight: bold;
  color: #3e4355;
}
.page-template-page-contact .contact-boxes h3 {
  color: #737A83;
  font-size: 12px;
  width: 100%;
  font-weight: normal;
  margin: 0px;
}
.page-template-page-contact .contact-boxes h3 + p {
  font-size: 16px;
}
.contact-form-holder h2 {
  font-weight: 700;
  margin: 0 0 5px 0;
  font-size: 32px;
  text-transform: uppercase;
}
form {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
  padding: 3rem;
  border-top: 3px solid #f34242;
  margin-top: -1.2rem;
}
form label {
  color: #353949;
  font-size: 14px;
  width: 100%;
  margin: 0 0 13px 0;
}
form .form-control {
  border: 1px solid #ddd;
  padding: 8px 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  width: 100%;
}
form textarea {
  min-height: 185px;
}
#contact-form-submit {
  margin: 0;
  width: 260px;
  float: right;
}
.background-holder {
  background-size: contain;
  height: 100%;
  min-height: 480px;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 200%;
}
p.perex {
  font-size: 16px;
}
p.perex.big {
  font-size: 20px;
}
.homepege-main-section h1.main-title {
  text-align: right;
  color: #fff;
  background-color: rgba(39, 42, 53, 0.8);
  padding: 24px 34px;
  display: inline-block;
  float: right;
  margin-right: -15px;
}
.welcome-perex p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 150%;
  color: #73798d;
}
.links-icons {
  padding: 0;
  background: #fff;
  box-shadow: 0px 30px 38px -35px rgba(0, 0, 0, 0.15);
  margin: 50px 0 100px;
}
.box-hp-href {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 60px 40px 40px 40px;
  background-color: transparent;
  transition: all 0.25s ease;
}
.box-hp-href h3 {
  font-size: 18px;
}
.box-hp-href:hover {
  text-decoration: none;
}
.box-hp-href p {
  color: #555;
}
.box-hp-href.all-services {
  background-color: #3e4355;
}
.box-hp-href.all-services h3 {
  color: #fff;
}
.box-hp-href.all-services:hover {
  background-color: #2d303d;
  transform: scale(1.06);
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.box-hp-href:hover {
  background-color: #fff;
  transform: scale(1.06);
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.box-hp-href.box-hp-clients {
  border-right: 1px solid #e7ebed;
}
.box-hp-href.box-hp-clients:last-child {
  border-right: none;
}
.box-hp-href.box-hp-clients h3 {
  font-size: 22px;
  color: #f34242;
}
.contact-banner-c-hp {
  background: linear-gradient(to top, #f3f4f7 0%, #ffffff 80%);
  text-align: right;
  padding-bottom: 0px;
  padding-top: 80px;
}
header#masthead {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  height: 90px;
}
.page-template-page-home .entry-title {
  display: none;
}
.main-navigation {
  float: right;
  width: auto;
  clear: none;
  margin: 30px 0;
}
.main-navigation a {
  color: #666;
  padding: 5px 15px;
  font-size: 15px;
}
.main-navigation li.current-menu-item a {
  color: #f34242;
}
.main-navigation li:nth-last-child(2) a,
.main-navigation li:last-child a {
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
  text-decoration: none;
}
.main-navigation li:nth-last-child(2) a:hover,
.main-navigation li:last-child a:hover {
  text-decoration: underline;
}
.main-navigation li:nth-last-child(2).current-menu-item a,
.main-navigation li:last-child.current-menu-item a,
.main-navigation li:nth-last-child(2).current-page-parent a,
.main-navigation li:last-child.current-page-parent a {
  cursor: default;
  color: #999;
}
.main-navigation li:nth-last-child(2).current-menu-item a:hover,
.main-navigation li:last-child.current-menu-item a:hover,
.main-navigation li:nth-last-child(2).current-page-parent a:hover,
.main-navigation li:last-child.current-page-parent a:hover {
  text-decoration: none;
}
.menu-item-type-custom {
  color: transparent;
  content: '';
  border-left: 1px solid #d0d0d0;
  width: 1px;
  position: relative;
  top: 3px;
  margin: 0 15px;
}
.contact-form-section {
  background-repeat: no-repeat;
  background-position: right bottom;
}
a {
  color: #f34242;
  text-decoration: underline;
}
a:hover {
  color: #c30c0c;
  text-decoration: underline;
}
.service-box-content {
  padding-left: 100px;
  padding-top: 60px;
}
.service-box-content h2 {
  font-size: 24px;
  margin-bottom: 14px;
  margin-top: 0px;
  border-bottom: 1px solid  #ddd;
  padding: 0 0 14px 0;
  color: #3e4355;
  position: relative;
}
.service-box-content h2:after {
  content: ' ';
  width: 36px;
  height: 3px;
  left: 0;
  background-color: #ced2d5;
  bottom: -2px;
  position: absolute;
}
.service-box-content img {
  position: absolute;
  left: 0px;
}
.site-branding {
  float: left;
}
.custom-logo-link {
  top: 20px;
  position: relative;
}
.custom-logo-link img {
  height: 50px;
  width: auto;
}
.post,
.page {
  margin: 0;
}
footer.site-footer {
  background: linear-gradient(180deg, #383d4e 0%, #2d303d 100%);
  color: #fff;
}
.menu-toggle {
  display: none !important;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  width: 50px;
  height: 50px;
  z-index: 1000;
  background-size: 50px;
  background-repeat: no-repeat;
  border: none !important;
  outline: none !important;
  background-image: url('../custom-images/menu-ico.svg');
}
.menu-toggle:after {
  display: none;
}
.menu-toggle:hover {
  box-shadow: none;
}
@media (max-width: 1060px) {
  .main-navigation ul {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 100;
    left: 0;
    right: 0;
    top: 121px;
    text-align: center;
    border-top: 1px solid #ddd;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.3);
  }
  .main-navigation ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .main-navigation ul li a {
    padding: 20px;
  }
  .main-navigation.toggled ul {
    display: block;
  }
  .menu-toggle {
    display: block !important;
  }
}
