﻿@charset "utf-8";
/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    font-family: 'Barlow Condensed', sans-serif;
    
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline:none;
}
/*******  FONT *******/
@font-face {
    font-family: font1;
    font-display: auto;
    src: url('/font/RozhaOne-Regular.ttf');

}
@font-face {
    font-family: font2;
    font-display: auto;
    src: url('/font/AboutLove.ttf');
}
@font-face {
    font-family: font3;
    font-display: auto;
    src: url('/font/TRAJANUS.TTF');
}
/*******  CLASSI *******/
.nobold {
    font-weight:normal;
}
.bradius1 {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.bgwhite {
    background-color: #fff;
}
#container .palert3 p i {
    margin-right: 2px;
}

#container .palert3 p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #111;
    margin-top: 0;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 20px;
}

.palert3 {
    width: 100%;
    padding: 1%;
    padding-top: 1.4%;
    padding-bottom: 1.4%;
    background-color: #daeeeb;
    margin-top: 35px;
    margin-bottom: 35px;
    border-radius: 8px;
}

#container .palert2 p i {
    margin-right: 2px;
}

#container .palert2 p {
    margin: 0;
    font-size: 17px;
    line-height: 20px;
    color: #3fb92d;
    margin-top: 0;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 20px;
}

.palert2 {
    width: 100%;
    padding: 1%;
    padding-top: 1.3%;
    padding-bottom: 1.3%;
    background-color: #f1fcf0;
    border: 1px solid #b3e4a7;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

#container .palert1 p i {
    margin-right: 3px;
}
#container .palert1 p {
    margin: 0;
    font-size: 17px;
    line-height:20px;
    color: #ff5050;
    margin-top: 0;
    margin-bottom:1px;
    margin-left: 5px;
    margin-right: 20px;
}
.palert1 {
    width: 100%;
    padding: 1%;
    padding-top: 1.3%;
    padding-bottom: 1.3%;
    background-color: #fbf3f3;
    border: 1px solid #ffb4b4;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.hidden {
    display:none;
}
.pavviso {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #d11e4b;
}
.red {
    color:#ee1212;
}
.green {
    color: #47ae50;
}
.yellow {
    color: #efaf13;
}
.orange {
    color:#CC3F0C;
}
.bt1 {
    border-top:1px solid #ccc;
}
.bb1 {
    border-bottom: 1px solid #ccc;
}
.bl1 {
    border-left: 1px solid #ccc;
}
.bl2 {
    border-left: 10px solid #eee;
}
#container .hr1 {
    width:80px;
    height:5px;
    background-color:#1a81c6;
    border:none;
    float:left;
    margin:0;
    margin-top:5px;
    margin-bottom:5px;
}
#container .hr2 {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    border: none;
    float: left;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
#container .bglink1:hover {
    background-color: #098cc6;
    border-color: #098cc6;
}

#container .bglink1:active {
    background-color: #098cc6;
    border-color: #098cc6;
}
#container .bglink1 {
    background-color: #1a81c6;
    color: #fff;
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Nunito Sans', sans-serif;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}
    #container .bglink1 span {
        color: #fff;
        font-family: 'Nunito Sans', sans-serif;
    }
#tornasu:active p {
    margin-top:3px;
}
#tornasu:hover p {
    margin-top: 3px;
}
#tornasu p {
    text-align: center;
    margin: 0;
    margin-top: 7px;
    font-size: 32px;
    font-weight: bold;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    color:#047ab8;
}
#tornasu:hover {
    background-color: #098cc6;
}
#tornasu:active {
    background-color: #098cc6;
}
    #tornasu {
    position: fixed;
    width: 60px;
    height: 50px;
    right: 20px;
    bottom:0px;
    background-color: transparent;
    border:4px solid #047ab8;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
}
div 
{
    position:relative;
    float:left;
    background-color:transparent;
	color: #000;
	line-height:25px;
	font-size:16px;
}
.mano {
cursor:pointer;
}
.spacevideo iframe {
    width:100%;
    max-width:600px;
}
.space 
{
    position:relative;
    float:left;
    width:100%;
    min-height:20px; 
}
.divcenter {
    position: relative;
    float: left;
    width: 100%;
    display:flex;
    justify-content:center;
}
.puro {
    text-decoration: none;
}
.scrollx {
overflow-x:auto;
}
.underline 
{
    text-decoration:underline;
}

.textcenter h1
{
    text-align:center;
    margin:0px;
}
.textcenter h2
{
    text-align:center;
    margin:0px;
}
.textcenter h3
{
    text-align:center;
    margin:0px;
}
.textcenter h4
{
    text-align:center;
    margin:0px;
}
.textcenter h5
{
    text-align:center;
    margin:0px;
}
.textcenter h6
{
    text-align:center;
    margin:0px;
}
.textcenter p 
{
    text-align:center;
    margin:0px;
}
.textcenter
{
    text-align:center;
    margin:0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.awhite {
   color:#fff;
   text-decoration:none;
}
a:hover {
    color: #d1b060;
}
a {
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    color: #63372C;
    font-weight: 600;
}
p {
    margin: 5px;
    margin-left: 0px;
    color: #63372C;
    line-height: 31px;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
}
h1 {
    text-align: left;
    margin: 0px;
    font-size: 62px;
    line-height: 72px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 900;
    font-weight: normal;
    color: #63372C;
}
h2 {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0px;
    font-size: 40px;
    line-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
    color: #63372C;
}
h3 {
    margin: 0px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0px;
    font-size: 23px;
    line-height: 31px;
    padding-top: 0;
    padding-bottom: 0;
    color: #63372C;
}

h4 {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0px;
    font-size: 40px;
    line-height: 46px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #63372C;
}
h5 {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0px;
    font-size: 22px;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #63372C;
}
h6 {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0px;
    font-size: 22px;
    line-height: 30px;
    padding-top: 8px;
    padding-bottom: 5px;
    color: #63372C;
}

#container .littlep3 {
    font-size: 13px;
    line-height:18px;
    font-style:italic;
    color:#444;
    margin-bottom:25px;
    margin-top:12px;
    margin-left:22px;
}
#container .littlep4 {
    font-size: 24px;
    line-height: 24px;
    margin-top:30px;
}
#container .littlep5 {
    font-size: 13px;
    line-height: 18px;
}
.littlep {
 font-size:17px;
 line-height:22px;
}
#container .littlep2 {
    font-size: 15px;
    line-height: 20px;
}
.gigaprezzo3
{
    font-size:18px;
    line-height:24px;
}
.gigaprezzo2
{
    font-size:38px;
}
.gigaprezzo1
{
    font-size:28px;
    line-height:30px;
}
.linkblack {
    color:#111;
}
.giga6
{
    font-size:22px;
}
.giga5
{
    font-size:56px;
}
.giga4
{
    font-size:26px;
}
.giga3
{
    font-size:19px;
}
.giga2
{
    font-size:46px;
}
.giga1
{
    font-size:110px;
    line-height:110px;
}
.div25
{
    position:relative;
    float:left;
    width:24%;
    margin-left:0%;
    min-height:10px;
    margin-top:0px;
}

.div33
{
    position:relative;
    float:left;
    width:33%;
    margin-left:0%;
    min-height:10px;
    margin-top:0px;
}
.div50 
{
    position:relative;
    float:left;
    width:50%;
    margin-left:0%;
    min-height:10px;
    margin-top:0px;
}
.div45 {
    position: relative;
    float: left;
    width: 45%;
    margin-left: 0%;
    min-height: 10px;
    margin-top: 0px;
}
.div55 {
    position: relative;
    float: left;
    width: 55%;
    margin-left: 0%;
    min-height: 10px;
    margin-top: 0px;
}
.div70 {
    position: relative;
    float: left;
    width: 70%;
    margin-left: 0%;
    min-height: 10px;
    margin-top: 0px;
}
.div30 {
    position: relative;
    float: left;
    width: 30%;
    margin-left: 0%;
    min-height: 10px;
    margin-top: 0px;
}
.div35 {
    position: relative;
    float: left;
    width: 35%;
    margin-left: 0%;
    min-height: 10px;
    margin-top: 0px;
}
.div40 {
    position: relative;
    float: left;
    width: 40%;
    margin-left: 0%;
    min-height: 10px;
    margin-top: 0px;
}
.div60 {
    position: relative;
    float: left;
    width: 60%;
    margin-left: 0%;
    min-height: 10px;
    margin-top: 0px;
}
.div65 {
    position: relative;
    float: left;
    width: 65%;
    margin-left: 0%;
    min-height: 10px;
    margin-top: 0px;
}
.uppercase 
{
    text-transform:uppercase;
}
.white2 
{
    color:#aaa;
}
.white3
{
    color:#eee;
}
.white4
{
    color:#96c7ff;
}
.white 
{
    color:#fff;
}
.whitelink:hover 
{
  color:#eee;
}
.whitelink 
{
  color:#fff;
  cursor:pointer;
}
.right 
{
    float:right;
}
.left 
{
    float:left;
}


/******  BUTTON **********/
#container .divbutton1 {
    width: auto;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-decoration: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #E5C77F;
    border: 2px solid #E5C77F;
    padding: 12px 30px 15px 30px;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #1D0E04;
}

    #container .divbutton1:hover {
        background-color: #d1b060;
        border: 2px solid #d1b060;
        color: #63372C;
    }


    #container .divbutton1:active {
        background-color: #d1b060;
        border: 2px solid #d1b060;
        color: #63372C;
    }
#container .divbutton1small {
    width: auto;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-decoration: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #E5C77F;
    border: 2px solid #E5C77F;
    padding: 9px 27px 12px 27px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #1D0E04;
}

#container .divbutton1small:hover {
    background-color: #d1b060;
    border: 2px solid #d1b060;
    color: #63372C;
}


    #container .divbutton1small:active {
        background-color: #d1b060;
        border: 2px solid #d1b060;
        color: #63372C;
    }
#container .divbutton2 {
    width: auto;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-decoration: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 12px 30px 15px 30px;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #1D0E04;
}

    #container .divbutton2:hover {
        background-color: #eee;
        border: 2px solid #eee;
        color: #1D0E04;
    }


    #container .divbutton2:active {
        background-color: #eee;
        border: 2px solid #eee;
        color: #1D0E04;
    }
#container .divbutton3 {
    width: auto;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-decoration: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: transparent;
    border: 2px solid #1D0E04;
    padding: 12px 30px 15px 30px;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #63372C;
}

    #container .divbutton3:hover {
        background-color: #1D0E04;
        border: 2px solid #1D0E04;
        color: #fff;
    }


    #container .divbutton3:active {
        background-color: #1D0E04;
        border: 2px solid #1D0E04;
        color: #fff;
    }

#container .divbutton4 {
    width: auto;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-decoration: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #1D0E04;
    border: 2px solid #1D0E04;
    padding: 14px 35px 17px 35px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
}

    #container .divbutton4:hover {
        background-color: #1D0E04;
        border: 2px solid #1D0E04;
        color: #fff;
    }


    #container .divbutton4:active {
        background-color: #1D0E04;
        border: 2px solid #1D0E04;
        color: #fff;
    }
   
   

@media (max-width: 480px)
{
    #container .divbutton4 {       
        padding: 11px 22px 12px 24px;      
        font-size: 17px;
    }
    p {
        font-size: 17px;
        line-height: 26px;
    }
    #formwidth1 .div50 {
        width:100%;
    }
    h2 {
        font-size: 34px;
        line-height: 40px;
    }
    #container .divbutton1 {
        padding: 10px 27px 13px 27px;
        font-size: 19px;
        line-height: 19px;
    }
    #container .divbutton1small {
        padding: 6px 24px 9px 24px;
        font-size: 16px;
        line-height: 16px;
    }
    #container .divbutton2 {
        padding: 10px 27px 13px 27px;
        font-size: 19px;
        line-height: 19px;
    }
    #container .divbutton3 {
        padding: 10px 27px 13px 27px;
        font-size: 19px;
        line-height: 19px;
    }
}
@media (min-width: 480px) and (max-width: 769px)
{
    p {
        font-size: 18px;
        line-height: 28px;
    }
    #container .divbutton1 {
        padding: 10px 27px 13px 27px;
        font-size: 19px;
        line-height: 19px;
    }
    #container .divbutton2 {
        padding: 10px 27px 13px 27px;
        font-size: 19px;
        line-height: 19px;
    }
    #container .divbutton3 {
        padding: 10px 27px 13px 27px;
        font-size: 19px;
        line-height: 19px;
    }
}
@media (min-width: 769px) and (max-width: 1000px)
{

}
/******  INPUT **********/

/* Create a custom radio button */
/* The container */
.rbcontainer .rbtext {
    
    position: relative;
    top:-19px;
    color:#010314;
    font-size:18px;
   
}
.rbcontainer .rbtext2 {
    
    position: relative;
    top:2px;
    color:#010314;
    font-size:15px;
   
}
.rbcontainer {
    display: block;
    position: relative;
    padding-left: 32px;
    padding-top:0px;
    margin-bottom: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.rbcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radiobutton1 {
   
    position: absolute;
    float:none;
    top: 0;
    left: 0px;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rbcontainer:hover input ~ .radiobutton1 {
    background-color: #eee;
}

/* When the radio button is checked, add a blue background */
.rbcontainer input:checked ~ .radiobutton1 {
    background-color: #1b80d9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobutton1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rbcontainer input:checked ~ .radiobutton1:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rbcontainer .radiobutton1:after {
 	top: 8px;
	left: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}
.textcerca:focus 
{
  
}
.textcerca:hover
{
 
}
.textcerca
{
width:94%;
    height:40px;
    border:none;
 background-color: transparent;
    padding-left:0px;
    padding-top:6px;
    padding-bottom:4px;
    font-size:17px;
    text-align: left;
	 font-weight:normal;
	 line-height:21px;
    color:#555;
    -webkit-transition: all ease-out 0.1s;
	 -o-transition: all ease-out 0.1s;
	 -moz-transition: all ease-out 0.1s;
	 -ms-transition: all ease-out 0.1s;
	 transition: all ease-out 0.1s;
    outline:none;  
    margin-left:15px;
	
}

.text3 {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-family: 'Arial';
    font-size: 15px;
    line-height: 15px;
    outline: none;
    background-color: #fff;
    border: 1px solid #63372C;
    font-weight: bold;
    color: #63372C;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
}

.text3:focus {
    border: 1px solid #0071bc;
    -webkit-box-shadow: 0 0 6px #64a6f0;
    box-shadow: 0 0 6px #64a6f0;
}

    .text3:active {
        border: 1px solid #0071bc;
        -webkit-box-shadow: 0 0 6px #64a6f0;
        box-shadow: 0 0 6px #64a6f0;
    }


.text2:focus 
{
border-bottom:1px solid #0067da;    
}
.text2:hover
{
  border-bottom:1px solid #0067da; 
}
.text2
{
    height:40px;
    border:none;
    width:97%;
    border-bottom:1px solid #666;
    background-color: transparent;
    padding-left:0px;
    padding-top:3px;
    padding-bottom:4px;
    font-size:16px;
    text-align: left;
	 font-weight:normal;
	 line-height:21px;
    color:#777;
    -webkit-transition: all ease-out 0.1s;
	 -o-transition: all ease-out 0.1s;
	 -moz-transition: all ease-out 0.1s;
	 -ms-transition: all ease-out 0.1s;
	 transition: all ease-out 0.1s;
    outline:none;  
	
}

.textborder1:active {
    border: 2px solid #0071bc;
}
    .textborder1:focus {
        border: 2px solid #0071bc;
    }
.textborder1 {
    border: 2px solid #444;
}
.textborder1err:active {
    border: 2px solid #0071bc;
}

.textborder1err:focus {
    border: 2px solid #0071bc;
}
.textborder1err {
    border: 2px solid #ee1212;
}
.text1 {
    width: 100%;
    height: 48px;
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 7px;
    font-family: 'Arial';
    font-size: 17px;
    line-height: 19px;
    outline: none;
    background-color: #fff;
    border: 2px solid #111;
    font-weight: bold;
    color: #000;
    -webkit-transition: all 0.05s ease;
    transition: all 0.05s ease;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top:5px;
}
    .text1:focus {
        border: 2px solid #0071bc;
        -webkit-box-shadow: 0 0 6px #64a6f0;
        box-shadow: 0 0 6px #64a6f0;
    }

    .text1:active {
        border: 2px solid #0071bc;
        -webkit-box-shadow: 0 0 6px #64a6f0;
        box-shadow: 0 0 6px #64a6f0;
    }

textarea {
    width: 100%;
    height: 48px;
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 7px;
    font-family: 'Arial';
    font-size: 17px;
    line-height: 19px;
    outline: none;
    background-color: #fff;
    border: 2px solid #111;
    font-weight: bold;
    color: #000;
    -webkit-transition: all 0.05s ease;
    transition: all 0.05s ease;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    textarea:focus {
        border: 2px solid #0071bc;
        -webkit-box-shadow: 0 0 6px #64a6f0;
        box-shadow: 0 0 6px #64a6f0;
    }

    textarea:hover {
       
    }

    textarea:active {
        border: 2px solid #0071bc;
        -webkit-box-shadow: 0 0 6px #64a6f0;
        box-shadow: 0 0 6px #64a6f0;
    }
.textDrop1:hover 
{
    
}
.textDrop1:focus 
{
   
}
.textDrop1
{
    min-height:40px;
    border:none;
    border-bottom:1px solid #190c08;
    background-color:#fff;
    padding-left:5px;
    padding-top:11px;
    padding-bottom:13px;
    font-size:17px;
    text-align: left;
	 font-weight:normal;
	 line-height:21px;
    color:#190c08;
    -webkit-transition: all ease-out 0.1s;
	 -o-transition: all ease-out 0.1s;
	 -moz-transition: all ease-out 0.1s;
	 -ms-transition: all ease-out 0.1s;
	 transition: all ease-out 0.1s;
    outline:none;   
}
.fixed 
{
    position:fixed;
    top:0; 
    left:0;
}
input[type=checkbox] {
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url(/svg/check-1.svg);
    background-size: 30px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: background ease 0.11s;
    transition: background ease 0.11s;
    outline: none;
}
    input[type=checkbox]:checked {
        background-image: url(/svg/check-2.svg);
        -webkit-animation-duration: 0.11s;
        animation-duration: 0.11s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        visibility: visible !important outline: none;
    }
input[type=checkbox]:hover:checked{background-image:url(/svg/check-2.svg)}
.textcheck1 {
    top:42px;
    left: 60px;
    position: absolute;
    font-size:16px;
    line-height:21px;
}
.textcheck2 {
    top: 5px;
    left: 50px;
    position: absolute;
    font-size: 19px;
    line-height: 21px;
}
.space,.spaceP,.spacescroll,div{position:relative}
.spacecheck {
    width: 100%;
    margin-top: 10px
}
/*******  SCROLLBAR *******/
::-webkit-scrollbar {  
    width: 16px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eee;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #ccc;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}
/*******  PAGER *******/
.pager:hover {
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
    color: #232323;
}
.pager {
    background-color: #eee;
    padding: 11px 18px 11px 18px;
    text-decoration: none;
    color: #232323;
    font-size: 16px;
    border: 1px solid #eee;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-weight: bold;
}
.current {
    background-color: #999;
    padding: 11px 18px 11px 18px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border: 2px solid #999;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-weight: bold;
}
@media (max-width: 480px)
{
.pager 
{
    padding:8px 15px 8px 15px;
    font-size:15px;
}
.current 
{
padding:8px 15px 8px 15px;
font-size:16px;
}
}
/*******  MARGINI E PAGGING *******/
.mr-5 {
   margin-right:5px;
}
.mr-10 {
   margin-right:10px;
}
.mr-15 {
   margin-right:15px;
}
.mr-20 {
   margin-right:20px;
}
.mr-25 {
   margin-right:25px;
}
.mr-30 {
   margin-right:30px;
}
.mr-35 {
   margin-right:35px;
}
.mr-40 {
   margin-right:40px;
}
.mr-45 {
   margin-right:45px;
}
.mr-50 {
   margin-right:50px;
}
.mr-55 {
   margin-right:55px;
}
.mr-60 {
   margin-right:60px;
}
.mr-70 {
   margin-right:70px;
}
.mr-80 {
   margin-right:80px;
}
.ml--10 
{
    margin-left:-10px;
}
.ml-10perc {
    margin-left: -10%;
}
.ml-0 
{
    margin-left:0px;
}
.ml-5 {
   margin-left:5px;
}
.ml-10 {
   margin-left:10px;
}
.ml-15 {
   margin-left:15px;
}
.ml-20 {
   margin-left:20px;
}
.ml-25 {
   margin-left:25px;
}
.ml-30 {
   margin-left:30px;
}
.ml-35 {
   margin-left:35px;
}
.ml-40 {
   margin-left:40px;
}
.ml-45 {
   margin-left:45px;
}
.ml-50 {
   margin-left:50px;
}
.ml-55 {
   margin-left:55px;
}
.ml-60 {
   margin-left:60px;
}
.ml-70 {
   margin-left:70px;
}
.ml-80 {
   margin-left:80px;
}
.mt-5 {
   margin-top:5px;
}
.mt-10 {
   margin-top:10px;
}
.mt-15 {
   margin-top:15px;
}
.mt-20 {
   margin-top:20px;
}
.mt-25 {
   margin-top:25px;
}
.mt-30 {
   margin-top:30px;
}
.mt-35 {
   margin-top:35px;
}
.mt-40 {
   margin-top:40px;
}
.mt-45 {
   margin-top:45px;
}
.mt-50 {
   margin-top:50px;
}
.mt-55 {
   margin-top:55px;
}
.mt-60 {
   margin-top:60px;
}
.mt-70 {
   margin-top:70px;
}
.mt-80 {
   margin-top:80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-140 {
    margin-top: 140px;
}
.pad180 {
    padding-top: 180px;
    padding-bottom: 180px;
}
.pad10
{
    padding-top:100px;
    padding-bottom:100px;
}
.pad9
{
    padding-top:90px;
    padding-bottom:90px;
}
.pad8
{
    padding-top:80px;
    padding-bottom:80px;
}
.pad7
{
    padding-top:70px;
    padding-bottom:70px;
}
.pad6
{
    padding-top:60px;
    padding-bottom:60px;
}
.pad5
{
    padding-top:50px;
    padding-bottom:50px;
}
.pad4
{
    padding-top:40px;
    padding-bottom:40px;
}
.pad3
{
    padding-top:30px;
    padding-bottom:30px;
}
.pad2
{
    padding-top:20px;
    padding-bottom:20px;
}
.pad1 
{
    padding-top:10px;
    padding-bottom:10px;
}
.mup-1 {
margin-top:-300px;
}
.mp-1 span {
left:45%;
}
.mp-2 span {
left:41%;
}
@media (max-width: 480px)
{
    .ml-10perc {
        margin-left:0;
    }
.pad10
{
    padding-top:50px;
    padding-bottom:50px;
}
.mup-1 {
margin-top:0px;
}
.mp-1 span {
left:32%;
}
.mp-2 span {
left:10%;
}
}
@media (min-width: 480px) and (max-width: 769px)
{
    .ml-10perc {
        margin-left: 0;
    }
.mp-1 span {
left:41%;
}
.mp-2 span {

left:5%;
}
}
@media (min-width: 769px) and (max-width: 1000px)
{
.mp-2 span {
left:5%;
}
}
/*******  BG *******/
.bgcoloritems {
    background-color: #f5f5f5;
}
.bgcolor0bis {
    background-color: #0071bc;
}
.bgcolor0 {
    background-color: #fcfcfc;
}
.bgcolor1 {
    background-color: #1D0E04;
    /*background: linear-gradient(120deg, #051920, #051920);*/
}
.bgcolor2 {
 background-color:#d1b060;
}
.bgcolor3 {
    background-color: #f6eee6;
}
.bgcolor3s {
    background: linear-gradient(180deg, #ffffff, #fcfcfc, #f5f5f5, #f5f5f5, #eeeeee);
}
.bgcolor4 {
    background-color: #e6f2de;
}
.bgcolor5 {
background-color:#0067da;
background-image: radial-gradient(circle farthest-side at left top,#0067da,#003087 195%);
}
.bgcolor6 {
background-color:#222;
}
.bgcolorgrad0:active {
    background-color: #106ead;
}

.bgcolorgrad0:hover {
    background-color: #106ead;
}

.bgcolorgrad0 {
    background-color: #1a81c6;
    -webkit-transition: all ease 0.11s;
    transition: all ease 0.11s;
}
.bgcolorgrad0nh {
    background-color: #1a81c6;
}
.bgcolorgrad1:active {
    background-color: #106ead;
}
.bgcolorgrad1:hover {
    background-color: #106ead;
}
.bgcolorgrad1 {
    background-color: #1a81c6;
    -webkit-transition: all ease 0.11s;
    transition: all ease 0.11s;
}
.bgcolorgrad2 {
    background-color: #1a81c6;
    background: linear-gradient(360deg, #fff, #f5f5f5);
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
}
.bgcolorgrad1noh {
    background-color: #1a81c6;
    /*background-image: radial-gradient(circle farthest-side at top bottom,#1a81c6,#061A40 100%);*/
    background: linear-gradient(45deg, #0071bc, #0C5B90);
}
.bgcolorgradserv2 {
    background-color: #1a81c6;
    /*background-image: radial-gradient(circle farthest-side at top bottom,#1a81c6,#061A40 100%);*/
    background: linear-gradient(360deg, #D7263D, #6b0310);
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
}
.bgcolorgrad2noh {
    background-color: #1a81c6;
    /*background-image: radial-gradient(circle farthest-side at left top,#f5f5f5,#dddddd 295%);*/
    background: linear-gradient(360deg, #f5f5f5, #eeeeee);
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
}
.bgcolorgrad3noh {
    background-color: #1a81c6;
    background-image: radial-gradient(circle farthest-side at left top,#f5f5f5,#eeeeee 295%);
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
}
.bgcolorgrad4noh {
    background-color: #1a81c6;
}

/****progress ****/
.center3
{
background-color:#fff;
height:8px;
margin-left:0;
}
.move1{
	animation-name: move1;
	-webkit-animation-name: move1;	

	animation-duration:4.5s;	
	-webkit-animation-duration:4.5s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
    
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;

	visibility: visible !important;	
}

@keyframes move1 {
	0% {
    width:0;
    margin-left:0; 
	}
    40% {
    width:100%;
    margin-left:100%;
	}
    50% {
    width:100%;
    margin-left:100%;
	}
    60% {
    width:100%;
    margin-left:100%;
	}
    60% {
    width:100%;
    margin-left:100%;
	}
    80% {
   
    width:0;
    margin-left:0;
	}
    90% {
    width:0;
    margin-left:0;
	}
    100% {
    width:0;
    margin-left:0;
	}
}

@-webkit-keyframes move1 {
	0% {
    width:0;
    margin-left:0; 
	}
    40% {
    width:100%;
    margin-left:100%;
	}
    50% {
    width:100%;
    margin-left:100%;
	}
    60% {
    width:100%;
    margin-left:100%;
	}
    60% {
    width:100%;
    margin-left:100%;
	}
    80% {
   
    width:0;
    margin-left:0;
	}
    90% {
    width:0;
    margin-left:0;
	}
    100% {
    width:0;
    margin-left:0;
	}	
}
@-ms-keyframes move1 {
	0% {
    width:0;
    margin-left:0; 
	}
    40% {
    width:100%;
    margin-left:100%;
	}
    50% {
    width:100%;
    margin-left:100%;
	}
    60% {
    width:100%;
    margin-left:100%;
	}
    60% {
    width:100%;
    margin-left:100%;
	}
    80% {
   
    width:0;
    margin-left:0;
	}
    90% {
    width:0;
    margin-left:0;
	}
    100% {
    width:0;
    margin-left:0;
	}		
}
/**** stili testo ****/
.pcolor1 {
    color: #d1b060;
}
.pcolor2 {
    color: #bb3d24;
}
.pcolor3 {
    color: #ae0909;
}
.pcolor4 {
    color: #f3bc09;
}
.ul2 li {
   font-size:18px;
   line-height:37px;
   color:#222;
   margin-left:0px;
   margin-top:20px;
   font-family: 'Nunito Sans', sans-serif;
   font-weight:400;
   border-bottom:1px solid #3C4152;
   padding-bottom:20px;
}
.ul2 {
   width:100%;
   float:left;
   margin:0px;
   padding:0px;
   padding-bottom:10px;
   padding-top:0px;
   list-style-type:none;
}
ul li {
   font-size:19px;
   line-height:1.8;
   margin-left:35px;
   margin-top:6px;
   font-weight:400;
}
ul {
   width:100%;
   float:left;
   margin:0px;
   padding:0px;
   padding-bottom:30px;
   padding-top:30px;
   list-style-type: disc;
}
.bold {
   font-weight:bold;
}
strong {
    font-weight: bold;
   
}
b {
    font-weight: bold;
    
}
i 
{
    font-style:italic;
}
em 
{
 font-style:italic;
}
@media (max-width: 480px)
{
    h4 {
        font-size: 34px;
        line-height: 34px;
    }
}
@media (min-width: 480px) and (max-width: 769px)
{
    h4 {
        font-size: 36px;
        line-height: 36px;
    }
}
@media (min-width: 769px) and (max-width: 1000px)
{

}
/*###### LOGIN #####*/
.textcheck1 {
    top: 4px;
    left: 44px;
    position: absolute;
    font-size: 15px;
    line-height: 21px;
}
.spacecheck1 {
    height: 46px;
    width: 100%;
    margin-top: 2px;
   
}
.mano {
    cursor:pointer;
}
    .spacecheck1 input[type=checkbox] {
        margin-top: 0;
        margin-left:4px;
    }
.formcontrol {
    width: 100%;
    padding: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.formcontrol .text1 {
    width: 100%;
}
    
    .formcontrol i {
        position: absolute;
        z-index: 9990;
        font-size: 19px;
        color: #cdcdcd;
        top: 27px;
        left: 26px;
        font-weight: normal;
    }
.textcheck1 {
    top: 4px;
    left: 51px;
    position: absolute;
    font-size: 17px;
    line-height: 21px;
}

.spacecheck1 {
    height: 46px;
    width: 100%;
    margin-top: 2px;
}


.formcontrol input[type=checkbox] {
    margin-top: 0;
    margin-left: 4px;
}
@media (max-width: 480px) {
}

@media (min-width: 480px) and (max-width: 769px) {
}

@media (min-width: 769px) and (max-width: 1000px) {
}