/* shortcodes */
.bottommargin-xs {margin-bottom:10px!important;}
.bottommargin-sm {margin-bottom:20px!important;}
.bottommargin-md {margin-bottom:30px!important;}
.bottommargin-lg {margin-bottom:60px!important;}
.topmargin-xs {margin-top:10px!important;}
.topmargin-sm {margin-top:20px!important;}
.topmargin-md {margin-top:30px!important;}
.topmargin-lg {margin-top:60px!important;}
.nomargin {margin:0!important;}
.notopmargin {margin-top:0!important;}
.nobottommargin {margin-bottom:0!important;}

.bottompadding-xs {padding-bottom:10px!important;}
.bottompadding-sm {padding-bottom:20px!important;}
.bottompadding-md {padding-bottom:30px!important;}
.bottompadding-lg {padding-bottom:60px!important;}
.toppadding-xs {padding-top:10px!important;}
.toppadding-sm {padding-top:20px!important;}
.toppadding-md {padding-top:30px!important;}
.toppadding-lg {padding-top:60px!important;}
.nopadding {padding:0!important;}
.notoppadding {padding-top:0!important;}
.nobottompadding {padding-bottom:0!important;}

.clear, .clearfix {clear:both!important;}

.text-muted {color:#999999;}

body {padding:0;}

/* logo */
.logo {position:absolute;top:30px;z-index:3;left:50%;padding:10px 0;}

/* carousel */
.carousel-inner > .item > img {
  position: absolute;
  left: 0;
  right:0;
  bottom:0;
  min-width: 100%;
  height: auto;
}

.carousel-caption {
	bottom:auto;
	left:5%;
	right:5%;
}

.carousel-caption a {color:white;}
.carousel-caption a:hover {color:white;text-shadow:none;color:black;}

/* buttons */
.btn-primary {background-color:#337ab7;border-color:#337ab7;}
.btn-primary:hover {background-color:black;border-color:black;}

/* content */
#content {padding:60px 0;background-color:white;}
.featurette-divider {margin:60px 0;}

/* footer */
footer {padding:30px 0;min-height:128px;}
footer.dark {background-color:#222222;}
footer.dark a {color:#999999}
footer.dark a:hover {color:white;}
footer .nav-mandatory {float:left;}
footer .realizzato-da {float:right;}

/* modals */
.modal-body {padding:30px;}

/* page header */
.page-header {
	background:url('../img/img-wall-bg.jpg')no-repeat top center scroll #333333;
	background-size:cover;
	height:240!important;
	margin:0;
	padding:30px 0;
}
.page-header h1 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color:#ffffff;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
}