/*---------------------------------------------
-- 
---------------------------------------------*/
/*---------------------------------------------
-- 
---------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1.2em;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-tgl {
  opacity: 0;
}

.cookies-settings-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.is-svg img.common {
  display: none;
}
.is-svg img.svg {
  display: inline-block;
}

.svg-pair {
  display: inline-block;
  line-height: 0;
  position: relative;
}
.svg-pair img.svg {
  display: none;
}
.is-svg .svg-pair.svg-is img.svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.is-svg .svg-pair.svg-is img.not-svg {
  opacity: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.error {
  color: red;
  font-weight: bold;
}

.success {
  font-weight: bold;
  color: green;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.tiny {
  font-size: 9px;
}

.valign-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

input.spam {
  display: none;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
form .required label {
  position: relative;
}
form .required label:after {
  content: "*";
  color: #ff0000;
  position: absolute;
  right: -8px;
  top: 0px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.color-variants .color-variant {
  display: inline-block;
  margin: 3px 6px 3px 0;
  width: 50px;
  height: 50px;
}

.product-detail .colored-images .large {
  display: none;
}

/*---------------------------------------------
-- controls
---------------------------------------------*/
.number-input-wrapper {
  position: relative;
  width: 80px;
}
.number-input-wrapper input.text {
  box-sizing: border-box;
  text-align: center;
  text-indent: -14px;
  height: 28px;
  width: 100%;
  padding: 5px 0;
  border: 2px solid #ddd;
  background: #fff;
  color: #000;
}
.number-input-wrapper .buttons-wrapper {
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: -1px;
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.number-input-wrapper .buttons-wrapper .up, .number-input-wrapper .buttons-wrapper .down {
  cursor: pointer;
  display: block;
  height: 45%;
}
.number-input-wrapper .buttons-wrapper .up {
  margin-bottom: 10%;
  /*background: url(../images/layout/button-number-up.png) no-repeat center bottom;*/
}
.number-input-wrapper .buttons-wrapper .up:after {
  content: "+";
  display: inline-block;
}
.number-input-wrapper .buttons-wrapper .down {
  /*background: url(../images/layout/button-number-down.png) no-repeat center top;*/
}
.number-input-wrapper .buttons-wrapper .down:after {
  content: "-";
  display: inline-block;
}

/*---------------------------------------------
-- tabs
---------------------------------------------*/
.tabs .tabs-nav li {
  float: left;
}
.tabs .tabs-nav a {
  display: block;
}
.tabs .tabs-nav:after {
  content: "";
  display: block;
  clear: both;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}

body {
  color: #000000;
  font-family: Motif, Arial;
  font-size: 14px;
  touch-action: none;
  overscroll-behavior-y: none;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  transition: color 0.3s;
  text-decoration: none;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2, .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3, .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4, .h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5, .h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.h1:first-child, .mceContentBody h1:first-child, .mce-content-body h1:first-child, .wysiwyg-content h1:first-child, .h2:first-child, .mceContentBody h2:first-child, .mce-content-body h2:first-child, .wysiwyg-content h2:first-child, .h3:first-child, .mceContentBody h3:first-child, .mce-content-body h3:first-child, .wysiwyg-content h3:first-child, .h4:first-child, .mceContentBody h4:first-child, .mce-content-body h4:first-child, .wysiwyg-content h4:first-child, .h5:first-child, .mceContentBody h5:first-child, .mce-content-body h5:first-child, .wysiwyg-content h5:first-child, .h6:first-child, .mceContentBody h6:first-child, .mce-content-body h6:first-child, .wysiwyg-content h6:first-child {
  margin-top: 0;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1 {
  margin-top: 0;
  font-size: 2rem;
}

.h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
  font-size: 1.75rem;
}

.h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
  font-size: 1.5rem;
}

.h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
  font-size: 1.2rem;
}

.h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5 {
  font-size: 1rem;
  font-weight: bold;
}

.h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  font-size: 1rem;
  font-weight: bold;
}

.mceContentBody table, .mce-content-body table {
  border-collapse: separate;
  width: 100%;
}
.mceContentBody table th, .mceContentBody table td, .mce-content-body table th, .mce-content-body table td {
  border: 1px dotted #ddd;
}

.mceContentBody ul, .mce-content-body ul, .wysiwyg-content ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 0.5em 0;
}
.mceContentBody ol, .mce-content-body ol, .wysiwyg-content ol {
  padding-left: 2em;
  margin: 0.5em 0;
  list-style-type: decimal;
}
.mceContentBody p, .mce-content-body p, .wysiwyg-content p {
  margin-bottom: 1em;
}
.mceContentBody ul, .mceContentBody ol, .mceContentBody p, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mce-content-body ul, .mce-content-body ol, .mce-content-body p, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6, .wysiwyg-content ul, .wysiwyg-content ol, .wysiwyg-content p, .wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
  line-height: 1.3em;
}
* {
  outline: 0;
  box-sizing: border-box;
}

.image img {
  width: 100%;
}

.fancybox-nav {
  top: 25%;
  height: 50%;
  width: 30%;
}

.form-control {
  /*padding: 0 60px;*/
}

.button {
  background: #000;
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 0.75em 2em;
}

.title-box {
  /*    position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;*/
  margin: 35px auto;
  padding: 1em;
  width: 17em;
  /*height: 5em;*/
  line-height: 1.2em;
  background: #000000;
  border-top-left-radius: 28px;
  border-bottom-right-radius: 28px;
  text-align: center;
}
.title-box--button {
  cursor: pointer;
}
.title-box span {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2.5em;
  margin: 0.3em;
}
@media (max-width: 619px) {
  .title-box span {
    font-size: 1.8em;
  }
}
.title-box.kudos {
  line-height: 2em;
}

.menu-switcher {
  color: #fff;
  box-sizing: content-box;
  display: inline-block;
  padding: 13px 10px 5px;
  position: absolute;
  width: 25px;
  top: -13px;
  right: 7px;
  height: 23px;
}
.fixed .menu-switcher {
  color: #000000 !important;
}
.menu-switcher:after, .menu-switcher:before {
  content: "";
  transform-origin: left top;
}
.menu-switcher:after {
  content: "";
  transform-origin: left bottom;
}
.menu-switcher span, .menu-switcher:after, .menu-switcher:before {
  border-top: 2px solid currentColor;
  display: block;
  margin-bottom: 4px;
  transition: all 0.5s;
  width: 100%;
}
.menu-open .menu-switcher {
  color: #000000 !important;
}
.menu-open .menu-switcher:after, .menu-open .menu-switcher:before {
  margin-bottom: 0;
}
.menu-open .menu-switcher:before {
  transform: rotate(45deg);
  margin-bottom: 9px;
}
.menu-open .menu-switcher:after {
  transform: rotate(-45deg);
}
.menu-open .menu-switcher span {
  width: 1px;
  opacity: 0;
}

.header-placeholder {
  display: none;
}

.show-header.not-home .header-placeholder {
  display: block;
}
@media (min-width: 1024px) {
  .show-header.is-home .header-placeholder {
    display: block;
  }
}
.show-header header {
  position: fixed !important;
  background: #fff;
  top: 0;
  width: 100%;
}

header {
  z-index: 101;
}

.nav-part {
  padding-top: 8px;
}

.logo {
  /*position: absolute;*/
  /*top: 7em;*/
  /*margin: 0 auto;*/
  text-align: center;
  width: 100%;
}
.logo img, .logo img.svg {
  width: 45% !important;
}
.logo .not-svg {
  display: none;
}

.locale-switcher {
  margin: auto 0;
  padding-top: 1.5em;
  text-align: center;
  margin-bottom: 100px;
  height: 60px;
}
.locale-switcher .locale {
  display: inline-block;
  background: #000000;
  position: relative;
  border-radius: 15px;
  text-align: center;
  margin-left: 0.5em;
  font-size: 1.4em;
  padding: 18px 30px;
}
.action-floor.is-first-slide .locale-switcher .locale {
  display: inline-block;
}
.locale-switcher .locale a, .locale-switcher .locale a:visited, .locale-switcher .locale a:hover {
  color: #FFFFFF;
  text-transform: uppercase;
  size: 2em;
}

body {
  opacity: 0;
  transition: all 0.3s;
}
.is-loaded body {
  opacity: 1;
}

.site-wrapper {
  background: url(../images/1pozadi.svg) center fixed no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /*
      .with-motive & {
          background-image: url(../images/background_grafity.png);
      }

      @media (orientation: landscape) {
          background-image: url(../images/background-landscape.png);

          .with-motive & {
              background-image: url(../images/background-landscape_grafity.png);
          }
      }*/
}

.main-section {
  /*background: url(../images/background_grafity.png) center fixed no-repeat;*/
  /*background-size: cover;*/
  flex-grow: 0.8;
  display: flex;
  align-items: center;
}
.action-floor.is-first-slide .main-section, .action-floor.is-second-slide .main-section {
  /*flex-grow: 1.2;*/
}
.without-motive .main-section {
  /*background: none;*/
}

.gdpr {
  display: block;
  margin: 14px 0 0 0;
  font-size: 0.8em;
}

.page-content {
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/*.slide-wrapping {
    background: url(../images/background_grafity.png) center fixed no-repeat;
    background-size: cover;
}*/
/*---------------------------------------------
-- slides
---------------------------------------------*/
.slides-wrapper {
  display: flex;
  transition: all 0.3s;
}
.slides-wrapper .slide {
  flex: 0 0 100%;
  padding: 0 65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 619px) {
  .slides-wrapper .slide {
    padding: 0 60px;
  }
}
.is-first-slide .slides-wrapper .slide {
  padding: 0 65px;
}
.is-first-slide .slides-wrapper .slide .title-box {
  width: 24em;
}
@media (max-width: 619px) {
  .is-first-slide .slides-wrapper .slide .title-box {
    width: 18em;
  }
}
.slides-wrapper .slide .label img {
  display: block;
  margin: 0 auto 14px auto;
}

.slides-btn {
  background: #000000;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.slides-btn :focus {
  outline: none;
}
.is-first-slide .slides-btn {
  display: none;
}
.is-last-slide .slides-btn.next {
  display: none;
}
.slides-btn.next {
  right: 16px;
  transform: rotate(225deg);
}
.slides-btn.next::after {
  color: #FFFFFF;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-style: solid;
  border-left-width: 3px;
  content: "";
  display: inline-block;
  height: 12px;
  left: 10px;
  position: absolute;
  top: 8px;
  width: 12px;
}
.slides-btn.prev {
  left: 16px;
  transform: rotate(135deg);
}
.slides-btn.prev::after {
  color: #FFFFFF;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  content: "";
  display: inline-block;
  height: 12px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 12px;
}

/*---------------------------------------------
-- form
---------------------------------------------*/
form .label {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 619px) {
  form .label {
    font-size: 20px;
  }
}
form .label label[for=frm-survey-email] {
  font-size: 0.7em;
}
form input.text, form textarea {
  border: 1px solid #6f6f6f;
  width: 100%;
  padding: 1em;
}
form .form-control--button {
  margin-top: 2em;
  text-align: center;
}
form .error {
  margin-bottom: 1em;
  text-align: center;
}
form a, form a:hover {
  color: red;
}

.thumbs-radios {
  display: table;
  justify-content: center;
  width: 80%;
  margin: auto;
}
.thumbs-radios br {
  display: none;
}
.thumbs-radios .thumbs-row {
  display: table-row;
}
@media (orientation: landscape) {
  .thumbs-radios .thumbs-row {
    display: contents;
  }
}
.thumbs-radios .thumbs-row span {
  background-size: 75px 75px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.thumbs-radios .thumbs-row:nth-of-type(1) label:nth-of-type(1) span {
  background-image: url(../images/smailey1.svg);
}
.thumbs-radios .thumbs-row:nth-of-type(1) label:nth-of-type(2) span {
  background-image: url(../images/smailey2.svg);
}
.thumbs-radios .thumbs-row:nth-of-type(2) label:nth-of-type(1) span {
  background-image: url(../images/smailey3.svg);
}
.thumbs-radios .thumbs-row:nth-of-type(2) label:nth-of-type(2) span {
  background-image: url(../images/smailey4.svg);
}
.thumbs-radios .thumbs-row .thumbs-label {
  color: #FFF;
  font-size: 19px;
  background-color: #000;
  padding: 15px;
  text-align: center;
  margin-top: 10px;
}
.thumbs-radios .check-inputs-label {
  transform: scale(0.75);
  transition: all 0.3s;
  font-size: 0;
  display: table-cell;
}
.thumbs-radios .check-inputs-label.input-checked {
  transform: scale(0.9);
}
.thumbs-radios .check-inputs-label.input-checked span {
  background: url(../images/thumb_black.svg) no-repeat center center;
  background-size: contain;
}
.thumbs-radios .check-inputs-label input {
  display: none;
}
.thumbs-radios .check-inputs-label span {
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 200px;
  transition: all 1s;
  width: 230px;
}
@media (max-width: 619px) {
  .thumbs-radios .check-inputs-label span {
    height: 100px;
    width: 100px;
  }
}
.thumbs-radios .check-inputs-label span:hover {
  /*background: url(../images/thumb_black.svg) no-repeat center center;*/
  background-size: contain;
  transition: all 1s;
}

.mycontainer {
  max-width: 600px;
  padding: 0 0px;
  margin: 0 auto;
  width: 100%;
}

@media (orientation: landscape) {
  .mycontainer {
    max-width: 1050px;
  }
}
/*---------------------------------------------
-- 
---------------------------------------------*/
.variants table {
  border: 1px solid blue;
  width: 100%;
}
.variants thead {
  font-weight: bold;
}
.variants td {
  padding: 5px 10px;
}
.variants tr:nth-child(2n+2) {
  background: #eee;
}

@font-face {
  font-family: "Motif";
  src: url("Motif-Light.woff2") format("woff2"), url("Motif-Light.woff") format("woff"), url("Motif-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Motif";
  src: url("Motif-Medium.woff2") format("woff2"), url("Motif-Medium.woff") format("woff"), url("Motif-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Motif";
  src: url("Motif-Bold.woff2") format("woff2"), url("Motif-Bold.woff") format("woff"), url("Motif-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*# sourceMappingURL=index.css.map */
