*{
    font-family: 'Rajdhani', sans-serif;
}

:root {
    --font: 20px;
}

body, html {
    overflow-x: hidden !important;
}


@font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal;
src: url('./fontello/entypo-fontello.eot?v=3');
src: url('./fontello/entypo-fontello.eot?v=3#iefix') format('embedded-opentype'), 
url('./fontello/entypo-fontello.woff?v=3') format('woff'), 
url('./fontello/entypo-fontello.ttf?v=3') format('truetype'), 
url('./fontello/entypo-fontello.svg?v=3#entypo-fontello') format('svg');
}
#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; }

@font-face {font-family: 'fontello'; font-weight: normal; font-style: normal;
src: url('./fontellos/fontello.eot');
src: url('./fontellos/fontello.eot?#iefix') format('embedded-opentype'), 
url('./fontellos/fontello.woff') format('woff'), 
url('./fontellos/fontello.ttf') format('truetype'), 
url('./fontellos/fontello.svg#fontello') format('svg');
}

#top .avia-font-fontello, body .avia-font-fontello, html body [data-av_iconfont='fontello']:before{ font-family: 'fontello'; }


.obj_letu

{
display:none;

}


.sedo a
{
color:#6B6B6B !important;

}


p, .white-bg div{
    font-size: 16px;
    color: #1d1d1b;
    font-weight: 400;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

a{
    color: #f16522;
}
a:hover{
    color: #f16522;
}
h1, h2, h3, h4, h5, h6, p.like-h3,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #f16522;
    font-weight: 600;
}
h1, .h1{
	font-size: 37px;
}
h2, .h2{
	font-size: 33px;
}
h3, .h3{
	font-size: 27px;
}
h4, .h4{
	font-size: 24px;
}
h5, .h5{
	font-size: 21px;
}
h6, .h6{
	font-size: 18px;
}

.center {
    text-align: center;
}
h2.minh {
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.vanocni_akce img {
    border-radius: 10px;

    -webkit-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.52);
box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.52);
width: 100%;
height: auto;
display: block;
}

.vanoce {
    position: relative;
    display: flex;
    max-width: 970px;
    margin: auto;
    border-radius: 10px;
    
}

.vanoce::before {
    content: 'DARUJTE NEZAPOMENUTELNÝ ZAŽITEK!';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
  
    background: #ff1b7c;
    border-radius: 10px;
    transition: all 1s ease-in-out;
    font-size: 25px;
    opacity: 0.95;
}

.vanoce:hover::before {
    display: flex;
}
.mobilos {
    display: none;
}


.err404{
	color: #f16522;
    font-weight: 600;
	font-size: 60px;
}
.bigger-text{
	font-size: 22px;
	font-weight: 400;
}
.white-bg h3{
    /*font-size: 30px;*/
    margin-bottom: 20px;
}
h4, .h4{
    font-size: 25px;
    font-weight: 600;
}
h5, .h5{
    font-weight: 600;
    font-size: 22px;
}
h6, .h6{
    font-size: 19px;
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
}

p.like-h3{
    font-size: 27px;
    line-height: 1.1;
    margin-bottom: 40px;
    margin-top: 40px;
}
.dark-grey .ah4{
    text-transform: uppercase;
    font-weight: 400;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
}
/*FIX na hover pri horizontal menu z bootstrapu*/
.nav.navbar-nav li:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu ul.dropdown-menu{
	top: 0;
	left: 100%;
	top: 0;
	display: none;
	
}
.dropdown-menu .dropdown-menu li:first-child a{
	border-radius: 4px 4px 0px 0px;
}
.dropdown-menu li:hover ul.dropdown-menu{
	display: block;
}

.navbar-default{
	background-color: rgba(0, 0, 0, 0.65);
    border: 0px;
    border-color: transparent;
    margin-bottom: 0px;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 1000;
    padding-right: 0;
    padding-left: 0;
}
.navbar.navbar-default{
    border-radius: 0px 0px 0px 0px;
}
.video, .foto-podmenu{
    padding: 0px;
}
.video img{
    width: 100%;
}
.navbar-brand .h1 span{
    text-indent: -10000px;
    display: none;
}
.navbar-brand .h1{
    margin: 0;
}


.menugrid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}

.mobilemenu {
    display: none;
}

.boxlogo {
    grid-column: 1/3;
    grid-row: 1/3;

    padding: 2rem;
   display: flex;
    align-items: center;
    justify-content: flex-start;
}

.boxlogo a {
    width: 100%;
    height: 100%;
    display: flex;
}

.boxlogo img {
    width: 100%;
    max-width: 210px;
}


.boxtlacitka {
    grid-column: 3/10;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 14px;
}

.boxtlacitka a.cta.natit, .boxtlacitka a.cta2.natit {
    font-size: 15px;
    padding: 5px 15px;
    margin-bottom: 0;
}

.boxjazyky {
    grid-column: 10/11;
    grid-row: 1/2;
    position: relative;
    min-width: 107px;
}

nav.novemenu {
    grid-column: 3/11;
    grid-row: 2/3;
    padding-right: 10px !important;
}
@media (min-width: 769px){
.navbar-nav {
    float: right !important;
}
}

.obal_jazyky {
    display: flex;
    flex-direction: column;   
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 10;
}
.obal_jazyky a {
    font-size: 18px;
}
.obal_jazyky a img {
    margin-right: 5px;
}

.obal_jazyky a.vybrany {
    order: 1;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: right;
    color: white;
    text-decoration: none;
    transition: 0.3s all ease-in;
}
.obal_jazyky a.vybrany:hover {
    color: #f16522;
}
.obal_jazyky a:not(.vybrany) {
    display: none;
    order: 2;
    background: white;
    padding: 8px 15px;
    justify-content: flex-start;
    align-items: center;
}
.obal_jazyky a:not(.vybrany) i.caret {
    display: none;
}
/*
.social-lang{
    float: right;
}
.social-lang .link{
    float: left;
    width: 43px;
    text-indent: -10000px;
    height: 50px;
    margin-left: 4px;
    margin-right: 4px;
}
.social-lang p{
    float: left;
    margin-right: 15px;
    margin-top: 13px;

}
.social-lang .link.fb{
    background: url('../images/facebook.png') no-repeat center -17px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.social-lang .link.fb:hover{
    background: url('../images/facebook.png') no-repeat center -5px;
}
.social-lang .link.inst{
    background: url('../images/instagram.png') no-repeat center -17px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.social-lang .link.inst:hover{
    background: url('../images/instagram.png') no-repeat center -5px;
}
.social-lang .link.yout{
    background: url('../images/youtube.png') no-repeat center -17px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.social-lang .link.yout:hover{
    background: url('../images/youtube.png') no-repeat center -5px;
}*/

.social .fa{
	font-size: 36px;
}
.social{
	color: #fff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
    margin-left: 15px;
    display: inline-block;
    margin-top: -10px;
}
.social-nadp{
	text-transform: uppercase;
	font-size: 18px;
	/*margin-left: -15px;*/
}
.social-nadp span{
    top: -6px;
    display: inline-block;
    position: relative;
    margin-right: 13px;
}
.social:hover, .social:focus{
	color: #f16522;
}
.langs{
    float: right;
    padding: 43px 0px;
}
.langs .lang{
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    float: left;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    opacity: 1;
     -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);

}
.langs .lang:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
         -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}


.langs  .active{

         -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

.navbar-nav li a{
    font-size: 17px;
    text-transform: uppercase;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: transparent;
    border-radius: 0px;
    padding: 0px;
}


.navbar-default .navbar-nav > li > a{
    position: relative;
    transition: all 0.3s ease-in-out;
}

/*.navbar-default .navbar-nav > li > a:before{
    content: "";
    position: absolute;
    width:100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    background-color: #f26522;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li  > a.active:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }*/
  
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active{
	text-decoration: none !important;
  }
  

.navbar-brand{
    height: auto;
	padding: 15px 15px;
}

.navbar-default .navbar-nav>li>a{
    color: #fff;
	font-size: 18px;
	
}
@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active{
    color: #f26522;
    /*background: url('../images/menu-act.png') no-repeat center top;
	border-bottom: 1px solid #1d1d1b;*/
}
/*.navbar-default .navbar-nav>li>a.active{
    
    background: url('../images/menu-act.png') no-repeat center top;
	
}*/
.nav>li>a{
    padding: 10px 15px 10px 15px;
        font-weight: 600;
}
/*.nav>li:last-child>a{
    padding-right: 0;
}*/
.dropdown-menu{
    box-shadow: 0px 0px 0px transparent;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
	
}
.dropdown-menu li a{
    background: #4f4f4f;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.dropdown-menu li a:hover, .dropdown-menu li a.active{
    background: #4f4f4f;
    color: #f26522;
}
.dropdown-menu li a{
    border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu li:last-child a{
    border-bottom: 0px;
    border-radius: 0px 0px 4px 4px;
}
.dropdown-menu {
    border: 0;
    border-radius: 10px;
}
.light-orange-bg{
    background: url('../images/light-orange-bg.jpg') repeat;
    /*padding-top: 40px;
    padding-bottom: 40px;*/
}
/*.white-bg, .dark-grey{
    padding-top: 40px;
    padding-bottom: 40px;
}*/
.light-orange-bg{
  padding-top: 40px;
  padding-bottom: 40px;
}
.white-bg{
    padding-top: 40px;
    padding-bottom: 40px;
}

.white-bg2{
    padding-top: 0 !important;
    padding-bottom: 40px;
}

.dark-grey{
    padding-top: 40px;
    padding-bottom: 40px;
}
.white-bg h3{
    margin-bottom: 15px;
    margin-top: 40px;
}
.white-bg h4{
	margin-top: 40px;
	margin-bottom: 15px;
}
h3{
    font-size: 30px;
    color: #f16522;
    font-weight: 600;
    text-transform: uppercase;
}
.gallery-kroky h2{
    margin-bottom: 30px;
}
.white-bg ul li, .light-orange-bg ul li, .white-bg ol li, .light-orange-bg ol li{
    font-size: 16px;
    font-weight: 400;
    color: #1d1d1b;
    margin-bottom: 5px;
}
.white-bg .tab-content ol li, .light-orange-bg .tab-content ol li, .white-bg .tab-content ul li, .light-orange-bg .tab-content  ul li{
	font-size: 16px;
	font-weight: 400;
}
.white-bg .tab-content ul li:before, .light-orange-bg .tab-content ul li:before{
	font-size: 12px;
	content: '\f111';
}
.white-bg > .container > ul, .light-orange-bg .container > ul{
    
    padding-left: 0px;
}
.white-bg ul, .light-orange-bg ul{
	list-style-type: none;
}
.white-bg ul li:before, .light-orange-bg ul li:before{
    content: "\f111"; /* FontAwesome Unicode */
    font-family: 'FontAwesome';
    color: #f16522;
    margin-right: 11px;
    font-size: 12px;
}




.white-bg .vypis ul, .light-orange-bg .vypis ul{
  padding-left: 15px;
}
.white-bg .vypis ul li, .light-orange-bg .vypis ul li{
  font-weight: 700;
}

.white-bg .vypis ul li:before, .light-orange-bg .vypis ul li:before{
	content: '\f072';
}



.light-orange-bg ul.padaky li:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url('../images/padak.svg') center/cover no-repeat;
}

.container table td{
	font-size: 16px;
	font-weight: 400;
}
.video video{
	margin-bottom: -6px;
}
.vypis img{
    margin-bottom: 15px;
}
.vypis h3{
    font-size: 23px;
}
.orange-but{
    text-align: center;

}
.vypis .orange-but{
    margin-top: 58px;
}
.orange-but p{
    color: #f16522;
    font-weight: 500;
    margin-bottom: 25px;
}
.orange-but a{
    display: block;
    background: #f16522;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    /*margin-top: 10px;*/
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
	height: 68px;
}
.orange-but.grey a{
	background: #b2b2b2;
}
.orange-but a.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.orange-but a span{
    font-weight: 400;
    font-size: 17px;
	
}
.orange-but a:hover{
    text-decoration: none;
    background: #ff833f;
}

.cta_orange {
    background: #f16522;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.cta_orange:hover {
    background: #ff833f;
    text-decoration: none;
    color: white;
}

.cta.plnej {
    width: calc(100% - 15%);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border: none;
    margin-left: 15px;
    margin-bottom: 10px;
}


.cta_grey {
    background: #6B6B6B;
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.cta_grey:hover {
    background: #505050;
    text-decoration: none;
    color: white !important;
}


.koupit-seskok-tandem .orange-but {
    margin-top: 20px;
    margin-bottom: 20px;
}
.koupit-seskok-tandem2 .orange-but {
    margin-top: 30px;
    margin-bottom: 20px;
}
.light-orange-bg h3{
    margin-bottom: 40px;
    margin-top: 0px;
}
.light-orange-bg .icon{
    margin-top: 0px;
}

.radime-se img{
    /*margin-top: 25px;*/
    margin-bottom: 25px;
}
.h3Apodnadpis-srdce{
    text-align: left;
    margin-left: 50px;
    /*background: url('../images/hearth.png') no-repeat center left;*/
    font-size: 28px;
    text-transform: none;
}
.bezpecnost-img{
    padding-top: 45px;
}
.h3Apodnadpis-srdce, .h3-hvezda, .h3-chart, .h3-letter{
    margin-bottom: 20px;
    /*padding-left: 55px;*/
}
.h3Apodnadpis-srdce, .h3-hvezda, .h3-chart, .h3-letter{
    margin-bottom: 40px !important;
    margin-top: 0 !important;
}
.h3-hvezda:before{
    content: url(../images/star.png);
    margin-right: 12px;
    position: relative;
    top: 5px;
}
.h3-chart:before{
    content: url(../images/chart.png);
    margin-right: 12px;
    position: relative;
    top: 5px;
}
.h3Apodnadpis-srdce:before{
    content: url(../images/hearth.png);
    margin-right: 12px;
    position: absolute;
    top: 0px;
    left: 15px;
}
.h3-letter:before{
    content: url(../images/letter.png);
    margin-right: 12px;
    position: relative;
    top: 7px;
}
.h3Apodnadpis-srdce span, h3 span, h2 span, p.like-h3 span{
    color: #1d1d1b;
    font-size: 18px;
    font-weight: 400;
}
.col-md-4.setHeight{
    min-height: 294px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-md-6.setHeight{

    min-height: 350px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pocet-skoku{
    padding: 0px 15px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.pocet-skoku .lidi{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    padding-top: 5px;
    margin-bottom: 5px;
	background: #ff5a00;
	border-radius: 4px;
}
.pocet-skoku .lidi span{
    font-size: 22px;
}
.pocet-skoku .text-pod-poctom{
    color: #f16522;
    font-weight: 600;
	position: relative;
}
.pocet-skoku .text-pod-poctom:before{
	content: '- - - ';
	font-weight: 900;
	position: absolute;
	font-size: 20px;
	display: block;
	top: 0px;
	line-height: 1.2;
	left: 30px;
}

.pocet-skoku .text-pod-poctom:after{
	content: '- - - ';
	font-weight: 900;
	position: absolute;
	font-size: 20px;
	display: block;
	top: 0px;
	line-height: 1.2;
	right: 30px;
}

.progress{
    margin-bottom: 10px;
    height: 30px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress-bar{
	border-radius: 4px;
}
p.orange-skoky{
    margin-bottom: 40px;
}
.line-grey{
    height: 1px;
    background: #cacaca;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
	border-radius: 0;
}
/*.progress{
    box-shadow: 0px 0px 0px transparent;
    background-color: transparent;
}*/
.progress .orange{
    background-color: #f16522;
}
.progress .grey{
    background-color: #444444;
}
.orange-skoky{
    color: #f16522;
    font-weight: 600;
}
.grey-skoky{
    color: #444444;
    font-weight: 600;
}
.reakce{
    margin-bottom: 20px;
}
.reakce .col-sm-4 img{
    margin: 0 auto;
}

.reakce img.img-responsive {
    width: 105px;
    height: 105px;
    object-fit: cover;
    max-width: unset;
}

.reftitulni {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 35px;
}
.reftitulni .reakcni {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reftitulni .reakcni .reakobr {
    flex-basis: 20%;
}
.reftitulni .reakcni .reakobr img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.reftitulni .reakcni .reaktext {
    flex-basis: 75%;
}

.dark-grey{
    background: #484544;
    color: #fff;
}
.dark-grey p{
    color: #fff;
}
.dark-grey p.calendar-bg, .dark-grey p.envelope-bg, .dark-grey p.house-bg{
    padding-left: 12px;
}
.dark-grey p.calendar-bg:before{
    content: url(../images/calendar.png);
    position: absolute;
    left: 0;
}
.dark-grey p.envelope-bg:before{
    content: url(../images/envelope.png);
    position: absolute;
    left: 0;
}
.dark-grey p.house-bg:before{
    content: url(../images/house.png);
    position: absolute;
    left: 0;
}
.footer{
    background: #f16522;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer a, .footer p, .footer a:hover{
    color: #fff;
    margin: 0;
}
.footer a img{
    margin-left: 10px;
}
.socialis hr{
    border-top: 1px solid #6b6b6b;
}
.socialis p{
    margin-top: 15px;
    margin-bottom: 15px;
}
.vypis{
    margin-bottom: 20px;
}
.spacer-50{
    height: 50px;
}
.spacer-80{
    height: 80px;
}
.spacer-100{
    height: 100px;
}
.spacer-20{
	height: 20px;
}
.block-skola>p{
    min-height: 130px;
}
.block-skola{
    text-align: center;
}
.block-skola .orange-but p{
    margin-bottom: -11px;
}
.nav.nav-tabs li:before{
	content: '';
	display: none;
}
.col-md-4.block-skola{
	position: relative;
	padding: 25px 10px;
  padding-bottom: 40px;
}
.but-skola-top{
    margin-top: 20px;
}
.col-md-4.block-skola .border{
	border: 1px solid #ccc;
	padding: 25px 10px;
	min-height: 335px;
	position: relative;
}
.col-md-4.block-skola:before{
	display: block;
	width: 50px;
	height: 50px;
	background: #f16522;
	position: absolute;
	top: 0px;
	border-radius: 100%;
	margin: 0 auto;
	content: '';
	left: 45%;
	color: #fff;
	font-size: 28px;
	padding-top: 7px;
	z-index: 3;
}
.col-md-4.block-skola p{
	margin-bottom: 15px;
}
.col-md-4.block-skola .orange-but{
	position: absolute;
	bottom: 10px;
	width: 95%;
}
.col-md-4.block-skola.tandem:before{
	content: '\f0c0';
	font-family: "FontAwesome";
}
.col-md-4.block-skola.vlastni:before{
		content: '\f007';
	font-family: "FontAwesome";
	padding-top: 5px;
}
.col-md-4.block-skola.cesta:before{
	content: '\f072';
	font-family: "FontAwesome";
}
.nav.nav-tabs li{
	margin-bottom: 0;
	font-size: 15px;
}
.three-tabs li{
	width: 33.333%;
}
.four-tabs li{
	width: 25%;
}
.nav.nav-tabs{
	border-bottom: 0;
}
.nav.nav-tabs li a{
	border: 1px solid #ddd;
	text-align: center;
	padding: 10px 15px;
	margin-right: 0;
}
.nav.nav-tabs li.active a{
	border-bottom: 0;
}
.tab-content .tab-pane{
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px 15px;
}
.tandem-kroky .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}
.tandem-kroky div.row{
    margin-left: -5px;
    margin-right: -5px;
}
.tandem-kroky{
    margin-top: 10px;
    overflow: auto;
}
.tandem-kroky p{
    line-height: 1.2;
}
.tandem-kroky h3{
    margin-top: 0;
	font-size: 25px;
}
.tandem-kroky .col-md-5 .col-md-4{
    overflow: hidden;
}
.icon strong{
    color: #f16522;
}
.light-orange-bg .icon{
    padding-left: 80px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.light-orange-bg .icon:before{
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    content: '';
    font-family: "FontAwesome";
    position: absolute;
    left: 20px;
    top: 8px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding-top: 7px;
}
.light-orange-bg .icon.vek:before{
    content: '\E80a';
	font-family: 'entypo-fontello'
}
.light-orange-bg .icon.zdravi:before{
    content: '\E806';
	font-family: 'entypo-fontello'
}
.light-orange-bg .icon.obleceni:before{
    content: '\E801';
	font-family: 'fontello'

}
.light-orange-bg .icon.hmotnost:before{
    content: '\E8c1';
	font-family: 'entypo-fontello'
}

.light-orange-bg .icon.sezona:before{
    content: '\E862';
	font-family: 'entypo-fontello'
}
.light-orange-bg .icon.rezervace:before{
    content: '\E85b';
	font-family: 'entypo-fontello'
}

.light-orange-bg .icon.pocasi:before{
    content: '\E866';
	font-family: 'entypo-fontello'
}
.onas-blok-konk{
	min-height: 765px;
}
.panel-heading a:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading a.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.panel-heading a{
	font-size: 16px;
}

.panel-body{
	font-weight: 500;
	font-size: 16px;
}
.panel-heading{
	padding: 15px;
}
a.fancybox img{
    margin-bottom: 20px;
}
.bottom-margin-sportovni{
    margin-bottom: 15px;
}
.container-fluid.virtual-padding{
    padding-top: 0;
    padding-bottom: 0;
}
.container-fluid.virtual-padding .container{
    margin-bottom: -5px;
}
.onas-photo-majitel img{
    float: left;
    margin-bottom: 25px;
    margin-right: 25px;
	border-radius: 50%;
	max-width: 170px;
}
.onas-photo-majitel h2{
    margin-top: 60px;
}

/*.vypis a.no-underline img{
	   -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    transition-property: transform;
    transition-duration: 1s;
}



.vypis a.no-underline:hover img{
 -webkit-animation-name: rotate; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate; 
    -moz-animation-duration: 1s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate; 
    animation-duration: 1s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
*/


.windows-rel{
	position: relative;
}
.windows-rel img{
	margin-bottom: 0;
}
.windows-rel .window{
	position: absolute;
	top:0;
	margin-left: auto;
	margin-right: auto;
	left: 5px;
	right: 0;
}
.win{
	margin-bottom: 100px;
}
.window-pic{
	position: relative;
	margin: 0 auto;
	top: 30px;
	  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

}
.windows-rel:hover .window-pic{
	-moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.vypis a.no-underline:hover{
	text-decoration: none;
}

/*Novinky set*/
.aktSet{
	min-height: 220px;
}
.newImageSet{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	min-height: 130px;
	padding-top: 20px;
}
.newImageSet img{
	border-radius: 50%;
}
.viceSet{
	float: right;
	font-weight: 700;
	font-size: 20px;
}

.novinka-detail .hover-box{
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}
.novinka-detail .hover-box a{
	display: inline-block;
	position: relative;
	
}
.novinka-detail .hover-box a:before{
	display: none;
	font-family: "FontAwesome";
	font-size: 45px;
	content: '\f002';
	color: #fff;
	background: rgba(187, 97, 54, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top: 0;
	align-items: center;
	justify-content: center;

}
.novinka-detail .hover-box a:hover:before{
	display: flex;
}

.novinka-detail .hover-box a img{
	max-width: 200px;
	margin-bottom: 0;
}
.newZpet{
	font-size: 20px;
	font-weight: 600;
}
.navbar-fixed-top{
	position: fixed !important;
}

a.stylNormalOdkaz{
	font-size: 16px;
	text-align: center;
	display: block;
}

.light-orange-bg h1.text-center{
	font-size: 40px;
}
.gall_padd{
	margin-top: 15px;
	margin-bottom: 15px;
}
.table-cena tr td:last-child{
	width: 20%;
	text-align: right;
}
.setBlankHeight{
	min-height: 250px;
    overflow-x: auto;
}
.setGall{
	margin-top: 10px;
	margin-bottom: 20px;
}
.setGall:hover a img{
	box-shadow: 1px 1px 3px 5px rgba(0, 0, 0, .3);
}
.setGall a{
	display: block;
	max-height: 140px;
	overflow: hidden;
}
.NadpFlex{
	margin-top: 10px;
	margin-bottom: 20px;
}
.setGall .text-center a, .NadpFlex h4{
	    min-height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.NadpFlex h4{
	min-height: 90px;
}
.detPhoto{
	margin-top: 10px;
	margin-bottom: 20px;
}
.detPhoto a, .detPhoto a img{
	margin: 0;
}
.detPhoto a{
	max-height: 140px;
	display: block;
	overflow: hidden;
}

.rez_button{
	color: #fff;
	font-size: 20px;
	background: #f16522;
	border: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.partner{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	min-height: 200px;
	
}
.partner img.img-responsive{
/*	max-height: 90px;*/
	margin: 0 auto;	
	margin-bottom: 10px;
}
.fotobox {
    margin-bottom: 25px;
}
.fotobox a {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 56%;
    overflow: hidden;
}

.fotobox a img, .fotobox a img.img-responsive {
    position: absolute;
    width: 105%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: unset !important;
}

.fotobox a:hover img, .fotobox a:hover img.img-responsive {
    width: 120%;
}

img.img-responsive {
    width: 100%;
}


/*.TitleOdkazPodBlok{
	font-weight: 600;
	display: inline-block;
	clear: both;
	margin-top: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 15px;
}
.TitleOdkazPodBlok:before{
	content: '\f072';
	font-family: 'FontAwesome';
	font-size: 12px;
	margin-right: 11px;
	color: #226df1;
}
.TitleOdkazPodBlok:hover, .TitleOdkazPodBlok:focus{
	color: #747474;
	text-decoration: none;
}*/


.TitleOdkazPodBlok{
	display: inline-block;
    background: #f16522;
    color: #fff;
    text-align: center;
	width: calc(100% - 15%);
    border-radius: 4px;
    /*margin-top: 10px;*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
	margin-left: 15px;
	margin-bottom: 10px;
}
.TitleOdkazPodBlok:before{
	content: '\f072';
	font-family: 'FontAwesome';
	font-size: 12px;
	padding-right: 11px;
	color: #fff;
}
.OdkazWebUniq{
	display: inline-block;
    background: #f16522;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    /*margin-top: 10px;*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
}
.OdkazWebUniq:hover, .OdkazWebUniq:focus{
	color: #fff;
	text-decoration: none;
	background: #ff833f;
}

.OdkazWebUniq:before{
	content: '\f072';
	font-family: 'FontAwesome';
	font-size: 12px;
	padding-right: 11px;
	color: #fff;
}

.TitleOdkazPodBlok.grey{
	background: #b2b2b2;
}




.TitleOdkazPodBlok:hover, .TitleOdkazPodBlok:focus{
	color: #fff;
	text-decoration: none;
	background: #ff833f;
}

.col-md-3.vypis ul{
	padding-left: 15px;	
}
.col-md-3.vypis ul li{
	padding-left: 18px;
	position: relative;
}
.white-bg .vypis ul li::before, .light-orange-bg .vypis ul li::before {
	margin-right: 0;
	left: 0px;
	top: 3px;
	position: absolute;
}

.col-md-3.col-sm-6.col-xs-12.vypis h1, .col-md-3.col-sm-6.col-xs-12.vypis h2{
	font-size: 23px;
}
.tandem-kroky ul{
	padding-left: 15px;	
}
.tandem-kroky ul li{
	position: relative;
}
.tandem-kroky ul li:before{
	position: absolute;
	left: -15px;
	top: 3px;
}
.tandem-kroky h3{
	margin-bottom: 15px;
}
.orange-but.tlacitkoZmensit a{
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 0;
	height: unset;
	width: unset;
	display: block;
	padding: 15px 15px;
}
hr{
	border-top: 1px solid #d2d2d2;
}
.set-flex a{
	display: flex;
	align-items: center;
	justify-content: center;
}
div.inv{
	height: 0px;
	overflow: hidden;
}


/* PARALAX NA ÚVODCE */




.pimg2{
    position:relative;
    opacity:0.80;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
  }
  
  
  .pimg2{
    background-image:url('../images/wingsuit.jpg');
    min-height:250px;
  }
  
  .ptext{
    position:absolute;
    top:70%;
    width:100%;
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align:center;
    color:#000;
    font-size: 16px;
  
  }
  
  .wingsuit {
    font-size: 20px;
    letter-spacing:1px;
    text-transform:uppercase;
  }


  .ptext .border{
    background-image:url('../images/light-orange-bg.jpg');
    color:#000;
    padding: 10px;
    border-radius: 4px;
  }
  
  .pptext .border.trans{
    background-color:transparent;
  }
  
  
  
  @media(max-width:568px){
    .pimg1, .pimg2, .pimg3{
      background-attachment:scroll;
    }
  }
  
/* PARALAX NA ÚVODCE - KONEC */
.video_new {
    height: 100vh;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.obal_textu {
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    height: 100%;
    min-height: 450px;
    justify-content: flex-end;
    align-items: center;
}

video.supervideo {
    min-width: 100%; 
    min-height: 100%;   
    width: auto;
    height: auto;  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
}

.spodnititulni {
    background: rgba(0, 0, 0, 0.65);
    padding: 2rem;
    max-width: 1170px;
    width: 100%;
}

.spodnititulni .prvniradek, .spodnititulni .druhyradek {
    display: flex;
    justify-content: center;
}

span.minw1 {
    display: inline-block;
    min-width: calc((clamp(20px, 2.5vw, 30px)) * 1.11);
    text-align: right;
    font-weight: 900;
}

span.minw {
    display: inline-block;
    min-width: calc((clamp(20px, 2.5vw, 30px)) * 3.2);
    text-align: right;
    font-weight: 900;
}

span.minw2 {
    display: inline-block;
    min-width: calc((clamp(20px, 2.5vw, 30px)) * 2.42);
    text-align: right;
    font-weight: 900;
}

.spodnititulni p {
    color: white;
    text-transform: uppercase;
    font-size: clamp(20px, 2.5vw, 30px);
    line-height: clamp(20px, 2.5vw, 30px);
    letter-spacing: 1px;
}


html body .upravax p{
    font-size: clamp(20px, 2.0vw, 30px) ;
}

.spodnititulni .prvniradek p {
    margin-bottom: 10px;
}

.spodnititulni .druhyradek p {
    margin-bottom: 0;
}


.spodnititulni .prvniradek p.nejvetsi {
    font-size: clamp(20px, 2.5vw, 33px);
    font-weight: 900;
    line-height: clamp(30px, 2.5vw, 40px);
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
}
.spodnititulni .druhyradek p.skaceme {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px;
}

p.predelovak {
    margin: 0 20px;
    width: 3px;
    height: clamp(20px, 2.5vw, 30px);
    display: block;
    background: #ff833f;
}
video.supervideo.mobile {
    display: none;
}

a.fb_right {
    display: block;
    position: fixed;
    right: -20px;
    top: 170px;
    background: rgb(0,98,224);
    background: linear-gradient(0deg, rgba(0,98,224,1) 0%, rgba(25,175,255,1) 100%);
    padding: 7px 27px 7px 7px;
    z-index: 99;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: 0.3s all ease-in;
}

a.fb_right svg {
    width: 30px;
    height: 30px;
    display: block;
}
a.fb_right:hover, a.inst_right:hover, a.what_right:hover {
    right: 0;
}




a.inst_right {
    display: block;
    position: fixed;
    right: -20px;
    top: 220px;
    background: white;
    padding: 7px 27px 7px 7px;
    z-index: 99;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: 0.3s all ease-in;
}
a.inst_right img {
    width: 30px;
    height: 30px;
    display: block;
}


a.what_right {
    display: block;
    position: fixed;
    right: -20px;
    top: 270px;
    background: white;
    padding: 7px 27px 7px 7px;
    z-index: 99;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: 0.3s all ease-in;
}
a.what_right img {
    width: 30px;
    height: 30px;
    display: block;
}







.tlacitka_new {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 45px;
}

a.cta, a.cta2 {
    display: inline-block;
    background: #f16522;
    border: 1px solid #f16522;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    border-radius: 4px;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

a.cta:hover {
    color: #fff;
	text-decoration: none;
	background: #ff833f;
}

a.cta2 {
    background: white;
    color: #f16522;
}

a.cta2:hover {
	text-decoration: none;
	background: #f16522;
    color: white;
}


a.cta.natit {
    margin-right: 30px;
}
a.cta.natit i.fa-cart-plus,
a.cta2.natit i.fa-clock-o {
    margin-right: 12px;
}



a.bannerovy {
    display: block;
    width: 100%;
     max-width: 1170px;
    margin: 150px auto auto auto;
}

a.bannerovy img {
    width: 100%;
    height: auto;
}








/* VYHLÍDKOVÉ LETY */

section.vl_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #B2B2B2;
}
section.vl_top .box_left.zcenter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
section.vl_top a.btn_rezervace {
    margin-top: 2rem;
    margin-bottom: 1rem;
    min-width: 183px;
}
section.vl_top .box_left, section.vl_top .box_right {
    flex-basis: 48%;
    overflow: hidden;
}

section.vl_top.spodnireklama {
    max-width: 1140px;
    margin: auto;
    padding: 6rem 30px;
}

section p, section.extrasmall ol li {
    font-size: 20px;
}

section ul li {
    font-size: 20px;
}


.max320 {
    max-width: 320px;
}

h2.new {
    color: #000000;
    text-transform: none;
    font-weight: 700;
    position: relative;
    padding-left: 45px;
    margin-bottom: 22px;
}

h2.black {
    color: #000;
    font-weight: 700;
}

h3.black {
    font-size: 23px;
    color: #000;
    font-weight: 700;
    text-transform: none;
}

h2.new::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

h2.new.darek::before {
    background: url('../images/daruj_ikona.svg') center/cover no-repeat;
}

h2.new.letame::before {
    background: url('../images/letani_ikona.svg') center/cover no-repeat;
}

h2.new.zvolsi {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 85px;
}

h2.new.zvolsi.smargin {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
h2.new.zvolsi.modre, h2.new.zvolsi.bile {
    margin-top: 80px;
    margin-bottom: 30px;
}

h2.new.zvolsi.dole {
    margin-top: 25px;
    margin-bottom: 40px;
    text-align: left;
}

h2.new.zvolsi span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../images/zazitek_ikona.svg') center/cover no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(-134%, -50%);
}
h2.new.zvolsi.modre span {
    background: url('../images/zazitek_ikona_blue.svg') center/cover no-repeat;
}

h2.new.zvolsi.bile span {
    background: url('../images/zazitek_ikona_bile.svg') center/cover no-repeat;
}


ul.letadlo {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

ul.letadlo li {
    flex-basis: 48%;
    font-size: 20px;
}

ul.letadlo li:before {
    color: #B2B2B2;
}
p.mb50 {
    margin-bottom: 50px;
}
img.cessna {
    width: 100%;
    position: relative;
    animation-name: cessna;
    animation-duration: 4s;
}

@keyframes cessna {
    0%   {left: -600px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

img.cessna.zprava {
    width: 100%;
    position: relative;
    animation-name: cessna2;
    animation-duration: 4s;
}

@keyframes cessna2 {
    0%   {right: -600px; opacity: 0;}
    100% {right: 0px; opacity: 1;}
}





section.boxy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.boxy.rozcestnik {
    max-width: 1170px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.vrozc {
    margin-top: 60px;
}

section.boxy a {
    flex-basis: 28%;
    box-shadow: 0px 0px 10px #00000029;
    position: relative;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
}

section.boxy.rozcestnik a {
    flex-basis: 24%;
    background: white;
}

section.boxy.rozcestnik a.noa {
    cursor: not-allowed;
    pointer-events: none;
}
section.boxy.rozcestnik a.noa:hover .obalobr img {
    width: 115%;
}
section.boxy.rozcestnik a span.viceinfo {
    margin-top: 20px;
}
span.sletadlem {
    color: #1d1d1b;
    font-size: 20px;
    display: block;
    padding: 0 15px 10px 40px;
    position: relative;
    margin-bottom: 0;
    min-height: 55px;
    line-height: 22px;
}
span.sletadlem::before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 6px;
    background: url('../images/rozcestnik/ikona_letadlo.svg') center/cover;
}

section.boxy a span.doba {
    display: inline-block;
    padding: 8px 16px;
    background: #232323;
    color: white;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(20px, -50%);
    z-index: 1;
    transition: 0.3s all ease-in;
}

section.boxy a .obalobr {
    padding-top: 50%;
    overflow: hidden;
    position: relative;
}

section.boxy a .obalobr img {
    width: 115%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all ease-in;
}

section.boxy a span.pojmenovani {
    display: block;
    padding: 20px;
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

section.boxy a span.pojmenovani strong {
    font-size: 28px;
}

section.boxy a span.cenaletu {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    padding: 0 20px 20px 20px;
}

section.boxy a span.viceinfo {
    display: block;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 1px solid #F16522;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    transition: 0.3s all ease-in;
    margin-top: auto;
}

section.boxy a:hover {
    text-decoration: none;
}

section.boxy a:hover .obalobr img {
    width: 130%;
}

section.boxy a:hover span.viceinfo,
section.boxy a:hover span.doba {
    background: #F16522;
    color: white;
}

section.vl_top.rezerv {

    border-top: 1px solid #B2B2B2;
    border-bottom: 0;
    padding-top: 30px;
}

section.vl_top.rezerv .box_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

section.vl_top.rezerv .box_right h2.new {
    padding-left: 0;
}

section.vl_top.rezerv .box_right h2.new span.thin {
    font-weight: 400;
    font-size: 28px;
}
a.btn.cool {
    font-size: 20px;
    font-weight: 600;
}
a.btn_rezervace {
    display: inline-block;
    padding: 10px 30px 10px 40px;
    position: relative;
    border: 1px solid #F16522;
    background: #F16522;
    color: white;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s all ease-in;
    cursor: pointer;
}

a.btn_rezervace::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/rezervace-ikona.svg') center/cover no-repeat;
}

a.btn_rezervace:hover {
    background: #ff833f;
    text-decoration: none;
}

a.btn_rezervace.dokosiku::before {
    background: url('../images/kosik_ikona.svg') center/cover no-repeat;
}

.boxy_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 6rem;
}

.boxy_flex .boxletadlo {
    flex-basis: 28%;
    box-shadow: 0px 0px 10px #00000029;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.boxy_flex .boxletadlo .obalobr {
    padding-top: 50%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.boxy_flex .boxletadlo .obalobr img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all ease-in;
}

span.pojmenovani {
    font-size: 28px;
    font-weight: 700;
    padding: 20px;
}
span.popisletadla {
    font-size: 20px;
    padding: 0 20px 20px 20px;
    font-weight: 500;
}
.boxy_flex .boxletadlo a.viceinfo {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 5px 15px 5px 0;
    text-decoration: underline;
    transition: 0.3s all ease-in;
    font-size: 20px;
    font-weight: 700;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.1em;
}
.boxy_flex .boxletadlo a.viceinfo:hover {
    padding-left: 15px;
    background: #f16522;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.max800 {
    max-width: 800px;   
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

section.parallax2 {
    padding: 5px 30px;
    background-image: url('../images/mraky_pozadi_jpg2.jpg');
    min-height: 100vh; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.flex_zazitky {
    box-shadow: 0px 0px 10px #00000029;
    position: relative;
    max-width: 770px;
    margin: 0 auto 80px auto;
}

.boxkamletet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.boxkamletet span.popis2 {
    display: inline-block;
    padding: 8px 16px;
    background: #232323;
    color: white;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(20px, -50%);
    z-index: 1;
    transition: 0.3s all ease-in;
}

.boxkamletet .obalobrazek {
    flex-basis: 35%;
    padding-top: 22%;
    position: relative;
    overflow: hidden;
}

.boxkamletet .obalobrazek img {
    height: 101%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.boxkamletet .textiky {
    background: white;
    flex-basis: 65%;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.boxkamletet .textiky p.jmenovka {
    flex-basis: 60%;
    font-size: 28px;
    font-weight: 500;
}

.boxkamletet .textiky span.minutka {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}
.boxkamletet .textiky span.minutka::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/ikona_cas_25px.svg') center/cover no-repeat;
}


.boxkamletet .textiky .obalacka {
    flex-basis: 100%;
    text-align: right;
}

details.vzazitku {
    background: white;
    position: relative;
    transition: 0.3s all ease-in;
    border-top: 1px solid #ffffff00;
}

details.vzazitku summary {
    position: absolute;
    top: -50px;
    left: calc(35% + 30px);
    color: #F16522;
    text-decoration: underline;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s all ease-in;
}

details > summary::-webkit-details-marker {
    display: none;
}

details.vzazitku summary span.sipkadetails {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    transform: translateY(4px);
    background: url('../images/ikona_sipka_rozbalovak_22px.svg') center/cover no-repeat;
    transition: 0.3s all ease-in;
}

details.vzazitku summary:hover {
    text-decoration-thickness: max(2px, 0.1625rem);
    text-underline-offset: 0.1em;
}
details.vzazitku[open] summary span.sipkadetails {
    transform: rotate(180deg) translateY(-4px);
}
details.vzazitku[open] {
    border-top: 1px solid #00000029;
}

details.vzazitku p {
    padding: 35px;
}

section.prubeh {
    padding: 6rem 30px;
}
.flex_prubeh {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1140px;
    margin: auto;
}
.contain {
    padding-top: 5rem;
    max-width: 1140px;
    margin: auto;
}
.obalodkazy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 40px;
}
.obalodkazy a.aletiste {
    font-size: 16px;
    flex-basis: 50%;
    margin-left: 0;
    margin-bottom: 10px;
}

.bbgrey {
    padding-bottom: 5rem;
    border-bottom: 1px solid #B2B2B2;
}
.flex_prubeh .boxleft, .flex_prubeh .boxright {
    flex-basis: 50%;
} 

.flex_prubeh .boxleft img, .flex_prubeh .boxright img {
    width: 100%;
    height: auto;
}
.bpl {
    padding-left: 40px;
}
.flexodletova {
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flexodletova .boxleft {
    flex-basis: 40%;
}
.flexodletova .boxright {
    flex-basis: 55%;
}
.flex_prubeh .boxfull {
    flex-basis: 100%;
}

.flexcolumn {
    display: flex;
    flex-direction: column;
}

.flexodletova .boxright img {
    width: 100%;
    height: auto;
}
a.aletiste {
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    text-decoration: underline;
    padding-left: 35px;
    position: relative;
    transition: 0.3s all ease-in;
}

a.aletiste::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/ikona_letiste_25px.svg') center/cover no-repeat;
    transition: 0.3s all ease-in;
}
a.aletiste.prostejov::before {
    background: url('../images/ikona_domovske_letiste_25px.svg') center/cover no-repeat;  
}
a.aletiste:hover {
    text-decoration-thickness: max(2px, 0.1625rem);
    text-underline-offset: 0.1em;
}
a.aletiste:hover::before {
    transform: translateY(-50%) scale(1.2);
}
a.mapaletiste {
    display: block;
    position: relative;
}
a.mapaletiste::before {
    content: '';
    width: 49px;
    height: 49px;
    position: absolute;
    background: #F16522;
    left: 0;
    bottom: 0;
    transition: 0.3s all ease-in;
}
a.mapaletiste::after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: url('../images/lupa.png') center/cover no-repeat;
    transition: 0.3s all ease-in;
}
a.mapaletiste:hover::before {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}



a.fancybox.mapaletiste img {
    margin-bottom: 0;
}
a.fancybox.mapaletiste.maxh img {
    max-height: 350px;
    object-fit: cover;
}


h2.new.zvolsi.letiste {
    text-align: left;
    margin-top: 0;
    margin-bottom: 25px;
}
h2.new.zvolsi.letiste.prostejov {
    margin-bottom: 5px;
}
h2.new.zvolsi.letiste::before {
    background: url('../images/ikona_letiste_25px.svg') center/cover no-repeat;
}
h2.new.zvolsi.letiste.prostejov::before {
    background: url('../images/ikona_domovske_letiste_25px.svg') center/cover no-repeat;
}

h3.domovske {
    margin-top: 0;
    padding-left: 45px;
    color: #000;
    font-size: 22px;
    margin-bottom: 30px;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb3 {
    padding-bottom: 3rem;
}
.pt8 {
    padding-top: 8rem;
}

.pt6 {
    padding-top: 6rem;
}

.pt12 {
    padding-top: 12rem !important;
}
.mb8 {
    margin-bottom: 8rem !important;
}
.mt5 {
    margin-top: 5rem !important;
}
.mb5 {
    margin-bottom: 5rem;
}


.mb8 {
    margin-bottom: 8rem;
}

.photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}

.photos a {
    display: block;
    flex-basis: 24.5%;
    padding-top: 16%;
    position: relative;
    transition: 0.3s all ease-in;
    overflow: hidden;
    margin-bottom: 10px;
}
.photos.jendva a {
    flex-basis: 49%;
    padding-top: 32%;
}

.photos a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #F16522;
    left: 0;
    bottom: 0;
    transition: 0.3s all ease-in;
    opacity: 0;
    z-index: 100;
}

.photos a::after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/lupa.png') center/cover no-repeat;
    transition: 0.3s all ease-in;
    opacity: 0;
    z-index: 101;
}

.photos a:hover::before {
    opacity: 0.5;
} 

.photos a:hover::after {
    opacity: 1;
}

.photos a img {
    height: 117% !important;
    width: auto !important;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.1s all ease-in;
}
.photos a:hover img {
    height: 122% !important;
}
p.upozorneni {
    background: #F1652226;
    position: relative;
    padding: 40px 20px 40px 30px;
    max-width: 1050px;
    margin: 4rem auto;
}
p.upozorneni::before {
    content: '';
    width: 10px;
    height: 100%;
    background: #F16522;
    position: absolute;
    left: 0;
    top: 0;
}

section.padding {
    padding-left: 30px;
    padding-right: 30px;
}

section img {
    width: 100%;
    height: auto;
}

section.pozadiletadlo {
    padding-top: 1px;
    background: url('../images/pilotem_na_zkousku/foto_velke.webp') bottom/cover no-repeat;
    padding-bottom: 450px;
}

section.noborder {
    border-bottom: none !important;
}

p.tucne {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
section.pilot {
    padding-top: 5rem;
}
section.pilot img.letadlo8 {
    float: right;
    width: 40vw;
    max-width: 680px;
    height: auto;
    shape-outside: url('../images/soukromy-pilot/foto_letadlo_pilotem_na_zkousku_orez.png')
}


.texty {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8rem;

}

ul.ulseda {
    padding-left: 0;
    list-style-type: none;
}

ul.ulseda li {
    font-size: var(--font);
    position: relative;
    padding-left: 21px;
    padding-bottom: 5px;
    line-height: calc(1.4 * var(--font));
}

ul.ulseda li::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(0.4 * var(--font));
    background: #B2B2B2;
}

.flexvycvik {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 8rem auto;
}

.flexvycvik .boxv {
    flex-basis: 48%;
    background: white;
    box-shadow: 0px 0px 10px #00000029;
    position: relative;
}

.flexvycvik .boxplnej {
    flex-basis: 100%;
    background: white;
    box-shadow: 0px 0px 10px #00000029;
    position: relative;
}

.flexvycvik span.oranzova {
    display: inline-block;
    background: #F16522;
    color: white;
    font-size: calc(1.2 * var(--font));
    font-weight: 600;
    position: absolute;
    left: 25px;
    top: 0;
    transform: translateY(-50%);
    padding: 10px 30px;
    z-index: 10;
}
.flexvycvik .okraj {
    padding: 20px;
}

.flexvycvik h2.black {
    font-size: 28px;
}
.flexvycvik .boxv {
    margin-bottom: 60px;
}

.flexvycvik .boxv img {
    height: 180px;
    object-fit: cover;
}

.flexvycvik .boxplnej {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: white;
}

.flexvycvik .boxplnej .obalimg {
    flex-basis: 48%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.flexvycvik .boxplnej .obalimg img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flexvycvik .boxplnej .okraj {
    flex-basis: 48%;
}

section.white {
    padding: 8rem 15px 0 15px;
}

details.pilot {
    background: white;
    position: relative;
    transition: 0.3s all ease-in;
    box-shadow: 0px 0px 10px #00000029;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 5rem auto;
}

details.pilot summary {
    color: white;
    background: #F16522;
    text-decoration: underline;
    cursor: pointer;
    font-size: 23px;
    transition: 0.3s all ease-in;
    position: relative;
    padding: 10px 35px;
    font-weight: 600;
}

details.pilot summary::after {
    content: '';
    width: 75px;
    height: 75px;
    background: url('../images/ikona_letadlo_rozbalovak.svg') center/cover no-repeat;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(50%, -50%);
}

details.pilot summary span.sipkadetails {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/ikona_sipka_rozbalovak_22px_white.svg') center/cover no-repeat;
    transition: 0.3s all ease-in;
}

details.pilot summary:hover {
    text-decoration-thickness: max(2px, 0.1625rem);
    text-underline-offset: 0.1em;
}

details.pilot[open] summary span.sipkadetails {
    transform: rotate(180deg) translateY(50%);
}

details.pilot p {
    padding: 35px;
}

span.nadpis5 {
    font-weight: 600;
    font-size: calc(1.2 * var(--font));
}

table.cenikova {
    width: 100%;
    margin-bottom: 40px;
}

table.cenikova td {
    padding: 6px 10px;
    border: 1px solid #C7C7C7;
    font-size: var(--font);
}
table.cenikova td.textova {
    width: 70%;
}
table.cenikova td.cenova {
    text-align: right;
    width: 30%;
}

table.cenikova tr.celkova td {
    font-weight: 700;
}

a.cta2.rezervujsi {
    display: inline-block;
    padding: 10px 30px 10px 23px;
    position: relative;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s all ease-in;
    cursor: pointer;
}

a.cta2.rezervujsi .fa {
    margin-right: 8px;
}

h2.vleteckych {
    font-size: 29px;
    margin-top: 0;
}

.obaltlacitek.dole {
    display: flex;
    flex-wrap: wrap;
    max-width: 385px;
    padding-top: 2rem;
}

.obaltlacitek.dole a {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.flexletadla {
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.flexletadla h2.new.zvolsi {
    flex-basis: 100%;
}

.flexletadla .box2 {
    flex-basis: 48%;
}

.flexletadla .box2.vpravo {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.flexletadla .box2.vpravo a.cta {
    padding-left: 45px;
    padding-right: 45px;
}

table.klasik {
    width: 100%;
}

table.klasik tr td {
    font-size: var(--font);
    border: 1px solid #C7C7C7;
    padding: 5px 10px;
}
table.klasik tr td:nth-child(2) {
    text-align: right;
}

.photos.uletadel {
    margin-top: 0;
}

.photos.uletadel a {
    flex-basis: 49%;
    padding-top: 32%;
}
.photos.uletadel a:nth-child(1) {
    flex-basis: 100%;
    padding-top: 60%;
}

.photos.uletadel a img {
    height: 120%;
}

.photos.uletadel a:hover img {
    height: 125%;
}

section#cessna150, section#turbolet {
    padding-top: 80px;
}
section#turbolet {
    margin-bottom: 80px;
}


/* makej vložené media */
@media screen and (min-width: 651px) {

section.boxy a.horizontal {
    flex-basis: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 20px;
}


section.boxy a.horizontal .obalobr {
    grid-column: 1/2;
    grid-row: 1/3;
}

section.boxy a.horizontal span.pojmenovani {
    grid-column: 2/4;
    grid-row: 1/2;
}
section.boxy a.horizontal span.cenaletu {
    grid-column: 2/3;
    grid-row: 2/3;
}  
section.boxy a.horizontal span.viceinfo {
    grid-column: 3/4;
    grid-row: 2/3;
    max-width: 280px;
    margin-right: 20px;
}  
}

/* konec */

/* DETAIL LETU */

section.let_detail {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

section.let_detail .box_let {
    flex-basis: 46%;
}

section.let_detail .box_let img {
    width: 100%;
    height: auto;
}


h3.let {
    color: #000000;
    font-size: 21px;
    margin-bottom: 6px;
    line-height: 1.3em;
}

h1.let {
    color: #000;
    font-weight: 700;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 30px;
}

h1.let span {
    font-size: 0.8em;
    font-weight: 600;
}

p.dobaletu, p.cenaosoba {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 30px;
}
p.cenaosoba {
    margin-top: 45px;
    font-size: 35px;
    font-weight: 700;
}

p.dobaletu::before, p.cenaosoba::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);  
}

p.dobaletu::before {
    background: url('../images/delka_letu_ikona.svg') center/cover no-repeat;
}
p.cenaosoba::before {
    background: url('../images/cena_ikona.svg') center/cover no-repeat;
}

section.let_detail .box_let.vpravo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

section.let_detail .box_let.vpravo img:nth-of-type(1) {
    flex-basis: 100%;
    margin-bottom: 4%;
}

section.let_detail .box_let.vpravo img:nth-of-type(2),
section.let_detail .box_let.vpravo img:nth-of-type(3),
section.let_detail .box_let.vpravo img:nth-of-type(4),
section.let_detail .box_let.vpravo img:nth-of-type(5) {
flex-basis: 48%;
width: 48%;
margin-bottom: 4%;
}

section.let_detail .box_let.vpravo p.cenaosoba,
section.let_detail .box_let.vpravo .obaltlacitko {
    flex-basis: 100%;
}


form.obj_letu {
    max-width: 880px;
    width: 100%;
    margin: 0 auto 50px auto;
    box-shadow: 0px 0px 10px #00000029;
    padding: 30px;
}

h2.formnadpis {
    text-align: center;
    color: #000;
    position: relative;
    font-weight: 700;
}
h2.formnadpis img {
    height: 0.9em;
    margin-top: -0.1em;
}

.obal_checkboxy {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #E1E1E1;
}
.obal_checkboxy.prvni {
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.box_checkboxy {
    flex-basis: 17%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box_checkboxy.vetsi {
    flex-basis: 45%;
    flex-direction: row;

}


p.cenovka {
    flex-basis: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    padding: 20px;
    margin-top: 45px;
    margin-bottom: 40px;
    background: #E1E1E1;
}

p.cenovka_celkem {
    flex-basis: 100%;
    font-size: 20px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
}

.vyplnit_udaje {
    flex-basis: 100%;
}


.box_checkboxy label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    font-size: 40px;
    font-weight: 700;
    color: #f16522;
}

label.zpdopravy {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}


.vyplnit_udaje .boxpul.end {
    align-items: flex-end;
}

.box_checkboxy.vetsi label {
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 20px;
}
.box_checkboxy.vetsi:nth-of-type(1) label,
.box_checkboxy.vetsi:nth-of-type(3) label {
    justify-content: flex-start;
}
.box_checkboxy.vetsi span.chbox {
    margin-left: 10px;
}


label span.chbox, 
label.zpdopravy span.chboxa {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #f16522;
    background: white;
    position: relative;
    transition: 0.3s all ease-in;
}


label.zpdopravy img {
    max-width: 100px;
}
label.zpdopravy span.labelnazev {
    font-size: 25px;
    padding: 0 15px;
}

label span.chbox::before,
label.zpdopravy span.chboxa::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/krizek.svg') center/cover no-repeat;
    display: none;
}

.box_checkboxy input[type=radio]:checked ~ span.chbox::before,
label.zpdopravy input[type=radio]:checked ~ span.chboxa::before {
    display: block;
}
.box_checkboxy input[type=radio]:checked ~ span.chbox,
label.zpdopravy input[type=radio]:checked ~ span.chboxa {
    background: #f6d6c7;
}

.box_checkboxy input[type=radio],
label.zpdopravy input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}


.box_checkboxy label:hover span.chbox,
label.zpdopravy:hover span.chboxa {
    background: #f6d6c7;
    cursor: pointer;
}

.vyplnit_udaje {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.vyplnit_udaje h2.formnadpis,
.vyplnit_udaje .boxfull {
    flex-basis: 100%;
}
.vyplnit_udaje .boxfull.linka {
    border-bottom: 1px solid #E1E1E1;
}

.vyplnit_udaje .boxfull.vnoreny {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#adresadodani {
    display: none;
}


.vyplnit_udaje h2.formnadpis {
    margin-bottom: 30px;
}

.vyplnit_udaje .boxpul {
    flex-basis: 48%;
}

.vyplnit_udaje .boxpul.doprava {
    align-items: flex-end;
}

.vyplnit_udaje .boxfull,
.vyplnit_udaje .boxpul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
}
.vyplnit_udaje .boxfull.centrujto {
    align-items: center;
}
.vyplnit_udaje .boxfull.centrujto.captch {
    margin-bottom: 30px;
}
.sca {
position: relative;
}

.vyplnit_udaje .boxfull input, 
.vyplnit_udaje .boxpul input,
.vyplnit_udaje .boxfull textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}
.vyplnit_udaje .boxpul.doprava p.cenovka_celkem {
    margin-top: 20px;
    margin-bottom: 30px;
}
input.tlacitko_lety {
    background: #f16522;
    color: white;
    border: none;
    font-size: 20px !important;
}

.obal_platnost {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.obal_platnost input[type=checkbox] {
    width: 30px;
}



button.fix { 
-webkit-appearance: none;
    background: #f16522;
    color: white;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
    height: 60px;
    font-size: 24px;
    min-width: 200px;
    text-align: center;
    line-height: 0;
}

.boxfoto2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.boxfoto2 a {
    position: relative;
    flex-basis: 45%;
    padding-top: 20%;
    overflow: hidden;
    transition: 0.3s all ease-in;
    margin-bottom: 20px;
}
.boxfoto2 a img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    transition: 0.3s all ease-in;
}
.boxfoto2 a:hover img {
    width: 110%;
}
.fancybox-margin {
    margin-right: auto !important;
}
/* VYHLÍDKOVÉ LETY - KONEC 
*/

.termsfeed-com---nb-simple {
    width: 100%;
    max-width: 350px;
}

.termsfeed-com---palette-light .cc-nb-reject {
    color: black;
    background: #eaeaea;
}

.termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-cp-foot-save {
    background-color: #f16522;
}

.termsfeed-com---palette-light .cc-nb-okagree {
    min-width: 90px;
}

@media (max-width: 320px), (max-height: 480px) {

.termsfeed-com---nb-simple {
     
        height: unset;
        
}

}


/* SLIDER -TITULKA 
*/

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}

}


.slider {
	background: white;
	height: 150px;
	margin: 0 auto 50px auto;
	overflow:hidden;
	position: relative;
	width: 100%;
}
	.slider::before,
	.slider::after {
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		content: "";
		height: 150px;
		position: absolute;
		width: 200px;
		z-index: 2;
	}
	

	.slider::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

	.slider::before {
		left: 0;
		top: 0;
	}
	
	.slide-track {
		animation: scroll 20s linear infinite;
		display: flex;
		width: calc(250px * 14);
	}
	
	.slide {
		height: 150px;
		width: 250px;
	}
    img.zazemiobr {

        max-width: 163px;
    }

/* SLIDER -TITULKA - KONEC 
*/

.g-recaptcha.vobj {
    margin-bottom: 30px;
}


/* LOKAČNÍ */

video.lokacnivideo {
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}


h2.utand {
    font-size: 24px;
    padding-left: 0;
    margin-bottom: 16px;
 
}
section.lokacni {
    padding: 0 30px;
}

.flex_lokacni {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1140px;
    margin: auto;
}
.flex_lokacni .boxleft, .flex_lokacni .boxright {
    flex-basis: 48%;
}

section.bloky-reference {
    display:grid;

    grid-template-columns: repeat(2, 1fr);
    grid-gap:50px;
    font-size: 16px;
    margin-bottom: 4rem;
}

section.bloky-reference > div {
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0px 0px 10px #0000001A;
    padding: 30px;

}

section.bloky-reference > div section.grid {
    display: grid;
    grid-template-columns: max-content auto;
    column-gap: 15px;
}

section.bloky-reference > div div.img {
    grid-column: 1;
    grid-row: 1;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: purple;
    border-radius: 100px;
    font-size: 18px;
    width: 40px;
    aspect-ratio: 1/1;

}

section.bloky-reference > div:nth-of-type(1) div.img {
    background-color: orange;
}

section.bloky-reference > div:nth-of-type(2) div.img {
    background-color: lightblue;
}

section.bloky-reference > div:nth-of-type(3) div.img {
    background-color: pink;
}



section.bloky-reference > div p.name {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: center;
    font-size: clamp(1em, 1.1vw, 1.2em);
    line-height: 1.9rem;
    padding-top: 4px;
}

p.name span.name1 {
    font-weight: 600;
}
p.name span.name2 {
color: #5e5e5e;
font-size: 15px;
}


section.gdruhy {
    margin-top: 1rem;
    margin-bottom: 1.3rem;
}



section.bloky-reference > div section.reference-hodnoceni {
    grid-column: 1;
    grid-row: 2;

    width: 80px;
    display: block;
    background: url(../../img/ikona_hvezdy_115x18.svg) left/contain no-repeat;


}

section.bloky-reference > div p.reference-date {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 15px;
}

section.bloky-reference > div p.recenze {
    grid-column: span 2;
    grid-row: 3;

    font-size: 16px;
}

.flexznameni {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 8rem;
}

.flexznameni .boxzna {
    flex-basis: 65%;
}
.flexznameni .boxzna h3 {
    margin-bottom: 2.5rem;
}
.flexznameni .boxzna_pravy {
    flex-basis: 27%;
}
.flexznameni h3 {
    margin-top: 0;
}
section.fotky {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.fotky img {
    display: block;
    width: 19.75%;
    height: 12vw;
    object-fit: cover;
}

section.extrasmall {
    max-width: 850px;
    margin: auto;
}

.sedepozadi {
    background: #f0efef;
}

.mt3 {
    margin-top: 3rem;
}
section.soutezni h2, section.soutezni h3 {
    color: #1d1d1b;
    text-transform: none;
    font-weight: 800;
}
section.soutezni h2 {
    max-width: 674px;
    margin: 0 auto 4rem auto;
}

ol.f {
    padding-left: 17px;
}

ol.f li {
    padding-left: 10px;
    margin-bottom: 15px;
}

p.obdelnik {
    padding: 2rem 4rem;
    border: 1px solid #F16522;
    text-align: center;
}

form.anketni {
    background: white;
    padding: 2rem 4rem;
    border: 1px solid #E2E2E2;
}
.otazka {
    padding: 4rem 0;
    border-bottom: 1px solid #E2E2E2;
}

.obalradio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 3rem;
}

.obalradio label {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    cursor: pointer;
}
.obalradio label input[type=radio] {
    width: 19px;
    height: 19px;
    margin-right: 5px;
    cursor: pointer;
}

.mb3 {
    margin-bottom: 3rem;
}

p.otazkova {
    display: flex;
    align-items: flex-start;
    font-weight: 800;
    margin-bottom: 16px;
}

p.otazkova span {
    margin-right: 16px;
   
}

.formulare {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.formulare .boxfull {
    flex-basis: 100%;
}

.formulare .box2 {
    flex-basis: 46%;
    padding-bottom: 2rem;
}
.formulare .box2 label {
    display: flex;
    flex-direction: column;

}
.formulare .box2 label input {
    padding: 0.75rem 1rem;
}

input[type=submit].cta {
    background: transparent;
    color: white;
    width: 100%;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    padding: 2rem 5rem 2rem 4rem;
    border: 0;
    text-align: left;
    position: relative;
    z-index: 10;
    line-height: 20px;
}
.obalsubmitu {
    position: relative;
    border-radius: 10px;
    background: #F16522;
    transition: 0.3s all ease-in;
}

.obalsubmitu:hover {
    background: #ff833f;
}

.obalsubmitu::after {
    content: '';
    width: 1.5rem;
    height: 1.7rem;
    background: url('https://wc2024.jump-tandem.cz/img/wc/ikona_cta_30x34.svg') center/cover no-repeat;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
 
}


@media screen and (max-width:850px) {
    section.bloky-reference {
        grid-template-columns: 1fr;
    }
}


section.atmosfera-galerie{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 10px;

    margin-bottom: clamp(60px, 10vw, 140px);

}

section.atmosfera-galerie img{
    margin: 0;

}

@media screen and (max-width:1000px) {
    section.atmosfera-galerie{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
}

@media screen and (max-width:600px) {
    section.atmosfera-galerie{
        grid-template-columns: repeat(2, 1fr);
    }
    .formulare .box2 {
        flex-basis: 100%;
    }
    .formulare {
        max-width: 367px;
    margin: auto;
    }

}

@media screen and (max-width:400px) {
    section.atmosfera-galerie{
        grid-template-columns: repeat(1, 1fr);
    }

    section.atmosfera-galerie a {
        pointer-events: none;
    }
}


h3.padd {
    margin-bottom: 40px;
}


section.bezpeci {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:50px
}

section.bezpeci img {
    aspect-ratio: 2/1;

    overflow: hidden;
    object-fit: cover;
    object-position: 0% 20%;
}

section.bezpeci section.bezpeci_text {
    background-color: #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    padding: 30px 20px
}

section.bezpeci section.bezpeci_text ul {
    list-style-type: disc;
    padding-left: 20px;
}

section.bezpeci section.bezpeci_text ul li::before {
    display: none;
}




section.bezpeci section.bezpeci_text::before {
    content: '';
    position: absolute;
    top:50%;
    left:0;
    transform: translateX(-100%) translateY(-50%);

    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: calc(2 * 20px * 0.866) solid #E1E1E1;
    border-top: 20px solid transparent;
    display: inline-block;
}

@media screen and (max-width:1000px) {
    section.bezpeci {
        grid-template-columns: 1fr;

    }

    section.bezpeci section.bezpeci_text::before {
        top:0%;
        left:50%;
        transform: translateX(-50%) translateY(-100%);
    
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: calc(2 * 20px * 0.866) solid #E1E1E1;
        border-top: 20px solid transparent;
        display: inline-block;
    }
}

@media screen and (max-width:700px) {
    section.bezpeci img {
        object-position: 0% 20%;
    }
}


section.jdu_do_toho {
    background: #F16522 0% 0% no-repeat padding-box;
    border: 2px solid #F16522;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 51px;
    gap:8px;

    margin-top: clamp(50px, 10vw, 120px);
}


section.jdu_do_toho h1, section.jdu_do_toho p {
    color: white;
    text-align: center;
}

section.jdu_do_toho a {
    background-color: white;
}


@media screen and (max-width:400px) {
    section.jdu_do_toho h1{
        font-size: 24px;
    }

    section.jdu_do_toho {
        padding-inline: 20px;
    }
}

@media screen and (max-width:350px) {
    section.jdu_do_toho a{
        font-size: 12px;
    }
}




body .lokacni p, section ul li {
font-size: var(--font);
}
.pt3 {
    padding-top: 3rem;
}
.max800 {
    max-width: 800px;
    margin: auto;
}

.mb2 {
    margin-bottom: 2rem;
}


@media (min-width: 769px){
.navbar-collapse.collapse {
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end;
}
}


@media screen and (min-width: 992px){

  .aktSet {
    padding-right: 50px;
    padding-left: 50px;
}
  

}

@media screen and (max-width: 1200px){


    :root {
        --font: 16px;
    }

    a.bannerovy {

        max-width: 970px;
        margin-top: 110px;
    }

    .navbar-nav li a{
        font-size: 14px;
    }
    .nav>li>a{
        padding: 10px 10px;
    }
    .pocet-skoku .lidi{
        line-height: 1;
    }
    p, .white-bg ul li, .light-orange-bg ul li, .white-bg ol li, .light-orange-bg ol li{
        font-size: 16px;
    }
	.nav.nav-tabs li{
		font-size: 13px;
	}
	.nav.nav-tabs li a{
		padding: 10px;
	}
	
	.navbar-default .navbar-nav > li > a{
		font-size: 16px;
	}
	.social-nadp{
		font-size: 16px;
	}
	ul.letadlo li, section p, span.popisletadla, section.extrasmall ol li, .obalradio label {
        font-size: 16px;
    }

    .obalradio label input[type=radio] {
        width: 17px;
        height: 17px;
        margin-top: 2px;
    }


    span.pojmenovani, .flexvycvik h2.black {
        font-size: 22px;
    }
    .boxy_flex .boxletadlo a.viceinfo {
        font-size: 16px;
    }
	.spodnititulni {
         max-width: 970px;

    }
    .boxy_flex .boxletadlo {
        flex-basis: 31%;
    }
    span.sletadlem::before {
        width: 12px;
        height: 12px;
        top: 2px;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px){
	
	.navbar-default .navbar-nav > li > a{
		font-size: 13px;
	}
}

@media screen and (max-width: 992px){



    .orange-but p{
        margin-bottom: 0px;
    }
    .orange-but{
        margin-top: 30px;
    }
    p, .white-bg ul li, .light-orange-bg ul li{
        font-size: 16px;
    }
    .pocet-skoku .lidi{
        font-size: 25px;
    }
    .pocet-skoku .text-pod-poctom{
        font-size: 12px;
    }
	.tab-content{
		margin-bottom: 15px;
	}
	
	.vypis img{
		margin: 0 auto;
	}
	.navbar.navbar-default{
		width: 100%;
		border-radius: 0;
	}
	.nav > li > a{
		padding: 10px 5px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 14px;
	}
	.langs .lang{
		margin-bottom: 4px;
	}
	.langs{
		padding: 0px;
    }
    ul.letadlo li {
        flex-basis: 100%;
    }
    
    section.boxy a {
        flex-basis: 30%;
    }
    
    section.boxy a span.cenaletu,
    section.boxy a span.viceinfo {
        display: block;
        font-size: 16px;
    
    }

    section.boxy a span.doba {
        font-size: 18px;
    }
    
    section.boxy a span.pojmenovani {
        font-size: 20px;
    }
    
    section.boxy a span.pojmenovani strong {
        font-size: 22px;
    }
    section.vl_top.rezerv .box_right h2.new {
        font-size: 26px;
    }
    section.vl_top.rezerv .box_right h2.new span.thin {
   
        font-size: 22px;
    }
    p.cenaosoba {
       font-size: 26px;
    }
    p.cenaosoba.withmargin {
        margin-top: 315px;
    }

    a.aletiste {
        margin-bottom: 12px;
        font-size: 25px;
    }

    .flexodletova h2.new.zvolsi.dole {
        font-size: 25px;
    }


    
    section.pozadiletadlo {
        background: url('../images/pilotem_na_zkousku/foto_velke_1100x1800.webp') bottom/cover no-repeat;
      
    }

    h2.vleteckych {
        font-size: 23px;
    }
    
    section.boxy.rozcestnik {
        max-width: 650px;
    }
    
    section.boxy.rozcestnik a {
        flex-basis: 48%;
    }
    
    span.sletadlem {
        min-height: unset;
    }


    .foto-podmenu img {
        height: 17vw;
        object-fit: cover;
    }
    .reftitulni .reakcni .reakobr img {
        width: 68px;
        height: 68px;
        border-radius: 50%;
    }

}



@media screen and (max-width: 768px){

    :root {
        --font: 15px;
    }

    .boxtlacitka {
        grid-column: 2/6;
        grid-row: 1/2;
    }

    .boxjazyky {
        grid-column: 2/5;
        grid-row: 1/3;
    }

    a.bannerovy {
        margin-top: 70px;
    }

    .navbar-default .navbar-toggle .icon-bar{
        background-color: #f16522;
    }
    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
        background-color: #f16522;
    }

.mobilemenu {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 5/6;
    grid-row: 1/3;
}

.menugrid {
    grid-template-columns: repeat(5, 1fr);
    height: 50px;
}

.boxlogo img {
    width: 100%;
    max-width: 89px;
}
.boxlogo {
    padding: 1rem 1rem 1rem 7vw;
}

.boxtlacitka {
    display: none;
}
.obal_jazyky a.vybrany {
    margin-bottom: 13px;
}


.obal_jazyky {
    top: 12px;
    z-index: 200000;

}

    .navbar-default .navbar-toggle{
        border: 0;
		position: static;
        right: unset;
        top: unset;
        float: unset;
        margin: 0 0 0 0;
    }
    .navbar-default .navbar-collapse{
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 100000;
        top: 50px;
		left: 0;
		max-height: 500px;
    }
	
	.scrollToTop{
		display: flex;
		width: 30px;
		height: 30px;
		background: rgba(0, 0, 0, .5);
		color: #fff;
		border-radius: 4px;
		position: absolute;
		align-items: center;
		justify-content: center;
		font-size: 22px;
		float: left;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		opacity: 0;
		transition: all .2s ease-in-out;
	}
	.scrollToTop:hover{
		cursor: pointer;
	}
	.navbar-fixed-top .scrollToTop{
		opacity: 1;
	}
	.light-orange-bg h1.text-center{
		font-size: 30px;
	}
	.container-fluid.light-orange-bg{
		padding: 15px;
	}
    .navbar-default .navbar-collapse .navbar-nav{
        margin: 0;
        padding: 0;
    }
    .navbar-brand .h1 img{
        max-width: 100%;
		height: 40px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.navbar.navbar-default{
		top: 0;
		transition: all .2s ease-in-out;
        z-index: 100;
	}
	.navbar-fixed-top{
		position: fixed;
	}
	.langs{
		float: left;
	}
	.navbar.navbar-default.navbar-fixed-top{
	/*	top: -50px;*/
		transition: all .2s ease-in-out;
	}
    .navbar-brand{
        float: none;
		margin: 0;
		padding: 0;
		text-align: center;
    }
    .vypis {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
        float: unset;
        margin-bottom: 50px;
    }

    .vypis img, .radime-se img{
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .vypis img {
        max-width: 320px;
    }

    .container.max380 {
        max-width: 380px;
    }
    p, .white-bg ul li, .light-orange-bg ul li, section p{
        font-size: 16px;
    }
    .social-lang p{
        font-size: 12px;
    }
    .bezpecnost-img img{
        margin: 0px auto;
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: 220px;
    }
    .pocet-skoku{
        background: #f16522;
        margin-bottom: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-radius: 4px;
    }
    .pocet-skoku .lidi{
        font-size: 40px;
        line-height: 1.3;
    }
    .pocet-skoku .text-pod-poctom{
        font-size: 18px;
        color: #fff;
    }
    .footer p{
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;

    }
    .footer{
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active{
        background: none;
    }
    .nav>li>a{
        padding: 10px 10px;
        border-bottom: 1px solid #f16522;
    }
    .nav>li:last-child>a{
        border-bottom: 0;
    }
    .dropdown-menu{
        left: 30px;
    }
	.h3Apodnadpis-srdce:before{
		display: none;
	}
	.h3Apodnadpis-srdce{
		margin-left: 0;
	}
	.h3-hvezda:before, .h3-chart:before{
		display: none;
	}
	.onas-blok-konk{
		min-height: unset;
		margin-bottom: 30px;
	}
	.four-tabs li, .three-tabs li{
		width: 100%;
		
	}
	.navbar-default .navbar-nav>li>a{
		color: #787878;
		
	}
	/*.navbar-default .navbar-nav > li:hover .dropdown-menu, .navbar-default .navbar-nav > li:focus .dropdown-menu{
		display: none;
	}*/
	.navbar-default .navbar-nav > li.dropdown .dropdown-menu{
		display: none;
	}
	.navbar-default .navbar-nav > li.dropdown.open .dropdown-menu{
		display: block;
	}
	.dropdown-menu li:last-child a{
		border-radius: 0;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
		color: #f26522;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #efefef;
		line-height: 2;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a.active{
		color: #f16522;
	}
	.navbar-default .navbar-nav > li.dropdown:before{
		content: '\f107';
		font-family: "FontAwesome";
		display: block;
		color: #b2b2b2;
		font-size: 20px;
		position: absolute;
		right: 15px;
		top: 5px;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li.dropdown.open:before{
		content: '\f106';
		color: #f26522;
	}
	.dropdown-menu{
		/*display: block;*/
		position: relative;
		width: 100%;
		top: unset;
		left: 0;
        transform: none;
		float: none;
	}
	.dropdown-menu li a{
		text-align: left;
	}
	/*.navbar-default.navbar-fixed-top .navbar-collapse{
		width: 48%;
	}*/
	/*.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		max-height: unset;
	}*/
	h3{
		font-size: 22px !important;
	}
	.orange-but a{
		font-size: 20px;
	}
	.orange-but a span{
		font-size: 15px;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 27px;
    }
    
    .vanoce::before {
        
        font-size: 18px;
    }
    .mobilos {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .skryvej {
        display: none;
    }

    section.boxy a {
        flex-basis: 45%;
    }
    .vyplnit_udaje .boxpul.captch, .vyplnit_udaje .boxpul.doprava {
        flex-basis: 100%; 
        align-items: center;
    }
    .obal_platnost {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    label.zpdopravy span.labelnazev {
        font-size: 18px;
        padding: 0 10px;
    }
    label.zpdopravy img {
        max-width: 70px;
    }

    p.predelovak {
        margin: 0 12px;
    }

  
    .slider::before,
	.slider::after {
		width: 80px;
	}
    .flex_zazitky {
        max-width: 400px;
    }
    .reakce img.img-responsive {
        width: 250px;
        height: 250px;
        object-fit: cover;
        margin-bottom: 30px;
    }
    .boxkamletet .obalobrazek {
        flex-basis: 100%;
        padding-top: 45%;
    }
    
    .boxkamletet .textiky {
        flex-basis: 100%;
    }

    .boxkamletet .obalobrazek img {
        width: 101%;
        height: auto;
    }
    .boxkamletet .textiky p.jmenovka, .boxkamletet .textiky span.minutka {
        font-size: 20px;
    }

    details.vzazitku summary {
        position: absolute;
        top: -55px;
        left: 32px;
    }
    .boxkamletet span.popis2 {
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        text-align: center;
    }
.flex_prubeh, .flexodletova {
    max-width: 400px;
}
.flex_prubeh .boxleft, .flex_prubeh .boxright,
.flexodletova .boxleft, .flexodletova .boxright, 
.flex_lokacni .boxleft, .flex_lokacni .boxright {
    flex-basis: 100%;
}

.flex_lokacni .boxleft, .flex_lokacni .boxright {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.bpl {
    padding-left: 0;
}
.flex_prubeh .druhy {
    order: 2;
    padding-top: 40px;
}
a.aletiste {
    margin-left: 0;
}
.flexcolumn {
    align-items: center;
}

.photos a {
    flex-basis: 49%;
    padding-top: 32%;
}

.texty, .flexletadla {
    max-width: 400px;
}

section.vl_top.uletadel .box_left, section.vl_top.uletadel .box_right {
    flex-basis: 100%;
}


.flexletadla .box2 {
    flex-basis: 100%;
    order: 1;
}
.flexletadla .box2.photos {
    margin-top: 30px;
}
.flexletadla .box2.vpravo {
    order: 2;
    justify-content: center;
    padding-top: 30px;
}
.reftitulni {
    grid-template-columns: 1fr;
}

/* 768 makej */
}



@media screen and (max-width: 650px){

    h2.new {
        font-size: 23px;
    }
    section.vl_top .box_left, section.vl_top .box_right,
    section.let_detail .box_let {
        flex-basis: 100%;
    }

    section.vl_top .box_left {
        margin-bottom: 20px;
    }

    section.vl_top.rezerv {
     
        margin-bottom: 30px;
    }
    section.vl_top.new2 {
       justify-content: center;
    }

    section.vl_top.new2 .box_left.zcenter,
    section.vl_top.new2 .box_right {
        max-width: 400px;
    }

    section.boxy a, .boxy_flex .boxletadlo {
        flex-basis: 100%;
        max-width: 400px;
        margin-bottom: 25px;
    }
    span.pojmenovani, span.popisletadla {
        padding-bottom: 10px;
    }


    section.boxy, .boxy_flex {
        justify-content: center;
    }

    section.boxy a span.doba,
    section.boxy a span.viceinfo {
        background: #F16522;
        color: white;
    }
    section.vl_top.rezerv .box_right {

        align-items: center;
    }
    section.vl_top.rezerv .box_right h2.new {
        text-align: center;
    }
  
    section.let_detail .box_let.vpravo {
        padding-top: 50px;
    }

    p.cenaosoba.withmargin {
        margin-top: 45px;
    }
    .box_checkboxy label {
        font-size: 24px;
    }
    .box_checkboxy.vetsi label {
        font-size: 25px;
    }

    .obal_checkboxy.prvni {
        max-width: 360px;
    }
    p.cenovka {
        font-size: 30px;
        padding: 12px;
    }


    .fancybox-type-iframe .fancybox-inner {
        height: 75vh !important;
    }

    .flexvycvik {
        max-width: 400px;
    }

    .flexvycvik .boxv {
        flex-basis: 100%;
    }
    .flexvycvik .boxplnej {
       display: block;
    }
    .flexvycvik .boxplnej .obalimg {
        height: 180px;
        width: 100%;
    }
    .flexvycvik .boxplnej .obalimg img {
        height: auto;
        width: 100%;
    }

    section.boxy.rozcestnik {
        max-width: 400px;
    }
    section.boxy.rozcestnik a {
        flex-basis: 100%;
    }
    .obalodkazy {
        padding-left: 10px;
    }
    .obalodkazy a.aletiste {
        flex-basis: 100%;
    }


}

@media screen and (max-width: 600px){
    .vyplnit_udaje .boxpul.start, 
    .vyplnit_udaje .boxpul.end {
        flex-basis: 100%;
        align-items: center;
    }

    label.zpdopravy {
        width: 250px;
    }

    .foto-podmenu img {
        height: 30vw;
        
    }

}


@media screen and (max-width: 500px){
    form.obj_letu {
        box-shadow: none;
        border-top: 1px solid #E1E1E1;
        padding-left: 0;
        padding-right: 0;
    }

    .vyplnit_udaje .boxpul {
        flex-basis: 100%;
    }

   
    p.cenaosoba {
        
        font-size: 26px;
    }
    .obal_platnost {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .obal_platnost label {
        width: unset;
        flex-basis: 70%;
        text-align: center;
    }

    .aktSet {
      min-height: unset;
      margin-bottom: 75px;
  }


p.predelovak {
    display: none;
}

.spodnititulni .prvniradek, .spodnititulni .druhyradek {
    flex-direction: column;
    align-items: center;
}

.spodnititulni .prvniradek p, .spodnititulni .druhyradek p {
    margin-bottom: 10px;
    text-align: center;
}

.spodnititulni .druhyradek p.skaceme {
    font-size: 14px;
    padding-top: 10px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
}


video.supervideo.desktop {
    display: none;
}
video.supervideo.mobile {
    display: block;
}
.tlacitka_new {
    flex-direction: column;
}
a.cta.natit {
    margin-right: 0;
    margin-bottom: 10px;
}

.boxtlacitka a.cta2.natit {
    display: none;
}
.boxlogo {

    padding: 1rem 1rem 1rem 20px;
}

a.cta, a.cta2 {
    font-size: 16px;
}


.termsfeed-com---nb-simple {
    width: 100%;
    max-width: unset;
}
.termsfeed-com---nb .cc-nb-main-container {
    padding: 3rem 2rem;
}
.boxkamletet .textiky .obalacka {
    text-align: center;
    padding-top: 15px;
}
.boxkamletet .textiky {
    padding-bottom: 72px;
}

details.vzazitku summary {
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
}
details.pilot summary {
    font-size: 20px;
    padding: 10px 55px 10px 15px;
}
details.pilot p {
    padding: 15px;
}
details.pilot summary::after {
    display: none;
}

details.pilot summary span.sipkadetails {
    right: 25px;
}


h2.vleteckych {
    font-size: 17px;
}
.flexznameni {
    display: block;
}
.flexznameni .boxzna_pravy {
    max-width: 200px;
    margin: auto;
}
form.anketni {
    background: none;
    padding: 0;
    border: none;
}
.bezpaddmobil {
    padding-left: 0;
    padding-right: 0;
}

}

@media screen and (max-width: 490px){

    .video_new {

        min-height: 666px;
    }


    .social-lang p{
        display: none;
    }

    .box_checkboxy.vetsi label {
        font-size: 16px;
    }

    .obal_checkboxy.prvni {
        max-width: 280px;
    }

    .spodnititulni {

        margin-bottom: 60px;
    }
    .reakce img.img-responsive {
        width: 200px;
        height: 200px;
    }
    .container.max380 {
      padding-left: 0;
      padding-right: 0;
    }
   
}
@media screen and (max-width: 400px){
    section.pozadiletadlo {
        background: url('../images/pilotem_na_zkousku/foto_male.jpg') bottom no-repeat;
        padding-bottom: 230px;
    }

h2.new.zvolsi.bile span {
    background: url('../images/zazitek_ikona_blue.svg') center/cover no-repeat;
}
section.padding {
    padding-left: 15px;
    padding-right: 15px;
}

.reftitulni .reakcni .reakobr img {
    width: 55px;
    height: 55px;
}
   
}


@media screen and (max-width: 380px){


    .vyplnit_udaje .boxfull.captch {
        height: 100px;
        position: relative;
    }
    .sca {
        min-height: 107px;
    }
    .g-recaptcha:not(.vobj) {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.85);
    }

    .g-recaptcha.vobj {
        transform: scale(0.8);
        margin-bottom: 30px;
        margin-left: -30px;
    }

    .fancybox-type-iframe .fancybox-inner {
     
        height: 70vh !important;
    }
    section.parallax2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .boxkamletet .textiky {
        padding: 20px 20px 72px 20px;
    }
    details.vzazitku p {
        padding: 20px;
    }
}

@media screen and (min-width: 1500px){
    a.cta.natit, a.cta2.natit {
        font-size: 30px;
        padding: 10px 37px;
    }

}

.mt0 {
    margin-top: 0;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mt2 {
    margin-top: 20px;
}

.mt6 {
    margin-top: 60px;
}

.pt4 {
    padding-top: 40px;
}

.skryvej {
    display: none !important;
}

