/* ########################################################################## */
/* FEATURED */
/* ########################################################################## */

.container-header.featured {
    background-color: #DCDFE4;
}

.container-header.featured nav.navbar,
.container-header.featured nav {
    height: 120px;
    /*z-index: 2;*/
    z-index: 10;
}

.container-header.featured header,
.container-header.featured .header_wrapper {
    /*min-height: calc(650 / 1920 * 100vw);*/
    height: 600px;
}

.container-header.featured header {
    /*min-height: calc(650 / 1920 * 100vw);*/
    height: 600px;
    position: relative;

    background-color: #DCDFE4;
    background-repeat: no-repeat;
}

.container-header.featured .header_wrapper {
    display: flex;
    flex-direction: column;
}

.container-header.featured .header_wrapper .header_grad {
    position: absolute;
    top: 0;
    bottom: 70%;
    left: 0;
    right: 0;
    z-index: 5;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4853291658460259) 57%, rgba(255,255,255,0) 100%);
}

.container-header.featured .header_wrapper .container-banner {
    flex: 1;
    padding-top: 120px;
    margin-top: -120px;
    background-color: #DCDFE4;
}

.container-header.featured .header_wrapper .container-banner.item-1 {

}

.container-header.featured .header_wrapper .container-banner.item-2 {

}

.container-header.featured .header_wrapper .container-banner video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.container-header.featured header h2,
.container-header.featured header .featured_text p {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.container-header.featured header h2 {
    line-height: 115%;
    margin-bottom: 25px;
    margin-top: 0;
}

.container-header.featured header .featured_text {
    width: 50%;
    padding-bottom: 40px;
    padding-top: 64px;
}

.container-header.featured header .featured_text p {
    font-size: 22px;
    color: #000;
    line-height: 125%;
}

.container-header.featured header .featured_text img {
    height: 48px;
    display: inline-block;
    margin-top: 2rem;
}

/* -------------------------------------------------------------------------- */
/* Carousel */
/* -------------------------------------------------------------------------- */

.container-banner-wrapper {
    /*    display: inline-block;
        overflow: hidden;*/

    display: flex;
    flex: 1;
    position: relative;

    flex-wrap: nowrap;
    flex-direction: column;
}

.carousel-inner {
    flex: 1;
    margin-top: -120px;
    padding-top: 120px;
    overflow: visible;
}

.container-header.featured .header_wrapper .carousel-fade .carousel-item {
    /*position: relative;*/
    /*display: none;*/
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out;
    /*transition: transform 1.5s ease-in-out,-webkit-transform .6s ease-in-out;*/
    transition: transform 1.5s ease-in-out;

    position: absolute;
    top: 120px;
    bottom: 0;
    overflow: hidden;
}

.container-header.featured .header_wrapper .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
    display: block;

    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.container-header.featured .header_wrapper .carousel-fade .slider_watermark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.4;
/*    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(../images/featured/slider_decor.svg);*/
}

.container-header.featured .carousel-fade .video_controls {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 1rem;
    opacity: .3;
}

.container-header.featured .carousel-fade .video_controls .video_control {
    width: 40px;
    height: 30px;
    display: inline-block;
    margin-left: 15px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.container-header.featured .carousel-fade .video_controls .video_control.toggle_play {
    background-image: url(../images/featured/icon/ico-pause.svg);
}

.container-header.featured .carousel-fade .video_controls .video_control.toggle_play.paused {
    background-image: url(../images/featured/icon/ico-play.svg);
}

.container-header.featured .carousel-fade .video_controls .video_control.toggle_mute {
    background-image: url(../images/featured/icon/ico-mute.svg);
}

.container-header.featured .carousel-fade .video_controls .video_control.toggle_mute.muted {
    background-image: url(../images/featured/icon/ico-unmute.svg);
}

.container-header.featured .header_wrapper .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;

    margin-bottom: 0;
}

.carousel-indicators {
    /*display: none;*/
    justify-content: flex-end;
    margin-right: 10rem;
    margin-left: 10rem;
}

.carousel-indicators li {
    transition: all 1.5s ease;
}

.carousel-indicators .active {
    /*background-color: #0090df;*/
}

.carousel-control-prev, .carousel-control-next {
    width: 10rem;
    background-image: none;
}

.carousel-control-prev {

}

.carousel-control-next {

}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background-image: none;
    width: 15px;
    height: 15px;
    border: solid #888;
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-top: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);

    transition: all 300ms ease-in-out;
}

.carousel-control-prev .carousel-control-prev-icon {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    border-color: #333;
}

.carousel-indicators,
.carousel-control-prev, .carousel-control-next {
    display: none;
}

/* -------------------------------------------------------------------------- */
/* Bloky obecne */
/* -------------------------------------------------------------------------- */

.cols .cols-inner,
.simpleblock .cols,
.simpleblock .cols {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}

.module-simple .cols .col-item,
.simpleblock .cols .col-item {
    width: 30%;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
}

/* -------------------------------------------------------------------------- */
/* Poskytovane sluzby */
/* -------------------------------------------------------------------------- */

.homepage-services {
    margin-bottom: 150px !important;
}

.tiles .tile-ico a .img,
.module-simple .cols .col-item-icon,
.simpleblock .cols .col-item-icon {
    width: 100%;
    height: 105px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}

.tiles .tile-ico.ico-consulting a .img,
.module-simple .cols .col-item-icon.icon-consulting,
.simpleblock .cols .col-item-icon.icon-consulting {
    background-image: url('../images/icons/ico-consulting.svg');
}

.tiles .tile-ico.ico-elearning a .img,
.module-simple .cols .col-item-icon.icon-elearning,
.simpleblock .cols .col-item-icon.icon-elearning {
    background-image: url('../images/icons/ico-elearning.svg');
}

.tiles .tile-ico.ico-integration a .img,
.module-simple .cols .col-item-icon.icon-integration,
.simpleblock .cols .col-item-icon.icon-integration {
    background-image: url('../images/icons/ico-integration.svg');
}

/*.tiles .tile-ico.ico-consulting a:hover .img {
    background-image: url('../images/icons/ico-consulting-white.svg');
}

.tiles .tile-ico.ico-elearning a:hover .img {
    background-image: url('../images/icons/ico-elearning-white.svg');
}

.tiles .tile-ico.ico-integration a:hover .img {
    background-image: url('../images/icons/ico-integration-white.svg');
}*/

.homepage-services .cols .col-item h3 {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    margin: 45px 0 30px 0;
}

.homepage-services .cols .col-item p {
    font-size: 18px;
    flex: 1;
    margin-bottom: 30px;
}

.btn,
a.btn,
.homepage-services .cols .col-item a {
    color: #ff3900;
    font-family: 'Poppins', 'Arial', 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    padding: 12px 40px;
    margin: .5rem .5rem;
    border: 1px solid #ff3900;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn:hover,
a.btn:hover,
.homepage-services .cols .col-item a:hover {
    color: #141516;
    border-color: #141516;
}

/* Animace pri nacteni */
.animate-on-load .homepage-services .cols .col-item {
    opacity: 0;
    transform: perspective(2500px) rotateX(100deg);
    transition-property: all;
}

.animate-on-load .homepage-services .cols .col-item.aos-animate {
    opacity: 1;
    transform: perspective(2500px) rotateX(0);
}

/* -------------------------------------------------------------------------- */
/* Motto */
/* -------------------------------------------------------------------------- */

.homepage-quote-wrap {
    background-color: #0090DF;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(../images/featured/quote_bg.jpg);
}

.homepage-quote-wrap .custom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-quote-wrap .custom h2,
.homepage-quote-wrap .custom blockquote {
    font-family: 'Poppins', 'Arial', 'Helvetica', sans-serif;
    font-weight: 200;
    font-size: 60px;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 80px 0;
}

.homepage-quote-wrap .quote {
    width: 100%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 140px;
}

.homepage-quote-wrap .quote * {
    transition: all 300ms ease-in-out;
}

.homepage-quote-wrap .quote .q_left,
.homepage-quote-wrap .quote .q_right {
    min-width: 100px;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: 100%;
}

.homepage-quote-wrap .quote .q_left {
    background-position: center top;
    background-image: url('../images/quote/quote_left.svg');
}

.homepage-quote-wrap .quote .q_right {
    background-position: center bottom;
    background-image: url('../images/quote/quote_right.svg');
}

.homepage-quote-wrap .quote p {
    font-size: 32px;
    font-weight: 100;
    line-height: 1.35;
    padding: 0 5rem;
}

p.q_contact {
    display: flex;
}

p.q_contact:before {
    content: '';
    min-width: 60px;
    display: inline-block;
    margin-right: 2.5rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../images/quote/quote_left.svg');
}

/* -------------------------------------------------------------------------- */
/* Aktuality */
/* -------------------------------------------------------------------------- */

.homepage-news-wrap {
    text-align: center;
}

.homepage-news-wrap a.btn {
    margin-top: 80px;
}

.homepage-news,
.homepage-quote2 {
    margin-top: 110px !important;
}

.module-simple.homepage-news .cols .cols-inner {
    flex-wrap: wrap;
}

.module-simple.homepage-news .cols .col-item {
    width: calc(100% / 3);
}

.module-simple.homepage-news .cols .col-item:before {
    content: '';
    padding-top: 54.6875%;
}

.module-simple.homepage-news .cols .col-item-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;

    padding: 2.5rem;
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.module-simple.homepage-news .cols .col-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    position: relative;
}

.module-simple.homepage-news .cols .col-grad {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    z-index: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.module-simple.homepage-news .cols .col-date,
.module-simple.homepage-news .cols .col-content {
    z-index: 1;
}

.module-simple.homepage-news .cols .col-date {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex: 0;
}

.module-simple.homepage-news .cols .col-date * {
    font-family: 'Poppins', 'Arial', 'Helvetica', sans-serif;
    font-weight: 500;
    color: #fff;
}

.module-simple.homepage-news .cols .col-date-big {
    height: 80px;
    line-height: 80px;
    font-size: 80px;
    display: inline-block;
    letter-spacing: -5px;
    margin-right: 10px;
}

.module-simple.homepage-news .cols .col-date-smaller {
    height: 100%;
    font-size: 30px;
    display: flex;
    flex-direction: column;
}

.module-simple.homepage-news .cols .col-date-smaller span {
    width: 100%;
}

.module-simple.homepage-news .cols .col-date-smaller .col-date-month {
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
}

.module-simple.homepage-news .cols .col-date-smaller .col-date-year {
    font-size: 20px;
    line-height: 30px;
}

.module-simple.homepage-news .cols .col-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
}

.module-simple.homepage-news .cols .col-content-title,
.module-simple.homepage-news .cols .col-content-title * {
    font-family: 'Poppins', 'Arial', 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 20px;
    text-decoration: none;
}

.module-simple.homepage-news .cols .col-content p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Motto 2 */
/* -------------------------------------------------------------------------- */

.homepage-quote2 {
    margin-bottom: 80px !important;
}

/* -------------------------------------------------------------------------- */
/* Rychly kontakt */
/* -------------------------------------------------------------------------- */

.homepage-quick-contact {
    margin-top: 90px;
    padding: 70px 0;
    background-color: #FAFAFA;
}

.homepage-quick-contact * {
    font-family: 'Poppins', 'Arial', 'Helvetica', sans-serif;
    font-size: 40px;
    color: #0090df;
    text-decoration: none !important;
}

.homepage-quick-contact .module-simple-body {
    display: inline-block;
}

.homepage-quick-contact .contact-ico {
    display: flex;
    align-items: center;
}

.homepage-quick-contact .contact-ico:before {
    content: '';
    width: 68px;
    height: 50px;
    display: inline-block;
    margin-right: 30px;

    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.homepage-quick-contact .contact-ico.ico-phone:before {
    background-size: 50px 50px;
    background-image: url('../images/icons/ico-phone.svg');
}
.homepage-quick-contact .contact-ico.ico-mail:before {
    background-size: 67px 41px;
    background-image: url('../images/icons/ico-envelope.svg');
}