/* Minification failed. Returning unminified contents.
(78,24): run-time error CSS1031: Expected selector, found '{'
(105,32): run-time error CSS1031: Expected selector, found '{'
 */
.cookie-notification {
  background: #0057B8;
  color: #fff;
  display: none;
}
.cookie-notification .cookie-content {
  margin: 0 auto;
  padding: 4px 6px;
}
.cookie-notification .cookie-content--inner {
  margin: 0 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
}
.cookie-notification .text {
  margin-right: 10px;
}
.cookie-notification a {
  color: inherit;
  margin-right: 10px;
  text-decoration: underline;
}
.cookie-notification button {
  background: #fff;
  border: 0;
  border-radius: 1px;
  color: #0057B8;
  padding: 5px 22px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 40px 0 15px;
  cursor: pointer;
}

.cookie-notification.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.subSiteMainPage .cookie-notification {
  position: fixed;
  top: 0;
  width: 100%;
}
.subSiteMainPage .fixed_top .cookie-notification {
  position: static;
}

.cookie-notification.visible {
  display: block;
}

@media (max-width: 768px) {
  .subSiteMainPage .cookie-notification {
    position: static;
  }
  .cookie-notification.relative {
    top: 64px;
    position: relative;
  }
  .cookie-notification.fixed {
    position: static;
  }
  .cookie-notification button {
    margin: 0;
  }
}
/*hide default checkbox overall*/
input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
}
input[type=checkbox] ~ {
  /*positioning the parent element*/
}
input[type=checkbox] ~ label {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
input[type=checkbox] ~ label:before {
  /*for checkbox before effects overall*/
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ccc;
}
input[type=checkbox]:checked ~ {
  /*RuokakauppiasAppFormBlock section*/
}
input[type=checkbox]:checked ~ label:after {
  /*for checkbox after effects overall*/
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
input[type=checkbox]:checked ~ label:before {
  /*for checkbox hover and checked effects overall*/
  background: #cb4700;
}
input[type=checkbox]:checked ~ label.tnc-description:after {
  top: 9px;
}
input[type=checkbox]:hover ~ label:before {
  background: #cb4700;
}

/* Episerver forms */
.EPiServerForms label {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.EPiServerForms label > input[type=checkbox] {
  position: relative;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  outline: none;
}
.EPiServerForms label > input[type=checkbox]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ccc;
}
.EPiServerForms label > input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.EPiServerForms label > input[type=checkbox]:checked::before {
  background: #cb4700;
}
.EPiServerForms label:hover > input[type=checkbox]:before {
  background: #cb4700;
}
.EPiServerForms > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 0 10px 0 0;
}
.EPiServerForms input[type=checkbox] ~ label:before {
  display: none;
}
.EPiServerForms input[type=checkbox]:checked ~ label:after {
  display: none;
}

/* xform */
.xform label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 0 10px 0 0;
}
.xform label > input[type=checkbox] {
  position: relative;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  outline: none;
}
.xform label > input[type=checkbox]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ccc;
}
.xform label > input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.xform label > input[type=checkbox]:checked::before {
  background: #cb4700;
}
.xform label:hover > input[type=checkbox]:before {
  background: #cb4700;
}
.xform input.Phone[type=text] {
  padding-left: 35px !important;
  background-image: url(/staticcontent/img/comm_icon-phone.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 10px 0.9rem;
}

/* Cision Works #CisionForm*/
#CisionForm input[type=checkbox]:checked ~ label::after {
  top: 10px;
}

/*Phone svg icon for all forms including xforms and episerver forms*/
input#Phone {
  padding-left: 35px !important;
  background-image: url(/staticcontent/img/comm_icon-phone.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 10px 0.9rem;
}

input.Phone {
  padding-left: 35px !important;
  background-image: url(/staticcontent/img/comm_icon-phone.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 10px 0.9rem;
}

/*Add Dropdown selected tick icon*/
.dropdown-selected-tick {
  position: absolute;
  right: 1%;
  width: 1em;
  height: 1em;
  background-image: url(/staticcontent/img/misc_icon-tick.svg) !important;
  background-size: 1em 1em !important;
}

/*Search page Dropdown*/
.align-srch-drpdwn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 0;
}
.align-srch-drpdwn input {
  margin-right: 4px;
}

.srch-drpdwn {
  width: 150px !important;
  margin-right: 4px;
}
.srch-drpdwn .ui-selectmenu-button {
  margin: 0 !important;
  height: 34px !important;
}
.srch-drpdwn #publishYear {
  display: none !important;
}

/*Add attention icon when requried*/
.field-validation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 10px 0;
}

.field-validation-error {
  color: red;
  font-size: 17px;
  display: inline-block;
  padding: 0;
  margin: 10px 0;
}
.field-validation-error .show-attention-icon {
  position: absolute;
  right: 1.5em;
  top: 2.4em;
  width: 1em;
  height: 1em;
  background-image: url(/staticcontent/img/attention_icon-warning.svg);
  background-size: 1em 1em !important;
}

input[type=text].error {
  padding-right: 36px !important;
  border-color: red !important;
  background-color: rgba(255, 0, 0, 0.05);
}

/* Mobile Styles */
@media only screen and (max-width: 426px) {
  input[type=checkbox]:checked ~ label:after {
    top: 9px;
  }
  #CisionForm input[type=checkbox]:checked ~ label::after {
    top: 9px;
  }
}
/*fonts */
@font-face {
  font-family: Skatta Sans Black;
  font-weight: 900;
  src: url(/staticcontent/fonts/skattasans/SkattaSansBlack.woff) format("woff");
}
@font-face {
  font-family: Skatta Sans Bold;
  font-weight: 700;
  src: url(/staticcontent/fonts/skattasans/SkattaSansBold.woff) format("woff");
}
@font-face {
  font-family: Skatta Sans Medium;
  font-weight: 500;
  src: url(/staticcontent/fonts/skattasans/SkattaSansMedium.woff) format("woff");
}
@font-face {
  font-family: Skatta Sans Regular;
  font-weight: 400;
  src: url(/staticcontent/fonts/skattasans/SkattaSansRegular.woff) format("woff");
}
img#LiveMonTransparentImage {
  display: none;
}

#header {
  border-bottom: 1px solid #ccc;
  height: 4em;
  line-height: 4em;
}
#header .brand {
  float: left;
  font-size: 18px;
  color: #cb4700;
  padding: 0 1em;
}
#header .brand img {
  width: 30px;
}
#header .title {
  font-family: Skatta Sans Black;
  font-size: 14px;
}
#header .title a {
  text-transform: uppercase;
  color: #00205b;
}
#header .title a:hover {
  text-decoration: none;
}
#header .language {
  float: right;
  text-align: right;
}
#header .language a {
  color: #d2d2d2;
  font-family: "Skatta Sans Bold";
}
#header .language a.active {
  color: #00205b;
}
#header .language > a:hover {
  text-decoration: none;
}
#header .language > a:active {
  text-decoration: none;
}
#header .language > a:visited {
  text-decoration: none;
}
#header .language > a:focus {
  text-decoration: none;
}
#header .language > a:not(:last-of-type):after {
  content: " / ";
}

#footer {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 70px;
  margin-top: 2em;
  background-color: #ccd2de;
  color: #00205b;
}
#footer .brand {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
#footer .body {
  text-align: left;
}
#footer .body .footer-links {
  margin-bottom: 40px;
}
#footer .body .footer-links:hover {
  text-decoration: none;
}
#footer .body .footer-links:visited {
  text-decoration: none;
}
#footer .body .footer-links:focus {
  text-decoration: none;
}
#footer .body .footer-links:active {
  text-decoration: none;
}
#footer .body .footer-links a {
  font-family: "Skatta Sans Bold";
  padding-right: 5px;
  color: #00205B;
}
#footer .body .footer-links > a:not(:last-of-type):after {
  content: "|";
  padding-left: 5px;
}
#footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#footer .social-links .icons img {
  width: 30px;
  margin-right: 5px;
}
#footer .social-links .title {
  padding-right: 10px;
  font-family: "Skatta Sans Black";
  font-size: 14px;
}

#root {
  margin: 0 auto;
  font-family: Skatta Sans Regular;
  overflow: hidden;
  color: #00205b;
}
#root h1 {
  color: #cb4700;
  text-transform: uppercase;
  font-family: Skatta Sans Black;
  font-size: 45px;
  margin-bottom: 25px;
  margin-top: 30px;
}
#root h2 {
  color: #cb4700;
  text-transform: uppercase;
  font-family: Skatta Sans Black;
  font-size: 36px;
  margin-bottom: 50px;
  color: #cb4700;
  text-align: center;
}
#root h3 {
  color: #cb4700;
  text-transform: uppercase;
  font-family: Skatta Sans Black;
  font-size: 18px;
}
#root h4 {
  font-family: Skatta Sans Black;
}
#root h2.lead {
  margin-bottom: 20px;
}
#root h5 {
  font-size: 16px;
  color: #00205b;
  font-weight: bold;
  margin: 0;
  padding-bottom: 4px;
}
#root p {
  font-size: 18px;
  margin-bottom: 2rem;
  color: #00205b;
}
#root p.main-body {
  font-size: 22px;
}
#root p.sub-body {
  font-size: 16px;
}
#root p.alternate {
  font-size: 14px;
}
#root div.alternate p {
  font-size: 14px;
}
#root .background-grey {
  background-color: #e6e6e6;
}
#root div[name^=zone] {
  margin-bottom: 2em;
  /*check*/
}
#root div[name^=zone] div.four-col-block {
  padding: 1em 0;
}
#root div[name^=zone]:nth-of-type(2n-1) {
  background-color: #e6e6e6;
}
#root div[name^=zone] .main-banner {
  visibility: hidden;
}
#root div[name^=zone] .carousel {
  position: relative;
}
#root div[name^=zone] .carousel .carousel-inner {
  min-height: 450px;
  height: auto;
}
#root div[name^=zone] .carousel .carousel-control {
  background: none;
  color: grey;
}
#root div[name^=zone] .carousel .carousel-control .glyphicon:before {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  padding: 0.5em;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#root div[name^=zone] .carousel .carousel-control.active {
  background-color: #cb4700;
}
#root div[name^=zone] div.item {
  text-align: center;
}
#root div[name^=zone] div.item .button {
  font-size: 16px;
  padding: 8px 16px;
  background-color: #00205b;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}
#root div[name^=zone] div.item .button:after {
  content: "\e080";
  font-family: "Glyphicons Halflings";
  font-size: 12px;
  padding-left: 5px;
  color: #cb4700;
  font-weight: bold;
}
#root div[name^=zone] div.item .button:hover {
  text-decoration: none;
  color: #cb4700;
}
#root div[name^=zone] div.item .button.active {
  background-color: #d2d2d2;
}
#root div[name^=zone] div.item.left-content-area {
  text-align: left;
}
#root div[name^=zone] div.item.right-content-area {
  text-align: left;
  padding-left: 30px;
}
#root div[name^=zone] div.item.right-content-area img {
  margin-left: 0;
}
#root div[name^=zone] div.item.img-block-small {
  margin-bottom: 1rem;
}
#root div[name^=zone] div.item.img-block-small img {
  margin: 0 auto;
}
#root div[name^=zone] .border-bottom-grey {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#root div[name^=zone] .border-top-grey {
  border-top: 1px solid #d2d2d2;
  padding-top: 30px !important;
  margin-top: 30px !important;
}
#root div[name^=zone] div.item.simple-block .content {
  max-width: 780px;
  text-align: left;
}
#root div[name^=zone] div.item.simple-block > img.hero {
  width: 100%;
  height: auto;
}
#root div[name^=zone] div.item.col-2 {
  padding: 0 10px;
}
#root div[name^=zone] div.item.col-2:not(:last-of-type) {
  border-right: 1px solid #d2d2d2;
}
#root div[name^=zone] div.item.col-2 div.col-left {
  margin-bottom: 30px;
}
#root div[name^=zone] div.item.col-2 div.col-left:last-of-type {
  margin-bottom: 50px;
}
#root div[name^=zone] div.item.col-2 div.col-prices {
  margin: 0;
}
#root div[name^=zone] div.item.col-2 div.col-prices .price-blocks {
  margin-bottom: 30px;
  padding: 0;
}
#root div[name^=zone] div.item.col-2 div.col-prices .price-blocks h1.price {
  margin: 0;
  padding: 0;
  font-size: 48px;
  font-family: "Skatta Sans Regular";
}
#root div[name^=zone] div.item.col-2 div.col-prices .price-blocks span {
  color: #00205b;
  font-size: 14px;
  font-family: "Skatta Sans Bold";
}
#root div[name^=zone] div.item.col-2 div.col-prices .price-blocks:not(:last-of-type) {
  border-bottom: 1px solid #d2d2d2;
}
#root div[name^=zone] div.item.col-2 div.col-prices .price-blocks .price-block {
  margin-bottom: 30px;
  word-break: break-word;
}
#root div[name^=zone] div.item.col-2 div.col-prices .price-blocks .price-block:not(:last-of-type) {
  border-right: 1px solid #d2d2d2;
}
#root div[name^=zone] div.item.col-2:nth-of-type(2n+1) {
  padding-right: 30px;
}
#root div[name^=zone] div.item.col-2:nth-of-type(2n) {
  padding-left: 30px;
}
#root div[name^=zone] div.item.col-2 img {
  margin-bottom: 30px;
}
#root div[name^=zone] div.item.col-2 div.col-right {
  padding-top: 30px;
}
#root div[name^=zone] div.item.col-2 div.col-right div.text-block {
  padding: 0 30px;
}
#root div[name^=zone] div.item.open-img-block img {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 50px;
}
#root div[name^=zone].banner {
  background-image: url(/staticcontent/css/miniSite/https:/dummyimage.com/1366x768/000/fff);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#root div[name^=zone].banner .simple-block {
  padding: 20px;
}

a#backToTopLink {
  font-size: 16px;
  padding: 8px 16px;
  background-color: #00205b;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  /* this has  stay. */
}
a#backToTopLink:after {
  content: "\e080";
  font-family: "Glyphicons Halflings";
  font-size: 12px;
  padding-left: 5px;
  color: #cb4700;
  font-weight: bold;
  content: "\e113";
  padding-left: 10px;
  font-size: 16px;
}

#backToTopButton {
  vertical-align: middle;
  position: fixed;
  bottom: 4%;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#backToTopLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#backToTopLink:active {
  text-decoration: none;
}
#backToTopLink:hover {
  text-decoration: none;
}
#backToTopLink:visited {
  text-decoration: none;
}

#backToTopButton.scrolled {
  opacity: 0.85;
}

.div-bg-white {
  background-color: #FFFFFF !important;
}

.div-bg-grey {
  background-color: #e6e6e6 !important;
}

.div-bg-lightblue {
  background-color: #ccd2de !important;
}

#navigation {
  width: 60px;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 999999;
}
#navigation ul {
  list-style-type: none;
  width: 60px;
  padding: 0;
}
#navigation ul li.section {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  border: 1px solid #00205B;
  -webkit-transition: 1s;
  transition: 1s;
  line-height: 1;
}
#navigation ul li.section:hover {
  height: 40px;
  width: 40px;
  color: #cb4700;
}
#navigation ul li.section:hover button {
  width: 100%;
  height: 100%;
  color: #00205b;
  font-size: 15px;
  display: block;
}
#navigation ul li.section button {
  border: 0;
  background: none;
  padding: 0;
  margin: 0 auto;
  color: #00205b;
  width: 100%;
  height: 100%;
}
#navigation ul li.section button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  outline: none;
}
#navigation ul li.section button:active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  outline: none;
}
#navigation ul li.section button:visited #navigation ul li.section button:hover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  outline: none;
}
#navigation ul li.section.active {
  height: 40px;
  width: 40px;
  color: #cb4700;
}
#navigation ul li.section.active button {
  width: 100%;
  height: 100%;
  color: #00205b;
  font-size: 15px;
  display: block;
}
#navigation ul li.seperator {
  cursor: auto;
  width: 1px;
  border: 1px solid #00205b;
  height: 10px;
  margin: 0 auto;
}

p.ex-padding {
  padding-top: 30px;
}

p.lead-desc {
  width: 75%;
  margin: 0 auto 50px;
  text-align: center;
}

/*Vendor details block*/
.ven-det-blk-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ven-det-blk-cont .ven-det-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  margin: 0 1rem 1rem 0;
  min-width: 250px;
  border: 1px solid #ccc;
}
.ven-det-blk-cont .ven-det-card img {
  width: 100%;
}
.ven-det-blk-cont .ven-det-card .ven-det-card-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.supplier-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5em;
  width: 200px;
  word-break: break-word;
}
.supplier-info img {
  width: 100%;
  max-width: 60px;
  margin-bottom: 15px;
}

.factory-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5em;
  width: 200px;
  word-break: break-word;
  border-left: 1px solid #BDC5D5;
}
.factory-info img {
  width: 100%;
  max-width: 60px;
  margin-bottom: 15px;
}

.supplier-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #00205b;
}

.factory-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #00205b;
}

.year-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #00205b;
}

.supplier-desc {
  color: #00205b;
}

.factory-desc {
  color: #00205b;
}

.year-value {
  color: #00205b;
}

.left-content-area {
  display: inline-block;
}
.left-content-area .col-xs-12:nth-of-type(even) {
  padding: 0 30px 0 0;
}
.left-content-area .col-xs-12:nth-of-type(even) .ven-det-blk-cont {
  margin: 0 -30px 0 0;
}
.left-content-area .col-xs-12:nth-of-type(odd) {
  padding: 0 0 0 30px;
}
.left-content-area .col-xs-12:nth-of-type(odd) .ven-det-blk-cont {
  margin: 0 0 0 -30px;
}

.right-content-area {
  display: inline-block;
}
.right-content-area .col-xs-12:nth-of-type(even) {
  padding: 0 30px 0 0;
}
.right-content-area .col-xs-12:nth-of-type(odd) {
  padding: 0 0 0 30px;
}

.two-col-lb-block .left-content-area img {
  text-align: left !important;
  margin: 0px;
  width: 100%;
  height: auto;
}

.two-col-rb-block .right-content-area img {
  margin: 0px;
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  #root div[name^=zone].banner {
    height: 500px;
  }
}
@media screen and (min-width: 769px) {
  #root #carouselcontainer {
    width: 95%;
    margin: 0 auto;
  }
  #root #carouselcontainer .carousel .carousel-inner .full-width {
    width: 100%;
  }
  #root #carouselcontainer .carousel .carousel-control.right {
    margin-right: -9%;
  }
  #root #carouselcontainer .carousel .carousel-control.left {
    margin-left: -10%;
  }
}
@media screen and (min-width: 992px) {
  #backToTopLink {
    width: auto;
  }
}
@media screen and (min-width: 480px) {
  .ven-det-blk-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ven-det-blk-cont .ven-det-card .ven-det-card-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .ven-det-blk-cont .ven-det-card .ven-det-card-cont > div {
    border: 0;
  }
  .image-carousel-item .full-width {
    width: 100% !important;
  }
  .img-block-small .full-width {
    width: 100% !important;
  }
  .cookie-notification.relative {
    top: 0;
  }
  #header .title {
    font-family: Skatta Sans Black;
    font-size: 12px;
  }
  p {
    text-align: left !important;
  }
  h1 {
    text-align: left !important;
    font-size: 36px;
  }
  h2 {
    text-align: left !important;
    font-size: 24px !important;
  }
  h3 {
    text-align: left !important;
    font-size: 18px;
  }
  h4 {
    text-align: left !important;
  }
  h5 {
    text-align: left !important;
  }
  #root {
    padding: 0 40px;
    width: 100%;
  }
  #root div[name^=zone].banner {
    background-image: none !important;
  }
  #root div[name^=zone] .block-4-col .col-xs-6 {
    width: 100% !important;
  }
  #root div[name^=zone] div.item.img-block-small {
    margin-bottom: 30px;
  }
  #root div[name^=zone] div.item.img-block-small img {
    width: 100%;
  }
  #root div[name^=zone] div.item.img-block-small p {
    height: auto;
  }
  #root div[name^=zone] div.item.col-2 {
    padding: 0 !important;
    border-right: none !important;
  }
  #root div[name^=zone] div.item.col-2 div.col-prices .price-blocks h1.price {
    font-size: 30px;
  }
  #root div[name^=zone] div.block-4-col div.img-block-small img {
    width: auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #root div[name^=zone] div.item {
    text-align: left;
    padding: 0;
  }
  #root div[name^=zone] div.item .button {
    margin: 0;
  }
  #root div[name^=zone] div.item.open-img-block img {
    margin: 30px 0;
  }
  #root div[name^=zone] .main-banner {
    visibility: visible;
    width: 100%;
  }
  #root .two-col-rb-block {
    margin-left: -10px;
    margin-right: -10px;
  }
  div.row.col-prices {
    margin-right: 0;
    margin: 0 auto !important;
  }
  .img-block-3 img {
    width: 100%;
  }
  .two-col-lb-block .left-content-area img {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .two-col-rb-block .right-content-area img {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #footer .body {
    padding: 0;
    margin: 15px 0;
  }
  #footer .body .footer-links {
    margin: 0;
    margin-bottom: 10px;
  }
  #footer .social-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .social-links .title {
    margin-bottom: 10px;
  }
  #footer .social-links .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 75%;
  }
  p.lead-desc {
    width: 100%;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 480px) {
  .supplier-info {
    margin: 0;
    padding: 0.5em;
    padding-left: 0;
    width: 100%;
  }
  .factory-info {
    margin: 0;
    padding: 0.5em;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  #root .two-col-rb-block .col-xs-12 {
    padding: 0;
  }
  #root div[name^=zone] .carousel .carousel-control.left {
    margin-left: -14%;
  }
  #root div[name^=zone] .carousel .carousel-control.right {
    margin-right: -14%;
  }
  .ven-det-blk-cont .ven-det-card {
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 427px) and (max-width: 768px) {
  #root div[name^=zone] .carousel .carousel-control.left {
    margin-left: -11%;
  }
  #root div[name^=zone] .carousel .carousel-control.right {
    margin-right: -8%;
  }
}
h2 {
    EditMenuTitle: headingstyles;
    ChangeElementType: true;
    EditMenuName: heading2;
}
h2.hl-text
{
    ChangeElementType: true;
    EditMenuName: heading2underline;
}
h2.link-black{
    ChangeElementType: true;
    EditMenuName: heading2linkblack;
}
h2.hr-grey.link-black{
    ChangeElementType: true;
    EditMenuName: heading2linkblackwithunderline;
}
h3
{
    ChangeElementType: true;
    EditMenuName: heading3;
}
h4
{
    ChangeElementType: true;
    EditMenuName: heading4;
}
h4.nextEvents
{
    ChangeElementType: true;
    EditMenuName: heading4 orange;
}
p {
    EditMenuTitle: paragraphstyles;
    ChangeElementType: true;
    EditMenuName: paragraph;
}
p.head3-thin-caps-center
{  
    ChangeElementType: true;
    EditMenuName: head3thincaps;
}
p span.nextEvents
{  
    ChangeElementType: true;
    EditMenuName: p orange span;
}
p.quote
{  
    ChangeElementType: true;
    EditMenuName: quote;
}
p.kuvateksti
{
    ChangeElementType: true;
    EditMenuName: imagecaption;
}
p.center-x-content 
{
    ChangeElementType: true;
    EditMenuName: centeredcontent;
}
p.spacing-bottom 
{
    ChangeElementType: false;
    EditMenuName: bottommargin;
}

img.bigimage 
{
    EditMenuTitle: imagestyles;
    ChangeElementType: true;
    EditMenuName: widecontentimage;
}

img.imageAlignLeft {
    ChangeElementType: true;
    EditMenuName: imagealignleft;

    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.imageAlignRight {
    ChangeElementType: true;
    EditMenuName: imagealignright;

    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

a.btn
{
    EditMenuTitle: linkStyles;
    ChangeElementType: true;
    EditMenuName: button;
}
a.readMoreButton
{
    ChangeElementType: true;
    EditMenuName: readMoreButton;
}

a.arrow-link-blue { ChangeElementType: true; EditMenuName: arrowLinkBlue; }
a.arrow-link-lightblue { ChangeElementType: true; EditMenuName: arrowLinkLightblue; }
a.arrow-link-grey { ChangeElementType: true; EditMenuName: arrowLinkYellow; }
a.arrow-link-lightgrey { ChangeElementType: true; EditMenuName: arrowLinkTurquoise; }
a.arrow-link-orange { ChangeElementType: true; EditMenuName: arrowLinkViolet; }
a.arrow-link-red { ChangeElementType: true; EditMenuName: arrowLinkAniline; }


p.arrow-link-lg
{  
    ChangeElementType: true;
    EditMenuName: arrowLinkLg;
}
p.arrow-link-md
{  
    ChangeElementType: true;
    EditMenuName: arrowLinkSm;
}
table.table-hover
{
    EditMenuTitle: tablestyles;
    EditMenuName: tablehover;
}
/*div.col-xs-6 
{
    EditMenuTitle: blockStyles;
    ChangeElementType: true;
    EditMenuName: Two columns;
}*/
h2.campaignSubheader {
    EditMenuTitle: campaignstyles;
    ChangeElementType: true;
    EditMenuName: campaignsubheader;
    margin-top: 0;
    padding-top: 0;
    font-size: 24px;
    color: #85189B;
}
p.campaignBigText {
    ChangeElementType: true;
    EditMenuName: campaignbigtext;
    font-size: 23px;
}
p.campaignSmallText {
    ChangeElementType: true;
    EditMenuName: campaignsmalltext;
    margin-top: -12px;
    padding-top: 0;
    font-size: 16px;
    color: #919396
}
h1.blockHeading1 {
    EditMenuTitle: highlightcontentblockoverlaystyle;
    ChangeElementType: true;
    EditMenuName: blockheading1;
    font-size: 32px;
    color: #00205b;
}
h1.blockHeading1White {
    ChangeElementType: true;
    EditMenuName: blockheading1white;
    font-size: 32px;
    color: #ffffff;
    background-color: #cb4700;
}
h2.blockHeading2 {
    ChangeElementType: true;
    EditMenuName: blockheading2;
    font-size: 28px;
    color: #00205b;
}
h3.blockHeading3 {
    ChangeElementType: true;
    EditMenuName: blockheading3;
    font-size: 24px;
    color: #cb4700;
}
h4.blockHeading4 {
    ChangeElementType: true;
    EditMenuName: blockheading4;
    font-size: 18px;
    color: #cb4700;
}
h5.blockHeading5 {
    ChangeElementType: true;
    EditMenuName: blockheading5;
    font-size: 20px;
    color: #cb4700;
}
p.paragraphBlock1 {
    ChangeElementType: true;
    EditMenuName: paragraphblock1;
    font-size: 23px;
    color: #00205b;
}
p.paragraphBlock1White {
    ChangeElementType: true;
    EditMenuName: paragraphblock1white;
}
p.paragraphBlock2AllCaps {
    ChangeElementType: true;
    EditMenuName: paragraphblock2allcaps;
    font-size: 23px;
    color: #00205b;
    text-transform: uppercase;
}
h1.mHeading1 {
    EditMenuTitle: minisitestyles;
    ChangeElementType: true;
    EditMenuName: mheading1;
    font-size: 45px;
    color: #cb4700;
}
h2.mHeading2 {
    ChangeElementType: true;
    EditMenuName: mheading2;

    font-size: 36px;
    color: #cb4700;
}
h3.mHeading3 {
    ChangeElementType: true;
    EditMenuName: mheading3;
    font-size: 18px;
    color: #cb4700;
    font-weight: bold;
    margin: 0;
    padding-bottom: 4px;
}
h4.mHeading4 {
    ChangeElementType: true;
    EditMenuName: mheading4;
    font-size: 16px;
    color: #cb4700;
    font-weight: bold;
    margin: 0;
    padding-bottom: 4px;
}
h5.mHeading5Blue {
    ChangeElementType: true;
    EditMenuName: mheading5blue;
    font-size: 16px;
    color: #00205b;
}
h6.mHeading6 {
    ChangeElementType: true;
    EditMenuName: mheading6;
    font-size: 14px;
    color: #cb4700;
}
p.mparagraph {
    ChangeElementType: true;
    EditMenuName: mparagraph;
    font-size: 16px !important;
}
p.mparagraph-mini {
    ChangeElementType: true;
    EditMenuName: mparagraph-mini;
    font-size: 14px !important;
}
p.mparagraph-mini-blue {
    ChangeElementType: true;
    EditMenuName: mparagraph-mini-blue;
    font-size: 14px !important;
    color: #00205b;
}
