/* ==================================================================== 
        PRODUCTS SLIDESHOW
 ====================================================================*/
#products-slideshow,
#products-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1; 
    list-style-type: none;
    margin:0;
    display: inline-block;
}
#products-slideshow:after { 
    content: '';
}

#products-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #f78f1e;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: -1;
    animation: productsAnimation 30s linear infinite 0s; 
}

#products-slideshow li:nth-child(1) span { 
    background-image: url(../img/background/products/1.jpg);
    background-position: 50% 50%;
}
#products-slideshow li:nth-child(2) span { 
    background-image: url(../img/background/products/2.jpg);
    animation-delay: 6s; 
}
#products-slideshow li:nth-child(3) span { 
    background-image: url(../img/background/products/3.png);
    animation-delay: 12s; 
    background-position: 50% 40%;
}
#products-slideshow li:nth-child(4) span { 
    background-image: url(../img/background/products/4.jpg);
    animation-delay: 18s; 
}
#products-slideshow li:nth-child(5) span { 
    background-image: url(../img/background/products/5.jpg);
    animation-delay: 24s; 
}
#products-slideshow li:nth-child(6) span { 
    background-image: url(../img/background/products/6.jpg);
    animation-delay: 30s; 
    background-position: 50% 40%;
}

@keyframes productsAnimation { 
    0% { 
        opacity: 0; 
        animation-timing-function: ease-in; 
    }
    8% { 
        opacity: 1; 
        transform: scale(1.02); 
        animation-timing-function: ease-out; 
    }
    17% { 
        opacity: 1;
        transform: scale(1.04);
    }
    25% { 
        opacity: 0;
        transform: scale(1.04);
    }
    100% { opacity: 0; }
}

#products-intro{
    margin-top:75px; margin-bottom: 75px; z-index:1; position: relative; max-width : 1335px;
}

/* ==================================================================== 
        QUOTE 
 ====================================================================*/

#products-quote{
    z-index:-10;
    padding-bottom:250px;
    padding-top:250px;
    margin-top:-250px;

    background-color: white;
    /*background: url("../img/background/bg_about2.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
/* ==================================================================== 
        FABULOUS INFLATABLES LINK 
 ====================================================================*/
#fab_link2{
    margin-bottom:30px;
    background: linear-gradient(120deg, #0068ac 62%, #002c70 62%);
    background-color: #0068ac;
    margin : 0 auto;
    margin-top:-195px;
    z-index:1;
    position: relative;
    margin-bottom:30px;
}

/* ==================================================================== 
        GALLERY - COLD AIR 
 ====================================================================*/

#coldair{
    background-color : #f78f1e;
    background: linear-gradient(120deg, #f78f1e 30.5%, #d27a1a 30.5%);
    margin : 0 auto;
    z-index:1;
    position: relative;
    margin-bottom:30px;
}
#coldair h1, #coldair p{
    color:white;
    margin-left:40px;
}
#coldair h1{
    font-weight:bold;
    font-size:2.9em;
    text-transform: uppercase;
    line-height: 100%;
}

#coldair img{
    margin-left:16px;
}
#coldair a{
    color: white;
}

/* ==================================================================== 
        GALLERY CLASS 
 ====================================================================*/
.products-container-blue{
    background-color: #14679e;
    background: linear-gradient(120deg, #0068ac 38%, #002c70 38%);
    color: white;
    padding-bottom: 288px;
    margin-bottom: 30px;
}

.products-container-orange{
    background-color: #14679e;
    background: linear-gradient(120deg, #f78f1e 38%, #d27a1a 38%);
    color: white;
    padding-bottom: 288px;
    margin-bottom: 30px;
}

.products-container-blue a, .products-container-orange a{color: white;}
.products-container-blue h1, .products-container-orange h1{
    font-weight:bold;
    font-size:2.1em;
    text-transform: uppercase;
    line-height: 120%;
}
.products-container-blue div, .products-container-orange div{
    float:left;
    margin-left:30px;
    margin-top:90px;
}
.products-container-blue img, .products-container-orange img{
    float:right;
    max-width:100%;
}