@font-face {
    font-family: LeckerliOne;
    src: url(fonts/LeckerliOne-Regular.otf);
}






/*!INIZIO - COMMON*/


body {
    
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background-color: #E5FAF9;
    background-image: url(img/sfonodo_body.png);
    background-repeat: repeat-y;
}

a {
    
    color: #31a7bc;
    text-decoration: none;
}

a:hover {
    
    color: ##236f77;
    text-decoration: none;
}

.LeckerliOne {
    
    font-family: 'LeckerliOne';
    
}

.semi-bold {
    
    font-weight: 600;
    
}

.bold {
    
    font-weight: 800;
    
}


.tc-azure {
    
    color: #00CDC0!important;
    
}

.tc-orange {
    
    color: #ef8026!important;
    
}

.tc-gray {
    
    color: #575756!important;
    
}

.tc-gray-light {
    
    color: #919191!important;
    
}

.tc-white {
    
    color: #ffffff!important;
    
}

.margin-top120 {
    
    margin-top: 120px;
}

.margin-top60 {
    
    margin-top: 60px;
}

.margin-top20 {
    
    margin-top: 20px;
}

.margin-to-top60 {
    
    margin-top: -60px;
}

.center {
    
    margin: 0 auto;
}

.mute {
    
    opacity: 0.3;
}

.min-h-300 {
    
    min-height: 300px;
}

.min-h-400 {
    
    min-height: 400px;
}

.min-h-600 {
    
    min-height: 600px;
}



             



   






select {
    
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}


.select-style {
    padding: 6px 12px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #ffffff url("img/arrowdown.png") no-repeat 95% 50%;
    
}


.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}





                                                              

.cuoricini {
    
    
    background-image: url(img/cuore.png);
    background-size: 35px;
    background-repeat: repeat-x;
    margin: -25px auto 0px auto;
    max-width: 100%;
    height: 50px;
    
}

.pulsante-facebook {
    
    background-color: #4867AA;
    height: 60px;
    width: 60px;
    margin: 60px auto 0 auto;
    border-radius: 50%;
    position: relative;
    
}

.pulsante-facebook span {
    
    position: absolute;
    color: #fff;
    font-size: 32px;
    top: 14px;
    left: 20px;
    
    
}

.footer {
    
    background: #fff;
    padding: 10px 0px 20px 0px;
    box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

/*!FINE - COMMON*/







/*!INIZIO - INDEX*/


.sfondo-index-1 {
    
    background-color: #00CDC0;
    height: 450px;
    overflow: hidden;
    
}

.sfondo-landing {
    
    background-color: #00CDC0;
    height: 350px;
    overflow: hidden;
    
}

@media screen and (max-width: 767px) {
    
    .sfondo-landing {
    
    background-color: #00CDC0;
    height: 200px;
    overflow: hidden;
    
}
}


.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #00CDC0;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
 
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}




/*!FINE - INDEX*/


