@import "imports/reset.css";
@font-face {
  font-family: 'Campton';
  src: url("../assets/fonts/Campton-light.otf") format("opentype");
}
@font-face {
  font-family: 'Campton';
  font-weight: bold;
  src: url("../assets/fonts/Campton-bold.otf") format("opentype");
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
body {
  background: white;
  font-family: 'Campton', sans-serif;
  min-width: 985px;
  background: white url('../assets/layout/bg.jpg') top 128px center no-repeat;
  background-size: contain;
  overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
  body {
    min-width: 310px;
  }
}
.container {
  width: 985px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .container {
    width: 100%;
    padding: 0 25px;
  }
}

.error {
    border: 1px solid #d70b14;
    border-radius: 8px;
    background: #fde4e3;
    color: #d70b14;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px;
    margin: 15px 0px;
    line-height: 1.4;
}
.success {
    border: 1px solid green;
    border-radius: 8px;
    background: #e3fde7;
    color: green;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px;
    margin: 15px 0px;
    line-height: 1.4;
}

.content {
  display: block;
  width: 980px;
  margin: 25px auto 0;
  padding: 10px 30px 60px;
  background: white;
  position: relative;
  z-index: 2;
}

.content .instructor-detail h1 {
  margin: 0 0 20px 0;
}

.content .instructor-detail img {
  float: left;
  padding: 0 20px 0 0;
}

.content .instructor-detail p {
  margin: 0 0 20px 0;
}

.content .instructor-detail ul {
  margin: 12px 0;
  list-style: none;
  clear: both;
  padding: 20px 0 0 0;
}

.content .instructor-detail ul li {
  line-height: 1.4;
  margin: 4px 0;
  position: relative;
  padding-left: 17px;
}

.content .instructor-detail ul li:before {
  content: "";
  position: absolute;
  display: block;
  background: #BF2121;
  width: 5px;
  height: 5px;
  left: 3px;
  top: 6px;
}

.content.blog {
  margin: 36px auto 0;
}

.content .contact {
  position: relative;
  font-size: 16px;
  margin: 20px 0 0 0;
}

.content .contact a {
  color: #1E599D;
  text-decoration: underline;
  font-weight: 700;
}

.content .contact a:hover {
  text-decoration: none;
}

.content .contact .contact-section {
  margin: 36px 0 20px 0;
}

.content .contact .right-box img {
  margin: 20px 0;
}

.content .contact .contact-section h3 {
  margin: 0 0 10px 0;
}

.content .contact .contact-section h3.sub {
  color: #000;
  font-size: 20px;
}

.content .contact .contact-section.first {
  margin: 0;
}

.content .contact .left-box {
  float: left;
  width: 280px;
  margin: 0 10px 0 0;
  line-height: 1.5;
}

.content .contact .right-box {

}

.content .contact-form .ContactForm {
  width: 100%;
  min-height: 500px;
  background: rgba(71,120,175,0.1);
  margin: 10px 0 0 0;
  padding: 20px 33px;
}

.content .contact-form .alert {
  margin: 20px 0;
  padding: 20px 20px 16px 20px;
  text-align: center;
  background: rgba(255, 213, 217, 0.94);
  border-radius: 5px;
  border: 1px solid #be1e2d;
}

.content .contact-form label {
  display: inline-block;
  margin: 4px 0px 12px 0px;
}

.content .contact-form label span {
  display: block;
  width: 200px;
  font-weight: 700;
  font-size: 16px;
}

.content .contact-form input[type="text"],
.content .contact-form input[type="email"]{
  display: inline;
      width: 257px;
      border-radius: 0;
      border: none;
      margin: 10px 0;
      padding: 8px 10px;
      font-size: 14px;
      height: 41px;
}
.content .contact-form textarea {
  border: none;
    width: 780px;
    max-width: 100%;
    height: 170px;
    resize: none;
    margin: 10px 0px 10px 0px;
    vertical-align: top;
    padding: 10px;
}
.content .contact-form input[type="submit"] {
  border: 1px solid #be1e2d;
    background: #BE1E2D;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 133px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: block;
    color: white;
    font-weight: bold;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 38px;
    font-size: 14px;
    border-radius: 0px;
}

.content .contact-form button {
  border: 1px solid #be1e2d;
    background: #BE1E2D;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 133px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: block;
    color: white;
    font-weight: bold;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 38px;
    font-size: 14px;
    border-radius: 0px;
}


.content .summary {
  height: auto;
  margin: 20px 0 0 0;
}

.content .summary .summary-box {
  background: #eaeaea;
  color: #1E2432;
  height: 160px;
  padding: 30px;
}

.content .summary .summary-box ul.main {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.content .summary .summary-box ul.main li {
  width: 400px;
  display: inline-block;
  height: auto;
  min-height: 0px;
  float: left;
  line-height: 1.45;
}

.content .summary .summary-box .title {
  font-weight: 700;
    font-size: 16px;
    display: inline-block;
    height: 80px;
    float: left;
    margin: 0 35px 0 0;
    width: 182px;
}

.content .summary .summary-box .text {
  font-weight: 100;
  font-size: 14px;
}

.content .summary .price {
  width: 100%;
  height: 60px;
  background: #024F9D;
  text-align: center;
  margin: 10px 0 30px 0;
  font-size: 18px;
  color: #fff;
      padding: 20px 0px 0px 0px;
}

.content .summary .summary-box .control {
  width: 100%;
  text-align: center;
}

.content .summary .control {
  width: 100%;
  text-align: center;
}

.content .summary .control a {
  font-size: 14px;
  color:#202638;
  display: inline-block;
  margin: 0 12px;
  text-decoration: underline;
}

.content .cart-list.summary {
  border: 1px solid #CCCCCC;
}

.content .cart-list.summary .success {
  text-align: center;
  padding: 14px 15px 10px 15px;
}

.objednavka-form > textarea {
  display: block;
      width: 100%;
min-height: 150px;
padding: 4px;
}

.objednavka-form > label {
  font-weight: 700;
    display: block;
    padding: 16px 0 6px;
}

.objednavka-form > input[type="submit"] {
  margin-top: 10px;
}

.content .cart-list {
  width: 100%;
}

.content .cart-list tr:first-child {
  border-bottom: 1px solid #CCC;
}

.content .cart-list.summary tr th:first-child {
  text-transform: uppercase;
  font-weight: bold;
  color: #024f9d;
  font-size: 14px;
  padding-left: 10px;
}

.content .cart-list.summary tr td+td,
.content .cart-list.summary tr th+th {
  text-align: right;
  padding-right: 15px;
}

.content .cart-list.summary tr th {
  padding: 15px 0;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid #CCC;
}

.content .cart-list tr th .download-invoice {
  margin-left: 10px;
  padding-top: 4px;
  padding-left: 32px;
  background: url("../assets/images/download-icon.png") no-repeat left 8px center;
  text-decoration: underline;
}

.content .cart-list tr th a {
    color: #666;
}

.content .cart-list tr th .print {
    margin-left: 10px;
    padding-top: 4px;
    padding-left: 32px;
    background: url("../assets/images/print-icon.png") no-repeat left 8px center;
    text-decoration: underline;
}

.content .cart-list tr td:first-child img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.content .cart-list tr td:first-child .product-name {
    vertical-align: middle;
    display: inline-block;
}

.content .cart-list tr td:first-child .product-name small {
    display: block;
}

.content .cart-list tr td:first-child a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.content .cart-list tr td {
  padding: 10px;
}

.content table.more-info {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #CCC;
  margin-top: -1px;
  table-layout: fixed;
}

.content table.more-info tr td:first-child {
    padding-left: 15px;
    width: 110px;
}

.content table.more-info tr td:first-child + td {
    width: 185px;
    word-wrap: break-word;
}

.content table.more-info tr td small {
    font-size: 13px;
    color: #999;
    display: block;
    padding-top: 4px;
}

.content table.more-info tr td:first-child + td + td {
    width: 85px;
    text-align: center;
}

.content table.more-info tr td:first-child + td + td + td {
    word-wrap: break-word;
}

.content table.more-info tr td small {
    font-size: 13px;
    color: #999;
    display: block;
    padding-top: 4px;
}

.content table.more-info tr td.total {
  width: 120px;
  background: #E0E0E0;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.content table.more-info tr td.total strong {
    display: block;
}

.content table.more-info tr td {
  padding: 15px 3px;
    font-size: 13px;
}

.content table.person-info {
  width: 100%;
  margin-top: -1px;
  border: 1px solid #CCC;
  border-collapse: collapse;
  table-layout: fixed;
}
.content table.person-info tr td {
  padding: 12px 0 4px 0;
}
.content table.person-info tr td:first-child {
  width: 350px;
  padding-left: 15px;
}

.content div.note {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-top: -1px;
}

#viceDopravaObjednavka,
#vicePlatbaObjednavka,
.vypis-objednavky h3 {
  margin: 20px 0 10px 0;
}

h2.infotext {
  text-align: center;
  font-size: 20px;
  margin: 30px 0 20px 0;
}

.content .phone,
.content .skype {
  padding: 6px 0 0 0;
}
#contact-form {
	width: 54%;
    min-height: 486px;
    background: #f0f0f0;
    position: fixed;
    top: 12%;
    padding: 20px 40px;
    left: 23%;
    z-index: 500;
    box-shadow: 0px 0px 20px 8px #5F5F5F;
    padding-bottom: 10px;
    display: none;
}

#contact-form label {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    margin: 6px 0 9px 0;
}

#contact-form label:first-child + label + label {
  display: block;
}

#contact-form label[for=in_popis] {
    display: block;
	margin: 10px 0 0 0;
}

#contact-form label[for=in_popis] textarea{
    display: block;
	margin: 10px 0 0 0;
	width: 450px;
	min-height: 100px;
	padding: 4px;
}

#contact-form input[type="text"] {
	border-radius: 4px;
    border: 1px solid #999;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 8px;
    min-width: 200px;
    display: block;
    margin-top: 10px;
    margin-right: 40px;
}

#contact-form input[type="submit"] {
    display: block;
    width: 140px;
    margin-top: 8px;
}
#contact-form input[type="file"] {
    width: 100%;
	margin: 6px 0 9px 0;
}

#dalsiPriloha {
    padding: 3px 12px 0px 14px;
    border-radius: 4px;
    font-size: 15px;
    display: block;
    margin: 10px 0 0 0;
    width: 120px;
    border: 1px solid #a9a9a9;
	font-weight: 100px;
}

#contact-form .close {
	width: 16px;
    height: 16px;
    top: 14px;
	cursor: pointer;
    position: absolute;
    right: 19px;
    opacity: 1;
    background: url(/assets/layout/form-close.png) no-repeat;
	background-size: contain;
}

#clona {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.5;
	display: none;
}



/* zmena datepickeru */
.dtpicker-compValue {
    min-width: 0px!important;
    height: 40px!important;
}

.dtpicker-buttonCont .dtpicker-button {
    padding: .6em 0 .5em 0!important;
    background: #e00000!important;
}

.dtpicker-buttonCont .dtpicker-button.dtpicker-buttonClear {
    padding: .6em 0 .5em 0!important;
    background: #dbdbdb!important;
    color: #000;
}

.dtpicker-buttonCont .dtpicker-button.dtpicker-buttonClear:hover {
    color: #000;
}

.dtpicker-header .dtpicker-title {
    color: #FF3B30!important;
        font-size: 1.7em;
}

.dtpicker-header .dtpicker-value {
    color: #024f9d!important;
}

.dtpicker-content,
.dtpicker-compValue,
.dtpicker-twoButtons {
    font-family: 'Campton', sans-serif;
}

@media screen and (max-width: 1000px) {
  .content {
    width: 100%;
    margin: 0;
    padding: 0 13px;
  }
}
.blog {
  position: relative;
  padding-right: 277px;
  min-height: 700px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.blog h2 {
  font-size: 30px;
  margin: 0;
}

.content .history {
	overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .blog {
    padding-right: 13px;
  }
}
.blog-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  background: #D3E7FD;
  height: 100%;
  padding: 64px 20px 20px;
}
.blog-menu-title {
  font-weight: normal;
  font-size: 28px;
  margin-top: 1.5em;
}
@media screen and (max-width: 1000px) {
  .blog-menu {
    position: static;
    margin: 40px auto 0;
    width: 100%;
    padding: 20px 15px;
    height: auto;
  }
  .blog-menu-title {
    margin-top: 1em;
  }
}
.header {
  width: 100%;
  min-height: 130px;
  background: white;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 1000px) {
  .header {
    height: 80px;
    min-height: 1px;
    border-color: #d6d6d6;
  }
}
hr {
  display: block;
  clear: both;
  border: none;
  background: rgba(2, 79, 157, 0.15);
  margin: 18px 0;
  height: 2px;
}
hr {
  background: rgba(255, 255, 255, 0);
}
hr.cleaner {
    clear:both;
height:1px;
margin: -1px 0 0 0; padding:0;
border:none;
visibility: hidden;
}
p,
a,
h2,
h3,
article,
strong {
  line-height: 1.5;
}
h1,
h2,
h3,
h4 {
  font-weight: 900;
  line-height: 1.2 u-text-center-xs;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a {
  text-decoration: underline;
}
h1 {
  color: #024F9D;
  line-height: 1.2;
}
h2,
h3,
h4 {
  color: #1e599d;
}
h1,
.alpha {
  font-size: 45px;
}
@media screen and (max-width: 1000px) {
  h1,
  .alpha {
    font-size: 40px;
  }
}
h2,
.beta {
  font-size: 40px;
}

h2 {
  margin: 0.8em 0 0.5em;
}
h3,
.gamma {
  font-size: 30px;
  line-height: 1.3;
}
.anchor {
  color: #D70B14;
  font-weight: bold;
  text-decoration: underline;
}

.anchor_nocol {
  text-decoration: underline;
}

.infobox a.nomargin {
  margin-left: 0px;
}

.text--grey {
  color: #666;
}
.text--big {
  font-size: 20px;
  font-weight: 300;
  color: black;
}
@media screen and (max-width: 1000px) {
  .text--big {
    font-size: 16px;
    margin-top: .4em;
  }
}
.text--bigger {
  font-size: 22px;
  color: #333;
  font-weight: 300;
}

.hp-main-text {
  padding: 0px 90px;
}

@media screen and (max-width: 1000px) {
  .text--bigger {
    font-size: 16px;
    margin-top: 10px;
  }
  .hp-main-text {
  padding: 0 0;
}
}
.list,
.blog-article ul {
  margin: 12px 0;
  list-style: none;
}

.list li,
.blog-article ul li {
  line-height: 1.4;
  margin: 4px 0;
  position: relative;
  padding-left: 17px;
}

ul.big li {
  line-height: 1.6;
}
.list li:before,
.blog-article ul li:before {
  content: "";
  position: absolute;
  display: block;
  background: #BF2121;
  width: 5px;
  height: 5px;
  left: 3px;
  top: 6px;
}
.breadcrumbs {
  color: #E00000;
  font-size: 16px;
}
.breadcrumbs > a:after {
  content: ">";
  color: #999;
  display: inline-block;
  margin: 0 3px 0 6px;
}
@media screen and (max-width: 1000px) {
  .breadcrumbs {
    margin: .8em 0 .7em;
  }
}
.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -15px;
}
.cols > div {
  margin: 0 15px;
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .cols > div {
    margin: 7px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .greybox-cols > div {
    margin: 7px auto;
    width: 100%;
  }
}
.footer {
  background: url('../assets/layout/footer-bg.png');
  position: relative;
}
.footer > .container {
  font-size: 0;
}
.footer-section {
  font-size: 15px;
  margin: 40px 0;
  padding: 0 30px;
  display: inline-block;
  vertical-align: top;
  width: 350px;
  position: relative;
}
.footer-section-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.footer-section:first-child {
  padding-left: 0;
}
.footer-section:first-child .footer-section-title {
  white-space: nowrap;
}
.footer-section:first-child + .footer-section {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.footer-section:last-child {
  width: 280px;
  padding-right: 0;
}
.footer-contacts {
  background: #0152A0;
  margin: 0;
  height: 200px;
  color: white;
  padding: 20px 0;
}
.footer-contacts-item {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 0 5px 45px;
}
.footer-contacts-item.tel {
  background: url('../assets/layout/icon-phone-white.png') no-repeat left center;
}
.footer-contacts-item.mail {
  background: url('../assets/layout/icon-mail-white.png') no-repeat left center;
}
.footer-contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-contacts .info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.footer-contacts .info-title {
  font-size: 18px;
  display: block;
  margin-bottom: 22px;
}
.footer-contacts .address {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 50px;
  line-height: 1.5;
  padding: 50px 0 0 50px;
}
.footer-contacts .address a {
  position: relative;
  font-weight: bold;
  text-decoration: underline;
  margin-right: 10px;
}
.footer-contacts .address a:first-of-type:after {
  content: "|";
  position: absolute;
  right: -11px;
  opacity: 0.4;
  font-size: 12px;
  top: 3px;
}
.footer-contacts .copyright {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  text-align: left;
  padding-top: 10px;
  margin: 0 0 0 0;
}
.footer-contacts .copyright img {
  margin-right: 100%;
  margin-bottom: 13px;
}
@media screen and (max-width: 1000px) {
  .order-form .right-box {
    width: 100%!important;
    margin: 20px 0 0 0;
  }
  .order-frm .left-box {
    width: 100%!important;
  }

  .footer {
    margin-top: 30px;
    background: #f0f0f0;
  }
  .footer-section {
    margin-top: 25px;
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
  }
  .footer-section + .footer-section {
    margin-top: 0;
  }
  .footer-section:first-child .footer-section-title {
    white-space: normal;
    line-height: 1.2;
  }
  .footer-contacts {
    position: relative;
    height: auto;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 50px;
  }
  .footer-contacts .address,
  .footer-contacts .copyright {
    text-align: left;
    padding: 0;
    margin: 0 0 1em;
  }
  .footer-contacts > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#scrollUp {
  width: 50px;
  height: 33px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #01376d url('../assets/layout/chevron-up-white.png') no-repeat center;
}
@media screen and (max-width: 1000px) {
  #scrollUp {
    bottom: auto;
    top: 0;
  }
}
.logo {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .logo {
    width: 170px;
    height: auto;
    margin-top: 15px;
  }
}
.menu {
  float: right;
  text-align: right;
  margin-top: 32px;
}
.menu a {
  line-height: 1;
}
.menu--top {
  color: #E20005;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .menu--top {
    display: none;
  }
}
.menu-list--top {
  display: inline-block;
}
.menu-item--top {
  display: inline-block;
  font-size: 16px;
}
.menu-item--top a {
  padding: 1px 12px 2px;
}
.menu-item--top:last-child a {
  padding-right: 0;
}
.lang {
  /* display: inline-block;*/
  font-size: 14px;
  margin-right: 20px;
  position: relative;
  display: none;

}
.lang:after {
  content: "";
  background: #cccccc;
  position: absolute;
  right: -13px;
  top: 5px;
  height: 17px;
  width: 1px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lang a {
  height: 33px;
  width: 33px;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -3px;
}
.lang .active {
  color: #DB0A14;
  background: #ccc;
}
.menu--main {
  color: #DB0A14;
}
@media screen and (max-width: 1000px) {
  .menu--main {
    display: none;
  }
}
.menu-item--main {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 12px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.menu-item--main a {
  padding: 1px 10px 2px;
}
.menu-item--main:last-child {
  margin: 0;
}
.menu-item--main:last-child a {
  padding-right: 0;
}
.menu-item--main.is-active {
  color: #024F9D;
}
.menu-item--top.is-active {
  color: #024F9D;
}
.submenu {
  margin-top: 4px;
  height: 54px;
  background: #024F9d;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .submenu {
    display: none;
  }
}
.submenu > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 15px;
}
.submenu-item {
  display: inline-block;
  font-size: 14px;
  height: 54px;
  vertical-align: middle;
  padding: 17px 14px 0 14px;
}
.submenu-item.is-active {
  background: #1b235c;
}
.mobileMenu {
  display: none;
}
@media screen and (max-width: 1000px) {
  .mobileMenu {
    position: absolute;
    top: 80px;
    z-index: 999;
    left: 0;
    width: 100%;
    background: #D5EAFF;
  }
  .mobileMenu.is-visible {
    display: block;
  }
}
.mobileMenu-item {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #DB0A14;
  line-height: 1.2;
  padding: 17px 10px 17px 27px;
  border-bottom: 1px solid #6fb7ff;
  cursor: pointer;
}
span.mobileMenu-item {
  text-transform: uppercase;
  background: url('../assets/layout/chevron-down.png') no-repeat right 26px top 18px;
}
.mobileMenu-toggle {
  display: block;
}
.mobileMenu-lang {
  background: #e40613;
  height: 65px;
  padding: 15px 10px 10px 27px;
  line-height: 1;
  font-weight: bold;
  color: white;
  font-size: 14px;
}
.mobileMenu-lang a {
  height: 33px;
  width: 33px;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}
.mobileMenu-lang .active {
  color: #1e599d;
  background: white;
}
.mobileSubmenu {
  display: none;
}
.mobileSubmenu.is-visible {
  display: block;
}
.mobileSubmenu-item {
  margin-top: 17px;
  display: block;
  font-size: 14px;
}
#toggleMobileMenu {
  display: none;
  width: 32px;
  height: 26px;
  position: absolute;
  top: 25px;
  right: 25px;
  background: url('../assets/layout/hamburger.png') center no-repeat;
  background-size: contain !important;
}
#toggleMobileMenu.close {
  width: 29px;
  height: 29px;
  background-image: url('../assets/layout/close.png');
}
@media screen and (max-width: 1000px) {
  #toggleMobileMenu {
    display: block;
  }
}
.homepage {
  background: none;
}
.hp-intro {
  color: white;
  text-align: center;
  background: url(../assets/layout/bg-homepage.png) top center no-repeat;
  background-size: 100% auto;
  position: relative;
  height: 572px;
  max-height: 95vh;
}

/* video on hp */

.hp-video {
  min-height: 500px;
}

.jumbo {
  position: relative;
  height: 60vh; /* 100% screen height */
  overflow: hidden;
  min-height: 500px;
}

.no-flexbox .jumbo {
  overflow: visible;
  position: static;
  padding: 2em;
}

.jumbo-typo {
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.no-flexbox .jumbo-typo {
  position: static;
}

.jumbo-typo-main {
  flex: 1;
}

.jumbo-typo-bar {
  text-align: center;
  background: rgba(0,0,0,0.5);
  color: white;
  padding: 1em;
  margin: 0;
}

.no-flexbox .jumbo-typo-bar {
  text-align: left;
  color: black;
  padding: 0;
}

.jumbo-typo-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.jumbo-typo-heading {
  padding: 82px 0 0 0;
  color: white;
}

.no-flexbox .jumbo-typo-heading {
  padding: 0;
  color: black;
}

.no-flexbox .jumbo-typo-heading {
  color: black;
  text-align: left;
}

/* Video on the "background" */
.jumbo-video {
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 1000px) {
  .hp-intro {
    padding: 0;
    background-size: cover;
    background-position: left 10% center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    min-height: 0;
    height: auto;
  }
  .jumbo-typo-main {
    background: url(../assets/layout/bg-homepage.jpg) top center no-repeat;
  }
  .jumbo {
    height: 50vh;
  }
  .jumbo-video {
    display: none;
  }

}
.hp-intro-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 87px;
}
@media screen and (max-width: 1000px) {
  .hp-intro-wrapper {
    position: static;
    padding-top: 10px;
    padding-bottom: 45px;
  }
}
.hp-intro-title {
  font-size: 70px;
  margin-bottom: 40px;
  color: white;
}
@media screen and (max-width: 1000px) {
  .hp-intro-title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
.hp-intro-subtitle {
  font-size: 22px;
  padding: 0 70px;
  color: #fff;
  width: 985px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .hp-intro-subtitle {
    font-size: 16px;
    margin-top: 5px;
    padding: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.95), 0 0 10px rgba(0, 0, 0, 0.7);
    width: auto;
    padding: 0 50px;
  }
}
.hp-beta {
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .hp-beta {
    font-size: 30px;
  }
}
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: inline-block;
  color: white;
  font-weight: bold;
  height: 37px;
  padding: 0 20px;
  line-height: 38px;
  font-size: 17px;
  border-radius: 3px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.button--red {
  border: 1px solid #be1e2d;
  background: #D70B14 -webkit-linear-gradient(#BD1E2D, #8D1622);
  background: #D70B14 linear-gradient(#BD1E2D, #8D1622);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.button--red:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.button--red:active {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}
.button--simple-red {
  height: auto;
  display: inline-block;
  padding: 12px 40px 8px;
  line-height: 1;
  text-decoration: underline;
  color: white;
  font-weight: bold;
  background: #D70B14;
}
.button--small {
  padding: 5px 4px 2px;
  height: auto;
  font-size: 13px;
  line-height: 1;
}
.offer-boxes {
  margin: -124px 0 60px;
  position: relative;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .offer-boxes {
    margin: -40px 0 20px;
  }
}
.offer-box {
  padding-top: 44px;
  width: 248px;
  height: 248px;
  vertical-align: top;
  display: inline-block;
  color: rgba(255, 255, 255, 0.85);
  font-weight: bold;
  background: #1e599d;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 30px;
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
}
.offer-box small {
  display: block;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
  margin-top: 25px;
}
.offer-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.offer-box:first-child {
  background: url('../assets/layout/offer-1.png') no-repeat center;
  background-size: cover;
}
.offer-box:nth-child(2) {
  background: url('../assets/layout/offer-2.png') no-repeat center;
  background-size: cover;
}
.offer-box:last-child {
  background: url('../assets/layout/offer-3.png') no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .offer-box {
    background: #1e599d !important;
    font-size: 25px;
    padding: 20px 15px;
    height: auto;
    margin: 0 auto 7px;
    display: block;
  }
  .offer-box small {
    margin-top: 10px;
    font-size: 19px;
  }
  .offer-box:hover {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.tabs {
  text-align: center;
  display: block;
  margin: 20px auto 40px;
}
.tab {
  color: #1e599d;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 22.5px;
  font-size: 15px;
  padding: 6px 0;
}
.tab.active {
  border-bottom: 3px solid #1e599d;
}
@media screen and (max-width: 1000px) {
  .tab {
    display: block;
    max-width: 200px;
    margin: 0 auto 5px;
  }
  .section--stats .cisla {
    background: none!important;
  }
  .section--stats .hp-gallery {
	  flex-wrap: wrap;
  }
  .section--stats .hp-gallery img {
	  margin: 0 0 20px 0;
  }
}

.section--stats {
  position: relative;
  margin-top: 65px;
  /* min-height: 690px; */
  min-height: auto;
}

.section--stats .cisla {
  background: url('../assets/layout/stats-bg.png') no-repeat center;
  width: 100%;
  min-height: 690px;
}

.section--stats .hp-gallery {
    display: flex;
    justify-content: space-around;
    margin: 0 0 40px 0;
}
.section--stats .hp-gallery .text--bigger{
	font-size: 18px;
}

.section--stats .hp-gallery p {
	font-size: 18px;
    padding: 0 60px;
    text-align: left;
    margin: 0;
}
.section--stats .hp-gallery img {
  float: left;
  padding: 0;

}


@media screen and (max-width: 1000px) {
  .section--stats {
    margin-top: 0;
    background: none;
  }
}
.stats-item {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: lightgrey;
  color: #D70B14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  background-repeat: no-repeat !important;
}
.stats-item strong {
  display: block;
  font-size: 50px;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 15px;
}
.stats-item span {
  font-size: 25px;
}
.stats-item.item-1 {
  top: 125px;
  left: 120px;
  background: url('../assets/layout/stat-1.png');
}
.stats-item.item-2 {
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  background: url('../assets/layout/stat-2.png');
}
.stats-item.item-3 {
  top: 125px;
  right: 120px;
  background: url('../assets/layout/stat-3.png');
}
.stats-item.item-4 {
  left: 120px;
  top: 435px;
  background: url('../assets/layout/stat-4.png');
}
.stats-item.item-5 {
  top: 560px;
  left: 0;
  right: 0;
  margin: auto;
  background: url('../assets/layout/stat-5.png');
}
.stats-item.item-6 {
  top: 435px;
  right: 120px;
  background: url('../assets/layout/stat-6.png');
}
@media screen and (max-width: 1000px) {
  .stats-item {
    position: static !important;
    margin: 0 auto 30px !important;
  }
  .stats-item strong {
    font-size: 40px;
  }
  .stats-item span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .content .contact .left-box {
	width: 280px;
  }
  .stats-item.item-1 {
    top: 135px;
    left: 220px;
  }

  .stats-item.item-2 {
    top: 110px;
    left: 0;
    right: 0;
  }

  .stats-item.item-3 {
    top: 125px;
    right: 200px;
  }

  .stats-item.item-4 {
    left: 220px;
    top: 535px;
  }

  .stats-item.item-5 {
    top: 560px;
    left: 0;
    right: 0;
  }
  .stats-item.item-6 {
    top: 535px;
    right: 200px;
  }
}
.footer-posts {
  background: #e4e4e4 url('../assets/layout/posts-bg.png') top center;
  border-bottom: 1px solid #ccc;
  padding: 30px 0 50px;
}
.footer-posts .post {
  vertical-align: top;
  width: 300px;
  height: 337px;
  display: inline-block;
  background: white;
  margin: 30px 0 0;
  padding: 15px 25px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.footer-posts .post + .post {
  margin-left: 35px;
}
.footer-posts .post-title {
  margin: 14px 0 10px;
  font-size: 18px;
  color: #D70B14;
}
.footer-posts .post-title a {
  text-decoration: underline;
}
.footer-posts .post-author {
  color: #999;
  font-size: 13px;
  display: block;
}
.footer-posts .post-image {
  display: block;
  margin: -15px -25px 0;
}
@media screen and (max-width: 1000px) {
  .footer-posts {
    background: none;
    border: none;
    padding-bottom: 0;
  }
  .footer-posts .post {
    margin: 20px auto !important;
    display: block !important;
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
.footer-posts-more {
  display: inline-block;
  font-size: 14px;
  color: #D70B14;
  text-decoration: underline;
  font-weight: bold;
  padding: 0.2em 0.8em 0.3em;
  background: rgba(30, 89, 157, 0.1);
}
.footer-subscribeForm {
  position: relative;
  margin: 30px 0 40px;
}
.footer-subscribeForm label {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-subscribeForm input[type=email] {
  width: 185px;
  border: 1px solid #ccc;
  height: 37px;
  line-height: 37x;
  padding: 0 10px;
  font-size: 14px;
}
.footer-subscribeForm input[type=submit] {
  position: relative;
  left: -10px;
  top: 2px;
}
@media screen and (max-width: 1000px) {
  .footer-subscribeForm input[type=email] {
    width: 100%;
    padding-right: 110px;
  }
  .footer-subscribeForm input[type=submit] {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
  }
}
.footer-apps {
  margin: 20px 0;
}
.footer-apps > a {
  display: block;
  font-weight: bold;
  color: #D70B14;
  text-decoration: underline;
  padding: 15px 0 15px 37px;
  border-bottom: 1px solid #ccc;
  background: url('../assets/layout/icon-learn.png') no-repeat left center;
}
.footer-apps > a:nth-child(2) {
  background: url('../assets/layout/icon-airplane.png') no-repeat left center;
}
.footer-apps > a:last-child {
  background: url('../assets/layout/icon-map.png') no-repeat left center;
  border: none;
}
@media screen and (max-width: 1000px) {
  .footer-apps {
    margin: -8px 0 -15px;
  }
}
.footer-socials a {
  display: inline-block;
  margin: 0 15px 15px 0;
}

.footer-posts--compact {
  margin-top: 30px;
}

.footer-posts--compact .post {
  margin-bottom: 20px;
}

.footer-posts--compact .post a {
  text-decoration: underline;
  color: #D70B14;
  font-size: 14px;
  display: block;
  margin-bottom: 7px;
}

.footer-posts--compact .post > span {
  color: #333;
  font-size: 12px;
}

.infobox {
	background-color: #dbedff;
    padding: 28px 6px 28px;
    text-align: center;
    font-size: 18px;
}
.infobox .left {
    width: 78%;
    float: left;
    margin-top: -6px;
    padding-left: 13px;
}

.infobox .small-info {
	color: #666666;
    font-size: 15px;
    margin: 2px 0 0 0;
    display: inline-block;
}

.infobox a {
  margin-left: 1em;
}

@media screen and (max-width: 1000px) {
  .infobox {
    font-size: 16px;
    line-height: 1.5;
  }
  .infobox .button {
    display: inline-block;
    margin: .5em auto 0;
  }
}
.infobox--pilot {
  background-image: url('../assets/layout/icon-pilot.png');
  background-repeat: no-repeat;
  background-position: left 70px center;
  padding: 10px 6px 10px;
}
.infobox--pilot a {
  color: #be1e2D;
}
@media screen and (max-width: 1000px) {
  .infobox--pilot {
    padding: 15px 20px 15px 65px;
    text-align: left;
    background-position: left 15px top 15px;
  }
  .infobox--pilot a {
    margin: .5em 0 0 .2em;
    display: block;
  }
}
.infobox--rounded {
  border-radius: 12px;
}
.infobox-order-buttons {
  margin-left: 5%;
}
.infobox-order-buttons .button {
  margin: 0 2px;
}
@media screen and (max-width: 1000px) {
  .infobox-order-buttons .button {
    margin: 10px 0 0;
  }
  .infobox .left {
  width: 100%;
  padding-left: 0px;
  }
  .infobox-order-buttons {
    margin-left: 5%;
  }
  .airport img, .airport iframe {
    width: 100%;
  }
  .client-experience .client-experience-content,
  .client-experience .client-experience-info .text,
  .client-experience .client-experience-info
   {
    width: 100%!important;
  }
  .order-form .label-block {
    line-height: 1.5;
  }
  .order-form fieldset .form-cols,
  .form-cols {
    display: block!important;
  }

}
.pilots {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
          justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .pilots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pilot {
  text-align: center;
  width: 280px;
  /*-webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;*/
}

.pilot p {
  color: grey;
  font-size: 14px;
  line-height: 1.4;
}
.pilot:nth-child(2) {
  margin: 0 40px;
  position: relative;
}
.pilot:nth-child(2):before,
.pilot:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  height: 240px;
  width: 1px;
  background: rgba(30, 89, 157, 0.1);
}
.pilot:nth-child(2):before {
  left: -20px;
}
.pilot:nth-child(2):after {
  right: -20px;
}
@media screen and (max-width: 1000px) {
  .pilot {
    max-width: 80%;
    margin: 0 auto;
  }
  .pilot p {
    font-size: 15px;
  }
  .pilot:nth-child(2) {
    margin: 30px auto;
  }
  .pilot:nth-child(2):after,
  .pilot:nth-child(2):before {
    display: none;
  }
}
.pilot-image {
  display: block;
  margin: 0 0 22px;
}

.pilot-title {
    line-height: 1;
    margin-bottom: 12px;
}
.pilot-image img {
  border-radius: 100%;
}
.pilot-title a {
  line-height: 1.2;
  text-decoration: underline;
  font-size: 32px;
}
@media screen and (max-width: 1000px) {
  .pilot-title a {
    font-size: 30px;
  }
}
.pilot-anchors a {
  font-weight: normal;
  margin: 0 15px;
  position: relative;
  color: #be1e2c;
}
.pilot-anchors a:first-child:after {
  content: "";
  background: #cccccc;
  position: absolute;
  right: -16px;
  top: 0px;
  height: 17px;
  width: 1px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.greybox {
  background: #f0f0f0;
  padding: 30px 24px 15px;
  min-height: 275px;
  font-size: 15px;
}
.greybox > h3 {
  font-size: 25px;
}
.greybox .anchor {
  font-size: 14px;
  display: inline-block;
  padding-top: 2px;
}
.greybox-dates {
  background: #e5e5e5;
  margin: 20px -24px -15px;
  padding: 10px 26px;
}
.greybox-dates > span {
  display: block;
  margin: 14px 0 2px;
}
.greybox-dates > span:last-child > span.cena {
  border-bottom: 0px;
}

.greybox-dates .cena a.anchor {
  margin: 0 0 0 8px;
}

.greybox-dates-title {
  display: block;
  padding: 5px 0 5px 33px;
  background: url('../assets/layout/icon-calendar.png') no-repeat left center;
}

.greybox-dates .termin {
  color:#666666;
  font-size: 13px;
  display: block;
  margin: 0 0 6px 0;
}

.greybox-dates .cena {
  color: #000;
    font-size: 15px;
    display: block;
    margin: 0 0 6px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.advantage + .advantage {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #f0f0f0;
}
.advantage:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1000px) {
  .advantage {
    text-align: center;
  }
  .advantage + .advantage {
    margin-top: 20px;
    padding-top: 30px;
  }
}
.advantage-img {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .advantage-img {
    margin: 0 auto 12px;
    float: none;
    display: block;
  }
}
.advantage-title {
  font-size: 23px;
}
.advantage-text {
  font-size: 16px;
  margin-top: .7em;
}
@media screen and (max-width: 1000px) {
  .advantage-text {
    margin: 3px 0 0 0;
  }
}
.pilot-types {
  padding: 15px 0;
}
@media screen and (max-width: 1000px) {
  .pilot-type {
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
  }
}
.pilot-type-tooltip {
  display: inline-block;
  padding: 12px 12px 9px 17px;
  margin-bottom: 25px;
  font-size: 14px;
  position: relative;
}
.pilot-type-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #ffebcc transparent transparent transparent;
}
.pilot-type-tooltip.is-yellow {
  background: #ffebcc;
}
.pilot-type-tooltip.is-green {
  background: #e0ebd6;
}
.pilot-type-tooltip.is-green:after {
  border-color: #e0ebd6 transparent transparent transparent;
}
.pilot-type-title {
  font-size: 25px;
}
.pilot-type-text {
  color: #666;
  font-size: 15px;
  margin: .4em 0;
  max-width: 90%;
}
.pilot-type-cost {
  color: #222738;
  font-size: 15px;
}
.courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0;
}
.course {
  width: 50%;
  margin: 0 0 35px;
}
.course:nth-child(odd) {
  padding-right: 10%;
}
.course:nth-child(even) {
  padding-left: 15px;
}
@media screen and (max-width: 1000px) {
  .course {
    width: 100%;
  }
  .course:nth-child(even) {
    padding: 0;
  }
}
.course-label {
  padding: .4em .6em .2em;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .3em;
}
.course-label.is-green {
  color: #608540;
  background: #e0ebd6;
}
.course-label.is-yellow {
  color: #BF7300;
  background: #ffebcc;
}
.course-text {
  font-size: 14px;
  color: #666;
  margin: .4em 0;
}
.course-cost {
  color: #222738;
  font-size: 14px;
}
.student-story {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .student-story {
    padding: 0;
  }
}
.student-story-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 207px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .student-story-img {
    position: static;
    margin: 0 0 20px 0;
  }
}
.student-story-info {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #eaeaea;
}
.student-story-name {
  vertical-align: top;
  display: inline-block;
  margin-right: 80px;
  padding: 6px 0 4px 42px;
  background: url('../assets/layout/icon-pilot.png') left 6px top no-repeat;
  background-size: 22px 33px;
}
@media screen and (max-width: 1000px) {
  .student-story-name {
    display: block;
    margin: 0 0 1.5em;
  }
}
.student-story-courses {
  display: inline-block;
  padding-left: 42px;
  background: url('../assets/layout/icon-airplane-blue.png') left 4px top no-repeat;
}
.student-story-courses .anchor {
  margin-bottom: 6px;
  display: block;
  color: #e4010e;
}
.price-comparison {
  background: #DBEDFF;
  padding: 40px 38px 35px;
  margin: 50px 0 10px;
  position: relative;
  width: 100%;
}
.price-comparison:after {
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  background: url('../assets/layout/icon-comparison.png') no-repeat;
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .price-comparison {
    padding: 50px 15px 20px;
    text-align: center;
  }
}
.price-comparison-title {
  color: #BE1e2c;
  font-weight: 300;
  text-align: center;
  font-size: 23px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .price-comparison-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.price-comparison-list {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  list-style: none;
}
.price-comparison-list li {
  background: url('../assets/layout/icon-checkmark.png') left top 5px no-repeat;
  font-size: 14px;
  padding: 10px 0 10px 30px;
}
@media screen and (max-width: 1000px) {
  .price-comparison-list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    display: inline-block;
    text-align: left;
  }
  .price-comparison-list li {
    background-size: 15px;
    background-position: left top 10px;
    padding-left: 25px;
  }
}

.cenaboxTretina {
	width: 33.33%;
	float: left;
	padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;

}

.cenaboxTretina .cenabox{
	min-height: 620px;
}

.cenaboxTretina .cenabox.short{
  min-height: 333px;
}

.cenaboxPolovina .cenabox{
	min-height: 230px;
}

.cenaboxPolovina {
	width: 50%;
	float: left;
	padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

/*B 3 kralove 17*/
.cenabox {
  width: 100%;
  padding: 15px;
  text-align: center;
  min-height: 30px;
  margin-top: 10px;
  border: 4px solid #f0f0f0;
  /*min-height: 550px;*/
}

.cenabox p {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 15px;
  line-height: 1.36;
}

.cenabox p.sm{
  font-size: 12px;
  color: gray;
  line-height: 1.36;
}

.cenabox .cenaCastka p:not(.sm):not(.bold){
  font-size: 14px;
  line-height: 1.5;
  margin: 6px 0;
}

.cenabox p.bold {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cenabox .cenaCastka p.bold {
  margin: 6px 0px;
}

.blue{
  color: #1e599d;
  text-transform:uppercase;
}

/*B 24. 1. 2017*/
.cenabox ul {
    margin-bottom: 10px;
	list-style-type: none;
}
.cenabox ul.minus li {
  color: #232838;
}

.cenabox li {
    font-size: 14px;
	line-height: 1.36;
}

.cenabox ul.plus > :before {
	content: "+";
	margin-right:10px;
	color: green;
	font-weight: bold;
}

.cenabox ul.minus> :before {
	content: "–";
    margin-right: 10px;
	color: red;
	font-weight: bold;
}

h3.box-title {
  color: #316FAF;
  text-align: center;
  font-size: 23px;
  font-weight: 100;
  padding-top: 25px;
}

h3.box-title.type {

}

.priceTable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 15px 0px 20px 0px;
}

.priceTable th {
    height: 48px;
	background: #dbedff;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.priceTable td:first-child {
    padding-left: 18px;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
}
.priceTable td {
    text-align: center;
}
.priceTable td, .priceTable th {
    height: 48px;
}

.priceTable tr:nth-child(odd) td {
    background: #f0f0f0;
}

.accordion {
  background: #f0f0f0;
  margin-bottom: 4px;
  overflow: hidden;
  max-height: 60px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.accordion.is-open {
  max-height: inherit;
}
@media screen and (max-width: 1000px) {
  .accordion.is-open {
    max-height: 1000px;
  }
}
.accordion-title {
  padding: 21px 5px 23px 85px;
  font-size: 23px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
.accordion-title:after {
  position: absolute;
  left: 25px;
  top: 14px;
  content: "+";
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: white;
  color: #D70B14;
  font-weight: normal;
  border: 1px solid #ccc;
  line-height: 38px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .accordion-title {
    padding-left: 42px;
  }
  .accordion-title:after {
    left: 7px;
    top: 18px;
    width: 22px;
    height: 22px;
    line-height: 24px;
    font-size: 17px;
  }
}
.accordion-content {
  padding: 0 63px 10px 85px;
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .accordion-content {
    padding-left: 42px;
  }
}
.accordion-content {
  margin-top: -20px;
}
.accordion.is-open .accordion-title:after {
  content: "-";
}
.datesbox {
  border: 5px solid #f0f0f0;
  padding: 25px 20px 20px;
}
@media screen and (max-width: 1000px) {
  .datesbox {
    padding: 15px 10px 10px;
  }
}
.datesbox-current,
.datesbox-next {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 150px;
}
.datesbox-current > strong,
.datesbox-next > strong {
  position: absolute;
  left: 0;
  top: 0;
}
.datesbox-current > span,
.datesbox-next > span {
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .datesbox-current,
  .datesbox-next {
    padding: 0;
  }
  .datesbox-current > strong,
  .datesbox-next > strong {
    position: static;
  }
}
.datesbox-next {
  display: inline-block;
  margin-left: 160px;
}
@media screen and (max-width: 1000px) {
  .datesbox-next {
    display: block;
    margin: 1em 0 0;
  }
}
.routes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.routes a#showLety {
  color: #d70b14;
  font-weight: bold;
  text-decoration: underline;
}

.routes a#showLety:hover {
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .routes {
    justify-content: center;
  }
}
.route {
  display: inline-block;
  width: 217px;
  margin-bottom: 17px;
  -webkit-transition: 300ms;
  transition: 300ms;
  vertical-align: top;
  box-sizing: border-box;
  background-color: #1e599d;
  margin-right: 12px;
    min-height: 350px;
}

@media screen and (max-width: 1000px) {
  .route {
    display: block;
    margin: 5px 10px 5px 0;
  }
}
.route-img {
  cursor: pointer;
  height: 217px;
  display: block;
  background-size: cover;
}
.route-title {
  display: block;
  max-width: 90%;
  background: #BE1E2D;
  padding: 8px 0 5px;
  margin: -25px auto -15px;
  font-size: 18px;
  color: white;
  text-align: center;
  border-radius: 5px;
  z-index: 2;
  position: relative;
}
.route-title a {
  text-decoration: none;
  font-size: 17px;
}
.route-cost {
  display: block;
  background: #1e599d;
  height: 55px;
  text-align: center;
  color: white;
  font-size: 13px;
   padding-top: 4px;
}
.route-cost.first {
  padding-top: 30px;
}
.routes div > span:first-of-type {
    padding-top: 30px;
}
.route-fullprice {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 3px;
}
.route--custom {
  height: 292px;
  background: url('../assets/layout/bg-custom-route.png') no-repeat center;
  background-size: cover;
}
.custom-seats {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .custom-seats {
    width: 100%;
  }
}
.custom-seats-text {
  padding: 12px 0 5px 80px;
  min-height: 70px;
  background: url('../assets/layout/icon-seat-circle.png') no-repeat left 5px center;
}
.available-seats {
  font-size: 13px;
  width: 100%;
}
.available-seats h4 {
  color: #666;
  font-size: 13px;
  margin: 0 0 10px 0;
}
.available-seats .item-wrapper {
  background: #E0E0E0;
  padding: 6px 10px;
}
.available-seats .item {
  padding: 10px;
    min-height: 64px;
    border-bottom: 1px solid #ccc;
}

.available-seats .line-wrapper {
      display: flex;
}

.available-seats .item:last-child {
  padding: 10px;
    min-height: 64px;
    border-bottom: none;
}
.available-seats .date {
  font-size: 12px;
  color: #000;
  display: block;
  margin: 0 0 6px 0;
}
.available-seats .trasa {
  font-size: 13px;
      font-weight: 700;
      min-width: 180px;
      flex: 1;
      padding: 6px 0 0 0;
      line-height: 1.4;
}
.available-seats .pocet-mist {
  padding: 2px 0px 0 0;
  font-weight: 700;
  flex: 1;
}
.available-seats .cena {
  flex: 2;
  padding: 6px 0 0 0;
}
.available-seats .pocet-mist::after {
  content: url("/assets/layout/icon-seat-black.png");
  position: relative;
  left: 6px;
}

.available-seats a.button {
  padding: 7px 7px 0 7px;
      height: 26px;
      flex: 2;
      text-align: center;
}
@media screen and (max-width: 1000px) {
  .available-seats {
    width: 100%;
  }

  .available-seats .line-wrapper {
    display: block;
  }
  .available-seats .trasa {
    min-width: 100%;
    margin: 10px 0;
  display: inline-block;
  }

  .available-seats .pocet-mist {
    width: 40px;
    display: inline-block;
  }

  .available-seats .cena {
    display: inline-block;
    padding: 6px 10px 0 0px;
  }

}
.try-pilot {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .try-pilot {
    width: 100%;
    margin-top: 10px;
  }
}
.client-experience {
  width: 50%;
}
.client-experience blockquote {
  line-height: 1.5;
  max-width: 90%;
  margin-bottom: 20px;
}
.client-experience-author {
  display: block;
  margin-bottom: 4px;
}
.client-experience a {
  display: inline-block;
  margin: 0 2.5px 10px;
}

.client-experience .client-experience-content {
    border: 1px solid #ccc;
    border-radius: 8px 8px 0px 0px;
    width: 440px;
    padding: 0px;
    margin: 16px 40px 0 0;

}

.client-experience .bx-wrapper .bx-viewport {
	-webkit-box-shadow: none;
    box-shadow: none;
	left: 0px;
}

.client-experience .bx-wrapper {
	padding: 10px 20px;
}


.client-experience .bx-wrapper .bx-next {
	    background: url("/assets/layout/reference-slider-next.png");
		height: 45px;
		width: 45px;
		right: -24px;
}

.client-experience .bx-wrapper .bx-prev {
	    background: url("/assets/layout/reference-slider-prev.png");
		height: 45px;
		width: 45px;
		left: -24px;
}

.client-experience .bx-wrapper .bx-prev:hover,
.client-experience .bx-wrapper .bx-next:hover {
  background-position: 0 0;
}

.client-experience .bx-wrapper .bx-pager {
	display: none;
}

.client-experience .bx-wrapper {
	margin: 0 auto 0;
}


.client-experience .bx-wrapper .bx-controls-direction a {
	z-index: 5;
}

.client-experience .client-experience-info {
	width: 440px;
    background: #DBEDFF;
    padding: 13px;
    font-size: 15px;
	position: relative;
    top: -1px;
}
.client-experience .client-experience-info button {
	display: block;
    font-size: 17px;
    padding: 1px 8px;
}

.client-experience .client-experience-info .text {
	width: 70%;
    float: left;
    line-height: 1.45;
}


@media screen and (max-width: 1000px) {
  .client-experience {
    width: 100%;
  }
}
.airport {
  width: 50%;
  line-height: 1.5;
}
.airport img,
.airport iframe {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .airport {
    width: 100%;
  }
}
.airport-address {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  .airport-address {
    display: block;
  }
}
.airport-gps {
  margin-left: 50px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .airport-gps {
    display: block;
    margin: 10px 0 0;
  }
}
.airplanes {
  margin-bottom: 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  overflow: hidden;
  -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.cenik {

}

.cenik .pricebox {
	width: 100%;
	margin: 0px;
}

.cenik .pricebox:nth-child(even) {
	background: #fff;
}

.cenik .pricebox > a {
	font-size: 20px;
    color: #000;
    font-weight: 700;
}

.cenik .pricebox .cena {
	float: right;
	color: #000;
	padding: 8px 0 0 0;
}



@media screen and (max-width: 500px) {
  .cenik .pricebox > a,
  .cenik .pricebox .cena,
  .cenik .pricebox .volacka {
	display: block;
  }
}

@media screen and (max-width: 1000px) {
  .airplanes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.airplane {
  width: 192px;
  text-align: center;
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 1000px) {
  .airplane {
    margin: 10px;
  }
}
.airplane-title {
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
}
.blog-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-post {
  margin: 25px 0 0;
  text-align: center;
  width: 300px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .blog-post {
    width: auto;
    margin: 25px auto 0;
  }
}
.blog-post-img {
  width: 300px;
  max-height: 170px;
}
.blog-post-title {
  font-size: 18px;
  color: #D70B14;
  line-height: 1.2;
  margin: .7em 0;
}
.blog-post-author {
  color: #9c9c9c;
}
.menu-tag {
  display: block;
  text-transform: uppercase;
  color: #D70B14;
  font-weight: bold;
  margin: 0 0 8px -8px;
  padding: 6px 0px 0 8px;
}
.menu-tag.is-active {
  background: #d70b14;
  color: white;
}
.tag {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 8px 4px;
  background: #e2e2e2;
  color: #333;
  margin: 0 2.5px;
  -webkit-transition: 300ms;
  transition: 300ms;
  border: 1px solid #e2e2e2;
}

.tag.is-active {
  background: #024f9d;
  color: #fff;
}
.tag:hover {
  border: 1px solid #aaa;
}
.blog-event {
  padding: 10px 0;
}
.blog-event + .blog-event {
  border-top: 1px solid #A0C1E6;
}
.blog-event .anchor {
  font-size: 110%;
}
.blog-event .anchor.u-block {
  padding: 2px 10px;
  margin: 0px -10px;
}
.blog-event .anchor.u-block.is-active {
  background: #d70b14;
      color: #fff;
      text-decoration: none;
}
.blog-event > span {
  color: grey;
  display: block;
  margin-top: .5em;
}
.blog-article p,
.blog-article span,
.blog-article a,
.blog-article .infobox {
  font-size: 16px;
}

.blog-article table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #cfcfcf;
  margin: 30px 0;
}

.blog-article a {
	text-decoration: underline;
}.blog-article a:hover {
	text-decoration: none;
}
.blog-article table caption {
  color: #1e599d;
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  margin: 10px 0 15px;
}
.blog-article table th {
  background: #0B3B8B;
  color: white;
  text-align: left;
}
.blog-article table td,
.blog-article table th {
  padding: 20px;
}
.blog-article table td {
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.blog-article table tr:nth-child(even) td {
  background: #e5e5e5;
}
@media screen and (max-width: 1000px) {
  .blog-article table {
    font-size: 13px;
    margin: 15px 0;
  }
  .blog-article table td,
  .blog-article table th {
    padding: 12px 8px 8px;
  }
}
.blog-article-info {
  margin: 20px 0 20px;
}
.blog-article-info .author {
  display: inline-block;
}
.blog-article-info .author:after {
  content: "|";
  color: #888;
  font-size: 12px;
  margin-left: 6px;
  margin-top: -3px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.blog-article-info .date {
  color: #666;
  margin-right: 15px;
}

.route-gallery > a {
  display: inline-block;
  margin: 0 2px 8px;
}
.route-map {
  margin: 35px 0 0;
  padding-left: 670px;
  min-height: 400px;
  position: relative;
}

.route-map #map {
    position: absolute!important;
    left: 0px;
}

.route-map:after {
  content: "";
  display: block;
  clear: both;
}
.route-map > img,
.route-map iframe {
  max-width: 620px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .route-map {
    padding: 0;
  }
  .route-map > img,
  .route-map iframe {
    display: block;
    position: static;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.route-destinations {
  list-style: none;
}
.route-destinations li {
  counter-increment: item;
  font-size: 18px;
}
.route-destinations li:after {
  content: "";
  display: block;
  width: 17px;
  height: 9px;
  margin: 8px 9px;
  background: url('../assets/layout/chevron-down-light.png') no-repeat;
}
.route-destinations li:last-child:after {
  display: none;
}
.route-destinations li:before {
  margin-right: 20px;
  content: counter(item);
  background: #D70B14;
  border-radius: 100%;
  color: white;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}
.route-destinations li.return:before {
  color: transparent;
  background: #D70B14 url('../assets/layout/icon-arrow-up-white.png') no-repeat center;
}
.route-must-see {
  margin: 30px 0 10px;
}
.route-must-see h3 {
  font-weight: 300;
  color: #333;
  text-align: center;
  margin-bottom: .2em;
}
.route-must-see > a {
  display: inline-block;
  vertical-align: top;
  margin: 5px 3px;
}
.route-must-see strong {
  display: block;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .route-must-see h3 {
    font-size: 25px;
    text-align: left;
  }
}
.pricebox {
  display: inline-block;
  color: #6d6d6d;
  background: #e5e5e5;
  padding: 12px 10px 8px;
  margin: 10px 0 20px;
}
.pricebox strong {
  font-size: 120%;
  color: black;
  padding-left: 5px;
}

.border-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 6px;
}

.border-title h1,
.border-title h2,
.border-title h3 {
  margin-top: 0;
  font-size: 25px;
}
.border-title > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #c2c2c2;
  height: 20px;
  margin-left: 20px;
}
.order-form select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 45px 14px 28px;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  background: url('../assets/layout/select-bg.png') no-repeat right 5px center, -webkit-linear-gradient(white, #E6E6E6);
  background: url('../assets/layout/select-bg.png') no-repeat right 5px center, linear-gradient(white, #E6E6E6);
  color: #D70B14;
  font-weight: bold;
  font-size: 15px;
}
.order-form .label-block {
  display: block;
  margin: 14px 0 5px;
  font-weight: normal;
}
.order-form .label-block a {
  text-decoration: underline;
}
.order-form fieldset {
  background: #f0f0f0;
  border: none;
  margin: 15px 0;
  padding: 28px 24px;
}

.order-form fieldset .form-cols {
  display: flex;
}

.order-form fieldset:last-of-type {
  padding-bottom: 10px;
}
.order-form [type=text],
.order-form [type=email],
.order-form [type=tel] {
  border-radius: 4px;
  border: 1px solid #999;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 8px;
  min-width: 235px;
}
.order-form .label {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.order-form .label.incorrect {
  width: 235px;
}

.order-form .label.incorrect .form-error {
  display: inline-block;
  padding: 8px 0 0 2px;
  line-height: 1.4;
  color: #d90b14;
}
.order-form .label [type=text],
.order-form .label [type=email],
.order-form .label [type=tel] {
  display: block;
  margin-top: 10px;
}
.order-form .label--light {
  font-weight: 300;
}
.order-form .accordion {
  margin: -8px 0;
  max-height: 77px;
}
.order-form .accordion.is-open {
  max-height: 600px;
}
.order-form .accordion-title {
  text-decoration: none;
  padding: 31px 5px 25px 28px;
  background: url('../assets/layout/form-accordion.png') no-repeat right 28px center;
}
.order-form .accordion-title:after {
  display: none;
}
.order-form .accordion-title strong {
  font-size: 16px;
  text-decoration: underline;
}

.order-form .accordion-title small {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  margin-left: 5px;
  text-decoration: none;
}

.order-form .accordion-content {
  margin-top: 0;
  padding-left: 28px;
}

.order-form .right-box {
  width: 58%;
  float: right;
}

.order-form .right-box .info {
  color: #666;
      font-size: 14px;
      text-align: center;
      display: inline-block;
      line-height: 1.4;
}

.order-form .left-box {
  width: 40%;
  display: inline-block;
  float: left;
}
.form-cols {
  display: flex;
}

.order-form [type=submit] {
  margin-top: 44px;
  height: 55px;
  min-width: 255px;
}
.order-form .order-button {
  min-width: 173px;
  margin-left: 30px;
}

#loadAres {
  border: 1px solid #1b4e87;
  background: #1e599d -webkit-linear-gradient(#1e599d, #296dba);
  background: #054a97 linear-gradient(#1e599d, #296dba);
  -webkit-transition: 300ms;
  transition: 300ms;
  margin: 6px 0 0 0;
  padding: 8px 14px 8px 14px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .order-form select {
    display: block;
    margin: 0 0 15px;
    width: 100%;
    max-width: 350px;
  }
  .order-form .label-block {
    margin: 15px 0;
  }
  .order-form label {
    width: 100%;
  }
  .order-form [type=text],
  .order-form [type=email],
  .order-form [type=tel] {
    width: 100%;
    max-width: 350px;
  }
  .order-form .accordion {
    max-height: 60px;
  }
  .order-form .accordion-title {
    padding: 31px 5px 18px 28px;
    background-position: right 10px center;
  }
  .order-form .accordion-title small {
    display: none;
  }
}
form .legend {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 20px;
}
form .legend + .form-cols {
  margin-top: 25px;
}
.form-cols > label + label {
  margin-left: 70px;
}
.form-cols:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .form-cols > label + label {
    margin: 0;
  }
  .form-cols:not(:first-child) {
    margin-top: 0;
  }
}
.inputs-col {
  margin-bottom: 28px;
  font-size: 14px;
}
.inputs-col label {
  display: block;
  margin: 12px 0;
}
.inputs-col label img {
  vertical-align: middle;
  margin-left: 20px;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 1000px) {
  .inputs-col label img {
    top: -2px;
  }
}
#voucher-form {
  display: none;
}
#voucher-form.is-visible {
  display: block;
}
#voucher-form label:first-child input {
  margin-right: 70px;
}
#voucher-form label:nth-child(2) [type=text] {
  min-width: 420px;
}
#voucher-form a {
  margin-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  #voucher-form label:first-child input,
  #voucher-form a {
    margin-right: 0;
    margin-left: 0;
  }
  #voucher-form label:nth-child(2) [type=text] {
    min-width: 1px;
  }
}
.order-form-routes .route {
  border: 3px solid white;
}
.order-form-routes .route.is-active {
  border: 3px solid #AF1F22;
}
.order-form-routes .route-title label,
.order-form-routes .route-title input {
  cursor: pointer;
}
.order-form-routes .route-title input {
  position: absolute;
  top: 10px;
  left: 15px;
}
@media screen and (max-width: 1000px) {
  .order-form-routes {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.order-form-summary-item {
  width: 49%;
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding-left: 180px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.order-form-summary-item strong {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .order-form-summary-item {
    width: 100%;
    padding-left: 0;
  }
  .order-form-summary-item strong {
    position: static;
    display: block;
  }
}
.complete-price {
  display: block;
  background: #024f9d;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 0 10px;
}
.box-lector {
  position: absolute;
  top: 350px;
  right: 0;
  height: 160px;
  width: 186px;
  background: white;
  padding: 12px 10px 25px 26px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.box-lector:before {
  position: absolute;
  top: -133px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 133px;
  background: transparent url('../assets/layout/stepan.png') no-repeat bottom center;
}
.box-lector span {
  display: inline-block;
  line-height: 24px;
  font-size: 15px;
}
@media screen and (max-width: 1369px) {
  .box-lector {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.box-lector-title {
  font-size: 13px;
  text-transform: uppercase;
  color: #BE1E2C;
  font-weight: bold;
  margin-bottom: 4px;
}
.box-lector-email {
  font-size: 13px;
  color: #024F9D;
  text-decoration: underline;
}
.box-lector-btn {
  font-size: 12px;
  background: #BE1E2D;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 5px;
  height: 32px;
  line-height: 34px;
  padding: 0 11px;
}
.u-text-center {
  text-align: center;
}
.u-text-underline {
  text-decoration: underline;
}
.u-block {
  display: block;
}
.img-float-left {
  float: left;
  margin: 5px 20px 5px 0;
}
.img-float-right {
  float: right;
  margin: 5px 0 15px 20px;
}
@media screen and (max-width: 1000px) {
  .u-text-center-xs {
    text-align: center;
  }
}
.margin-base--title {
  margin: 1.8em 0 0.5em;
}
.margin-base--text {
  margin: 1em 0;
}
.margin-base--top {
  margin: 1em 0 0.4em;
}
.margin-base--bottom {
  margin-bottom: 1em;
}
.margin-none--top {
  margin-top: 0;
}

/*Bruno 5. 8. 2016*/
.lecturers {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .lecturers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lecturer {
  width: 192px;
  text-align: center;
  margin: 0 20px 40px 0;
  float: left;
}
@media screen and (max-width: 1000px) {
  .lecturer {
    margin: 10px;
  }
}
.lecturer-title {
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
}

.lecturer img{
    border-radius: 100%;
}

/* Dokodování stránek */

.reference-box {
    margin: 30px 0px;
}

.reference-box .name {
    display: inline-block;
    color: #1E599D;
    font-size: 20px;
    font-weight: 700;
}

.reference-box .name:before {
    content: url(../img/reference-icon.png);
    position: relative;
    top: 2px;
    left: 0px;
    /*padding-right: 10px;*/
    /*dela bordel ve vypisu zazitku klientu*/
}

.reference-box .ref-header {
    color: #666666;
    font-size: 16px;
    margin-top: 30px;
}

.reference-box .ref-header a {
    color: #1E599D;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.reference-box .ref-header a:hover {
    text-decoration: none;
}

.reference-box .text {
    font-style: italic;
    color: #000;
}

.reference-box .gallery > a {
    display: inline-block;
    margin: 0 2px 8px;
}

.reference-box hr.reference-line {
    border: 3px solid rgb(229, 229, 229);
   border: 3px solid rgba(229, 229, 229, .5);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.route--lines {
    width: 100%;
    min-height: 50px;
    height: auto;
    border-bottom: 1px solid #ECECEC;
    padding: 12px 0px 10px 20px;
    margin: 10px 0px;
}

.route--lines > div > label > span {
    display: inline-block;
    padding-right: 20px;
        cursor: pointer;
}

.route--lines h3 {
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding-right: 50px;
    min-width: 200px;
}
.route--lines h3 > label {
    cursor: pointer;
}

.route--lines > div {
    display: block;
    margin-top: 7px;
    height: auto;
}

.route--lines.active {
    background-color: rgba(2,79, 157,0.1);
}

.route--lines.inactive {
    display: none;
}

.route--lines input[type="radio"]{
        cursor: pointer;
}

.airplane-detail img.title {
    margin-top: 30px;
}

.airplane-detail ul {
    margin-top: 20px;
}

.airplane-detail ul.list li:before {
    position: absolute;
        display: block;
        background: #BF2121;
        width: 5px;
        height: 5px;
        left: 0px;
        top: 6px;
}

.airplane-detail ul.list li {
    padding-left: 26px;
    font-size: 15px;
}


.airplane-detail .columns {
    height: auto;
    margin-bottom: 20px;
}
.airplane-detail .price {
    width: 50%;
    float: right;
}

.airplane-detail .price table {
    margin-top: 20px;
    width: 100%;
    font-size: 15px;
}

.airplane-detail .price table tr:nth-child(odd)  {
    background-color: rgba(0,77,157,0.1);
}

.airplane-detail .price table tr {
    height: 37px;
}

.airplane-detail .price table tr td {
    padding: 10px;
}

.airplane-detail .gallery {
    margin-top: 30px;
}

.airplane-detail .gallery a {
    display: inline-block;
    margin: 0 2px 8px;
}

.airplane-detail .columns .parameters {
    display: inline-block;
    width: 49%;
    float: left;
}

@media screen and (max-width: 700px) {
    .route--lines > div {
        display: block;
        margin-top: 7px;
        height: auto;
    }
    .route--lines {
        padding: 12px 0px 10px 20px;
        margin: 10px 0px;
    }

    .airplane-detail .columns .parameters  {
        width: 100%;
    }

    .airplane-detail .columns .price {
        width: 100%;
    }
    .section--stats .hp-gallery img {
      width: 50%;
    }
  }


@media screen and (max-width: 600px) {
  .section--stats .hp-gallery img {
    width: 100%;
    margin: 0 0 30px 0;
  }
  }

@media screen and (max-width: 500px) {
  .jumbo {
    height: 100vh;
  }
  .hp-intro-subtitle {
    padding: 0 8px;
  }
  }


  @media only screen and (min-width: 1200px) {
    .container {
      width: 1180px;
    }
    .content {
      width: 1180px;
      padding: 20px 60px 60px;
    }
    .footer-section {
      width: 420px;
    }
    .footer-section:first-child, .footer-section:last-child {
      width: 380px;
    }
    .footer-section:first-child + .footer-section {
      text-align: center;
    }
    .footer-section:first-child + .footer-section .footer-section-title {
      text-align: left;
    }
    .submenu > .container {
      padding: 0 120px;
    }
    .pilot {
      width: 346px;
    }
    .route {
      width: 252px;
    }
    .airport > iframe {
      width: 500px;
    }
    .content .contact .right-box > iframe {
      width: 770px;
    }
    .blog-post {
      width: 353px;
    }
    .blog {
      padding-right: 277px!important;
    }
  }

  /* auto fb resize */
  .fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width:  100% !important;display:block;z-index:2000;position:relative}
  .fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe  span[style] {width: 100% !important;display:block;z-index:2000;position:relative}
