@font-face {
    font-family: 'icoMoon';
    src: url('/assets/fonts/icomoon/icomoon.eot');
    src: url('/assets/fonts/icomoon/icomoon.eot') format('embedded-opentype'), url('/assets/fonts/icomoon/icomoon.woff') format('woff'), url('/assets/fonts/icomoon/icomoon.ttf') format('truetype'), url('/assets/fonts/icomoon/icomoon.svg') format('svg');
}

*,
::after,
::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

:root{
	--content-width: 1200px;
	--spaces: 3rem;
	--color-beige: #F5F0EA;
	--color-green: #4D643C;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body{font-family: roboto, sans-serif; color: #000; margin: 0; padding: 0; background: #fff; font-size: 16px; line-height: 1.6;}

html,body,.wrapper{min-height: 100%;}
img{max-width: 100%;}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}


h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    /*font-family: 'Courgette', cursive;
	font-weight: normal;*/
}

h1, .h1{font-size: 2.6em; margin-bottom: 0;}
h2, .h2{font-size: 1.3em;}
h3, .h3{font-size: 1.1em;}
h4, .h4{font-size: 1em;}
h5, .h5{font-size: 1em;}

a{font-weight: bold; color: var(--color-green);}

p {
    margin-top: 0;
    margin-bottom: 1rem
}
p:last-of-type{margin-bottom: 0;}

u{
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: 2px solid #000;
}

abbr{text-decoration: none;}

label{display: block; margin-bottom: 5px;}

input,
textarea,
select{
    width: 100%;
    padding: 10px;
    background: #F0EBE5;
    border: none;
    border-radius: 2px;
	font-size: 1rem;

}
textarea{height: 9rem; font-family: roboto, sans-serif; }

form .field{margin-bottom: 15px;}
form button{margin-top: 20px;}

.honeypot {
    position: absolute;
    left: -9999px;
}



.hero a,
input[type=submit],
a.btn,
.container p strong a,
button.btn{
    position: relative;
	z-index: 1;
    font-size: 1em;
    color: var(--color-green);
    background: none;
    border: 2px solid var(--color-green);
    padding: 8px 30px;
    text-align: center;
    cursor: pointer;
    max-width: 100%;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: middle;
    border-radius: 10px;
    padding: 0.65rem 2.5rem;
    max-width: 100%;
    min-width: 200px;
    overflow: hidden;
	text-decoration: none;
	background: var(--color-green); 
	color: var(--color-beige);
}

.hero a{background: var(--color-green); color: var(--color-beige);}
.hero a:hover{color: var(--color-green); }

input[type=submit]:hover,
a.btn:hover,
button.btn:hover,
.container p strong a:hover{
  color: var(--color-green); 
}

.alert {margin: 33px 0 15px 0; padding: 10px 20px; border: 1px solid;}
.alert.error{border-color: #d46d6d; background-color: #f3e8ed; color: #945b75;}
.alert.success{border-color: #6dd484; background-color: #e8f3e9; color: #4a8852;}

.hero a:before,
input[type=submit]:before,
a.btn:before,
button.btn:before,
.container p strong a:before{
  content: "";
  position: absolute;
  background: var(--color-beige);
  bottom: -5px;
  left: -50px;
  right: 110%;
  top: -5px;
  z-index: -1;
  transform: skewX(-20deg);
  -webkit-transition: right 0.2s ease-in;
}
.hero a:before{background: var(--color-beige);}

.hero a:hover:before,
a.btn:hover:before,
button.btn:hover:before,
.container p strong a:hover:before {
  right: -50px;
}
.section{margin: var(--spaces) 0;}

/* ICOMOON */

blockquote:before,
blockquote:after,
.icomoon:after,
.icomoon:before,
ul li:after{
    font-family: icoMoon;
    position: absolute;


    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Lists */

ul:not(.navbar) {list-style: none; padding-left: 25px;}
ul:not(.navbar) li{position: relative; margin-bottom: 0px;}
/*ul:not(.navbar) li:before{
	content: '';
    position: absolute;
    left: -22px;
    font-size: 11px;
    top: 7px;
    background: #4e11113b;
    border-radius: 25px;
    width: 14px;
    height: 14px;
    text-align: center;
}
ul:not(.navbar) li:after{
	content:'\e905';
	font-weight: bold;
	left: -20px;
	font-size: 11px;
    color: #ffffff;
	top: 5px;
}*/

/* remove list design */
footer .navbar-footer li:after,
footer .navbar-footer li:before,
header .navbar li:before,
header .navbar li:after,
.cards > li:before,
.cards > li:after
{content: none!important;}

footer .navbar-footer li,
header .navbar li,
.cards > li{margin-bottom: 0;}

/* transitions */
.wrapper:not(.scrolled ) header .logo,
.wrapper.scrolled header .logo-small{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.text-align-center{text-align: center;}
/* FLEX */

.flex { display: flex;}
.flex-row {-ms-flex-direction: row!important; flex-direction: row!important}
.flex-column {-ms-flex-direction: column!important; flex-direction: column!important}
.flex-row-reverse {-ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important}
.flex-column-reverse {-ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important}
.flex-wrap {-ms-flex-wrap: wrap!important; flex-wrap: wrap!important}
.flex-nowrap {-ms-flex-wrap: nowrap!important; flex-wrap: nowrap!important}
.flex-wrap-reverse {-ms-flex-wrap: wrap-reverse!important; flex-wrap: wrap-reverse!important }
.flex-fill {-ms-flex: 1 1 auto!important; flex: 1 1 auto!important}
.flex-grow-1 {-ms-flex-positive: 1!important; flex-grow: 1!important; width: 100%;}
.flex-shrink-0 {-ms-flex-negative: 0!important; flex-shrink: 0!important}
.flex-shrink-1 {-ms-flex-negative: 1!important; flex-shrink: 1!important}
.justify-content-start {-ms-flex-pack: start!important; justify-content: flex-start!important}
.justify-content-end {-ms-flex-pack: end!important; justify-content: flex-end!important}
.justify-content-center {-ms-flex-pack: center!important; justify-content: center!important }
.justify-content-between {-ms-flex-pack: justify!important; justify-content: space-between!important}
.justify-content-around {-ms-flex-pack: distribute!important; justify-content: space-around!important}
.align-items-start {-ms-flex-align: start!important; align-items: flex-start!important}
.align-items-end {-ms-flex-align: end!important; align-items: flex-end!important}
.align-items-center {-ms-flex-align: center!important; align-items: center!important}
.align-items-baseline {-ms-flex-align: baseline!important; align-items: baseline!important}
.align-items-stretch {-ms-flex-align: stretch!important; align-items: stretch!important}
.align-content-start {-ms-flex-line-pack: start!important; align-content: flex-start!important}
.align-content-end {-ms-flex-line-pack: end!important; align-content: flex-end!important}
.align-content-center {-ms-flex-line-pack: center!important; align-content: center!important}
.align-content-between {-ms-flex-line-pack: justify!important; align-content: space-between!important}
.align-content-around {-ms-flex-line-pack: distribute!important; align-content: space-around!important }
.align-content-stretch {-ms-flex-line-pack: stretch!important; align-content: stretch!important}
.align-self-auto {-ms-flex-item-align: auto!important; align-self: auto!important}
.align-self-start {-ms-flex-item-align: start!important; align-self: flex-start!important}
.align-self-end {-ms-flex-item-align: end!important; align-self: flex-end!important}
.align-self-center {-ms-flex-item-align: center!important;align-self: center!important}
.align-self-baseline {-ms-flex-item-align: baseline!important; align-self: baseline!important }
.align-self-stretch { -ms-flex-item-align: stretch!important; align-self: stretch!important}

.align-left{display: block; text-align: left;}
.align-right{display: block; text-align: right;}
.align-center{display: block; text-align: center;}
.align-justify{display: block; text-align: justify;}

/* LAYOUT */
.wrapper{margin: auto;}
.page{margin: auto; max-width: 100%; min-height: calc(100% - 65px);}
.page .main{/*max-width: 1400px; margin: auto;*/ padding: 180px 0 0px 0;}
header .container,
footer.container,
.page .main .container{max-width: var(--content-width); margin: auto; padding:0 50px; width: 100%; position: relative;}

.page-home .main{padding-top: 0px!important;}
.page-home .button-wrap{text-align: center; margin-top: 25px;}
.divider{height: 2px; background: #031c3c; width: 30%; margin: 4vw 0;}
h1+ .divider{margin: calc(4vw - 15px) 0 4vw 0;}

blockquote{
    font-weight: 600;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 20px;
    position: relative;
}
blockquote:before{
    content: '\e907';
    left: 0;
    top: 0px;
}

blockquote:after{
    content: '\e906';
    right: 0;
    bottom: 0px;
}

blockquote em{
    position: absolute;
    right: 31px;
    bottom: 0px;
    font-weight: normal
}

/* HEADER */

header {width: 100%; margin: auto; position: fixed; top: 0; text-align: center; z-index: 997;}
.scrolled header{ background: #fff;}
header > .container{padding-top: 2rem!important; padding-bottom: 2rem!important; transition: .2s ease-in-out;}
.scrolled header > .container{padding-top: 0.2rem!important; padding-bottom: 0.2rem!important;}
header .navbar {list-style: none; padding-left: 0px;}
header .navbar li{margin-left: 50px;}


header .navbar li a{display: block; font-size: 1rem; font-weight: bold; color:var(--color-green); text-transform: uppercase; text-decoration: none; border-bottom: 0px solid var(--color-green);  transition: .2s ease-in-out;  font-family: 'M PLUS Rounded 1c', sans-serif;}
header .navbar li a:hover{color: #000;}
header .navbar-toggler{display: none;}
header .nav-toggle{visibility: hidden; opacity: 0; display: none;}
header .nav-toggle span:after{content: "\e901"; font-size: 25px; position: relative; width: auto; text-align: center; display: inline-block;}

header .logo{max-width: 100px;}


@media only screen and (max-width: 767px) {
	header .logo {
	  max-width: 60px;
	}
}


.menu-opened header .nav-toggle span:after{content: "\e902"; color: #fde3c2; font-size: 45px;}
.menu-opened header nav{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--color-green);
    color: var(--color-beige);
    margin: 0;
    z-index: 995;
    animation-name: animateBg;
    animation-duration: 2s;
}

@keyframes animateBg {
  0%   {background-color: #fff;}
  100% {background-color: var(--color-green);}
}

.menu-opened header nav .navbar{flex-direction: column; align-items: center;}
.menu-opened header nav .navbar li{display: block; margin-left: 0;}

.menu-opened header .navbar li {margin-bottom: 30px; position: relative; padding:0 50px;}
.menu-opened header .navbar li a{color: #fde3c2; font-size: 1.2rem; line-height: 1.1; border-bottom: 4px solid; padding:15px 10px; text-align: center; display: inline-block;}
.menu-opened header .navbar li:before,
.menu-opened header .navbar li:after{
    border: 4px solid transparent;
    width: 0;
    height: 0;
    bottom: 0;
    content: '';
    position: absolute;
    z-index: -1;
}
.menu-opened header .navbar li:after{top: 0; left: 0;}
.menu-opened header .navbar li:before{bottom: 0; right: 0;}

.menu-opened header .navbar li:hover:before,
.menu-opened header .navbar li:hover:after{width: 100%; height: 100%; }

.menu-opened header .navbar li:hover:before{
      border-bottom-color: #fde3c2;
      border-left-color: #fde3c2;
      transition:
          width 0.15s ease-out,
          height 0.15s ease-out 0.15s;
  }

  .menu-opened header .navbar li:hover:after {
      border-top-color: #fde3c2;
      border-right-color: #fde3c2;
      transition:
          border-color 0s ease-out 0.3s,
          width 0.15s ease-out 0.3s,
          height 0.15s ease-out 0.45s;
  }

/* @media screen and (max-width: 767px)
    .header-container.singlerow .header .cart-header .cart-icon {
        padding: 0;
    }
} */

/* FOOTER */

.contact-form{background: #f7f7f7; padding: 40px 0; margin-top: 5vw;}
.footer-wrapper{
  background: #000;
  display: flex;
  align-items: center;
  margin-top:var(--spaces);
  padding: var(--spaces) 0;
  color: #fff;
}
footer{display: flex; width: 1600px; padding: 0 20px; margin: auto; font-size: 0.92rem; flex-wrap: wrap;}
footer .column{min-width: 33%;}
footer .navbar-footer li{list-style: none; margin-right: 50px; text-align: center;}
footer .navbar-footer li a{text-decoration: none; font-size: 1rem;}
footer figure{display: inline-block; width: 40px; margin: 5px;}
footer figure img{max-width: 100%; }
footer a{color: #fff;}

@media screen only and (max-width: 500px){
	footer .column{max-width: 50%;}
}


/* CARDS */

.cards {padding-left: 0!important;}
.cards {display: grid; grid-template-columns: repeat(3, 30%); grid-gap:  2.5rem 1.8rem; justify-content: space-between}
.cards > li{list-style: none; position: relative;}
.cards > li img{max-width: 100%;}
.cards > li.icon img{max-height: 80px;}
.cards > li a{position: absolute; top: 0; left: 0; right: 0; bottom: 0;}


.cards .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--x) var(--y);
}

/*.cards ul{list-style: none; padding-left: 20px;}
.cards ul li{position: relative;}
.cards ul li:before {
  content: "•";
  font-size: 130%;
  line-height: 0;
  margin-left: -20px;
  position: absolute;
  top: 0;
  color: red;
}*/

/* home */


/* startpage headings */
.title-heading {text-align:center; position: relative;}
.title-heading:before{
  position: absolute;
  content: "";
  left: 0px;
  right: 0;
  top: calc(50% - 1px);
  height: 1.2px;
  background-color: #9d9d9d;
  z-index: -1;
}
.title-heading > *{
  background: #fff;
  padding: 0 15px;
  min-width: 250px;
  display: inline-block;
  text-align: center;
  margin: auto;
  font-size: 1.2rem;
  font-weight: normal;
}

/* round cards */

.cards-round {position: relative;}
.cards-round .image{
  width: 100%;
  max-width: 130px;
  max-width: 100%;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: auto;
}

.cards-round .cards{grid-template-columns: repeat(6, minmax(0, 1fr));}
.cards-round .cards li{text-align: center;}
.cards-round .cards li .info{margin-top: 5px;}



@media only screen and (max-width: 767px){
	.cards-round .cards {
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.cards-round .cards li .info{font-size: 0.85rem; word-break: break-word;}
}

@media only screen and (max-width: 400px){
	.cards{grid-gap: 2.5rem 1.3rem;}
	
	.cards-round .cards {
	  grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 1150px) {
	.cards{grid-gap: 2.5rem 1.3rem;}
}

/* rectangle cards */

.cards-rect {position: relative;}
.cards-rect .cards{grid-template-columns: repeat(3, 1fr);}
.cards-rect .cards .image{
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: auto;
}
.cards-rect .cards .info{background: var(--color-beige); padding: 0.8rem; text-align: center; color: var(--color-green);}
.cards-rect .cards .info .card-title{font-weight: bold; text-transform: uppercase;}

@media only screen and (max-width: 500px) {
	.cards-rect .cards {
	  grid-template-columns: 1fr;
	}
}

/* rectangle product */

.cards-product {position: relative;}
.cards-product .cards{grid-template-columns: repeat(4, 1fr);}
.cards-product .cards .image{
  width: 100%;
  aspect-ratio: 10/12;
  overflow: hidden;
  margin: auto;
}
.cards-product .cards .info{background: var(--color-beige); padding: 0.8rem; text-align: center; color: var(--color-green);}
.cards-product .cards .info .card-title{font-weight: bold; text-transform: uppercase;}


@media only screen and (max-width: 767px) {
	.cards-product .cards {
	  grid-template-columns: repeat(3, 1fr);
	}
}


@media only screen and (max-width: 500px) {
	.cards-product .cards {
	  grid-template-columns: repeat(2, 1fr);
	}
}


.page-home .page .main .product-cards .image{min-height: 80px; display: flex; align-items: center; justify-content: center; margin-bottom:10px;}
.page-home .page .main .product-cards img{height: 60px;}
.page-home .page .main .product-cards .pos img{height: 55px;}
.page-home .page .main .product-cards .software img{height: 80px;}

/* Customer cases */
.crossing-cards { margin-bottom: 100px!important;}
.crossing-cards .cards {display: block; margin-bottom: 60px;}
.crossing-cards .cards li:not(:last-of-type){margin-bottom: 150px;}
.crossing-cards .cards li{display: flex; align-items: center; max-width: 100%;}
.crossing-cards .cards li > div{width: 50%;}
.crossing-cards .cards li:nth-child(even) {flex-direction: row-reverse;}
.crossing-cards .cards li:nth-child(even) > div.content{padding-right: 40px;}
.crossing-cards .cards li:nth-child(odd) > div.content{padding-left: 40px;}
.crossing-cards .cards li > div.content .info{max-width: 80%;}
.crossing-cards .cards li > div.content p:last-of-type{margin-bottom: 0px;}
.crossing-cards .cards li > div.content blockquote{font-size: 0.92rem; padding: 20px;}

/* Product cards */

.product-cards .cards{margin-top: 60px; margin-bottom: 40px;}
.product-cards h3 {text-align: center;}
.product-cards .image{text-align: center;}

/* Hero Home */
.hero-home{position: relative; padding: 130px 0 70px 0;}

.hero-home .container > *{flex: 1;}
.hero-home .container > .image{text-align: right; max-width: 500px;}
.hero-home .container > .caption {padding-right: 40px; color: var(--color-green);}
.hero-home .container > .caption h1,
.hero-home .container > .caption h2{
    font-size: 2.4em;
    line-height: 1;
	margin-bottom: 20px;
	font-family: "grafolita-script", sans-serif;
}
.hero-home .container > .caption p{line-height: 1.7;}

.page-home .page .main .product-cards{margin-bottom: 100px;}
.page-home .page .main .hero-banner{margin-bottom: 100px;}
.page-home .page .main .hero-default{margin-bottom: 100px;}

/* Hero 2 home */
.hero-default {position: relative;}
.hero-default .caption{position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center;}
.hero-default .caption .container{max-width: 1000px;}
.hero-default .image img{width: 100%;}

/* Hero 2 home */
.hero-banner {position: relative;}
.hero-banner .caption{ text-align: center; padding: 40px 0;}
.hero-banner .caption .container{max-width: 1000px;}

/* Promo banner */

.promo-banner {padding: 3rem 0; color: var(--color-green); text-align: center;}

/* Kontakt */

.contact .col:first-of-type{padding-right: 15px;}
.contact .col:last-of-type{padding-left: 15px;}
.contact .box {padding: 20px; margin-bottom: 20px;}
.contact .box h2{font-size: 1.2em;}
.contact .box:last-of-type{background: var(--color-beige);}
.contact .box:first-of-type{background: var(--color-beige); margin-top: 33px;}

/* Tjänst */
.services .read-more{margin-top: 15px; padding-bottom: 3px; display: inline-block; text-decoration: none; position: relative;}
.services .read-more:after {content: ''; height: 2px; background: #000; left: 0; right: 100%; position: absolute; top: 100%; -webkit-transition: right 0.15s ease-in;}
.services .read-more:hover:after{ right: 0; }
.service > div:not(:last-of-type){margin-bottom: 5vw;}
.service .bg-wrap{padding: 20px;}
.service .image{text-align: center; margin-bottom: 50px;}
.service .image img{max-width: 70%; width: 100%;}
.service .cards .image img{width: auto;}

/* Jobba hos oss */

.career .cards {grid-template-columns: repeat(2, 50%);}
.career .cards  li{padding: 20px; background: #F3E8ED;}


.card-reel .image{
	position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-reel .image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: var(--x) var(--y);
}

/*.logo{
    position: absolute;
    z-index: 999;
    left: 1vw;
    top: 1vw;
    width: 100px;
}*/

.card-reel .splide__slide {height: 100%;}
.card-reel .splide__slide.light *{color: #fff;}
.card-reel .splide__slide.dark *{color: #000;}
.card-reel .splide__slide .content{
	position: absolute;
    bottom: min(0.5vh, 100px);
    right: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: 40rem;
    margin-right: auto;
    margin-left: auto;
    padding: clamp(1.5rem,10%,3rem);
    color: var(--color-white);
    transform: translate(0, min(0.5vh, 100px));
    text-align: center;
}
.card-reel .splide__slide .card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(0 0 0 / 50%));
}
.splide__progress{
	position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
}
.splide__progress .splide__progress__bar{background: #ffffff9e;}
.splide__pagination__page{background: #888;}
.splide__pagination__page.is-active{transform: none!important;}


/* SEO text */

.seo-text { gap: 1.8rem; flex-wrap: wrap;}
.seo-text > div{flex: 1;}
.seo-text h1,
.seo-text h2,
.seo-text h3{font-size:1.2rem; margin-bottom: 1rem;}

@media only screen and (max-width: 767px) {
	.seo-text > div{flex: 100%;}
}

/* Image gallery*/

.image-gallery{display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; margin-top: var(--spaces);}
.image-gallery a{line-height: 1;}
.image-gallery a:hover{position: relative;}
.image-gallery a:hover:before{
 content: 'Förstora';
  background: #00000059;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "grafolita-script", sans-serif;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
.image-gallery{grid-template-columns: 1fr 1fr; }
}

/* MEDIA QUERIES */

@media only screen and (max-width: 1300px) {
	.crossing-cards .cards li > div.content .info {
		max-width: 100%;
	}
}
@media only screen and (max-width: 1150px) {
	.page .main .container{padding: 0 20px;}
}

@media only screen and (max-width: 700px) {
	
	.page-home .hero-home .container{display: block;}
	.hero-home .container > .image {
		margin: auto;
	}
}
@media only screen and (max-width: 767px) {
	:root{--spaces: 1.2rem;}
	.page .main {padding: 130px 0 0px 0;}
	.page .main .container{padding: 0 25px;}
	h1, .h1{font-size: 2.3rem;}
	h2, .h2 {font-size: 1.7em;}
	h3, .h3 {font-size: 1.3em;}
	ul li,
	p{font-size: 0.92em;}
	.title-heading > *{font-size: 1rem; min-width: 0px;}
	ul:not(.navbar) li:before{top: 6px; width: 13px; height: 13px;}
	ul:not(.navbar) li:after{top: 6px; font-size: 9px;}
	
	
	.hero a, input[type=submit], a.btn, button.btn{font-size: 1rem;}

	.crossing-cards .cards li{display: block;}
	.crossing-cards .cards li > div{width: 100%;}
	.crossing-cards .cards li:nth-child(odd) > div.content{padding-left: 0;}
	.crossing-cards .cards li > div.image{margin-bottom: 40px;}
	.crossing-cards .cards li:not(:last-of-type){margin-bottom: 110px;}

	footer .navbar-footer li{margin-right: 29px;}
	footer .navbar-footer{padding-left: 0px;}


	.career .cards {
		display: grid;
		grid-template-columns: repeat(1, 100%);
		grid-gap: 2.5rem 1.5rem;
		justify-content: space-between;
	}
	.contact .col:last-of-type{padding-left: 0;}
	.contact .row{flex-wrap: wrap;}
	.contact .col:first-of-type{width: 100%;}
	
	
	/* spacings */
	.service > div:not(:last-of-type){margin-bottom: 8vw;}
	.contact-form{margin-top: 8vw; padding: 8vw 0;}
	.service .product-cards .cards{margin-top: 0; margin-bottom: 0;}
	.service .image{margin-bottom: 15px;}
	.service .cards{text-align: center;}
	.service .cards li{text-align: left;}
	.service .bg-wrap {padding: 8vw 0;}
	
	
}

@media only screen and (max-width: 1050px) {
	.menu-opened header .nav-toggle,
	header .nav-toggle{display: block; z-index: 997; position: relative; cursor: pointer; visibility: visible; opacity: 1; position: relative; flex: 1; text-align: right; transition: opacity .6s ease-in-out; -webkit-transition: opacity .6s ease-in-out;}
	header nav{display: none; position: fixed;}
	header .nav-toggle{z-index: 997; position: relative; cursor: pointer; visibility: visible; opacity: 1; position: relative; flex: 1; text-align: right; transition: opacity .6s ease-in-out; -webkit-transition: opacity .6s ease-in-out;}

	.menu-opened header nav li a{font-size: 1.5rem;}
}

@media only screen and (max-width: 1250px) {
	.hero-home .container > .caption h1, .hero-home .container > .caption h2{font-size: 2em;}
}


@media only screen and (max-width: 1050px) {
	.hero-home .container > .caption h1, .hero-home .container > .caption h2{font-size: 1.5em;}
	.hero-home {padding: 150px 0 70px 0;}
}

@media only screen and (max-width: 767px) {
	header > .container{padding-bottom: 0px!important;}
	.hero-home .container > *{width: 100%; }
	.hero-home .container > .image{text-align: center;}
	.hero-home .container > .caption{padding-right: 0; text-align: center; margin-top: 30px;}
	.hero-home:after{bottom: -36px;}
	.hero-home {padding: 90px 0 37px 0;}
	.cards{ grid-template-columns: repeat(1, 100%);}
	.page-home .page .main .hero-banner,
	.page-home .page .main .product-cards {
		margin-bottom: 50px;
	}
}