/*  */
/* Imports */
/* ZUBR */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
  margin: 0px;
  padding: 0px;
}
/* Global settings */
.blind,
hr {
  display: none !important;
}
fieldset,
a,
a img {
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
  display: block;
  resize: none;
}
select,
button,
input,
textarea {
  font-family: 'Poppins', sans-serif;
}
button {
  outline: none;
  cursor: pointer;
}
/* Fonts */
@font-face {
  font-family: 'vesper_libreheavy';
  src: url('fonts/vesperlibre-heavy-webfont.eot');
  src: url('fonts/vesperlibre-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/vesperlibre-heavy-webfont.woff2') format('woff2'), url('fonts/vesperlibre-heavy-webfont.woff') format('woff'), url('fonts/vesperlibre-heavy-webfont.ttf') format('truetype'), url('fonts/vesperlibre-heavy-webfont.svg#vesper_libreheavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Layout */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
}
body * {
  color: #fff;
}
.main-content {
  background: url("images/bg.jpg") center center no-repeat;
  background-size: cover;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .main-content {
    background: #0a102d;
  }
}
section {
  width: 100%;
  clear: both;
  min-height: 1%;
  position: relative;
}
section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.container {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 1%;
  position: relative;
}
.container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.button {
  background: #1b5695;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  min-width: 140px;
  border: none;
  outline: none;
  border-radius: 6px;
  font-size: 15px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.button:hover {
  background: #427ab6;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'vesper_libreheavy';
}
h1,
h2 {
  font-size: 33px;
  color: #fff;
  line-height: 38px;
  clear: both;
  margin-bottom: 25px;
  display: block;
}
p {
  font-size: 13px;
  line-height: 19px;
  color: #c1c1c5;
  margin-bottom: 27px;
}
p a {
  color: inherit;
}
p.small-gap {
  margin-bottom: 8px;
}
p.small-gap strong {
  color: #fff;
  font-size: 15px;
}
ul {
  margin-bottom: 19px;
  list-style: none;
}
ul li {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 19px;
  color: #c1c1c5;
}
ul li a {
  color: inherit;
}
.logo {
  width: 132px;
  margin-bottom: 54px;
  display: block;
  clear: both;
}
.logo img {
  display: block;
  width: 100%;
}
.box {
  padding-top: 54px;
  text-align: left;
  min-height: 1%;
  width: 100%;
  max-width: 570px;
  display: none;
  float: left;
}
.box:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.box.active {
  display: block;
}
@media (max-width: 767px) {
  .box {
    max-width: 100%;
  }
}
.img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .img-mobile {
    display: block;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.no-competition {
  max-width: 445px;
  text-align: center;
  padding-top: 340px;
}
.no-competition .logo {
  margin: 0 auto;
  margin-bottom: 40px;
}
.no-competition h2 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  padding: 0 0;
  line-height: 26px;
}
.no-competition .footer {
  padding-top: 270px;
}
@media (max-width: 767px) {
  .no-competition {
    max-width: 100%;
    padding-top: 54px;
  }
  .no-competition .footer {
    padding-top: 50px;
  }
}
form {
  width: 100%;
  min-height: 1%;
  clear: both;
  padding-top: 18px;
}
form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
form p {
  width: 100%;
  clear: both;
  display: block;
  min-height: 1%;
  margin-bottom: 15px;
}
form p:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
form input,
form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  height: 47px;
  line-height: 47px;
  border-radius: 6px;
  font-size: 14px;
  padding: 0 25px;
}
form textarea {
  padding: 15px 25px;
  line-height: 21px;
  height: 78px;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c1c1c5;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c1c1c5;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #c1c1c5;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #c1c1c5;
}
form .bottom {
  padding-top: 10px;
  min-height: 1%;
  width: 100%;
}
form .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
form .bottom .left {
  float: left;
  width: 60%;
  text-align: left;
}
@media (max-width: 767px) {
  form .bottom .left {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
}
form .bottom .right {
  float: right;
  width: 40%;
  text-align: right;
}
@media (max-width: 767px) {
  form .bottom .right {
    width: 100%;
    float: none;
    text-align: left;
  }
}
form .bottom label {
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  font-size: 13px;
}
form .bottom label a:hover {
  text-decoration: none;
}
.footer {
  width: 100%;
  text-align: left;
  padding-top: 50px;
}
.footer p {
  color: #81838b;
}
/* Remodal */
.remodal {
  background: rgba(255, 255, 255, 0.2);
  max-width: 590px;
  padding: 68px 60px;
  margin-bottom: 0;
}
.remodal h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 18px;
}
.remodal .remodal-close {
  display: none;
}
@media (max-width: 767px) {
  .remodal {
    padding: 35px 30px;
  }
}
/* checkbox - knihovna icheck - možno použít i pro radio (iradio) */
.icheckbox {
  position: relative;
  left: 0px;
  margin-top: 12px;
  clear: none !important;
  background-position: 0px 0px;
  bottom: 0px;
  display: block;
  margin-right: 13px;
  cursor: pointer;
  float: left !important;
  border: 1px solid #45495f;
  width: 18px;
  height: 18px;
}
.icheckbox:active:before,
.icheckbox.checked:before,
.icheckbox.disabled:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/check.png") center center no-repeat;
  left: 0;
  background-size: 12px 10px;
}
/* Mixins */
.cf {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
.img-grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .6s ease;
  /* Transition for Webkit browsers */
}
.img-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.animated {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
