@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,800");
html {
	height: 100%;
}
body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  background: url("/themes/legebussen/assets/images/backgroundstripes.png") repeat;
  font-size: 1rem;
  position: relative;
  min-height: 100%;
  height: initial !important;
  padding-bottom: 335px; }
  @media (min-width: 1px) {
    body {
      font-size: 0.8rem; } }
  @media (min-width: 1200px) {
    body {
      font-size: 0.9rem; } }
  @media (min-width: 2200px) {
    body {
      font-size: 1rem; } }

a {
  color: #555555; }

a:hover {
  color: inherit;
  text-decoration: none; }

.darkGrey {
  color: #555555; }

.green {
  color: #91a43a; }

.bgGreenColor {
  background-color: #91a43a; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: white;
  width: 35px; }

.bgOrangeColor {
  background-color: #f78f1e; }

.fat {
  font-weight: 800;
  font-family: "Poppins", sans-serif; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/themes/legebussen/assets/images/welcome.png") center no-repeat, url("/themes/legebussen/assets/images/backgroundstripes.png") repeat; }
  @media (max-width: 768px) {
    .se-pre-con {
      background-size: 100%; } }

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600; }

@media (max-width: 768px) {
  h1 {
    font-size: 1.6rem; } }

.header {
  font-size: 2.5rem; }
  @media (max-width: 1024px) {
    .header {
      font-size: 1.6rem; } }

::selection {
  background: #e2e2e2; }

::-moz-selection {
  background: #e2e2e2; }

.container {
  max-width: 100%; }

.navcon {
  min-height: 94px; }

@media (max-width: 768px) {
  .navcon {
    min-height: 74px; } }

.fixed {
  position: fixed !important; }
.navcon > .fixed {
  width: 100%;
  z-index: 10; }

.navcon .background {
  height: 90px;
  background: url("/themes/legebussen/assets/images/backgroundstripes_content.png") repeat-x; }

.topline {
  width: 100%;
  height: 4px;
  background-color: #f78f1e;
  display: block; }

.topcontainer {
  width: 100%;
  background: url("/themes/legebussen/assets/images/backgroundstripes.png") repeat; }

.topcontainercontent {
  width: 100%; }

.backImg {
  height: 100%;
  min-height: 60vh;
  margin-bottom: 30px;
  background: url("/themes/legebussen/assets/images/frontpage-banner.jpg");
  background-position: center center;
  background-size: cover;
 }
.backImg.vinette {
  height: 100%;
  min-height: 60vh;
  margin-bottom: 30px;
  background: radial-gradient(circle, transparent 70%, var(--color-v) 100%), linear-gradient(to right, var(--color), var(--color)), var(--image);
  background-position: center center;
  background-size: cover;
  background-blend-mode: var(--blend-top, saturation), var(--blend-bottom, multiply), normal;
  --image: url("/themes/legebussen/assets/images/frontpage-banner.jpg");
  --color-v: #000;
  --color: #fff;
 }
 .frontpage-campaign {
	text-align: center;
	height: 0px;
	padding-top: 50%;
	padding-bottom: 50%;
	background: #fff;
}
.frontpage-campaign img {
	transform: translateY(-50%);
}


@media (max-width: 1200px) {
  .helpman {
    display: none; } }

.topmenuitem {
  float: left;
  margin-top: 10px;
  margin-right: 22px;
  font-weight: 600;
  font-size: 0.9rem; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .topmenuitem {
      margin-top: 0px; } }
  @media (max-width: 1024px) {
    .topmenuitem {
      margin-right: 8px;
      font-size: .7rem; } }
  @media (min-width: 1024px) {
    .topmenuitem {
      margin-right: 8px;
      font-size: .7rem; } }
  @media (min-width: 1260px) {
    .topmenuitem {
      margin-right: 12px;
      font-size: .7rem; } }
  @media (min-width: 1360px) {
    .topmenuitem {
      margin-right: 15px;
      font-size: .8rem; } }
  @media (min-width: 1692px) {
    .topmenuitem {
      margin-right: 10px;
      font-size: .9rem; } }
  @media (min-width: 1880px) {
    .topmenuitem {
      margin-right: 22px;
      font-size: .9rem; } }

.topmenu {
  height: 90px; }
  @media (max-width: 768px) {
    .topmenu {
      height: 70px; } }

.man {
  position: absolute;
  left: 0px;
  z-index: 2;
  bottom: -25px; }

.olsenShadow {
  position: absolute;
  top: 15px;
  left: 0px;
  filter: brightness(0) blur(5px) opacity(0.25);
  z-index: -1;
}
.olsenLight {
  position: absolute;
  top: 25px;
  left: 25px;
  filter: brightness(100) blur(20px) opacity(0.25);
  z-index: -1;
}

.talk {
  margin-top: 30px;
  width: 480px;
  position: absolute;
  margin-right: 15px;
  right: -80px;
  background: #fff;
  border-radius: 30px;
  z-index: 9;
  outline: none;
}
 
.talk:after {
	border-left: 30px solid transparent;
	border-top: 30px solid #fff;
	top: 100%;
	right: 45px;
	content: "";
	position: absolute; }
 
#bubbleCon {
  overflow: hidden;
  border-radius: 30px;
  height: 100%;
}
 
.bubbleSearchField {
  width: 100%;
  max-width: 100%;
  border: none;
  font-size: 1.1rem;
  padding: 15px 20px; }
.bubbleSearchBtn {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: transparent;
  background-image: url(/themes/legebussen/assets/images/search.png);
  background-size: cover;
  border: 0;
  cursor: pointer; }

.txt {
  margin-bottom: 5px !important; }

.inputline {
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 0px;
  border-bottom: 4px dashed #555555;
  border-radius: 0px;
  width: 80%; }

#contactForm .form-control {
	max-width: initial;
}
.form-control:focus {
  outline-style: none;
  box-shadow: none;
  border-color: #91a43a; }

.marginTop {
  margin-bottom: 100px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .marginTop {
      margin-top: 300px; } }
  @media (min-width: 500px) {
    .marginTop {
      margin-top: 280px; } }
  @media (min-width: 1920px) {
    .marginTop {
      margin-top: 280px; } }
  @media (min-width: 2200px) {
    .marginTop {
      margin-top: 400px; } }

.toph3 {
  color: white;
  font-weight: 600;
  font-size: 1.1rem; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .toph3 {
      font-size: 0.6rem; } }

@media (max-width: 1323px) {
  .hotspotCon {
    border-right: none !important; } }

@media (min-width: 1323px) {
  .hotspotCon:not(:last-child) {
    border-right: 1px solid #dee2e6 !important; } }

.hotspotTxt {
  color: white;
  font-weight: 600;
  font-size: 0.8rem; }
  @media (max-width: 1323px) {
    .hotspotTxt {
      font-size: 0.6rem; } }
  @media (min-width: 1323px) {
    .hotspotTxt {
      font-size: 0.8rem; } }

.iconTxt {
  color: white;
  font-weight: 600;
  font-size: 0.6rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 10px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .iconTxt {
      font-size: 0.5rem; } }
  @media (max-width: 767px) and (orientation: portrait) {
    .iconTxt {
      display: none; } }
  @media (max-width: 1571px) {
    .iconTxt {
      font-size: 0.5rem; } }
  @media (max-width: 1024px) and (orientation: landscape) {
    .iconTxt {
      display: none; } }

@media (min-width: 560px) {
  .olsenMan, .olsenShadow, .olsenLight {
    max-height: 500px; } }

@media (min-width: 1323px) {
  .olsenMan, .olsenShadow, .olsenLight {
    max-height: 500px; } }

@media (min-width: 1624px) {
  .olsenMan, .olsenShadow, .olsenLight {
    max-height: 530px; } }

@media (min-width: 1920px) {
  .olsenMan, .olsenShadow, .olsenLight {
    max-height: 600px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
   .olsenShadow, .olsenLight {
    display: none; } }

.round {
  border-radius: 50%;
  text-align: center;
  color: white;
  border: 4px solid white;
  padding: 20px;
  width: 135px;
  height: 135px;
  background-color: #f78f1e; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .round {
      padding: 15px;
      width: 140px;
      height: 140px; } }
  @media (max-width: 767px) {
    .round {
      padding: 12px 8px 8px 8px;
      width: 92px;
      height: 92px; } }
  @media (min-width: 586px) and (orientation: landscape) {
    .round {
      padding: 15px;
      width: 92px;
      height: 92px; } }
  @media (min-width: 1168px) {
    .round {
      padding: 15px;
      width: 105px;
      height: 105px; } }
  @media (min-width: 1390px) {
    .round {
      padding: 18px;
      width: 125px;
      height: 125px; } }
  @media (min-width: 1570px) {
    .round {
      padding: 20px;
      width: 135px;
      height: 135px; } }

@media (max-width: 767px) {
  .round img {
    width: 70px !important; } }

@media (min-width: 800px) {
  .round img {
    width: 50px !important; } }

@media (min-width: 1390px) {
  .round img {
    width: 80px !important; } }

.roundgreen {
  border-radius: 50%;
  text-align: center;
  color: white;
  border: 4px solid white;
  padding: 20px;
  width: 135px;
  height: 135px;
  background-color: #91a43a;
  margin: 0 auto; }

.iconCon {
  position: absolute;
  margin-top: -70px;
  width: 100%;
  z-index: 8; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .iconCon {
      margin-top: -100px;
      margin-bottom: 40px; } }

.cartContainer {
  background-color: #f78f1e;
  color: white;
  width: 100%;
  height: 90px;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 10px 10px 10px 10px; }

.total {
  margin-top: 8px; }
  
.font-clear {
	font-size: 0px;
}

.bgImg {
  background: url("/themes/legebussen/assets/images/bggirl.jpg") no-repeat;
  background-size: cover; }
.bgEmbed {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  
@media (max-width: 768px) {
  .intro {
    display: none; } }

.breakDarkTxt {
  color: #555555;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3rem; }
  @media (max-width: 768px) {
    .breakDarkTxt {
      font-size: 1.6rem; } }

.breakerSection {
  margin-top: 25px;
  border-top: 100px solid #fff;
  padding-top: 25px; }
  @media (max-width: 767px) {
    .breakerSection {
  margin-top: 25px;
  border-top: 120px solid #fff;
  padding-top: 25px; } }

.cartlogo {
  margin-top: 14px;
  margin-right: 4px; }

.newsTop {
  width: 100%;
  background-color: #f78f1e;
  color: white;
  font-weight: 600;
  font-size: 1.1rem; }

.btn-wide {
  width: 100%; }

.orangeSubmitBtn {
  padding: 10px 40px 10px 40px;
  border: none; }
  @media (max-width: 1100px) {
    .orangeSubmitBtn {
      padding: 8px 10px 8px 10px; } }

.disp {
  font-size: 3.5rem; }
  @media (max-width: 768px) {
    .disp {
      font-size: 2rem; } }

.maxWidth {
  max-width: 70%; }
  @media (max-width: 768px) {
    .maxWidth {
      max-width: 100%; } }

.sectionPadding {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 1024px) {
    .sectionPadding {
      padding-top: 60px;
      padding-bottom: 60px; } }

.line {
  width: 300px;
  background-color: #555555;
  height: 1px;
  margin: 0 auto; }

.linewhite {
  width: 300px;
  max-width: 100%;
  background-color: white;
  height: 1px;
  margin: 0 auto; }
  
.linefull {
  width: 100%; }

.busman {
  position: absolute;
  bottom: 1px;
  left: 0px;
  margin-top: -80px;
  margin-left: 20px; }

@media (min-width: 1560px) {
  .busimg {
    width: 300px; } }

@media (max-width: 1560px) {
  .busimg {
    width: 200px; } }

.tree {
  position: absolute;
  bottom: 1px;
  left: 0px;
  margin-top: -80px;
  margin-left: 300px; }
@media (max-width: 1560px) {
  .tree {
    display: none; } }
@media (max-width: 1560px) {
  .tree {
    margin-left: 200px; } }

.bund {
  position: absolute;
  width: 100%;
  bottom: 0; }

.centerOrient {
  margin: 0 auto; }

.manbehind {
  background: url("/themes/legebussen/assets/images/olsen.png") no-repeat; }
  @media (max-width: 1181px) {
    .manbehind {
      background: none; } }
  @media (min-width: 1179px) {
    .manbehind {
      background-position: bottom right 0px; } }
  @media (min-width: 1370px) {
    .manbehind {
      background-position: bottom right 134px; } }

.bundband {
  background: url("/themes/legebussen/assets/images/bundband.gif") repeat-x;
  height: 62px; }

.graabund {
  width: 100%;
  background-color: #555555;
  color: white; }

.WelcomeTxt,
.searchCon {
  transition: opacity 250ms; }

.searchCon {
  opacity: 0; }

.searchCon.hasContent,
.searchCon:focus {
  opacity: 1; }

.searchCon.hasContent + .WelcomeTxt,
.searchCon:focus + .WelcomeTxt {
  opacity: 0;
  pointer-events: none; }

.categoryband {
  width: 100%;
  background-color: #aaaaaa;
  color: white;
  padding-top: 20px;
  padding: 0.5rem; }

.spacer {
  background: url("/themes/legebussen/assets/images/topshadow.png") no-repeat top center;
  width: 100%;
  height: 25px; }

.paper {
  background-color: white;
  min-height: 600px;
  padding: 40px; }
  @media (min-width: 1000px) {
    .paper {
      -webkit-box-shadow: 0px 71px 25px -4px rgba(0, 0, 0, 0.37);
      -moz-box-shadow: 0px 71px 25px -4px rgba(0, 0, 0, 0.37);
      box-shadow: 0px 71px 25px -4px rgba(0, 0, 0, 0.37); } }

.iconbase {
  padding: 10px; }
.col.iconbase {
  margin: 0 15px; }

.iconbase:hover {
  background-color: #555555; }

.bread {
  color: #555555;
  margin-right: 5px;
  height: 20px; }

.bread:hover {
  color: #91a43a; }

.topImg {
  background-size: cover !important;
  background-position: top center !important;
  display: inline-block;
  margin-top: 20px;
  padding: 60px;
  color: white;
  width: 100%; }
  @media (max-width: 768px) {
    .topImg {
      background-size: 100% !important; } }

.greenLine {
  margin-top: 200px;
  margin-bottom: 20px;
  height: 10px;
  background-color: #91a43a;
  width: 200px; }
  @media (max-width: 768px) {
    .greenLine {
      display: none; } }

.content {
  width: 100%;
  padding: 60px;
  color: #555555; }
  @media (max-width: 768px) {
    .content {
      padding: 0px; } }

.gototop {
  width: 100%;
  background-color: #555555;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer; }

#wheel {
	max-height: 60vh;
	max-width: 100%;
}

.arrowPlace {
  margin-top: -2px; }

.question {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.question img {
  position: absolute;
  right: 15px;
  bottom: -8px;}
.question div {
  position: absolute;
  left: 20%;
  top: 10px;
  width: 120px;
  font-size: 12px; }

.catImg {
  margin-bottom: 10px;
  width: 100%; }

.catBack {
  background: url("/themes/legebussen/assets/images/backgroundstripes.png") repeat-x center bottom; }

.catBgMenu {
  background-color: #ececec; }

.catItem {
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #ececec;
  width: 100%;
  font-size: 0.9rem;
  color: #555555;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 768px) {
    .catItem {
      margin-right: 0px; } }

.prodItem {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ececec;
  color: #555555;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media (max-width: 768px) {
  .prodImg {
    float: unset !important;
    width: 100% !important; } }

.prodItem:hover {
  background-color: #f78f1e;
  color: white !important; }

.catItem:hover {
  background-color: #91a43a;
  color: white !important; }

.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20%; }
  @media (max-width: 768px) {
    .w-20 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100%; } }

.login {
  background: #ececec; }

.logoload {
  margin-left: 10px;
  z-index: 10;
  position: absolute;
  max-height: 90px;
  top: 0;
  transition: max-height 400ms; }
.logoload:not(.fixed) {
  top: 110px;
  max-height: 120px; }
.logoload.fixed {
  transition: max-height 300ms; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .logoload {
      max-width: 205px; } }
  @media (max-width: 1120px) and (orientation: landscape) {
    .logoload {
      width: 245px; } }
  @media (max-width: 768px) {
    .logoload {
      width: 205px;
      padding: 10px; } }

.greenheader {
  width: 100%;
  background-color: #91a43a;
  color: white;
  padding: 15px; }

.selectBox {
  margin-bottom: 15px;
  font-size: 1rem; }

.prodInfo {
  width: 30%; }
  @media (max-width: 768px) {
    .prodInfo {
      width: 100%;
      margin-bottom: 5px; } }

@media (max-width: 768px) {
  .prodControls {
    float: unset !important;
    width: 100%; } }

.prodPrice {
  width: 28%; }
  @media (max-width: 768px) {
    .prodPrice {
      width: 100%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .prodPrice {
      display: none; } }
  @media (max-width: 1283px) and (orientation: landscape) {
    .prodPrice {
      display: none; } }

.prodPriceTotal {
  width: 100%; }
  @media (max-width: 768px) {
    .prodPriceTotal {
      width: 100%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .prodPriceTotal {
      display: none; } }
  @media (max-width: 1283px) and (orientation: landscape) {
    .prodPriceTotal {
      display: none; } }

@media (max-width: 768px) {
  .widthMob {
    width: 100%; } }

@media (max-width: 768px) {
  .bigRes {
    display: none; } }

@media (max-width: 1755px) and (orientation: landscape) {
  .bigRes {
    width: 90%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .bigRes {
    display: none; } }

@media (max-width: 1283px) and (orientation: landscape) {
  .bigRes {
    display: none; } }

.smallRes {
  display: none; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .smallRes {
      display: block; } }
  @media (max-width: 1283px) and (orientation: landscape) {
    .smallRes {
      display: block; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .prodInfoTxt {
    font-size: 1.2rem; } }

@media (max-width: 1200px) and (orientation: landscape) {
  .prodInfoTxt {
    font-size: 1.2rem; } }

.prodItem {
  background-color: #ececec;
  width: 100%;
  padding: 20px;
  display: inline-block; }

.prodSum {
  background-color: #f78f1e;
  width: 100%;
  padding: 20px;
  display: inline-block; }

.volumeBox {
  width: 50px;
  height: 50px;
  padding: 15px; }

.momsTxt {
  line-height: 8px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .momsTxt {
      font-size: 1rem; } }
  @media (max-width: 1200px) and (orientation: landscape) {
    .momsTxt {
      font-size: 1.2rem; } }

@media (max-width: 1100px) {
  .iconSubmit {
    display: none; } }

.prodInfoTxt {
  line-height: 22px; }

.c2a {
  width: 100%;
  color: white;
  padding: 13px;
  margin-bottom: 16px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .c2a {
      font-size: 0.5rem;
      padding: 8px; } }

.slider .slides {
  padding: 30px;
  width: 80%;
  background-color: #ececec;
  text-align: center; }
  @media (max-width: 768px) {
    .slider .slides {
      width: 100%;
      padding: 5px; } }

#slider .slides img {
  width: 90%; }
  @media (max-width: 1100px) {
    #slider .slides img {
      width: 80%; } }
  @media (max-width: 768px) {
    #slider .slides img {
      width: 97%; } }

.bigPhone {
  font-size: 1.6rem; }
  @media (max-width: 1270px) {
    .bigPhone {
      font-size: 1.2rem; } }
.footerText {
  font-size: 1rem;
  margin-bottom: 0; }

.picslider {
  margin-top: 20px; }

.flex-direction-nav a {
  width: 45px !important;
  height: 45px !important; }

.flexslider {
  margin: 0 0 20px !important; }

.imgSmall {
  padding: 20px;
  background-color: #ececec;
  text-align: center;
  width: 190px !important; }

.linkColor {
  color: white !important; }

.mobilContainer {
  left: 0px;
  position: absolute;
  z-index: 9;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  background-color: #91a43a;
  margin-top: 59px;
  display: none; }

.mobileItem {
  font-size: 1rem;
  color: white;
  font-weight: 600; }

/*PaddingControl*/
@media (min-width: 1000px) {
  .containerpadding {
    padding-left: 50px;
    padding-right: 50px; } }

@media (min-width: 1200px) {
  .containerpadding {
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 1500px) {
  .containerpadding {
    padding-left: 100px;
    padding-right: 100px; } }

@media (min-width: 1666px) {
  .containerpadding {
    padding-left: 140px;
    padding-right: 140px; } }

@media (min-width: 2200px) {
  .containerpadding {
    padding-left: 280px;
    padding-right: 280px; } }

@media (min-width: 1000px) {
  .paddingLeft {
    padding-left: 50px; } }

@media (min-width: 1200px) {
  .paddingLeft {
    padding-left: 60px; } }

@media (min-width: 1500px) {
  .paddingLeft {
    padding-left: 100px; } }

@media (min-width: 1666px) {
  .paddingLeft {
    padding-left: 140px; } }

@media (min-width: 2200px) {
  .paddingLeft {
    padding-left: 280px; } }

@media (min-width: 1000px) {
  .paddingRight {
    padding-right: 50px; } }

@media (min-width: 1200px) {
  .paddingRight {
    padding-right: 60px; } }

@media (min-width: 1500px) {
  .paddingRight {
    padding-right: 100px; } }

@media (min-width: 1666px) {
  .paddingRight {
    padding-right: 140px; } }

@media (min-width: 2200px) {
  .paddingRight {
    padding-right: 280px; } }

.typewriter h1 {
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
  font-size: 1.2rem; }

/* The typing effect */
@keyframes typing {
  from {
    width: 0; }
  to {
    width: 90%; } }

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: orange; } }

/* Customize the label (the container) */
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #555555; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkcontainer input:checked ~ .checkmark:after {
  display: block; }

.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  
.spinner {
  display: inline-block;
  position: relative;
  width: 128px;
  height: 128px;
  left: 50%;
  transform: translateX(-50%);
}
.spinner:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 58px solid #555;
  border-color: #555 transparent #555 transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

  