/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8-giu-2018, 16.18.52
    Author     : pubbliSHARK
*/

#header{
    background: #fff !important;
}
/*
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {    
    color: #375b73 !important;
}
*/
.bottle{
    background:#b7b6b4 !important;
}
.bottle-2{
    background:#f3f3f3 !important;
}
.white{
    background:#fff !important;
}
.creative-nick{
    font-size: 15px !important;
    color: #292929 !important;
    z-index: 999999 !important;
    padding: 0px 10px !important;
}
.new-slider-home{
    max-height: 450px !important;
}
.tp-caption.text-sld {z-index: 999999999 !important;}
.tp-caption.call-to-action a{border-radius: 0px !important;font-size: 25px !important;}
.home-intro{padding-top: 0px;}

.slider-big-title{
    font-size: 45px !important;
}
@media only screen and (max-width: 600px) {
    .new-slider-home{
        max-height: 180px !important;
    }
    .creative-nick{
        display:none;
    }
    .sub-title-header {
        font-size: 13px !important;
    }
    .header-description{
        display:none;
    }
    .slider-big-title{
        font-size: 18px !important;
    }
    .tp-caption.call-to-action a {
        border-radius: 0px !important;
        font-size: 18px !important;
    }
}