body {
  background-image: url("../img/pozadi1.jpg") !important;

  background-color: #ffffff;

  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto auto;

  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 100vh;
  font-size: calc(16px + 0.25vw);
  line-height: 120%;
  color: #f1f1f1;

  margin: 0;
  padding: 0;
}
.mrizka {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;

  display: none;
}
#mainInfo {
  position: fixed;
  left: 0vw;
  top: 0vw;

  color: #686767;

  z-index: 100;
  background-color: #000000;

  text-align: center;
  width: 100vw;
}
#mainInfo div {
  line-height: 22px;
  height: auto;
  background-color: transparent;
  width: 100vw;
  font-size: calc(12px + 0.25vw);
  color: #f1f1f1;
  padding: 5px 0 5px 0;
  border-bottom: solid 1px #ec090d;
}
#mainInfo div span {
  color: #ffffff;
  line-height: 22px;
}

#mainInfo .meta {
  font-size: calc(9px + 0.25vw);
  margin: 3px;
  background-color: #ffffff;
  color: #686767;
  height: 3.4vw;
  max-height: 22px;

  padding: 2px 15px 2px 15px;
  border-radius: 16px;
  width: auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
  padding-top: 0.33vw;
  -webkit-box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.29);
}
.underConstracion {
  transform: rotate(-90deg);
  position: absolute;
  top: 38vh;
  right: -56px;
}
table {
  padding: 0;
  margin: 0;
  border: 0;
}
table tr {
  padding: 0;
  margin: 0;
  border: 0;
}
table tr td {
  padding: 0;
  margin: 0;
  border: 0;
}
h1 {
  padding: 0px;
  margin: 0px;
  color: #ada9a9;
  font-family: "Spectral", serif;
  font-style: italic;
  font-size: calc(18px + 2.25vw);
  font-weight: lighter;
}
h2 {
  color: #f1f1f1;
  font-style: normal;
  font-size: calc(14px + 0.55vw);
  font-weight: 700;
  padding: 0.5vw;
  margin: 0;
  width: 70vw;
  display: block;

  font-family: "Spectral", serif;
}
.popis {
  padding: 2vw 0px;
  margin: 0px;
  color: #f1f1f1;
  font-size: calc(15px + 0.35vw);
  line-height: 135%;
  font-weight: lighter;
  font-weight: 100;
  font-family: "Spectral", serif;
}

.slideshowmain {
  position: relative;
  width: 70vw;
  height: auto;
  min-height: 70vh;
}

.previewbox {
  display: inline-block;
  padding: 5vw;
  margin: 0;
  transition: all 1s;
  position: relative;
}
.previewbox:hover {
  display: inline-block;
  padding: 0vw;
  margin: 0;
  transition: all 1s;
}

.previewbox .previewtext {
  display: block;
  padding: 0.5vw;
  margin: 0;
  transition: all 0.5s;
  opacity: 0;
  background-color: #575757;
  color: #ffffff;
  position: absolute;
  bottom: 20%;
  text-align: left;
  left: 0;
}
.small-12 .previewbox .previewtext {
  display: block;
  padding: 0.5vw;
  margin: 0;
  transition: all 1s;
  opacity: 0.5;
  background-color: #575757;
  color: #ffffff;
  position: absolute;
  bottom: 20%;
  text-align: left;
}

.previewbox:hover .previewtext {
  opacity: 0.85;
  transition: all 1s;
}

.previewtext .more {
  font-size: calc(10px + 0.15vw);
}

.previewbox .previewtext.small {
  opacity: 1;
}

a {
  cursor: pointer !important;
}
a:hover {
  cursor: pointer !important;
  text-decoration: underline !important;
}

body {
  overflow: auto !important;
}

.clearTable {
  border: 0;
  padding: 0;
  margin: 0;
}
.clearTable tr {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent !important;
}

.clearTable td {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  vertical-align: top;
}

button {
  height: 28px;
  width: 100px;
  border-radius: 14px;
  padding-top: 5px !important;
  margin-top: 10px;
  font-size: 14px;
}

#crosscatalogue {
  width: 800px;
  height: 566px;

  position: relative;
  top: 10px;

  padding: 0px;
  margin: 0px;
}

#magazine {
  width: 800px;
  height: 566px;
  background: url(../images/howto.png);
  box-shadow: 5px 5px 2px #888888;
}
#magazine .turn-page {
  background-color: #ccc;
  background-size: 100% 100%;
}

#stepback {
  top: 250px;
  position: relative;
  vertical-align: middle;
  height: 44px;
  line-height: 44px;
  width: 40px;
  background-color: transparent;

  background: url(../images/fancybox_sprite.png) no-repeat -4px -107px;

  float: left;
  z-index: 1000;
  text-decoration: none;
  font-weight: bold;
}

#stepback div {
  height: 44px;
  line-height: 44px;
  width: 40px;

  background: url(../images/fancybox_buttons.png) no-repeat 4px 8px;

  text-decoration: none;
  font-weight: bold;
}

#stepprev {
  position: relative;
  vertical-align: middle;
  top: -320px;
  height: 44px;
  line-height: 44px;
  width: 40px;
  background-color: #c1001f;

  background: url(../images/fancybox_sprite.png) no-repeat 0 -107px;

  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);

  float: right;
  z-index: 1000;
  text-decoration: none;
  font-weight: bold;
}

#stepprev div {
  height: 44px;
  line-height: 44px;
  width: 40px;

  background: url(../images/fancybox_buttons.png) no-repeat -24px 8px;

  text-decoration: none;
  font-weight: bold;
}

#stephome {
  z-index: 1000;

  top: -40px;
  display: block;

  height: 40px;
  line-height: 40px;
  width: 44px;

  position: relative;
  vertical-align: middle;

  background-color: #c1001f;

  background: url(../images/fancybox_sprite.png) no-repeat 0 -107px;
}

#stephome div a {
  height: 44px;
  line-height: 44px;
  width: 40px;
  display: block;

  background: url(../images/fancybox_buttons.png) no-repeat -54px -25px;

  text-decoration: none;
  font-weight: bold;
}

.zoomlink div {
  position: relative;
  vertical-align: middle;
  top: 0px;
  height: 40px;
  line-height: 40px;
  width: 44px;
  background-color: #c1001f;

  background: url(../images/fancybox_buttons.png) no-repeat 8px -55px #c1001f;

  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;

  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;

  z-index: 1000;
  text-decoration: none;
  font-weight: bold;
}

.zoomlink div a {
  text-decoration: none !important;
}

.contentdiv {
}

.content-table,
.content-table a {
  width: 430px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.content-table a {
  width: 230px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
}

#loader {
  position: absolute;
  z-index: 100000;
  top: 100;
  left: 430px;
  display: none;
}

.previewbox {
  display: inline-block;
  background-color: #ffffff;
  border: none;
}

.topInfo {
  width: 100%;
  min-height: 600px;
  height: 120vw;
  max-height: 1000px;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.topInfo H1 {
  font-weight: 900;
  font-size: calc(25px + 4.25vw) !important;
  letter-spacing: 3px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-style: normal;
}
.topInfo p {
  font-size: calc(14px + 1.25vw) !important;
  color: #ffffff !important;
}
.topInfo div {
  min-width: 220px;
  display: inline-block;
  text-align: left;
  font-size: calc(14px + 0.25vw) !important;
}
.topInfo div a {
  color: #ffffff !important;
}
.topInfo div a img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.redInfo {
  font-size: calc(11px + 0.5vw);
  line-height: calc(6px + 1.15vw);
  background-color: #df3d3d;
  color: #ffffff;
  width: 300px;
  padding: 6px;
  margin: 16px 0;
}
.orange {
  background-color: #f56a17 !important;
}

.kidsInfo {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: -10vw;
}
.kidProduct1 {
  display: inline-block;
  width: 29.25vw;
  height: auto;
  max-width: 640px;
  min-width: 280px;
  top: 0;
  position: relative;
}
.kidProduct1 img {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.57);
  z-index: 100;
}

.infoTd {
  color: #000000;
  width: 14vw;
  height: auto;
  max-width: 300px;
  min-width: 280px;
  padding: 10px 10px 5px 10px !important;
  text-align: left;
  vertical-align: middle;
  background-color: #ffffff !important;
}

.womenInfo {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
}

.kidsInfo .redInfo,
.womenInfo .redInfo,
#crosscatalogue .redInfo {
  font-size: calc(12px + 0.25vw);
  line-height: calc(12px + 0.85vw);
  background-color: #df3d3d;
  color: #ffffff;
  text-align: right !important;
}

.kidsInfo .productPreview {
  display: inline-block;
  width: 14vw;
  height: auto;
  max-width: 300px;
  min-width: 280px;
  top: 0;
}

#crosscatalogue .textSlide {
  width: 100%;
  height: 566px;
  padding: 45px;
  float: left;
  line-height: 1.125rem;
  font-size: 0.975rem;
  color: #ffffff;
  text-align: left;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

.womenInfo .productPreview {
  display: inline-block;
  min-width: 300px;
  min-height: 300px;
  width: 20%;
  padding: 0;
  margin: 0;
  position: relative;
}
.womenInfo .productPreview img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0;
}
