body,
html {
    font-family: 'Roboto', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #666;
    /*font-weight: 300;*/
    width: 100% !important;
    height: 100% !important;
    font-size: 16px !important;

}


h1 {
    font-family: 'Roboto', sans-serif;
}




h2 {
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 42px;
    color: #444;
}

h3,
h4 {
    font-size: 22px;
    font-weight: 400;
    font-weight: 300;
    color: #444;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-size: 16px;
}

p.intro {
    font-size: 16px;
    margin: 12px 0 0;
    line-height: 24px;
}

a {
    color: #0ba2db;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #222;
}

ul,
ol {
    /*list-style: none;*/
}

ul,
ol {
    /*padding: 0;
	webkit-padding: 0;
	moz-padding: 0;*/
}

hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #0ba2db;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
}

/* Navigation */
#menu {
    padding: 8px;
    transition: all 0.8s;
    border-bottom: 5px solid #e89222;
}


#menu.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    margin-bottom: 0px;
}

#menu a.navbar-brand {
    font-size: 20px;
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
}

#menu a.navbar-brand i.fa {
    color: #e89222;
    vertical-align: top;
}


#menu.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: #444;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}

#menu.navbar-default .navbar-nav>li>a:hover {
    color: #e89222;
}

.on {
    background-color: #e89222 !important;
    /*background-color: #f6f6f6 !important;*/
    border-bottom: 1px solid #ddd !important;
    padding: 10px 0 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #E20513 !important;
    background-color: transparent;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #E20513;
    border-color: #E20513;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #FFF;
}

.section-title {
    margin-bottom: 0px;
}

.section-title p {
    font-size: 18px;
}

.navbar-right {
    padding-top: 10px;
}
















.btn-custom {
    text-transform: uppercase;
    color: #fff;
    background-color: #f5831f ;
    border: 0;
    padding: 14px 20px;
    margin: 0;
    font-size: 14px;
    border-radius: 2px;
    margin-top: 20px;
    transition: all 0.3s;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
    color: #fff;
    background-color: #444;
}





.btn-default {
    text-transform: uppercase;
    color: #AAA;
    /*background-color: #1D384C;*/
    background-color: #white ;
    /*background-color: rgb(49,96,166);*/
    border: 0;
    padding: 14px 20px;
    margin: 0;
    font-size: 12px;
    border-radius: 2px;
    margin-top: 20px;
    transition: all 0.3s;
}













/* Header Section */
.intro {
    display: table;
    width: 100%;
    padding: 0;
    background: url(../../img/intro-bg.jpeg) no-repeat top center;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}















.intro .overlay {
    /*background: rgba(0, 109, 92, 0.7);*/
    /*background: rgba(1, 1, 1, 0.5);*/
    /*background: rgba(29, 56, 76, 0.5);*/
    /*background-color: rgba(238, 0, 0, 0.5);*/
    /*background-color: rgba(0, 43, 17, 0.7);*/
    background: rgba(0, 0, 0, 0.6);
}


.intro h1 {

    color: #fff;
   
    font-size: 64px;
    font-weight: 600;
    margin-top: 0;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}


.intro h2 {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
}




.intro .hash {
    color: #fff;
}




.intro h2 span {
    /* background-color: rgba(29, 56, 76, 1); */
    background-color: #f5831f;
    font-size: 24px;
}

.intro p {
    color: #fff;
    /*color: #FFF;*/
    /*font-size: 28px;*/
    font-size: 21px;
    margin-top: 10px;
    /*margin-bottom: 40px;*/
}







header .intro-text {
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
}












/* About Section */
#about {
    padding: 120px 0;
}

#about h3 {
    font-size: 22px;
}

#about .about-text {
    margin-left: 10px;
    margin-top: 20px;
}

#about img {
    display: inline-block;
    border-color: #0ba2db;
    border-radius: 20px;
    padding: 20px;
}

#about .about-text li {
    font-size: 16px;
    margin-bottom: 6px;
    margin-left: 10px;
    list-style: none;
    padding: 0;
}

#about .about-text li:before {
    content: "✓";
    color: #0ba2db;
    padding-right: 10px;
}

#about p {
    line-height: 24px;
    margin: 30px 0;
}

/* Services Section */
#services {
    /*padding: 120px 0;*/
    padding: 20px 0;
    /*background: #1D384C;*/
    background-color: #00b088;
    /*byrtyackground: rgb(49,96,166);*/

}





#services h4 {
    text-transform: uppercase;
}

#services .fa {
    font-size: 48px;
    margin: 20px 0;
    /*color: #0ba2db;*/
    color: #FFFFFF;
}

#services h4 {
    color: white;
}

#services p {
    color: white;
}









/* Pricing Section */
#pricing {
    padding: 120px 0 140px 0;
}

#pricing .pricing-table {
    border: 1px solid #e4e4e4;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
}

#pricing .row {
    margin-top: 100px;
}

#pricing .pricing-table:hover {
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#pricing .highlight-plan {
    margin: -15px 0;
    margin-right: -1px;
    z-index: 1;
}

#pricing .pricing-table.highlight-plan .plan-name {
    background-color: #0ba2db;
    padding: 25px 0;
    border-radius: 4px 4px 0 0;
}

#pricing .pricing-table.highlight-plan .plan-name h3 {
    color: #fff;
}

#pricing .pricing-table.highlight-plan .plan-signup {
    background-color: #0ba2db;
    padding: 30px 0;
    border-radius: 0 0 4px 4px;
}

#pricing .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
    border-color: #fff;
    color: #fff;
}

.pricing-table .plan-name {
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05) inset;
    border-bottom: 1px solid #eee;
}

.pricing-table .plan-name h3 {
    font-weight: 300;
    font-size: 32px;
}

.pricing-table .plan-price {
    padding: 25px 0;
}

.pricing-table .plan-price .price-value {
    font-size: 38px;
    line-height: 52px;
    color: #444;
}

.pricing-table .plan-price .price-value span {
    font-size: 18px;
    line-height: 18px;
}

.pricing-table.btn-system.border-btn {
    border-color: #0ba2db;
    color: #0ba2db;
}

.pricing-table .plan-list li {
    padding: 8px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.pricing-table .plan-list strong {
    font-weight: 400;
}

.pricing-table .btn-system {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    background-color: #0ba2db;
    margin-right: 5px;
    font-size: 16px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    border: 0;
    text-transform: uppercase;
}

.pricing-table .btn-system:hover,
.pricing-table .btn-system.border-btn:hover {
    background-color: #444;
}

.pricing-table .btn-system:last-child {
    margin-right: 0;
}

.pricing-table .btn-system.border-btn {
    background-color: transparent;
    border: 1px solid;
    box-shadow: none;
}

.pricing-table .plan-list li:first-child {
    border-top: 1px solid #eee;
}

.pricing-table .plan-signup {
    padding: 25px 0;
}

.pricing-table .plan-signup a {
    text-transform: uppercase;
}

/* Contact Section */
#contact {
    /*padding: 120px 0 60px 0;*/
    padding: 40px 0 20px 0;
    background: #F6F6F6;
}

#contact form {
    padding: 30px 0;
}

#contact .text-danger {
    color: #cc0033;
    text-align: left;
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contact .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

.form-control:-moz-placeholder {
    color: #777;
}

.form-control::-moz-placeholder {
    color: #777;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

#contact .social {
    margin-top: 80px;
}

#contact .social ul li {
    display: inline-block;
    margin: 0 20px;
}

#contact .social i.fa {
    font-size: 26px;
    padding: 4px;
    color: #0ba2db;
    transition: all 0.3s;
}

#contact .social i.fa:hover {
    color: #444;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: none;
}

/* Footer Section*/
#footer {
    background: #ffffff;
    /*background: #e6e6e6;*/
    color: #888;
    padding: 30px 0 25px 0;
    border-top: 5px solid #e89222;
}



#footer p {
    font-size: 15px;
    color: #333333;
}


#footer a {
    color: #666;
}

#footer a:hover {
    color: #0ba2db;
}

@media (max-width: 1024px) {
    #about img {
        float: left;
        margin-bottom: 20px;
    }
}






.btn-danger {
    color: #fff;
    background-color: #f33;
    border-color: #f33;
}









.intro-text h1 {
    font-size: 38px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    /*padding-top: 30px;*/
}











@media screen and (max-width: 992px) {

    .intro-text h1 {
        font-size: 25px !important;
    }


    .intro p {
        font-size: 13px !important;
        text-align: justify;
    }

    .intro-text a {
        font-size: 14px !important;
    }


}







.bottoni-social {
    margin-bottom: 15px;
    zoom: 0.9;
}







.showcase .scritto {
    padding: 5rem;
}



.showcase .scritto img {
    max-width: 500px;
}


@media (max-width: 996px) {
    .showcase .scritto {
        padding: 2rem;
    }

    .showcase {
        padding-top: 80px;
    }

    .showcase .scritto img {
        max-width: 100%;
    }

    .spaziosopra {padding-top: 0px}

    .nascondi-mobile {
        display: none;
    }

}


.showcase .immagine {
    min-height: 30rem;
    background-size: cover;
}



.showcase .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.lead {
    font-size: 16Px;

}



.sopra30 {
    padding-top: 30px;
}

.sotto30 {
    padding-bottom: 30px;
}


.sopra20 {
    padding-top: 20px;
}

.sotto20 {
    padding-bottom: 20px;
}


.utenti p span { font-size: 13px; opacity: 1;}







.layer-box{

	background-color: #eeeeee;
	padding: 26px 26px 13px 26px;
	border-radius: 12px;
	margin-bottom: 26px;

}

.hashtag{
	font-size: 26px;

}



.flex-relatori {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}



.flex-relatori-item {
  padding: 5px;
  width: 120px;
  /*height: 150px;*/
  margin-top: 10px;
  /*line-height: 150px;*/
  /*color: white;*/
  font-weight: bold;
  /*font-size: 3em;*/
  text-align: center;
}



.flex-relatori-item img {
    border: solid 5px white;
}





.flex-relatori-item p {
    font-size: 16px;
    padding-top: 10px;
}

.flex-relatori-item p span {
	font-size: 13px;
	font-weight: 100;
}


.fa-asterisk {
    color: #E20513;
    font-size: 20px;
    font-weight: 800;
}




.flex-container {
  display: flex;
  /*background-color: DodgerBlue;*/
}



.colonna-box{
  /*background-color: #f1f1f1;*/
  margin: 10px;
  
  padding: 3rem;
  border-radius: 16px;

      font-size: 17px;
    text-align: justify;
    font-weight: 400;

}


.colonna-immagine
{
    background-position: center;  
    background-repeat: no-repeat;
    background-size: cover;

}

.colonna-immagine:after {
       content: '\A';
       position: absolute;
       width: 100%; 
       height:100%;
       top:0; 
       left:0;
       background:rgba(0,0,0,0.6);
       opacity: 1;
       border-radius: 16px;
}





/* --------------------------------------------------------------------------------------------------------- */





.countdown_wrapper{
	position: relative;
}
.days_wrapper{}
.countdown_wrapper .seconds,
.countdown_wrapper .minutes,
.countdown_wrapper .hours,
.countdown_wrapper .days{
	font-size: 44px;
    color: #ffffff;
    height: 65px;
    line-height: 65px;
	text-align: center;
}
.countdown_wrapper .txt_seconds,
.countdown_wrapper .txt_minutes,
.countdown_wrapper .txt_hours,
.countdown_wrapper .txt_days{
	background: #f5831f;
	font-size: 12px;
    color: #fff;
	height: 29px;
	line-height: 29px;
	text-transform: uppercase;
	text-align: center;
}







.countdown_item{
	width: 76px;
	height: 94px;
	background:rgba(255,255,255,0.5);
	border-radius: 5px;
	margin: 5px;
	display: inline-block;

}
.countdown_item div{
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
.days_wrapper{}









#calendario {

    padding: 30px 0 30px 0 ;

}

#calendario h2 {
    font-size: 26px;
    font-weight: 600;
}