@charset "UTF-8";
/* CSS Document color: arancino #E99B1F; arancio #fa8232 ; verde #219e70 484ed3*/

body {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h5, h6 {
    font-family: 'Lato', sans-serif;
	color: #444;
	font-weight: 900;
	line-height: 1.1em !important;
	text-transform: none !important;
}

h1 { 
	font-size:2.8em;
}


h2 { 
	font-size:2em;
}

h3 { 
	line-height: 1.6em !important;
} 

h4 {
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0;
	font-family: 'Lato', sans-serif;
}

p { 
	text-align:justify;
}

.d-flex {
	display: flex;
}

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-start {
	justify-content: flex-start;
}

.mt-4 {
	margin-top: 1.5em;
}

.mt-5 {
	margin-top: 3em;
}

.mb-4 {
	margin-bottom: 1.5em;
}

.mb-5 {
	margin-bottom: 3em;
}

.f-300 {
	font-weight: 300;
}


.btn {
    font-weight: 300;
	border-radius: 5px;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none !important;
    white-space: nowrap;
    -moz-user-select: none;
}

.btn-default {
	border: none !important;
}
.btn-default:hover {
	border: none !important;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 1em;
    line-height: 1.2em;
    border-radius: 3px;
}

.btn-xs {
    padding: 5px 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    border-radius: 3px;
}

/* -------------- MAIN HEADER  ---------------*/
.header-light {
	background-color: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


.main-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.main-header:before, .main-header:after {
	display: none;
}

/* -------------- HEADER NAV TOP BAR ---------------*/


.light-header-top {
    background-color: whitesmoke;
}

.header-top .container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-bottom: none !important;
}

.header-top .container nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.light-header-top .nav-top > li {
    height: 28px;
}

.nav-top > li > a {
    padding: 4px 10px !important;
    font-weight: 300;
	text-transform: uppercase;
    font-size: 0.75em;
	color: #444;
}

/* --------------SOCIAL ---------------*/

.social {
    list-style: outside none none;
	margin-bottom: 0 !important;
	display: flex;
}

.social ul {
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
}

.social ul li {
	padding: 0 15px;
}

.social a {
    height: 30px;
    line-height: 2em;
}

.social a:hover i {
	color: #000 !important;
}


/* -------------- HEADER LOGO ---------------*/

.navbar-header {
    display: flex;
    justify-content: space-around;
}

.header-light .nav-main {
    margin-right: -15px;
    margin-top: 0px;
}


.header-light #logo {
    margin: -20px 0 0 0px;
    width: 180px;
}

.header-light .logo {
    margin: 0px;
}

#logo h2 {
/*text-align: center; 
margin: 0 auto;
padding:0;
color: #fff;
font-size: 15px !important;
padding: 0px !important;
text-transform: uppercase;*/
display:none;
}

/* -------------- MAIN MENU ---------------*/

.nav-main-menu > li > a {
    font-size: 16px !important;
    padding: 30px 10px 10px 10px;
	/*text-transform: lowercase;*/
	font-weight: 900;
}

ul.nav nav-pills.nav-main-menu li ul li {
   border-bottom: 1px solid #666;
}

.dropdown-menu {
    padding: 0px !important;
}

.dropdown-menu > li {
     border-bottom: 1px solid #ccc;
}

.dropdown-menu > li > a {
    padding: 8px 15px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 900;
  }

a.dropdown-toggle i { 
	font-size:0.9em;
	color: #ccc;
	padding-left: 6px;
  }
  
  .nav-main-menu > li > .dropdown-menu {
    border-top: 1px solid #ccc;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

/* -------------- MOBILE MENU --------------- */
.uk-nav-offcanvas > li > a {
    text-transform: uppercase;
    font-size: 1.4em;
}

.uk-nav-sub li {
    padding: 10px 0;
}

.uk-nav-offcanvas a {
	text-transform: uppercase;
	line-height: 1.2em;
	font-size: 1.1em;
}
/* -------------- SLIDER --------------- */

.slider-ctn {
	/*height:500px;*/
	overflow:hidden;
	background: #f79a00 url(../images/bg-slider-grey.jpg) no-repeat center center;
	background-size: cover;
}

.divider {
    height: 1px;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    height:450px;
}

.slide-item-caption-info {
    /*padding-right: 50%;
    padding-left:100px !important;
    padding-top:190px;*/
}

.slide-item-caption-info .product-cat {
    color: #000;
    font-size: 1.3em;
    font-weight: 300;
    background-color: rgba(255,255,255,0.85);
    padding: 15px 15px 0 15px;
}

.slide-item-caption-info h2 {
	color: #000 !important;
    line-height: 1.1em;
	margin-bottom: 20px;
	font-size: 3em;
	text-align: left;
	background-color: rgba(255,255,255,0.85);
	padding: 0 15px 5px 15px;
}

.slide-item-caption-info .btn-group {
    display: flex;
	justify-content: flex-start;
}



.main-slides .owl-pagination {
    display:none;
}

.owl-theme .owl-controls .owl-buttons div {
	border: none !important;
}

.owl-theme .owl-controls .owl-buttons div i {
	font-size: 3em;
}
/* ------------------------ divider --------------- */
div.clear50 {
    height:50px;
}

/* ------------------------ PAGE HEADER --------------- */
.page-header {
    padding: 04rem 0 0 0 !important;
    border-bottom: none !important;
   	box-shadow: 0 0 0 rgba(0,0,0,0)!important;
	margin: 0 !important;
	/*background-color: #efefef;*/
}

.page-header .container {
	padding: 50px 15px 30px 15px;
	/*background-color: #fff;*/
}

.page-header h1 {
	font-weight: 900;
}

/*------------------- MAIN ------------------*/
.main-content-wrap {
  	padding: 0 0 40px 0;
	background-color: #efefef;
}

.main .container {
    background-color: #fff!important; 
	padding: 15px;
}

.featured-cat .container {
    padding-bottom: 0px;
}

.main-content {
    padding: 30px 0px 30px 0px;
    border:none !important;
}

.grid-pro .container, .banner .container, .product-tab .container {
    padding-left: 0px;
    padding-right: 0px;
}

.highlight-thumbs .container {
    padding: 34px 0px 30px;
}

/* ------------------------ LISTA CORSI CALENDARIO --------------- */

/*.calendar-table {
    padding-bottom: 4rem;
}*/

.fc-toolbar .fc-right {
    float: left;
    margin-left: 30px;
}

.featured-event-time {
    padding: 15px 0px 0px;
    margin-top: -80px;
}

.featured-event-time .date {
    display: block;
    font-size: 24px;
    line-height: 1em;
}

.event-date .date {
    font-weight: 900;
    line-height: 1em;
}

.to-event-url .btn-default {
text-transform:uppercase;
font-size: 13px;
}

.sidebar-widget-title .featured-star {
    margin-top: 5px;
}

.event-item .event-detail h4 a {
    text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

.listing-cont, .post-content {
    border-top: none;
}

.listing-cont .row {
    margin-top: 30px;
}

.listing .item {
    display: flex;
    align-items: center;
}


listing-cont li:nth-child(even){
	background-color: #f1f1f1;
}

.next-prev-nav a {
    color: #666;
}

.next-prev-nav a:hover {
    color: #000;
}

select {
    padding: 10px;
}

.listing-header form .row {
	background-color: #f1f1f1;
	padding: 2rem 0 1.5rem 0;
	display: flex;
	align-items: center;
}

.listing-header, .post-title {
    border-bottom: 1px solid #eceae4;
    padding-bottom: 2rem;
}

.event-item .event-detail h4 {
    line-height: 1em;
}


/* ------------------------ RETE FORMATIVA TABLE --------------- */

.table-responsive {
    display: table;
}

.table-responsive td {
    line-height: 1em;
    padding: 15px 5px;
}

.table-responsive tr td:first-child {
    font-weight: 700;
}

.table-responsive th {
    text-align: left;
    font-weight: 700;
    color: #fff;
    background-color: #f79a00;
    line-height: 1em;
    padding: 15px 5px;
	text-transform: uppercase;
}

.table_icon {
	font-weight: 700;
	display: flex;
    align-items: center;
	}

.table_icon i {
	padding: 0 10px;
	color:#f79a00;
	}
/* ------------------------ SCHEDA CORSO --------------- */

.widget.course ul > li { padding: 10px 5px;
}

.widget.course h4 {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.widget.course h4 > i{ margin-right: 5px;
}

.panel-default > .panel-heading {
    background-color: #ccc;
}

.list-featured-course { 
	float:right;
}

span.instructor {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
    font-size: 12px;
    color: #FFF;
    border-radius: 3px;
    background-color: #E99B1F;
}

span.instructor i { 
padding: 0 0 10px 3px;
}

.event-description .panel-body {
    padding: 0px;
}

.event-description .panel-body ul {
        margin-bottom: 0px;
}

.evidenza {
        color:#fa8232;
}

.event-description .col-md-5 {
    padding-left: 0px;
}

.thumb-act-more .btn-cart {
	font-size: 1.2em;
    min-width: none;
    width: 100%;
}

.info-table i {
	margin-right: 10px;
}

.evidenza {
    font-size: 1.6em;
}

.event-description .panel-title {
    font-weight: 900 !important;
    font-size: 1em !important;
    text-transform: uppercase !important;
}

/* ------------------------ BANNER E-MAIL --------------- */
.banner-inner {
    padding: 30px 30px 5px 20px;
}

/* ------------------------ SIDEBAR --------------- */

.sidebar { border:0px none !important;
}

.widget { 	border-bottom:1px solid #ccc;
			margin-bottom: 20px;
}

.sidebar-menu ul { 
padding: 0;
margin: 0;
}

.sidebar-menu ul li { 	list-style: none;
	
	padding:5px;
	background: #E99B1F url(../images/dashed.png) repeat scroll 0% 0%;
	border-bottom: 1px solid #ccc;
}



/* ------------------------ SCHEDA PRODOTTO --------------- */

.prodotto .thumb-item-content h1 {
    font-size: 2.0em;
    line-height:2.0em;
    margin: 0;
}

.thumb-item-content h3 {
    font-size: 1.2em;
    line-height:1.2em;
}


p.codice {
     font-size:0.8em;
		font-weight: 300;
}

.col-sm-7 p.product-price {
    font-size:1.4em;
	font-weight: 300;
}

p.product-price {
    font-size:1em;
	font-weight: 300;
}

ul.note  {  padding-left: 15px;
margin:0 0 20px 0;
}

ul.note li { padding-left: 5px;
list-style-type: square;
font-size:1em;
line-height:1.2em;
color: #666;
}

.prodotto .main.with-sidebar .img-responsive {
    margin-bottom: 0px !important;
}

section.featured-note.promo .container {
    width: 100%;
	padding: 0;
}


section.featured-note.promo .col-sm-4 {
    width: 100%;
}

section.featured-note.promo li {
   padding: 0px;
}

ul.list-Recensioni {
list-style: none;
padding-left: 0px;
}




/* ------------------------ LIST-NEWS --------------- */
.post-date {
    border-radius: 10px;
}

.post-image {
    margin-bottom: 0px;
}

@media (min-width: 361px) {
.post + .post .post-body {
    margin-top: 0;
	padding-top: 30px;
}
}
/* ------------------------ CONTATTI --------------- */

#googlemaps {
    margin: 0px 0px 30px 0px;
}

/* ------------------------ AREA PRIVATA --------------- */
.pgl-panel .panel-title .collapsed::after {
    color: #000;
}

.pgl-panel .panel-title a::after {
    color: #000;
    font-size: 2.2em;
    line-height: 0.3;
}

div.col-sm-12.print-label, div.col-sm-6.print-label, div.col-sm-2.print-label, div.col-sm-4.print-label {
padding:0px;
    color: #000;
    font-size: 1.2em;
    line-height: 1.3;
}

label.col-sm-6.control-label {
padding:0px;
}

/* ------------------------ REGISTRAZIONE --------------- */
.registration div.col-sm-12.colonna-form-dati label { 	white-space: nowrap;
}

.colonna-form-dati { padding-left:0px;
padding-right:0px;
}

div.form-group.col-md-6 { padding-left:0px;
}

.registration .col-md-8 .featured-box {
    margin-bottom: 0px;
}

div.label-group { float:left;
}

.form-control {
    margin-bottom: 10px !important;
}

.featured-box-secondary input.form-control, select.form-control {
    height: 37px;
}

/*div.btn.btn-primary.btn-block a { color:#FFFFFF
}*/

.form-control {
  border-color: #CCC;
  border-bottom-color: #CCC;
  }
  .chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #CCC;
}

.chosen-container-single .chosen-single {
    border-color: #CCC;
}

.col-sm-offset-2 {
    margin-left: 25%;
}

.registration .col-sm-3 label {
      padding-left: 0px;
    padding-right: 0px;
}

.form-group.col-md-6.last.citta label {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group.col-md-6.last.citta div.col-sm-6 {
    padding-left: 0px;
    padding-right: 15px;
}

.form-group.col-md-6.last.citta div.col-sm-6.pr {
    padding-left: 0px;
    padding-right: 0px;
}

.registration select {
    width: 100%;
    padding-top:8px;
    padding-bottom:10px;
}


.registration .btn-default {
    float: right;
}


input[type="radio"] + label::before, input[type="checkbox"] + label::before {
    display:none;
}


input[type="radio"] + label, input[type="checkbox"] + label {
    padding-left: 10px;
}

div.categoria-app {
padding-bottom:30px; 
padding-left:0px;
width: 100%;
clear:both;
    float: left;
}

div.categoria-app label{
width: 100%;
padding-left:0px;
}

.cat-app { 
	float:left;
	white-space:nowrap;
	margin-right:20px;
	padding-left:0px;
}

.cat-app input[type="checkbox"] {
    margin: 4px 20px 0px 0px;
    line-height: normal;
}

div.cat-app.last { clear:both;
}

.registration input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}

div.col-sm-12.check-socio {
    padding: 20px 0;
    border-top:1px solid #ccc;
    clear:both;
    width: 100%;
}

.colonna-form-dati .col-sm-12 {
    padding: 0 !important;
}

.social-login {
margin: 30px 0px 0px 0px;
}

.social-login h6 {
margin:0px;
}

.registration div.col-md-8 {
border-right: 1px solid #CCC;
padding-left:0px;
}

.registration .col-md-4.last {
padding-left:50px;
padding-right:15px;
}

/* ------------------------ CARRELLO --------------- */
.shop_table td {
    padding: 15px;
}

.btn-primary:hover {
    border-color: transparent !important;
}
/* ------------------------ STEP 1 --------------- */
.step-1 .main-content {
    padding: 0;
}

.step-1 .col-md-8 .btn {
    font-size: 0.8em;
    padding: 5px 8px;
}

.step-1 .col-md-8 .featured-box-secondary p {
    margin-bottom: 5px;
	padding-right: 0 ;
	text-align: left;
}

div.col-md-4.riepilogo { background-color: #e1e1e1;
}

div.col-sm-4.account-details, div.col-sm-4.shipping-address, div.col-sm-4.envoice-details { padding-left: 0px !important;
}


.featured-box h4 {
    border-bottom: 2px solid #ccc;
}

/* ------------------------ BLOG NEWS --------------- */

.post-small .post-content, .post-mid .post-content {
    padding: 15px 30px 20px;
}

/* ------------------------ BANNER PROMO --------------- */


.list-note {
    padding: 70px 5% 50px 5%;
}

.list-note .list-note-item.utility {
    border: none;
    margin-bottom: 15px;
    padding: 8px 10px 15px 10px;
    /*background-color: #CF1B00;*/
}

.list-note .list-note-item.utility:hover {
    background-color: #666;
}


.list-note h4 {
    font-size: 1.4em;
    margin: 0px;
	line-height: 1.1em;
}

list-note-item.utility h4 {
    /*color: #fff;*/
    letter-spacing: 1px;
}

list-note-item.utility img {
    margin-right:10px;
    float:left;
    height: auto;
}

.featured-note  { 
	background-color: #e1e1e1;
}

.featured-note .container {
    padding: 60px 0px 45px;
    background-color: #e1e1e1 !important;
	margin-top: 20px;
    margin-bottom: 0;
}

.list-note .list-note-item {
    padding: 0;
	border: none!important;
}

.list-note p {
	text-align: left !important;
	font-size: 1em;
	font-weight: 300;
}


.list-note .list-note-item:hover {
    margin-bottom: 15px;
	border: none !important;
}

.icon-irc { 
margin-right: 20px;
}

/* ------------------------ 5 colonne --------------- */
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-24 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-24 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-24 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-24 {
        width: 20%;
        float: left;
    }
}

/* ------------------------ POST--------------- */

.highlight-latest-post .container {
    border-bottom: 0px solid transparent;
    border-top: 1px solid #ededed;
    padding-top: 50px;
}

.latest-posts .post-mid .post-head {
    padding-top: 10px;
	background-color: #f8f7f3;
    font-size:1.8em;
	padding-bottom: 10px/*
	margin-right: 30px;
    margin-left: 30px;*/
}


.highlight-latest-post .container article:nth-child(even) .row .col-sm-6 .post-head {
    margin-right: 30px;
}

/*.highlight-latest-post .container article:nth-child(odd) .row .col-sm-6 .post-head {
	margin-left: 30px;
}*/

.post-head h2 {
	margin-bottom: 5px;
}

.post-head h3 {
    font-size: 1.8em;
	font-weight: 900;
}

.post-meta {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
    font-size:0.7em;
}

.post-content h4 {
    font-size: 1.6em;
    text-transform: none;
    letter-spacing: 0;
	font-weight: 300;
	margin-bottom: 0;
}

@media (min-width: 361px) {
.post + .post .post-meta {
    margin-top: 0 !important;
}
	}
/* ------------------------ FOOTER --------------- */

#footer  {
	padding: 30px 20px 30px 20px;
}

#footer .container {
    padding-bottom: 0;
    padding-top: 0;
}

#footer  p { 
	text-align:left;
}

#footer h4 { 
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 3.5em;
}


#footer .social ul li:first-child  {
	padding-left: 0 !important;
}

address {
    line-height: 1.3em;
    font-size: 0.9em;
}

.footer-copyright {
	padding: 10px 15px 0 15px;
	text-align: center !important;
}

.footer-copyright p {
	text-align: center !important;
	font-size: 0.85em;
}


.scroll-to-top {
    border: none;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: rgba(0,0,0,0.7);
}

