* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background-color: #fff;
  color: #007dc3;
  font-size: 14px;
  line-height: 24px;
  font-family: MuseoSans-500, Helvetica, sans-serif;
  position: relative;
  font-weight: 400;
  line-height:200%
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/design/fonts/awesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('/design/fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/design/fonts/awesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/design/fonts/awesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/design/fonts/awesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/design/fonts/awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.red { color: #cc0000; }
.clear { clear: both; }

a { color: #fff; text-decoration: underline; }
a:hover { text-decoration: none; }

img { max-width: 100%; height: auto; }

h1 {
	color:#FFFFFF;
  font-family: MuseoSans-900, Helvetica, sans-serif;
}

h2 {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: #007abc;
  line-height: normal;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

#mainpage {
  margin: 0;
  height: 100%;
  position: relative;
  width: 100%;
}

#mobile-nav-wrap {
  background: #2e2e2e none repeat scroll 0 0;
  height: 100%;
  overflow-y: auto;
  padding: 15px 15px 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 250px;
  z-index: 0;
}
#mobile-nav-wrap {
    display: none;
}

#mobile-nav {
  display: block;
  margin: 0;
  padding: 0;
}
#mobile-nav li {
  display: block;
  margin: 0;
  padding: 0;
}
#mobile-nav li a {
  display: block;
  padding: 6px 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
}
#mobile-nav li a:hover {
  text-decoration: underline;
}

#mobile-nav li ul {
  display: block;
  margin: 0;
  padding: 0;
}

#mobile-nav li.sub-nav {
  margin: 20px 0;
}

#mobile-nav li.sub-nav ul {
  padding-left: 20px;
}

#mobile-nav li.sub-nav > a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  border: none;
}

small {
  display: block;
  color: #fff;
  font-size: 13px;
  margin: 5px;
}

img.dots {
  margin: 30px 0;
  vertical-align: top;
}
img.dots2 {
  margin: 10px 0 30px;
  vertical-align: top;
}

.wrap {
  text-align: left;
}

.fw { width: 100%; }
/*.fh { min-height: 50%; }*/

span.head-line {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #007abc;

}

.content {
  text-align: left;
}

p {
  font-size: 14px;
  margin-bottom: 30px;
}

p strong {
  font-size: 24px;
}

.header__flex {
  display: flex;
  justify-content: space-between;
  padding: 30px;

  @media screen and (max-width: 500px) {
    flex-direction: column;
    align-items: center;
  }
}

.btn {
  padding: 15px 40px;
  font-family: MuseoSans-700, Helvetica, sans-serif;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing:0.3em;
  font-size:15px
}

.btn:hover {
  text-decoration: none;
  padding: 15px 40px;
  font-family: MuseoSans-700, Helvetica, sans-serif;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing:0.3em;
  font-size:15px;
  background-color:#CCCCCC

}

.btn.blue-bcg {
  color: #fff;
  background-color: #007dc3;
}


.btn.white-bcg {
  color: #007dc3;
  background-color: #fff;
}

.hover:hover {
  background-color:#CCCCCC;
}



.logo {
  top: 30px;
  left: 60px;
  z-index: 1000;
  width: 200px;
}

.box--left {
  position: absolute;
  top: 10%;
  left: 1%;
  margin: auto;
  overflow: hidden;
  height: 500px;
  width: 55%;
  background: url(/design/img/retigo-hala.png) no-repeat center center;
  background-size: contain;


  @media screen and (max-width: 959px), screen and (max-height: 700px) {
    width: 70%;
    left: auto;
    right: 0;
    top: 1%;
    height: 300px;
    overflow: hidden;
  }

    @media screen and (max-width: 768px) {
      width: 80%;
      height: 250px;
    }

    @media screen and (max-width: 620px) {
      height: 200px;
    }

    @media screen and (max-width: 480px) {
      height: 200px;
      width: 90%;
    }

    @media screen and (max-width: 410px) {
      height: 160px;
      width: 99%;
    }

    
  
}


/* Uvod */
#introduction {
  position: relative;
/*background: url(/design/img/uvodni-fotka.jpg) no-repeat center center;
  background-size: contain;*/
  background-color: currentColor;
  min-height: 120vh;
  /*min-height: 400px;*/

  @media screen and (max-width: 520px) {
    background-size: cover;
    background-position: 35% 10%;
    min-height: 80vh;
  }
}


#introduction .box {
  position: absolute;
  top: 20%;
  right:3%;
  margin: auto;
  overflow: hidden;
  width: 40%;

}


/* Na Expo */
#expo-for-free .content {
  padding: 50px 100px;
}

.blue-line {
  background-color: #007dc3;
  padding: 50px 0;
}

.blue-line h2 {
  color: #fff;
}

.white-line .content {
  padding: 50px 200px;
}

.images img {
  width: 50%;
  float: left;
}

/* Expo */
#expo2015 .content {
  padding: 50px 0;
}

#expo2015 .btn {
  width: 280px;
}

#expo2015 .btn.zde {
  width: 170px;
}

.akt {
  margin-top: 60px;
}

/* Registrace */
#registrace {
  float: left;
  background-color: #2b7ec5;
  color: #fff;
}

#registrace h2 {
  color: #fff;
}

#reg-form {
  height: auto !important;
  margin: 0 auto;
  width: 560px;
}

#reg-form h2,
#reg-form h2 + p {
  text-align: center;
}

.form-info label {
  position: relative;
}

.form-info label input {
  width: 100%;
  background-color: #cee5f3;
  border: none;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 1px;
}

.radio-custom-label {
  display: flex !important;
  margin-bottom: 30px !important;
}

.radio-custom-label--text {
  margin: 0;
  font-size: 14px;
  line-height: 100%;
}

::-webkit-input-placeholder {
   color: #1e639e;
   opacity: 1;
}

:-moz-placeholder {
   color: #1e639e;
   opacity: 1;
}

::-moz-placeholder {
   color: #1e639e;
   opacity: 1;
}

:-ms-input-placeholder {
   color: #1e639e;
   opacity: 1;
}

p.reg-nav {
  text-align: left;
}

p.reg-nav a {
  float: right;
}

.form-host,
.form-expo {
  text-align: left;
  color: #fff;
}

.form-host .item {
  border-bottom: 1px solid #4eadf1;
  padding: 10px 0 30px;
  margin: 10px 0;
}

.form-host .item label {
  display: block;
  margin: 10px 0;
}

.form-host .item label input {
  margin-right: 10px;
}

.form-expo textarea {
  width: 100%;
  background-color: #cee5f3;
  border: none;
  border-radius: 3px;
  padding: 10px;
}

textarea {
  width: 100%;
  min-height: 100px;
}

.form-expo input[type="submit"] {
  border-radius: 3px;
  border: none;
  float: right;
  margin: 10px 0 0 0;
}

.form-expo a.zpet {
  float: right;
  margin-top: 10px;
  margin-left: 0;
  line-height: 18px;
  background-color: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
}

input.zpet {
  float: right;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

label.red input {
  background-color: #f3cece;
}

#mutace {
  display: inline-block;
  margin: 0;
  padding: 5px;
  background-color: #005583b6;
  border-radius: 5px;
  right: 80px;
  top: 30px;
  display: flex;
  align-items: center;
  max-height: 40px;
  z-index: 1;

  @media screen and (max-width: 500px) {
    margin-top: 40px;
  }
}

#mutace li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#mutace li a {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 9px 2px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}

#mutace li a:hover,
#mutace li a.active {
  background-color: #fff;
  color: #0075b5;
  text-decoration: none;
}

#send {
  border: none;
  float: right;
  margin-left: 10px;
}

#radiator {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 10000;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
#expo-for-free .content {
  padding: 50px 20px;
}
.white-line .content {
    padding: 50px 20px;
}

#reg-form {
    height: auto !important;
    margin: 0 auto;
    width: 90%;
}
#reg-form textarea {
  margin: 0 0 10px 0;
}
#reg-form .btn {
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}

#form-info,
#form-host,
#form-expo {
  height: 1300px !important;
}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#introduction {
  height: 940px;
}
#introduction .box {
  bottom: 0;
  /*height: 450px;*/
  height: 700px;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 20px;
  position: absolute;
  right: 0;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.7);
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-height: 700px) {
  #introduction {
    height: 960px;
  }
  #introduction .box {
    bottom: 0;
    height: 650px;
    left: 0;
    margin: auto;
    overflow: hidden;
    padding: 20px 20px;
    position: absolute;
    right: 0;
    top: 100px;
    min-width: 860px;
    background-color: rgba(0, 0, 0, 0.7);

    @media screen and (max-width: 940px) {
      min-width: 90%;
    }
  }
  .logo {
    left: 50%;
    top: 100px;
  }
  #radiator {
    right: 20px;
  }
  #mutace {
    right: 70px;
  }
  #expo-for-free .content {
    padding: 50px 20px;
  }
  .white-line .content {
      padding: 50px 20px;
  }
  .btn {
    margin-bottom: 10px;
  }
}


@media only screen and (max-width: 767px) {
#introduction {
  height: 960px;
}


#introduction .box {
  bottom: 0;
  height: 650px;
  left: 0;
  margin: auto;
  overflow: hidden;
  padding: 20px 20px;
  position: absolute;
  right: 0;
  top: 100px;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.7);
}
.logo {
  left: 50%;
  top: 100px;
}
#radiator {
  right: 20px;
}
#mutace {
  right: 70px;
}
#expo-for-free .content {
  padding: 50px 20px;
}
.white-line .content {
    padding: 50px 20px;
}
.btn {
  margin-bottom: 10px;
}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#introduction {
  /*height: 940px;*/
  height: 1100px;
}
#introduction .box {
  bottom: 0;
  /*height: 550px;*/
  height: 800px;
  left: 0;
  margin: auto;
  overflow: hidden;
  padding: 20px 20px;
  position: absolute;
  right: 0;
  top: 100px;
  width: 90%;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}

#mouse{
  position: absolute;
  bottom: 40px;
  left:50%;
  margin-left: -13px;
}

.scroll-down{
  border: 2px solid #fff;
  display: inline-block;
  width: 25px;
  height: 40px;
  border-radius: 15px;
}

@-webkit-keyframes scroll-anim {
  0%   { top: 0px; }
  100% { top: 15px; }
}

@-moz-keyframes scroll-anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes scroll-anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes scroll-anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.scroll-down:after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 6px;
  background: #fff;
  position: relative;
  top: -3px;
  left: 10px;
  transition: all 0.7s;
  -webkit-animation: scroll-anim 1s infinite;
  -moz-animation:    scroll-anim 1s infinite;
  -o-animation:      scroll-anim 1s infinite;
  animation:         scroll-anim 1s infinite;
}

@media only screen and (max-width: 479px) {
  #introduction {
    height: 1200px;
  }

  #introduction .box {
    height: 840px;
  }
}


@media only screen and (max-width: 360px) {
  #introduction {
    height: 1400px;
  }

  #introduction .box {
    height: 1100px;
  }
}

































