#wpimageslider {
    padding-bottom: 40px;
    margin: 40px 0 0 0;
}

.fullwidth-row #wpimageslider {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

#wpimageslider ul.slides>li {
    display: none;
    position: relative;
}

#wpimageslider li img {
    width: 100%;
}

#wpimageslider li .flex-caption {
    position: absolute;
    padding: 0 30px;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

/* Top Alignment */
#wpimageslider li .flex-caption.topleft {
    top: 25%;
    left: 10%;
}

#wpimageslider li .flex-caption.topmiddle {
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center;
}

#wpimageslider li .flex-caption.topright {
    top: 25%;
    right: 10%;
}

/* Bottom Alignment */
#wpimageslider li .flex-caption.bottomleft {
    bottom: 25%;
    left: 10%;
}

#wpimageslider li .flex-caption.bottommiddle {
    bottom: 25%;
    left: 0;
    width: 100%;
    text-align: center;
}

#wpimageslider li .flex-caption.bottomright {
    bottom: 25%;
    right: 10%;
}

.header-unit {
    height: 25vw;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    position: relative;
    z-index: -1;
    overflow: hidden;
    border-bottom: 5px solid #da3b44
}

.feature__context .fa {
    font-size: 7px;
    padding: 8px;
    position: relative;
    bottom: 5px;
}

.feature__context {
    font-family: bebas_neueregular;
    font-size: 1.3vw;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
    letter-spacing: 1.7px;
    color: rgba(255, 255, 255, 0.80);
}

.b-quotes__item {

    display: none;
}

#video-container {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#video-container .content-button {
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    text-align: center;
    z-index: 9999;
    top: 55%
}


#video-container .mouse {
    z-index: 9999;
    opacity: 0.5;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#video-container .mouse:hover {
    z-index: 9999;
    opacity: 1;
}

.header-unit video {
    position: absolute;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.fillWidth {
    width: 100%;
}

#video-container .content_icarus {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    min-height: 100%;
    z-index: 1000;
    background-image: linear-gradient(75deg, rgba(218, 59, 68, 0.65), rgba(128, 128, 128, 0.65)), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC");
    background-color: rgba(218, 59, 68, 0);

}

.content__only_list li a,
.content___bottom-addon a {
    display: block;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.75;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: bebas_neueregular;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    transition: width .3s ease-in;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.content__only_list li a:hover,
.content___bottom-addon a:hover {
    color: rgba(255, 255, 255, 1);
}

.content__only_list li {
    float: left;
}

.content__only_list {
    position: absolute;
    z-index: 99999;
    left: 20px;
    bottom: 10px;
}

.content__only_list .fa {
    font-size: 17px;
    padding: 0px 5px;
}

#video-container .content_icarus h1 {
    margin-top: 5vw;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
    font-size: 1.8vw;
    font-weight: bold;
    letter-spacing: 1px;
}

#video-container .content___bottom-addon {
    position: absolute;
    color: rgba(255, 255, 255, 0.55);
    z-index: 99999;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

#video-container .natopart {
    opacity: 0.75;
}

#video-container .replace-me a {

    color: #dadada;
    transition: width .3s ease-in;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#video-container .replace-me a:hover {
    color: #999999;
}




/*----------------------------------------------------------*/
/*
/* Media Queries
/*
/*----------------------------------------------------------*/

/*---------------------------------------*/
/* width >= 1680px
/*---------------------------------------*/
@media only screen and (min-width: 1680px) {}

/*---------------------------------------*/
/*  1280px <= width < 1680px
/*---------------------------------------*/
@media only screen and (max-width: 1679px) {}

/*---------------------------------------*/
/* 1136px <= width < 1280px
/*---------------------------------------*/
@media only screen and (max-width: 1279px) {}

/*---------------------------------------*/
/* 1024px <= width < 1136px
/*---------------------------------------*/
@media only screen and (max-width: 1135px) {}

/*---------------------------------------*/
/* 960px <= width < 1024px
/*---------------------------------------*/
@media only screen and (max-width: 1023px) {}

/*---------------------------------------*/
/* 768px <= width < 960px
/*---------------------------------------*/
@media only screen and (max-width: 959px) {}

/*---------------------------------------*/
/* 640px <= width < 768px
/*---------------------------------------*/
@media only screen and (max-width: 767px) {
    #wpimageslider .flex-direction-nav {
        display: none;
    }

    #wpimageslider li .flex-caption {
        display: none;
    }
}

/*---------------------------------------*/
/* 480px <= width < 640px
/*---------------------------------------*/
@media only screen and (max-width: 639px) {}

/*---------------------------------------*/
/* 420px <= width < 480px
/*---------------------------------------*/
@media only screen and (max-width: 479px) {}

/*---------------------------------------*/
/* 320px <= width < 420px
/*---------------------------------------*/
@media only screen and (max-width: 419px) {}

/*---------------------------------------*/
/* 0px <= width < 320px
/*---------------------------------------*/
@media only screen and (max-width: 319px) {}