body {
	border-top: 4px solid #3276B1;
}

/*
|--------------------------------------------------------------------------
| OWL CAROUSEL
|--------------------------------------------------------------------------
*/
.owl-carousel {
	list-style-type: none;
}
.owl-item li {
	text-align: center;
}

/*
|--------------------------------------------------------------------------
| BOOTSTRAP RESET
|--------------------------------------------------------------------------
*/
.jumbotron {
	margin-top: 15px;
	background-color: #f9f9f9;
}
.form-control {
	border-radius: 0;
}
.dropdown-menu li:hover {
	background-color: #efefef;
}
.thumbnail,
.img-thumbnail {
	border-radius: 0;
}

/*
|--------------------------------------------------------------------------
| BOOTSTRAP MENU / SUBMENU
|--------------------------------------------------------------------------
*/
/* Apertura menu all'Hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu > .dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display:block;
}
.dropdown-submenu > a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #666666;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left:-100%;
	margin-left:10px;
	border-radius:6px 0 6px 6px;
}
.dropdown-submenu > .dropdown-menu {
	min-width: 220px;
}
.dropdown-submenu > .dropdown-menu > li > a {
	white-space: normal;
}

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/
.footer {
	margin-top: 30px;
	background-color: #efefef;
	border-top: 1px solid #cccccc;
}
.footer > div {
	width: 100%;
}
.footer-top {
	border-bottom: 1px solid #cccccc;
}
.footer-bottom {
	color: #666666;
	padding: 15px 0;
	font-size: 0.9em;
	background-color: #ffffff;
}
.footer-bottom.without-top {
	background-color: transparent;
}

/*
|--------------------------------------------------------------------------
| NAVBAR
|--------------------------------------------------------------------------
*/
.navbar {
	margin: 0;
	padding: 0;
}
.navbar-logo {
	padding: 8px 25px 8px 5px;
}
.navbar-logo img {
	z-index: 999;
	margin-top: 0;
	max-height: 50px;
	position: absolute;
}
.navbar.navbar-default {
	border: none;
	background: transparent;
}
.bg-menu {
	background: #f6f6f6;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.navbar .nav > li {
	margin: 0 5px;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a {
	color: #222222;
	font-weight: bold;
	background-color: transparent;
}
.navbar .nav > li > a {
	color: #444444;
	font-size: 1.1em;
	padding: 24px 10px 21px;
	border-bottom: 3px solid #f6f6f6;
}
.navbar .nav > li > a:hover {
	background-color: #efefef !important;
	border-bottom-color: #efefef;
}
.navbar .nav > li:hover > a {
	border-bottom-color: #666666;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover {
	border-bottom-color: #3276b1;
}

/*
|--------------------------------------------------------------------------
| RICERCA
|--------------------------------------------------------------------------
*/
.search-cont {
	margin: 10px 0;
}
.search-cont .form-control {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.search-header {
	margin: 5px 0 10px;
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 2px solid #3276B1;
}
.search-header .search-results-label {
	font-weight: bold;
}
.search-header .search-results-terms:before,
.search-header .search-results-terms:after {
	content: '"';
}
.search-header .search-results-count {

}
.search-header .search-results-count-number {
	font-weight: bold;
}
.pagination {
	margin: 10px 0;
}

/*
|--------------------------------------------------------------------------
| SLOGAN
|--------------------------------------------------------------------------
*/
.slogan blockquote {
	background: #f9f9f9;
	border-left: 10px solid #3276B1;
	margin: 1.0em 0 1em;
	padding: 1em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
.slogan blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
.slogan blockquote p {
	display: inline;
}

/*
|--------------------------------------------------------------------------
| HOME SLIDER
|--------------------------------------------------------------------------
*/
#home_slider {
	color: #ffffff;
	padding-top: 35px;
	font-family: 'Lato', sans-serif;
	background: url('../img/slider.png') repeat;
}
#home_slider .owl-controls .owl-buttons div {
	top: 50%;
	width: 30px;
	height: 30px;
	padding: 7px 0 0;
	margin-top: -30px;
	position: absolute;
	color: #333333;
	background: #ffffff;
}
#home_slider .owl-buttons .owl-prev {
	left: -60px;
}
#home_slider .owl-buttons .owl-next {
	right: -60px;
}
#home_slider .owl-pagination {
	margin-top: 10px;
}
#home_slider .slider-descr {
	margin-top: 10px;
	font-size: 1.3em;
	line-height: 1.6em;
}
#home_slider .btn {
	margin-top: 20px;
}

/*
|--------------------------------------------------------------------------
| GALLERY
|--------------------------------------------------------------------------
*/
.gallery {
	margin-top: 20px;
}
.gallery .owl-item {
	text-align: center;
}
.gallery .owl-controls .owl-buttons div {
	padding: 7px 8px;
	line-height: 12px;
}

/*
|--------------------------------------------------------------------------
| TAGS
|--------------------------------------------------------------------------
*/
.tagcloud-cont {
	padding: 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
}
.tagcloud {
	margin: 10px 0 0 20px;
}
.tag-link:hover {
	text-decoration: none;
}
.tag-link       .label.label-default { background-color: #ffffff; color: #333333; }
.tag-link:hover .label.label-default { background-color: #ebebeb; }
.tag-link       .label.label-primary { background-color: #428bca; }
.tag-link:hover .label.label-primary { background-color: #3276b1; }
.tag-link       .label.label-success { background-color: #5cb85c; }
.tag-link:hover .label.label-success { background-color: #47a447; }
.tag-link       .label.label-info    { background-color: #5bc0de; }
.tag-link:hover .label.label-info    { background-color: #39b3d7; }
.tag-link       .label.label-warning { background-color: #f0ad4e; }
.tag-link:hover .label.label-warning { background-color: #ed9c28; }
.tag-link       .label.label-danger  { background-color: #d9534f; }
.tag-link:hover .label.label-danger  { background-color: #d2322d; }

/*
|--------------------------------------------------------------------------
| LINGUE
|--------------------------------------------------------------------------
*/
.lang-cont {
	padding-top: 18px;
}
.lang-flag.active a {
	color: #999999;
}

/*
|--------------------------------------------------------------------------
| VETRINE
|--------------------------------------------------------------------------
*/
.showcase {
	margin-bottom: 30px;
	text-align: center;
}
.showcase-title {
	margin-bottom: 10px;
	border-bottom: 1px solid #efefef;
}
.showcase-descr {
	padding: 10px;
	font-size: 0.9em;
	text-align: justify;
	margin-bottom: 10px;
}
.showcase-image-fallback {
	width: 100%;
	height: 270px;
	background-color: #efefef;
}
.showcase .row{
	margin-bottom: 10px;
}
.showcase-img img {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

/*
|--------------------------------------------------------------------------
| CONTENUTI
|--------------------------------------------------------------------------
*/
.page-cont,
.page-image {
	margin-bottom: 20px;
}

/* Sottopagine */
.page-childrens {
	margin-bottom: 40px;
}
.page-children {
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
.page-children-title {
	padding: 10px;
	font-weight: bold;
	background-color: #f7f7f7;
}
.page-children-content {
	padding: 10px;
}
.page-children-content-text {
	width: 80%;
	float: left;
}
.page-children-content-text .btn {
	margin: 10px 0;
}
.page-children-content-image {
	width: 20%;
	float: left;
	text-align: right;
}
.page-children:last-child {
	margin-bottom: 0;
}
.page-children-full {
	width: 100%;
}
.page-forms {
	margin: 30px 0;
}

/*
|--------------------------------------------------------------------------
| FORM
|--------------------------------------------------------------------------
*/
.form-cont {
	margin: 20px 0;
}
.form-cont .page-header {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}
.form-horizontal .form-actions {
	margin-left: -12px;
}
form .label-required:after {
	content: ' *';
	color: #840e0e;
}
.captcha-cont {
	display: block;
	margin-top: 4px;
}
.captcha-img {
	border: 1px solid #cccccc;
}

/*
|--------------------------------------------------------------------------
| NEWS / NEWSLETTER
|--------------------------------------------------------------------------
*/
#last_news_cont,
#newsletter_form_cont {
	padding: 10px 0;
}
#last_news_cont li {
	text-align: right;
}
.page-news .page-header {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
}
.news {
	padding: 15px 0;
	margin-bottom: 10px;
}
.news.odd {
	padding-right: 15px;
}
.news.even {
	padding-left: 15px;
}
.news-header {
	padding: 15px 0;
}
.news-header .label {
	font-weight: normal;
	padding: .5em .8em .5em;
}
.news-header h1,
.news-header h2,
.news-header h3,
.news-header h4 {
	margin: 0;
}
.news-header a {
	color: #666666;
}
.news-header a:hover,
.news-header a:focus,
.news-header a:active {
	color: #333333;
	text-decoration: none;
}
.news-image,
.news-description {
	margin-top: 10px;
}
.news-readmore {
	margin-top: 15px;
}

/*
|--------------------------------------------------------------------------
| CREDITS
|--------------------------------------------------------------------------
*/
.credits {
	margin-top: 20px;
	color: #666666;
}
.credits a {
	color: #666666;
}

/*
|--------------------------------------------------------------------------
| SOCIAL ICONS
|--------------------------------------------------------------------------
*/
.social-list {
	margin-bottom: 40px;
}
.social-list li a {
	width: 32px;
	height: 32px;
	display: block;
}
.social-list li a img {
	max-width: 100%;
}