@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, ul, li, * {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover,
*:focus {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

i,
em,
dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/**
 * clearfix
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* For IE 6/7 only */
.clearfix {
  *zoom: 1; }

.left-col {
  width: 50%;
  float: left; }

.right-col {
  width: 50%;
  float: right; }

@font-face {
  font-family: iconfont;
  src: url("../fonts/iconfont.woff");
  src: url(/common/fonts/iconfont.eot?#iefix) format("eot"), url(/common/fonts/iconfont.woff) format("woff"), url(/common/fonts/iconfont.ttf) format("truetype"), url(/common/fonts/iconfont.svg#iconfont) format("svg");
  font-weight: 400;
  font-style: normal; }
/*===VARIABLES====*/
/*===GENERALS=====*/
html {
  font-size: 62.5%; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #3c3c3c; }

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.hidden {
  display: none; }

.container {
  box-sizing: border-box;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto; }

.section {
  position: relative; }
  .section a {
    color: rgba(255, 255, 255, 0.7); }

.kdo-jsme a:hover,
.chci-nakupovat a:hover,
.kariera a:hover,
.znacky-a-projekty a:hover {
  color: #dd1d57; }

.kdo-jsme a.button:hover,
.chci-nakupovat a.button:hover,
.kariera a.button:hover,
.znacky-a-projekty a.button:hover {
  color: white; }

a.button {
  position: relative;
  width: 270px;
  height: 60px;
  margin-top: 35px;
  margin-left: -48px;
  padding-right: 18px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: white;
  border-radius: 9px;
  transition: .3s ease;
  background-color: #009fa2;
  display: block; }
  a.button:hover {
    background-color: #dd1d57; }
  a.button:before {
    position: absolute;
    content: "";
    display: block;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent white;
    transition: .3s ease; }

.hamburger {
  display: none; }

.hamburger .line {
  width: 50px;
  height: 2px;
  background-color: #dd1d57;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

#hamburger-2.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px); }

#hamburger-2.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px); }

.header-container {
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px; }

/*===HEADERS====*/
header {
  position: fixed;
  width: 100%;
  height: 120px;
  line-height: 120px;
  text-align: right;
  left: 0;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  transition: .5s ease; }

.logo {
  float: left;
  transition: .5s ease; }

a.logo img {
  position: absolute;
  top: 33px;
  height: 54px;
  left: 30px;
  transition: .5s ease; }

nav {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  transition: all .3s ease; }

nav ul {
  display: inline-block;
  vertical-align: top;
  list-style-type: none; }

nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 10px; }

nav ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin: 0 8px;
  height: 50px;
  line-height: 50px;
  transition: color .3s ease;
  color: #3c3c3c; }
  nav ul li a:hover {
    color: #dd1d57; }
  nav ul li a:before {
    position: absolute;
    content: "";
    display: block;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #dd1d56;
    opacity: 0;
    transition: .3s ease; }

nav ul li a.active {
  color: #dd1d57; }
  nav ul li a.active:before {
    opacity: 1;
    position: absolute;
    content: "";
    display: block;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #dd1d56;
    transition: .3s ease; }

nav ul li a:hover:before {
  opacity: 1; }

nav ul li:nth-of-type(10) {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  margin-left: 15px;
  padding-left: 15px; }

nav ul li:nth-of-type(10) a {
  padding-right: 22px;
  color: #009fa2; }

nav ul li:nth-of-type(10) a:hover {
  color: #dd1d57; }

nav ul li:nth-of-type(10) a:after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../img/external-link-alt.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: .3s ease; }

nav ul li:nth-of-type(10) a:hover:after {
  background-image: url("../img/external-link-alt-pink.svg"); }

.lang-switch {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  transition: color .3s ease;
  color: #3c3c3c;
  margin-left: -30px; }
  .lang-switch:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 40px;
    height: 50px;
    width: 1px;
    background: rgba(0, 0, 0, 0.15);
    z-index: 90; }

.lang-item {
  /*opacity: 0;
  z-index: -1;*/
  display: none;
  font-size: 16px;
  transition: .3s ease;
  width: 98px;
  padding: 15px 25px 15px 15px;
  margin-right: -15px;
  background-color: white;
  position: relative; }
  .lang-item:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ddd;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 4px;
    background-clip: content-box;
    transition: .3s ease; }
  .lang-item:hover:before {
    background-color: #dd1d57; }
  .lang-item:hover a {
    color: #dd1d57; }
  .lang-item a {
    font-size: 20px;
    text-transform: uppercase;
    color: #3c3c3c;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease; }
  .lang-item a:hover {
    color: #dd1d57; }
  .lang-item a:before {
    display: none; }
  .lang-item a {
    display: block;
    text-align: right;
    color: #bbb;
    white-space: nowrap;
    font-weight: 400; }

	/*.lang-item:nth-of-type(n+2) {
		width: 98px;
		padding: 15px 25px 15px 15px;
		margin-right: -15px;
		background-color: white;
		position: relative;

		&:before {
			position: absolute;
			content: "";
		    display: inline-block;
		    width: 20px;
		    height: 20px;
		    left: 15px;
		    top: 50%;
		    transform: translateY(-50%);
		    background-color: #ddd;
		    border: 1px solid #ddd;
		    border-radius: 50%;
		    padding: 4px;
		    background-clip: content-box;
		    transition: .3s ease;
		}

		&:hover:before {
			background-color: $pink;
		}

		&:hover a {
			color: $pink;
		}


		a {
			display: block;
		    text-align: right;
		    color: #bbb;
		    white-space: nowrap;
		    line-height: 32px;
		    font-weight: 400;
		}
	}*/
.lang-switch ul:hover .lang-item {
  /*opacity: 1;
  z-index: 1;*/
  display: block; }

.current-lang {
  /*opacity: 1;
  z-index: 1;*/
  display: inline-block;
  position: relative;
  padding: 0;
  background-color: transparent;
  padding-right: 20px; }
  .current-lang:after {
    position: absolute;
    display: block;
    content: "";
    top: 18px;
    transform: rotate(-45deg);
    right: 0;
    width: 10px;
    height: 10px;
    border-left: 2px solid #3c3c3c;
    border-bottom: 2px solid #3c3c3c;
    transition: 0.3s ease; }
  .current-lang:before {
    display: none; }
  .current-lang a {
    font-weight: 600;
    color: #3c3c3c; }

.current-lang:hover:after {
  border-color: #dd1d57; }

.current-lang:hover a {
  color: #dd1d57; }

/*==UVODNI OBRAZOVKA==*/
.uvod {
  width: auto;
  position: relative;
  height: 600px;
  background: url("../img/uvod-bg.jpg") 50% 100% no-repeat;
  background-size: cover;
  z-index: 9;
  margin-top: 120px; }

.uvod .container {
  height: 100%; }

.uvod .container .inner-monitor {
  position: relative;
  width: 100%; }

.uvod .monitor {
  position: absolute;
  right: 0;
  width: 700px;
  height: 650px;
  z-index: 2;
  overflow: hidden; }

.ramecek-monitoru {
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%; }

.monitor-video {
  position: absolute;
  top: 82px;
  right: -14px;
  height: 410px; }

.uvod-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%; }

.uvod-text h1 {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: .01em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 25px;
  width: 50%; }
  @media screen and (max-width: 559px) {
    .uvod-text h1 {
      width: 100%; } }

.uvod-text h1 strong {
  font-weight: 700; }

.rotator .rotator-items {
  box-shadow: none;
  border: none;
  background: 0 0;
  margin-bottom: 0; }

.rotator .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent; }

.slide-row {
  padding-bottom: 15px; }

.slide-item {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin-right: 10px;
  white-space: nowrap;
  position: relative;
  padding-left: 20px; }
  .slide-item:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent white;
    transition: .3s ease; }

.centering-element {
  box-sizing: border-box;
  min-width: 520px; }

/* KDO JSME */
.kdo-jsme {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  z-index: 5; }
  .kdo-jsme .inner {
    position: relative;
    margin: 100px 0; }

.kdo-jsme .left-col,
.kdo-jsme .right-col {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top; }

.kdo-jsme .left-col.content {
  width: 33.33333333%; }

.kdo-jsme h2 {
  color: #3c3c3c;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: .01em;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative; }
  .kdo-jsme h2:before {
    position: absolute;
    content: "";
    display: block;
    left: -25px;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #dd1d57;
    transition: .3s ease; }
    @media screen and (max-width: 600px) {
      .kdo-jsme h2:before {
        display: none; } }

.kdo-jsme p {
  color: rgba(60, 60, 60, 0.7);
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .01em;
  font-weight: 400;
  margin-bottom: 30px; }

.kdo-jsme .right-col.usp {
  width: 66.66666667%; }

@media screen and (min-width: 1510px) {
  .kdo-jsme .usp-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%; }

  .usp-content .pozadi {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #fff;
    margin: 80px 0 0 300px;
    box-shadow: 0 10px 50px 30px #e6e6e6, 0 0 0 115px #ededed, 0 0 0 165px #f2f2f2, 0 0 0 179px #f7f7f7, 0 0 0 180px #ebebeb; } }
.usp-content .pozadi {
  position: relative; }

.pozadi1, .pozadi2 {
  display: none; }

.usp-item {
  transition: .5s ease;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media only screen and (min-width: 1510px) {
  .usp-item {
    position: absolute; } }
.usp-item:nth-child(1) {
  top: -70px;
  left: -160px; }

.usp-item:nth-child(2) {
  top: -143px;
  left: 80px; }

.usp-item:nth-child(3) {
  top: -24px;
  left: 376px; }

.usp-item:nth-child(4) {
  top: 140px;
  left: 448px; }

.usp-item:nth-child(5) {
  top: 320px;
  left: 296px; }

.usp-item:nth-child(6) {
  top: 370px;
  left: -60px; }

.usp-item:nth-child(7) {
  top: 240px;
  left: -270px; }

.usp-item:nth-child(8) {
  top: 60px;
  left: -330px; }

.usp-item .text {
  margin-left: 15px; }

.usp-item .text .title {
  font-size: 28px;
  letter-spacing: -.01em; }

@media only screen and (min-width: 1510px) {
  .usp-item .text .subtitle {
    white-space: nowrap; } }
.usp-item .text .subtitle {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: .1em; }

.usp-item:hover {
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/* NOVINKY */
.novinky {
  background: #fff;
  padding: 100px 0;
  text-align: center; }
  .novinky h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 60px; }
  .novinky a.novinky-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    height: 245px;
    text-decoration: none; }
    .novinky a.novinky-item .img {
      width: 220px;
      height: 220px;
      border-radius: 10px;
      background-position: center;
      background-size: 100% 100%;
      position: absolute;
      left: 0;
      top: 25px;
      z-index: 2; }
    .novinky a.novinky-item .content {
      width: 90%;
      border: 1px solid #d8d8d8;
      border-radius: 10px;
      padding: 30px 45px;
      padding-left: 135px;
      position: absolute;
      top: 0;
      right: 0;
      height: 220px;
      z-index: 1;
      text-align: left;
      transition: 0.3s; }
    .novinky a.novinky-item .time {
      font-size: 15px;
      color: #afafaf;
      margin-bottom: 30px; }
    .novinky a.novinky-item h3 {
      font-size: 21px;
      color: black;
      line-height: 30px;
      margin-bottom: 35px; }
    .novinky a.novinky-item p {
      font-size: 15px;
      line-height: 20px;
      color: #8a8a8a; }
  .novinky a.novinky-item:nth-of-type(2n) .img {
    right: 0;
    left: auto; }
  .novinky a.novinky-item:nth-of-type(2n) .content {
    left: 0;
    right: auto;
    padding-left: 45px;
    padding-right: 135px; }
  .novinky a.novinky-item:nth-of-type(2n) .post-link {
    left: 45px;
    right: auto; }
  .novinky a.novinky-item:hover .content {
    background-color: rgba(223, 208, 213, 0.18); }
  .novinky .post-link {
    display: inline-block;
    position: absolute;
    bottom: -35px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    right: 45px; }
  .novinky .post-link.facebook {
    padding-left: 50px;
    color: #e1e4ed;
    background-color: #3b5998;
    background-image: url("../img/fb-post.png");
    background-repeat: no-repeat;
    background-position: 20px center; }
  .novinky .post-link.news-link {
    color: #fadfe4;
    background-color: #e4215b; }
  .novinky .post-link.news-link-archiv {
    color: #fadfe4;
    background-color: #e4215b;
    position: static;
    text-decoration: none;
    margin-top: 30px;
    position: static; }

.sub-novinky {
  padding: 150px 0; }

.clanek {
  margin-top: 80px;
  background-color: white;
  padding: 30px 0;
  min-height: calc(100vh - 143px); }
  .clanek .time {
    font-size: 15px;
    color: #afafaf;
    margin-bottom: 30px; }
  .clanek h3 {
    font-size: 21px;
    color: black;
    line-height: 30px;
    margin-bottom: 35px; }
  .clanek p {
    font-size: 18px;
    line-height: 30px;
    color: #8a8a8a; }
  .clanek h1 {
    position: relative;
    margin: 0;
    line-height: 40px; }
    .clanek h1:before {
      position: absolute;
      content: "";
      display: block;
      left: -25px;
      top: 12px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 15px;
      border-color: transparent transparent transparent #dd1d57;
      transition: .3s ease; }
  .clanek a {
    color: #dd1d57;
    text-decoration: none; }
  .clanek a:hover {
    color: #009fa2; }

/*CO D─ÜLAME*/
.co-delame {
  padding: 100px 0;
  background-image: url("../img/co-delame-bg.jpg");
  background-size: cover;
  z-index: 9; }
  .co-delame .right-col {
    width: 35%;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .01em;
    font-weight: 400;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 55px; }
    .co-delame .right-col h2 {
      font-size: 32px;
      line-height: 44px;
      letter-spacing: .01em;
      font-weight: 700;
      margin-bottom: 20px;
      color: white;
      position: relative; }
      .co-delame .right-col h2:before {
        position: absolute;
        content: "";
        display: block;
        left: -25px;
        top: 12px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent white;
        transition: .3s ease; }
        @media screen and (max-width: 600px) {
          .co-delame .right-col h2:before {
            display: none; } }
  .co-delame .left-col {
    width: 61%; }

#particles-js, #particles-js2, #particles-js3 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0; }

.schema-item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  height: 170px;
  text-align: center;
  margin-top: 35px; }
  .schema-item .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
  .schema-item h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px; }
  .schema-item p {
    font-size: 12px;
    line-height: 17px; }

.schema-item.white-bg {
  background-color: white; }

.schema-item:nth-of-type(1) {
  margin-top: 0;
  background-image: url("../img/vyrobci.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 725px) {
    .schema-item:nth-of-type(1) {
      background: none; } }

.schema-item.col1 {
  width: 170px;
  margin-right: 2%; }
  .schema-item.col1:before {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: -24.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: white transparent transparent transparent;
    transition: .3s ease; }
  .schema-item.col1:after {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: white transparent transparent transparent;
    transition: .3s ease; }

.schema-item.col1 p {
  position: absolute;
  bottom: 25px;
  font-size: 12px;
  line-height: 17px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%); }

.schema-item.col1:nth-of-type(3) p {
  bottom: -45px; }

.schema-item.col1:nth-of-type(4) p {
  bottom: -34px; }

.schema-item.col1:nth-of-type(5) p {
  bottom: -23px; }

.schema-item.col1:nth-of-type(6) {
  margin-right: 0; }
  .schema-item.col1:nth-of-type(6):after {
    display: none; }
  .schema-item.col1:nth-of-type(6) p {
    bottom: -47px; }

.schema-item.col4 {
  width: 100%; }

.schema-item.col4:nth-of-type(2):before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: -24.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: white transparent transparent transparent;
  transition: .3s ease; }

.schema-item.col3 {
  width: 543px; }

/*CHCI NAKUPOVAT*/
.chci-nakupovat {
  z-index: 4;
  height: 1100px;
  width: 100%;
  background-color: #f8f8f8;
  overflow: hidden; }
  @media screen and (max-width: 1510px) {
    .chci-nakupovat {
      background-image: url("../img/tablet2.png");
      background-position: right bottom;
      background-repeat: no-repeat; } }

.chci-nakupovat .chci-nakupovat-content {
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background-color: #eeeeee;
  box-shadow: -1px 1px 50px 30px #e6e6e6, 2px 4px 0 200px #ededed, 0 0 0 286px #f2f2f2, 0 0 0 312px #f7f7f7, 0 0 0 313px #ebebeb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -160px;
  text-align: left;
  padding: 0 160px;
  font-size: 18px;
  line-height: 30px;
  color: #a2a2a2; }
  .chci-nakupovat .chci-nakupovat-content h2 {
    font-size: 31px;
    line-height: 38px;
    font-weight: 300;
    margin-bottom: 35px;
    color: #3c3c3c; }
  .chci-nakupovat .chci-nakupovat-content h2 strong {
    font-weight: 700;
    display: block;
    position: relative; }
    .chci-nakupovat .chci-nakupovat-content h2 strong:before {
      position: absolute;
      content: "";
      display: block;
      left: -25px;
      top: 12px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 15px;
      border-color: transparent transparent transparent #dd1d57;
      transition: .3s ease; }
      @media screen and (max-width: 600px) {
        .chci-nakupovat .chci-nakupovat-content h2 strong:before {
          display: none; } }

/* .chci-nakupovat .chci-nakupovat-content*/
.benefit-item p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: .1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (min-width: 1510px) {
  .chci-nakupovat .right-col.computer {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-image: url("../img/tablet-plus.png");
    background-position: right 250px;
    background-repeat: no-repeat; }

  .benefit-item {
    position: absolute;
    text-align: right; }

  .benefit-item:nth-child(1) {
    top: 254px;
    right: 480px;
    max-width: 250px; }

  .benefit-item:nth-child(2) {
    top: 307px;
    right: 630px;
    max-width: 250px; }

  .benefit-item:nth-child(3) {
    top: 401px;
    right: 731px;
    max-width: 250px; }

  .benefit-item:nth-child(4) {
    top: 512px;
    right: 790px;
    max-width: 200px; }

  .benefit-item:nth-child(5) {
    top: 636px;
    right: 811px;
    max-width: 250px; }

  .benefit-item:nth-child(6) {
    top: 756px;
    right: 793px;
    max-width: 350px; } }
/* min-width: 1510px */
@media only screen and (max-width: 1510px) {
  .benefit-item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px; }

  .benefit-item:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #3c3c3c;
    border-radius: 50%;
    margin-right: 20px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    position: absolute; } }
/* CHCI PROD├üVAT */
@media only screen and (min-width: 1510px) {
  /*.loga-items {
      position: absolute;
      top: 0;
      left: 0;
      width: 60%;
      height: 100%;
      padding-top: 250px;
  }	*/ }
@media only screen and (min-width: 1510px) {
  .odrazky-items {
    position: relative;
    left: 350px;
    width: 500px;
    top: 100px;
    display: inline-block; } }
.odrazky-items ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: .1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  color: #fff; }

@media only screen and (min-width: 1510px) {
  .odrazky-items ul li {
    position: relative;
    padding-left: 40px; }
    .odrazky-items ul li:before {
      content: "";
      display: block;
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 6px;
      height: 6px;
      background-color: #fff;
      border-radius: 50%;
      margin-right: 20px; }

  .odrazky-items ul li:nth-child(1) {
    left: 0;
    max-width: 380px; }

  .odrazky-items ul li:nth-child(2) {
    left: 55px;
    max-width: 340px; }

  .odrazky-items ul li:nth-child(3) {
    left: 95px;
    max-width: 350px; }

  .odrazky-items ul li:nth-child(4) {
    left: 115px;
    max-width: 350px; }

  .odrazky-items ul li:nth-child(5) {
    left: 125px;
    max-width: 350px; }

  .odrazky-items ul li:nth-child(6) {
    left: 115px;
    max-width: 350px; } }
/* min width 1510*/
.chci-prodovat {
  background: url("../img/bg-dealer.jpg") 100% no-repeat;
  background-size: cover;
  height: 900px;
  color: white; }

.chci-prodovat-content {
  text-align: left;
  padding: 0 59px;
  font-size: 14px;
  color: white;
  line-height: 19px;
  /*
      	box-sizing: border-box;
  	    display: inline-block;
  	    vertical-align: top;
  */ }
  .chci-prodovat-content h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 30px; }
  .chci-prodovat-content h2 strong {
    font-weight: 700;
    display: block;
    position: relative; }
    .chci-prodovat-content h2 strong:before {
      position: absolute;
      content: "";
      display: block;
      left: -25px;
      top: 12px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 15px;
      border-color: transparent transparent transparent white;
      transition: .3s ease; }
      @media screen and (max-width: 600px) {
        .chci-prodovat-content h2 strong:before {
          display: none; } }
  .chci-prodovat-content a.button {
    margin-left: 0; }
  .chci-prodovat-content a.button:hover {
    background-color: white;
    color: #dd1d57; }
    .chci-prodovat-content a.button:hover:before {
      border-color: transparent transparent transparent #dd1d57; }

@media only screen and (min-width: 1510px) {
  .chci-prodovat-content {
    margin-left: 250px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 430px; }

  .left-col.odrazky {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    padding-top: 80px; } }
.loga-items {
  position: relative; }

.logo-item {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: pulse-in; }

.logo-item:nth-of-type(2n+1) {
  animation-delay: 1s; }

.logo-item img {
  -ms-flex: 1 1 0;
  flex: 1 1 0; }

@keyframes pulse-in {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(0.7, 0.7, 0.7); }
  to {
    transform: scale3d(1, 1, 1); } }
.logo-item:nth-child(1) {
  left: 270px;
  top: 10px; }

.logo-item:nth-child(2) {
  left: 460px;
  top: 80px; }

.logo-item:nth-child(3) {
  left: 115px;
  top: 115px; }

.logo-item:nth-child(4) {
  left: 330px;
  top: 180px; }

.logo-item:nth-child(5) {
  left: 520px;
  top: 250px; }

.logo-item:nth-child(6) {
  left: 150px;
  top: 310px; }

.logo-item:nth-child(7) {
  left: 290px;
  top: 370px; }

.logo-item:nth-child(8) {
  left: 450px;
  top: 410px; }

.logo-item:nth-child(9) {
  left: 120px;
  top: 490px; }

.logo-item:nth-child(10) {
  left: 310px;
  top: 570px; }

.logo-item:nth-child(11) {
  left: 525px;
  top: 540px; }

.Dealer-benefitsLink {
  display: block;
  text-align: center;
  color: #dd1d57;
  text-decoration: none; }

.logo-item.link {
  transition: .3s ease; }

.logo-item.link:hover {
  background-color: #009fa2; }

.Dealer-benefitsLinkHeader {
  font-size: 32px;
  font-weight: 700;
  color: #dd1d57;
  text-align: center; }

.Dealer-benefitsLinkText {
  font-size: 13px;
  font-weight: 600;
  color: #3c3c3c;
  text-align: center;
  position: relative;
  text-decoration: none; }
  .Dealer-benefitsLinkText:before {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #dd1d57;
    transition: .3s ease; }

/* KARIERA */
.Career-backgroundText {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.Career-backgroundText span {
  font-weight: 700;
  font-size: 35rem;
  color: rgba(35, 35, 35, 0.92);
  z-index: 0; }

.Career-teamView {
  border: 2rem solid #1d1d1d;
  margin-top: -30Px; }
  @media screen and (max-width: 1510px) {
    .Career-teamView {
      margin-top: 75px; } }

.kariera {
  background: #262626;
  overflow: hidden;
  padding: 100px 0; }

.kariera .inner {
  position: relative;
  margin: 0; }

.kariera .left-col {
  width: 33.33333333%;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .01em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7); }

.kariera h2 {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: .01em;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
  position: relative; }
  .kariera h2:before {
    position: absolute;
    content: "";
    display: block;
    left: -25px;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #dd1d57;
    transition: .3s ease; }
    @media screen and (max-width: 600px) {
      .kariera h2:before {
        display: none; } }

.kariera h3 {
  font-size: 15px;
  font-weight: 300;
  margin-top: 100px; }

.kariera a.button {
  width: 350px;
  margin-left: 0; }

.kariera .right-col {
  width: 66.66666667%; }

@media only screen and (min-width: 1510px) {
  .kariera-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 66%;
    height: 100%; }

  .usp-kariera-items {
    position: relative;
    top: 100px;
    left: 300px; }

  .usp-kariera-item {
    position: absolute; }
    .usp-kariera-item img {
      display: inline-block;
      vertical-align: middle;
      border-radius: 0; }
    .usp-kariera-item .text {
      display: inline-block;
      vertical-align: middle; } }
.kariera-wrap img {
  border-radius: 50%; }

.usp-kariera-item img {
  border-radius: 0; }

.usp-kariera-item .title {
  color: white;
  font-size: 28px;
  letter-spacing: -.01em; }

.usp-kariera-item .subtitle {
  color: rgba(255, 255, 255, 0.3);
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: .1em;
  white-space: nowrap; }

.usp-kariera-item:nth-of-type(1) {
  top: 40px;
  left: -230px; }

.usp-kariera-item:nth-of-type(2) {
  top: -110px;
  left: 80px; }

.usp-kariera-item:nth-of-type(3) {
  top: 10px;
  left: 400px; }

.usp-kariera-item:nth-of-type(4) {
  top: 190px;
  left: 430px; }

.usp-kariera-item:nth-of-type(5) {
  top: 400px;
  left: 170px; }

.usp-kariera-item:nth-of-type(6) {
  top: 280px;
  left: -240px; }

/*CERTIFIKATY*/
.certifikaty {
  background-color: #fff;
  padding: 100px 0; }

.certifikaty .left-col.content {
  vertical-align: middle;
  width: 32%;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 0;
  color: rgba(60, 60, 60, 0.7);
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .01em;
  font-weight: 400;
  margin-bottom: 30px; }
  .certifikaty .left-col.content h2 {
    color: #3c3c3c;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: .01em;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative; }
    .certifikaty .left-col.content h2:before {
      position: absolute;
      content: "";
      display: block;
      left: -25px;
      top: 12px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 15px;
      border-color: transparent transparent transparent #dd1d57;
      transition: .3s ease; }
      @media screen and (max-width: 600px) {
        .certifikaty .left-col.content h2:before {
          display: none; } }

/*left-content*/
.certifikaty .right-col.certifacates {
  padding-left: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 68%; }

/*right-col*/
.certificates-items {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.certifikat-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  margin: 10px; }

.certifikat-item .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/certficatesbg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  z-index: 0;
  opacity: 0;
  transition: opacity .3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .certifikat-item .hover:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color: rgba(221, 29, 87, 0.6); }
  .certifikat-item .hover img {
    position: relative; }

.certifikat-item:hover .hover {
  opacity: 1; }

@media only screen and (min-width: 1510px) {
  .certifikat-item:nth-child(1) {
    margin-left: 160px; }

  .certifikat-item:nth-child(3) {
    margin-left: 30px; }

  .certifikat-item:nth-child(6) {
    margin-left: -80px; } }
/*ZNACKY*/
.znacky-a-projekty {
  padding: 100px 0;
  background: #262626; }

.znacky-a-projekty .container {
  position: relative;
  z-index: 80; }

.znacky-a-projekty .left-col {
  float: left;
  text-align: left;
  margin-top: 35px;
  max-width: 455px;
  width: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .01em;
  font-weight: 400; }
  .znacky-a-projekty .left-col h2 {
    color: white;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: .01em;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative; }
    .znacky-a-projekty .left-col h2:before {
      position: absolute;
      content: "";
      display: block;
      left: -25px;
      top: 12px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 15px;
      border-color: transparent transparent transparent #dd1d57;
      transition: .3s ease; }

.znacka-item {
  width: 50%;
  float: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: .075em; }
  .znacka-item .logo {
    width: 230px;
    height: 230px;
    background-position: center;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    border-radius: 10px;
    vertical-align: middle;
    float: none; }
    .znacka-item .logo:before {
      position: absolute;
      display: block;
      content: "";
      z-index: 2;
      width: 100%;
      height: 100%;
      left: 0;
      background-color: rgba(221, 29, 87, 0.7);
      border-radius: 10px; }
    .znacka-item .logo img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      max-width: 80%;
      max-height: 80%;
      z-index: 3; }
  .znacka-item .znacka-content {
    width: 55%;
    display: inline-block;
    color: white;
    vertical-align: middle;
    font-weight: 300;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 26px; }

.znacka-item:nth-of-type(2n) {
  width: 57%; }

.znacka-item:nth-of-type(2n+1) {
  width: 43%; }
  .znacka-item:nth-of-type(2n+1) .znacka-content {
    width: 50%; }

.znacka-item:nth-of-type(1) {
  width: 50%; }

/* KONTAKT */
.kontakt {
  padding: 100px 0;
  background-image: url("../img/kontakt-bg.jpg");
  background-size: cover;
  /*lef-col*/ }
  .kontakt .container {
    position: relative;
    z-index: 90; }
  .kontakt .left-col {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    line-height: 30px;
    width: 33%;
    max-width: 470px;
    margin-right: 7px; }
    .kontakt .left-col h2 {
      color: white;
      font-size: 32px;
      line-height: 44px;
      letter-spacing: .01em;
      font-weight: 700;
      margin-bottom: 20px;
      position: relative; }
      .kontakt .left-col h2:before {
        position: absolute;
        content: "";
        display: block;
        left: -25px;
        top: 12px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent white;
        transition: .3s ease; }

/*kontakt*/
.kontakt-wrap {
  width: 250px;
  height: 165px;
  margin-top: 68px;
  float: left;
  margin-left: 15px;
  background-color: rgba(146, 9, 50, 0.5);
  border-radius: 10px;
  padding-left: 10px;
  padding-top: 25px; }
  .kontakt-wrap p {
    font-size: 17px;
    color: white;
    line-height: 17px;
    margin-top: 10px; }
  .kontakt-wrap p.title {
    display: none;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px; }

.socials-wrap a {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  transition: .3 ease;
  display: inline-block;
  margin-right: 45px;
  margin-bottom: 15px; }
  .socials-wrap a:hover {
    background-color: #dd1d57; }
.socials-wrap a.facebook-ico {
  background-image: url("../img/fb.png"); }
.socials-wrap a.linkedin-ico {
  background-image: url("../img/linkedin.png"); }
.socials-wrap a.youtube-ico {
  background-image: url("../img/youtube.png"); }

#map {
  /* height: 710px; */
  height: 650px;
  width: 100%; }

/*===404=========*/
.error-wrap-404 {
  width: 100%;
  height: 100vh;
  text-align: center;
  padding-top: 100px; }

/*===footer======*/
footer {
  height: 5rem;
  line-height: 5rem;
  position: relative;
  background: #222; }

.povinne-info {
  color: white;
  font-size: 1.3rem;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 5rem;
  line-height: 5rem;
  top: 0; }

.madeby {
  position: absolute;
  width: 48%;
  text-align: right;
  right: 2rem;
  top: 0;
  height: 5rem;
  line-height: 5rem;
  color: white;
  float: right;
  font-size: 1rem; }
  .madeby a {
    color: white;
    transition: .2s; }
  .madeby a:hover {
    color: #dd1d57; }
  .madeby img {
    margin-left: 5px;
    vertical-align: text-bottom;
    width: 17px !important;
    height: 17px !important; }

@media screen and (max-width: 600px) {
  .madeby {
    position: static;
    width: 100%;
    text-align: center;
    line-height: 2rem;
    height: auto; }

  .povinne-info {
    position: static;
    height: auto;
    line-height: 3rem; } }
.eu-cookies.priority {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7px 15px 7px 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ededed;
  text-align: center; }
  .eu-cookies.priority, .eu-cookies.priority span, .eu-cookies.priority a {
    font-size: 12px; }

.eu-cookies.priority button {
  height: auto;
  margin-left: 15px;
  padding: 5px 10px;
  line-height: 1.3;
  font-size: 12px !important;
  border-radius: 0;
  background-color: #0a9e00;
  color: #fff;
  border: 0; }

.eu-cookies.priority a {
  display: inline-block;
  margin-left: 15px;
  color: #bbb;
  text-decoration: none; }

/*.section, header {
	display: none;
}

.section.kontakt {
	display: block;
}*/
.page-numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #3c3c3c;
  display: inline-block;
  font-size: 1.8rem;
  color: white;
  border: none;
  margin: 0.5rem;
  transition: .2s; }
  .page-numbers:hover {
    background-color: #dd1d57; }

a.page-numbers {
  color: white;
  text-decoration: none; }

.page-numbers.current {
  background-color: #dd1d57; }

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

#map .card {
  font-size: 13px;
}

#map .card p {
    margin-bottom: 7px;
}

#map img {
  max-width: none;
}

.dcb-privacy-policy-text {
	font-size: 1.8rem;
	margin-top: 15rem;
}

.dcb-privacy-policy-text p {
	margin: 3rem auto;
}