/* */
@font-face {
    font-family: 'INOV8bold';
    src: url('../FONTS/DINPro-Bold.woff') format('woff'),
        url('../FONTS/DINPro-Bold.ttf') format('truetype'),
        url('../FONTS/DINPro-Bold.svg#DINPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'INOV8';
    src: url('../FONTS/DINPro-Regular.woff') format('woff'),
        url('../FONTS/DINPro-Regular.ttf') format('truetype'),
        url('../FONTS/DINPro-Regular.svg#DINPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'INOV8cond';
    src: url('../FONTS/DINPro-CondensedRegular.woff') format('woff'),
        url('../FONTS/DINPro-CondensedRegular.ttf') format('truetype'),
        url('../FONTS/DINPro-CondensedRegular.svg#DINPro-CondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'INOV8light';
    src: url('../FONTS/DINPro-Light.woff') format('woff'),
        url('../FONTS/DINPro-Light.ttf') format('truetype'),
        url('../FONTS/DINPro-Light.svg#DINPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'INOV8condbold';
    src: url('../FONTS/DINPro-CondensedBold.woff') format('woff'),
        url('../FONTS/DINPro-CondensedBold.ttf') format('truetype'),
        url('../FONTS/DINPro-CondensedBold.svg#DINPro-CondensedBold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/* */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, ul, li, p, a, img, b, u, i, article, aside, footer, header, menu, nav, section, small {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
  font-family: 'INOV8', sans-serif;
  scroll-behavior: smooth;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

body {
  background: #E5E5E5;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

/* HLAVIČKA */

header {
  background: #000;
  color: #e5e5e5;
  padding: 30px 0 0 0;
}

header section {
  background: url("../IMG/illustration.jpg") no-repeat center top;
  min-height: 760px;
  max-width: 930px;
  margin: 0 auto;
  display: block;
}

a#inov8_logo {
  background: url("../IMG/logo_inov8.jpg") no-repeat top center;
  width: 210px;
  height: 145px;
  display: block;
  float: left;
}

div#limited_badge {
  background: url("../IMG/header_badge.jpg") no-repeat top center;
  width:  210px;
  height: 133px;
  display: block;
  float: right;
  padding: 15px 0 430px 0;

  color: #333;
  text-align: center;
}

div#limited_badge h3 {
  display: block;
  text-transform: uppercase;
  font: normal 31px 'INOV8condbold' ;
  padding: 0;
}

div#limited_badge h4 {
  display: block;
  text-transform: uppercase;
  font: normal 30px 'INOV8cond';
}

div#limited_badge span {
  display: block;
  font:normal 22px 'INOV8cond';
}

header h1 {
  clear: both;
  display: block;
  text-align: center;

  font: 72px 'INOV8bold';
  text-transform: uppercase;
}

header h3 {
  clear: both;
  display: block;
  text-align: center;
  padding: 10px 0;
  font: 32px 'INOV8cond';
}

/* HLAVNI OBSAH */

main {
  background: #E5E5E5;
  color: #333;
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

main section {
  max-width: 930px;
  margin: 0 auto;
}

main h2 {
  margin: 35px 0;
  font: 37px 'INOV8bold';
  text-transform: uppercase;
  text-align: center;
}

main h2 small {
  font-family: 'INOV8cond';
}

main p {
  font-size: 18px;
  text-align: justify;
  line-height: 1.5em;
}

/* SEKCE 1 - PRIBEH RACE ULTRA + FOTOGALERIE */

div#gallery {
  width: 840px;
  height: 170px;
  position: relative;
  padding: 0 0 0 50px;
  margin:30px auto 50px auto;
  overflow: hidden;
}

div#gallery a#arrow_left {
  background: url("../IMG/arrows.png") left top no-repeat;
  display: block;
  width: 22px;
  height: 95px;
  position: absolute;
  left: 5px;
  top: 30px;
}
div#gallery a#arrow_left:hover {
  background: left bottom no-repeat;
}

div#gallery a#arrow_right {
  background: url("../IMG/arrows.png") right top no-repeat;
  display: block;
  width: 22px;
  height: 95px;
  position: absolute;
  top: 30px;
  right: 5px;
}

div#gallery a#arrow_right:hover {
  background: right bottom  no-repeat;
}

div#gallery img {
  margin: 0 35px 0 0;
  min-height: 170px;
  float: left;
}

/* SEKCE 2 - KLICOVE VLASTNOSTI + BOTA ROKU */
section#two div#leftcolumn {
  float: left;
  clear: left;
  display: block;
  width: 290px;
}

section#two div#leftcolumn p {
  text-align: left;
  margin: 0 0 20px 0
}

section#two div#rightcolumn p {
  text-align: right;
  margin: 0 0 20px 0
}

section#two img {
  display: block;
  float: left;
  width: 340px;
  margin: 30px 0 0 0
}

section#two div#rightcolumn {
  float: right;
  clear: right;
  display: block;
  width: 290px;
  text-align: right !important;
  padding: 0 0 20px 0;
}


/* SEKCE 3 - TECHNICKE PARAMETRY - SEZNAM */
section#three {
  max-width: 930px;
  clear: both;
  margin: -20px auto 0 auto;
}

section#three ul {
  display: block;
  width: 930px;
  margin: 0 auto;
}

section#three li {
  display: block;
  float: left;
  height: 47px;
  width: 180px;
  background: url("../IMG/list_arrow.svg") left no-repeat;
  background-size: 13px 49px;
  padding: 5px 25px 0 25px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

section#three li strong {
  display: block;
  font-family: 'INOV8bold';
}

/* SEKCE 4 - SEZNAM A MAPA PRODEJCU */
section#four {
  width: 930px;
  clear: both;
  margin: -20px auto 35px auto;
  position: relative;
}

section#four li a {
  /*background: url("../IMG/list_arrow.svg") top left no-repeat;*/

  text-decoration: none;
  color: #333;
  display: block;
  float: left;
  min-height: 37px;
  width: 115px;
  padding: 10px 5px 10px 5px;
  opacity: 0.8;
}

section#four li a:hover {
  opacity: 1.0 !important;
  color: #E5E5E5;
  background: #A20600;
}

section#four li {
  display: block;

  text-transform: uppercase;
}

section#four li strong {
  display: block;
  font-family: 'INOV8bold';
}

section#four ul#mainstores {
  display: block;
  float: left;
  width: 250px
}

section#four ul#otherstores {
  display: block;
  float: right;
  width: 250px;
  text-align: right;
}

section#four div#map {
  background: url("../IMG/map2.svg") top center no-repeat;
  background-size: 420px 203px;
  width: 420px;
  height: 230px;
  float: left;
  position: relative;
}

/* ABSOLUTNE POZICOVANE PUNTIKY NA MAPE */
section#four div#map a#praha {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 51px;
  left: 87px;
}
section#four div#map a#brno {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 111px;
  left: 183px;
}
section#four div#map a#ostrava {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 77px;
    left: 245px;
}
section#four div#map a#poprad {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 119px;
    left: 321px;
}
section#four div#map a#bratislava {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 167px;
    left: 208px;
}
section#four div#map a#trencin {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 130px;
    left: 239px;
}
section#four div#map a#nitra {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 158px;
    left: 236px;
}
section#four div#map a#budejovice {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 125px;
    left: 89px;
}
section#four div#map a#hradec {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 46px;
    left: 140px;
}
section#four div#map a#liberec {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 14px;
    left: 114px;
}
section#four div#map a#prerov {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 98px;
    left: 211px;
}

section#four div#map a#lanskroun {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 70px;
    left: 178px;
}
section#four div#map a#mezirici {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 91px;
    left: 230px;
}
section#four div#map a#trebic {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 110px;
    left: 145px;
}

section#four div#map a.bigdot {
  background: url("../IMG/bigdot.jpg") left no-repeat;
}

section#four div#map a.bigdot:hover {
  background-position: right;
}

section#four div#map a.smalldot {
  background: url("../IMG/smalldot.png") left no-repeat;
}

section#four div#map a.smalldot:hover {
  background-position: right;
}

/* PATICKA */
footer {
  background: #000;
  color: #e5e5e5;
  padding: 30px 0 0 0;
  clear: both;
}

footer section {
  max-width: 930px;
  margin: 0 auto;
  display: block;
  padding: 20px 0
}


footer section  h3 {
  font: normal 100% 'INOV8bold';
  display: inline;
  text-align: left;
  float: left;
  clear: left;
}


footer section a {
  color: #E5E5E5;
}

footer section a:hover {
  font-weight: bold;
}

/* PATICKA - KONTAKTNI INFORMACE */
footer section p#contact {
  width: 450px;
  float: left;
  clear: left;
  color: #E5E5E5;
  line-height: 1.5em;
}

/* PATICKA - SOCIALNI SITE  */
footer section div#social {
  width: 450px;
  float: right;
  text-align: right;
}

footer section div#social a {
  display: block;
  float: right;
  clear: right;
  text-decoration: none;
  font: normal 18px 'INOV8';
  text-transform: uppercase;
  margin: 10px 0;
  width: 300px

}

footer section div#social a:hover {
  text-decoration: underline;
  font-family: 'INOV8bold'
}

footer section div#social a#instagram {
  height: 40px;
  background: url("../IMG/instagram.svg") left no-repeat;
  background-size: 66px 60px;
  padding: 20px 0 0 0;

}

footer section div#social a#facebook {
  height: 55px;
  background: url("../IMG/facebook.svg") left no-repeat;
  background-size: 59px 80px;
  padding: 25px 0 0 0;
}

/* FIXNE USAZENY ODKAZ CALL TO ACTION */
a#want:hover {
  color: #000;
}

a#want {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);

  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;

  background: #A20600;
  display: block;
  width: 170px;
  height: 50px;
  color: #E5E5E5;
  font: 28px "INOV8bold";
  text-align: center;
  text-transform: uppercase;

  position: fixed;
  left: -58px;
  top: 200px;
  padding: 5px 0 0 0;
}


/* CSS STYLY PRO MOBILNY ZARIZENI  */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 700px) {
body {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

a#inov8_logo {
  margin: 0 0 0 10%
}

div#limited_badge {
  margin: 0 5% 0 0;
}

main p {
  font-size: 36px;
  width: 85%;
  margin: 0 auto;
}

main h2 {
  font-size: 55px;
}

section#two div#leftcolumn {
  width: 930px !important;
}

section#two p {
  text-align: justify !important;
  width: 85%;
  margin: 30px auto !important;
}

section#two div#rightcolumn {
  width: 930px !important;
}

section#two img {
  display: block;
  float: none !important;
  width: 680px;
  margin: 0 auto;
  text-align: center;
}

section#three  h2 {
  text-align: center;
  margin: 80px 0 !important;
}

section#three li {
  display: block;
  float: left;
  heIght: 86px;
  width: 360px;
  padding: 8px 0 0 50px;
  margin: 0 0 40px 50px;
  text-transform: uppercase;
  text-align: left;
  font-size: 30px;
}

section#four ul#mainstores {
  width: 465px;
  float: left;
  margin: 0;
  padding: 0
}

section#four ul#otherstores {
   width: 465px;
   float: left;
   margin: 0;
   padding: 0;
   clear: none;
}

section#four li a {
  /*background: url("../IMG/list_arrow.svg") top left no-repeat;*/
  opacity: 1.0;

  min-height: 66px;
  width: 210px;
  padding: 20px 10px 20px 10px;
  opacity: 0.8;

  display: block;
  float: left;
  font-family: 'INOV8';
  text-transform: uppercase;
  text-align: left;
  font-size: 28px;
}


section#four li a:hover {
  opacity: 1.0 !important;
  color: #E5E5E5;
  background: #A20600;
}

section#four li {
  display: block;

  text-transform: uppercase;
}

section#four li a:nth-child(even) {
  color:#A20600;
}

section#four div#map {
  width: 900px;
  height: 460px;
  background-size: 840px 406px;
  margin: 0 auto;
  float: none;
  clear: both;
}

section#four div#map a {
  display: none;
  visibility: hidden;
}

footer section p#contact, footer section h3 {
  width: 930px;
  float: none;
  font-size: 36px;
}

footer section div#social {
  width: 930px;
  float: none;
}

footer section div#social a {
  margin: 20px 0;
  width: 600px;
  float: left;
}

footer section div#social a#instagram {
  height: 85px;
  background: url("../IMG/instagram.svg") left no-repeat;
  padding: 35px 0 0 0;
  font-size: 36px;
}

footer section div#social a#facebook {
  height: 110px;
  background: url("../IMG/facebook.svg") left no-repeat;
  padding: 50px 0 0 0;
  font-size: 36px;
}

a#want {
  display: none;
  visibility: hidden;
}
}
