

/* SECTION KNOW MORE VIDEOS */
.video_gallery{
    text-align: center;
    padding: 40px 0!important;
}
.video_gallery .title.second {color: #ffffff;}
.video_gallery_2{
    background-color: black;
    text-align: center;
    padding: 80px 0!important;
    color: white;
    position: relative;
  
}

.section-know-more-videos{
   /* padding: 95px 0 200px 0 !important;*/
/*    background-image: url(../img/backgrounds/background-video-section.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}


.text-right{
    text-align: right!important;
}




.gradient-filter{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    border: 1px transparent;
    background-image: linear-gradient(to top, rgba(0,0,0,0.8) 5%,transparent);
}
/*#carousel .flipster__item--past, .flipster__item--future{
    opacity: 0.5 !important;
}*/


.travel_carousel.flipster--carousel .flipster__item--past-1 .container-info-video,
.travel_carousel.flipster--carousel .flipster__item--future-1 .container-info-video
{ opacity: 0.5}
.flipster--carousel .flipster__item--past-1 .flipster__item__content,
.flipster--carousel .flipster__item--future-1 .flipster__item__content
{background: #000}

.flipster--carousel .flipster__item--future-1 .flipster__item__content .video-thumb img,
.flipster--carousel .flipster__item--past-1 .flipster__item__content .video-thumb img
{ opacity: 0.5}

#carousel .flip-items img{
    margin-bottom: 0px;
}
#carousel .flip-items .item-character{
    border: 1px solid #bababa;
}
#carousel .flipster__item--current .item-character{
    border: 4px solid #78A6B5;
}
#carousel .flipster__nav__link{
    border-radius: 0px;
    padding: 2px 19px;
    background-color: rgba(255,255,255,0.25);
    transition: 0.3s;
    cursor: context-menu;

}
#carousel .flipster__nav__item--current{
    background-color: #78A6B5;
    transition: 0.3s;
}
.flipster__nav{
    margin: 5em 0 4em !important;
}
#carousel .flipster__button{
    opacity: 1;
}
#carousel .flipster__button:hover{
    -webkit-filter: opacity(1) drop-shadow(0 0 0 #b28c5f) saturate(8);
    filter: opacity(1) drop-shadow(0 0 0 #b28c5f) saturate(8);
}
#carousel .info-item{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
    left: 0px;
    padding-bottom: 30px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(5, 22, 29,0) 0%, rgba(5, 22, 29,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5, 22, 29,0)), color-stop(100%, rgba(5, 22, 29,0.8)));
    background: -webkit-linear-gradient(top, rgba(5, 22, 29,0) 0%, rgba(5, 22, 29,0.8) 100%);
    background: -o-linear-gradient(top, rgba(5, 22, 29,0) 0%, rgba(5, 22, 29,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(5, 22, 29,0) 0%, rgba(5, 22, 29,0.8) 100%);
    background: linear-gradient(to bottom, rgba(5, 22, 29,0) 0%, rgba(5, 22, 29,0.8) 100%);
}


.thumbnails .flipster__item--current img{
    border: 4px solid #78A6B5;
    margin: 0 2px;
}
.thumbnails .flipster__item{
    margin: 0 7px;
}
.thumbnails img{
    max-height: 70px;
    margin: 0 2px;
}


/*VIDEOS*/

.sectionGroup_2{
    background-color: black;
}
.container-info-video{
    position: absolute;
    text-align: left;
    padding:300px 0 50px 50px;
    bottom: 0px;
    left: 0px;
	right: 0;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	pointer-events: none
}

.disabled {
    display: none !important;
}
.container-info-video p{
    border-left: 3px solid #ffcc00;
    padding-left: 17px;
}

.playerControl{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0px;
    bottom: 0px;
    opacity: 1;
    transition: 0.3s;
    cursor: pointer;
}


.playerControl:hover{
    opacity: 0.85;
    transition: 0.3s;
}
.playerControl img{
    height: 60px;
    z-index: 1;
}
.video-li{
    position: relative;
}
.modals {
    display: none;
    position: fixed;
    text-align: center;
    height: 100%;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 99999;
	left: 0; right: 0
}
.modals .video-container {
    position: relative;
    display: inline-block;
    max-width: 1100px;
    width: 100%;
    margin: 9em auto auto 0;
    padding: 0em;
}
.modals .video-container .close-video {
    position: absolute;
    top: -4.3em;
    right: 2%;
    cursor: pointer;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.dg-separator{
    width: 96%;
    left: calc(50% - 49%)
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video{
    position: relative;
}
.video .thumb{
    width: 100%;
    height: auto;
}



.flipster--flat .flipster__item--past .flipster__item__content{
    transform: scale(0.95) !important;
}
.flipster--flat .flipster__item--future .flipster__item__content{
    transform: scale(0.95) !important;
}
.autoHeight{
    height: auto !important;
    transition: 0.5s;
    display: flex !important;
}


.flipster {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden !important;
    position: relative;
}

@media screen and (max-width: 768px) {
    .image-thumb img{
    width: 100%;
  
}
    
}

