
@import url("carousel.css");

body {
    letter-spacing: 0px;
    text-transform: none;
    background-color: #FFF;
    color: #353535;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 23px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

a, a:hover { text-decoration: none; }

.header-top{
	margin-top: 30px;
}
.header-top .container{
	position: relative;
}

#header{
	padding: 30px 0;
}
#header #logo img{
	width: 25%;
}
#logo{
	text-align: center;
}
#logo a{
	display:inline-block;
}

#menu{
	padding:0px;
}

.navbar{
	border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
	margin-bottom: 0px;
}

.navbar.navFixed{
	position: fixed;
	top: 30px;
    width: 100%;
    z-index: 10;
    background-color: #fff;
	left: 0;
    border-radius: 0;
}


.header-top.fixed{
	position:fixed;
	width:100%;
	top:0px;
}
.navbar.fixed{
	position:fixed;
	width:100%;
	top:30px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.header-fixed{
	top: 0;
	z-index: 20;
    position: fixed;
    width: 100%;
    display: inline-block;
    height: 30px;
	background-color: #2a2a2a;
}

.header-fixed #header-contact{
	margin: 0;
	color: #b4b4b4;
	font-size: 12px;
	font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    letter-spacing: 1px;
	height: 30px;
	padding-top: 3px;
}
.header-fixed #header-contact i{
	display: block;
    margin: 5px 5px 0 0;
    float: left;
}
.header-fixed #header-contact a{
	-o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
	color: #b4b4b4;
	text-decoration: none;
}
.header-fixed #header-contact a:hover{
	color: #fff;
}



.menu li {
	display: inline-block;
    position: relative;
    padding: 15px 20px;
}

.menu li.logo {
	display: none;
}

.navFixed .menu li.logo{
	padding: 0px 20px;
	display: inline-block;
}

.menu li.logo img{
	display: block;
	height: 43px;
	margin: 5px 0px;
}

.menu li a{
	color: #282828;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    white-space: nowrap;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	padding: 0;
	background-color: transparent;
}

.menu li a:hover {
	background-color: transparent;
    color: #999999;
}

.menu ul.dropdown-menu{
    background: #fff;
	box-shadow: none;
	border: 0 none;
	border-radius: 0px;
}
.menu ul.dropdown-menu li{
	padding: 8px;
	width: 100%;
}
.menu ul.dropdown-menu li a{
    color: #222;
	margin: 0;
    padding: 6px 10px 7px 10px;
	width: 180px;
    max-width: 180px;
    line-height: 20px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: 3s;
    transition: .3s;
    text-align: left;
	white-space: normal;
}

.menu ul.dropdown-menu li a .glyphicon{
	float: right;
    top: 5px;
}

.menu ul.dropdown-menu li.active a,
.menu ul.dropdown-menu li a:hover{
	color: #ffffff;
    background: #333333;
}

.dropdown-submenu:hover > ul.dropdown-menu{
	display: block;
}

.dropdown-submenu > ul.dropdown-menu{
    position: absolute;
	top: 0;
	min-width: 200px;
	left: 196px;
	margin:0;
	padding:0;
	border-radius: 0px;
	/*border-left: 1px solid #ececec;*/
}


#menu_lingua{
	float:right;
	padding: 0;
}
#menu_lingua li.dropdown {
	height: 30px;
	padding: 0;
}
#menu_lingua li a{
	/*height: 30px;
	width: 40px;*/
	color: #b4b4b4;
	padding: 6px 10px;
	display: block;
	vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-middle-with-baseline;
}
#menu_lingua .dropdown-menu{
	text-align: center;
	background-color: #2a2a2a;
	border-radius: 0px;
	padding: 0;
	min-width: 0;
}
#menu_lingua ul.dropdown-menu li {
	padding: 0;
	width:100%;
}
#menu_lingua ul.dropdown-menu li a{
	min-width: 0;
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
	text-align: center;
	-o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: 3s;
    transition: .3s;
}

#menu_lingua ul.dropdown-menu li.active a,
#menu_lingua ul.dropdown-menu li a:hover{
	background-color: #b4b4b4;
	color: #2a2a2a;
}

.main-container{
	margin-top: 50px;
}

.post {
    margin-bottom: 60px;
}

.post  .post-header {
	text-align: center;
	margin-bottom: 20px;
}

.post  .post-header .category{
	margin-bottom: 20px;
}

.post  .post-header .category .breadcrumb{
	background-color: transparent;
    border-radius: 0;
}

.post  .post-header .category a{
	color: #999999;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 16px;
    font-family: lato;
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
}

.post  .post-header .title{
	margin-bottom: 20px;
}

.post  .post-header .title a{
	-o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
	font-style: normal;
    line-height: 1.25;
    padding: 0;
    margin: 0 0 20px;
    font-weight: 400;
    /*font-family: 'Playfair Display';*/
    line-height: 30px;
    color: #000;
    font-size: 30px;
    line-height: 36px;
}
.post .post-header .title a:hover {
    opacity: .50;
}

.post  .post-header .category-date{
	line-height: 16px;
    font-family: lato;
    word-spacing: 1px;
    color: #b4b4b4;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0px;
}

.post .post-image{
	width: 100%;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.post .post-video{
	width: 100%;
	height: auto;
}

.post .post-video iframe{
	width: 100%;
	height: 100%;
}

.post .post-content{
	text-align: justify;
    margin-top: 30px;
}
.post .post-content ol{
	padding-left: 14px;
}
.post .post-content ol li{
	margin-top: 10px;
}

.post .post-content a {
	color: #b4b4b4;
}
.post  .post-content a:hover {
	text-decoration:underline;
}


.post .allegati{
	margin-top: 30px;
}
.post .allegati a{
    color: #353535;
    font-size: 14px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: lato;
	padding-left: 3px;
	-o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.post .allegati a:hover{
	text-decoration: underline;
	opacity: .50;
}

.post .post-content a.more {
    border: 1px solid #efefef;
    color: #ffffff;
    display: table;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 25px auto 0;
    padding: 19px 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    text-transform: uppercase;
}
.post .post-content a.more:hover {
    color: #fff;
	cursor: pointer;
	text-decoration:none;
}
.post .post-content a.more:before {
    background: #999999 none repeat scroll 0 0 padding-box content-box;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.post .post-content a.more:hover:before {
    background-color: #2a2a2a;
}

.post .post-footer{
	display: inline-block;
    width: 100%;
    padding: 13px 0;
    border-bottom: 3px double #e6e6e6;
    margin-top: 35px;
    padding-bottom: 15px;
    line-height: 7px;
}

.post .post-footer .group-share li.label-share{
    display: inline-block;
    color: #222;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: lato;
}

.post .post-footer .group-share li {
	list-style: none;
    display: inline-block;
}
.post .post-footer .group-share li a{
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    margin: 0 0 0 15px;
    color: #222;
    font-size: 13px;
    height: auto;
    line-height: unset;
}

.post.ricerca .post-content .itemImage{
	width: 100%;
    display: block;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-decoration: none;
	margin-bottom: 15px;
}
.post.ricerca .post-content .itemImage .slideTitle{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    display: block;
    font-weight: bold;
    color: #FFF;
    font-weight: 500;
    min-height: 42px;
    padding: 10px 20px;
	text-align: left;
    background-color: rgba(0, 0, 0, 0.43);
}

a.load-more {
    border: 1px solid #efefef;
    color: #ffffff;
    display: table;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 25px auto;
    padding: 19px 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    text-transform: uppercase;
}
a.load-more:hover {
    color: #fff;
	cursor: pointer;
	text-decoration:none;
}
a.load-more:before {
    background: #999999 none repeat scroll 0 0 padding-box content-box;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a.load-more:hover:before {
    background-color: #2a2a2a;
}

a.view-gallery {
    border: 1px solid #efefef;
    color: #ffffff;
    display: table;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    padding: 19px 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
	position: absolute;
	bottom: 15px;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	opacity: .3;
}
.post-image:hover a.view-gallery {
	opacity: 1;
    color: #fff;
	cursor: pointer;
	text-decoration:none;
}
a.view-gallery:before {
    background: #999999 none repeat scroll 0 0 padding-box content-box;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.post-image:hover a.view-gallery:before {
    background-color: #2a2a2a;
}

.widget-posts{
	margin-bottom: 45px;
    text-align: center;
}

.widget-posts > .title{
	display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 40px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
	margin-bottom: 20px;
	color: #222;
}

.widget-posts > .title:before, .widget-posts > .title:after {
	background: #e7e7e7;
    content: "";
    height: 1px;
    width: 40px;
    position: absolute;
    left: -40px;
    top: 50%;
}
.widget-posts > .title:after {
    left: auto;
    right: -40px;
}

.widget-posts .media-left a{
	display: block;
    width: 80px;
    height: 80px;
	background-size: cover;
    background-position: center;
}
.widget-posts .media-body{
    text-align: left;
}
.widget-posts .media-body .media-heading a{
	margin-bottom: 1px;
    color: #333;
    display: block;
    font-size: 14px;
}
.widget-posts .media-body .side-item-meta{
    font-size: 10px;
    letter-spacing: 1px;
    color: #999;
}

.widget-posts .tag-container{
	display: flex;
    flex-wrap: wrap;
}
.widget-posts .tag-category{
	display: inline-block;
    float: left;
    font-size: 11px;
    line-height: normal;
    margin: 0 5px 5px 0;
    opacity: 1;
}
.widget-posts .tag-category span{
	cursor: pointer;
	background: #fff;
    color: #666;
    float: left;
    border: 1px solid #eee;
    font-family: 'Open Sans',sans-serif;
    line-height: 100%;
    margin: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    transition: all .3s;
}

.widget-posts .img-evidenza{
	display: block;
	width: 100%;
	height: 200px;
	background-size: cover;
	position: relative;
}
.widget-posts .img-evidenza .title{
	position: absolute;
    bottom: 0;
    left: 0;
	margin:0;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    display: block;
    font-weight: bold;
    color: #FFF;
    font-weight: 500;
    min-height: 42px;
    padding: 10px 20px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.43);
}

.widget-posts.labels ul{
	list-style: none;
	text-align: left;
	margin:0;
	padding:0;
}

.widget-posts.labels ul li{
	margin-bottom: 5px;
    padding-bottom: 5px;
	width: 100%;
}
.widget-posts.labels ul li a{
    color: #666;
	padding: 8px 10px;
	border: 1px solid #eee;
	border-left: 5px solid #eee;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 5px;
	display: inline-flex;
}
.widget-posts.labels ul li a.selected{
	border-left: 5px solid #666;
	
}

.related-post .related-post-title {
	display:block;
	text-align: center;
}
.related-post .related-post-title h4{
    padding-bottom: 3px;
    display: inline-block;
    margin-top: 0;
    font-style: normal;
    margin-bottom: 20px;
    color: #282828;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "lato";
    margin: 0 0 30px 0;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #282828;
    display: inline-block;
    padding-bottom: 10px;
}
/*
#relatedCarousel .item div[class*="col-"]{
	
}
#relatedCarousel .item div[class*="col-"]:first-child{
	padding-left:0px;
}
#relatedCarousel .item div[class*="col-"]:last-child{
	padding-right:0px;
}
*/
#footer {
    background: #2a2a2a;
    color: #999999;
    font-size: 12px;
    padding: 30px 0;
    font-family: lato;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#footer a{
    font-size: 12px;
    color: #999999;
}


a.to-top{
	display:none;
	position: fixed;
	bottom: 0px;
	right: 3%;
	color: #999;
	background-color: #2a2a2a;
	padding: 5px 10px;
}

#newsletter-section{
	text-align: center;
	background-color: #e6e6e6;
	padding: 25px 0;
	margin-top:30px;
}
#newsletter-section .title{
	float: left;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #2a2a2a;
	margin-top: 0px;
	margin-bottom: 0px;
}

#newsletter-section .description{
    display: block;
    padding: 25px 2px 7px;
    font-size: 28px;
    line-height: 1.2;
    color: #2c2f34;
    margin-bottom: 10px;
    text-align: center;
    text-transform: none;
    color: #8a8a8a;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.3;
    width: 100%;
}

#newsletter-section #newsletter-email{
	/*border: 1px solid #e6e6e6;*/
	border: 1px solid #8b8b8b;
    color: #8b8b8b;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin-right: 1%;
    margin-bottom: 0;
    padding: 12px 20px;
    width: 40%;
    height: 49px;
}

#newsletter-section #newsletter-submit{
	cursor: pointer;
    height: 49px;
    z-index: 0;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    border: 0 none;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    margin: auto;
    padding: 15px 50px;
    display: inline-block;
    text-transform: uppercase;
    width: auto;
    background-color: #8b8b8b;
	border-top: 2px solid transparent;
	border-radius: 0px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#newsletter-section #newsletter-submit:hover{
	background-color: #2a2a2a;
}

#form-iscrizione-newsletter .checkbox label{
    display: block;
    font-size: 28px;
    line-height: 1.2;
    color: #2c2f34;
    margin-bottom: 10px;
    text-align: center;
    text-transform: none;
    color: #8a8a8a;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.3;
    width: 100%;
}

.row-msg-contatti{
	display: none;
}

.msg-contatti{
	padding: 6px 12px;
	margin-bottom: 15px;
	color: #282828;
	font-family: 'Lato', sans-serif;
    font-size: 13px;
	font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}
.msg-contatti.success{
	border: 1px solid green;
	border-left: 5px solid green;
}
.msg-contatti.error{
	border: 1px solid red;
	border-left: 5px solid red;
}

#form-contatti label,
#form-ricontatto label,
#form-banner label{
    font-size: 28px;
    color: #2c2f34;
    margin-bottom: 10px;
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
	font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    width: 100%;
}

#form-contatti .form-control,
#form-ricontatto .form-control,
#form-banner .form-control{
	border-radius:0px;
	border: 1px solid #eee;
	font-family: 'Lato', sans-serif;
    font-size: 13px;
	font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}

#form-contatti .form-control:focus,
#form-ricontatto .form-control:focus,
#form-banner .form-control:focus{
	box-shadow: none;
}
#form-contatti textarea,
#form-banner textarea{
	resize: none;
}

#form-contatti button{
    height: 49px;
    z-index: 0;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    border: 0 none;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    margin: auto;
    padding: 15px 50px;
    display: inline-block;
    text-transform: uppercase;
    width: auto;
    background-color: #8b8b8b;
	border-top: 2px solid transparent;
	border-radius: 0px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#form-contatti button:hover{
	background-color: #2a2a2a;
}

.btn-banner{
	cursor: pointer;
    z-index: 0;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    border: 0 none;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px 50px;
    display: inline-block;
    text-transform: uppercase;
    width: auto;
    background-color: #2a2a2a;
	border-top: 2px solid transparent;
	border-radius: 0px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-banner:focus{
    outline: none;
}
.btn-banner:not([disabled]):hover{
    text-decoration: underline;
}

#form-ricontatto .btn-banner.cancel,
#form-banner .btn-banner.cancel{
    background-color: transparent;
    border: 0 none;
    color: #2a2a2a;
    text-decoration: underline;
}
#form-ricontatto .btn-container,
#form-banner .btn-container{
    margin-bottom: 0px;
    display: flex;
    justify-content: flex-end;
}

#sponsorCarousel .carousel-caption .btn-banner{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
#sponsorCarousel:hover .carousel-caption .btn-banner{
    opacity: 1;
}

#ricontattoModal .modal-content,
#bannerModal .modal-content{
    border-radius: 0;
}
#bannerModal .modal-body img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#form-ricontatto button[disabled],
#form-banner button[disabled]{
    background-color: #888;
    cursor: not-allowed;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	
}

@media only screen and (min-width: 768px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	.menu li {
		padding: 15px 10px;
	}
	#menu li.logo{
		display: inline-block;
	}
}

@media only screen and (max-width: 767px) {
	
	body{
		margin-top: 50px;
	}
		
	.main-container{
		margin-top: 10px;
	} 
	.header-fixed{
		display: none;
	}
	.header-top {
		margin-top: 0px;
	}
	#menu .li_pre_lingue{
		border-bottom: 3px double #e6e6e6;
	}
	
	#header{
		padding: 25px 0;
	}
	#header #logo img{
		width: 50%;
	}
	#top-social {
		position: relative;
		margin-bottom: 15px;
	}
	
	.navbar {
		position: fixed;
		top:0;
		width: 100%;
		z-index: 1000;
		border: 0 none;
	}
	
	.navbar-header{
		background-color: #f6f6f6;
	}
	
	.navbar-header > img{
		float: left;
		height: 40px;
		margin: 5px 15px;
		padding: 0;
		border: 0 none;
		border-radius: 0px;
	}
	
	.navbar-toggle{
		float: right;
		margin-left: 15px;
		margin-right:5px;
		background-color: transparent;
	}
	.navbar-toggle .icon-bar{
		background-color: #666666;
	}
	.navbar .navbar-collapse{
		background: #f6f6f6;
		font-size: 16px;
		text-align: left;
		max-height: 500px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.navbar .navbar-nav{
		display: block;
		margin: auto;
	}
	
	.navbar-toggle .icon-bar {
		width: 22px;
		transition: all 0.2s;
	}
	.navbar-toggle .top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}
	.navbar-toggle .middle-bar {
		opacity: 0;
	}
	.navbar-toggle  .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}
	
	.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
	}
	.navbar-toggle.collapsed .middle-bar {
		opacity: 1;
	}
	.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
	}
	
	#menu li{
		display: block;
		padding: 0;
	}
	
	#menu li a,
	#menu ul.dropdown-menu li a{
		padding: 7.5px 15px;
		display: block;
		text-decoration: none;
		color: #666;
		font-family: "Open Sans", sans-serif;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 2px;
		color: #666;
		text-transform: uppercase;
	}
	
	#menu ul.dropdown-menu{
		background: #f6f6f6;
	}
	
	#menu li.dropdown.open > a {
		background-color:#333;
	}
	
	#menu ul.dropdown-menu li{
		padding: 0;
	}
	#menu ul.dropdown-menu li{
		margin-left: 20px;
	}
	
	#menu li.logo{
		display: none;
	}
	
	.menu ul.dropdown-menu li a	{
		max-width: none;
		width: 100%;
	}
	
	.dropdown-submenu .glyphicon{
		display: none;
	}
	
	.dropdown-submenu > ul.dropdown-menu{
		display: block;
	}
	
	.post .post-image {
		height: 180px;
	}
	
	#newsletter-section #newsletter-submit{
		padding: 15px;
	}
	#newsletter-section #newsletter-email{
		width: 60%;
	}
	
	a.to-top i{
		font-size: 1.5em;
	}
	
}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
  }    
  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }    
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }    
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }    
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  
  /*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
    Need to override the 3.3 new styles for modern browsers & apply opacity*/
  @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-fade .carousel-inner > .item.next,
      .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.prev,
      .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.next.left,
      .carousel-fade .carousel-inner > .item.prev.right,
      .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
  }

.ricontatto{
    text-align: center;
    margin-bottom: 20px;
}
.ricontatto button{
    height: 49px;
    z-index: 0;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    border: 0 none;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    margin: auto;
    padding: 15px 50px;
    display: inline-block;
    text-transform: uppercase;
    width: auto;
    background-color: #8b8b8b;
	border-top: 2px solid transparent;
	border-radius: 0px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ricontatto button:focus{
    outline: none;
}
.ricontatto button:not([disabled]):hover{
    background-color: #2a2a2a ;
}