@font-face {
  font-family: Roboto, sans-serif;
  src: url(fonts/brandon_reg-webfont.eot);
  src: url(fonts/brandon_reg-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/brandon_reg-webfont.woff2) format('woff2'), url(fonts/brandon_reg-webfont.woff) format('woff'), url(fonts/brandon_reg-webfont.ttf) format('truetype'), url(fonts/brandon_reg-webfont.svg#brandon_grotesque_regularRg) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: ProximaNova-Bold;
  src: url(fonts/ProximaNova-Bold.eot);
  src: url(fonts/ProximaNova-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/ProximaNova-Bold.woff) format('woff'), url(fonts/ProximaNova-Bold.ttf) format('truetype'), url(fonts/ProximaNova-Bold.svg#ProximaNova-Bold) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: ProximaNova-Light;
  src: url(fonts/ProximaNova-Light.eot);
  src: url(fonts/ProximaNova-Light.eot?#iefix) format('embedded-opentype'), url(fonts/ProximaNova-Light.woff) format('woff'), url(fonts/ProximaNova-Light.ttf) format('truetype'), url(fonts/ProximaNova-Light.svg#ProximaNova-Light) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: proxima_novasemibold;
  src: url(fonts/proximanova-semibold-webfont.eot);
  src: url(fonts/proximanova-semibold-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/proximanova-semibold-webfont.woff) format('woff'), url(fonts/proximanova-semibold-webfont.ttf) format('truetype'), url(fonts/proximanova-semibold-webfont.svg#proxima_novasemibold) format('svg');
  font-weight: 400;
  font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: Roboto, sans-serif
}

h1:not(.main-slider-header) {
  color: #ec6608
}

h2 {
  font-size: 2em
}

h2:not(.main-slider-text) {
  color: #ec6608
}

a,
p {
  font-weight: 100;
  font-size: 18px
}

html {
  height: 100%
}

body {
  font-family: Roboto, sans-serif;
  min-height: 100%;
  background: #fff
}

strong {
  font-weight: 400;
  font-family: Roboto, sans-serif
}

.text-center {
  text-align: center;
  display: block
}

.isotope-item {
  z-index: 2
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s
}

#iframe {
  height: 500px
}

.desktop .hvr-grow {
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-property: transform;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0)
}

.hvr-grow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

.hvr-grow::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  opacity: 0;
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

.hvr-grow:hover {
  transform: scale(1.05, 1.05)
}

.hvr-grow:hover::after {
  opacity: 1
}

.wrapper {
  width: 80%;
  margin: 0 auto
}

.page-or-single {
  margin: 150px auto 50px;
  background: #fff
}

.page-or-single.calc_page {
  margin: 98px auto 50px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .page-or-single.calc_page {
    margin: 68px auto 50px;
  }
}


.wrapper.page-or-single.iframe {
  max-width: 100%;
  margin: 104px 0 0 0
}

.wrapper.page-or-single.iframe .post-content {
  padding: 0
}

.page-or-single.has-featured-image {
  margin: 0 auto 0;
  background: #fff
}

.main-slider img {
  width: 100%
}

.main-slider-header {
  font-size: 3em;
  margin-bottom: 0;
  font-weight: 500
}

.main-slider-text {
  margin-top: .8em;
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 1.5em
}

.main-slider-quote {
  color: grey;
  font-weight: 100;
  font-style: italic
}

.main-slider .bss-prev {
  background-image: url(/wp-content/themes/nowo/img/left-slide-white.svg);
  background-color: transparent;
  color: transparent;
  background-position: center;
  padding: 5px 17px;
  opacity: .8;
  left: 3%;
  background-size: cover
}

.main-slider .bss-next {
  background-image: url(/wp-content/themes/nowo/img/right-slide-white.svg);
  background-color: transparent;
  color: transparent;
  background-size: cover;
  background-position: center;
  padding: 5px 17px;
  opacity: .8;
  right: 3%
}

.bss-slides figure {
  max-height: 100vh;
  overflow: hidden
}

.text {
  max-width: 570px;
  position: absolute;
  top: 48%;
  left: 10%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Roboto, sans-serif;
  line-height: 1.2
}

.mean-logo-container {
  display: none
}

.mean-app-stores-holder {
  display: none
}

.text.right {
  right: 10%;
  left: auto
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color .6s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.active,
.dot:hover {
  background-color: #fff
}

.dot-container {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 3
}

.testimonials-slider .dot-container {
  bottom: -30px
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  -moz-animation-name: fade;
  -moz-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s
}

@-webkit-keyframes fade {
  from {
    opacity: .7
  }
  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .7
  }
  to {
    opacity: 1
  }
}

.featurecont {
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

.feature {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(25% - 12px);
  text-align: initial;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top
}

.calculator-container {
  background: #F7F7F7;
  padding: 40px 30px 10px;
}

.calculator-container .textbox-center {
  max-width: 1180px;
  margin: 0 auto
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: 0 0;
  border-radius: 10px;
  height: 13px
}

input[type=range]::-moz-focus-outer {
  border: 0
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none
}

input[type=range]:focus {
  outline: 0
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: 0 0;
  border-color: transparent;
  color: transparent
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  border: 4px solid #ec6608;
  background: #fff;
  cursor: pointer;
  margin-top: -11px
}

input[type=range]::-moz-range-thumb {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  border: 4px solid #ec6608;
  background: #fff;
  cursor: pointer;
  margin-top: -11px
}

input[type=range]::-ms-thumb {
  height: 34px;
  width: 34px;
  border-radius: 100%;
  border: 4px solid #ec6608;
  background: #fff;
  cursor: pointer;
  margin-top: -11px
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 13px;
  cursor: pointer
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 13px;
  cursor: pointer
}

input[type=range]::-ms-track {
  width: 100%;
  height: 13px;
  cursor: pointer
}

.range-container {
  margin: 50px auto;
  padding: 40px 0;
  width: 100%;
  max-width: 1180px;
  font-weight: 100;
  font-size: 0;
  text-align: center
}

.range-container .label-container {
  width: 100%;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 27px;
  position: relative;
  line-height: initial
}

.range-container .label-container .subtitle {
  margin: 0;
  font-size: 16px
}

.full-result .text-block {
  text-align: right;
  max-width: 580px
}

.full-result .text-block p {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin: 0
}

.full-result #total {
  font-size: 50px;
  font-weight: 600;
  padding: 0 0 0 30px
}

.range-container .block-line {
  padding: 0 0 30px
}

.range-container .subrange {
  width: 100%;
  text-align: right;
  font-size: 24px;
  line-height: initial;
  font-weight: 600;
  margin: 12px 0 0
}

.range-container hr {
  height: 3px;
  background: #e0e0e0;
  width: 100%;
  margin: 10px 0 20px;
  border: none
}

.result-calc {
  font-size: 24px;
  font-weight: 300;
  color: #ec6608;
  margin: 0;
  vertical-align: bottom!important
}

.result-calc#total {
  font-weight: 800
}

.full-result {
  background: #ec6608;
  border-radius: 5px;
  color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.form-container,
.form-container * {
  box-sizing: border-box
}

.range-block {
  padding: 0 30px 10px;
  position: relative;
  width: 50%;
  display: inline-block
}

.range-container .halfs.full-result label {
  vertical-align: bottom!important
}

.promo__image.fixsize {
  width: auto;
  max-width: 400px;
  max-height: 250px
}

@media all and (max-width:1680px) {
  .range-block {
    padding: 0 20px 10px 10px
  }
  .range-block+.range-block {
    padding: 0 10px 10px 20px
  }
}

@media all and (max-width:1280px) {
  .full-result .text-block {
    max-width: 500px
  }
  .full-result .text-block p {
    font-size: 22px
  }
  .full-result #total {
    font-size: 44px
  }
}

@media all and (max-width:1100px) {
  .range-block,
  .range-block+.range-block {
    padding: 0 0 10px;
    width: 100%
  }
  .range-container {
    margin: 30px auto
  }
  .range-container .block-line {
    padding: 0
  }
  .full-result {
    margin-top: 25px
  }
  .full-result .text-block {
    max-width: 100%
  }
  .full-result {
    display: block
  }
  .full-result .text-block {
    margin: 0 auto 14px;
    width: 90%;
    text-align: center
  }
  .full-result #total {
    line-height: initial;
    padding: 0
  }
  .range-container .subrange {
    margin: 15px 0 0 0
  }
}

@media all and (max-width:960px) {
  .full-result .text-block p {
    font-size: 18px
  }
  .full-result #total {
    font-size: 40px
  }
}

@media all and (max-width:800px) {
  .range-container {
    margin: 0 auto
  }
}

@media all and (max-width:640px) {
  .menu-holder {
    align-items: center !important;
  }
  .range-container .subrange {
    font-size: 18px
  }
  .full-result .text-block {
    margin: 0 0 5px 8%
  }
  .full-result .text-block p {
    line-height: 25px;
    font-size: 14px
  }
  .full-result {
    padding: 10px
  }
  .full-result #total {
    font-size: 29px
  }
}

@media all and (max-width:480px) {
  .full-result .text-block {
    margin: 0 0 5px;
    width: 100%
  }
}

@media screen and (max-width:998px) {
  .feature {
    width: calc(50% - 12px)
  }
}

.feature-image {
  display: none
}

.feature a {
  color: #ec6608
}

.feature a:hover {
  text-decoration: underline
}

.feature-header {
  font-weight: 300;
  margin-bottom: 10px
}

.startpage-header-container {
  text-align: center
}

.news-wrapper {
  max-width: 900px;
  margin: 0 auto
}

.startpage-header {
  margin: 30px 0 15px 0;
  font-family: Roboto, sans-serif;
  font-size: 3em;
  font-weight: 300
}

.pseudo {
  content: "";
  display: inline-block;
  vertical-align: middle
}

.nyhet-block {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
  background-color: #f7f7f7
}

.nyhet-block-header {
  margin-bottom: .1em;
  margin-top: 0;
  font-size: 3em;
  color: #ec6608;
  line-height: 1.2
}

.nyhet-block-image {
  width: 50%;
  vertical-align: middle;
  padding: 0 80px 0 0;
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.nyhet-block-image img {
  width: 100%;
  height: auto
}

.nyhet-block-content {
  width: 47%;
  vertical-align: middle;
  display: inline-block;
  padding: 20px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto, sans-serif
}

@media screen and (max-width:768px) {
  .nyhet-block-content,
  .nyhet-block-image {
    width: 100%
  }
  .nyhet-block-image {
    padding: 0
  }
}

.nyhet-block .buttons {
  margin-top: 10px
}

.nyhet-block p {
  margin: 0;
  font-size: 1.3em
}

.download-module {
  text-align: center;
  margin-top: 25px;
  background: linear-gradient(to bottom, #fff 0, #fff 15%, #ec6608 15%, #ec6608 100%)
}

.download-module-text {
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  margin-top: 0
}

.download-module .step-app-stores-holder {
  padding-bottom: 30px
}

.download-module .step-app-stores-holder a img {
  width: 200px
}

.download-module-main-image {
  max-height: 500px
}

.testimonials-module {
  margin-bottom: 25px
}

.testimonials-slider .bss-next {
  right: -50px;
  background-color: transparent;
  background-position: center;
  padding: 25px 16.5px;
  opacity: .5;
  background-image: url(/wp-content/themes/nowo/img/right-slide.png)
}

.testimonials-slider .bss-prev {
  left: -50px;
  background-color: transparent;
  background-position: center;
  padding: 25px 16.5px;
  opacity: .5;
  background-image: url(/wp-content/themes/nowo/img/left-slide.png)
}

.testimonials-slider .dot {
  border: 1px solid #bfbfbf
}

.testimonials-slider .active,
.testimonials-slider .dot:hover {
  background-color: #bfbfbf
}

.testimonials-slider figure {
  height: 175px
}

.big-image {
  width: 100%;
  height: auto;
  position: relative;
  background-position: center top
}

.big-image img {
  width: 100%;
  height: auto
}

.big-image-parallax {
  background-size: 100% auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 18.25%
}

.big-image .meta,
.big-image-parallax .meta {
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 48%;
  left: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 0 7px rgba(0, 0, 0, .3)
}

.big-image .meta button,
.big-image-parallax .meta button {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 18px;
  background-color: #ec6608;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  border: 0;
  padding: 8px 50px
}

.header {
  font-family: Montserrat, sans-serif;
  position: fixed;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .95);
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 96px;
  display: flex;
  border-bottom: 2px solid #ec6608;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.header .menu-outer {
  width: 100%;
}

.header .menu-burg {
  display: none;
  position: absolute;
  padding: 10px;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 13px !important;
  transition: .7s all ease;
}

.header .menu-burg span {
  display: block;
  background: #ec6608;
  height: 3px;
  margin-top: 4px;
  transition: .7s all ease;
}

.header .menu-burg.open span:nth-child(1) {
  transform: rotate( 45deg);
  transition: .7s all ease;
  position: relative;
  top: 7px;
}

.header .menu-burg.open span:nth-child(2) {
  display: none;
}

.header .menu-burg.open span:nth-child(3) {
  transform: rotate( -45deg);
  transition: .7s all ease;
}

.header-cta__container {
  display: inline-block;
  margin-left: 15px
}

.header__cta {
  text-decoration: none;
  font-weight: 300;
  margin: 0 0 0 5px!important;
  text-transform: uppercase
}

.header-cta__container.mobile-version{
  display: none;
}
.header-cta__container.desktop-version{
  display: inline-block;
}

.header-search {
  display: inline-flex;
  /*margin-left: 15px;*/
  align-items: center;
  cursor: pointer;
}

.header-search.open {
  display: inline-flex;
  margin-left: 0;
  align-items: center;
  cursor: pointer;
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  justify-content: center;
}
.header-search .search-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: inherit;
}
.header-search .search-icon {
  margin-left: 5px;
}

@media screen and (max-width:767px) {
  .header-search {
    margin: 12px 0 0;
  }
}

.header-search-form {
  width: 0;
  opacity: 0;
  visibility: hidden;
  /*transition: all .2s ease-in-out;*/
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-search.open .search-wrap .search-icon {
 display: none;
}

.header-search.open .header-search-form {
  width: 280px;
  margin: 0 0 0 20px;
  opacity: 1;
  visibility: visible;
}
#search-form {
  width: 100%;
  /*margin: 0 auto;*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#search-form .search__input {
  background: #F5F5F5;
  border: 1px solid #5C5C5C;
  border-radius: 66px;
  height: 40px;
  width: 100%;
  padding: 0 28px 0 10px;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #4D4D4D;
}

.header-search-form .close-form-search {
  align-items: center;
  display: flex;
}

#search-form .submit-search {
  background: transparent;
  border: none;
  position: relative;

  display: flex;

}

#search-form .submit-search .search-icon {
  position: absolute;
  right: 44px;
  top: -8px;
}

@media screen and (max-width:1100px) {
  .header-cta__container {
    display: block;
    background-color: rgba(255, 255, 255, .95);
    /* border-top: 1px solid #000; */
    padding: 10px 5px 10px 5px;
    margin-left: 0
  }
  .header__cta {
    margin: 0!important;
    box-sizing: border-box!important;
    max-width: 325px
  }

  .header-cta__container.mobile-version{
    display: block;
  }

  .header-cta__container.desktop-version{
    display: none;
  }
}

.header .header-logo img {
  display: block;
  height: 60px
}

.header ul.menu {
  color: #000
}

.header.fixed .header-logo {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.header .header-logo {
  margin: 5px 0 0 0;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.header ul.menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.header ul.menu li.pll-parent-menu-item img,
.header ul.menu li.lang-item img{
  vertical-align: baseline;
}
.header ul.menu li {
  display: inline;
  position: relative;
  margin: 0 25px 5px;
  overflow: hidden;
  transition: .7s all ease;
}
.header ul.menu li.pll-parent-menu-item.menu-item-has-children:after {
  content: none;
}
@media screen and (max-width:767px) {
  .header ul.menu li.pll-parent-menu-item.menu-item-has-children .sub-menu-holder {
    position: initial;
  }

  .header ul.menu li.pll-parent-menu-item.menu-item-has-children .sub-menu-holder .arrow-up {
    right: -100px;
  }
}


.header ul.menu li:not(.on-board) {
  transition-duration: .1s;
  transition-timing-function: ease-out
}

.header ul.menu li:active:not(.on-board),
.header ul.menu li:focus:not(.on-board),
.header ul.menu li:hover:not(.on-board) {
  color: #ec6608
}

.header ul.menu li:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #ec6608;
  height: 2px;
  transition-property: width;
  transition-duration: .3s;
  transition-timing-function: ease-out
}

.header ul.menu li:active:not(.on-board):after,
.header ul.menu li:focus:not(.on-board):after,
.header ul.menu li:hover:not(.on-board):after {
  left: 0;
  right: auto;
  width: 100%
}

.header ul.menu .on-board {
  line-height: 100%
}

.header ul.menu li.menu-item-has-children:hover>.sub-menu-holder {
  display: block
}

.header ul.menu li.menu-item-has-children {
  padding: 0 20px 0 0
}

.header ul.menu li.menu-item-has-children:after {
  font-family: FontAwesome;
  content: "\f107";
  color: #000;
  position: absolute;
  right: 2px;
  top: 0;
}
@media screen and (max-width:767px) {
  .header ul.menu li.menu-item-has-children {
    padding: 0;
  }

  .header ul.menu li.menu-item-has-children:hover>.sub-menu-holder {
    display: none;
  }


  .header ul.menu li.menu-item-has-children.open-submenu .sub-menu-holder {
    display: block;
  }

  .arrow-list {
    position: absolute;
    width: 60px;
    height: 51px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ec6608;
    right: 0;
    top: 0;
  }

  .arrow-list:after {
    /*content: none;*/
    font-family: FontAwesome;
    content: "\f107";
    color: #000;
    font-size: 22px;
    position: absolute;
  }

  .header ul.menu li.menu-item-has-children:after {
    content: none;
    /*right: 0;*/
    /*top: 0;*/
    /*font-size: 22px;*/
    /*width: 60px;*/
    /*height: 51px;*/
    /*z-index: 20;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
  }

}
.header ul.menu li a {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: inherit
}

.header ul.menu .current-menu-item {
  text-decoration: underline
}

.promo__image {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  max-width: 600px;
  width: 100%
}

.menu-holder {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.sub-menu-holder {
  display: none;
  position: absolute;
  left: -50px;
  right: -50px;
  top: 18px
}

.header ul.menu li ul.sub-menu {
  text-align: left;
  list-style: none;
  background-color: #ec6608;
  padding: 5px 15px;
  top: 15px;
  margin: 30px 0 0 0
}

.header ul.menu li .sub-menu-holder:hover {
  display: block
}

.header ul.menu li ul.sub-menu li {
  float: none;
  margin: 0;
  border-bottom: 1px solid #ff963f
}

.header ul.menu li .sub-menu-holder .arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ff8927;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  margin: 0 auto
}

.header ul.menu li ul.sub-menu li:last-child {
  border: 0
}

.header ul.menu li ul.sub-menu li a {
  color: #fff;
  padding: 5px 0;
  display: block
}

.app-stores-holder {
  text-align: center;
  font-family: Roboto, sans-serif;
  margin: 0
}

.app-store-header {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px
}

.app-store-header a {
  display: inline-block
}

.app-store-header-small {
  float: right;
  margin-top: 16px;
  margin-left: 15px
}

.app-store-header img {
  width: 135px;
  height: 100%
}

@media screen and (max-width:767px) {
  .header ul.menu li a {
    position: relative;
    z-index: 10;
  }
  .header ul.menu li ul.sub-menu {
    top: 0;
    margin: 0
  }
  .sub-menu-holder {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 25;
  }
}

@media only screen and (min-width:1000px) {
  .app-stores-holder-mobile {
    display: none
  }
}

@media only screen and (max-width:999px) {
  .app-store-header {
    display: none
  }
}

.app-stores-holder-mobile {
  float: right
}

.app-stores-holder a {
  color: #fff;
  display: inline;
  position: relative;
  margin: 0 10px 20px 10px;
  padding: 10px
}

.welcome {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.welcome .big-image img {
  max-width: inherit
}

.welcome .welcome-meta {
  position: absolute;
  max-width: 1180px;
  width: 40%;
  text-align: left;
  color: #fff;
  z-index: 20;
  top: 20%;
  right: 10%
}

@media screen and (max-width:768px) {
  .welcome .welcome-meta {
    right: 0
  }
}

.welcome .welcome-meta .welcome-meta-inner {
  padding: 0 20px
}

.welcome .welcome-meta .welcome-meta-inner h1 {
  font-family: Roboto, sans-serif;
  font-size: 55px;
  line-height: 1.2;
  margin: 0
}

.welcome .welcome-meta .welcome-meta-inner p {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  margin: 0
}

.welcome-text-desktop {
  display: inline-block
}

.welcome-text-mobile {
  display: none
}

.welcome .welcome-meta .welcome-meta-inner a.btn {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 18px;
  background-color: #ec6608;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  padding: 8px 50px;
  margin: 10px 0 0 0
}

@media only screen and (max-height:600px) {
  .welcome .welcome-meta .welcome-meta-inner {
    max-width: 560px
  }
}

.home__features,
.home__promo {
  padding-top: 30px
}

.home__social {
  padding: 30px 0 70px 0!important
}

.features__subtitle,
.promo__subtitle {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  max-width: 850px;
  display: block;
  margin: 0 auto
}

@media screen and (max-width:998px) {
  .home__features {
    padding-top: 10px
  }
  .home__social {
    padding: 20px 0 20px 0!important
  }
}

.video {
  background-color: #fff;
  padding-top: 30px
}

@media screen and (max-width:767px) {
  .video {
    padding-top: 0
  }
  .home__social {
    padding: 0!important
  }
}

.video-wrapper {
  width: 100%;
  min-width: 120px;
  margin: 20px auto 40px auto;
  max-width: 720px
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.security {
  padding: 0 0 70px 0
}

.security__headline {
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px
}

.security__subheadline {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0
}

.security__features {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap
}

.security__feature {
  width: calc(25% - 35px);
  padding: 0 10px 10px 10px;
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.security__feature-img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  height: 77px;
  fill: #000
}

.security__feature-img path {
  fill: #000
}

.security__feature-title {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  padding: 0 5px;
  text-align: center
}

@media screen and (max-width:1200px) {
  .security__feature-title {
    padding: 0 10px
  }
}

@media screen and (max-width:998px) {
  .security__features {
    flex-wrap: wrap
  }
  .security__feature {
    width: calc(50% - 40px);
    margin-bottom: 25px
  }
}

@media screen and (max-width:767px) {
  .security {
    padding: 30px 0
  }
  .security__feature {
    width: 100%
  }
  .security__feature-img {
    margin-bottom: 15px
  }
}

.step-app-stores-holder {
  text-align: center;
  margin-top: 20px
}

.step-app-stores-holder a {
  margin: 0 10px
}

.btn-get-news-feed,
.btn-get-offers-feed {
  text-align: center;
  max-width: 150px;
  display: block;
  background: #eee;
  padding: 5px
}

.btn-loading {
  background: #eee url(http://www.ajaxload.info/images/exemples/6.gif) no-repeat 3% 50%
}

.nanorep {
  margin: 30px 0 0 0
}

.p1 {
  text-align: left
}

ul.boxes {
  list-style: none;
  padding: 0
}

ul.boxes li {
  text-align: center
}

ul.boxes li img {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0
}

ul.boxes .step {
  width: 50px;
  height: 50px;
  margin: 0
}

ul.boxes li p {
  display: inline
}

ul.boxes li a {
  color: #000
}

ul.boxes.two {
  margin: 0 0 0 -2%
}

ul.boxes.two li {
  width: 48%;
  margin: 0 0 0 2%
}

.template-listing-header-fix {
  height: 55px;
  width: 100%
}

.listing-iframe-container {
  margin-top: 65px
}

.introduktion-module {
  margin-bottom: 50px
}

ul.boxes.three {
  margin: 20px 0 80px 0;
  display: table;
  border-collapse: separate;
  border-spacing: 25px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

ul.boxes.three li {
  display: table-cell;
  width: 33.33%;
  background-color: #fff
}

ul.boxes.four {
  margin: 0 0 0 -3%
}

ul.boxes.four li {
  width: 22%;
  margin: 0 0 0 3%
}

ul.boxes.front li {
  display: table-cell;
  padding: 20px
}

ul.boxes.row li strong {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 24px;
  color: #ec6608
}

menu ul.boxes.row li strong h3 {
  margin: 10px 0
}

ul.boxes.row li p {
  font-family: Roboto, sans-serif;
  font-size: 16px
}

ul.boxes.row li .img-holder {
  margin: 0 0 20px 0;
  position: relative
}

ul.boxes.row li .img-holder img {
  width: 100%;
  height: auto
}

.step-holder {
  width: auto;
  margin-bottom: 10px
}

.top-text {
  width: 100%;
  margin: 0 auto;
  text-align: center
}

.top-text h1 {
  font-size: 40px;
  font-family: Roboto, sans-serif
}

.top-text.white {
  color: #fff;
  font-size: 1.8em
}

.top-text.black {
  color: #000;
  font-size: 1.8em
}

.top-text.black h2 {
  margin-top: 0
}

.top-text.white h2 {
  margin-top: 0
}

.puffs {
  text-align: center;
  padding: 0;
  padding-bottom: 25px
}

.puffs .btn {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 18px;
  background-color: #ec6608;
  border-radius: 5px;
  margin-top: 100px;
  color: #fff;
  padding: 10px 50px
}

.puffs ul {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
  width: 100%
}

.puffs ul li {
  position: relative;
  width: 100%
}

.puffs ul li .meta-holder {
  width: 48%;
  text-align: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.puffs ul li.odd .meta-holder {
  left: 0
}

.puffs ul li.even .meta-holder {
  right: 0
}

.puffs ul li .meta-holder h3 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  display: block;
  font-size: 44px;
  color: #ec6608;
  margin: 0;
  line-height: 1.3
}

.puffs ul li .meta-holder p {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 100
}

.puffs ul li .meta-holder a {
  color: #ec6608;
  font-size: 18px;
  font-weight: 700
}

.puffs ul li .meta-holder a.btn {
  height: 42px;
  line-height: 41px;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 0 50px;
  display: inline-block;
  margin: 0 10px 10px 0;
  text-align: center;
  background-color: #ec6608;
  border-radius: 5px
}

.puffs ul li .img-holder {
  width: 100%;
  position: relative;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.puffs ul li.odd .img-holder {
  float: right
}

.puffs ul li.even .img-holder {
  float: left
}

.puffs ul li .img-holder img {
  width: 50%;
  height: auto
}

.puffs ul li .forklaring-holder img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.forklaring-link img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.news {
  padding: 50px 0 20px 0
}

.table-container {
  display: table;
  border-collapse: separate;
  border-spacing: 25px 0
}

.info {
  width: 100%;
  position: relative
}

.info .reviews {
  display: table-cell;
  padding: 0 30px 30px;
  width: 50%;
  background-color: #ec6608;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.info .reviews .inner {
  max-width: 527px;
  margin: 0 auto
}

.come-in {
  transform: translateY(150px);
  animation: come-in .8s ease forwards
}

.come-in:nth-child(1) {
  animation-duration: .4s
}

.come-in:nth-child(2) {
  animation-duration: .6s
}

.come-in:nth-child(3) {
  animation-duration: .8s
}

.come-in:nth-child(4) {
  animation-duration: 1s
}

@keyframes come-in {
  to {
    transform: translateY(0)
  }
}

.already-visible {
  transform: translateY(0);
  animation: none
}

.Introduktionstext {
  max-width: 900px
}

.partners-container {
  text-align: center;
  font-size: 0;
  margin-top: 25px;
  margin-bottom: 25px
}

.partner {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: 200px;
  padding: 20px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  margin: 0
}

.partner:hover {
  border-style: outset;
  border-top-width: 4px;
  border-left-width: 4px;
  border-bottom-width: 4px;
  border-right-width: 4px;
  padding: 16px 16px 16px 16px;
  height: 199px;
  cursor: pointer
}

.partner img {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

.graph-explanation {
  padding: 20px;
  padding-bottom: 0
}

.graph-explanation-header {
  color: #ec6608;
  font-size: 2em;
  margin-bottom: 0
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .4)
}

.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 700
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.modal-header {
  text-align: center;
  padding: 2px 16px;
  background-color: #ec6608;
  color: #fff
}

.modal-header h2 {
  margin-bottom: 0
}

.modal-body {
  padding: 2px 16px
}

.modal-footer {
  text-align: center;
  padding: 2px 16px;
  background-color: #ec6608;
  color: #fff
}

.modal-content {
  top: 30%;
  color: #fff;
  text-align: center;
  background-color: #ec6608;
  position: relative;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: .4s;
  -moz-animation-name: animatetop;
  -moz-animation-duration: .4s;
  animation-name: animatetop;
  animation-duration: .4s
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 30%;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 30%;
    opacity: 1
  }
}

.info .reviews {
  background-color: #fff
}

.info .reviews ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.info .reviews ul li {
  display: none
}

.info .reviews ul li.visible {
  display: block
}

.info .reviews .review {
  position: relative;
  min-height: 145px
}

.info .reviews .review .review-image {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  overflow: hidden
}

.info .reviews .review .review-image img {
  width: 150px;
  height: auto
}

.info .reviews .review .review-meta {
  display: block;
  padding: 0 0 0 170px;
  color: #222
}

.info .reviews .review .review-meta p {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  font-weight: 100;
  font-style: italic
}

.info .reviews .review .review-meta span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 18px;
  color: #999
}

.post-type-archive.post-type-archive-news,
.tax-news-category,
.post-type-archive.post-type-archive-news .wrapper.page-or-single {
  background: #F7F7F7;
}

.single-news time {
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #535353;
  text-transform: none;
  letter-spacing: normal;
}

.single-news .main-title {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  color: #303030;
  max-width: 750px;
  margin-bottom: 32px !important;
}

.post-related-documents-block {
  background: #F7F7F7;
  padding: 24px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .post-related-documents-block {
    box-sizing: border-box;
  }
}

.post-related-documents-block .post-related-documents-block--title {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #303030;
  margin: 0;
}

.single-news .post-content {
  border: none;
}

.post-related-documents-block--documents-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.post-related-documents-block--documents-list li {
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  align-items: center;
  color: #303030;
  display: flex;
}

.post-related-documents-block--documents-list li:first-child {
  margin-top: 16px;
}

.post-related-documents-block--documents-list li:not(:first-child) {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .post-related-documents-block--documents-list li:not(:first-child) {
    margin-top: 20px;
  }
}

.post-related-documents-block--documents-list li .icon-document-container {
  height: 40px;
  width: 40px;
  background: rgba(236, 102, 8, 0.1);
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}

.post-related-documents-block--documents-list li .icon-document-container:after {
  content: url('./img/ion_document.svg');
  height: 21px;
  position: absolute;
  left: 9px;
  top: 7px;
}

.post-related-documents-block--documents-list li .icon-download-arrow-container {
  margin-left: 16px;
  position: relative;
  width: 20px;
  height: 25px;
}

.post-related-documents-block--documents-list li .icon-download-arrow-container:after {
  content: url('./img/download-arrow.svg');
  position: absolute;
  left: 0;
  top: 0;
}

.single-news,
.single-news .wrapper.page-or-single {
  background: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .single-news .wrapper.page-or-single {
    margin-top: 67px;
  }
}

.hide {
  display: none !important;
}

.tax-news-category .page-or-single {
  background: #F7F7F7;
}

ul#news-items-holder {
  list-style: none;
  padding: 40px 0 20px 0;
  margin: 20px 0 50px 0;
  /* border-top: 1px solid #eeeeee; */
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

ul#news-items-holder>li {
  background: #ffffff;
  width: 100%;
  margin: 0 !important;
  margin-bottom: 32px !important;
  box-shadow: 0 14px 28px rgb(0 0 0 / 5%);
}

ul#news-items-holder>li .item-conteiner {
  display: flex;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  ul#news-items-holder>li .item-conteiner {
    flex-direction: column;
  }
}

ul#news-items-holder>li .item-conteiner .news-image-link {
  width: 31%;
}

@media screen and (max-width: 768px) {
  ul#news-items-holder>li .item-conteiner .news-image-link {
    width: 100%;
  }
}

ul#news-items-holder>li img {
  width: max-content;
  object-fit: cover;
  height: 100%;
}

ul#news-items-holder>li .main-content-preview {
  padding: 25px 32px 35px;
  width: 69%;
}

@media screen and (max-width: 768px) {
  ul#news-items-holder>li .main-content-preview {
    padding: 20px 16px 32px 16px;
    width: 100%;
    box-sizing: border-box;
  }
}

ul#news-items-holder>li .main-content-preview .tags-and-time-block {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {

  ul#news-items-holder > li .main-content-preview .tags-and-time-block {
    flex-direction: column;
  }
}

ul#news-items-holder>li .main-content-preview .tags-and-time-block ul {
  list-style: none;
  padding: 0;
  display: flex;
}

ul#news-items-holder>li .main-content-preview .tags-and-time-block * {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #535353 !important;
  font-family: 'Roboto' !important;
  text-transform: none !important;
}

@media screen and (max-width: 768px) {
  ul#news-items-holder>li .main-content-preview .tags-and-time-block ul{
    display: inline-flex;
    flex-wrap: wrap;
  }
  ul#news-items-holder>li .main-content-preview .tags-and-time-block * {
    font-size: 14px !important;
  }
}

ul#news-items-holder>li .main-content-preview .title {
  /* margin-top: 20px; */
  color: #303030 !important;
  font-family: 'Roboto' !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 28px !important;
}

ul#news-items-holder>li .main-content-preview .post-content-preview {
  margin-top: 12px;
  max-width: 702px;
}

@media screen and (max-width: 768px) {
  ul#news-items-holder>li .main-content-preview .post-content-preview {
    margin: 0;
  }
}

ul#news-items-holder>li .main-content-preview .post-content-preview * {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #535353;
}

ul#news-items-holder>li .main-content-preview .read-more {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #EC6608;
  border-radius: 32px;
  display: inline-block;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  ul#news-items-holder>li.main-content-preview .read-more {
    margin-top: 4px;
  }
}

ul#news-items-holder>li .main-content-preview .read-more::after {
  content: url("./img/arrows-right-orange.svg");
  margin-left: 10px;
}

ul#news-items-holder>li p span {
  color: #EC6608;
  text-transform: uppercase;
  font-family: 'proxima_novasemibold';
}

a.btn-get-news-feed,
a.btn-get-offers-feed {
  height: 37px;
  line-height: 37px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  display: block;
  margin: 20px auto 20px;
  text-align: center;
  background-color: #EC6608;
  max-width: 200px;
  width: 100%;
  border-radius: 5px;
}

ul.terms {
  list-style: none;
  margin: 0;
  padding: 0
}

.single-news ul.terms {
  display: flex;
  margin-bottom: 20px;
}

.single-news ul.terms li {
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #535353;
  margin: 0;
}

.single-news ul.terms li:first-child {
  font-weight: 500;
  text-transform: uppercase;
}

.single-news img.wp-post-image {
  min-height: 360px;
  width: 100%;
  object-fit: cover;
}

.footer {
  background-color: #303030;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  padding: 40px 0 0 0
}

.footer__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto
}

.bottom-socials-container {
  background: #393737;
  width: 100%;
  padding: 16px
}

@media screen and (max-width:768px) {
  .bottom-socials-container {
    height: 103px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start
  }
}

.socials-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

.socials-box span {
  position: absolute;
  left: 0
}

.footer-content span {
  text-align: left
}

@media screen and (max-width:768px) {
  .socials-box {
    flex-direction: column-reverse
  }
  .socials-box span {
    position: relative;
    width: 100%;
    font-weight: 500!important;
    font-size: 12px!important;
    line-height: 14px;
    color: #8c8c8c!important;
    margin-top: 12px
  }
}

.footer hr {
  color: #444;
  border-color: #444;
  border-style: solid;
  margin: 0;
  width: 100%
}

.footer-content {
  margin: 0 auto;
  color: #fff;
  text-align: center
}

.footer-text-widget {
  padding: 15px 0
}

.footer-content--top {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

@media screen and (max-width:1200px) {
  .footer-content--top {
    justify-content: center
  }
}

.footer-login {
  display: inline-block;
  margin-bottom: 1em
}

ul.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center
}

@media screen and (max-width:768px) {
  ul.footer-social {
    width: 100%;
    justify-content: center
  }
}

ul.footer-social li a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #ec6608;
  color: #fff;
  margin-right: 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

ul.footer-social li:last-child a {
  margin-right: 0
}

ul.footer-social li a:hover {
  background-color: #fff
}

ul.footer-social li a:hover i {
  color: #ec6608
}

ul.footer-social li a i {
  color: #303030;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}

.footer-content p {
  text-align: left;
  font-size: 13px
}

.newsletter-form {
  margin: 0 10px;
  display: inline-block;
  border-radius: 3px;
  top: -5px;
  vertical-align: text-bottom;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px)
}

.newsletter-form p {
  margin: 0;
  padding: 0
}

.newsletter-form button {
  border-top-right-radius: 30.5px;
  border-bottom-right-radius: 30.5px;
  padding: 22px;
  background-color: #4d4d4d;
  color: #999;
  border: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.newsletter-form button:hover {
  background-color: #fff;
  color: #4d4d4d
}

.newsletter-form input {
  vertical-align: top;
  width: 200px;
  font-family: Roboto, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 30.5px;
  border-bottom-left-radius: 30.5px;
  padding: 20.5px 22px;
  border: 1px solid #bbb;
  margin-right: -5px;
  background-color: #bbb;
  color: #4d4d4d
}

.news-listing-page-title p:first-child {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 0;
}

.news-listing-page-title p:last-child {
  position: relative;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  color: #303030;
}

.news-listing-page-title p:last-child:after {
  content: '';
  position: absolute;
  width: 177px;
  height: 4px;
  bottom: -16px;
  left: 0;
  background: #EC6608;
}

.news-listing-filters-container {
  height: 56px;
  display: flex;
}

.nice-select.open .list {
  width: auto !important;
}

.news-listing-page-title p:first-child {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 0;
}

.news-listing-page-title p:last-child {
  position: relative;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  color: #303030;
}

.news-listing-page-title p:last-child:after {
  content: '';
  position: absolute;
  width: 177px;
  height: 4px;
  bottom: -16px;
  left: 0;
  background: #EC6608;
}

@media screen and (max-width: 768px) {
  .news-listing-page-title p:first-child {
    font-size: 24px;
  }
  .news-listing-page-title p:last-child {
    font-size: 41px;
  }
  .news-listing-page-title p:last-child:after {
    width: 110px;
  }
}

@media screen and (max-width: 768px) {
  .news-listing-page-title p:first-child {
    font-size: 24px;
  }
  .news-listing-page-title p:last-child {
    font-size: 41px;
  }
  .news-listing-page-title p:last-child:after {
    width: 110px;
  }
}

.footer-content .on-board {
  color: #fff;
  font-size: 16px;
  margin-top: 0;
  margin-right: 0;
  text-transform: uppercase
}

.footer-appstores a {
  display: inline-block
}

.footer-appstores img {
  width: 143px;
  height: auto
}

.footer-content .menu {
  list-style: none;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: left
}

.footer-content span {
  font-size: 13px;
  vertical-align: middle
}

.footer-content .menu li {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top
}

@media screen and (max-width:768px) {
  .footer-content .menu {
    display: flex;
    flex-wrap: wrap
  }
  .footer-content .menu li {
    width: 50%
  }
}

.footer-content .sub-menu {
  padding: 0
}

.footer-content .sub-menu li {
  display: list-item;
  list-style-type: none;
  margin: 5px 0
}

.footer-content .menu li a {
  font-size: 15px;
  color: #ec6608;
  font-weight: 300
}

.footer-content .sub-menu li a {
  font-size: 15px;
  color: #fff;
  font-weight: 100;
  transition: color .3s ease
}

@media screen and (max-width:998px) {
  .footer-content .sub-menu li a {
    font-size: 17px;
    margin: 10px 0
  }
}

.footer-content .sub-menu li a:hover {
  color: #ec6608
}

.footer-content .menu li:first-child a {
  padding: 0;
  background: 0 0
}

.footer-content span {
  padding: 0;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: 100
}

.breadcrumbs {
  display: none;
  border-bottom: 1px solid #eee;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  text-transform: uppercase
}

.breadcrumbs a {
  color: #3b3b3b
}

.breadcrumbs p {
  display: inline-block;
  margin: 0 5px;
  color: #cacbcb
}

.breadcrumbs span.breadcrumb_last {
  font-family: Roboto, sans-serif;
  color: #ec6608
}

.containers#continue {
  border-top: 1px solid #eee;
  padding: 4% 0 0 0;
  margin: 4% 0 0 0
}

.container-left {
  width: 66%;
  float: left;
  border-right: .5px solid #eee;
  padding: 0 5% 0 0
}

.container-left.fullwidth {
  width: 100%;
  border: 0;
  padding: 0;
  float: none;
  margin: 0 auto
}

.post-content {
  border-bottom: 1px solid #eee;
  padding: 2% 0 5% 0
}

.post-content ul li {
  font-size: 18px;
  font-weight: 100
}

.post-content a {
  font-size: 18px;
  font-weight: 100
}

.post-content.small {
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 0
}

.wrapper.apply .post-content {
  border: 0
}

.post-content p a {
  color: #ec6608
}

.post-content a {
  color: #ec6608
}

.post-content p strong {
  font-family: Roboto, sans-serif
}

.post-content h1.main-title {
  font-size: 52px;
  line-height: 52px;
  margin: 0 0 10px 0
}

.post-content p.ingress {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  margin: 0 0
}

.post-content time {
  margin: 20px 0 10px 0;
  font-family: proxima_novasemibold;
  font-size: 15px;
  display: block;
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: 1.5px
}

.fullwidth .post-content img.wp-post-image {
  min-width: auto;
  max-width: 100%
}

.post-content img.wp-post-image {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0
}

.related_news {
  margin: 20px 0 0 0
}

.related_news a.title strong {
  font-family: proxima_novasemibold;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0
}

.related_news p {
  margin: 0;
  font-family: Roboto, sans-serif
}

.related_news p span {
  color: #ec6608;
  text-transform: uppercase;
  font-family: proxima_novasemibold
}

.container-right {
  width: 24%;
  float: right
}

.container-right .wdgt {
  display: block;
  margin: 0 0 20px 0
}

.container-right .wdgt .wdgt-content {
  padding: 18px
}

.container-right .wdgt.orange {
  background-color: #ec6608;
  color: #fff
}

.container-right .wdgt .wdgt-content p {
  font-family: proxima_novasemibold;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 5px 0
}

.container-right .wdgt .wdgt-content span {
  margin: 0;
  font-family: Roboto, sans-serif;
  display: block
}

.container-right .wdgt.newsletter .newsletter-form {
  border-radius: 0;
  padding: 0 18px 18px;
  margin: 0
}

.container-right .wdgt.newsletter .newsletter-form #newsletter-input-holder {
  position: relative;
  margin: 0 0 10px 0;
  border-radius: 5px;
  overflow: hidden
}

.container-right .wdgt.newsletter .newsletter-form #newsletter-input-holder input {
  background-color: #eef2f4;
  color: #ec6608
}

.container-right .wdgt.newsletter .newsletter-form #newsletter-input-holder input::-webkit-input-placeholder {
  color: #ec6608
}

.container-right .wdgt.newsletter .newsletter-form #newsletter-input-holder input:-moz-placeholder {
  color: #ec6608
}

.container-right .wdgt.newsletter .newsletter-form #newsletter-input-holder input::-moz-placeholder {
  color: #ec6608
}

.container-right .wdgt.newsletter .newsletter-form #newsletter-input-holder input:-ms-input-placeholder {
  color: #ec6608
}

.container-right .wdgt.newsletter .newsletter-form input#newsletter-submit {
  float: none;
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  color: #000
}

.container-right .wdgt.app {
  padding: 0
}

.container-right .wdgt.app a {
  font-family: proxima_novasemibold;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #ec6608;
  border-radius: 5px;
  letter-spacing: 1.5px
}

.container-right .wdgt.offers ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.container-right .wdgt.offers ul li {
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px solid #f8ae71
}

.container-right .wdgt.offers ul li:first-child {
  padding: 0;
  border: 0
}

.container-right .wdgt.offers ul li .offer-img {
  float: left;
  margin: 0 8px 0 0
}

.container-right .wdgt.offers ul li .offer-text p {
  font-family: Roboto, sans-serif;
  text-transform: none;
  line-height: 1.2;
  margin: 0
}

.container-right .wdgt.offers ul li .offer-text span {
  display: block;
  font-family: ProximaNova-Light
}

.container-right .wdgt.offers ul li a {
  color: #fff
}

.container-right .wdgt.offers a.more-offers {
  font-family: proxima_novasemibold;
  color: #000;
  display: block;
  margin: 20px auto 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  letter-spacing: 1.5px;
  font-size: 15px
}

ul.categories {
  padding: 0 0 30px 0;
  margin: 0 0 50px 0;
  border-bottom: 1px solid #eee;
  list-style: none
}

ul.categories li {
  float: left;
  margin: 10px 0 10px 10
}

ul.categories li a {
  display: block;
  padding: 9px 20px;
  font-family: ProximaNova-Light;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 5px;
  line-height: 1
}

ul.categories li a.active,
ul.categories li a:hover {
  background-color: #ec6608;
  color: #fff
}

ul.categories li a i {
  font-size: 10px;
  line-height: 1.3;
  vertical-align: top;
  margin: 0 0 0 5px
}

ul.post-social {
  list-style: none;
  margin: 20px 0;
  padding: 0
}

ul.post-social li {
  float: left
}

ul.post-social li a {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #ec6608;
  margin: 0 0 0 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

ul.post-social li:first-child a {
  margin: 0
}

ul.post-social li a:hover {
  background-color: #ec6608
}

ul.post-social li a:hover i {
  color: #fff
}

ul.post-social li a i {
  color: #ec6608;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}

.nanorep iframe {
  width: 100%
}

ul.contact-information {
  list-style: none;
  margin: 0;
  padding: 10px 0 45px;
  text-align: center;
  font-family: proxima_novasemibold;
  color: #ec6608;
  font-size: 18px
}

ul.contact-information li {
  display: inline-block;
  margin: 0 20px
}

ul.contact-information li i {
  margin: 0 5px 0 0
}

form.wpcf7-form input {
  width: 32%;
  display: inline-block;
  padding: 10px 10px;
  margin: 15px 0 20px 2%;
  background-color: #eef2f4;
  border: 0;
  color: #ec6608;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

form.wpcf7-form input[type=file] {
  float: none;
  margin: 0 0 20px 0;
  background-color: transparent;
  width: 100%;
  padding-left: 0
}

form.wpcf7-form input.wpcf7-not-valid {
  background-color: #ffd6d6
}

form.wpcf7-form .wpcf7-not-valid-tip {
  display: inline-block
}

form.wpcf7-form .wpcf7-validation-errors {
  border: 2px solid #ec6608
}

form.wpcf7-form input::-webkit-input-placeholder {
  color: #ec6608
}

form.wpcf7-form input:-moz-placeholder {
  color: #ec6608
}

form.wpcf7-form input:-ms-input-placeholder {
  color: #ec6608
}

form.wpcf7-form .first-input {
  margin: 0
}

form.wpcf7-form textarea {
  width: 100%;
  display: block;
  padding: 10px 10px;
  background-color: #eef2f4;
  min-height: 100px;
  border: 0;
  color: #666d70;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

form.wpcf7-form textarea.wpcf7-not-valid {
  background-color: #ffd6d6
}

form.wpcf7-form .contact-send {
  font-family: proxima_novasemibold;
  color: #fff;
  display: block;
  margin: 0 auto 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #ec6608;
  border-radius: 5px;
  letter-spacing: 2px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

form.wpcf7-form .contact-send::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  opacity: 0;
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

form.wpcf7-form .contact-send:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

ul.navigation {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
  font-family: proxima_novasemibold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px
}

ul.navigation li.first {
  float: left
}

ul.navigation li.second {
  display: inline-block
}

ul.navigation li.third {
  float: right
}

ul.navigation li i {
  font-size: 18px;
  vertical-align: middle;
  color: #cdd7d8
}

ul.navigation li.first i,
ul.navigation li.second i {
  margin: 0 15px 0 0
}

ul.navigation li.third i {
  margin: 0 0 0 15px
}

ul.navigation li a {
  color: #515252
}

.related-news-big h1 {
  margin: 60px 0 30px 0
}

ul.search-results {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

ul.search-results .search-item {
  background: #fff;
  margin: 18px 0 0;

}

ul.search-results .search-item:first-child {
  margin: 0
}

ul.search-results .search-item{
  display: flex;
}

ul.search-results .search-item .item-content{
  padding: 25px 32px 35px;
}

ul.search-results .search-item .search-image {
  max-width: 270px;
}

ul.search-results .search-item .item-content .tags-and-time-block{
  display: flex;
  margin: 0 0 15px;
}
ul.search-results .search-item .item-content .tags-and-time-block .news-category-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
ul.search-results .search-item .item-content .tags-and-time-block .news-category-list .category-item{
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #535353;
  text-transform: none;
}

ul.search-results .search-item .item-content .tags-and-time-block time {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #535353;
  text-transform: none;
}

ul.search-results .search-item .item-content .main-title{
  color: #303030;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}


ul.search-results .search-item .item-content  .read-more{
  padding: 8px 16px;
  font-size: 16px;
  font-weight: normal;
  color: #ec6608;
  border: 1px solid #EC6608;
  border-radius: 32px;
  display: inline-block;
  margin-top: 10px;
}



@media screen and (max-width:767px) {
    ul.search-results .search-item {
    flex-direction: column;
  }
  ul.search-results .search-item .search-image {
    max-width: initial;
    width: 100%;
  }
  ul.search-results .search-item .item-content .tags-and-time-block {
    flex-direction: column;
  }
}


.search-page .search-block .search-results .search-item .search-content{
  margin-top: 12px;
  color: #535353;
  /*max-width: 702px;*/
}


.search-page .search-block .search-results .search-item .search-content p{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #535353;
  font-style: normal;
  font-family: 'Roboto';
}
.search-title {
  font-size: 45px
}

.block .block_title {
  width: 100%;
  text-align: center;
  font-weight: 300
}

.block .block_title h2 {
  margin: 0 0 15px 0;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 300
}

.block .block_image {
  width: 30%;
  margin: 0 10px;
  max-width: 400px
}

@media screen and (max-width:768px) {
  .block .block_image {
    max-width: 100%
  }
}

.block .block_image3 {
  width: 290px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px
}

.block .block_image.left {
  float: left;
  left: 0
}

.block .block_image.right {
  float: right;
  right: 0
}

.block .block_image img {
  width: 100%;
  height: auto
}

.block .shortie {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.block a {
  text-decoration: none
}

.block a:hover {
  text-decoration: none
}

.block p {
  color: #000
}

.block .block_content.left {
  float: left;
  left: 0
}

.block .block_content.right {
  float: right;
  right: 0
}

.block .block_content {
  width: 70%;
  font-family: Roboto, sans-serif
}

.block .block_content2 {
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: center
}

.blockholders {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 0
}

@media screen and (max-width:1200px) {
  .blockholders {
    padding: 25px 0
  }
}

.block .block_content3 {
  width: calc(100% - 290px);
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-sizing: border-box
}

.block .block_content3 .inner_content3 {
  padding-top: 0;
  box-sizing: border-box
}

.odd-block {
  background-color: #f7f7f7
}

.block .block_content3 h2 {
  color: #ec6608;
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2
}

.title_logo {
  width: 50px;
  margin-bottom: 1em
}

.block .block_content strong {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #ec6608
}

.block .block_content2 strong {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #ec6608
}

.block .block_content p {
  margin-top: 1em
}

.block .block_content em {
  font-size: .8em;
  line-height: 1.4;
  display: block
}

.block .block_content .buttons a {
  height: 37px;
  line-height: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  display: block;
  margin: 0 10px 10px 0;
  text-align: center;
  background-color: #ec6608;
  max-width: 200px;
  width: 100%;
  border-radius: 5px;
  text-decoration: none
}

.block .block_content .buttons a:first-child {
  margin: 0 10px 10px 0
}

.block .block_content2 .buttons a {
  height: 37px;
  line-height: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  display: inline-block;
  margin: 0 10px 10px 0;
  text-align: center;
  background-color: #ec6608;
  max-width: 200px;
  width: 100%;
  border-radius: 5px
}

.block .block_content2 .buttons a:first-child {
  margin: 0 10px 10px 0
}

.two-boxes {
  width: 100%;
  margin: 0 0 25px
}

.two-boxes .two-box:first-child {
  float: left
}

.two-boxes .two-box {
  padding: 50px;
  float: right;
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.two-boxes .two-box h4 {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 29px;
  line-height: 1.2
}

.two-boxes .two-box p {
  margin: 20px 0;
  font-size: 17px
}

.two-boxes .two-box a {
  color: #ec6608;
  text-decoration: underline;
  font-size: 17px
}

.fullimage {
  position: relative;
  overflow: hidden
}

.fullimage img {
  width: 100%;
  height: auto
}

.fullimage .fullimage-meta {
  width: 100%;
  max-width: 800px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-shadow: 0 0 7px rgba(0, 0, 0, .3)
}

.fullimage .fullimage-meta h3 {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 1.2;
  margin: 0
}

.fullimage .fullimage-meta p {
  font-size: 22px;
  font-family: Roboto, sans-serif
}

.introduktion-module-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: calc(65% - 10px);
  padding: 20px
}

.introduktion-desktop-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  display: inline-block;
  width: calc(35% - 10px);
  height: auto
}

@media screen and (max-width:1200px) {
  .introduktion-desktop-image {
    padding: 40px 15px
  }
}

.introduktion-mobile-image {
  display: none
}

.introduktion-module-header {
  color: #ec6608;
  font-size: 2em;
  line-height: 1.2
}

@media screen and (max-width:998px) {
  .introduktion-module-header {
    margin-top: 0;
    margin-bottom: 20px
  }
}

.introduktion-module-content em {
  font-size: .8em;
  line-height: 1.4
}

.on-board {
  border-style: solid;
  border-width: 1px;
  border-color: #ec6608;
  color: #ec6608
}

.on-board.mean-onboard {
  margin: 0;
  position: fixed;
  top: 15px;
  left: 50%;
  z-index: 100;
  font-size: 12px;
  -webkit-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  -o-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%)
}

.introduktion-module hr {
  color: #eee;
  border-color: #eee;
  border-style: solid;
  margin-top: 40px
}

.starttitel {
  text-align: center;
  color: #000
}

.start-header {
  width: 100%;
  padding-bottom: 20px
}

.start-header h2 {
  font-size: 3em;
  margin-bottom: 0
}

.start-undertext h3 {
  color: #000
}

.sluttitel {
  padding: 50px 0;
  text-align: center;
  color: #fff;
  background-color: #ec6608
}

.sluttitel h2 {
  margin-top: 0;
  font-size: 2em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.2;
  color: #fff
}

.sluttitel p {
  margin-bottom: 0;
  text-align: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px
}

.sluttitel a {
  text-decoration: underline;
  color: #fff
}

.sluttitel a:hover {
  text-decoration: underline
}

@media only screen and (max-width:760px),
(min-device-width:768px) and (max-device-width:1024px) {
  .post-content {
    width: 100%
  }
  table {
    overflow: scroll;
    max-width: 100%;
    width: 100%;
    font-size: 14px
  }
}

.pristabell {
  width: 589px
}

a.order-now {
  background-color: #000;
  color: #fff
}

a.how-nowo-works,
a.order-now,
a.re-watch-video {
  height: 60px;
  line-height: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  padding: 0 20px;
  display: block;
  max-width: 270px;
  margin: 0 auto;
  text-shadow: none;
  -webkit-box-shadow: 0 0 33px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 33px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, .2)
}

a.how-nowo-works,
a.re-watch-video {
  margin: 10px auto 0
}

@media only screen and (min-width:1100px) {
  .on-board.mean-onboard {
    display: none
  }
  .mean-logo-container {
    display: none
  }
  .mean-app-stores-holder {
    display: none
  }
  .menu-outer {
    display: inline-block;
    width: 800px;
    text-align: right
  }
}

@media only screen and (max-width:1280px) {
  .wrapper {
    width: 80%
  }
  .welcome .welcome-meta .welcome-meta-inner {
    max-width: 560px
  }
  .welcome .welcome-meta .welcome-meta-inner {
    display: block;
    padding: 0 20px
  }
  .welcome .welcome-meta .welcome-meta-inner h1 {
    font-size: 40px
  }
  .promo .promo-meta .promo-meta-inner h1 {
    font-size: 40px
  }
  .promo .promo-meta .promo-meta-inner {
    left: 40px;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media only screen and (max-width:1099px) {
  .big-image {
    background-position: center 65px;
    margin-top: 65px
  }
  body {
    padding: 0 0 0
  }
  .partners-container {
    width: 600px
  }
  .partner {
    width: 200px;
    height: 135px;
    padding: 10px
  }
  .partner:hover {
    height: 134px;
    padding: 8px;
    border-width: 2px
  }
  .play-video {
    margin: 0 auto
  }
  .menu-holder {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .header-logo img.white {
    margin-top: 0;
    margin-left: 20px;
    position: relative;
    left: 0;
  }
  .header-logo img.black {
    display: none
  }
  .app-store-header-small img {
    margin: 0 0 0 15px;
    width: 135px;
    height: 100%
  }
  .btn.order_nowo {
    position: fixed;
    right: 67px;
    top: -10px;
    height: 37px;
    line-height: 37px;
    font-family: Montserrat, sans-serif;
    float: right;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 0 15px;
    display: block;
    margin: 24px 0 0 20px;
    font-size: 9px;
    border-radius: 5px
  }
  .header {
    min-height: 66px;
    height: auto;
    border-bottom: 1px solid #EC6608;
  }
  .header ul.menu {
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: .5s all ease;
    text-align: center;
  }
  .header ul.menu.menu-open {
    position: relative;
    width: 100%;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    border-top: 1px solid #EC6608;
    margin-top: 6px;
  }
  .header ul.menu.menu-open li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #000;
    margin: 0;
  }
  .header ul.menu.menu-open li a {
    display: block;
    width: 100%;
    padding: 12px 0%;
    margin: 0;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    transition: .7s all ease;
  }
  .header .menu-burg {
    display: block;
  }
  .header a.header-logo {
    /* margin: 0 */
  }
  .header-logo img {
    width: 74px;
    height: auto !important;
    margin: 16px 0 0 20px;
  }
  .mean-logo-container {
    margin-top: 0;
    position: fixed;
    z-index: 10000;
    display: block;
    top: 0
  }
  .header-logo-mean img {
    height: 45px;
    width: auto;
    margin: 10px 0 0 10px
  }
  .mean-app-stores-holder {
    display: block;
    margin-top: 0;
    left: 50%;
    top: 0;
    position: fixed;
    z-index: 10001;
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%)
  }
  .header-app-button-mean img {
    width: 140px;
    height: auto;
    margin: 12px 0 0
  }
  ul#news-items-holder>li.position_1,
  ul#news-items-holder>li.position_2,
  ul#news-items-holder>li.position_3,
  ul#news-items-holder>li.position_4 {
    width: 48%
  }
  ul#news-items-holder>li.position_5,
  ul#news-items-holder>li.position_6,
  ul#news-items-holder>li.position_7,
  ul#news-items-holder>li.position_8 {
    width: 48%
  }
  .welcome {
    height: auto
  }
  .welcome .card {
    display: none
  }
  ul#news-items-holder.related>li {
    width: 47%;
    margin: 0 0 10px 2%
  }
  ul#news-items-holder.related>li:first-child {
    margin: 0 0 10px 2%
  }
  .container-left {
    padding: 0;
    border: 0;
    width: 100%
  }
  .container-right {
    width: 100%;
    margin: 20px 0 0
  }
  .container-right .wdgt.app img {
    display: none
  }
  .container-right .wdgt.app .wdgt-content {
    padding: 0;
    margin: 0 0 15px 0
  }
  a.btn_continue {
    font-family: proxima_novasemibold;
    color: #fff;
    display: block;
    margin: 20px auto 0;
    max-width: 220px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #ec6608;
    border-radius: 5px;
    letter-spacing: 2px
  }
  .welcome .welcome-meta .welcome-meta-inner {
    max-width: 560px
  }
  .welcome .welcome-meta h1 {
    font-size: 40px
  }
  .fullimage .fullimage-meta h3 {
    font-size: 40px
  }
  .fullimage .fullimage-meta p {
    font-size: 18px
  }
  .wrapper.page-or-single {
    margin: 40px auto 0
  }
  .wrapper.page-or-single.iframe {
    width: 100%;
    margin: 0
  }
  .info .info-title {
    margin: 0 0 15px 0
  }
  .info .reviews {
    width: 100%;
    position: relative
  }
  .info .reviews .inner {
    float: none
  }
  .info .reviews .inner {
    max-width: 100%
  }
  .promo .promo-meta {
    width: 60%
  }
  .promo .promo-image {
    width: 40%
  }
  .promo .promo-meta .promo-meta-inner {
    text-align: center;
    left: 20px;
    right: 20px
  }
  .promo .promo-meta .promo-meta-inner h1 {
    font-size: 25px;
    line-height: 1.1
  }
  .promo .promo-meta .promo-meta-inner p {
    font-size: 14px
  }
  .block .block_content3 .inner_content3 {
    position: relative;
    width: 100%
  }
}

@media only screen and (max-width:800px) {
  .big-image-parallax {
    padding-top: 36%;
    background-position: center top;
    background-size: 200% auto;
    transform: translateY(65px);
    margin-bottom: 80px
  }
  .main-slider-header {
    font-size: 1.2em;
    margin-top: 4em
  }
  .text {
    max-width: 45%
  }
  .text h2 {
    font-size: 1em
  }
  .newsletter-form {
    margin-top: 15px
  }
  .newsletter-form input {
    width: 150px;
    padding: 15.5px 15px
  }
  .newsletter-form button {
    padding: 17px 15px
  }
  .puffs {
    margin: 0;
    padding: 0
  }
  .puffs ul li {
    margin: 40px 0
  }
  .puffs ul li .img-holder {
    width: 100%
  }
  .puffs ul li.even .img-holder,
  .puffs ul li.odd .img-holder {
    float: none
  }
  .puffs ul li .meta-holder {
    width: 100%;
    position: relative;
    text-align: center;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }
  .promo .promo-meta {
    text-align: left;
    width: 100%;
    position: relative
  }
  .promo .promo-meta .promo-meta-inner {
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 30px 20px
  }
  .promo .promo-image {
    width: 100%
  }
  .sluttitel {
    padding: 50px 0;
    padding-bottom: 25px;
    text-align: center;
    background-color: #ec6608;
    color: #fff
  }
  .sluttitel h2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  .sluttitel p {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  .sluttitel .wrapper {
    width: 100%
  }
  .introduktion-module-content {
    width: 100%;
    padding: 0
  }
  .introduktion-mobile-image {
    display: none
  }
  .introduktion-desktop-image {
    display: none
  }
  .block .block_title h2 {
    margin: 0 0 15px;
    font-size: 27px
  }
  .block .block_content {
    text-align: left;
    margin: 20px 10px 0 10px;
    padding: 0
  }
  .block .block_content,
  .block .block_image .block_image3 {
    float: none;
    width: auto
  }
  .block .block_image3 {
    display: none
  }
  .block_content3 {
    align-items: center
  }
  .block .block_content3 .title_logo {
    height: 60px;
    width: auto;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .block .block_content3 h2 {
    display: inline-block;
    margin-left: 0;
    float: none
  }
}

@media screen and (max-width:768px) {
  ul.footer-social li a {
    width: 40px;
    height: 40px;
    margin-right: 16px
  }
  ul.footer-social li a i {
    font-size: 21px
  }
}

@media only screen and (max-width:499px) {
  .header-logo img {
    left: calc(50% - 57px)
  }
}

@media only screen and (max-width:499px) {
  .big-image-parallax {
    transform: translateY(65px)
  }
  .header-logo-mean img {
    height: 25px;
    margin: 20px 0 0 10px
  }
  .sluttitel {
    padding-left: 20px;
    padding-right: 20px
  }
  .modal-content {
    width: 80%;
    top: 10%
  }
  .modal-content .step-app-stores-holder a img {
    margin-bottom: 10px
  }
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }
    to {
      top: 10%;
      opacity: 1
    }
  }
  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }
    to {
      top: 10%;
      opacity: 1
    }
  }
  .partners-container {
    max-width: 300px
  }
  .partner {
    width: 140px;
    height: 95px;
    padding: 5px
  }
  .partner:hover {
    height: 64px;
    padding: 3px;
    border-width: 2px
  }
  .start-header h2 {
    font-size: 1.5em
  }
  .introduktion-module {
    text-align: left;
    margin-top: 0
  }
  .main-slider {
    max-height: 630px;
    overflow: hidden!important;
    margin-top: 0
  }
  .bss-show {
    max-height: 630px;
    overflow: hidden!important
  }
  .main-slider img {
    height: 500px;
    max-width: none;
    width: auto;
    overflow: hidden
  }
  .main-slider .left img {
    -webkit-transform: translateY(0) translateX(-40%);
    -moz-transform: translateY(0) translateX(-40%);
    -ms-transform: translateY(0) translateX(-40%);
    -o-transform: translateY(0) translateX(-40%);
    transform: translateY(0) translateX(-40%)
  }
  .main-slider .left-middle img {
    -webkit-transform: translateY(100px) translateX(-40%);
    -moz-transform: translateY(100px) translateX(-40%);
    -ms-transform: translateY(100px) translateX(-40%);
    -o-transform: translateY(100px) translateX(-40%);
    transform: translateY(100px) translateX(-40%)
  }
  .main-slider .right img {
    -webkit-transform: translateY(100px) translateX(-10%);
    -moz-transform: translateY(100px) translateX(-10%);
    -ms-transform: translateY(100px) translateX(-10%);
    -o-transform: translateY(100px) translateX(-10%);
    transform: translateY(100px) translateX(-10%)
  }
  .main-slider .text img {
    width: 75px;
    height: auto;
    margin: 10px 0 0 10px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
  }
  .main-slider .bss-next {
    right: 20px;
    top: auto;
    bottom: 15px
  }
  .main-slider .bss-prev {
    left: 20px;
    top: auto;
    bottom: 15px
  }
  .bss-slides .bss-show {
    z-index: 5
  }
  .main-slider .text {
    max-width: none;
    position: relative;
    top: -110px;
    left: auto;
    right: auto;
    padding: 10px;
    padding-top: 20px;
    height: 180px;
    text-align: left;
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    color: #000
  }
  .main-slider-header {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 0;
    margin-top: 5px
  }
  .main-slider-text {
    font-size: 14px;
    margin-top: 5px;
    text-align: center
  }
  .main-slider p {
    text-align: center
  }
  .main-slider-quote {
    color: #fff
  }
  .startpage-header {
    font-size: 1.6em
  }
  .feature {
    width: 100%;
    text-align: center
  }
  .feature hr {
    display: none
  }
  .feature-image {
    margin-top: 10px;
    display: inline-block;
    width: 300px
  }
  .feature-header {
    color: #ec6608;
    font-size: 1.5em
  }
  .listing-iframe-container {
    margin-top: 0
  }
  .tite h2 {
    font-size: 1.9em
  }
  .download-module-text {
    font-size: 1.5em
  }
  .welcome-text-desktop {
    display: none
  }
  .welcome-text-mobile {
    display: inline
  }
  .step-app-stores-holder {
    padding-bottom: 10px
  }
  .step-app-stores-holder a {
    margin: 0
  }
  .download-module .step-app-stores-holder a img {
    width: 135px
  }
  .top-text h1 {
    font-size: 28px
  }
  .top-text.black {
    font-size: 1.2em
  }
  ul.boxes.three.front {
    padding: 20px 0 0
  }
  .wrapper {
    width: 80%
  }
  .welcome .welcome-meta {
    text-align: center;
    top: auto;
    bottom: 20%
  }
  .welcome .welcome-meta h1 {
    font-size: 25px;
    margin: 0 0 20px
  }
  .welcome .welcome-meta a.btn {
    float: none
  }
  .welcome .welcome-meta a.btn.prebook {
    margin: 0 0 10
  }
  ul#news-items-holder>li.position_1,
  ul#news-items-holder>li.position_2,
  ul#news-items-holder>li.position_3,
  ul#news-items-holder>li.position_4 {
    width: 98%
  }
  ul.boxes.three {
    margin: 0
  }
  ul.boxes.three li {
    width: 100%;
    margin: 0 0 20px
  }
  ul.boxes.three p {
    text-align: left
  }
  ul.boxes {
    list-style: none;
    padding: 0
  }
  ul.boxes li {
    float: left;
    text-align: center
  }
  ul.boxes li img {
    width: 100%;
    height: auto;
    margin: 0 0 20px
  }
  ul.boxes li p {
    display: inline
  }
  ul.boxes li a {
    color: #000
  }
  ul.boxes.two {
    margin: 0 0 0 -2%
  }
  ul.boxes.two li {
    width: 48%;
    margin: 0 0 0 2%
  }
  ul.boxes.four {
    margin: 0 0 0 -3%
  }
  ul.boxes.four li {
    width: 22%;
    margin: 0 0 0 3%
  }
  ul.boxes.front li strong {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #ec6608
  }
  ul.boxes.front li strong h3 {
    margin: 10px 0
  }
  ul.boxes.front li p {
    font-family: Roboto, sans-serif;
    font-size: 16px
  }
  ul.boxes.front li .img-holder {
    margin: 0 0 20px;
    position: relative
  }
  ul.boxes.front li .img-holder img {
    width: 25%;
    height: auto
  }
  #steps ul li .img-holder img {
    width: 75%;
    height: auto
  }
  .welcome-meta-text {
    padding: 0 20px;
    border-radius: 5px
  }
  .welcome-meta-inner {
    margin-top: 60%
  }
  ul.boxes.front li .img-holder {
    background: 0 0
  }
  ul.boxes.front li .img-holder img {
    visibility: visible;
    margin: 0
  }
  .puffs ul li .forklaring-holder img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer
  }
  .forklaring-link img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer
  }
  .post-content ul.post-social {
    text-align: center;
    padding: 0
  }
  .post-content ul.post-social li {
    float: none;
    display: inline-block
  }
  .post-content ul {
    /*padding: 0 0 0 20px;*/
    /*text-align: left*/
      flex-wrap: wrap;
  }
  .post-content h1.main-title {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.4
  }
  .post-content p.ingress {
    font-size: 16px
  }
  .post-content a,
  .post-content p {
    font-size: 14px
  }
  .footer-login .on-board {
    margin-top: 0
  }
  .footer-content .menu {
    text-align: center
  }
  .footer-content .menu li {
    /* text-align: left; */
    margin: 0 auto;
    width: 100%;
  }
  .footer-content .sub-menu li {
    margin: 0
  }
  .welcome .welcome-meta {
    width: 100%
  }
  .welcome .welcome-meta .card {
    margin: 30px 0 0
  }
  ul.categories {
    text-align: center;
    margin: 0 0 50px
  }
  ul.categories li {
    float: none;
    margin: 10px 0
  }
  .welcome .card {
    display: block
  }
  .related-news-big h1 {
    margin: 20px 0 15px 0;
    font-size: 24px
  }
  ul.navigation {
    display: none
  }
  ul#news-items-holder.related>li {
    width: 100%;
    margin: 0 0 20px
  }
  ul#news-items-holder.related>li:first-child {
    margin: 0 0 20px
  }
  .breadcrumbs {
    display: none
  }
  .preview-meta p {
    font-size: 24px;
    margin: 0
  }
  .img-holder.equalize {
    height: auto!important
  }
  .welcome .big-image img {
    width: 200%;
    margin: 0 0 0 -50%
  }
  .welcome .big-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(41, 43, 45, .4) 0, rgba(23, 25, 26, .95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(23, 25, 26, .95)), color-stop(100%, rgba(41, 43, 45, .4)));
    background: -webkit-linear-gradient(top, rgba(41, 43, 45, .4) 0, rgba(23, 25, 26, .95) 100%);
    background: -o-linear-gradient(top, rgba(41, 43, 45, .4) 0, rgba(23, 25, 26, .95) 100%);
    background: -ms-linear-gradient(top, rgba(41, 43, 45, .4) 0, rgba(23, 25, 26, .95) 100%);
    background: linear-gradient(to bottom, rgba(41, 43, 45, .4) 0, rgba(23, 25, 26, .95) 100%)
  }
  .welcome .welcome-meta .welcome-meta-inner {
    max-width: 100%
  }
  .welcome .welcome-meta .welcome-meta-inner h1 {
    font-size: 30px
  }
  .welcome .welcome-meta .welcome-meta-inner h2 {
    font-size: 25px;
    text-align: left
  }
  .welcome .welcome-meta .welcome-meta-inner p {
    font-size: 20px
  }
  .big-image .meta,
  .big-image-parallax .meta {
    font-size: 20px
  }
  .fullimage .fullimage-meta {
    width: 90%
  }
  .fullimage .fullimage-meta h3 {
    font-size: 24px
  }
  .fullimage .fullimage-meta p {
    font-size: 14px
  }
  .fullimage img {
    width: 150%;
    margin: 0 0 0 -25%;
    max-width: 100000px
  }
  .block .block_content .buttons a:first-child {
    margin: 0 auto;
    width: 100%
  }
  .welcome-arrow {
    display: none
  }
  .puffs ul li .meta-holder p {
    font-size: 16px;
    line-height: 1.2
  }
  .info .reviews .inner {
    margin: 0
  }
  .info .reviews .review {
    text-align: center
  }
  .info .reviews .review .review-image {
    position: relative;
    width: 40%;
    display: inline-block;
    margin: 0 0 10px
  }
  .info .reviews .review .review-meta {
    padding: 0
  }
  .info .reviews .review .review-meta p {
    font-size: 20px
  }
  .testimonials-slider .bss-next {
    right: 0;
    top: auto;
    bottom: -50px
  }
  .testimonials-slider .bss-prev {
    left: 0;
    top: auto;
    bottom: -50px
  }
  .testimonials-slider figure {
    height: 350px
  }
  .vimeo iframe {
    padding: 50px 20px
  }
  .puffs ul li .meta-holder h3 {
    font-size: 28px
  }
  .two-boxes .two-box {
    width: 100%
  }
  .two-boxes .two-box:first-child {
    margin: 0 0 20px 0
  }
  .pristabell {
    width: 100%
  }
  @media screen and (max-width:1400px) {
    .big-image-parallax {
      transform: translateY(65px);
      margin-bottom: 65px
    }
  }
  .nyhet-block {
    align-items: center
  }
  .nyhet-block-image {
    height: 75px;
    width: 100%;
    display: inline-block;
    margin-right: 10px;
    float: none;
    padding: 0
  }
  .nyhet-block-image img {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block
  }
  .nyhet-block {
    margin: 0
  }
  .nyhet-block .buttons {
    display: none
  }
  .nyhet-block-content {
    width: 100%;
    text-align: center
  }
  .nyhet-block p {
    font-size: 1em
  }
  .nyhet-block-header {
    font-size: 1.6em
  }
}

@media only screen and (max-width:440px) {
  .main-slider .left img {
    -webkit-transform: translateY(0) translateX(-44%);
    -moz-transform: translateY(0) translateX(-44%);
    -ms-transform: translateY(0) translateX(-44%);
    -o-transform: translateY(0) translateX(-44%);
    transform: translateY(0) translateX(-44%)
  }
}

@media only screen and (max-width:420px) {
  .main-slider .left img {
    -webkit-transform: translateY(0) translateX(-54%);
    -moz-transform: translateY(0) translateX(-54%);
    -ms-transform: translateY(0) translateX(-54%);
    -o-transform: translateY(0) translateX(-54%);
    transform: translateY(0) translateX(-54%)
  }
}

@media screen and (max-width:768px) {
  ul.boxes.three {
    margin: 0
  }
  ul.boxes.three li {
    width: 100%;
    margin: 0 0 20px;
    display: block
  }
  ul.boxes {
    list-style: none;
    padding: 0
  }
}

@media only screen and (max-width:325px) {
  .main-slider .text {
    padding-top: 10px;
    height: 180px
  }
  .main-slider-quote {
    margin-top: .25em
  }
}

#chart_div {
  margin-bottom: 30px
}

.saving-option-popup-overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999
}

.front-screen-popup {
  position: fixed;
  width: 556px;
  height: 459px;
  left: calc(50% - 278px);
  top: calc(50% - 230px);
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.saving-options-popup-close {
  padding: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer
}

.popup-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #303030;
  max-width: 430px
}

.popup-central-illustration {
  padding: 36px 0 54px
}

.savings-options-container {
  display: flex;
  width: 100%;
  justify-content: center
}

.savings-options-container a:nth-of-type(1) {
  margin-right: 16px
}

.savings-options-container a img {
  max-width: 216px
}
