/**
 * Index
 */
.page-page-index #content {
  padding-bottom: 0;
}
.index-entries {
  background: #000 url("../images/hands.png") no-repeat;
  background-size: auto 438px;
  background-position: left 16% bottom -20px;
}
.index-entries .entry,
.index-entries .col {
  box-sizing: border-box;
}
.index-entries .entry {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.index-entries .entry .inside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
}
.index-entries .bg-pos-center-top { background-position: center top; }
.index-entries .bg-pos-center-bottom { background-position: center bottom; }
.index-entries .bg-pos-left-center { background-position: left center; }
.index-entries .bg-pos-right-center { background-position: right center; }
.index-entries .bg-size-cover { background-size: cover; }
.index-entries .bg-size-contain { background-size: contain; }
.index-entries .bg-size-original { background-size: auto auto; }
.index-entries .bg-color-white { background-color: #fff; }
.index-entries .bg-color-black { background-color: #000; }
.index-entries .bg-color-dark { background-color: #2b2b2b; }
.index-entries .bg-color-yellow { background-color: #ffdc2e; }
.index-entries .bg-color-blue { background-color: #81a8b8; }
.index-entries .color-white { color: #fff; }
.index-entries .color-black { color: #000; }
.index-entries .text-pos-right-center { text-align: right; }
.index-entries .text-pos-left-center { text-align: left; }
.index-entries .text-pos-center { text-align: center; }
.index-entries .text-pos-center-top { text-align: center; }
.index-entries .text-pos-center-bottom { text-align: center; }
.index-entries .entry.text-pos-center .inside { display: flex; align-items: center; justify-content: center; }
.index-entries .entry.text-pos-left-center .inner { display: flex; align-items: center; justify-content: left; }
.index-entries .entry.text-pos-right-center .inner { display: flex; align-items: center; justify-content: right; }
.index-entries .entry.text-pos-center-top .inner { display: flex; align-items: top; justify-content: center; }
.index-entries .entry.text-pos-center-bottom .inner { display: flex; align-items: bottom; justify-content: center; }

.blurb .title,
.index-entries .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.blurb .text,
.index-entries .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
}
.blurb .link,
.index-entries .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index-entries .btn-wrap {
  text-align: center;
  margin-top: 25px;
}
.index-entries .entry-0 {
  padding-bottom: 32%;
}
.index-entries .entry-0 .inner {
  max-width: 600px;
}
.index-entries .entry-0 .title {
  font-size: 38px;
}
.index-entries .group-1 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
  margin-top: 30px;
}
.index-entries .group-1 .entry:last-child {
  padding-bottom: 60%;
}
.index-entries .group-1 .entry:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}
.index-entries .group-1 .entry:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}
.index-entries .group-1 .entry:nth-child(3) {
  grid-row: 1/3;
  grid-column: 2;
}
.index-entries .entry-3 .inner {
  max-width: 380px;
}
.index-entries .entry-3 .title {
  font-size: 38px;
}
.index-entries .entry-4 {
  padding-bottom: 32%;
  margin-top: 30px;
}
.index-entries .entry-4 .title {
  font-size: 38px;
}
.index-entries .entry-5 {
  background-image: none !important;
  background-color: transparent !important;
  min-height: 380px;
}
.index-entries .entry-5 .inside {
  position: static;
}
.index-entries .entry-5 .inner {
  box-sizing: border-box;
  max-width: 50%;
  margin-left: auto;
  padding: 60px 60px 60px 20px;
}
.index-entries .entry-5 .text {
  color: #FEDB44;
  font-size: 24px;
  line-height: 1.45;
}
.index-entries .entry-5 .btn-wrap {
  text-align: left;
}
.index-entries .entry.entry-video {
  padding-bottom: 56.25%;
}
.index-entries .entry.entry-video .inside {
  padding: 0;
}
.index-news {
display:none;
  margin-top: 60px;
}
.index-news > .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 60px;
}
.index-news .title .fa {
  margin-left: 20px;
}
.front .industry-entries {
  max-width: 1224px;
  margin: 100px auto 0;
}
.index-knowledge {
display:none;
  margin-top: 150px;
}
.index-knowledge > .inner {
  position: relative;
}
.index-knowledge .article {
  position: relative;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.index-knowledge .article > .inner {
  position: relative;
  padding-bottom: 50%;
  background: rgba(0,0,0,0.2);
  color: #fff;
  transition: background-color 0.2s ease;
}
.index-knowledge .article:hover > .inner {
  background: rgba(0,0,0,0.4);
}
.index-knowledge .article .title {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 240px;
  max-width: calc(100% - 60px);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}
.index-knowledge .article .link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.index-knowledge .top .left {
  float: left;
  width: 390px;
}
.index-knowledge .top .left .title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
.index-knowledge .top .left .text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.index-knowledge .top .left .link {
  display: block;
  font-size: 25px;
  margin-top: 30px;
}
.index-knowledge .top .right {
  float: right;
  padding-right: 70px;
  padding-top: 60px;
  box-sizing: border-box;
  width: calc(100% - 530px);
}
.index-knowledge .bottom {
  margin-top: 30px;
}
.index-knowledge .bottom .article:nth-child(1) {
  float: left;
  width: 61.5%;
}
.index-knowledge .bottom .article:nth-child(2) {
  float: right;
  width: calc(38.5% - 30px);
}
.index-knowledge .shield {
  position: absolute;
  top: -35px;
  right: 0;
  color: #fedb44;
  z-index: 2;
}
.index-knowledge .top .right .article {
  z-index: 3;
}

.index-popular {
  margin-top: 100px;
}
.index-popular > .inner {
  padding-top: 45px;
  border-top: 1px solid #f2f2f2;
}
.index-popular > .inner > .title {
  font-weight: 700;
  font-size: 20px;
}
.index-popular .items {
  margin-top: 30px;
}
.index-popular .item {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: calc((100% - 45px) / 4);
  margin-left: 15px;
  background: #f2f2f2;
  text-align: center;
  padding: 35px 40px;
}
.index-popular .item:nth-child(4n+1) {
  margin-left: 0;
}
.index-popular .item:nth-child(n+5) {
  margin-top: 15px;
}
.index-popular .item .image {
  height: 175px;
  line-height: 175px;
  font-size: 0;
}
.index-popular .item .image:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.index-popular .item .image img {
  vertical-align: middle;
}
.index-popular .item .title {
  font-size: 20px;
  font-weight: 700;
}
.index-popular .item .link-title {
  font-size: 16px;
  font-weight: 400;
  color: #bdbdbd;
  margin-top: 7px;
  transition: color 0.2s ease;
}
.index-popular .item:hover .link-title {
  color: #000;
}
.index-popular .item .link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.index-more {
display:none;
  margin-top: 95px;
  background: #FEDB44;
  font-weight: 400;
  padding-left: 11.66%;
}
.index-more > .inner {
  padding: 130px 0 0;
  display: grid;
  grid-gap: 11%;
  grid-template-columns: 43% 46%;
}
.index-more .left {
  position: relative;
  padding-bottom: 30px;
}
.index-more .right {
  text-align: right;
}
.index-more .top .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
}
.index-more .top .text {
  font-size: 20px;
  margin-top: 20px;
}
.index-more .items {
  margin-top: 40px;
}
.index-more .item {
  position: relative;
  float: left;
  width: 40%;
}
.index-more .item:last-child {
  float: right;
}
.index-more .item .title {
  font-size: 20px;
  font-weight: 700;
}
.index-more .item .text {
  font-size: 16px;
  margin-top: 7px;
}
.index-more .item .arrow {
  font-size: 25px;
  margin-top: 20px;
}
.index-more .item .link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}


/**
 * Blurbs
 */
.blurbs {
  position: absolute;
  top: 20px;
  left: 740px;
  margin-left: 50%;
  box-sizing: border-box;
}
.blurb {
  box-sizing: border-box;
  width: 315px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blurb.size-small {
  height: 315px;
  padding: 45px 100px 0 45px;
}
.blurb.size-large {
  height: 630px;
  padding: 45px 100px 0 45px;
}
.blurb.color-black {
  color: #000;
}
.blurb.color-white {
  color: #fff;
}


/**
 * Knowledge category
 */
.knowledge-category-view {
  padding: 45px 0 30px;
}
.knowledge-category-view .intro {
  margin: 0 60px;
}
.knowledge-category-view .intro h1 {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  padding: 0 0 30px;
  margin: 0;
}
.knowledge-category-view .intro .col-1 {
  float: right;
  width: 45%;
}
.knowledge-category-view .intro .col-2 {
  float: left;
  width: 50%;
}
.knowledge-category-view .intro h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
  margin: 0;
  padding: 10px 0 0;
  text-align: left;
}
.knowledge-category-view .intro .description {
  font-size: 16px;
  margin: 20px 0 0;
}
.knowledge-category-view .intro .image {
  margin-top: 15px;
  text-align: center;
}
.knowledge-category-view .articles-medium {
  margin: 50px 60px 0;
}
.knowledge-category-view .articles-list {
  margin-top: 50px;
}


/**
 * Category
 */
.category-view {
  padding: 18px 29px 30px 30px;
}
.category-view .intro {
  padding: 0 0 25px;
}
.category-view .intro .col-1 {
  float: right;
  width: 45%;
}
.category-view .intro .col-2 {
  float: left;
  width: 50%;
}
.category-view .intro h1 {
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
  margin: 0;
  padding: 10px 0 0;
}
.category-view .intro .description {
  font-size: 16px;
  margin: 20px 0 0;
}
.category-view .intro .image {
  margin-top: 15px;
  text-align: center;
}
.category-view .children {
  margin: 0 0 20px;
}
.category-view .children .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.category-view .children .child {
  display: inline-block;
  margin: 0 6px 6px 0;
}
.category-view .children .child a {
  display: block;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  padding: 0 13px;
  color: #000;
  text-decoration: none;
  transition: background 0.2s ease;
}
.category-view .children .child a:hover {
  background: #e5e5e5;
}
.category-view .filter {
  background: #f2f2f2;
  border: 1px solid #e3e3e3;
  margin: 0 0 30px;
}
.category-view .filter .header {
  position: relative;
  padding: 16px 30px;
  line-height: 32px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.category-view .filter .body > .inner {
  box-sizing: border-box;
  border-top: 1px solid #e3e3e3;
}
.category-view .filter .header .title {
  font-size: 18px;
  font-weight: 700;
  float: left;
  min-width: 160px;
}
.category-view .filter .header .right {
  float: right;
}
.category-view .filter .header #summary {
  float: left;
  font-weight: 500;
}
.category-view .filter .header .reset-btn {
  float: left;
  margin: 0 0 0 20px;
  border: 1px solid #000;
  font-weight: 600;
  width: 114px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.category-view .filter .header .reset-btn:hover {
  background: #000;
  color: #fff;
}
.form-product-filter .priority-0 {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.form-product-filter .form-name-fields .form-item {
  width: auto;
  border-top: 1px solid #e3e3e3;
  padding: 10px 30px 6px;
  margin: 0;
}
.form-product-filter .form-name-fields .filter-priority-1:first-child {
  border-top: none;
}
.form-product-filter .form-name-fields .form-item:after {
  content: "";
  display: block;
  clear: both;
}
.form-product-filter .form-name-fields .form-item > .form-label {
  float: left;
  width: 18%;
  margin-right: 2%;
  font-weight: 700;
  word-break: break-all;
}
.form-product-filter .form-name-fields .form-item > .form-input {
  float: left;
}
.form-product-filter .form-name-fields .form-type-checkboxes > .form-input,
.form-product-filter .form-name-fields .form-type-radios > .form-input {
  max-width: 76%;
}
.form-product-filter .form-name-fields .form-type-checkboxes.filter-priority-0 > .form-input,
.form-product-filter .form-name-fields .form-type-radios.filter-priority-0 > .form-input {
  height: 38px;
  overflow: hidden;
}
.form-product-filter .form-name-fields .form-type-interval > .form-input {
  width: 80%;
}
.form-product-filter .form-name-fields .form-item.expanded > .form-input {
  height: auto;
}
.form-product-filter .form-name-fields .checkbox-label,
.form-product-filter .form-name-fields .radio-label {
  display: inline-block;
  margin: 0 4px 4px 0;
}
.form-product-filter .form-name-fields .checkbox-label .fa,
.form-product-filter .form-name-fields .radio-label .fa {
  display: none;
}
.form-product-filter .form-name-fields .label-inner {
  position: relative;
  display: block;
  line-height: 32px;
  padding: 0 13px;
  border: 1px solid #c2c2c2;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.form-product-filter .form-name-fields .is-none {
  pointer-events: none;
  cursor: default;
}
.form-product-filter .form-name-fields .is-none .label-inner {
  color: #aaa;
}
.form-product-filter .form-name-fields .label-inner .quota {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 12px;
}
.form-product-filter .form-name-fields .is-none .label-inner .quota {
  visibility: hidden;
}
.form-product-filter .form-name-fields .label-inner .quota div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 2px;
  background: #81a8b8;
  transition: height 0.1s ease;
}
.form-product-filter .form-name-fields input:checked ~ .label-inner {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.form-product-filter .btn-more {
  display: none;
  float: right;
  border: 1px solid #c2c2c2;
  width: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.form-product-filter .expandable .btn-more {
  display: block;
}
.form-product-filter .btn-more .fa {
  line-height: inherit;
}
.form-product-filter .expanded .btn-more .fa {
  transform: rotateZ(-180deg);
}
.form-product-filter .btn-priority {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
  font-size: 18px;
  font-weight: 700;
  color: rgba(0,0,0,0.9);
  cursor: pointer;
}
.form-product-filter .btn-priority .fa {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.form-product-filter .btn-priority .collapse,
.form-product-filter .btn-priority.active .expand {
  display: none;
}
.form-product-filter .btn-priority.active .collapse {
  display: inline;
}
.form-product-filter .btn-priority.active .fa {
  transform: rotateX(-180deg);
}
.form-product-filter .form-interval {
  width: 100%;
}
.form-product-filter .slider-outer {
  height: 7px;
}
.form-product-filter .slider-point {
  width: 20px;
  height: 20px;
  margin: -18px 0 0 -18px;
}
.form-product-filter .slider-point-inner {
  font-family: FontAwesome;
  line-height: 19px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #000;
}
.form-product-filter .slider-point-min .slider-point-inner:before {
  content: "\f105";
}
.form-product-filter .slider-point-max .slider-point-inner:before {
  content: "\f104";
}
.category-view .categories .category {
  margin: 30px 0 0;
}
.category-view .categories .category:first-child {
  margin-top: 0;
}
.category-view .categories .category > .title {
  font-size: 22px;
  font-weight: 600;
}
.category-view .categories .category > .more {
  color: rgba(0,0,0,0.5);
  font-weight: 400;
  margin-left: 15px;
}
.category-view .categories .category > .more .fa {
  margin-left: 2px;
}
.category-view .categories .category .products {
  margin-top: 5px;
}


/**
 * Sections
 */
.sections {
  margin-top: 65px;
}
.sections:after {
  content: "";
  display: block;
  clear: both;
}
.section {
  margin: 65px 0;
  position: relative;
  font-size: 16px;
}
.section:first-child {
  margin-top: 0;
}
.section.float-0 {
  clear: both;
}
.section .texts {
  width: 52%;
}
.section .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 8px;
  padding: 0;
}
.section .title2 {
  float: right;
}
.section .title2.mob {
  display: none;
}
.section .image {
  position: relative;
  max-width: 42%;
}
.section .image-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section.type-image-preamble .image {
  max-width: 715px;
}
.section.type-image-preamble .texts {
  position: absolute;
  top: 45px;
  right: 0;
  font-weight: 400;
  padding: 40px 50px;
  box-sizing: border-box;
  width: 440px;
  background: #ffdc2e;
}
.section.type-image-preamble .text {
  font-style: italic;
}
.section.type-preamble .texts,
.section.type-text .texts {
  width: auto !important;
}
.section.type-preamble .title {
  text-align: center;
}
.section.type-preamble .text {
  font-size: 18px;
  text-align: center;
}
.section.type-image-text,
.section.type-text-image {
  padding: 0;
}
.section.type-thumb-text .texts,
.section.type-image-text .texts {
  float: right;
}
.section.type-thumb-text .image,
.section.type-image-text .image {
  float: left;
}
.section.type-text-image .texts {
  float: left;
}
.section.type-text-image .image {
  float: right;
}
.section.type-thumb-text {
  float: left;
  width: 48%;
  margin: 20px 0 20px 4%;
}
.section.type-thumb-text.float-0 {
  margin-left: 0;
}
.section.type-thumb-text .image {
  width: 25%;
  text-align: center;
}
.section.type-thumb-text .texts {
  width: 71%;
}
.section.type-thumb-text .title {
  font-size: 18px;
  margin-bottom: 2px;
}
.section.type-text-text .texts,
.section.type-title .texts {
  width: auto !important;
}
.section.type-box-text-text .texts {
  width: auto !important;
  padding: 40px 50px;
  box-sizing: border-box;
  background: #ffdc2e;
}
.section.type-text-text .title1,
.section.type-text-text .text,
.section.type-box-text-text .text {
  clear: both;
  float: left;
  width: 45%;
  margin-right: 5%;
}
.section.type-text-text .title2,
.section.type-text-text .text2,
.section.type-box-text-text .text2 {
  float: right;
  width: 45%;
}
.section.type-text-text .title1 + .text {
  clear: both;
}
.section.type-image .image {
  max-width: none;
}
.section.type-title {
  margin-bottom: 10px;
}
.section.type-title + .section,
.section.type-title + .section.type-thumb-text + .section.type-thumb-text {
  margin-top: 0;
}
.section.type-title .title {
  margin: 0;
}
.section .slides {
  background: #393939;
}
.section .slides .part:after,
.section .slides .slide:after {
  content: "";
  display: block;
  clear: both;
}
.section .slide {
  white-space: normal;
}
.section .slide .texts {
  background: #393939;
  color: #fff;
  float: left;
  margin: 45px 5% 83px;
  overflow: hidden;
  width: 26%;
  height: 272px;
  box-sizing: border-box;
}
.section .slide .image {
  max-width: none;
  float: right;
  height: 400px;
  width: 64%;
  background-position: center center;
  background-size: cover;
}
.section .slider .pager {
  position: absolute;
  left: 45px;
  bottom: 45px;
  z-index: 3;
}
.section .slider .page {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 9px 0 0;
  cursor: pointer;
  background: #616161;
  transition: background 0.2s ease;
}
.section .slider .page.active {
  background: #ffdc2e;
}



/**
 * News / Page
 */
.common-view {
  padding: 30px 0 45px;
  max-width: 1000px;
  margin: 0 auto;
}
.common-view .menus {
  margin-bottom: 35px;
}
.common-view .head {
  margin: 0 110px 45px 0;
  height: 52px;
}
.common-view .head .right {
  margin-top: 15px;
  float: right;
}
.common-view .head .right > div {
  float: right;
}
.common-view .head .share a {
  display: inline-block;
  text-decoration: none;
  margin-right: 8px;
}
.common-view .head .share .fa {
  color: rgba(0,0,0,0.5);
  font-size: 15px;
  transition: color 0.2s ease;
}
.common-view .head .share a:hover .fa {
  color: #ffdc2e;
}
.common-view .head .date {
  font-style: italic;
  color: rgba(0,0,0,0.6);
  margin-right: 10px;
}
.common-view .head .date:after {
  content: "-";
  display: inline-block;
  margin-left: 10px;
}
.common-view .top .col-1 {
  float: left;
  width: 370px;
  text-align: right;
}
.common-view .top .col-2 {
  float: left;
  margin-left: 90px;
  width: 540px;
}
.common-view.no-text .top .col-1 {
  float: none;
  width: auto;
  text-align: left;
}
.common-view .top .image {
  margin-bottom: 60px;
}
.common-view h1 {
  font-size: 50px;
  line-height: 45px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.common-view .top .preamble {
  margin-top: 25px;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
}
.common-view .top .text {
  font-size: 16px;
}
.common-view .footer {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  background: #f2f2f2;
  margin-top: 65px;
  padding: 50px;
  max-width: 515px;
  box-sizing: border-box;
  position: relative;
}
.common-view .footer h3 {
  margin: 0 0 5px;
}
.common-view .job-items {
  margin-top: 50px;
}
.page-form {
  margin-top: 20px;
}

.page-view .head {
  margin-bottom: 35px;
}

.form-msg {
  text-align: center;
  margin: 15px 0 0;
  font-size: 16px;
  -webkit-animation: fade 0.5s ease;
  animation: fade 0.5s ease;
}

.form-service-contact {
  float: right;
  width: 52%;
}
.form-service-contact .form-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.form-service-contact .form-item {
  width: auto;
}
.form-service-contact .form-type-text,
.form-service-contact .form-type-email {
  float: left;
  width: 48%;
  margin: 0 0 10px 4%;
}
.form-service-contact .form-item:nth-child(2n) {
  margin-left: 0;
  clear: both;
}
.form-service-contact .form-textarea {
  height: 120px;
}
.form-service-contact .form-submit {
  width: 100%;
}


/**
 * Contact
 */
.contact-view {
  max-width: none;
}
.contact-view .menus {
  max-width: 1000px;
  margin: 0 auto 65px;
}
.contact-view h1 {
  text-align: center;
  line-height: 1.2;
}
.contact-view .top {
  max-width: 700px;
  margin: 0 auto 75px;
}
.contact-view .top .text {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
.contact-view .top .contacts {
  text-align: center;
  font-size: 0;
  margin: 0 -40px;
}
.contact-view .top .contact {
  display: inline-block;
  width: 25%;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}
.contact-view .top .contact .title {
  font-weight: 700;
}
.contact-view .top .contact .text {
  margin-top: 0;
}
.contact-view .info {
  background: #81a8b8;
  color: #fff;
  padding: 75px 110px 95px;
}
.contact-view .info h2 {
  font-size: 20px;
  text-align: left;
  line-height: 1;
  margin: 0 0 15px;
  padding: 0;
}

.contact-view .infoboxes {
  border: 1px solid #fff;
}
.contact-view .infobox {
  display: block;
  float: left;
  width: 25%;
  height: 170px;
  cursor: pointer;
  text-decoration: none;
  padding: 25px 0 0;
  text-align: center;
  border-left: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}
.contact-view .infobox:hover {
	background: rgba(255,255,255,0.2);
}
.contact-view .infobox:first-child {
  border-left-width: 0;
}
.contact-view .infobox .image .middle-class {
  height: 85px;
}
.contact-view .infobox .title {
  margin-top: 5px;
}
.popup-infobox .form {
  margin-bottom: 35px;
}
.popup-infobox .menu-dropdown {
  width: auto;
  float: none;
}
.popup-infobox .menu-dropdown > .form-label {
  float: left;
  width: 70%;
  border: 1px solid #e3e3e3;
  border-right: none;
  color: rgba(0,0,0,0.5);
  line-height: 48px;
  padding-left: 20px;
  box-sizing: border-box;
}
.popup-infobox .menu-dropdown > .form-input {
  float: left;
  width: 30%;
}
.popup-infobox .title {
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}
.popup-infobox .title a {
  font-size: 14px;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.popup-infobox .title a:hover {
  opacity: 1;
}
.popup-infobox .text {
  font-size: 16px;
}
.contact-view .employees,
.contact-view .offices {
  padding: 75px 60px 55px;
}
.contact-view .employees h2,
.contact-view .offices h2 {
  font-size: 45px;
  line-height: 1;
  text-align: center;
  margin: 0 0 65px;
  padding: 0;
}
.contact-view .offices .left {
  float: left;
  width: 560px;
}
.contact-view .offices .right {
  width: 480px;
  float: right;
}
.contact-view #top a {
	text-decoration: none;
}
.contact-view #map {
  height: 400px;
}
.contact-view #map img {
  max-width: none;
  max-height: none;
}
.contact-view .offices .col {
  width: 50%;
  float: left;
}
.contact-view .offices h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  paddin: 0;
}
.contact-view .offices .right {
  font-size: 16px;
}
.contact-view .offices .main p,
.contact-view .offices .item {
  margin-bottom: 20px;
}
.contact-view .offices .title {
  font-weight: 400;
}
.contact-view .employees {
  padding: 50px 0 30px;
  margin: 0 30px;
  border-top: 1px solid #e5e5e5;
}
.contact-view .employees > .inner {
  padding: 0 80px;
}
.contact-view .employees h2 {
  margin-bottom: 20px;
}
.contact-view .employees .preamble {
  text-align: center;
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 400;
}
.form-employee-filter {
  margin: 0 0 30px;
}
.form-employee-filter .form-item {
  width: auto;
}
.form-employee-filter .form-label {
  float: left;
  width: 25%;
  display: block;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #ccc;
  border-left-width: 0;
  border-top-width: 0;
}
.form-employee-filter .form-label:nth-child(-n+4) {
  border-top-width: 1px;
}
.form-employee-filter .form-label:nth-child(4n+1) {
  border-left-width: 1px;
}
.form-employee-filter .radio-label .fa {
  display: none !important;
}
.form-employee-filter .radio-label .label-inner {
  display: block;
  padding: 0 5px;
  text-align: center;
  font-size: 0;
  line-height: 54px;
  font-weight: 400;
}
.form-employee-filter .radio-label .label-inner:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
}
.form-employee-filter .radio-label .label-inner .opt {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.form-employee-filter .radio-label input:checked ~ .label-inner {
  background: #ffdc2e;
}
.contact-view .workgroup.inactive {
  display: none;
}
.contact-view .workgroup > .title {
  font-size: 20px;
  font-weight: 700;
}
.contact-view .workgroup > .text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
.contact-view .workgroup .children {
  margin-top: 20px;
}
.contact-view .workgroup .child > .title {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.contact-view .workgroup .child > .text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
.contact-view .workgroup .items {
  margin-top: 40px;
}
.contact-view .workgroup .item {
  float: left;
  text-align: center;
  width: 18%;
  box-sizing: border-box;
  margin: 0 0 40px 2.5%;
  font-weight: 400;
  line-height: 1.3;
}
.contact-view .workgroup .item:nth-child(5n+1) {
  margin-left: 0;
  clear: both;
}
.contact-view .workgroup .item .image {
  margin-bottom: 15px;
}
.contact-view .workgroup .item .name {
  font-weight: 600;
}
.contact-view .workgroup .item .email {
  font-size: 14px;
}
.contact-view .workgroup .item .languages {
  text-align: center;
}
.contact-view .workgroup .item .lang {
  display: inline-block;
  width: 22px;
  height: 15px;
}
.contact-view .workgroup .item .lang-de {
  background-image: url("../images/flag-mini-de.png");
}
.contact-view .workgroup .item .lang-en {
  background-image: url("../images/flag-mini-en.png");
}
.contact-view .workgroup .item .lang-fi {
  background-image: url("../images/flag-mini-fi.png");
}
.contact-view .workgroup .item .lang-sv {
  background-image: url("../images/flag-mini-sv.png");
}


/**
 * Commons items
 */
.commons .common-item {
  position: relative;
  border: 1px solid #e5e5e5;
  transition: border-color 0.2s ease;
  margin: 0 0 -1px;
}
.commons .common-item:hover {
  border-color: #000;
  z-index: 1;
}
.commons .common-item .text {
  float: left;
  font-size: 16px;
  line-height: 56px;
  padding: 0 0 0 30px;
  max-width: 570px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.commons .common-item .title {
  font-weight: 700;
  margin-right: 5px;
}
.commons .common-item .text > div {
  display: inline;
}
.commons .common-item .arrow {
  float: right;
  font-size: 18px;
  width: 68px;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  transition: border-color 0.2s ease;
}
.commons .common-item:hover .arrow {
  border-color: #000;
}
.commons .common-item .arrow .fa {
  line-height: 56px;
}
.commons .common-item .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.commons .common-item.with-image .image {
  float: left;
  padding: 8px;
}
.commons .common-item.with-image .text {
  max-width: 450px;
  line-height: 1.5;
  padding-top: 15px;
  white-space: normal;
}
.commons .common-item.with-image .text > div {
  display: block;
}
.commons .common-item.with-image .arrow {
  height: 116px;
}
.commons .common-item.with-image .arrow .fa {
  line-height: 116px;
}

/**
 * News
 */
.page-news-view #main .related-products {
  margin: 0 30px;
  padding: 0 0 35px;
  border-top: 1px solid #e5e5e5;
}

/**
 * News index
 */
.news-index {
  padding: 0 110px 90px;
}
.news-index h1 {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  padding: 45px 0 30px;
  margin: 0;
}
.news-index .form-wrapper {
  margin: 0 0 45px;
}
.form-news-filter .form-item {
  margin: 0;
}
.news-index .form-type-radios {
  float: right;
  width: 80%;
  margin: 0;
}
.news-index .form-type-radios .radio-label {
  display: table-cell;
  width: 1%;
  text-align: center;
  height: 50px;
  line-height: 48px;
  box-sizing: border-box;
  font-weight: 700;
  text-decoration: none;
}
.news-index .form-type-radios .fa {
  display: none !important;
}
.news-index .form-type-radios .label-inner {
  display: block;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  color: rgba(0,0,0,0.6);
  border: 1px solid #e5e5e5;
  border-left-width: 0;
}
.news-index .form-type-radios .radio-label:first-child .label-inner {
  border-left-width: 1px;
}
.news-index .form-type-radios input:checked ~ .label-inner,
.news-index .form-type-radios .label-inner:hover {
  color: #fff;
  background: #393939;
  border-color: #393939;
}
.form-news-filter .ajax-loader {
  position: absolute;
  top: 100%;
  left: -10px;
  margin: 10px 0 0 50%;
}
.news-index .bottom-actions {
  text-align: center;
}

/**
 * Common large listing
 */
.common-large {
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  position: relative;
}
.common-large .image {
  float: left;
  width: 44%;
  min-height: 1px;
  max-width: 440px;
}
.common-large .image img {
  vertical-align: bottom;
}
.common-large .text {
  padding: 45px 120px 20px 50px;
  box-sizing: border-box;
}
.common-large.has-image .text {
  float: left;
  width: 56%;
  padding-right: 60px;
}
.common-large .categories {
  color: rgba(0,0,0,0.5);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.common-large .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 375px;
  margin-bottom: 10px;
}
.common-large .preamble {
  font-size: 16px;
  line-height: 1.25;
}
.common-large .arrow {
  margin-top: 20px;
  font-size: 18px;
}
.common-large .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-load-more {
  margin-top: 45px;
}
.btn-load-more.inactive {
  display: none;
}
.btn-load-more .fa {
  margin-left: 5px;
}


/**
 * Common borderless listing
 */
.common-borderless {
  float: left;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  font-weight: 400;
}
.common-borderless:hover {
  border-color: #000;
}
.common-borderless:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.common-borderless:nth-child(2n) {
  padding-left: 50px;
}
.common-borderless:nth-child(n+3) {
  margin-top: 40px;
}
.common-borderless .image {
  float: left;
  width: 36%;
  min-height: 1px;
  max-width: 170px;
}
.common-borderless .image img {
  vertical-align: bottom;
}
.common-borderless .text {
  padding: 10px 0;
  box-sizing: border-box;
}
.common-borderless.has-image .text {
  float: left;
  width: 64%;
  padding-left: 30px;
  box-sizing: border-box;
}
.common-borderless .category {
  color: #4f4f4f;
  margin-bottom: 7px;
}
.common-borderless .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 7px;
}
.common-borderless .preamble {
  line-height: 1.25;
  font-size: 16px;
  color: #828282;
}
.common-borderless .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/**
 * Common medium listing
 */
.common-medium {
  float: left;
  width: 49.5%;
  margin-left: 1%;
  border: 1px solid #e5e5e5;
  position: relative;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
  height: 142px;
}
.common-medium:hover {
  border-color: #000;
}
.common-medium:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.common-medium:nth-child(n+3) {
  margin-top: 12px;
}
.common-medium .image {
  float: left;
  width: 36%;
  min-height: 1px;
  max-width: 200px;
}
.common-medium .image img {
  vertical-align: bottom;
}
.common-medium .text {
  padding: 30px 15px;
  box-sizing: border-box;
}
.common-medium.has-image .text {
  float: left;
  width: 64%;
}
.common-medium .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 7px;
}
.common-medium .preamble {
  line-height: 1.25;
}
.common-medium .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


/**
 * Event index
 */
.event-index {
  padding: 0 110px 90px;
}
.event-index .top-title {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  padding: 45px 0 30px;
  margin: 0;
}
.event-large {
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  position: relative;
}
.event-large:last-child {
  margin-bottom: 0;
}
.event-large .image {
  float: left;
  width: 440px;
  min-height: 1px;
}
.event-large .image img {
  vertical-align: bottom;
}
.event-large .text {
  padding: 45px 120px 20px 50px;
  box-sizing: border-box;
}
.event-large.has-image .text {
  float: left;
  width: 560px;
  padding-right: 60px;
}
.event-large .date {
  color: rgba(0,0,0,0.5);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.event-large .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 375px;
  margin-bottom: 10px;
}
.event-large .preamble {
  font-size: 16px;
  line-height: 1.25;
}
.event-large .arrow {
  margin-top: 20px;
  font-size: 18px;
}
.event-large .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.event-index .past.collapsed .body {
  height: 0;
  overflow: hidden;
}
.event-index .past > .title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 40px 0;
  cursor: pointer;
  color: #000;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.event-index .past > .title:hover {
  opacity: 1;
}
.event-index .past > .title .fa {
  margin-left: 8px;
  font-size: 16px;
}
.event-index .past.collapsed > .title .fa {
  transform: rotateZ(180deg);
}
.event-index .past > .title .show,
.event-index .past.collapsed > .title .hide {
  display: none;
}
.event-index .past.collapsed > .title .show {
  display: inline;
}


/**
 * Industry
 */
.industry-view {
  padding-bottom: 65px;
}
.industry-view .head {
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.industry-view .head > .inner {
  background: rgba(0,0,0,0.3);
  box-sizing: border-box;
  padding-top: 95px;
  height: 370px;
}
.industry-view .head .title {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 530px;
}
.industry-view .head .link {
  margin-top: 35px;
}
.industry-view .sections {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.industry-view .top {
  position: relative;
}
.industry-view .top .col {
  float: left;
  width: 50%;
  box-sizing: border-box;
	overflow: hidden;
  height: 320px;
	position: relative;
}
.industry-view .top .right {
  background: #393939;
  color: #fff;
  padding: 80px 100px 0 120px;
}
.industry-view .top .title {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 7px;
}
.industry-view .top .text {
  font-size: 16px;
  line-height: 22px;
}
.industry-view .top .link {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  display: block;
  width: 120px;
  font-size: 0;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 50%;
  color: #000;
  background: #fff;
  transition: color 0.2s ease, background 0.2s ease;
}
.industry-view .top .link:hover {
  background: #111;
  color: #fff;
}
.industry-view .top .link .middle-class {
  height: 120px;
}
.industry-view .top .link .inner {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  line-height: 16px;
  vertical-align: middle;
  white-space: initial;
}
.industry-view .related-products {
  margin: 0 30px;
}
.industry-view .common-cols {
  margin: 40px 0;
}
.industry-view .content-blurb {
  margin: 50px 30px 0;
  padding: 60px 85px;
  background: #ffdc2e;
  color: #000;
}
.industry-view .content-blurb .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  float: left;
  max-width: 340px;
}
.industry-view .content-blurb .text {
  float: left;
  font-size: 16px;
  line-height: 20px;
  max-width: 500px;
  margin-left: 125px;
}

.common-list {
  margin: 0 155px;
}
.common-list .more {
  margin-top: 35px;
  text-align: center;
}

.common-col-list {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 45px;
}
.common-col-list .common-item .text {
  max-width: 440px;
  line-height: 46px;
  padding: 0 0 0 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.common-col-list .common-item .title {
  font-size: 16px;
}
.common-col-list .common-item .title:after {
  content: ".";
}
.common-col-list .common-item .arrow {
  width: 48px;
}
.common-col-list .common-item .arrow .fa {
  line-height: 46px;
}
.common-col-list .common-item.with-image .text {
  max-width: 320px;
}
.common-col-list .more {
  float: right;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}


/**
 * Catalog index
 */
.catalog-index {
  padding: 0 110px 100px;
}
.catalog-index .top {
  padding: 55px 0;
  text-align: center;
}
.catalog-index h1 {
  font-size: 35px;
  margin: 0 0 5px;
}
.catalog-index .top .description {
  font-size: 16px;
  margin-bottom: 20px;
}
.form-catalog-order .form-textarea {
  height: 85px;
}
.catalog-index .categories {
  border-top: 1px solid #d7d7d7;
}
.catalog-index .category {
  padding: 25px 0 40px;
  border-bottom: 1px solid #d7d7d7;
}
.catalog-index .category h2 {
  padding: 0 0 25px;
  font-size: 22px;
  text-align: left;
}
.catalog-index .catalog {
  float: left;
  width: 210px;
  margin: 40px 0 0 40px;
  font-weight: 700;
  position: relative;
}
.catalog-index .catalog:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}
.catalog-index .catalog:nth-child(-n+4) {
  margin-top: 0;
}
.catalog-index .catalog .image {
  position: relative;
  margin-bottom: 10px;
}
.catalog-index .catalog .type {
  color: rgba(0,0,0,0.6);
}
.catalog-index .catalog .title {
  font-size: 16px;
}
.catalog-index .catalog .image:before {
  content: "\f0ab";
  display: block;
  font-family: FontAwesome;
  font-size: 80px;
  line-height: 300px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.is-not-ios .catalog-index .catalog:hover .image:before {
  opacity: 1;
}
.catalog-index .catalog .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


/**
 * Checkout
 */
#checkout-items > * {
  animation: fade 0.3s ease forwards;
}
.page-order-checkout h1#page-title {
  display: block;
}
.checkout {
  padding: 0 30px 30px;
}
#checkout-items table {
  white-space: nowrap;
  border-collapse: collapse;
}
.checkout-mobile {
  display: none;
}
.checkout-desktop {
  width: 100%;
}
.checkout-summary tbody tr:nth-child(2n+1),
.checkout-items tbody tr:nth-child(2n+1) {
  background: #f2f2f2;
}
.checkout-items td,
.checkout-items th {
  padding: 10px 15px;
  text-align: left;
}
.checkout-items th {
  font-weight: 400;
}
.checkout-desktop .remove {
  width: 1px;
  color: rgba(0,0,0,0.4);
  transition: color 0.2s ease;
  cursor: pointer;
}
.checkout-desktop .remove:hover {
  color: #f00;
}
.checkout-desktop .quantity-edit {
  width: 60px;
}
.checkout-desktop .quantity-edit input {
  font-size: 14px;
  padding: 7px 0;
  height: 34px;
}
.checkout-desktop .quantity-edit .quantity-icon {
  line-height: 34px;
}
.checkout-items td.image {
  width: 75px;
  text-align: center;
}
.checkout-items td.image a {
  text-decoration: none;
}
.checkout-items td.image .middle-class {
  height: 75px;
}
.checkout-summary {
  float: right;
  margin-top: 40px;
  min-width: 300px;
}
.checkout-summary td {
  padding: 10px 15px;
}
.checkout-summary td:last-child {
  text-align: right;
}
.checkout-summary tr:last-child {
  font-weight: 700;
}
.checkout .form-wrapper {
  margin-top: 50px;
}
.checkout form .form-name-col1 {
  float: left;
  width: 49%;
}
.checkout form .form-name-col2 {
  float: right;
  width: 49%;
  margin: 0;
}
.checkout .support-info {
  margin-top: 40px;
}
.checkout .support-info .title {
  font-size: 24px;
  font-weight: 700;
}
.checkout .support-info .phone {
  font-size: 28px;
  font-weight: 300;
}
.checkout .support-info .phone .fa {
  margin-right: 10px;
  font-size: 24px;
}
.checkout .terms {
  margin-top: 30px;
  max-width: 500px;
}
.checkout .terms .title {
  font-weight: 700;
  font-size: 16px;
}
.checkout form .form-type-actions {
  clear: both;
  float: right;
  padding-top: 30px;
}
.checkout-mobile .item {
  font-size: 16px;
  margin: 20px 0 0;
}
.checkout-mobile .item:first-child {
  margin-top: 0;
}
.checkout-mobile .total {
  font-weight: 700;
}


/**
 * Order complete
 */
.order-complete {
  text-align: center;
  padding: 50px 0 40px;
}
.order-complete h1 {
  font-size: 45px;
}
.order-complete .text {
  max-width: 550px;
  font-size: 16px;
  font-weight: 400;
  margin: 30px auto 40px;
}


/**
 * User login
 */
.boxes {
  padding: 80px 30px 100px;
  background: url("../images/boxes_bg.jpg") no-repeat center center;
  background-size: cover;
}
.box {
  max-width: 450px;
  border: 1px solid #e5e5e5;
  border-top: 5px solid #ffdc2e;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 40px;
  min-height: 400px;
  margin: 0 auto;
}
.box h1 {
  text-align: center;
  padding: 0 0 20px;
  margin: 0;
}
.box h1 + .subtitle {
  text-align: center;
  margin: -20px 0 20px;
  opacity: 0.5;
}
.box .form-error {
  background-color: #e64c4c;
  border: none;
  padding: 7px 12px;
  height: auto;
}
.box .form-type-actions .form-items {
  float: none;
}
.box .form-type-actions .form-item {
  float: none;
  margin: 10px 0 0;
}
.box .form-type-actions .form-item:first-child {
  margin-top: 0;
}
.box .btn {
  display: block;
  width: 100%;
}
.box .links {
  margin: 30px 0 0;
  text-align: center;
  font-weight: 400;
}


/**
 * Error pages
 */
.error-page #content {
  text-align: center;
  padding: 0 20px 80px;
}
.error-page h1#page-title {
  display: block;
  padding: 80px 0 30px;
}
.error-page #main p {
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin: 0 auto 30px;
}


/**
 * Download page
 */
.download-view h1 {
  padding: 30px 0 0;
}
.download-sections {
  margin: 60px 0 0;
}
.download-section {
  float: left;
  width: 40%;
  margin-bottom: 30px;
}
.download-section:nth-child(2n+1) {
  clear: both;
  margin-right: 20%;
}
.download-section .title {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.download-sections .files {
  font-size: 16px;
  font-weight: 700;
}
.download-sections .checkbox-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 1;
  font-size: 0;
}
.download-sections .checkbox-label + a {
  vertical-align: middle;
}

/**
 * Reference projects
 */
.ref-top {
  background: #000;
  color: #fff;
}
.ref-top > .inner {
  padding: 100px 30px;
  margin: 0 auto;
  max-width: 1224px;
}
.ref-top > .inner > .texts {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
.ref-top > .inner > .texts h1 {
  font-size: 36px;
}
.ref-top > .inner > .texts .preamble {
  font-size: 16px;
}
.ref-top .articles {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 90px;
}
.ref-top .articles .article {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.ref-top .articles .article .inside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: rgba(0,0,0,0.3);
}
.ref-top .articles .article .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.ref-top .articles .article .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
}
.ref-top .articles .article .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ref-top .articles .article:last-child {
  padding-bottom: 60%;
}
.ref-top .articles .article:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1;
}
.ref-top .articles .article:nth-child(1) .title {
  font-size: 36px;
}
.ref-top .articles .article:nth-child(1) .inner {
  max-width: 350px;
}
.ref-top .articles .article:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}
.ref-top .articles .article:nth-child(3) {
  grid-row: 2;
  grid-column: 2;
}

.ref-list {
  padding: 60px 30px;
  margin: 0 auto;
  max-width: 1224px;
}
.ref-list-top {
  padding: 0 0 30px;
  margin: 0 0 50px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.ref-list-top .title {
  float: left;
  font-size: 20px;
  font-weight: 700;
}
.ref-list-top .filter {
  float: right;
  max-width: 150px;
  font-size: 16px;
}
.ref-list-top .filter .form-item {
  margin: 0;
}
.ref-list-top .filter .form-textfield {
  border: 0;
}
.ref-list-top .filter .select-custom.empty .select-custom-title-inner {
  color: #000;
}
.ref-list-top .filter .select-custom-options {
  border: 0;
}
.ref-list .common-borderless-items:nth-child(n+2) {
  margin-top: 40px;
}
.ref-more {
  text-align: center;
  padding: 50px 0 0;
  margin: 50px 0 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.ref-map {
  background: #FEDB44;
}
.ref-map > .inner {
  padding: 60px 30px 100px;
  margin: 0 auto;
  max-width: 1224px;
}
.ref-map > .inner > .title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 40px;
}
.ref-map .map-container {
  position: relative;
}
.ref-map .map-wrapper .form {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 40px;
}
.ref-map .map-wrapper .form-items {
  display: grid;
  grid-template-columns: 1fr 210px;
  grid-gap: 30px;
}
.ref-map .map-wrapper .form-items:after {
  display: none;
}
.ref-map .map-wrapper .form .form-item {
  float: none;
  width: auto;
  max-width: none;
  margin: 0;
}
.page-reference-article-index #content {
  padding-bottom: 0;
}


/**
 * Order history
 */
.order-history h1 {
  margin-bottom: 50px;
}
table.order-list {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  margin: 30px 0 0;
}
table.order-list tbody tr {
  border-top: 1px solid #ccc;
}
table.order-list th,
table.order-list td {
  padding: 7px 10px;
  text-align: left;
}
table.order-list a {
  font-weight: 600;
}

.order-view h1 {
  margin-bottom: 50px;
}
.order-view .order-data > div:nth-child(n+2) {
  margin-top: 7px;
}
.order-view .order-data > div > div:first-child {
  font-weight: 600;
}
.order-view .order-data {
  float: left;
  width: 27%;
  line-height: 1.3;
}
.order-view .order-items {
  float: right;
  width: 70%;
}
table.order-rows {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table.order-rows tbody tr {
  border-top: 1px solid #ccc;
}
table.order-rows th,
table.order-rows td {
  padding: 10px 10px;
}
table.order-rows a {
  font-weight: 600;
}
table.order-rows tr .price,
table.order-rows tr .total {
  white-space: nowrap;
}
.order-view .order-summary {
  margin: 30px 0 0 auto;
  width: auto;
  min-width: 300px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.order-view .order-summary tbody tr {
  border-top: 1px solid #ccc;
}
.order-view .order-summary tr:last-child {
  font-weight: 600;
}
.order-view .order-summary td {
  padding: 7px 10px;
}
.order-view .btn {
  margin-top: 30px;
  float: right;
}
