/*-----------------------------------------------------------------------------------

CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Button-Style
4. Helper-Classes
5. ScrollUp-Button
6. Navbar
7. Header
8. 3 Steps
9. Features
10. Testimonial
11. Footer
12. Responsive

/*-----------------------------------------------------------------------------------


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,500,700');

/*-------------------
2. Theme Default CSS
--------------------*/

* {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #768ede;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 1.4em;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

p {
    font-weight: 300;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #8790af;
}

/*-- 3. Button-Style --*/


.bttn-default {
    padding: 12px 30px;
    background-color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 1.5px;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbd786+0,f7797d+100 */
    background: rgb(251,215,134); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(251,215,134,1) 0%, rgba(247,121,125,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(251,215,134,1) 0%,rgba(247,121,125,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(251,215,134,1) 0%,rgba(247,121,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd786', endColorstr='#f7797d',GradientType=1 ); /* IE6-9 */
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.bttn-default:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.bttn-fb {
    padding: 5px 30px;
    background-color: #3b5799;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 1.5px;
    font-size: 11px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.bttn-fb:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*-- 4. Helper-Classes --*/

.section-padding-top {
    padding-top: 120px;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.space-20 {
    height: 20px;
}

.space-80 {
    height: 80px;
}

.pad20 {
    padding-top: 20px;
}

.pad50 {
    padding-top: 50px;
}

.pad100 {
    padding-top: 100px;
}

.pad-left {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ffffff;
    font-size: 15px;
}

.shadow {
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
}

a {
   color: #fbd786; 
}

a:hover {
    color: #f7797d;
}

.yellow {
    color: #fbd786;
}

.blue {
    color: #3b8d99;
}

.grey {
    color: #b3b3b3; 
}
.grey2 {
    color: ##333; 
}

.white {
    color: #ffffff;
}

.title1 {
    font-weight: 700;
}

.upper {
    text-transform: uppercase;
}

.right {
    float: right;
}

hr {
    border-top: 2px dotted #eee;
}

.img-responsive {
    margin: 0 auto;
}


/*-- 5. ScrollUp-Button --*/

#scrollUp {
    opacity: 0.8;
    margin: 0px 20px 20px 0px;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    border-radius: 5px;
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbd786+0,f7797d+100 */
    background: rgb(251,215,134); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(251,215,134,1) 0%, rgba(247,121,125,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(251,215,134,1) 0%,rgba(247,121,125,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(251,215,134,1) 0%,rgba(247,121,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd786', endColorstr='#f7797d',GradientType=1 ); /* IE6-9 */
}

.preloader {
    background-color: #ffffff;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.preloader span {
    background: rgb(59,141,153); /* Old browsers */
    
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin: auto;
    -webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;
}

@-webkit-keyframes mymove {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 141, 153, 0.6), 0 0 0 0 rgba(59, 141, 153, 0.6);
        box-shadow: 0 0 0 0 rgba(59, 141, 153, 0.6), 0 0 0 0 rgba(59, 141, 153, 0.6);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(59, 141, 153, 0.6), 0 0 0 10px rgba(59, 141, 153, 0.6);
        box-shadow: 0 0 0 10px rgba(59, 141, 153, 0.6), 0 0 0 10px rgba(59, 141, 153, 0.6);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(59, 141, 153, 0.6), 0 0 0 20px rgba(59, 141, 153, 0.6);
        box-shadow: 0 0 0 10px rgba(59, 141, 153, 0.6), 0 0 0 20px rgba(59, 141, 153, 0.6);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(59, 141, 153, 0.6), 0 0 0 10px rgba(59, 141, 153, 0.6);
        box-shadow: 0 0 0 10px rgba(59, 141, 153, 0.6), 0 0 0 10px rgba(59, 141, 153, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 141, 153, 0.6), 0 0 0 0 rgba(59, 141, 153, 0.6);
        box-shadow: 0 0 0 0 rgba(59, 141, 153, 0.6), 0 0 0 0 rgba(59, 141, 153, 0.6);
    }
}

@keyframes mymove {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 141, 153, 0.6), 0 0 0 0 rgba(59, 141, 153, 0.6);
        box-shadow: 0 0 0 0 rgba(59, 141, 153, 0.6), 0 0 0 0 rgba(59, 141, 153, 0.6);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(59, 141, 153, 0.6), 0 0 0 10px rgba(59, 141, 153, 0.6);
        box-shadow: 0 0 0 10px rgba(59, 141, 153, 0.6), 0 0 0 10px rgba(59, 141, 153, 0.6);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(59, 141, 153, 0.6), 0 0 0 20px rgba(59, 141, 153, 0.6);
        box-shadow: 0 0 0 10px rgba(59, 141, 153, 0.6), 0 0 0 20px rgba(59, 141, 153, 0.6);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(59, 141, 153, 0.6), 0 0 0 10px rgba(59, 141, 153, 0.6);
        box-shadow: 0 0 0 10px rgba(59, 141, 153, 0.6), 0 0 0 10px rgba(59, 141, 153, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 141, 153, 0.6), 0 0 0 0 rgba(59, 141, 153, 0.6);
        box-shadow: 0 0 0 0 rgba(59, 141, 153, 0.6), 0 0 0 0 rgba(59, 141, 153, 0.6);
    }
}


/*-- 6. Navbar --*/

.mainmenu-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b6b83+42,3b8d99+99 */
   background: rgb(113,122,154); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(113,122,154,1) 0%, rgba(0,184,199,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(113,122,154,1) 0%,rgba(0,184,199,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(113,122,154,1) 0%,rgba(0,184,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717a9a', endColorstr='#00b8c7',GradientType=1 ); /* IE6-9 */
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area.affix {
    position: fixed;
    top: 0;
}

.mainmenu-area.affix:before {
    opacity: 1;
}

.mainmenu-area .navbar-brand {
    height: auto;
}

.affix-top {
    opacity: 0;
}

.affix {
    opacity: 1;
}


.bttn-nav .lnr {
    margin-right: 10px;
}

.bttn-nav {
    margin-top: 10px;
    padding: 6px 20px;
    background-color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 1.5px;
    font-size: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbd786+0,f7797d+100 */
    background: rgb(251,215,134); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(251,215,134,1) 0%, rgba(247,121,125,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(251,215,134,1) 0%,rgba(247,121,125,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(251,215,134,1) 0%,rgba(247,121,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd786', endColorstr='#f7797d',GradientType=1 ); /* IE6-9 */
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.bttn-nav:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*-- 7. Header --*/
.home-area {
    width: 100%;
    /*background: url('../images/header-bg.jpg') no-repeat scroll center bottom / cover; */
	 background: rgb(113,122,154); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(113,122,154,1) 0%, rgba(0,184,199,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(113,122,154,1) 0%,rgba(0,184,199,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(113,122,154,1) 0%,rgba(0,184,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717a9a', endColorstr='#00b8c7',GradientType=1 ); /* IE6-9 */
    padding-top: 5vh;
    padding-bottom: 20vh;
    color: #ffffff;
}

.home-area .mobile-image {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -158px;
}

div.desktop-wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}
div.desktop-wrapper iframe {
    box-sizing: border-box;
    background: url(../images/mockup.png) center center no-repeat;
    background-size: contain;
    padding: 3.4% 9% 18.6%;/* 11.9% 15.5% 14.8% */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-- 8. Steps --*/

.step {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.step:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*-- 9. Features --*/
#features {
    background-color: #fff;
    padding-bottom: 50px;
}

.features {
    margin: 0px 0px 50px 0px;
}

.features-title {
    font-weight: 700;
    color: #3b8d99;
    padding-top: 30px;
}

.cta {
    margin-bottom: 20px;
}

/*-- 10. Testimonial --*/

.testimonial-area {
    padding-top: 60px;
}

.test-box {
    position: relative;
    padding: 55px 30px 30px 30px;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    z-index: 1;
}


.test-box:hover {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.test-box .test-image {
    position: absolute;
    margin: 0 0;
    top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.test-slide .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    left: auto;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.test-slide .owl-controls .owl-nav > div.owl-next {
    right: auto;
    left: 100%;
}

/*-- Facebook / Twitter News --*/
#facebook-news {
    padding-top: 30px;
    padding-bottom: 60px;
}



/*-- 11. Footer --*/


footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b6b83+42,3b8d99+99 */
    background: rgb(113,122,154); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(113,122,154,1) 0%, rgba(0,184,199,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(113,122,154,1) 0%,rgba(0,184,199,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(113,122,154,1) 0%,rgba(0,184,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717a9a', endColorstr='#00b8c7',GradientType=1 ); /* IE6-9 */
    padding: 50px 0px 20px 0px;
}

.copy {
    font-weight: 300;
}
/*------------------------------------
12. RESPONSIVE
-------------------------------------*/


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1280px) {

    .test-slide .owl-controls .owl-nav {
        text-align: center;
    }
    .test-slide .owl-controls .owl-nav > div {
        position: static;
        display: inline-block;
        margin: 30px 15px 15px 15px;
    }
}

/* Small Layout: 991px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {    
    
    .home-area {
        padding: 35px 0px;
    }

    .home-area h1 {
        font-size: 45px;
    }

    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .step img {

        width: 30%;
    }

    #features {
        padding-bottom: 20px;
    }

    .features-title {
        padding-top: 0px;
    }


    .features-img {
        width: 50%;
        margin: 0 auto;
    }

    .features {
        text-align: center;
    }

    .testimonial-area {
        padding: 60px 0;
    }

    .test-slide .owl-controls .owl-nav {
        text-align: center;
    }
    .test-slide .owl-controls .owl-nav > div {
        position: static;
        display: inline-block;
        margin: 30px 15px 15px 15px;
    }

    .copy {
        float: left;
        text-align: center;
        padding-top: 20px;
    }

    .footer-fb {
        text-align: center;
    }
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 500px) and (max-width: 767px) {

    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home-area {
        padding: 35px 0px;
    }

    .home-area h1 {
        text-align: center;
        padding-top: 20px;
        font-size: 38px;
    }

    .home-area p {
        text-align: center;
    }

    div.desktop-wrapper iframe {
        padding: 10.4% 3.8% 28.6%;
    }

    .desktop-wrapper {
        width: 50%;
        margin: 0 auto;
    }

    div.desktop-wrapper {
        padding-bottom: 45.5%;
    }

    .step img {

        width: 40%;
    }

    .features-img {
        width: 50%;
        margin: 0 auto;
    }

    #features {
        padding-bottom: 20px;
    }

    .features-title {
        padding-top: 0px;
    }

    .features {
        text-align: center;
    }

    .copy {
        float: left;
        text-align: center;
        padding-top: 20px;
    }

    .footer-fb {
        text-align: center;
    }

   
   
}


/* Mobile Layout*/

@media only screen and (max-width: 499px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    .section-padding {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    
    .mainmenu-area {
        padding: 15px 0;
    }
    .mainmenu-area:before {
        opacity: 0.9;
    }
   
    .mainmenu-area #primary_menu {
        overflow-y: auto;
        max-height: 80vh;
    }

    .navbar-brand {
        width: 40%;
        padding: 0px;
    }

    .btn-nav {
        margin-top: 0px;
    }

    .pad-mob {
        padding-top: 0px;
    }

    .home-area {
        padding: 35px 0px;
        background: url(../images/header-mob.jpg);
    }

    .home-area h1 {
        text-align: center;
        padding-top: 20px;
    }

    .home-area p {
        text-align: center;
    }

    div.desktop-wrapper iframe {
        padding: 3.4% 7.8% 19.6%;
    }

    .desktop-wrapper {
        width: 70%;
        margin: 0 auto;
    }

    div.desktop-wrapper {
        padding-bottom: 45.5%;
    }

    .step img {

        width: 40%;
    }

    #features {
        padding-bottom: 20px;
    }

    .features-title {
        padding-top: 0px;
    }

    .features {
        text-align: center;
    }
    
    .testimonial-area {
        padding: 60px 0 30px 0px;
    }
    .test-slide .owl-controls .owl-nav {
        text-align: center;
    }
    .test-slide .owl-controls .owl-nav > div {
        position: static;
        display: inline-block;
        margin: 30px 15px 15px 15px;
    }


    .copy {
        float: left;
        text-align: center;
        padding-top: 20px;
        font-size: 10px;
    }

    .footer-fb {
        text-align: center;
        font-size: 12px;
    }

    footer {
        padding: 20px 0px 0px 0px;
    }
}

/*
13 cosa abbiamo fatto
*/
   
   .test-box-blue {
	   text-align:center;
    position: relative;
    padding: 55px 30px 30px 30px;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #07b3c3;
    z-index: 1;
}

   
   .test-box-blue img {
   	width: 50%;
   }
   
   .test-box-blue h1 {
   font-size: 60px;
   }
   
   .test-box-blue p {
   font-size: 25px;
   }
   
.acquisti-box {
	position: relative;
	padding: 55px 30px 30px 30px;
	-webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-top: 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #fff;
	z-index: 1;
}

.acquisti-box img{
	width:100%;
}

.acquisti-box p{
	height:120px;
}

.acquisti-box h4{
	color: #929292;
	font-size:20px;
}

.acquisti-box h4 small {
	display:block;
	font-style:italic;
	color: #929292;
}

.acquisti-box h3{
	padding-top:10px !important;
}


