
/* var text-decoration */
/*--
	Common Css
--*/
body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #000;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 35px;
    font-weight: 400;
}

h3 {
    font-size: 30px;
    font-weight: 300;
}

p {
    font-size: 22px;
    line-height: 28px;
    text-align: justify;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.five-years {
    position: absolute;
    left: 43%;
    top: 100px;
    width: 100px;
}

    .five-years img {
        width:150px;
    }

.five-years-stats {
    position: relative;
    margin:0px auto;
    top: -10px;
    width: 100px;
}

    .five-years-stats img {
        width: 100px;
    }

a,
a:active,
a:focus,
a:visited,
a:hover {
    text-decoration: none !important;
    color: #fff;
    border: none;
}

.section-title {
    margin-bottom: 70px;
}

    .section-title h2 {
        text-transform: uppercase;
        font-size: 28px;
        font-weight: 600;
    }

    .section-title p {
        font-style: italic;
        color: #fff;
    }

.not-active {
    pointer-events: none !important;
    cursor: default !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.italic {
    font-style: italic;
}

.baseline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white
}

    .baseline:before,
    .baseline:after {
        content: '';
        border-top: 2px solid;
        margin: 0 20px 0 0;
        flex: 1 0 20px;
    }

    .baseline:after {
        margin: 0 0 0 20px;
    }
/*--
	Header Start 
--*/
.main-title {
    color: #fff;
    margin-left: 30%;
    font-style: italic;
}

.no-desk {
    display: none;
}

.last-section {
    border-top: 5px solid #f7f7f7;
    position: relative;
}


header {
    background: #000;
    padding: 0px 0;
}

    header .top-header {
        height: 120px;
        padding: 10px 0px;
        background-color: #000;
    }

        header .top-header h1 {
            padding-top: 30px;
        }

    header .navbar {
        margin-bottom: 0px;
        border: 0px;
    }

    header .nav-bar-center {
        margin: 0px auto;
    }

    header .navbar-brand {
        padding-top: 5px;
    }

        header .navbar-brand img {
            margin-left: 33px;
        }

        header .navbar-brand img {
            margin-left: 25px;
            margin-top: 35px;
        }

    header .navbar-default {
        background: none;
        border: 0px;
    }

        header .navbar-default .navbar-nav {
            padding-top: 10px;
        }


            header .navbar-default .navbar-nav li {
                border-bottom: 5px Solid #000;
            }

                header .navbar-default .navbar-nav li:hover {
                    border-bottom: 5px Solid #fff;
                    animation-name: navselection;
                    animation-timing-function: ease-in-out;
                    animation-duration: 1s;
                    -webkit-animation-name: navselection;
                    -webkit-animation-timing-function: ease-in-out;
                    -webkit-animation-duration: 1s;
                    color: #fff !important;
                }

                header .navbar-default .navbar-nav li a {
                    color: #d1d1d1;
                    padding: 10px 50px;
                    font-size: 14px;
                }

                    header .navbar-default .navbar-nav li a:hover {
                        color: #fff !important;
                        animation-name: d1tofff;
                        animation-timing-function: ease-in-out;
                        animation-duration: 1s;
                        -webkit-animation-name: d1tofff;
                        -webkit-animation-timing-function: ease-in-out;
                        -webkit-animation-duration: 1s;
                    }

.global-navigation-selected {
    border-bottom: 5px Solid #fff !important;
}

/*---------------------------------------------
					Index Start 
-----------------------------------------------*/
/*--
	Slider Start 
--*/
#slider {
    background: url("../img/slider-intro.jpg") no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    background-position: left top;
    height: 700px;
    padding: 260px 0 280px 0;
    position: relative;
}

    #slider .slider-container h1 {
        font-style: italic;
        font-size: 48px;
        text-decoration: none !important;
    }

    #slider .slider-container h1 {
        font-style: italic;
        font-size: 48px;
        text-decoration: none !important;
    }

        #slider .slider-container h1:hover {
            text-decoration: none !important;
        }

.slider-container a {
    color: #fff;
    font-weight: bold;
}

#slider:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, transparent, #000);
    opacity: 1;
}

#slider .block {
    color: #E3E3E4;
}

    #slider .block h1 {
        font-weight: 100;
        font-size: 48px;
        line-height: 60px;
        letter-spacing: 10px;
        padding-bottom: 45px;
    }

    #slider .block p {
        font-size: 23px;
        line-height: 40px;
        font-weight: 300;
        letter-spacing: 3px;
    }
/*--
	wrapper Start 
--*/
#intro {
    /*padding: 100px 0;*/
    background-color: #000;
    height: 250px;
}

    #intro .block h1 {
        padding-top: 35px;
        line-height: 27px;
        color: #fff;
    }

    #intro .block h3 {
        padding-top: 35px;
        line-height: 27px;
        color: #fff;
    }

    #intro .block p {
        color: #d1d1d1;
        padding-top: 20px;
    }

    #intro .block img {
        padding-left: 40px;
        width: 100%;
    }

    #intro .section-title {
        margin-bottom: 0px;
    }

        #intro .section-title p {
            padding-top: 20px;
        }

/*--
	Feature Start 
--*/
#mission {
    background-image: url("../img/mission.jpg");
    /*background-position: 50% 94px;*/
    width: 100%;
    display: block;
    position: relative;
    overflow: visible;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 100px 0px 0px 0px;
    height: 600px;
}

    #mission:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(to bottom, transparent, #002956);
        opacity: 1;
    }

    #mission h1 {
        font-style: italic;
        font-weight: bold;
        margin-bottom: 30px;
    }

    #mission h3 {
        padding-bottom: 25px;
    }

    #mission p {
        color: #333333;
        margin-bottom: 20px;
        font-size: 22px;
        padding-bottom: 20px;
    }

.home-mission {
    /* position: absolute; */
    margin: 270px auto;
    bottom: 0px;
    z-index: 100;
    position: relative;
    width: 70%;
}

    .home-mission h2 {
        font-size: 30px;
    }

.section-mission {
    position: relative;
    margin: 0px auto;
    top: 0px;
}

/* MISSION 2 BANNER */

#mission2 {
    background-image: url("../img/sfondoprovvisorioinorbitnow.jpg");
    /*background-position: 50% 94px;*/
    width: 100%;
    display: block;
    position: relative;
    overflow: visible;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 60px 0px 0px 0px;
    height: 600px;
}

    #mission2:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(to bottom, transparent, #000);
        opacity: 1;
    }

    #mission2 h1 {
        font-style: italic;
        font-weight: bold;
        margin-bottom: 30px;
    }

    #mission2 h3 {
        padding-bottom: 25px;
    }

    #mission2 p {
        color: #333333;
        margin-bottom: 20px;
        font-size: 22px;
        padding-bottom: 20px;
    }

.home-mission2 {
    /* position: absolute; */
    margin: 200px auto;
    bottom: 0px;
    z-index: 100;
    position: relative;
    width: 70%;
}

    .home-mission2 h2 {
        font-size: 30px;
    }

    #mission3 {
        background-image: url("../img/IOD_mission_III.jpg");
        background-position: 0px -150px !important;
        width: 100%;
        display: block;
        position: relative;
        overflow: visible;
        /*background-attachment: fixed;*/
        background-repeat: no-repeat;
        background-position: bottom center;
        background-color: #000;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        padding: 60px 0px 0px 0px;
        height: 600px;
    }
    
        #mission3:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 200px;
            background: linear-gradient(to bottom, transparent, #000);
            opacity: 1;
        }
    
        #mission3 h1 {
            font-style: italic;
            font-weight: bold;
            margin-bottom: 30px;
        }
    
        #mission3 h3 {
            padding-bottom: 25px;
        }
    
        #mission3 p {
            color: #333333;
            margin-bottom: 20px;
            font-size: 22px;
            padding-bottom: 20px;
        }
    
    .home-mission3 {
        /* position: absolute; */
        margin: 200px auto;
        bottom: 0px;
        z-index: 100;
        position: relative;
        width: 70%;
    }
    
        .home-mission3 h2 {
            font-size: 30px;
        }

#mission4 {
    background-image: url("../img/IOD_mission_IV.jpg");
    background-position: 0px -150px !important;
    width: 100%;
    display: block;
    position: relative;
    overflow: visible;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 60px 0px 0px 0px;
    height: 600px;
}

    #mission4:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(to bottom, transparent, #000);
        opacity: 1;
    }

    #mission4 h1 {
        font-style: italic;
        font-weight: bold;
        margin-bottom: 30px;
    }

    #mission4 h3 {
        padding-bottom: 25px;
    }

    #mission4 p {
        color: #333333;
        margin-bottom: 20px;
        font-size: 22px;
        padding-bottom: 20px;
    }

.home-mission4 {
    /* position: absolute; */
    margin: 200px auto;
    bottom: 0px;
    z-index: 100;
    position: relative;
    width: 70%;
}

    .home-mission4 h2 {
        font-size: 30px;
    }

.section-mission {
    position: relative;
    margin: 0px auto;
    top: 0px;
}

.padding {
    padding: 10px;
}

#space {
    background-image: url("../img/home-space.jpg");
    /*background-position: 50% 94px;*/
    width: 100%;
    display: block;
    position: relative;
    overflow: visible;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 100px 0;
}

    #space:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 300px;
        background: linear-gradient(to bottom, transparent, #73D1DB);
        opacity: 1;
    }

    #space h1 {
        font-weight: bold;
        font-style: italic;
        margin-bottom: 30px;
    }

    #space h3 {
        padding-bottom: 10px;
        padding-top: 20px;
        font-style: italic;
    }

    #space p {
        color: #333333;
        margin-bottom: 20px;
        font-size: 22px;
        text-align: justify;
    }

.content-bg-mission {
    text-align: center;
    padding: 20px;
}

.content-bg {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
}

    .content-bg h2 {
        color: #fff;
    }

    .content-bg h1 {
        color: #fff;
    }

    .content-bg h3 {
        color: #fff;
    }

    .content-bg p {
        color: #fff !important;
    }
/*--
	Feature Start 
--*/
#air {
    background: url("../img/air.jpg");
    background-position: 50% 94px;
    width: 100%;
    display: block;
    position: relative;
    overflow: visible;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 100px 0;
    height: 600px;
}

    #air:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 300px;
        background: linear-gradient(to top, transparent, #73D1DB);
        opacity: 1;
    }

    #air h2 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    #air p {
        color: #333333;
        margin-bottom: 20px;
    }

/*--
	call-to-action Start 
--*/
#call-to-action {
    padding: 100px 0px;
    position: relative;
    text-align: center;
    color: #fff;
}

    #call-to-action:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 400px;
        background: linear-gradient(to bottom, transparent, #14283B);
        opacity: 0.4;
    }

    #call-to-action h2 {
        padding-bottom: 20px;
        line-height: 33px;
        margin: 0;
        font-size: 30px;
    }

    #call-to-action h1 {
        font-size: 50px;
    }

    #call-to-action p {
        font-size: 14px;
        line-height: 1.6;
    }

    #call-to-action .btn-call-to-action {
        padding: 15px 35px;
        border: none;
        background-color: #fff;
        font-size: 18px;
        color: #333333;
        margin-top: 30px;
    }



/*--
	call-to-action partners Start 
--*/
#call-to-action-partners {
    background-color: #14283B;
    position: relative;
    text-align: center;
    color: #fff;
}

    #call-to-action-partners:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 400px;
        background: linear-gradient(to bottom, transparent, #14283B);
        opacity: 0.4;
    }

    #call-to-action-partners h2 {
        padding-bottom: 20px;
        line-height: 33px;
        margin: 0;
        font-size: 30px;
        font-style: italic;
    }

    #call-to-action-partners h1 {
        font-size: 50px;
    }

    #call-to-action-partners p {
        font-size: 14px;
        line-height: 1.6;
    }

    #call-to-action-partners .btn-call-to-action {
        padding: 15px 35px;
        border: none;
        background-color: #fff;
        font-size: 18px;
        color: #333333;
        margin-top: 30px;
    }


/*--
	content Start 
--*/
#testimonial {
    position: relative;
    /*padding: 50px 0;*/
    /*background: url("../img/about_us.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
    
    text-align: center;*/
}

    #testimonial:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 400px;
        background: linear-gradient(to bottom, transparent, #14283B);
        opacity: 0.4;
    }


    #testimonial .block h1 {
        line-height: 27px;
        color: #000;
        padding-top: 110px;
        font-style: italic;
    }

    #testimonial p {
        font-size: 18px;
        color: #000;
        font-style: italic;
        font-weight: bold;
        text-align: center;
    }

    #testimonial .block p {
        padding-top: 10px;
        color: white;
    }

    #testimonial .counter-box li {
        width: 50%;
        text-align: center;
        margin: 30px auto;
    }

        #testimonial .counter-box li i {
            font-size: 35px;
        }

        #testimonial .counter-box li h4 {
            font-size: 30px;
            font-weight: bold;
        }

        #testimonial .counter-box li span {
            color: #555;
        }

#testimonialContacts .testimonial-carousel {
    text-align: center;
    width: 75%;
    padding: 24px;
    background-color: white;
}

    #testimonialContacts .testimonial-carousel img {
        padding-bottom: 28px;
    }

    #testimonialContacts .testimonial-carousel p {
        line-height: 28px;
        font-weight: 300;
        padding-bottom: 20px;
    }

    #testimonialContacts .testimonial-carousel .user img {
        top: 25px;
        position: relative;
        padding-bottom: 0px;
        border-radius: 500px;
        border: 5px Solid #fff;
    }

    #testimonialContacts .testimonial-carousel .user p {
        padding-bottom: 0;
        font-size: 15px;
        line-height: 20px;
        color: #353241;
    }

        #testimonialContacts .testimonial-carousel .user p span {
            display: block;
            color: #353241;
            font-weight: 600;
        }

    #testimonialContacts .testimonial-carousel .owl-carousel .owl-pagination div {
        border: 1px solid #1D1D1D;
        border-radius: 500px;
        display: inline-block;
        height: 10px;
        margin-right: 15px;
        width: 10px;
    }

        #testimonialContacts .testimonial-carousel .owl-carousel .owl-pagination div.active {
            background: #5C5C5C;
            font-size: 30px;
            display: inline-block;
            border: 0px;
        }

/*--
	features Start 
--*/
#clients-logo-section {
    padding-top: 30px;
    padding-bottom: 75px;
}

    #clients-logo-section .clients-logo-img {
        padding: 0px 50px;
    }

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------
					                                                                    The Mission Start
---------------------------------------------------------------------------------------------------------------------------------------------------------*/

#slider-mission {
    background: url("../img/decas-slider.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 1280px;
    background-position: top center;
    text-align: center;
    padding: 160px 0 280px 0;
    position: relative;
    font-weight: bold;
}


    #slider-mission .slider-container a {
        color: #fff;
        font-weight: bold;
    }

    #slider-mission .slider-container-launch h3 {
        color: #fff;
        font-weight: bold;
        padding-top: 640px;
        font-weight: bold;
    }

    #slider-mission .slider-container-launch p {
        text-align: center;
    }

    #slider-mission .slider-container-launch-time h3 {
        color: #c40000;
        font-weight: bold;
        padding-top: 10px;
        font-weight: bold;
        line-height: 60px;
        letter-spacing: 10px;
    }

    #slider-mission .block {
        color: #E3E3E4;
    }

        #slider-mission .block h1 {
            font-weight: 100;
            font-size: 45px;
            line-height: 60px;
            letter-spacing: 10px;
        }

        #slider-mission .block h3 {
            font-weight: 80;
            line-height: 60px;
            letter-spacing: 5px;
        }

        #slider-mission .block p {
            font-size: 23px;
            line-height: 40px;
            font-weight: 300;
            letter-spacing: 3px;
        }

#intro-mission {
    /*padding: 100px 0;*/
    background: url("../img/bg_contents_mission.png") #000 no-repeat top center;
    height: 1150px;
    border-top: 8px Solid #fff;
}

    #intro-mission .block h1 {
        padding-top: 40px;
        font-size: 45px;
        line-height: 27px;
        padding-bottom: 25px;
        color: #fff;
    }

    #intro-mission .block h2 {
        padding-top: 35px;
        line-height: 27px;
        color: #fff;
    }

    #intro-mission .block h3 {
        padding-top: 15px;
        line-height: 60px;
        letter-spacing: 10px;
        padding-bottom: 45px;
        color: #fff;
    }

    #intro-mission .block p {
        color: #fff;
        padding-top: 20px;
    }

    #intro-mission .block .animation {
        width: 500px;
        height: 500px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #intro-mission .section-title {
        margin-bottom: 0px;
        text-align: justify;
    }

        #intro-mission .section-title p {
            padding-top: 20px;
            font-style: normal;
            text-align: justify;
        }

        #intro-mission .section-title h3 {
            padding-top: 35px;
            line-height: 27px;
            color: #fff;
        }

.d-sat {
    display: inline-block !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    height: 8rem !important;
    border: none !important;
}

    .d-sat:hover {
        background-color: rgba(255,255,255, 0.7) !important;
    }

#secondClipContainer {
    margin-top: 30px;
}


#mission-reentry {
    background-image: url("../img/reentry.jpg");
    /*background-position: 50% 94px;*/
    width: 100%;
    display: block;
    position: relative;
    overflow: visible;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*padding: 100px 0px 0px 0px;*/
    height: 560px;
}


.end-mission {
    color: #fff;
    font-size: 30px !important;
    text-align: center;
    font-style: italic;
    padding: 10px 0px 10px;
    background-color: #000;
}

#mission-reentry h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

#mission-reentry p {
    color: #000;
    margin-bottom: 20px;
}

/*--------- Heading------------*/
.heading {
    padding-bottom: 60px;
    text-align: center;
}

    .heading h2 {
        color: #000;
        font-size: 30px;
        line-height: 40px;
        font-weight: 400;
    }

    .heading p {
        font-size: 18px;
        line-height: 40px;
        color: #292929;
        font-weight: 300;
    }
/*---------------------------*/

/*---------------------------------------------
					 Contact Start 
-----------------------------------------------*/
/*--
	slider-contact Start 
--*/
#slider-contact {
    background: url("../img/contatti.jpg") no-repeat;
    background-size: cover;
    background-position: center -350px;
    padding-top: 150px;
    padding-bottom: 107px;
    position: relative;
    height: 600px;
}

    #slider-contact .block {
        color: #E3E3E4;
        margin: 0 auto;
        padding-left: 90px;
    }

        #slider-contact .block h1 {
            font-weight: 100;
            font-size: 45px;
            line-height: 60px;
            letter-spacing: 6px;
            padding-bottom: 15px;
        }

        #slider-contact .block p {
            font-size: 23px;
            line-height: 40px;
            font-weight: 300;
            letter-spacing: 1px;
            word-spacing: 3px;
        }



/*--
	contact-form Start 
--*/
#contact-form {
    padding-top: 70px;
    position: relative;
}

    #contact-form:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 400px;
        background: linear-gradient(to bottom, transparent, #14283B);
        opacity: 0.4;
    }


.changing-horizon {
    background: linear-gradient(225deg,#1c4b72,#503360,#26496E,#e12e59);
    background-size: 800% 800%;
    -webkit-animation: horizon 40s ease infinite;
    -moz-animation: horizon 40s ease infinite;
    animation: horizon 40s ease infinite;
}

.changing-horizon-dark {
    background: linear-gradient(225deg,#203C59, #070707);
    background-size: 800% 800%;
    -webkit-animation: horizon 40s ease infinite;
    -moz-animation: horizon 40s ease infinite;
    animation: horizon 40s ease infinite;
}

@-webkit-keyframes horizon {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes horizon {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes horizon {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


#contact-form p {
    padding-top: 70px;
    padding-bottom: 35px;
    position: relative;
}

#contact-form .block form .form-group {
    padding-bottom: 15px;
    margin: 0px;
}

    #contact-form .block form .form-group .form-control {
        background: #F6F8FA;
        height: 60px;
        border: 1px solid #EEF2F6;
        box-shadow: none;
        width: 100%;
    }

#contact-form .block form .form-group-2 {
    padding-bottom: 15px;
    margin: 0px;
}

    #contact-form .block form .form-group-2 textarea {
        background: #F6F8FA;
        height: 135px;
        border: 1px solid #EEF2F6;
        box-shadow: none;
        width: 100%;
    }

#contact-form .block button {
    width: 100%;
    height: 60px;
    background: #47424C;
    border: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
/*--
	wrapper-contact Start 
--*/
.address-block li {
    margin-bottom: 20px;
}

    .address-block li i {
        margin-right: 15px;
        font-size: 20px;
        width: 20px;
        float: left;
        text-align: center;
    }

    .address-block li span {
        font-size: 18px !important;
    }

.social-icons {
    margin-top: 40px;
}

    .social-icons li {
        display: inline-block;
        margin: 0 6px;
    }

    .social-icons a {
        display: inline-block;
    }

    .social-icons i {
        color: #2C2C2C;
        margin-right: 25px;
        font-size: 25px;
    }

.google-map {
    position: relative;
    margin-top: 10px;
}

#lblMap {
    color: #fff !important;
}

.google-map #map {
    width: 600px;
    height: 450px;
    background-color: #000;
}

#contact-box {
    padding-top: 35px;
    padding-bottom: 58px;
    color: #fff;
}

    #contact-box .block img {
        /*width: 100px;*/
    }

    #contact-box .block h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #000;
        font-size: 28px;
        padding-bottom: 30px;
    }

    #contact-box .block p {
        color: #5C5C5C;
        display: block;
    }

.bg-linkedin {
    background-image: url("../img/bg_linkedin.png");
    background-position: top;
    background-repeat: no-repeat;
}
.bg-facebook {
    background-image: url("../img/fb_banner.png");
    background-position: top;
    background-repeat: no-repeat;
}
/*--
	features-contact Start 
--*/
#features-contact {
    padding-top: 50px;
    padding-bottom: 75px;
}

    #features-contact .block ul li {
        width: 19%;
        text-align: center;
        display: inline-block;
        padding: 40px 0px;
    }
/*---------------------------------------------
					Contact Close 
-----------------------------------------------*/

/*-----------------School page-------------------*/
#slider-school {
    background: url("../img/ION_at_School.jpg") no-repeat;
    background-size: cover;
    background-position: center -150px;
    padding-top: 150px;
    padding-bottom: 107px;
    position: relative;
    height: 900px;
}

    #slider-school .block {
        color: #E3E3E4;
        margin: 0 auto;
        padding-left: 90px;
    }

        #slider-school .block h1 {
            font-weight: 100;
            font-size: 45px;
            line-height: 60px;
            letter-spacing: 6px;
            padding-bottom: 15px;
        }

        #slider-school .block p {
            font-size: 23px;
            line-height: 40px;
            font-weight: 300;
            letter-spacing: 1px;
            word-spacing: 3px;
        }

        .ion-at-school-title{
            padding-top: 400px;
            color: #fff;
            font-size: 60px;
        }
        .ion-at-school-subtitle{
            padding-top: 100px;
            color: #fff;
            font-size: 45px;
        }

        #slider-school:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 700px;
            background: linear-gradient(to bottom, transparent, #002956);
            opacity: 1;
        }

        .school-section{
            background-color: #002956;
            border-top:3px solid #fff;
        }

        .classroom-1{
            background: url("../img/classroom1.jpg") no-repeat;
            background-size: cover;
            position: relative;
            height: 800px;
            top:30px;
            border:2px solid #fff;
  -moz-box-shadow: inset 10px 10px 50px #fff;
  -webkit-box-shadow: inset 10px 10px 50px #fff;
  box-shadow: inset 10px 10px 50px #fff;
        }

  .classroom-2{
    background: url("../img/d-sat-2017-1.jpg") no-repeat;
    background-size: cover;
    position: relative;
    height: 400px;
    top:30px;
    border:2px solid #fff;
-moz-box-shadow: inset 10px 10px 50px #fff;
-webkit-box-shadow: inset 10px 10px 50px #fff;
box-shadow: inset 10px 10px 50px #fff;
        }

        .classroom-3{
            background: url("../img/d-sat-2017-2.jpg") no-repeat;
            background-size: cover;
            position: relative;
            height: 400px;
            top:60px;
            border:2px solid #fff;
        -moz-box-shadow: inset 10px 10px 50px #fff;
        -webkit-box-shadow: inset 10px 10px 50px #fff;
        box-shadow: inset 10px 10px 50px #fff;
                }

                .button-to-school{

                    text-align: center;
                }

/*-----------------END OF School page--------------------------*/
/*--
	footer Start 
--*/

.ground {
    width: 100%;
    height: 500px;
    background-image: url("../img/ground.png");
    background-repeat: no-repeat;
}

.ground-dark {
    width: 100%;
    height: 190px;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
    background-image: url("../img/ground-dark.png");
    background-size: cover;
}

footer {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 55px;
    height: 256px;
    background-color: #f7f7f7;
}

    footer .container {
        height: 200px;
        background-color: #f7f7f7;
    }

    footer .minimal {
        min-height: 170px;
    }

    footer .minimal-container {
        min-height: 100px;
        background-color: #f7f7f7;
    }

    footer p {
        font-size: 13px;
        line-height: 25px;
        color: #000;
        text-align: center;
    }

    footer a {
        color: #000;
    }

    footer .footer-manu {
        padding-bottom: 25px;
    }

        footer .footer-manu ul {
            margin: 0px;
            padding: 0px;
        }

            footer .footer-manu ul li {
                display: block;
                padding: 20px;
                float: left;
                width: 20%;
                text-align: center;
            }

                footer .footer-manu ul li a {
                    display: inline-block;
                    color: #000;
                    padding: 10px;
                    font-weight: bold;
                }

                    footer .footer-manu ul li a:hover {
                        color: #14283B;
                    }

.footer-box {
    width: 250px;
    padding: 20px;
    height: 150px;
}

.footer-brands-partner {
    padding-bottom: 25px;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

    .footer-brands-partner ul {
        overflow: hidden !important;
        margin: 0px;
        position: relative;
        height: 240px;
    }

        .footer-brands-partner ul li {
            float: left !important;
            width: 200px !important;
            height: 120px !important;
            padding: 20px;
            position: relative;
        }

            .footer-brands-partner ul li a {
                position: absolute;
            }

.border-left {
    border-left: 2px Solid #d1d1d1;
}

.border-right {
    border-right: 2px Solid #d1d1d1;
}

.footer-copy {
    background: #f7f7f7;
    text-align: center;
    padding: 51px !important;
    /*height: 65px;*/
}

    .footer-copy p {
        color: #000;
    }
/*.navbar-default {
    margin-top: 15px
}

    .navbar-default ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0
    }

        .navbar-default ul a {
            display: block;
            color: #333;
            text-decoration: none;
            font-weight: 700;
            font-size: 12px;
            line-height: 32px;
            padding: 0 15px;
            font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
        }

        .navbar-default ul li {
            position: relative;
            float: left;
            margin: 0;
            padding: 0
        }

            .navbar-default ul li.current-menu-item {
                background: #ddd
            }

            .navbar-default ul li:hover {
                background: #f6f6f6
            }

        .navbar-default ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            padding: 0
        }

            .navbar-default ul ul li {
                float: none;
                width: 200px
            }

            .navbar-default ul ul a {
                line-height: 120%;
                padding: 10px 15px
            }

            .navbar-default ul ul ul {
                top: 0;
                left: 100%
            }

        .navbar-default ul li:hover > ul {
            display: block
        }*/
/*ul#prova li:hover, ul#prova li a:hover {
    color: #000000;
}*/
/*NUOVO BANNER*/
#newBanner {
    background-image: url("../img/HPS_aviosonic.jpg");
    width: 100%;
    display: block;
    position: relative;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #000;
    background-size: auto;
    box-sizing: border-box;
    backface-visibility: hidden;
    padding: 100px 0px 0px 0px;
    height: 500px;
}

.banner {
    color: #fff;
}

#newBanner .bannerDiv1 h1 {
    padding-bottom: 10px;
    font-size: 25px;
    color: #fff;
    font-style: italic;
}

#newBanner .bannerDiv1 h2 {
    padding: 10px;
    font-size: 22px;
    color: #fff !important;
    font-style: italic;
}

#newBanner .bannerDiv2 h3 {
    padding: 15px;
    font-size: 18px;
    color: #fff;
}

.bannerDiv2 {
    margin-top: 200px;
    float: right;
}

/*SOTTOMEN�*/
ul#submenuId li:hover .sub-menu {
    opacity: 1;
    display: block;
    animation-name: submenu;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
    -webkit-animation-name: submenu;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 2s;
    position: absolute;
}

.sub-menu {
    display: none;
    opacity: 0;
    width: 190px;
    /*animation-name: d1tofff;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
    -webkit-animation-name: d1tofff;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 2s;*/
    background-color: black;
    z-index: 1;
    position: relative;
    padding-bottom: 10px;
}

    .sub-menu ol a {
        padding: 0px !important;
    }

    .sub-menu ol {
        padding-top: 10px;
    }

/*footer-refactoring*/
.footer-submenu {
    margin-bottom: 0px;
    margin-top: 0px;
}

.submenuPadding {
    padding-left: 100px;
}

.btn-view {
    color: #61dafb !important;
    border: 1px solid #61dafb;
    background-color: transparent;
    border-radius: 0px;
    width: 30rem;
    height: 5rem;
    font-size: 17px;
    display: table-cell;
}

    .btn-view:hover {
        background-color: #61dafb;
        color: white !important;
    }
