@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Lato);
/* 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;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

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; }

.topColor {
  background-image: radial-gradient(#ffa078, #ff6827); }

.secondColor {
  background-image: radial-gradient(#00aff1, #49616c); }

.thirdColor {
  background-image: radial-gradient(#7fc8f3, #00aeef); }

.colorBckg {
  background: linear-gradient(#064051, transparent), linear-gradient(90deg, #064051, transparent), linear-gradient(limegreen, transparent);
  background-blend-mode: screen; }

.colorBckg1 {
  background-image: radial-gradient(#8d8b8c, #4a4849); }

.colorBckg2 {
  background-image: radial-gradient(#ffffff, #ececec); }

.colorBckg3 {
  background-image: radial-gradient(#3eb40d, #268522); }

.color7 {
  color: #2d2d2d; }

* {
  box-sizing: border-box !important; }

.spacer {
  height: 65px; }

.spacer2 {
  height: 35px; }

table {
  margin: 20px 0 20px 0; }
  table td {
    padding: 5px; }

h1 {
  font-size: 1.75rem;
  font-family: Oswald, sans-serif;
  color: #49616c;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 15px; }

h2 {
  font-size: 1.5rem;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  padding-bottom: 25px;
  padding-left: 5px;
  color: #49616c; }
  h2::after {
    bottom: -5px;
    content: "";
    display: block;
    position: relative;
    width: 75px;
    border-bottom: 5px solid #00aeef; }

h3 {
  font-size: 1.5rem;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 2rem;
  color: #49616c; }

.logo {
  font-size: 2rem;
  font-family: Oswald, sans-serif;
  color: #49616c;
  padding-top: 5px; }

.logoSpan {
  color: #00aeef; }

.articleImage {
  max-width: 100%;
  margin: 20px 0 20px 0; }

article {
  font-size: 1.1rem;
  color: #3c4a55db;
  font-family: Lato, sans-serif;
  text-align: justify;
  line-height: 1.4rem; }
  article p {
    margin-bottom: 20px; }
  article h2 {
    font-size: 1.5rem;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    padding-bottom: 25px;
    color: #49616c;
    margin-left: -5px; }
    article h2::after {
      bottom: -7px;
      content: "";
      display: block;
      position: relative;
      width: 75px;
      border-bottom: 5px solid #00aeef; }

.full {
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 15px; }

.container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.boxnav {
  margin-top: 15px; }

.arrow {
  border: 1px solid darkgrey;
  font-size: 2rem;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 0 15px;
  display: none; }

.guideBig p {
  z-index: 666;
  font-size: 7.5vw;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5rem; }
  .guideBig p span {
    font-size: 4vw;
    letter-spacing: 0.5rem;
    line-height: 8vw;
    z-index: 666; }

@media screen and (min-width: 1200px) {
  .guideBig p {
    font-size: 86px; }
    .guideBig p span {
      font-size: 44px; } }

.between {
  position: absolute;
  z-index: 500;
  top: 30px;
  left: 20px;
  filter: blur(2px);
  opacity: 0.8; }

.box {
  margin: 15px;
  min-height: 150px;
  position: relative;
  min-width: 232px; }

.main {
  position: relative;
  width: 43%;
  display: inline-block;
  z-index: 2; }

.main2 {
  position: relative;
  display: inline-block;
  z-index: 2;
  background-color: rgba(189, 206, 212, 0.64);
  padding: 10px; }

.middle {
  position: absolute;
  right: 0;
  z-index: 1; }

.middle2 {
  position: absolute;
  right: 0;
  z-index: 1; }

.subMenu {
  position: fixed;
  max-width: 300px; }
  .subMenu h2 {
    margin-left: -5px; }

.subMenuItem {
  font-size: 0.96rem;
  color: #3c4a55db;
  font-family: Lato, sans-serif;
  line-height: 2.3rem; }
  .subMenuItem:link {
    text-decoration: none;
    color: #3c4a55db; }
  .subMenuItem:visited {
    text-decoration: none;
    color: #3c4a55db; }
  .subMenuItem:active {
    text-decoration: none;
    color: #00aeef; }

.fourFour {
  width: calc(100% - 30px); }

.fourTwo {
  width: calc(50% - 30px); }

.eightTwo {
  width: 100%; }

.oneThree {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1; }

.oneThree2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  min-width: 250px; }

.oneThreeThree {
  width: calc(33.33% - 30px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.oneThreeThree2 {
  width: calc(33.33% - 20px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.twoThree {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 2;
  position: relative; }

.twoThree2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  min-height: 100vh;
  flex: 2; }

.top20 {
  color: white;
  font-size: 4.5rem;
  font-family: Oswald, sans-serif;
  font-weight: bolder; }

.smallSpan {
  font-size: 1rem; }

.padLeft {
  padding-left: 20px; }

.pad {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly; }
  .pad p {
    padding: 20px; }

.smallBox {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  justify-items: center;
  margin: 15px;
  height: 170px;
  min-width: 264px;
  flex: 1; }

.boxText {
  color: white;
  font-size: 1.3rem;
  font-family: Lato, sans-serif;
  font-weight: 300; }

a {
  color: #00aeef; }
  a:link {
    text-decoration: none;
    color: #00aeef; }
  a:visited {
    text-decoration: none; }
  a:active {
    text-decoration: none;
    color: #00aeef; }

.boxText2 {
  color: #49616c;
  font-size: 1.3rem;
  font-family: Lato, sans-serif;
  font-weight: 300; }

blockquote {
  border-left: 5px solid #00aeef;
  padding: 10px 0 1px 20px;
  font-style: italic; }

.column {
  flex-direction: column; }

.recomendation {
  margin: 0 0 0 50px;
  position: relative; }

.row {
  display: flex;
  flex-direction: row;
  align-items: center; }

.space {
  justify-content: space-between;
  padding: 5px 20px 0 0; }

.leftTitle {
  margin-right: auto; }

.guide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.alignLeft {
  float: left; }

.guideLink {
  color: #fff; }
  .guideLink:link {
    text-decoration: none;
    color: #fff; }
  .guideLink:visited {
    text-decoration: none;
    color: #fff; }

.headerFull {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: white;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75); }

.header {
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 666; }

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff; }

.header li a {
  display: block;
  padding: 10px 0 20px 20px;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  color: #49616c; }
  .header li a:link {
    text-decoration: none;
    color: #49616c; }
  .header li a:hover {
    text-decoration: none;
    color: #00aeef;
    transition: color .3s;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s; }
  .header li a:visited {
    text-decoration: none; }
  .header li a:active {
    text-decoration: none;
    color: #00aeef; }

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 5px 10px 0;
  text-decoration: none; }

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; }

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 25px 10px;
  position: relative;
  user-select: none; }

.header .menu-icon .navicon {
  background: #49616c;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px; }

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #49616c;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header .menu-icon .navicon:before {
  top: 5px; }

.header .menu-icon .navicon:after {
  top: -5px; }

.header .menu-btn {
  display: none; }

.header .menu-btn:checked ~ .menu {
  max-height: 240px; }

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg); }

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg); }

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

/* 55em = 880px */
@media (min-width: 55em) {
  .header li {
    float: left; }
  .header li a {
    padding: 18px; }
  .header .menu {
    clear: none;
    float: right;
    max-height: none; }
  .header .menu-icon {
    display: none; } }

.rotatorBox {
  align-items: center;
  justify-content: space-evenly; }

.rotatorSlogan p {
  font-size: 7.2vw;
  font-family: Oswald, sans-serif;
  color: #fff;
  letter-spacing: 0.4rem;
  padding-bottom: 10px; }

.rotatorSlogan span {
  font-size: 2.8vw;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem; }

.watchSlide {
  height: 34vw;
  margin: 10px 0 10px 0; }

@media screen and (min-width: 1200px) {
  .rotatorSlogan p {
    font-size: 5.3rem; }
  .rotatorSlogan span {
    font-size: 2.06rem; }
  .watchSlide {
    height: 400px;
    margin: 20px 0 20px 0; } }

.rotator {
  background-image: url("//smartzegarek.pl/static/slide1.png"); }

.hotTitle {
  margin-top: 20px;
  justify-content: flex-end; }

.hotItems {
  flex-wrap: wrap;
  align-items: flex-end;
  flex: 1;
  flex-direction: row;
  justify-content: center; }

.hotItem {
  align-items: center;
  padding: 0 10px 0 10px;
  min-width: 200px; }
  .hotItem:hover {
    cursor: pointer;
    transition: border-color .3s;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s; }

h4 {
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  color: #49616c;
  margin-bottom: 0.4rem;
  text-align: center;
  min-height: 44px;
  line-height: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center; }

h5 {
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  color: #7C97A2;
  margin-bottom: 0.6rem; }

.catalogImageSmall {
  margin: 10px 0 10px 0; }

.pricerow {
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  color: #49616c; }

.price {
  font-family: Oswald, sans-serif;
  font-size: 1.75rem;
  color: #00aeef; }

.readmore {
  margin: 0.7rem 0 0.7rem 0;
  padding: 10px 20px 10px 20px;
  font-size: 0.8rem;
  border: none;
  width: 100%;
  color: #49616c;
  background-image: radial-gradient(#ffffff, #ececec); }
  .readmore:hover {
    background-image: radial-gradient(#ffffff, #d9d9d9);
    cursor: pointer;
    transition: .3s;
    transition-property: background-image;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s; }

button {
  padding: 10px 0 10px 0;
  font-size: 0.8rem;
  border: none;
  color: #49616c;
  background-image: radial-gradient(#ffffff, #ececec);
  min-width: calc(50% - 5px); }

.filter {
  margin: 0 5px 5px 0; }
  .filter:hover {
    background-image: radial-gradient(#ffffff, #d9d9d9);
    cursor: pointer;
    transition: .3s;
    transition-property: background-image;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s; }

.timelineContainer {
  max-width: 1024px;
  margin: 0 auto; }

.timeline-item {
  padding: 3em 0 2em 2rem;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 5px solid #00aeef;
  min-height: 150px; }
  .timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 0.95em;
    display: block;
    font-weight: 700;
    font-size: 1rem;
    border-left: 14px solid #00aeef;
    height: 5px;
    margin: 9px 0 0 -26px;
    padding: 0 10px 0 10px;
    display: flex;
    align-items: center; }
  .timeline-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 16px;
    position: absolute;
    left: -12px;
    border-radius: 10px;
    content: '';
    border: 5px solid #00aeef;
    background: white; }

.SlideIn-appear {
  transform: translateY(30px);
  opacity: 0; }

.SlideIn-appear.SlideIn-appear-active {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s linear; }

.SlideIn-enter {
  opacity: 0;
  transform: translateX(30px); }

.SlideIn-enter.SlideIn-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.2s linear 0.4s; }

.SlideIn-leave {
  opacity: 1.0;
  transform: translateX(0); }

.SlideIn-leave.SlideIn-leave-active {
  opacity: 0;
  position: absolute;
  width: 100%;
  transform: translateX(-30px);
  transition: all 0.2s linear; }

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  height: 70px; }
  .footer p {
    font-family: Oswald, sans-serif;
    font-size: 1rem;
    text-align: center;
    color: #49616c; }

