

.home-page{
    background: url('/assets/img/header-bg.jpg') no-repeat;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #FFFFFF;
    width: 100%;
    height: 50rem;

}
.home-btn.btn-ezo-white-outline button{
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFF;

}
.home-btn.btn-ezo-white-outline:hover button{
    background-color: #bb5427;
    border: 2px solid #bb5427;
}

.home-heading .container h1, .home-heading .container h3{
    color: #FFFFFF;
}
.home-heading .container h1{
    text-transform: uppercase;
    font-size: 54px;
}
.home-heading .container h3{
    font-size: 20px;
    font-family: "Source Sans Pro";
    margin-bottom: 2rem;
}
.home-page{
    position: relative;
}
.home-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 15rem;
}




@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .home-page{
        background: url('/assets/img/header-bg.jpg') no-repeat;
        background-repeat: no-repeat;
        background-size: auto 100%;
        width: 100%;
        height: 37rem;
    }
    .home-heading {

        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 8rem;
    }
    .home-heading .container h1{
        text-transform: uppercase;
        font-size: 28px;
        margin-bottom: 1rem;
    }
    .home-heading .container h3{
        font-size: 14px;
        font-family: "Source Sans Pro";
        margin-bottom: 2rem;
    }
    .home-btn button{
        font-size: 12px;
        padding: 0.8rem;
        max-width: 150px;
        margin-right: 0rem;
    }
    .home-btn button{
        width: 150px;
        margin-bottom: 1rem;
    }
    .home-heading{
        text-align: center;
    }
    .home-btn button .full-scr{
        max-width: 100%;
        width: 100%;
    }



}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
    .home-page{
        background: url('/assets/img/header-bg.jpg') no-repeat;
        background-repeat: no-repeat;
        background-size: auto 100%;
        width: 100%;

    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}


.upcomming-event-banner {
    background-color: #E86830;
}
.event-bnr-date{
    position: absolute;
    display: inline-block;
    border: 2px solid #E86830;;
    margin-top:-6.5rem;
    background-color: #E86830;
}
.event-bnr-date .span1{
    /*  position: relative;
      border: 1px solid black;
      background-color: red;
      display: block;
      width:auto;*/

    display: block;
    padding: 10px 10px 5px;
    font-size: 36px;
    font-style: italic;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFF;
    line-height: 1;
    font-weight: 600;
    font-family: 'Crimson Text', serif;
}
.event-bnr-date .span2{
    display: block;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Crimson Text', serif;
    color: rgba(255, 255, 255, 0.8);

}
.event-bnr-info{
    padding: 40px 0;
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}
.bnr-left{
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.bnr-datum{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    color: #FFFFFF;
    width: 100%;
}
.bnr-left .bnr-datum i{
    margin-right: 0.5rem;
}
.bnr-left a{
    display: inline-block;
    color: #FFFFFF;
    font-size: 24px;

    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}
.bnr-left a:first-letter {
    text-transform: uppercase;
}
.bnr-right .col-md-6{
    padding: 0;

}
.event-bnr-info .col-md-6{
    padding: 0;

}

.event-bnr-info .col-md-6.bnr-right{
    padding-left: 1rem;
    display: table-cell;
}
.bnr-right{
    padding-left: 1rem;
    width: 50%;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .bnr-left{
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        width: 100%;
    }
    .bnr-right .bnr-icos{
        margin-bottom: 0.5rem;
    }
    .bnr-right{
        padding-left: 0;
        width: 100%;

        display: none;
    }
    .event-bnr-info{
        display: block;
    }
    .event-bnr-date .span1{
        font-size: 26px;
        padding: 0;
    }
    .event-bnr-date .span2{
        font-size: 14px;
        padding: 0;
    }
    .event-bnr-date {
        margin-top: -3.5rem;
        padding: 5px;
    }

}


.prednasky-kurzy{
    background-color: #FFFFFF;
}
.evt-bnk{
    margin-top: 50px;
}
.bunka-evt{

}
.bunka-img{
    overflow: hidden;
    height: 17rem;
}
.bunka-img img {
    height: 100%;
    width: auto;
}
.bunka-label.event-bnr-date{
    margin: 0;
    padding:  0.3rem;
    margin-left: 1rem;
}
.bunka-label.event-bnr-date .span1{
    font-size: 26px;
    padding: 0;
}
.bunka-label.event-bnr-date .span2{
    font-size: 14px;
    padding: 0;
    padding-top: 6px;
}
.bunka-title{
    font-weight: 600;
    font-size: 24px;
    position: relative;
    display: inline-block;
    color: #333333;
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-top: 20px;
    margin-bottom: 15px;
}
.ul-odkazy{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-odkazy li i{
    padding-right: 0.5rem;
}
.ul-odkazy li {
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}
.ul-odkazy li span {
    color: #888888;
}
.ul-odkazy li i {
    color: #E86830;
}

  
  .cennik-bunka{
      background-color: #F5F4F4;
      padding: 1rem;
      width: 100%;
      height: 100%;
      margin-bottom: 1rem;
      transition: 0.2s;
  }
.cennik-bunka>div{
    vertical-align: center;
}
.cennik-bunka:hover{
    transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 8px -1px rgba(232,104,48,0.13);
    -moz-box-shadow: 0px 0px 8px -1px rgba(232,104,48,0.13);
    box-shadow: 0px 0px 8px -1px rgba(232,104,48,0.13);
}
.zobrazit-viac-cennik{
    margin-top: -7rem;
    padding-top: 5rem;
    width: 100%;
    /*background-color: #003399;*/
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;

}
.zobrazit-menej-cennik{
    width: 100%;
    /*background-color: #003399;*/
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;

}
.cennik-btn-viac{
    border: none;
    background-color: transparent;
    color: #E86830;
}
.main-wrp{
    padding: 8rem 0;
}
.main-wrp>div>.titulok-group{
    margin-bottom: 4rem;
}
.m-4-t{
    margin-top: 4rem;
}
.iframe-video{
    width: 100%;
    height: 25rem;
}
.mdzr{
    margin:4rem 0;
}
.mdzr >img{
    width: 3rem;
    height: auto;
    opacity: 0.2;
}


  
  .btn-edited>button{
      width: 100%;
  }
.home-btn.btn-special>button{
    float:right;
    background-color: transparent;
    color: #E86830;
    font-weight: 600;
    border: none;
}
.home-btn.btn-special>button:hover{
    float:right;
    background-color: transparent;
    color: #E86830;
    font-weight: 600;
    border: 2px solid #E86830;
}

  
  .home-video{
      overflow: hidden;
      /* height: 20rem;*/
      text-align: center;
      position: relative;
      height: 25rem;
  }
.home-video>img{
    width: 100%;
    height: auto;
    transform: scale(1.2);

}
.home-video>.video-overlay{
    width: 100%;
    height: 100%;

    background: linear-gradient(
            to top,
            black,
            transparent
    );
    opacity: 0.7;

    position: absolute;
    top:0;

}
.home-video>h6{

    position: absolute;
    color: white;
    z-index: 55;
    top:50%;
    padding: 0 3rem;
    width: 100%;
    font-size: 50px;


}


  
  .video-big{
      position: relative;
      height: 35rem;
      padding: 0;
      overflow: hidden;
  }
.video-big>img{
    position: absolute;
    width: 100%;
    top: 0;
}
.video-big>.v-over{
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.1) 100%);
}
.video-big>.v-text{
    position: absolute;
    width: 100%;
    bottom:0;
    text-align: center;
    padding-bottom: 4rem;
}
.play-icon{

    text-decoration: none;
    text-align: center;
}
.play-icon:hover > i{
    background-color:#E86830 ;
}
.play-icon > i{
    text-align: center;

    background-color: rgba(255,255,255, 0.24);
    border: 0;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 29px;
    border-radius: 50%;
    color: white;
    transition: 0.2s;

}
.play-icon>i:before{
    margin-left: 4px;
}
.v-text>div>h6{
    color: white;
    width: 100%;
    padding: 0 30px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 3;
    cursor: pointer;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    top: initial;
    left: initial;
    transform: none;
    margin: 0 auto;
    margin-top: 30px;
}
.v-text>div>p{
    color: white;
    ont-family: 'Source Sans Pro', sans-serif;
    margin-top: 1.5rem;
}
.no-padding{
    padding:0;
}


