@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,latin-ext);
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
Ease - doba trvátíní
Rotace - o kolik rotovat (americké jednotky DEG)
Scale - jakou velikost - 1 = 100%
Skew - Náklon (americké jednotky DEG)
Translate - Posun */
/*Rounds only top two corners of element */
/*Rounds only two bottom corners of element */
body {
  font-family: 'Roboto';
}
body .notdisplay {
  opacity: 0;
}
body .display {
  opacity: 1;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid .row {
  margin-left: 0px;
  margin-right: 0px;
}
p,
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.container img,
.container-fluid img {
  max-width: 100%;
}
#ascrail2000 {
  z-index: 2000;
}
header {
  width: 100%;
  background: url('../img/headerbg.png') top left repeat;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  min-height: 74px;
  line-height: 74px;
  z-index: 1000;
}
header .logo {
  text-align: left;
}
header .languages {
  text-align: right;
  color: #3e3f3f;
  font-weight: lighter;
  font-size: 18px;
}
header .languages a {
  color: #3e3f3f;
}
.button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-weight: lighter;
  color: white;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #333333;
  margin-top: 44px;
  font-size: 19px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
.button:hover {
  text-decoration: none;
  background-color: white;
  color: #333333;
  transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
}
.intro {
  min-height: 1852px;
  margin-bottom: -30px;
  background: url('../img/titleimg.jpg') top center no-repeat;
}
.intro h1 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 374px;
  font-size: 61px;
  line-height: 71px;
}
.intro .mainContent {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 212px;
  margin-bottom: -30px;
  position: relative;
  z-index: 800;
}
.intro .mainContent .heading {
  width: 100%;
  min-height: 103px;
  padding-top: 32px;
  padding-left: 10px;
  padding-right: 10px;
  background: url('../img/landing_header.png') top left repeat;
}
.intro .mainContent .body {
  width: 100%;
  min-height: 342px;
  background: url('../img/landing_body.png') top center repeat-y;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.intro .mainContent .body p {
  color: white;
  text-align: center;
  font-size: 23px;
  line-height: 28.8px;
  font-weight: lighter;
}
.intro .mainContent .cenik {
  width: 100%;
  text-align: center;
  background: url('../img/cenikbg.png');
  min-height: 670px;
  padding-top: 40px;
}
.intro .mainContent .cenik p {
  color: white;
  font-weight: lighter;
  text-align: center;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 20px;
}
.intro .mainContent .cenik p span {
  font-size: 15px;
}
.intro .mainContent .cenik img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.aboutUs .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.aboutUs .col-md-6 img {
  max-width: 100%;
}
.aboutUs .counter {
  background-image: url('../img/img2.jpg');
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.aboutUs .textCont {
  overflow: hidden;
  position: relative;
  background-image: url('../img/img1.jpg');
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 550px;
}
.aboutUs .textCont .overlay {
  position: absolute;
  display: block;
  margin-left: 0px;
  height: 100%;
  background: url('../img/textbg.png') top left repeat;
  max-width: 300px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
}
.aboutUs .textCont .overlay h2 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
.aboutUs .textCont .overlay p {
  color: white;
  font-weight: lighter;
  font-size: 14px;
  line-height: 21px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .row-eq-height {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .row.row-eq-height.earlyrow {
    display: block;
  }
}
#kariera {
  display: block;
  width: 100%;
}
#kariera .col {
  min-height: 100px;
}
#kariera .col:first-of-type {
  background-color: #435d80;
}
#kariera .col:last-of-type {
  background-color: #08a56e;
}
#kariera .col .content {
  max-width: 573px;
  width: 100%;
  float: right;
  color: white;
  padding-bottom: 20px;
}
#kariera .col .content h2 {
  color: white;
  font-size: 19px;
  font-weight: bold;
  margin-top: 38px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 13px;
}
#kariera .col .content h2 span {
  font-size: 14px;
  font-weight: lighter;
  text-transform: none;
}
#kariera .col .content p {
  margin-bottom: 17px;
}
#kariera .col .content ul {
  padding-left: 11px;
  margin-bottom: 15px;
}
#kariera .form .content {
  float: left;
  padding-left: 31px;
}
#kariera .form .content p {
  margin-top: 46px;
  margin-left: 4px;
}
#kariera .form .content form .col2 {
  padding-left: 4px;
  padding-right: 4px;
  min-height: none;
}
#kariera .form .content form input[type='email'],
#kariera .form .content form input[type='text'] {
  background-color: #52c099;
  border: none;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 7px;
  padding-left: 18px;
  width: 100%;
}
#kariera .form .content form textarea {
  background-color: #52c099;
  border: none;
  display: block;
  height: 141px;
  margin-bottom: 21px;
  width: 100%;
  padding: 15px;
  margin-left: 4px;
  max-width: 534px;
}
#kariera .form .content form input[type='submit'] {
  background-color: black;
  border: none;
  font-size: 19px;
  line-height: 49px;
  height: 49px;
  text-transform: uppercase;
  width: 179px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  float: right;
}
#kariera .form .content form input[type='submit']:hover {
  transform: rotate(0deg) scale(1.15) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.15) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.15) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.15) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.15) skew(0deg) translate(0px);
}
#kariera .form .content form .upload {
  position: relative;
  top: 12px;
}
#kariera .form .content form ::-webkit-input-placeholder {
  color: white;
}
#kariera .form .content form :-moz-placeholder {
  /* Firefox 18- */

  color: white;
}
#kariera .form .content form ::-moz-placeholder {
  /* Firefox 19+ */

  color: white;
}
#kariera .form .content form :-ms-input-placeholder {
  color: white;
}
footer {
  background-color: #0f0f0f;
  min-height: 312px;
  width: 100%;
  padding-top: 72px;
}
footer .container {
  text-align: center;
  color: white;
  font-weight: lighter;
}
footer .container a {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
footer .container a:hover {
  color: white;
  text-decoration: underline;
}
footer .container p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
footer .container .designed {
  margin-top: 40px;
  font-size: 14px;
}
#flashMessage {
  position: fixed;
  z-index: 10000;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #435d80;
  color: white;
  padding-top: 20vh;
  font-size: 22px;
  text-align: center;
}
/******************BREAKPOINTS***********************/
/********BREAKPOINT 1024 - TABLET NA ŠÍŘKU******/
@media screen and (max-width: 1500px) {
  .aboutUs .counter {
    min-height: 782px;
  }
  .aboutUs .counter img {
    opacity: 0;
  }
}
@media screen and (max-width: 1020px) {
  
}
@media screen and (max-width: 991px) {
  .intro .diagram p br {
    display: none;
  }
  .intro .mainContent br {
    display: none;
  }
}
/***********BREAKPOINT 768 - TABLET NA VÝŠKU, 800 - MALÝ TABLET NA VÝŠKU *************/
@media screen and (max-width: 800px) {
  .intro h1 {
    font-size: 42px;
    margin-top: 280px;
  }
  .intro h1 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    line-height: 44px;
  }
  header .logo {
    text-align: center;
  }
  header .languages {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  
}
/******************BREAKPOINT 600 - MALÝ TABLET NA VÝŠKU ****************/
@media screen and (max-width: 600px) {
  
}
/*****************BREAKPOINT 480 - MOBIL NA ŠÍŘKU*********************/
@media screen and (max-width: 480px) {
  .intro h1 {
    font-size: 29px;
    margin-top: 140px;
  }
  .intro .mainContent {
    margin-top: 100px;
  }
  .intro .mainContent .cenik {
    min-height: 460px;
  }
}
@media screen and (max-width: 450px) {
  
}
/*********************BREAKPOINT 320 - MOBIL NA VÝŠKU ****************/
@media screen and (max-width: 320px) {
  
}
