/*-----------------------------------------------------------------
[Image and Slider Stylesheet]

Project:    Dynasty - Responsive Coming Soon Template
Version:    1.0
Autor:      -SitoWeb-
http://themeforest.net/user/-SitoWeb-


[Table of contents]

1. Image and Slider


-------------------------------------------------------------------
1. Image and Slider
------------------------------------------------------------------- */
.slider, .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: bloc;
}
.slider {
    z-index: -30000;
}
.effect-airbnb {
    background-color: transparent;
}
.animate.effect-airbnb {
    background-color: rgba(36, 51, 66, 0.8);
}
.dynasty-pages {
    background-color: rgba(34, 49, 63, 0.5);
    background-image: linear-gradient(120deg, rgba(34, 49, 63, 0.5), rgba(34, 49, 63, 0.5) 50%, rgba(44, 62, 80, 0.5) 50%, rgba(44, 62, 80, 0.5) 100%);
}
#pages {
    z-index: 29;
}
.dynasty-pages .container {
    z-index: 30;
    position: relative;
}
.dynasty-pages .container header {
    z-index: 40;
}
.dynasty-pages .container .info-box.active-page {
    z-index: 40;
}

