/*------------------------------------------*/
/*  Bloques parallax Futurvia Background Parallax Settings
/*------------------------------------------*/

/*
#top video{
visibility: visible !important;
opacity: 1 !important;
}
*/

.parallax-1{
    background: url("../images/docrys-parallax-1.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    background-size: cover;
}

.parallax-1 .overlay {
    height: 800px;
}

.parallax-4{
    background: url("../images/docrys-parallax-4.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    background-size: cover;
}

.parallax-4 .overlay {
    height: 800px;
}



.parallax-2{
    background: url("../images/docrys-parallax-2.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    background-size: cover;
}

.parallax-2 .overlay {
    height: 800px;
}

.parallax-3{
    background: url("../images/docrys-parallax-3.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    background-size: cover;
}

.parallax-3 .overlay {
    height: 800px;
}

.parallax-5{
    background: url("../images/docrys-parallax-5.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    background-size: cover;
}

.parallax-5 .overlay {
    height: 800px;
}

@media screen and (max-width: 767px) {

 .parallax-1 { background: url("../images/docrys-parallax-1-small.jpg") no-repeat; background-size: cover; }
 .parallax-2 { background: url("../images/docrys-parallax-2-small.jpg") no-repeat; background-size: cover; }
 .parallax-3 { background: url("../images/docrys-parallax-3-small.jpg") no-repeat; background-size: cover; }
 .parallax-4 { background: url("../images/docrys-parallax-4-small.jpg") no-repeat; background-size: cover; }
.parallax-5 { background: url("../images/docrys-parallax-5-small.jpg") no-repeat; background-size: cover; }
.parallax-1 .overlay {
    height: 800px;
}

#top video{
display: none !important;
background: url("../images/video/ocean.jpg") no-repeat center top fixed;
}

}


.color-bg {
    background-color: #000 !important;
}

.dark-bg {
    background-color: #000 !important;
}

.navbar-fixed-top.is-scrolling {
    background: rgba(0,0,0) !important;
}
