/*!
 * Start Bootstrap - Agency v1.1.0 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #450005;
}

p {
	line-height: 1.75;
}

p.large {
	font-size: 18px;
}

a, a:hover, a:focus, a:active, a.active {
	outline: none;
}

a {
	color: #006699;
}

a:hover, a:focus, a:active, a.active {
	color: #076391;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	/*font-weight: 600;*/
}

h6 {
	text-transform: uppercase;
	font-weight: 400;
}

h1.display-2 {
	font-size: 28px;
}

.img-centered {
	margin: 0 auto;
}

h4.service-heading a {
	color: #450005;
}

.bg-light-gray {
	background-color: #fff;
}

.bg-darkest-gray {
	background-color: #222222;
}

.bg-light-yellow {
	background-color: #eaebec;
}

.btn-primary {
	color: white;
	background-color: #047c8e;
	border-color: #047c8e;
	text-transform: uppercase;
	font-weight: 700;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: white;
	background-color: #047c8e;
	border-color: #047c8e;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
	{
	background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
	.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
	.btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active
	{
	background-color: #047c8e;
	border-color: #047c8e;
}

.btn-primary .badge {
	color: #047c8e;
	background-color: white;
}

.btn-xl {
	background-color: #047c8e;
	border-color: #047c8e;
	border-radius: 3px;
	color: white;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 40px;
	text-transform: uppercase;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl
	{
	color: white;
	background-color: #47bed0;
	border-color: #47bed0;
}

.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	background-image: none;
}

.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover,
	.btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus,
	.btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active,
	.btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active,
	.btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
	background-color: #047c8e;
	border-color: #047c8e;
}

.btn-xl .badge {
	color: #047c8e;
	background-color: white;
}

.navbar-custom {
	background-color: #222222;
	border-color: transparent;
	z-index: 2;
}

.navbar {
	z-index: 100;
}

.navbar-custom .navbar-brand {
	color: #047c8e;
}

.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus,
	.navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand.active
	{
	color: #c62312;
}

.navbar-custom .navbar-collapse {
	border-color: rgba(255, 255, 255, 0.02);
}

.navbar-custom .navbar-toggle {
	background-color: #047c8e;
	border-color: #047c8e;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
}

.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus
	{
	background-color: #047c8e;
}

.navbar-custom .nav li a {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color: white;
}

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus {
	color: #D7E5F8;
	outline: none;
}

.navbar-custom .navbar-nav>.active>a {
	border-radius: 0;
	color: white;
	background-color: #1C8EDA;
}

.navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus
	{
	color: white;
	background-color: #B87520;
}

@media ( min-width : 768px) {
	.navbar-custom {
		background-color: transparent;
		padding: 25px 0;
		-webkit-transition: padding 0.3s;
		-moz-transition: padding 0.3s;
		transition: padding 0.3s;
		border: none;
	}
	.navbar-custom .navbar-brand {
		font-size: 2em;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.navbar-custom .navbar-nav>.active>a {
		border-radius: 3px;
	}
}

@media ( min-width : 768px) {
	.navbar-custom.affix {
		background-color: #222222;
		padding: 10px 0;
	}
	.navbar-custom.affix .navbar-brand {
		font-size: 1.5em;
	}
}

header {
	/*background-image: url('../img/header-bg.jpg');*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: white;
}

header .intro-text {
	position: relative;
	width: 100%;
	padding: 100px 15px;
	text-align: center;
	z-index: 2;
}

header .intro-text2 {
	position: relative;
	width: 100%;
	padding: 100px 15px;
	text-align: center;
	z-index: 2;
}

header .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}

header .intro-text2 {
	padding-top: 100px;
	padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
}

header .intro-text2 .intro-lead-in {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
}

header .intro-text .intro-heading {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 25px;
}

header .intro-text2 .intro-heading {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 25px;
}

@media ( min-width : 768px) {
	header .intro-text {
		padding-top: 300px;
		padding-bottom: 200px;
	}
	header .intro-text .intro-lead-in {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 25px;
	}
	header .intro-text2 .intro-heading {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 25px;
	}
	header .intro-text2 {
		padding-top: 100px;
		padding-bottom: 30px;
	}
	header .intro-text2 .intro-lead-in {
		font-size: 30px;
		line-height: 50px;
		margin-bottom: 25px;
	}
	header .intro-text2 .intro-heading {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 75px;
		line-height: 75px;
		margin-bottom: 50px;
	}
}

section {
	padding: 100px 0;
}

section#chisiamo {
	padding: 0;
}

section h2.section-heading {
	color:#1c8eda;
	/*font-size: 40px;*/
	margin-top: 0;
	margin-bottom: 15px;
}

section h3.section-subheading {
	font-size: 16px;
	text-transform: none;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 35px;
}

@media ( min-width : 768px) {
	section {
		/*padding: 150px 0;*/
		padding: 40px 0;
	}

section h2.section-heading {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 15px;
 }
}

.service-heading {
	margin: 15px 0;
	text-transform: none;
}

#portfolio .portfolio-item {
	margin: 0 0 15px;
	right: 0;
}

#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	max-width: 400px;
	margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	background: rgba(254, 209, 54, 0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content
	{
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i
	{
	margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
	#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4
	{
	margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
	max-width: 400px;
	margin: 0 auto;
	background-color: white;
	text-align: center;
	padding: 25px;
}

#portfolio .portfolio-item .portfolio-caption h4 {
	text-transform: none;
	margin: 0;
}

#portfolio .portfolio-item .portfolio-caption p {
	font-style: italic;
	font-size: 16px;
	margin: 0;
}

#portfolio * {
	z-index: 2;
}

@media ( min-width : 767px) {
	#portfolio .portfolio-item {
		margin: 0 0 30px;
	}
}

.timeline {
	list-style: none;
	padding: 0;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: "";
	width: 2px;
	background-color: #f1f1f1;
	left: 40px;
	margin-left: -1.5px;
}

.timeline>li {
	margin-bottom: 50px;
	position: relative;
	min-height: 50px;
}

.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li .timeline-panel {
	width: 100%;
	float: right;
	padding: 0 20px 0 100px;
	position: relative;
	text-align: left;
}

.timeline>li .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline>li .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline>li .timeline-image {
	left: 0;
	margin-left: 0;
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 100;
	background-color: #047c8e;
	color: white;
	border-radius: 100%;
	border: 7px solid #f1f1f1;
	text-align: center;
}

.timeline>li .timeline-image h4 {
	font-size: 10px;
	margin-top: 12px;
	line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	text-align: left;
	padding: 0 20px 0 100px;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline>li:last-child {
	margin-bottom: 0;
}

.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit;
}

.timeline .timeline-heading h4.subheading {
	text-transform: none;
}

.timeline .timeline-body>p, .timeline .timeline-body>ul {
	margin-bottom: 0;
}

@media ( min-width : 768px) {
	.timeline:before {
		left: 50%;
	}
	.timeline>li {
		margin-bottom: 100px;
		min-height: 100px;
	}
	.timeline>li .timeline-panel {
		width: 41%;
		float: left;
		padding: 0 20px 20px 30px;
		text-align: right;
	}
	.timeline>li .timeline-image {
		width: 100px;
		height: 100px;
		left: 50%;
		margin-left: -50px;
	}
	.timeline>li .timeline-image h4 {
		font-size: 13px;
		margin-top: 16px;
		line-height: 18px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		float: right;
		text-align: left;
		padding: 0 30px 20px 20px;
	}
}

@media ( min-width : 992px) {
	.timeline>li {
		min-height: 150px;
	}
	.timeline>li .timeline-panel {
		padding: 0 20px 20px;
	}
	.timeline>li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px;
	}
	.timeline>li .timeline-image h4 {
		font-size: 18px;
		margin-top: 30px;
		line-height: 26px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 20px 20px;
	}
}

@media ( min-width : 1200px) {
	.timeline>li {
		min-height: 170px;
	}
	.timeline>li .timeline-panel {
		padding: 0 20px 20px 100px;
	}
	.timeline>li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}
	.timeline>li .timeline-image h4 {
		margin-top: 40px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 100px 20px 20px;
	}
}

.team-member {
	text-align: center;
	margin-bottom: 50px;
}

.team-member img {
	margin: 0 auto;
	border: 7px solid white;
}

.team-member h4 {
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: none;
}

.team-member p {
	margin-top: 0;
}

aside.clients img {
	margin: 50px auto;
}

section#lesedi {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}

section#news {
	background-color: #effcfd;
	background-position: center;
	background-repeat: no-repeat;
}

section#box_foo {
	background-color: #1C8EDA;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px 0;
}

section#foo {
	background-color: #a59d9b;
	background-position: center;
	background-repeat: no-repeat;
}

section#feedback {
	padding: 5px 0;
	background-color: #047c8e;
	background-position: center;
	background-repeat: no-repeat;
}

section#contact {
	background-color: #222222;
	background-image: url('../img/map-image.png');
	background-position: center;
	background-repeat: no-repeat;
}

section#contact .section-heading {
	color: white;
}

section#contact .form-group {
	margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea
	{
	padding: 20px;
}

section#contact .form-group input.form-control {
	height: auto;
}

section#contact .form-group textarea.form-control {
	height: 236px;
}

section#contact .form-control:focus {
	border-color: #047c8e;
	box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #eeeeee;
}

section#contact :-moz-placeholder {
	/* Firefox 18- */
	text-transform: uppercase;
	font-weight: 700;
	color: #eeeeee;
}

section#contact ::-moz-placeholder {
	/* Firefox 19+ */
	text-transform: uppercase;
	font-weight: 700;
	color: #eeeeee;
}

section#contact :-ms-input-placeholder {
	text-transform: uppercase;
	font-weight: 700;
	color: #eeeeee;
}

section#contact .text-danger {
	color: #e74c3c;
}

footer {
	padding: 25px 0;
	text-align: center;
}

footer span.copyright {
	line-height: 40px;
	text-transform: uppercase;
	text-transform: none;
}

footer ul.quicklinks {
	margin-bottom: 0;
	line-height: 40px;
	text-transform: uppercase;
	text-transform: none;
}

ul.social-buttons {
	margin-bottom: 0;
}

ul.social-buttons li a {
	display: block;
	background-color: #222222;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	color: white;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active
	{
	background-color: #047c8e;
}

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
	outline: none;
}

.portfolio-modal .modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	min-height: 100%;
	padding: 100px 0;
	text-align: center;
}

.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 3em;
}

.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-style: italic;
	font-size: 16px;
}

.portfolio-modal .modal-content ul.list-inline {
	margin-bottom: 30px;
	margin-top: 0;
}

.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}

.portfolio-modal .close-modal {
	position: absolute;
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

.portfolio-modal .close-modal:hover {
	opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
	height: 75px;
	width: 1px;
	margin-left: 35px;
	background-color: #222222;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Safari and Chrome */
	z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
	height: 75px;
	width: 1px;
	background-color: #222222;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Safari and Chrome */
	z-index: 1052;
}

.portfolio-modal .modal-backdrop {
	opacity: 0;
	display: none;
}

::-moz-selection {
	text-shadow: none;
	background: #047c8e;
	color: #FFF;
}

::selection {
	text-shadow: none;
	background: #47bed0;
	color: #FFF;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

body {
	webkit-tap-highlight-color: #047c8e;
}

video {
	position: fixed;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	visibility: visible;
}

.video-container {
	position: relative;
	bottom: 0%;
	left: -15px;
	height: 100% !important;
	width: 100vw;
	overflow: hidden;
	background: #000;
	display: block !important;
}

.video-container video {
	position: absolute;
	z-index: 1;
	bottom: 0;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px;
	overflow: hidden;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.margin10 {
	margin-bottom: 10px;
	margin-right: 10px;
}

.btn-blog {
	background-color: #047c8e;
	border-color: #047c8e;
	border-radius: 0;
	color: #ffffff;
	margin-bottom: 10px;
	border-radius: 3px;
}

.btn-blog:hover {
	background-color: #47bed0;
	color: white;
}

.pull-right {
	float: right !important;
}

.blogShort {
	padding-bottom: 20px;
}

.center_div {
	margin: 0 auto;
	width: 60% /* value of your choice which suits your alignment */
}

.form_hp {
	background-color: #fff;
	background-image: none;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075);
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	width: 100%;
}

.funzioni {
	font-size: 80%;
	letter-spacing: 0.12em;
}

.funzioni a {
	color: #474747;
	padding: 1px;
}

.stringi_barra_votazione {
	background-color: #ddd;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 120px;
}

#greebar {
	background-color: #c2ecf2;
	border-bottom: 1px solid #2ebbcf;
	float: left;
	height: 9px;
	width: 0;
}

#redbar {
	background-color: #e1b9db;
	border-bottom: 1px solid #990f85;
	float: left;
	height: 9px;
	width: 0;
}

.votazione {
	clear: both;
	display: block;
	float: left;
	height: 20px;
	width: 145px;
}

.votazione2 {
	float: left;
	height: 20px;
	width: 110px;
}

.votazione4 {
	float: right;
	height: 20px;
	width: 100px;
}

.likeIT {
	background: rgba(0, 0, 0, 0) url("/../images/si_grigio.png") repeat
		scroll 0 0;
	border: 0 none;
	cursor: pointer;
	float: left;
	height: 16px;
	width: 15px;
}

.dontLikeIT {
	background: rgba(0, 0, 0, 0) url("/../images/no_grigio.png") repeat
		scroll 0 0;
	border: 0 none;
	cursor: pointer;
	float: left;
	height: 16px;
	margin-top: 5px;
	width: 15px;
}

.pdf {
	background-image: url("/../images/pdf_funzione.png");
	background-position: left center;
	background-repeat: no-repeat;
	float: right;
	font-size: 13px;
	height: 20px;
	padding-left: 20px;
}

.stampa {
	background-image: url("/../images/stampa_funzione.png");
	background-position: left center;
	background-repeat: no-repeat;
	float: right;
	font-size: 13px;
	height: 20px;
	padding: 0 20px 0 20px;
}

.icon {
	background-color: #f5f5f5;
	clear: both;
	color: #000000;
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 100%;
	height: calc(100%);
}

.formato_peso {
	background: #a59d9b url("/images/attache.png") no-repeat scroll 34px 2px;
	color: #fff;
	float: left;
	height: 70px;
	width: 70px;
	font-size: 14px;
}

.formato {
	clear: both;
	display: block;
	height: 8px;
	padding: 30px 0 0 5px;
	text-transform: uppercase;
}

.peso {
	padding: 18px 0 0 5px;
}

.testo_allegato {
	padding: 10px;
	float: left;
	width:80%;
	font-size:16px;
}
.testo_allegato_100 {
	padding: 10px 0 10px 80px;
	/*float: left;
	width:100%;*/
	font-size:16px;
}

.stars {
	background: #1592d0;
	color: #fff;
	float: right;
	height: 70px;
	width: 70px;
	font-size: 15px;
	padding:10px;
	text-align:center;
}

.bottoni_social {
	padding: 10px;
	margin-bottom: 10px;
}

.btn_facebook {
	float: left;
	margin-top: -5px;
	padding-right: 20px;
}

.btn_twitter, .btn_gplus {
	float: left;
	padding-right: 20px;
}

.rp_float {
	clear: both;
}

.chiave_ricerca {
	font-weight: bold;
}

.risultati {
	color: #556270;
}

.numRisultati {
	color: #556270;
}

.titolo_ricerca {
	padding-top: 10px;
	display: block;
	clear: both;
}

.titolo_ricerca a {
	color: #663366;
	font-size: 125%;
}

.data {
	display: block;
	font-size: 90%;
}

.estratto_ricerca {
	font-size: 118%;
	margin-top: 10px;
}

#pagination {
	clear: both;
	color: #000000;
	display: block;
	float: left;
	font-size: 105%;
	font-weight: normal;
	height: 40px;
	margin-top: 30px;
	width: 100%;
}

#pagination a {
	background: #e1edeb none repeat scroll 0 50%;
	color: #999;
	font-size: 105%;
	font-weight: normal;
	line-height: 26px;
	margin-right: 0;
	min-width: 20px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

#pagination span.current_page a {
	background-color: #e1edeb;
	border: 1px solid #86b8b1;
	color: #000;
	line-height: 26px;
	margin-right: 0;
	min-width: 20px;
	padding: 10px;
}

#pagination a:hover {
	background-color: #86b8b1;
	color: #ffffff;
	font-size: 105%;
	font-weight: normal;
	line-height: 26px;
	margin-right: 0;
	min-width: 14px;
	padding: 10px;
	text-align: center;
}

.form-inline input.form-control {
	width: 600px;
	border-radius: 0;
	border: 0;
	height: 60px;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,
		endColorstr=#CCFFFFFF);
	-ms-filter: " progid : DXImageTransform.Microsoft.gradient (
		startColorstr = #CCFFFFFF, endColorstr = #CCFFFFFF) ";
}

.form-inline button.btn-default {
	margin-left: -5px;
	border-radius: 0;
	border: 0;
	background-color: #6b6160;
	height: 60px;
	width: 6%;
}

table.tab_sedi {
	width: 100%;
}

.tab_sedi th {
	padding: 10px;
}

.tab_sedi td {
	padding: 5px;
	border: solid 1px #ccc4c2;
	background: #f6f1f0;
}

.info_camera {
	padding: 5px;
	border: solid 1px #ccc4c2;
	background: #f6f1f0;
}

.info_camera div {
	padding: 5px;
	background: #f6f1f0;
	display: inline-table;
}

.tab_sedi {
	padding: 5px;
	border: solid 1px #ccc4c2;
	background: #f6f1f0;
}

.lista_contenuti2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lista_contenuti2 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.testo_notizia_li {
	margin-bottom: 20px;
}

.titolo_att {
	color: #736865;
}

.titolo_att strong {
	padding: 15px 0 0 0;
	display: block;
	clear: both;
}

div.griglia {
	border: 2px solid #fff;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

div.testo {
	width: 100%;
	height: 100% px;
	padding: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: -300px;
	opacity: 0;
	background: #09C;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

div.griglia:hover div.testo {
	color: #fff;
	opacity: 1;
	left: 0;
	top: 0;
}

/* MEGAMENU STYLE
-------------------------------------------------- */
.megamenu .nav, .megamenu .collapse, .megamenu .dropup, .megamenu .dropdown
	{
	position: static;
	z-index: 0;
}

.megamenu .container {
	position: relative;
}

.megamenu .dropdown-menu {
	left: auto;
}

.megamenu .megamenu-content {
	padding: 15px;
	left: auto;
}

.megamenu .megamenu-content h3 {
	margin-top: 0;
	color: #428bca;
	font-size: 18px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
	left: 0;
	right: 0;
	float: left;
}

#div_col_centrale {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.chiusura-valutazione {
	background-color: #fff;
	color: #198BFF;
	font-size: 1.5em;
	padding: 25px 0 15px;
}

.chiusura-valutazione a {
	color: #198BFF;
	font-size: .8em;
}

a.dropdown-toggle {
	font-size: 18px;
	background-color: #f2f2f2 !important;
	border-left: solid 1px #E1E1E1;
	border-right: solid 1px #E1E1E1;
	color: #000 !important;
}

a.dropdown-toggle:hover {
	background-color: #450005 !important;
	color: #fff !important;
}

.navbar.navbar-default.megamenu {
	position: relative;
	min-height: 30px;
	margin-bottom: 0;
	border: 0;
}

.border1a {
	border: 1px solid #ccc;
}

.btn-archivio {
	width: 100%;
	color: #ffffff;
	background-color: #1C8EDA;
	border-color: #1C8EDA;
}

.btn-archivio:hover, .btn-archivio:focus, .btn-archivio:active,
	.btn-archivio.active, .open .dropdown-toggle.btn-archivio {
	color: #ffffff;
	background-color: #b87520;
	border-color: #b87520;
}

.titolo_notizia {
	padding: 20px 0 0 0;
	display: block;
	clear: both;
}

.titolo_notizia a {
	color: #800000;
	font-size: 125%;
}

article p {
	color:#1c8eda;
}

div.bloccostelle {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0;
	background: #09C;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
article div.label.label-primary { float:left; margin:0 5px 5px 0;}
article p.data { color: #1c8eda; display:block; clear:both; }