@import "/templates/progettoarca/fonts/IcoMoonArca/style.css";


@media (max-width:767px){
	.always-show .mega > .mega-dropdown-menu,  .always-show .dropdown-menu {
		display: block !important;
		position: static;
	}
	.open .dropdown-menu {
		display: block;
	}
}
.t3-logo, .t3-logo-small {
	display: block;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center;
}
.t3-logo {
	width: 182px;
	height: 50px;
}
.t3-logo-small {
	width: 60px;
	height: 30px;
}

@media (max-width: 767px) {
	.logo-control .logo-img-sm {
		display: block;
	}
	.logo-control .logo-img {
		display: none;
	}
}

@media (min-width: 768px) {
	.logo-control .logo-img-sm {
		display: none;
	}
	.logo-control .logo-img {
		display: block;
	}
}
#community-wrap .collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	display: block;
}
.body-data-holder:before {
	display: none;
	content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #249bd2;
	text-decoration: none;
}
a:hover, a:focus {
	color: #249bd2;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
img {
	vertical-align: middle;
}
th, td {
	line-height: 1.42857143;
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: bold;
}
td, tr td {
	border-top: 1px solid #dddddd;
}
.cat-list-row0:hover, .cat-list-row1:hover {
	background: #249bd2;
}
.cat-list-row1, tr.cat-list-row1 td {
	background: #249bd2;
}
table.contentpane, table.tablelist, table.category, table.admintable, table.blog {
	width: 100%;
}
table.contentpaneopen {
	border: 0;
}
.star {
	color: #ffcc00;
}
.red {
	color: #cc0000;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.wrap {
	width: auto;
	clear: both;
}
.center, .table td.center, .table th.center {
	text-align: center;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 28px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}

@media (min-width: 768px) {
.lead {
	font-size: 21px;
}
}
small, .small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-muted {
	color: #999999;
}
.text-primary {
	color: #249bd2;
}
a.text-primary:hover {
	color: #1d7ba6;
}
.text-success {
	color: #468847;
}
a.text-success:hover {
	color: #356635;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover {
	color: #2d6987;
}
.text-warning {
	color: #c09853;
}
a.text-warning:hover {
	color: #a47e3c;
}
.text-danger {
	color: #b94a48;
}
a.text-danger:hover {
	color: #953b39;
}
.bg-primary {
	color: #fff;
	background-color: #249bd2;
}
a.bg-primary:hover {
	background-color: #1d7ba6;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover {
	background-color: #e4b9b9;
}
.highlight {
	background-color: #FFC;
	font-weight: bold;
	padding: 1px 4px;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #249bd2;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #999999;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
blockquote:before, blockquote:after {
	content: "";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
code, kbd, pre, samp {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
	text-align: center;
}
.features-list {
	margin-top: 60px;
}
.features-list .page-header {
	border: 0;
	text-align: center;
}
.features-list .page-header h1 {
	font-size: 46px;
}
.features-list .feature-row {
	overflow: hidden;
	min-height: 200px;
	color: #696f72;
	border-top: 1px solid #e0e2e3;
	padding: 60px 0 0;
	text-align: center;
}
.features-list .feature-row:last-child {
	border-bottom: 1px solid #e0e2e3;
	margin-bottom: 60px;
}
.features-list .feature-row h3 {
	font-size: 28px;
}
.features-list .feature-row div:first-child {
	padding-left: 0;
}
.features-list .feature-row div:last-child {
	padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
	float: left;
}
.features-list .feature-row div:last-child.feature-img img {
	float: right;
}
.jumbotron h2 {
	font-size: 46px;
}
.jumbotron iframe {
	margin-top: 20px;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999999;
}
.form-control::-webkit-input-placeholder {
 color: #999999;
}
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 20px;
}
.radio label, .checkbox label {
	display: inline;
}
.form-control-static {
	margin-bottom: 0;
}

@media (min-width: 768px) {
.form-inline .form-group {
	display: inline-block;
}
.form-inline .form-control {
	display: inline-block;
}
.form-inline .radio input[type="radio"],  .form-inline .checkbox input[type="checkbox"] {
	float: none;
}
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .form-control-static {
	padding-top: 7px;
}
.btn-inverse {
	color: #ffffff;
	background-color: #333333;
	border-color: #262626;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.focus, .btn-inverse:active, .btn-inverse.active, .open > .dropdown-toggle.btn-inverse {
	color: #ffffff;
	background-color: #1a1a1a;
	border-color: #080808;
}
.btn-inverse:active, .btn-inverse.active, .open > .dropdown-toggle.btn-inverse {
	background-image: none;
}
.btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse, .btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled].focus, fieldset[disabled] .btn-inverse.focus, .btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active, .btn-inverse.disabled.active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse.active {
	background-color: #333333;
	border-color: #262626;
}
.btn-inverse .badge {
	color: #333333;
	background-color: #ffffff;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .inputbox::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .inputbox:-ms-input-placeholder {
 color: #999999;
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .inputbox::-webkit-input-placeholder {
 color: #999999;
}
textareaselect, textareatextarea, textareainput[type="text"], textareainput[type="password"], textareainput[type="datetime"], textareainput[type="datetime-local"], textareainput[type="date"], textareainput[type="month"], textareainput[type="time"], textareainput[type="week"], textareainput[type="number"], textareainput[type="email"], textareainput[type="url"], textareainput[type="search"], textareainput[type="tel"], textareainput[type="color"], textarea.inputbox {
	height: auto;
}

@media screen and (min-width: 768px) {
select,  textarea,  input[type="text"],  input[type="password"],  input[type="datetime"],  input[type="datetime-local"],  input[type="date"],  input[type="month"],  input[type="time"],  input[type="week"],  input[type="number"],  input[type="email"],  input[type="url"],  input[type="search"],  input[type="tel"],  input[type="color"],  .inputbox {
	width: auto;
}
}
select, select.form-control, select.inputbox, select.input {
	padding-right: 5px;
}
.input-append .active, .input-prepend .active {
	background-color: #bbff33;
	border-color: #669900;
}
.invalid {
	border-color: #cc0000;
}
label.invalid {
	color: #cc0000;
}
input.invalid {
	border: 1px solid #cc0000;
}
.dropdown-menu > li > a {
	padding: 5px 20px;
}
.dropdown-header {
	padding: 3px 20px;
}
.dropdown-header a {
	color: #249bd2;
}
.dropdown-submenu > a:after {
	border-left-color: #249bd2;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #249bd2;
}
.nav > li > .separator {
	position: relative;
	display: block;
	padding: 10px 15px;
	line-height: 20px;
}

@media (min-width: 768px) {
.nav > li > .separator {
	padding-top: 15px;
	padding-bottom: 15px;
}
}

@media (max-width: 991px) {
.nav > li > span {
	padding: 10px 15px;
	display: inline-block;
}
}
.nav .caret {
	border-top-color: #249bd2;
	border-bottom-color: #249bd2;
}
.nav a:hover .caret {
	border-top-color: #115aa1;
	border-bottom-color: #115aa1;
}
.t3-navhelper {
	background: #115aa1;
	border-top: 1px solid #eeeeee;
	color: #555555;
	padding: 5px 0;
}
.breadcrumb {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}
.breadcrumb > li + li:before {
	content: "\003e";
}
.breadcrumb > .active {
	color: #ffffff;
	display: none;
}
.breadcrumb > .active + li:before {
	content: "";
	padding: 0;
}
.breadcrumb > .active .hasTooltip {
	padding-right: 10px;
}
.breadcrumb .divider {
	display: none;
}
.pagination {
	display: block;
}
.pagination:before, .pagination:after {
	content: " ";
	display: table;
}
.pagination:after {
	clear: both;
}

@media screen and (min-width: 768px) {
.pagination {
	float: left;
}
}
.pagination .pagination {
	display: inline-block;
}
.counter {
	display: inline-block;
}
.navbar-header {;
	top: 20px;
	z-index: 1033;
}
.navbar-toggle {
	padding: 0;
	height: 35px;
	line-height: 35px;
	width: 35px;
	margin-left: 15px;
}

.navbar-nav {
	margin: 7.5px -15px;
}

@media (min-width: 768px) {
	.navbar-toggle {
	display: none;
	}
	.navbar-nav {
		margin: 0;
	}
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-brand {
	color: #4a4a49;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #249bd2;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #4a4a49;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #706f6f;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > .nav-header {
	color: #4a4a49;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #4a4a49;
	background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #cccccc;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: #706f6f;
	border-bottom-color: #706f6f;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #249bd2;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
	border-top-color: #4a4a49;
	border-bottom-color: #4a4a49;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #4a4a49;
	border-bottom-color: #4a4a49;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #4a4a49;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #706f6f;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #4a4a49;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #cccccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #4a4a49;
}
.navbar-default .navbar-link:hover {
	color: #706f6f;
}
.t3-mainnav {
	border-left: 0;
	border-right: 0;
	margin-bottom: 0;
	border-radius: 0;
}
.t3-mainnav .t3-navbar {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
.t3-mainnav .t3-navbar-collapse {
	display: none !important;
}
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
	margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
	margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
	border-top: 1px solid transparent;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
	border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
	position: absolute;
	top: 40%;
	right: 12px;
}
.t3-module {
	background: transparent;
	color: inherit;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
.t3-module {
	margin-bottom: 40px;
}
}
.t3-module .module-inner {
	padding: 0;
}
.module-title {
	background: transparent;
	color: inherit;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
.module-title {
	margin-bottom: 20px;
}
}
.module-ct {
	background: transparent;
	color: inherit;
	padding: 0;
}
.module-ct:before, .module-ct:after {
	content: " ";
	display: table;
}
.module-ct:after {
	clear: both;
}
.module-ct > ul, .module-ct .custom > ul, .module-ct > ol, .module-ct .custom > ol {
	margin-left: 20px;
	padding-left: 0;
}
.module-ct > ul.unstyled, .module-ct .custom > ul.unstyled, .module-ct > ol.unstyled, .module-ct .custom > ol.unstyled {
	padding-left: 0;
}
.module-ct > ul.nav, .module-ct .custom > ul.nav, .module-ct > ol.nav, .module-ct .custom > ol.nav {
	padding-left: 0;
	margin-left: 0;
}
.module_menu .nav > li > a, .module_menu .nav > li > .separator {
	padding: 6px 5px;
	display: block;
}
#login-form input[type="text"], #login-form input[type="password"] {
	width: 100%;
}
#login-form ul.unstyled {
	margin-top: 20px;
	padding-left: 20px;
}
#login-form #form-login-remember label {
	font-weight: normal;
}
.banneritem a {
	font-weight: bold;
}
.bannerfooter {
	border-top: 1px solid #eeeeee;
	font-size: 12px;
	padding-top: 10px;
	text-align: right;
}
.categories-module, ul.categories-module, .category-module, ul.category-module {
	margin: 0;
}
.categories-module li, ul.categories-module li, .category-module li, ul.category-module li {
	list-style: none;
	padding: 10px 0;
	border-top: 1px solid #eeeeee;
}
.categories-module li:first-child, ul.categories-module li:first-child, .category-module li:first-child, ul.category-module li:first-child {
	border-top: 0;
}
.categories-module h4, ul.categories-module h4, .category-module h4, ul.category-module h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.feed h4 {
	font-weight: bold;
}
.feed .newsfeed, .feed ul.newsfeed {
	border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link, .feed ul.newsfeed .feed-link, .feed .newsfeed h5.feed-link, .feed ul.newsfeed h5.feed-link {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.latestusers, ul.latestusers {
	margin-left: 0;
}
.latestusers li, ul.latestusers li {
	background: #eeeeee;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 10px;
}
.stats-module dt, .stats-module dd {
	display: inline-block;
	margin: 0;
}
.stats-module dt {
	font-weight: bold;
	width: 35%;
}
.stats-module dd {
	width: 60%;
}
.tagspopular ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.tagspopular ul > li {
	color: #555555;
	display: inline-block;
	margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
	background: #eeeeee;
	border-radius: 3px;
	color: #555555;
	display: block;
	padding: 2px 5px;
}
.tagspopular ul > li > a:hover, .tagspopular ul > li > a:focus, .tagspopular ul > li > a:active {
	background: #115aa1;
	color: #ffffff;
	text-decoration: none;
}
.tagssimilar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tagssimilar ul > li {
	border-bottom: 1px solid #eeeeee;
	padding: 8px 0;
}
.tagssimilar ul > li > a {
	color: #555555;
}
.tagssimilar ul > li > a:hover, .tagssimilar ul > li > a:focus, .tagssimilar ul > li > a:active {
	color: #115aa1;
}
.module-ct > ol.breadcrumb {
	padding: 6px 12px;
	margin-left: 0;
}
.items-leading .leading {
	margin-bottom: 40px;
}
.items-row .item {
	margin-bottom: 40px;
}
.divider-vertical {
	margin: 0 0 40px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.article-aside {
	color: #999999;
	font-size: 13px;
	margin-bottom: 20px;
}
.article-info {
	margin: 0;
	width: 85%;
}
.article-info .article-info-term {
	display: none;
}
.article-info dd {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
	white-space: nowrap;
}
.article-info dd strong {
	font-weight: bold;
}
.article-footer {
	color: #999999;
	font-size: 12px;
	margin-bottom: 20px;
}
.article-intro img, .article-content img {
	display: block;
	max-width: 100%;
	height: auto;
}
.article-intro img {
	width: 50%;
	margin: 0 auto;
}
.article-intro img[align=left], .article-content img[align=left], .article-intro .img_caption.left, .article-content .img_caption.left, .article-intro .pull-left.item-image, .article-content .pull-left.item-image {
	margin: 0 30px 20px 0;
}
.article-intro img[align=right], .article-content img[align=right], .article-intro .img_caption.right, .article-content .img_caption.right, .article-intro .pull-right.item-image, .article-content .pull-right.item-image {
	margin: 0 0 20px 30px;
}

@media (max-width: 768px) {
.article-content iframe {
	width: 100% !important;
	height: auto;
}
}
.img-intro-none, .img-intro-left, .img-intro-right, .img-fulltext-none, .img-fulltext-left, .img-fulltext-right, .img_caption {
	position: relative;
}
.img-intro-none, .img-intro-left, .img-intro-right, .img-fulltext-none, .img-fulltext-left, .img-fulltext-right, .img_caption {
	margin-bottom: 20px;
	max-width: 100%;
}
.img-fulltext-left {
	float: left;
	margin-right: 20px;
}
.img-fulltext-right {
	float: right;
	margin-left: 20px;
}
.img-intro-none img, .img-intro-left img, .img-intro-right img, .img-fulltext-none img, .img-fulltext-left img, .img-fulltext-right img {
	margin: 0;
}
.img_caption img {
	margin-bottom: 1px !important;
}
.img_caption p.img_caption {
	background: #eeeeee;
	color: #555555;
	font-size: 12px;
	width: 100%;
	margin: 0;
	padding: 5px;
	text-align: center;
	clear: both;
}

@media screen and (max-width: 767px) {
article img[align=left],  .img_caption.left,  article img[align=right],  .img_caption.right,  .img-fulltext-left,  .img-fulltext-right {
	float: none !important;
	margin-left: 0;
	margin-right: 0;
	width: 100% !important;
}
}
article aside .btn-group > .dropdown-toggle, article aside .btn-group > .dropdown-toggle:hover, article aside .btn-group > .dropdown-toggle:active, article aside .btn-group > .dropdown-toggle:focus {
	padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
	margin-left: 2px;
}
.row-even, .row-odd {
	padding: 5px;
	width: 99%;
	border-bottom: 1px solid #dddddd;
}
.row-odd {
	background-color: transparent;
}
.row-even {
	background-color: #249bd2;
}
.blog-row-rule, .blog-item-rule {
	border: 0;
}
.row-fluid .row-reveal {
	visibility: hidden;
}
.row-fluid:hover .row-reveal {
	visibility: visible;
}
.nav-list > li.offset > a {
	padding-left: 30px;
	font-size: 12px;
}
.list-striped, .row-striped {
	list-style: none;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #dddddd;
	margin-left: 0;
	padding-left: 0;
}
.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
	border-bottom: 1px solid #dddddd;
	padding: 10px 15px;
}
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
	background-color: #249bd2;
}
.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
	background-color: #249bd2;
}
.row-striped .row-fluid {
	width: 97%;
}
.row-striped .row-fluid [class*="span"] {
	min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
	margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.list-condensed li {
	padding: 5px 10px;
}
.row-condensed .row, .row-condensed .row-fluid {
	padding: 5px 10px;
}
.list-bordered, .row-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #dddddd;
}
.login-wrap .other-links ul {
	padding-left: 15px;
}
.form-register fieldset {
	padding: 0 0 10px;
}
.form-register p {
	margin: 0 0 5px;
}
.form-register p.form-des {
	margin: 15px 0;
}
.form-register label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px;
}
.form-register .input, .form-register .inputbox {
	margin-left: 10px;
	width: 200px;
}
.form-register .btn, .form-register .button {
	margin-left: 140px;
}
.registration fieldset dt {
	margin-right: 5px;
}
.admintable textarea {
	max-width: 90% !important;
	resize: none;
}
.com_mailto body {
	padding: 10px;
}
.com_mailto .t3-mainbody {
	padding-top: 0;
	padding-bottom: 0;
}
.com_mailto .t3-content {
	width: auto;
}
#mailto-window {
	background: #fff;
	margin: 10px 0 20px;
	padding: 0;
	position: relative;
}
#mailto-window h2 {
	margin-top: 0;
	margin-bottom: 20px;
}
#mailtoForm .formelm {
	padding: 5px 0;
	vertical-align: middle;
	overflow: hidden;
}
#mailtoForm .formelm label {
	display: inline-block;
	float: left;
	font-weight: bold;
	vertical-align: middle;
	width: 100px;
}
#mailtoForm p {
	margin-top: 20px;
}
#mailtoForm .input, #mailtoForm .inputbox {
	width: 65%;
}
#mailtoForm .btn, #mailtoForm .button, #mailtoForm button {
	margin-right: 5px;
}
.user-details {
	padding: 10px 0;
}
.user-details p {
	margin: 0 0 5px;
}
.user-details label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px;
}
.user-details .input, .user-details .inputbox {
	margin-left: 10px;
	width: 200px;
}
.user-details .btn, .user-details button {
	margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
	padding: 0 0 5px;
	width: 130px;
}
.user-details .paramlist .paramlist_value {
	padding: 0 0 5px;
}
.user-details .user_name span {
	font-weight: bold;
	padding-left: 10px;
}
.reset .form-validate p, .remind .form-validate p {
	background: #eeeeee;
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 10px;
}
.reset .form-validate fieldset dl, .remind .form-validate fieldset dl {
	margin: 0;
}
.reset .form-validate fieldset dt, .remind .form-validate fieldset dt {
	margin: 4px 0 0 0;
}
.profile-edit input {
	position: relative;
	min-height: 1px;
	padding-left: 6px;
	padding-right: 6px;
}

@media (min-width: 768px) {
.profile-edit input {
	float: left;
	width: 50%;
}
}
.profile-edit select {
	position: relative;
	min-height: 1px;
	padding-left: 6px;
	padding-right: 6px;
}

@media (min-width: 768px) {
.profile-edit select {
	float: left;
	width: 50%;
}
}
.profile-edit select + button {
	margin-left: 5px;
}
#searchForm:before, #searchForm:after {
	content: " ";
	display: table;
}
#searchForm:after {
	clear: both;
}
#searchForm fieldset {
	margin: 20px 0;
}
#searchForm legend {
	margin-bottom: 10px;
}
#searchForm select {
	width: auto;
	display: inline-block;
	margin-left: 5px;
	padding-left: 5px;
}
#searchForm .form-limit {
	margin-top: 20px;
}
#searchForm .form-limit .counter {
	margin-top: 0;
}
#search-form ul#finder-filter-select-list {
	margin-left: 0;
	padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
	list-style: none;
	padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
	width: 150px;
}
#search-form .word .form-group {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
#searchForm .radio-inline,  #searchForm .checkbox-inline {
	display: block;
	width: 100%;
	margin-left: 0;
}
}
.search-results {
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
}
.search-results .result-title {
	font-size: 16px;
	margin-top: 20px;
}
.search-results .result-category {
	font-size: 12px;
	color: #999999;
}
.search-results .result-text {
	margin-top: 5px;
	margin-bottom: 5px;
}
.search-results .result-url {
	color: #555555;
	margin-top: 20px;
}
.search-results .result-created {
	font-size: 12px;
	color: #999999;
}
div.finder {
	margin-bottom: 20px;
}
#searchForm .phrases-box input[type="radio"] {
	vertical-align: top;
	margin-top: 3px;
}

.contact-form #jform_contact_emailmsg {
	width: 100%;
}
.contact-form #jform_contact_message {
	width: 100%;
	height: auto;
}
@media (max-width: 768px) {
	.contact .thumbnail {
		width: 100%;
	}
	.contact .dl-horizontal > dt {
		float: left;
		margin-right: 5px;
		width: auto;
	}
	.contact .dl-horizontal > dd {
		margin-left: 0;
	}
	.contact-form #jform_captcha-lbl {
		display: none;
	}
	.contact-form #recaptcha_image {
		width: 220px;
	}
	.contact-form #recaptcha_image img {
		max-width: 220px;
	}
	.contact-form #recaptcha_response_field {
		max-width: 220px;
	}
}
.contact .accordion-toggle {
	font-weight: bold;
}
#archive-items > li {
	line-height: normal;
	margin: 0;
	overflow: visible;
	padding: 0;
}
#archive-items .intro {
	clear: both;
	overflow: hidden;
}
.categories-list {
	margin-bottom: 20px;
}
.category-item:before, .category-item:after {
	content: " ";
	display: table;
}
.category-item:after {
	clear: both;
}
.category-item .page-header {
	line-height: normal;
	padding: 10px 5px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}
.category-item .category-item {
	margin-bottom: 0;
	margin-left: 30px;
}
.category-item .category-item .page-header {
	font-size: 14px;
}
.cat-children .page-header {
	line-height: normal;
	padding: 10px 5px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}
.newsfeed-category > h2, .newsfeed > h2 {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}
.newsfeed-category .category-desc, .newsfeed .category-desc {
	margin-bottom: 20px;
}
.newsfeed-category .category li:before, .newsfeed .category li:before, .newsfeed-category .category li:after, .newsfeed .category li:after {
	content: " ";
	display: table;
}
.newsfeed-category .category li:after, .newsfeed .category li:after {
	clear: both;
}
.newsfeed > h2 {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}
.newsfeed .feed-description {
	margin-bottom: 20px;
	font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
	font-size: 14px;
}
.newsfeed ol li > a {
	font-weight: bold;
	font-size: 16px;
}
.article-content .pagination ul {
	display: block;
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.article-content .pagination ul li {
	border: 1px solid #eeeeee;
	float: left;
	line-height: normal;
	margin-right: 10px;
	padding: 10px 20px;
}
.article-content .pagination ul li a {
	border: 0;
	text-decoration: none;
	background-color: transparent;
	line-height: normal;
	padding: 0;
}
.pagenavcounter {
	margin: 0 0 20px;
	font-weight: bold;
}
#article-index, .article-index {
	border: 1px solid #eeeeee;
	border-radius: 10px;
	float: right;
	padding: 10px;
	margin: 0 0 20px 20px;
	width: 25%;
}
#article-index ul, .article-index ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#article-index ul > li, .article-index ul > li {
	border: 0;
	margin-top: 2px;
}
#article-index ul > li > a, .article-index ul > li > a {
	border: 0;
	padding: 5px;
	border-radius: 10px;
}
#article-index ul > .active > a, .article-index ul > .active > a {
	border: 0;
	background: #249bd2;
	color: #ffffff;
}
#article-index ul > .active > a:hover, .article-index ul > .active > a:hover, #article-index ul > .active > a:active, .article-index ul > .active > a:active, #article-index ul > .active > a:focus, .article-index ul > .active > a:focus {
	border: 0;
	background: #249bd2;
	color: #ffffff;
}
.pagenav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagenav > li {
	margin: 0;
	padding: 0;
	float: left;
}
.pagenav > li.pagenav-prev, .pagenav > li.previous {
	margin-right: 10px;
}
.pagenav li > a {
	padding: 10px 20px;
	line-height: normal;
	border: 1px solid #05529c;
	border-radius: 10px;
}
.pagenav li > a:hover, .pagenav li > a:active, .pagenav li > a:focus {
	background-color: #249bd2;
}
.items-more h3 {
	margin: 0 0 20px;
}
.items-more .nav > li {
	border-top: 1px solid #eeeeee;
}
.items-more .nav > li > a {
	padding: 6px 5px;
}
.back_button a {
	display: block;
	margin: 10px 0;
}
.filters {
	margin: 10px 0;
}
.display-limit {
	margin: 10px 0 5px;
}
.filters .display-limit {
	float: right;
	text-align: right;
}
#system-message dt {
	font-weight: bold;
}
#system-message dd {
	font-weight: bold;
}
#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul {
	margin: 0;
	padding: 0;
}
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
	background: none;
	margin: 0;
	padding: 5px;
}
.alert-message {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-message hr {
	border-top-color: #c9e2b3;
}
.alert-message .alert-link {
	color: #356635;
}
.alert-notice {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-notice hr {
	border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
	color: #2d6987;
}
.alert-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #b94a48;
}
.alert-error hr {
	border-top-color: #e4b9c0;
}
.alert-error .alert-link {
	color: #953b39;
}
.tip-wrap {
	background: #fff6df;
	border: 1px solid #fb3;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 300px;
	z-index: 999;
}
.tip-title {
	border-bottom: 1px solid #fb3;
	font-weight: bold;
	padding: 5px 10px;
}
.tip-text {
	font-size: 14px;
	margin: 0;
	padding: 5px 10px;
}
.hasTip img {
	border: none;
	margin: 0 5px 0 0;
}

@media (min-width: 768px) {
.languageswitcherload {
	float: right;
	width: 100%;
}
.languageswitcherload .mod-languages {
	text-align: right;
}
}
div.calendar {
	width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
	margin-top: 10px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	height: auto;
}
.iframe-bordered {
	border: 1px solid #dddddd;
}
.chzn-container {
	display: block;
}
.chzn-container-single .chzn-single, .chzn-container-multi .chzn-choices .search-field input, .chzn-container-single .chzn-search input {
	height: 26px;
}
.chzn-container-single .chzn-drop, .chzn-container .chzn-drop {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
	border-color: #cccccc;
	height: 26px;
	border-radius: 0 3px 3px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
	border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
	border-color: #cccccc;
}
.btn-group .chzn-results {
	white-space: normal;
}
.page-header {
	padding-bottom: 9px;
	margin: 0 0 20px;
	border-bottom: 1px solid #eeeeee;
}
.page-title, .page-header h1 {
	line-height: 1;
	margin: 0;
}
.page-subheader {
	border-bottom: 1px solid #eeeeee;
	margin: 0 0 20px;
}
.page-subheader:before, .page-subheader:after {
	content: " ";
	display: table;
}
.page-subheader:after {
	clear: both;
}
.page-subtitle, .page-subheader h2 {
	line-height: 1;
	margin: 0;
}
.page-header + .page-subheader {
	margin-top: -20px;
}
.article-title, .article-header h1 {
	margin: 0 0 20px 0;
}
.item-title {
	font-weight: bold;
}
.jumbotron h1, .jumbotron h2, .jumbotron h3 {
	margin-top: 0;
}
.jumbotron p:last-child {
	margin-bottom: 0;
}
.container .jumbotron {
	border-radius: 50px;
}
.masthead {
	padding: 40px 0;
	text-align: center;
}
.masthead p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
.masthead {
	padding: 80px 0;
}
.masthead h1 {
	font-size: 98px;
}
.masthead p {
	font-size: 28px;
}
.masthead .btn-lg {
	margin-top: 20px;
	padding: 18px 42px;
	font-size: 21px;
}
}
.jumbotron-primary {
	background-color: #249bd2;
	color: #f7fcfe;
}
.jumbotron-primary h1, .jumbotron-primary h2, .jumbotron-primary h3 {
	color: #ffffff;
}
.jumbotron-primary p {
	color: #ffffff;
}
.jumbotron-primary .btn-primary {
	border-color: #fff;
}
.label:empty {
	display: none;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.page-header .label, .page-header .badge {
	vertical-align: middle;
}
.alert h4 {
	color: inherit;
}
.media:first-child {
	margin-top: 0;
}
.media-object {
	display: block;
}
.media-heading {
	margin: 0 0 5px;
}
.media > .pull-left {
	margin-right: 10px;
}
.media > .pull-right {
	margin-left: 10px;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
	color: #cce9f6;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title > a {
	color: inherit;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

@media screen and (min-width: 768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
}
.t3-header {
	padding-top: 5px;
	padding-bottom: 5px;
}
.logo {
	text-align: center;
}

@media screen and (min-width: 768px) {
.logo {
	text-align: left;
}
}
.logo a {
	display: inline-block;
	line-height: 1;
	margin: 0;
}
.logo-image span, .logo-image small {
	display: none;
}
.logo-text a {
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
}
.logo-text:hover a, .logo-text a:hover, .logo-text a:active, .logo-text a:focus {
	text-decoration: none;
}
.logo-text .site-slogan {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
.head-search {
	margin-top: 20px;
}
.head-search:before, .head-search:after {
	content: " ";
	display: table;
}
.head-search:after {
	clear: both;
}
.head-search form {
	margin: 0;
}
/*.head-search label {
	display: none;
}*/
.head-search .search {
	position: relative;
	margin-bottom: 3px;
}
.head-search .search:before {
	font-family: "FontAwesome";
	content: "\f002";
	display: block;
	position: absolute;
	left: 10px;
	top: 6px;
	color: #555555;
}

.head-search .form-control {
		padding: 0 5px 0 5px;
}

.form-search .lab-search{
	height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
}
.form-search .lab-search .search-icon{
	height: 28px;
    width: 28px;
	display:block;
	-webkit-border-radius: 20px;
  	-moz-border-radius: 20px;
  	border-radius: 20px;
	background-color:#FFFFFF;
}
 .search-icon:before {
	font-family: "FontAwesome";
	content: "\f002";
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #4a4a49;
	font-size: 1.5em;
	height: 28px;
    width: 28px;
	text-align:center;
}

.form-control.search-query {
  -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
		  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: #ebebeb;
  font-size:12px;
}
.form-control.search-query + label .element-invisible {
  color: black;
}
.form-control.search-query:hover {
  color: white;
  background: #FFFFFF;
  /*box-shadow: 0 0 0 1px #05529c;*/
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
  
}
.form-control.search-query:hover + label .element-invisible {
  color: white;
}
.form-control.search-query:focus {
  -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
		  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 250px;
  border-radius: auto;
  background: #FFFFFF;
  color: black;
}
.form-control.search-query:focus + label .element-invisible {
  color: black;
}
.form-control.search-query:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  position: relative;
  left: -5000px;
}


@media screen and (min-width: 768px) {
	.head-search .search {
		float: right;
	}
}


@media screen and (min-width: 768px) {
/*.head-search .form-control {
	width: 200px;
}*/
}
.t3-sl {
	padding-bottom: 40px;
	padding-top: 40px;
}

@media screen and (min-width: 768px) {
.t3-sl {
	padding-bottom: 60px;
	padding-top: 60px;
}
}
.t3-mainbody {
	/*padding-top: 20px;*/
	padding-bottom: 20px;
}
.t3-content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.t3-sidebar {
	padding-top: 20px;
	padding-bottom: 20px;
}
.t3-footer {
	border-top: 1px solid #eeeeee;
	background: transparent;
	color: #555555;
}
.t3-footer:before, .t3-footer:after {
	content: " ";
	display: table;
}
.t3-footer:after {
	clear: both;
}
.t3-footer small {
	display: block;
	font-size: 100%;
}
.t3-footnav {
	padding: 20px 0;
}
.t3-footnav:before, .t3-footnav:after {
	content: " ";
	display: table;
}
.t3-footnav:after {
	clear: both;
}

@media screen and (max-width:991px){
.t3-footnav > div:last-child{
	margin-top: 20px;
	}
}
@media screen and (min-width: 768px) {
.t3-footnav {
	padding: 40px 0;
	margin-top: 20px;
	}
.t3-footnav > div:nth-child(2){
	border-left: 1px solid #D7D7D7;
	}
}
/*@media screen and (min-width: 992px) {
.t3-footnav > div:last-child{
	    margin-top: -20px;
	}
}
*/
.t3-footnav .t3-module {
	background: transparent;
	color: #555555;
	margin-top: 10px;
	margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
}
.t3-footnav .t3-module ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.t3-footnav .t3-module ul > li {
	line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
	color: #555555;
}
.t3-footnav .t3-module ul > li > a:hover, .t3-footnav .t3-module ul > li > a:active, .t3-footnav .t3-module ul > li > a:focus {
	color: #555555;
}
.t3-copyright {
	border-top: 1px solid #eeeeee;
	font-size: 12px;
	padding: 40px 0 80px;
}
.t3-copyright:before, .t3-copyright:after {
	content: " ";
	display: table;
}
.t3-copyright:after {
	clear: both;
}
.t3-copyright small {
	margin-bottom: 5px;
}
.copyright {
	margin-bottom: 20px;
	text-align: center;
}
.poweredby:before, .poweredby:after {
	content: " ";
	display: table;
}
.poweredby:after {
	clear: both;
}

@media screen and (min-width: 991px) {
.poweredby {
	text-align: right;
}
}
.poweredby .t3-logo, .poweredby .t3-logo-small {
	opacity: .8;
	display: inline-block;
}
body {
	color: #4a4a49;
	letter-spacing: 0.2px;
}
h2 {
	font-size: 28px;
	color: #249bd2;
}
.page-header {
	border-bottom: 1px solid #115aa1;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
header.t3-header {
	background-color: #ffffff;
	border-bottom: 1px solid #f2f2f2;
}
h1.article-title {
	font-size: 40px;
	color: #05529c;
}
.article-title {
	padding-top: 20px!important;
}
.article-content p, .article-content {
	font-size: 16px;/*font-size: 18px;*/
	/*font-size: 19px;*/
	/*font-size: 20px;*/
}
.article-content p a, .article-content a {
	color: #249bd2;
	font-weight: bold;
}
blockquote {
	padding: 10px 20px;
	margin: 40px 30px 40px 30px;
	border-left: 5px solid #249bd2;
	color: #249bd2;
}
blockquote, blockquote p {
	font-size: 20px !important;
}
.img_caption p.img_caption {
	background: #115aa1;
	color: #249bd2;
}
.top-header {
	background: #dadada;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 11px;
}
.top-header-1 {
	padding-top: 2px;
}
.ico-fb {
	color: #05529C;
}
.ico-tw {
	color: #249BD2;
}
.ico-yt {
	color: #CC071E;
}
.ico-rss {
	color: #ED7D00;
}
.ico-linkedin {
	color: #0077b5;
}
.ico-insta{
	color: #b5009d;
}

.social-foot .ico-fb,.social-foot .ico-tw,.social-foot .ico-yt,.social-foot .ico-rss,.social-foot .ico-linkedin, .social-foot .ico-instagram {
	color: #FFFFFF;
}
.social-foot h3{
	color: #FFFFFF;
}
.social-foot .fa-lg {
	font-size: 1.7em;
}
.social-foot a {
	padding-right: 10px;
}
.custom.social-foot {
	text-align: center;
}

.logo-image {
	width: 100%;
	text-align: center;
}
.nav-stacked > li {
	float: left;
}
.blog {
	padding: 0 100px;
}
.topnav {
	text-transform: uppercase;
}
.nav > li > a {
	color: #706f6f;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
	color: #249bd2;
}
.nav-stacked > li + li {
	margin-top: 0px;
	margin-left: 0;
}
/*.head-search .search:after {
	font-family: "FontAwesome";
	content: "\f002";
	display: block;
	position: absolute;
	right: 7px;
	top: 2px;
	color: #4a4a49;
	font-size: 1.5em;
}*/
.head-search .search:before {
	font-family: "FontAwesome";
	content: "\f002";
	display: none;
	position: absolute;
	right: 10px;
	top: 6px;
	color: #4a4a49;
}
.top-header .head-search {
	margin-top: 0px;
	margin-left:10px;
	
}
.head-search {
	padding-top: 3px;
}

@media screen and (min-width: 768px) {
.logo {
	vertical-align: middle;
	display: table-cell;
}
}
header.t3-header .main-container {
	display: table;
	height: auto;
	width: 100%;
}
header.t3-header .row.block-table {
	display: table-row;
	height: auto;
	width: 100%;
}

@media (min-width: 768px) {
.t3-megamenu.animate .mega > .mega-dropdown-menu {
	padding: 10px;
}
}
li.btn-menu-cosa > div.dropdown-menu {
	padding: 10px 0 10px 10px!important;
}
.t3-megamenu .mega-nav, .t3-megamenu .dropdown-menu .mega-nav {
	background-color: #ffffff;
}
.btn-menu-cosa .dropdown-menu .mega-inner {
	min-height: 170px;
	margin-right: 10px;
}
/*.btn-menu-cosa .dropdown-menu .mega-inner > .level2 .mega-inner {*/
/*min-height: auto;*/
/*}*/
.btn-menu-cosa .dropdown-menu .mega-inner > .level2 .mega-inner {
	/* min-height: auto; */
	height: auto;
	min-height: inherit;
}
.nav-menu {
	display: table-cell;
	vertical-align: middle;
	margin-top: 17.5px;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 32px;
}
.dropdown.mega.open > span:before, .navbar-nav > li.current.active > a:before, .active.dropdown.mega > span:before {
	top: 80%;
	left: 5%;
	margin: 0 auto;
	content: " ";
	width: 90%;
	height: 1px;
	position: absolute;
	z-index: 200;
	background-color: #249bd2;
}
.dropdown.mega.open:after {
	top: 90%;
	left: 50%;
	border: solid transparent;
	content: " ";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 20px solid #249bd2;
	position: absolute;
	margin-left: -50px;
	z-index: 2000;
}
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
	text-transform: none;
	cursor: pointer;
}
.menu-liv1 {
	font-size: 14px;
}
.menu-liv1 span {
	background-color: #249bd2;
	font-size: 14px;
	color: #ffffff;
}
.nav-child.mega-group-ct {
	background-color: #ffffff;
	min-height: 100px;
}
.dropdown-header.mega-group-title span {
	white-space: normal;
	text-align: center;
	padding: 15px 10px 15px 10px;
	color: #ffffff;
	margin-top: -20px;
	position: relative;
	cursor: default;
}
.t3-megamenu .mega-caption {
	font-size: 14px;
}
.navbar-default .navbar-nav > li.btn-menu-donation > a {
	background-color: #05529c;
	color: #ffffff!important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: -20px;
	padding: 10px 20px;
	font-weight: 600;
	-webkit-transition: all ease 250ms;
	-moz-transition: all ease 250ms;
	-o-transition: all ease 250ms;
	transition: all ease 250ms;
}
.navbar-default .navbar-nav > li.btn-menu-donation > a:hover, .navbar-default .navbar-nav > li.btn-menu-donation > a:focus {
	background-color: #249bd2;
	color: #ffffff;
}
.navbar-default .navbar-nav > li.btn-menu-donation > a:active {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.t3-megamenu .mega-group-ct .row {
	margin-left: 0px;
	margin-right: -15px;
}
.btn-menu-donation a {
	color: #ffffff;
}

.navbar-nav > li.btn-menu-donation.current.active > a:before{
    content: none;
}


li.dropdown.mega.open > span {
}
.mega-nav > li, .dropdown-menu .mega-nav > li {
	font-size: 12px;
}
.t3-megamenu .dropdown-menu .mega-nav > li > a.dropdown-header.mega-group-title {
	color: #249bd2 !important;
	margin: 0 4px;
	padding: 10px 8px !important;
	background: transparent;
	line-height: normal;
}
.t3-megamenu .dropdown-menu .mega-nav > li > a.dropdown-header.mega-group-title:hover {
/*text-decoration: underline;*/
}
.mega-nav > li.current.active a {
/*text-decoration: underline;*/
}
/*.mega-nav.level2 > .mega.mega-group > .nav-child.mega-group-ct {*/
/*margin-top: 0px !important;*/
/*background-color: #ffffff;*/
/*min-height: auto;*/
/*margin-left: 5px;*/
/*}*/
.mega-nav.level2 > .mega.mega-group > .nav-child.mega-group-ct {
	margin-top: 0px !important;
	background-color: #ffffff;
	/* min-height: auto; */
	height: auto;
	min-height: inherit;
	margin-left: 5px;
}
.mega-nav.level2 .col-xs-12.mega-col-nav .mega-inner {
	padding: 0px 0px 5px 0px !important;
}

.t3-megamenu .dropdown-menu .mega-nav.level2 li a {
	padding-left:20px;
}
.t3-megamenu .dropdown-menu .mega-nav.level2 li a:before {
	font-family: "FontAwesome";
    content: "\f0da";
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    left: -8px;
}

.t3-megamenu .mega-nav.level3 > li a, .t3-megamenu .dropdown-menu .mega-nav.level3 > li a {
	border: none;
	padding: 0px 10px 0px 10px;
	color: #249bd2;
	font-size: 12px;
}
.t3-megamenu .dropdown-menu .mega-nav.level3 li a:before {
	content: "► ";
}

.t3-megamenu .dropdown-menu .mega-group .mega-nav.level3 > li a {
	text-decoration: none !important;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav.level3 > li.current a {
/*text-decoration: underline !important;*/
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active a {
	color: #249bd2 !important;
}
.t3-navhelper {
	background: transparent;
	border-top: none;
	color: #555555;
	padding: 5px 0;/*margin: 10px auto;*/
}
.breadcrumb {
	/*margin: 0px 70px 0px 70px;*/
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background-color: transparent;
	font-size: 12px;
	color: white;
}
.breadcrumb > li + li:before {
	content: "\003e";
}
.breadcrumb > .active + li:before {
	content: "";
	padding: 0;
}
.breadcrumb > .active .hasTooltip {
	padding-right: 10px;
}
.breadcrumb .breadcrumb ol > li > a.pathway, .breadcrumb .breadcrumb a {
	color: #4a4a49 !important;
}
.breadcrumb .divider {
	display: none;
}
.nspHeader {
	position: absolute;
	bottom: 0px;
	padding: 10px;
	background-color: rgba(5, 82, 156, 0.9);
}
.nspArt.nspCol4 {
	position: relative;
}
.gkNspPM-BikestoreSlider .nspHeader {
	width: 100%;
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-shadow: none;
	text-align: center;
	text-transform: none;
}
.gkNspPM-BikestoreSlider .nspNext:after {
	font-family: "FontAwesome";
	content: "\f04b";
	display: inline-block;
	position: absolute;
	font-size: 24px;
	color: #ffffff;
	line-height: 50px;
	height: 50px;
	width: 50px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	margin-top: -2px;
}
.gkNspPM-BikestoreSlider .nspNext:before {
	content: none!important;
}


.nspHeadline, .nspImages {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.nspHeadline::before, .nspHeadline::after {
	pointer-events: none;
}
.nspHeadline, .nspHeadline > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
.nspCont {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	overflow: hidden;
	position: relative;
}
.nspHeadline {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.nspCont img {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.nspCont img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.nspCont h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	min-height: 65px;
	vertical-align: middle;
	-webkit-display: -webkit-box;
	-webkit-display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
@media (min-width: 1025px) {
	.nspCont h4 {
		text-transform: none;
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	/*.nspCont:hover img {*/
	/*-webkit-transform: translate3d(0, -65px, 0);*/
	/*transform: translate3d(0, -65px, 0);*/
	/*}*/
	.nspCont:hover h4 {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		padding-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.nspCont:hover h4 a {

	}
}
@media (max-width: 960px) {
	.gkNspPM-BikestoreSlider .nspHeader{
		text-shadow: 0 0px 0 #fff !important;
	}
	
}

.home .moduletable, .home .slideshow .moduletable {
	margin-top: 0px;
	margin-bottom: 50px;
}
.module-title {
	background: transparent;
	color: inherit;
	font-size: 28px;
	margin: 0 0 10px 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.module-title {
		margin-bottom: 20px;
	}
}
.home h3.module-title, .home .moduletable h3 {
	text-align: center;
	color: #05529c;
}
section.cosa-facciamo{
	background-color: #EAF5FA;
	background-position: right bottom;
	background-image: url('/images/bkg-numeri2022.png');
  /*background-image: url('/images/tmp/bkg-numeri2021.png');*/
	background-repeat: no-repeat;
	background-size: auto 750px;
	padding: 40px 0 0px 0;
	margin-top: 50px;
}
.cosa-facciamo  .cont-box-numeri {
    margin:0px 0px;
    padding: 0px;
}
@media (min-width: 1200px) and (max-width:1440px){
    .cosa-facciamo .cont-box-numeri.col-lg-9 {
        width: 66.66666667%;
    }
    section.cosa-facciamo {
        background-size: auto 600px;
    }
}

.cosa-facciamo .box-numeri {
}
.cosa-facciamo .box-numeri-int {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.6+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	min-height: 210px;
	position: relative;
	padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.cosa-facciamo h3 {
	color: #05529c;
	font-weight: bold;
	padding-bottom: 50px;
	font-size: 30px;
}
.cosa-facciamo .txt-intro p{
	color: #1F4677;
	font-size: 20px;
	line-height: 150%;
	padding-bottom: 30px;
    padding-right: 25px;
}
.cosa-facciamo .box-numeri-int .lab-numero {
	text-align: center;
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #2C9DD1;
    padding-top: 5px;
}
.cosa-facciamo .box-numeri-int .lab-1 {
	text-align: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #1F4677;
}
.cosa-facciamo .box-numeri-int .lab-2 {
	text-align: center;
    display: block;
    font-size: 16px;
	line-height: 120%;
	color: #1F4677;
}
.cosa-facciamo .box-numeri-int .lab-ico {
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    /* margin: 0 auto; */
    margin-bottom: 15px;
    width: 100%;
    left: 0;
}
/*@media screen and (min-width: 768px) {
	section.cosa-facciamo{
		background-color: #EAF5FA;
		background-position: center bottom;
		background-image: url('/images/tmp/numeri.png');
		background-repeat: no-repeat;
		background-size: auto 400px;
		padding: 40px 0 400px 0;
		margin-top: 50px;
	}
	.cosa-facciamo h3 {
		padding-bottom: 30px;
	}
	.cosa-facciamo .txt-intro p{
	color: #1F4677;
	font-size: 24px;
	line-height: 120%;
	padding-bottom: 60px;
	}	
}*/

@media screen and (max-width: 1200px) {
	section.cosa-facciamo{
		background-position: right -30px bottom;
		background-repeat: no-repeat;
		background-size: auto 650px;
	}
	.cosa-facciamo h3 {
		padding-bottom: 30px;
	}
	.cosa-facciamo .txt-intro p{
    font-size: 22px;
    /* line-height: 140%; */
    padding-bottom: 30px;
	}	

}

@media screen and (max-width: 768px) {
	section.cosa-facciamo{
    background-position: right 50px;
    background-repeat: no-repeat;
    background-size: auto 400px;
    padding: 40px 0 0px 0;
    margin-top: 50px
	}
	.cosa-facciamo h3 {
		padding-bottom: 30px;
	}
	.cosa-facciamo .txt-intro {
		clear: both;
		text-align: center;
	}
	.cosa-facciamo .txt-intro p{
	color: #1F4677;
	font-size: 22px;
	line-height: 140%;
	padding-bottom: 40px;
	}	
	.cosa-facciamo .box-numeri {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 480px) {

	.cont-box-numeri{
		width: 100%;
	}

	section.cosa-facciamo{
		background-image: none;
		padding: 40px 0 0px 0;
		margin-top: 50px;
	}
	.cosa-facciamo h3 {
		padding-bottom: 24px;
	}
	.cosa-facciamo .txt-intro p{
		font-size: 16px;
		line-height: 120%;
		padding-bottom: 20px;
	}
	.cosa-facciamo .box-numeri-int {
		min-height: 190px;
    	margin-bottom: 0;
    	padding-top: 10px;
    	line-height: 130%;
		padding: 10px;
	}
	.cosa-facciamo .box-numeri:nth-child(odd) {
		padding-right: 0px;
	}
	.cosa-facciamo .box-numeri:last-child {
        /* margin: auto 25%; */
	}
    
	.cosa-facciamo .box-numeri-int .lab-numero {
		font-size: 20px;
	}
	.cosa-facciamo .box-numeri-int .lab-1 {
		font-size: 15px;
	}
	.cosa-facciamo .box-numeri-int .lab-2 {
		font-size: 15px;
	}
}

.service-top .custom.services-01 div::first-child {
 padding-left: 0px;
}
.service-top .custom.services-01 div::nth-child(2) {
 padding-right: 0px;
}

/*TRASPERENZA*/
section.trasparenza {
	background-color: #249bd2;
	margin-bottom: 50px;
}
.home .moduletable.trasparenza {  
	margin-bottom: 10px;
	margin-top: 20px;
}
.trasparenza .btn-center {
	font-size: 24px;
}

.btn-bilancio {
	width: 80%;
	font-size: 20px;
	background-color: #249bd2;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	padding: 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}
.btn-bilancio a {
	color: #ffffff;
	text-decoration: underline;
}
.btn-bilancio:after {
	font-family: "FontAwesome";
	content: "\f04b";
	display: block;
	position: absolute;
	right: 40px;
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	margin-top: -24px;
	top: 60%;
}

.service-top h3 {
	text-align: center;
	color: #ffffff!important;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.box-twitter{
		margin-bottom: 20px!important
	}
}

.twitter-wrap {
	background-color: #249bd2;
	overflow: hidden;
}
.twitter-box, .facebook-box {
	margin-bottom: 0!important;
	min-height: 200px;
}

.twitter-box .bx-wrapper:before,.facebook-box .bx-wrapper:before {
	font-family: "FontAwesome";
	display: block;
	position: absolute;
	left: 48%;
	font-size: 40px;
	line-height:40px;
	margin-top: -60px;
}
.twitter-box .bx-wrapper:before{
	color: #249BD2;
	content: "\f099";
}
.facebook-box .bx-wrapper:before {
	content: "\f09a";
	color: #05529C;
}
.twitter-box .bx-wrapper .bx-controls-direction a {
	background-color:#249BD2;
	color:#FFFFFF;
}
.twitter-box .bx-wrapper .bx-next:before, .twitter-box .bx-wrapper .bx-prev:before {
	background-color:transparent;
	color:#FFF;
}
.facebook-box .bx-wrapper .bx-controls-direction a {
	background-color:#05529C;
	color:#FFFFFF;
}

.facebook-box .bx-wrapper .bx-next:before, .facebook-box .bx-wrapper .bx-prev:before {
	background-color:transparent;
	color:#FFF;
}


.jsf-copyright {
	display: none;
}
.bx-wrapper .bx-prev:before {
	font-family: "FontAwesome";
	content: "\f0d9";
	display: inline-block;
	position: absolute;
	font-size: 30px;
	color: #249BD2;
	line-height: 40px;
	height: 40px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	left: 30%;
}
.bx-wrapper .bx-next:before {
	font-family: "FontAwesome";
	content: "\f0da";
	display: inline-block;
	position: absolute;
	font-size: 30px;
	color: #249BD2;
	line-height: 40px;
	height: 40px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	right: 30%;
}
.jsocialfeed:before, .jsocialfeed:after {
	content: " ";
	display: table;
}
.jsocialfeed:after {
	clear: both;
}
.t3-footnav, footer {
	background-color: #c6c6c6;
	font-size: 14px;
}
.t3-footnav {
	padding: 0 0 0 0 !important;
}
.t3-footnav:before, .t3-footnav:after {
	content: " ";
	display: table;
}
.t3-footnav:after {
	clear: both;
}

@media screen and (min-width: 768px) {
.t3-footnav {
	padding: 20px 0;
}
}
#Mod104 {
	margin-top: 0px;
}
#Mod105 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#Mod88 {
	margin-bottom: 0px;
}
ul.foot-menu{
	margin: 20px auto;
    display: inline-block;
    text-align: center;
    position: relative;
}
ul.foot-menu > li {
	line-height: 14px !important;
	padding: 2px 0;
	display:inline-block;
	border-right: 1px solid #706f6f;
	/*width: 100%;*/
}
ul.foot-menu > li:last-child {
	border-right: none;
}
ul.foot-menu > li a {
	line-height: 14px;
	font-size: 12px;
	padding: 0px 10px 0 10px;
}
ul.foot-menu > li a:hover {
	line-height: 14px;
	background-color: none !important;
}

.footer-menubox{
	background-color: #c6c6c6;
}

.back-to-top {
	background-color: #249bd2;
	bottom: 15px;
	height: 40px;
	margin: 0;
	position: fixed;
	right: 15px;
	width: 40px;
	z-index: 1000;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 350ms;
	-o-transition: opacity 350ms;
	transition: opacity 350ms;
}
.back-to-top.reveal {
	opacity: 30;
	filter: alpha(opacity=3000);
	cursor: pointer;
}
.back-to-top.reveal:hover, .back-to-top.reveal:focus, .back-to-top.reveal:active {
	opacity: 100;
	filter: alpha(opacity=10000);
}
.back-to-top i {
	color: #ffffff;
	font-size: 12px;
	line-height: 1em;
	left: 50%;
	margin-top: -7px;
	margin-left: -3px;
	position: absolute;
	top: 50%;
}
.related_statistic:after {
	content: " ";
	display: block;
	margin: 30px 0;
	border-bottom: 2px dotted rgba(36,155,210,0.3);
}
.related_statistic .statistic_text, .related_statistic .amount_statistic span {
	text-align: center !important;
	display: block !important;
	clear: both;
	font-size: 20px;
}
.related_statistic .counter_holder .counter {
	color: #05529c;
}
.counter_holder {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
}
.counter_holder.left {
	text-align: left;
}
.counter_holder.right {
	text-align: right;
}
.counter_holder.center {
	text-align: center;
}
.counter_holder span.counter {
	font-size: 40px;
	line-height: 50px;
	color: #115aa1;
	overflow: hidden;
	display: inline-block !important;
	height: 50px;
}
.tocounter {
	float: none;
	margin: 0;
}
/*pulsanti*/
.btn-aid.btn-std:after {
	content: '';
	width: 31px;
	height: 31px;
	background-color: #066E9E;
	background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Livello_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2015%2015%22%20enable-background%3D%22new%200%200%2015%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%227.5%2C0%205.5%2C2%2011%2C7.5%205.5%2C13%207.5%2C15%2015%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
	background-position: 6px 8px;
	background-repeat: no-repeat;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
	display: inline-block;
	right: 17px;
	opacity: 0;
	-webkit-transition: all ease 150ms;
	-moz-transition: all ease 150ms;
	-o-transition: all ease 150ms;
	transition: all ease 150ms;
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	border-radius: 10em;
}
.btn-aid.btn-std:hover:after {
	opacity: 1;
	transform: translateX(0px);
}
.btn-aid.btn-std:hover {
	padding: 15px 90px 15px 50px;
	background-color: #2983AD;
}
.btn-aid.btn-std {
	font-weight: 900;
	font-style: italic;
	font-size: 2.1rem;
	padding: 15px 60px;
	min-width: 330px;
}
.btn-aid {
	display: inline-block;
	background-color: #249BD2;
	border-radius: 10em;
	color: #ffffff !important;
	text-align: center;
	position: relative;
}
.btn-menu.btn-menu-std:after {
	margin-left: 10px;
	content: '';
	width: 16px;
	height: 16px;
	background-color: #249BD2;
	background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Livello_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2015%2015%22%20enable-background%3D%22new%200%200%2015%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%227.5%2C0%205.5%2C2%2011%2C7.5%205.5%2C13%207.5%2C15%2015%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
	background-position: 4px 5px;
	background-repeat: no-repeat;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 7px;
	display: inline-block;
	/* right: 39px; */
	opacity: 0;
	-webkit-transition: all ease 150ms;
	-moz-transition: all ease 150ms;
	-o-transition: all ease 150ms;
	transition: all ease 150ms;
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	border-radius: 10em;
}
.btn-menu {
	display: inline-block;
	/* background-color: #249BD2; */
	border-radius: 10em;
	/* color: #ffffff !important; */
	/* text-align: center; */
	position: relative;
}
.btn-menu.btn-menu-std:hover:after {
	opacity: 1;
	transform: translateX(0px);
}
.btn-menu-center.btn-menu-center-std:after {
	margin-left: 12px;
	content: '';
	width: 16px;
	height: 16px;
	background-color: #249BD2;
	background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Livello_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2015%2015%22%20enable-background%3D%22new%200%200%2015%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%227.5%2C0%205.5%2C2%2011%2C7.5%205.5%2C13%207.5%2C15%2015%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
	background-position: 4px 5px;
	background-repeat: no-repeat;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 7px;
	display: inline-block;
	/* right: 39px; */
	opacity: 0;
	-webkit-transition: all ease 150ms;
	-moz-transition: all ease 150ms;
	-o-transition: all ease 150ms;
	transition: all ease 150ms;
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	border-radius: 10em;
}
.btn-menu-center {
	display: inline-block;
	/* background-color: #249BD2; */
	border-radius: 10em;
	/* color: #ffffff !important; */
	text-align: center;
	position: relative;
}
.btn-menu-center:hover {
/*padding-left: 52px!important;*/
	/*text-align: left;*/
}
.btn-menu-center.btn-menu-center-std:hover:after {
	opacity: 1;
	transform: translateX(0px);
}
.btn-center.btn-center-std:after {
	margin-left: 12px;
	content: '';
	/*width: 50px;*/
	/*height: 50px;*/
	background-color: #1e678f;
	background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Livello_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2015%2015%22%20enable-background%3D%22new%200%200%2015%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%227.5%2C0%205.5%2C2%2011%2C7.5%205.5%2C13%207.5%2C15%2015%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
	/*background-position: 6px 10px;*/
	background-repeat: no-repeat;
	/*-webkit-background-size: 15px;*/
	/*-moz-background-size: 15px;*/
	/*-o-background-size: 15px;*/
	/*background-size: 30px;*/
	display: inline-block;
	/*right: 28px;*/
	/*top: 21%;*/
	/*opacity: 0;*/
	-webkit-transition: all ease 150ms;
	-moz-transition: all ease 150ms;
	-o-transition: all ease 150ms;
	transition: all ease 150ms;
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	border-radius: 10em;
}
.btn-center.btn-center-std.double_line_btn:after {
	width: 50px;
	height: 50px;
	background-position: 6px 10px;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	right: 28px;
	top: 21%;
	opacity: 0;
}
.btn-center.btn-center-std.single_line_btn:after {
	width: 35px;
	height: 35px;
	background-position: 5px 8px;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	right: 28px;
	top: 21%;
	opacity: 0;
}
/*.btn-center {*/
/*display: inline-block;*/
/* background-color: #249BD2; */
/*border-radius: 10em;*/
/* color: #ffffff !important; */
/*text-align: center;*/
/*position: relative;*/
/*}*/
.btn-center {
	width: 40%;
	text-align: center;
	font-size: 20px;
	background-color: #249bd2;
	color: #ffffff;
	display: inline-block;
	margin: 0 auto;
	padding: 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 10px;
	position: relative;
}
.btn-center:hover {
	/*padding-left: 52px!important;*/
	/*text-align: left;*/
	text-decoration: none;
	padding-right: 80px;
	color: white;
}
.btn-center:active {
	/*padding-left: 52px!important;*/
	/*text-align: left;*/
	text-decoration: none;
	color: white;
}
.btn-center.btn-center-std:hover:after {
	opacity: 1;
	transform: translateX(0px);
}
.t3-megamenu .dropdown-menu .mega-nav > li > a.dropdown-header.mega-group-title:hover {
	text-decoration: none !important;
	cursor: default;
}
.gkNspPM-BikestoreSlider .nspArt:hover .nspHeader a {
	color: white !important;
	text-shadow: none;
}
.gkNspPM-BikestoreSlider .nspHeader a:active, .gkNspPM-BikestoreSlider .nspHeader a:focus, .gkNspPM-BikestoreSlider .nspHeader a:hover {
	color: white !important;
	text-decoration: none;
}
.gkNspPM-BikestoreSlider .nspHeader a {
	color: white !important;
}
.nn_tabs-tab>a {
	background-color: #2D9DD1!important;
	text-transform: uppercase!important;
	color: white!important;
	letter-spacing: 2px!important;
	font-weight: 300!important;
	border: none!important;
	border-radius: 0!important;
	padding: 8px!important;
}
.nn_tabs-tab.active >a {
	background-color: #0E549B!important;
}
.nn_tabs.outline_content>.tab-content {
	border: none!important;
}
.nn_tabs .nav-tabs {
	border: none;
}
.nn_tabs.align_center>ul.nav-tabs>li {
	width: 49%;
}
.nn_tabs.top>ul.nav-tabs>li>a:focus, .nn_tabs.top>ul.nav-tabs>li.active>a:focus {
	box-shadow: none!important;
}

section.newsletter {
	background-color: #2D9DD1;	
}
section.newsletter .moduletable {
    margin-top: 40px;
    margin-bottom: 40px;
}
.form_newsletter_main_div {
	background-color: #2D9DD1;/*height: 256px;*/
}
.form_newsletter_header {
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 26px;
	margin-bottom: 18px;
	padding-top: 9px;
}
.form_newsletter_input {
	width: 100%!important;
	height: 45px!important;
	border: none!important;
	border-radius: 3px!important;
}
.privacy_box {
	color: white;
	padding: 0;
	font-size: 70%;
}
.privacy_box > a {
	color: white;
}
.form_newsletter_submit_btn {
	border: none;
	text-transform: uppercase;
	font-size: 16px;
	background-color: #05529c;
	color: #ffffff !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: -20px;
	padding: 10px 20px;
	font-weight: 600;
}
.form_newsletter_header_footer {
	text-transform: uppercase;
	padding: 0;
	padding-bottom: 5px;
	font-size: 15px;
	/*text-align: center;*/
}
.form_newsletter_input_footer {
	height: 30px!important;
	font-size: 12px!important;
	border-radius: 5px!important;
	width: 100%!important;
}
.form_newsletter_submit_btn_footer {
	text-transform: uppercase;
	font-size: smaller;
	height: 30px;
	background-color: #05529c;
	color: #ffffff!important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 7px;
	font-weight: 600;
	border: 0;
	width: 100%;
}
#menu_progetti > li > .btn-menu.btn-menu-std:after {
	background: none!important;
}
/*Prova hom*/

.gkNspPM-BikestoreSlider .nspPrev,  .gkNspPM-BikestoreSlider .nspNext {
	height: 50px!important;
	width: 50px!important;
	display: block;
	/*background: transparent url('../../../interface/images/bikestore_slider_interface.png') no-repeat 0 0;*/

	/*text-indent: -999em;*/
	text-indent: 0!important;
	background: none!important;
	margin-top: -8px!important;
	cursor: pointer!important;
	background-color: #249BD2!important;
	color: #FFF!important;
	border: 2px solid #FFF!important;
	-webkit-border-radius: 100%!important;
	-moz-border-radius: 100%!important;
	border-radius: 100%!important;
}
.gkNspPM-BikestoreSlider .nspPrev {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	display: none;
}
.gkNspPM-BikestoreSlider .nspNext {
	background-position: -16px 0;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
}
.gkNspPM-BikestoreSlider .nspPrev:hover {
	background-position: 0 -16px
}
.gkNspPM-BikestoreSlider .nspNext:hover {
	background-position: -16px -16px
}
.gkNspPM-BikestoreSlider .nspPrev::selection,  .gkNspPM-BikestoreSlider .nspNext::selection {
	background: transparent!important
}
 .gkNspPM-BikestoreSlider .nspPrev::-moz-selection,  .gkNspPM-BikestoreSlider .nspNext::-moz-selection {
 background: transparent!important
}
 .gkNspPM-BikestoreSlider .nspPrev::-webkit-selection,  .gkNspPM-BikestoreSlider .nspNext::-webkit-selection {
 background: transparent!important
}
a.nspPrev {
	display: none!important;
}
.city_header {
	color: #249bd2;
	font-size: 120%;
}
.city_div_header {
	color: #249bd2;
	font-weight: bold;
}
.city_div_body {
	color: #4a4a49;
}
.city_distant {
	margin-top: 30px;
	padding-left: 10px;
}
.city_selected {
	border-left: #249bd2 4px solid;
}
ul#list_leggend > li {
	list-style: none;
	font-size: 16px;
}
#list_leggend {
	padding-left: 0;
	margin: 0;
}
ul#list_leggend > li:before {
	content: '';
	display: inline-block;
	width: 29px;
	height: 15px;
	background-size: 21px 17px;
	background-repeat: no-repeat;
}
.abitativa_icon:before {
	background-image: url("/images/tmp/logo_accoglienza_abitativa.png");
}
.alimentare_icon:before {
	background-image: url("/images/tmp/logo_sostegno_alimentare.png");
}
.assistenza_medica:before {
	background-image: url("/images/tmp/logo_assistenza_medica.png");
}
.unita_strada:before {
	background-image: url("/images/tmp/logo_unita_strada.png");
}
.centro_diurno:before {
	background-image: url("/images/tmp/logo_centro_diurno.png");
}
#city_footer {
	height: 30px;
	width: 30px;
	display: block;
	background-color: #249BD2;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	float: left;
}
#lombardia_point {
	position: absolute;
	top: 29px;
	left: 124px;
	width: 90px;
}
#ragusa_point {
	position: absolute;
	top: 695px;
	left: 450px;
	width: 90px;
}
#bari_point {
	position: absolute;
	top: 366px;
	left: 575px;
	width: 90px;
}
#catanzaro_point {
	position: absolute;
	top: 576px;
	left: 556px;
	width: 90px;
}
#napoli_point {
	position: absolute;
	top: 381px;
	left: 412px;
	width: 90px;
}
#torino_point {
	position: absolute;
	top: 69px;
	left: 22px;
	width: 90px;
}
#roma_point {
	position: absolute;
	top: 310px;
	left: 315px;
	width: 90px;
}
#genova_point {
   position: absolute;
   top: 204px;
   left: 103px;
   width: 90px;
}

connection {
	border: 3px dotted #4a4a49;
	border-radius: 35px;
	z-index: 100;
}
#city_legend {
	position: relative;
	background-color: #fff;
	color: #4a4a49;
	width: 90%;
	/* height: 150px; */
	/* text-align: center; */
	border-radius: 10px;
	padding: 20px;
	margin: 0;
	margin-top: 58px;
	-webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.2));
	-o-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.2));
	-moz-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.2));
}
.centered_point_arrow {
	width: 5px;
	height: 5px;
	margin: auto;
}
.map_pointer > img {
	z-index: 110;
}
.speech-bubble {
	position: relative;
	background-color: #fff;
	color: #4a4a49;
	width: 80%;
	height: 150px;
	text-align: center;
	border-radius: 10px;
	margin: 2em auto;
	-webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.2));
}
.speech-bubble:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 15px solid;
}
.speech-bubble-bottom:after {
	border-top-color: #F7F7F7;
	color: transparent;
	-webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.8));
	top: 98%;
	left: 50%;
	margin-left: -15px;
}
.speech-bubble-top:after {
	border-top-color: #FFFFFF;
	color: transparent;
	/* -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.8)); */
	top: -16%;
	left: 50%;
	margin-left: -15px;
	transform: rotate(180deg);
}
.bubble_title {
	color: #05529c;
	font-size: 130%;
}
.round_image {
	width: 175px;
	height: 175px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	background-position: center center !important;
}
.timeline-item .item-time {
	/*float: right !important;*/
	height: 42px !important;
	line-height: normal !important;
	margin: -38px -8px 2px -8px !important;
	font-size: 30px !important;
	background-color: #05529C !important;
	padding: .1em .6em .3em !important;
}
.timeline-item > .post-inner > h4 > a {
	display: none;
}
/*background: #249BD2;*/
/*color: white;*/
/*border: 1px solid #249BD2;*/
/*.timeline-item.odd:before {*/
/*content: '\f0d9';*/
/*left: -19px;*/
/*text-align: right;*/
/*}*/
.box_company_body {
	height: 398px;
	position: relative;
}
.box_company_btn {
	height: 52px;
}
.box_company_body_inner > p {
	font-size: 14px;
}
.btn_discover_more {
	/*color: #249bd2;*/
	color: white!important;
	font-size: 14px;
	border-radius: 0;
	border: 3px solid;
	margin: 0;
	padding: 4px;
}
.displayed_box {
	display: -ms-box!important;
	display: -webkit-box!important;
	display: -moz-box!important;
	display: box!important;
}
/*.box_company_body_inner {*/
	/*position: absolute;*/
	/*bottom: 0;*/
	/*z-index: 200;*/
	/*padding: 12px 10px;*/
	/*background-color: rgba(245,245,245,0.95);*/
	/*color: #4a4a49;*/
	/*text-align: center;*/
/*}*/
.box_company_body_inner {
	height: 100%;
	display: none;
	z-index: 200;
	padding: 12px 10px;
	background-color: rgba(36, 155, 210, 0.92);
	color: white;
	text-align: center;
}
/*.box_company_body_inner:after {*/
	/*content: '';*/
	/*position: absolute;*/
	/*width: 0;*/
	/*height: 0;*/
	/*border: 15px solid;*/
	/*border-top-color: rgb(233, 231, 229);*/
	/*color: transparent;*/
	/*top: 100%;*/
	/*left: 50%;*/
	/*margin-left: -15px;*/
/*}*/
.btn_site {
	text-align: center;
	font-size: 20px;
	background-color: #249bd2;
	color: #ffffff;
	display: inline-block;
	margin: 0 auto;
	padding: 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 10px;
	position: relative;
}
/*.btn_site.btn_right_up:after{*/
	/*margin-left: 12px;*/
	/*content: '';*/
	/*background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Livello_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2015%2015%22%20enable-background%3D%22new%200%200%2015%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%227.5%2C0%205.5%2C2%2011%2C7.5%205.5%2C13%207.5%2C15%2015%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);*/
	/*background-repeat: no-repeat;*/
	/*display: inline-block;*/
	/*-webkit-transition: all ease 150ms;*/
	/*-moz-transition: all ease 150ms;*/
	/*-o-transition: all ease 150ms;*/
	/*transition: all ease 150ms;*/
	/*-webkit-transform: translateX(-10px);*/
	/*-moz-transform: translateX(-10px);*/
	/*-o-transform: translateX(-10px);*/
	/*-ms-transform: translateX(-10px);*/
	/*transform: translateX(-10px);*/
	/*-webkit-transform: rotate(270deg);*/
	/*-moz-transform: rotate(270deg);*/
	/*-o-transform: rotate(270deg);*/
	/*-ms-transform: rotate(270deg);*/
	/*transform: rotate(270deg);*/
	/*position: absolute;*/
	/*border-radius: 10em;*/
/*}*/
/*.btn_site.btn_left_up:before{*/
	/*margin-left: 12px;*/
	/*content: '';*/
	/*background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Livello_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2015%2015%22%20enable-background%3D%22new%200%200%2015%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%227.5%2C0%205.5%2C2%2011%2C7.5%205.5%2C13%207.5%2C15%2015%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);*/
	/*background-repeat: no-repeat;*/
	/*display: inline-block;*/
	/*-webkit-transition: all ease 150ms;*/
	/*-moz-transition: all ease 150ms;*/
	/*-o-transition: all ease 150ms;*/
	/*transition: all ease 150ms;*/
	/*-webkit-transform: translateX(-10px);*/
	/*-moz-transform: translateX(-10px);*/
	/*-o-transform: translateX(-10px);*/
	/*-ms-transform: translateX(-10px);*/
	/*transform: translateX(-10px);*/
	/*-webkit-transform: rotate(270deg);*/
	/*-moz-transform: rotate(270deg);*/
	/*-o-transform: rotate(270deg);*/
	/*-ms-transform: rotate(270deg);*/
	/*transform: rotate(270deg);*/
	/*position: absolute;*/
	/*border-radius: 10em;*/
/*}*/
/*.btn_site.btn_right_down:after{*/
	/*margin-left: 12px;*/
	/*content: '';*/
	/*background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Livello_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2015%2015%22%20enable-background%3D%22new%200%200%2015%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%227.5%2C0%205.5%2C2%2011%2C7.5%205.5%2C13%207.5%2C15%2015%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);*/
	/*background-repeat: no-repeat;*/
	/*display: inline-block;*/
	/*-webkit-transition: all ease 150ms;*/
	/*-moz-transition: all ease 150ms;*/
	/*-o-transition: all ease 150ms;*/
	/*transition: all ease 150ms;*/
	/*-webkit-transform: translateX(-10px);*/
	/*-moz-transform: translateX(-10px);*/
	/*-o-transform: translateX(-10px);*/
	/*-ms-transform: translateX(-10px);*/
	/*transform: translateX(-10px);*/
	/*-webkit-transform: rotate(90deg);*/
	/*-moz-transform: rotate(90deg);*/
	/*-o-transform: rotate(90deg);*/
	/*-ms-transform: rotate(90deg);*/
	/*transform: rotate(90deg);*/
	/*position: absolute;*/
	/*border-radius: 10em;*/
/*}*/
/*.btn_site.btn_left_down:before{*/
	/*margin-left: 12px;*/
	/*content: '';*/
	/*background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.0%22%20id%3D%22Livello_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2015%2015%22%20enable-background%3D%22new%200%200%2015%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%227.5%2C0%205.5%2C2%2011%2C7.5%205.5%2C13%207.5%2C15%2015%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);*/
	/*background-repeat: no-repeat;*/
	/*display: inline-block;*/
	/*-webkit-transition: all ease 150ms;*/
	/*-moz-transition: all ease 150ms;*/
	/*-o-transition: all ease 150ms;*/
	/*transition: all ease 150ms;*/
	/*-webkit-transform: translateX(-10px);*/
	/*-moz-transform: translateX(-10px);*/
	/*-o-transform: translateX(-10px);*/
	/*-ms-transform: translateX(-10px);*/
	/*transform: translateX(-10px);*/
	/*-webkit-transform: rotate(90deg);*/
	/*-moz-transform: rotate(90deg);*/
	/*-o-transform: rotate(90deg);*/
	/*-ms-transform: rotate(90deg);*/
	/*transform: rotate(90deg);*/
	/*position: absolute;*/
	/*border-radius: 10em;*/
/*}*/
.btn_site.icon_yb {
	background-color: #1e678f;
}
.btn_site.icon_nb {
/*background-color: transparent;*/
}
.double_line_btn:after {
	width: 50px;
	height: 50px;
	background-position: 6px 10px;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	right: 11px;
	top: 21%;
	opacity: 0;
}
.single_line_btn:after {
	width: 35px;
	height: 35px;
	background-position: 5px 8px;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	right: 11px;
	top: 21%;
	opacity: 0;
}
.double_line_btn:before {
	width: 50px;
	height: 50px;
	background-position: 6px 10px;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	left: 0;
	top: 21%;
	opacity: 0;
}
.single_line_btn:before {
	width: 35px;
	height: 35px;
	background-position: 5px 8px;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	left: 0;
	top: 21%;
	opacity: 0;
}
.btn_site:hover {
	text-decoration: none;
	cursor: pointer;
}
.btn_site.btn_left_up:hover:before {
	opacity: 1;
}
.btn_site.btn_right_up:hover:after {
	opacity: 1;
}
.btn_site.btn_left_down:hover:before {
	opacity: 1;
}
.btn_site.btn_right_down:hover:after {
	opacity: 1;
}
.white_block {
	height: 150px;
}
li.dropdown.mega.mega-align-center.open {
	color: #249bd2;
}
ul.nav.navbar-nav.level0 > li > a {
	color: #05529c;
}
ul.nav.navbar-nav.level0 {
	color: #05529c;
}
span.mega-caption {
	text-transform: uppercase;
}
nav.wrap.t3-navhelper {
	width: 100%;
	background: #0089c0 url("/images/headers/sopra_header_all.png") no-repeat center bottom;
	margin-top: 0;
	background-size: 1440px 278px;
	-webkit-filter: drop-shadow(0 3px 6px rgba(0,0,0,0.23));
	-moz-filter: drop-shadow(0 3px 6px rgba(0,0,0,0.23));
	-o-filter: drop-shadow(0 3px 6px rgba(0,0,0,0.23));/*-ms-filter: drop-shadow(0 3px 6px rgba(0,0,0,0.23));*/
	/*filter: drop-shadow(0 3px 6px rgba(0,0,0,0.23));*/
}
nav.wrap.t3-navhelper:after {
	left: 50%;
	border: solid transparent;
	content: " ";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 20px solid #0089C0;
	position: absolute;
	margin-left: -50px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.t3-footnav .t3-module ul > li > a:hover, .t3-footnav .t3-module ul > li > a:active, .t3-footnav .t3-module ul > li > a:focus {
	color: #249bd2
}
.title_page_new {
	color: white;
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.title_page_new > h1 {
	color: white;
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0;
}
.breadcrumb > li > a {
	color: white;
}
.breadcrumb > li:last-child {
	font-weight: bold;
}
.breadcrumb > li:last-child:before {
	font-weight: normal;
}
ul.nav.nav-pills.nav-stacked.menu_progetti_alto > li > a {
/*color: white;*/
}
ul.nav.nav-pills.nav-stacked.menu_progetti_alto > li > a:hover {
/*color: white;*/
}
ul.nav.nav-pills.nav-stacked.menu_progetti_alto > li > a:after {
	content: none;
}
.home h1 {
	line-height: 1;
	position: absolute;
	text-indent: -999999px;
}
.box-agevolazione {
	position: relative;
    display: block;
    float: left;
}

.box-important {
	position: relative;
	background-color: #fff;
	color: #4a4a49;
	width: 100%;
	height: auto;
	text-align: left;
	border-radius: 10px;
	margin: 2em auto;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
.box-important > hr {
	margin: 10px 0;
	border: 0;
	border-bottom: 2px dotted rgba(36,155,210,0.3);
}
.customcover_module > p {
	margin: 0;
}
.moduletablecover_module {
	max-height: 450px;
	overflow: hidden;
}
img.responsive_cover {
	width: 100%;
}
article.con_padding_article > section > p {
	padding: 0 85px;
}
article.con_padding_article > section > blockquote {
	margin-left: 111px;
}
.btn_aziende {
	width: 100%;
	font-size: 13px;
	border-radius: 0;
	color: white!important;
	line-height: 22px;
	height: 40px;
	padding: 9px;
	/*text-transform: uppercase;*/
}
.btn_aziende.two-line {
	height: 50px;
	line-height: 20px;
}
.btn_aziende:before {
	top: 11%!important;
}
.btn_aziende:after {
	top: 11%!important;
}
.cont_pencil {
	color: #249BD2;
	padding-left: 42px;
	font-size: 22px;
	margin-bottom: 20px;
}
.cont_pencil >hr {
	margin: 0;
	margin-top: 3px;
	height: 10px;
	width: 100%;
	float: right;
	/*border-top: 5px dashed #259CD3;*/
	background: url('/images/tmp/grechina.png') repeat-x top left;
	border: 0;
}
.cont_pencil >hr:before {
	content: url('/images/tmp/matita_contatta.png');
	width: 10%;
	position: absolute;
	top: 0;
	left: 0;
}
div#donation_image {
	height: 395px;
}
div#donation_amount_div {
	height: 80px;
	background-color: white;
	font-size: 24px;
	color: #B1B0B0;
	white-space: nowrap;
}
div#donation_label_div {
	height: 80px;
	background-color: #249BD2;
	color: white;
	font-size: 18px;
}
.customtitle_header_scara > h1 {
	color: white;
}
#donation_right_cln {
	height: 475px;
	background-color: #249BD2;
}
.txt_centered {
	min-height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.link_privacy_footer {
	line-height: 14px;
	padding: 0;
	/*font-size: 11px;*/
	color: #555555;
}
.link_privacy_footer:hover {
	color: #249BD2;
}
.icon_statuto>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\e80a";
	font-weight: lighter;
}
.icon-cogs>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\37";
	font-weight: lighter;
}
.icon-database>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\62";
	font-weight: lighter;
}
.icon-search>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\53";
	font-weight: lighter;
}
.icon-lamp>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\74";
	font-weight: lighter;
}
.icon-pie>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoon;
	font-style: normal;
	speak: none;
	content: "\77";
	font-weight: lighter;
}
.icon-tree2>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\e244";
	font-weight: lighter;
}
.icon_cv>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\e809";
	font-weight: lighter;
}
.icon_service>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\e808";
	font-weight: lighter;
}
.icon_bilance>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\e807";
	font-weight: lighter;
}
.icon_event>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\e806";
	font-weight: lighter;
}
.icon_ask>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\e805";
	font-weight: lighter;
}
.icon_time>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\e804";
	font-weight: lighter;
}
.icon_accord>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\e803";
	font-weight: lighter;
}
.icon_world>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\e802";
	font-weight: lighter;
}
.icon_pencil>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\e801";
	font-weight: lighter;
}
.icon_folder_open>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\2d";
	font-weight: lighter;
}
.icon_pencil_2>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\2b";
	font-weight: lighter;
}
.icon_pencil_2>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\2b";
	font-weight: lighter;
}
.icon-location>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\63";
	font-weight: lighter;
}
.icon_buble_quote>.accordion-heading>a.accordion-toggle span.nn_sliders-toggle-inner:before {
	display: inline-block;
	font-family: IcoMoonArca;
	font-style: normal;
	speak: none;
	content: "\e259";
	font-weight: lighter;
}
article.con_padding_article > section > h2 {
	padding: 0 83px 0 83px;
	text-align: center;
}
.box-number {
	background-color: #249BD2;
	margin: auto 85px;
	padding: 15px 0 10px 0;
}
.box-number img {
	max-width: 160px;
	height: auto;
	width: 100%;
	margin: 1em auto;
}
.box-number h2 {
	color: #FFF;
	display: block;
	text-align: center;
	width: 100%
}
.box-number .number {
	color: #FFF;
	font-size: 40px;
	clear: both;
	text-align: center;
	display: block;
}
.box-number .year-text {
	font-size: 25px;
	border: 5px solid #FFFFFF;
	text-align: center;
	display: block;
	width: 90px;
	height: 90px;
	position: relative;
	margin: 10px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.box-number .year-text span {
	font-size: 25px;
	line-height: 80px;
	color: #FFFFFF;
}
/*.over_line > div > div.related_statistic:after {
	content: none;
	margin: 0;
}
.over_line {
	background-color: #249BD2;
	height: 170px;
	width: 100%;
	position: relative;
	width: 100vw;
	left: calc(-50vw + 50.5%);
}*/
.moduletableclaim_home {
	height: 70px;
	padding-top: 19px;
	width: 100%;
	background: #0089c0 url("/images/headers/sopra_header_all.png") no-repeat center bottom;
	margin-top: 0;
	margin-bottom: 26px;
	background-size: 1440px 278px;
	-webkit-filter: drop-shadow(0 3px 6px rgba(0,0,0,0.23));
	-moz-filter: drop-shadow(0 3px 6px rgba(0,0,0,0.23));
	-o-filter: drop-shadow(0 3px 6px rgba(0,0,0,0.23));/* -ms-filter: drop-shadow(0 3px 6px rgba(0,0,0,0.23)); */
	/* filter: drop-shadow(0 3px 6px rgba(0,0,0,0.23)); */
}
.customclaim_home > h2 {
	color: white;
}
table.table_padding > tbody > tr > td {
	padding: 10px 5px;
}
.facebook_share_btn_div {
	background-color: #05529c;
	color: #ffffff!important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: -20px;
	padding: 10px 20px;
	width: 358px;
	font-weight: 600;
	cursor: pointer;
	font-size: 17px;
	text-transform: uppercase;
}
a.facebook_share_btn_a {
	cursor: pointer;
}
.facebook_share_img {
	float: left;
	width: 48px;
	margin-right: 20px;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.stButton .stBubble_count {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
/*SOSTIENICI CON UNA DONAZIONE*/
.custom.clearfix.mod-donazione{
	background-color:#249BD2;
	}
.donate_box_row {
	padding: 45px 43px 0;
	text-align: center;
}
.input_donate_box {
	width: 100%!important;
	height: 56px!important;
	font-size: 18px!important;
	font-weight: bold;
	text-align: center;
	color: #249BD2!important;
	border-radius: 3px!important;
	border: none;
}
 .input_currency::-webkit-input-placeholder {
 color: #B1B0B0!important;
}
 .input_currency:-moz-placeholder {
		/* Firefox 18- */
		color: #B1B0B0!important;
}
 .input_currency::-moz-placeholder {
		/* Firefox 19+ */
		color: #B1B0B0!important;
}
 .input_currency:-ms-input-placeholder {
 color: #B1B0B0!important;
}
.donation_radio_box {
	width: 100%!important;
	border-radius: 2px!important;
	height: 56px!important;
	font-size: 22px!important;
	text-align: center;
	color: #B1B0B0!important;
	background-color: #ffffff;
	/*border: 1px solid #cccccc;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
	border-radius: 3px!important;
}
.donate_box_row > button {
	background-color: #05529c;
	color: #ffffff!important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0;
	margin-right: -20px;
	padding: 10px 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.radio_donazione {
	width: 50%;
	float: left;
	height: 56px;
	padding-top: 15px;
	font-size: 18px;
	color: #249BD2;
}
.radio_donazione label {
	font-weight:normal;
}
.radio_donazione > label > input:checked + span {
	font-weight: bold;
}
.radio_donazione > input {
	margin-top: 2px;
}
.glyphicon-chevron-right:before {
	font-family: "FontAwesome"!important;
	content: "\f061"!important;
}
.glyphicon-chevron-left:before {
	font-family: "FontAwesome"!important;
	content: "\f060"!important;
}
#donation_place_label {
	text-align: center;
}
.input_currency {
	height: 56px!important;
	background-color: transparent!important;
	border: 0!important;
	box-shadow: none!important;
	text-align: right!important;
	font-size: 24px!important;
	float: left!important;
	padding-right: 1px!important;
	width: 90px!important;
	color: #B1B0B0!important;
	margin-left: 30%!important;
}
.input_span:after {
	content: ",00 € ";
	float: left;
	height: 50px;
	font-size: 24px;
	padding-top: 11px;
}
.compilate_form {
	cursor: pointer!important;
}
section.dona {
	margin-bottom: 50px;
}
area {
	outline-color: transparent;
}

/* off-canvas*/
.t3-off-canvas ul.nav > li {
	display: block;
	width: 100%;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
	background-color: transparent;
}
.t3-off-canvas .dropdown-menu > li > a {
	padding: 5px 25px;
}
.t3-off-canvas .nav > li > span {
	padding: 5px 10px;
	display: inline-block;
	width: 100%;
	/* background-color: #249bd2; */
	color: #05529c;
	box-sizing: border-box;
	border-top: 1px solid #249bd2;
	border-bottom: 1px solid #249bd2;
	margin-top: 15px;
	border-radius: 0px;
}
.t3-off-canvas ul > li.item-143 a {
	padding: 5px 10px;
	display: inline-block;
	width: 100%;
	background-color: #05529c;
	color: #FFF;
	box-sizing: border-box;
	margin-top: 15px;
	border-radius: 0px;
}
.t3-off-canvas .dropdown-menu .divider {
	height: auto;
	margin: 9px 0;
	overflow: hidden;
	background-color: transparent;
}
.t3-off-canvas ul > li.item-103.deeper.dropdown.parent > ul > li.item-112.dropdown-submenu.parent > span, .t3-off-canvas ul > li.item-103.deeper.dropdown.parent > ul > li.item-117.dropdown-submenu.parent > span, .t3-off-canvas ul > li.item-103.deeper.dropdown.parent > ul > li.item-120.dropdown-submenu.parent > span {
	color: #FFF;
	background-color: #249bd2;
	margin-left: 5px;
	display: block;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
    padding-top: 3px;
}
.t3-off-canvas ul > li.item-103.deeper.dropdown.parent > ul > li.item-112.dropdown-submenu.parent > ul > li.item-113 > span {
	color: #05529c;
	margin-left: 20px;
	padding-bottom: 5px;
	display: block;
}
.t3-off-canvas ul > li.item-103.deeper.dropdown.parent > ul > li.item-112.dropdown-submenu.parent > ul > li > ul > li > a:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	margin-right: 5px;
}
.t3-off-canvas ul > li.item-103.dropdown.parent > ul > li.item-112.dropdown-submenu.parent > ul > li.item-113.divider.dropdown-submenu.parent > ul {
	margin-left: 5px;
	padding-bottom: 5px;
	display: block;
}
/*.t3-off-canvas ul > li.item-103.deeper.dropdown.parent > ul > li.item-112.dropdown-submenu.parent > ul > li.item-114 > a, .t3-off-canvas ul > li.item-103.deeper.dropdown.parent > ul > li.item-112.dropdown-submenu.parent > ul > li.item-115 > a, .t3-off-canvas ul > li.item-103.deeper.dropdown.parent > ul > li.item-112.dropdown-submenu.parent > ul > li.item-116 > a {
	color: #05529c;
	margin-left: -5px;
	padding-bottom: 5px;
	display: block;
}*/
.t3-off-canvas .dropdown-menu > li > a {
	white-space: normal;
}

#fake_header {
	display: none;
	height: 96px;
}
.article-intro > p {
	font-size: 16px;
}
.big_box_privati {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 398px;
	background-color: rgba(36, 155, 210, 0.92);
}
.big_box_privati > div {
	color: white;
	text-align: center;
	padding: 0 10px;
}
.box_company_info {
	overflow: hidden;
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
	background-color:#249bd2;
}
.box_company_content > h3 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.box_company_content {
	text-align: center;
	color: white;
	background-color: rgba(36, 155, 210, 0.92);
	position: absolute;
}
.box_company_content_inner {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
}
.box_company_content_inner > p , .box_company_content_inner > div {
	padding: 0 10px;
}
.box_company_content_inner > p > a,.box_company_content_inner > div > a  {
	color: white!important;
}
.box_company_body_inner > p > a, .box_company_body_inner > div > a {
	color: white!important;
}
.staff .box_company_content_inner {
	-webkit-display: -webkit-box;
	-webkit-display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.staff .big_box_privati > div {
	padding: 0 0px;
}
.staff .box_company_info a, .staff .box_company_info {
	color: #FFFFFF;
	/*font-size:17px;*/
	font-weight: normal;
	background-position: center top;
}
.staff .box-area .box_company_content_inner p {
	font-size: 14px;
	font-weight: normal;
}
.staff .box-area p {
	font-size: 12px;
}
div.box_company_btn.hidden-lg.hidden-md.hidden-sm > a {
	width: 100%;
	font-size: 15px;
	border-radius: 0;
	color: white;
	white-space: nowrap;
	height: 52px;
}


.form-control.search-query{
	color: #AAAAAA;
}
select.appr{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #AAAAAA;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	vertical-align: middle;
	height: 28px;
    margin-top: 3px;
	margin-right:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
select.appr option{
	font-size: 12px;
}
/* Schermo XS*/
@media (max-width: 767px) {
	#xs-detect-span {
		display: none;
	}
	#sm-detect-span {
		display: block;
	}
	#md-detect-span {
		display: block;
	}
	#lg-detect-span {
		display: block;
	}
	.height_share {
		height: 100%;
	}
	.top-header-1 {
		font-size: 0.9em;
	}
	.top-header-1 a {
		margin-right: 0.1em;
	}

	.privacy_box_footer > input[type="checkbox"] {
		margin-top: 7px;
	}
	.gkNspPM-BikestoreSlider .nspNext {
		top: 45%!important;
		right: 14%!important;
	}
	.breadcrumb {
		display: none;
	}
	nav.wrap.t3-navhelper{
		padding: 10px 0!important;
	}

	.home .moduletable, .home .slideshow .moduletable {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.moduletableclaim_home {
		padding-top: 10px;
		width: 100%;
		height: auto!important;
		padding-bottom: 10px;
	}
	/*Form newsletter*/
	.form_newsletter_main_div > .form_newsletter_header {
		font-size: 24px;
	}
	.privacy_box {
		padding: 0 15px;
	}
	.btn-box {
		text-align: center;
	}
	.btn-box .form_newsletter_submit_btn {
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
	}
	.form_newsletter_main_div > div {
		margin-bottom: 10px;
	}
	/*Form newsletter footer*/
	.newsletter-foot > button {
		margin-top: 4px;
	}
	.newsletter-foot input {
		width: 100%;
	}
	/*Cosa facciamo*/
	div.cosa-facciamo .services-01 > div > div:nth-child(1) {
		padding-left: 0px;
		padding-right: 0px;
		text-align: -webkit-center;
	}
	div.cosa-facciamo .services-01 > div > div:nth-child(3) {
		padding-left: 0px;
		padding-right: 0px;
		text-align: -webkit-center;
	}
	.btn-center {
		width: 90%;
	}
	/*Trasparenza*/
	.trasparenza {
		margin-top: 0px;
		background-color: #249bd2;
	}
	.trasparenza .btn-center {
		width: 100%;
	}
	.btn-center:hover {
		text-decoration: none;
		padding: 15px;
		color: white;
	}
	.trasparenza .btn-center.btn-center-std.double_line_btn:after {
		background-image: none;
		width: 0;
		height: 0;
	}
	/*Dona ora*/
	div#donation_label_div {
		height: 80px;
		background-color: #249BD2;
		color: white;
		font-size: 14px;
	}
	.donate_box_row {
		padding: 15px 15px 0;
		text-align: center;
	}
	.radio_donazione {
		font-size: 14px;
		padding-top: 10px;
	}
	.radio_donazione span {
		text-align: center;
		text-rendering: optimizeLegibility;
	}
	.input_donate_box {
		font-size: 14px!important;
	}
	#donation_right_cln {
		height: auto;
		background-color: #249BD2;
		padding-bottom: 15px;
	}

	/*Twitter*/
	#twitter > div.bx-wrapper {
		margin: 0;
		background-color: #249bd2;
		color: #4A4A49;
		padding: 80px 0px 0px 0px!important;
		min-height: 200px;
	}
	#twitter > div.service-top {
		display: table;
		width: 100%;
	}
	#twitter > div > div > div > div {
		margin: 0 auto;
		display: table-cell;
	}
	.twitter-box, .facebook-box {
		margin-bottom: 0!important;
		height: auto;
	}
	.bx-wrapper:before {
		margin-top: -40px;
	}
	/*Footer memnu*/
	ul.foot-menu > li a {
		font-size: 12px;
	}
	/**/
	.title_page_new {
		font-size: 20px;
	}
	article > .article-content > div.col-xs-12 {
		padding: 0px;
	}
	article.con_padding_article > section > h2 {
		padding: 0 0px 0 0px;
		text-align: center;
	}
	/**/
	article.con_padding_article > section > p {
		padding: 0 0px;
	}
	.round_image {
		width: 150px;
		height: 150px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		background-position: center center !important;
		background-size: 150px 150px!important;
	}
	blockquote, article.con_padding_article > section > blockquote, article > section > div.col-xs-12.col-sm-9 > blockquote {
		margin: 20px 10px 20px 10px;
	}
	blockquote, blockquote p {
		font-size: 18px !important;
	}
	.box-number {
		margin: auto 0px;
	}
	/*blog*/
	.blog {
		padding: 0px;
	}
	.article-intro img {
		width: 100%;
		margin: 0 auto;
	}
	h2.article-title {
		font-size: 28px;
	}
	h1.article-title {
		font-size: 28px;
		padding: 0px !important;
		margin-top: 20px;
		text-align: center;
	}
	.title_page_new > h1 {
		font-size: 21px;
	}
	.box-men-search {
		max-width: 183px;
	}
	.privacy_box_footer > input {
		width: 26px;
		font-size: 22px;
	}
	ul.nav.nav-pills.nav-stacked.menu_progetti_alto > li {
		width: 110px;
		text-align: center;
	}
	.top-header .head-search {
		margin-left: 0;
	}
    .map_dialogatori_mobile{
	    width: 100%;
    }
	.btn_site_toggle {
		font-size: 13px!important;
		line-height: 24px;
	}
}
@media (max-width: 500px) {
	.timeline-item .item-time {
	  margin: -38px 33% 2px auto !important;
	}
	.timeline-item.odd .item-time {
	  margin: -38px auto 2px 33% !important;
	}
}
/* Schermo SM*/
@media (min-width:768px) and (max-width:991px){
	#xs-detect-span {
		display: block;
	}
	#sm-detect-span {
		display: none;
	}
	#md-detect-span {
		display: block;
	}
	#lg-detect-span {
		display: block;
	}
	.height_share {
		height: 114px;
	}
	article.con_padding_article > section > p {
		padding: 0 0px;
	}
	article.con_padding_article > section > blockquote {
		margin-left: 10px;
	}
	.box-number {
		margin: auto 0px;
	}
	.moduletableclaim_home {
		padding-top: 10px;
		width: 100%;
		height: auto!important;
		padding-bottom: 10px;
	}
			/*Form newsletter*/
	.form_newsletter_main_div > .form_newsletter_header {
		font-size: 24px;
	}
	.privacy_box {
		padding: 0 15px;
	}
	.btn-box {
		text-align: center;
	}
	.btn-box .form_newsletter_submit_btn {
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
	}
	.form_newsletter_main_div > div {
		margin-bottom: 10px;
	}
		/*Dona ora*/
	div#donation_label_div {
		height: 80px;
		background-color: #249BD2;
		color: white;
		font-size: 14px;
	}
	.donate_box_row {
		padding: 15px 15px 0;
		text-align: center;
	}
	.radio_donazione {
		font-size: 14px;
		padding-top: 10px;
	}
	.radio_donazione span {
		text-align: center;
		text-rendering: optimizeLegibility;
	}
	.input_donate_box {
		font-size: 14px!important;
	}
	#donation_right_cln {
		height: auto;
		padding-bottom: 25px;
	}
	/*Form newsletter footer*/
	.newsletter-foot > button {
		margin-top: 4px;
	}
	.newsletter-foot input {
		width: 100%;
	}
	.newsletter-foot input[type="checkbox"]{
		    width: auto;
	}
	/*Trasparenza*/
	.trasparenza {
		/*margin-top: 20px;*/
	}
	.trasparenza .btn-center {
		width: 70%;
	}
	
	/**/
	.box_company_content > h3 {
		font-size: 16px!important;
	}
	.box_company_content_inner {
		font-size: 14px!important;
	}

}

/* Schermo MD*/
@media (min-width: 992px) and (max-width: 1199px) {
	#xs-detect-span {
		display: block;
	}
	#sm-detect-span {
		display: block;
	}
	#md-detect-span {
		display: none;
	}
	#lg-detect-span {
		display: block;
	}
	.height_share {
		height: 114px;
	}
	.nav-menu ,.navbar-default{
		margin-right: 0px;
		padding: 0px;
	}
	.nav > li > .separator ,.nav > li > a{
		padding: 10px 10px;
	}
		/*Form newsletter*/
	.form_newsletter_main_div > .form_newsletter_header {
		font-size: 24px;
	}
	.privacy_box {
		padding: 0 15px;
	}
	.btn-box {
		text-align: center;
	}
	.btn-box .form_newsletter_submit_btn {
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
	}
	.form_newsletter_main_div > div {
		margin-bottom: 10px;
	}
		/*Dona ora*/
	div#donation_label_div {
		height: 80px;
		background-color: #249BD2;
		color: white;
		font-size: 14px;
	}
	.donate_box_row {
		padding: 15px 15px 0;
		text-align: center;
	}
	.radio_donazione {
		font-size: 14px;
		padding-top: 10px;
	}
	.radio_donazione span {
		text-align: center;
		text-rendering: optimizeLegibility;
	}
	.input_donate_box {
		font-size: 14px!important;
	}
	#donation_right_cln {
		height: auto;
		padding-bottom: 15px;
	}
	.box_company_content > h3 {
		font-size: 16px!important;
	}
	.box_company_content_inner {
		font-size: 14px!important;
	}
}

/* Schermo LG*/
@media (min-width: 1200px) {
	#xs-detect-span {
		display: block;
	}
	#sm-detect-span {
		display: block;
	}
	#md-detect-span {
		display: block;
	}
	#lg-detect-span {
		display: none;
	}
	.height_share {
		height: 114px;
	}
	/*.rev_slider_wrapper.fullwidthbanner-container, .rev_slider.fullwidthabanner.revslider-initialised.tp-simpleresponsive{
		min-height:544px;
	}*/
	.col-sx,.col-dx {
		padding:0px;
	}

	.box-numeri{
		width: 27% !important;
	}
}

@media (max-width: 767px) {
	.staff a[href$="@progettoarca.org"] {
	font-size: 12px;
}
}

.moduletable-condividi {
	padding: 0 85px;
}
.moduletable-condividi h3{
	font-size: 14pt;
	color: #05529c;
	font-weight: bold;
}
.moduletable-condividi h3:before{
	font-family: "FontAwesome";
	content: "\f064";
	padding-right:10px;
}
.share_site_btn{
	padding: 0 20px!important;
}
@media (max-width: 767px) {
	.moduletable-condividi {
		padding: 0;
	}
	.share_site_btn{
		padding: 0 20px!important;
	}
}
/*articoli correlati*/
.modulenews-correlate {
	padding: 0 70px;
}
.modulenews-correlate li{
    list-style-type: none;
    margin: 0 0 7px;
}
.modulenews-correlate li:before {
    color: #249bd2;
    font-family: "FontAwesome";
    float: left;
    width: 1em;
    content: '\f0da';
    font-size: 1em;
}

.nsptitle{
	background-color: #05529c;
    color: white;
    height: 40px;
    line-height: 40px;
    padding-left:20px;
    font-size: 20px;
	max-width:270px;
	padding-right:20px;
	position:relative;
	margin-left:14px;
}
.nsptitle:after {
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid #05529c;
    border-top: 20px solid rgba(0, 0, 0, 0);
    content: "";
    right: -20px;
    position: absolute;
    top: 0;
}
@media (max-width: 767px) {
	.modulenews-correlate {
		padding: 0;
	}
}
.filepdf {
	padding-left:15px;
}

.filepdf:before{
	content: "\f1c1";
	font-family: "FontAwesome";
    margin: 0;
	padding-right:10px;
    font-size: 15px;
	font-weight:normal;
}
#t3-content .payment-heading{
	min-height:500px !important;
	padding: 32px 85px 0 85px;
	font-size: 16px;
}

@media (max-width: 991px) {
 #t3-content .payment-heading{
		padding: 32px 0px 0px 0px;
	}
}

/*#donation-form {
	margin-top: 50px;
	height: 400px;
}
#donation-form > * {
	display: none;
}
#donation-form:before {
	content: "Sessione scaduta. Clicca nuovamente sul pulsante DONA ORA per effettuare una donazione...";
}*/

/*Pagination**/

.pagination{
	width:100%;
}
.pagination > li:first-child {
	float:left;
}
.pagination > li:last-child {
	float: right;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #249bd2;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
    display: none;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #249bd2;
    border: 1px solid #249bd2;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-right: 20px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/***********************************************************
JoomDonation
***********************************************************/
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.no_margin {
    margin: 0;
}

/*.controls {
	margin-left: 48px;
}*/


.header_donaora_page {
    width: 100%;
    /* height: 60px; */
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #249BD2;
}
.header_donaora_page img {
    float: left;
    width: 60px;
    height: 60px;
	margin-right: 10px;
}

/* sezioni numerate*/
.donaora_sections_header {
		position: relative;
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 0.9em;
		color: #249BD2;
		line-height: 28px;
	    display: block;
		width: 100%;
		float: left;
	}
	
.donaora_sections_header > div:before {
		position:relative;
		z-index: 10;
		left: 0px;
		width: 28px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		font-size: 18px;
		background-color: gray;
		color: white;
		display: inline-block;
		margin-right: 5px;
	}
.donaora_sections_header > div{
	    padding-left: 0px;
}
.donaora_sections_header_1 > div:before {
		content: '1';
	}
	
.donaora_sections_header_2 > div:before {
		content: '2';
	}
	
.donaora_sections_header_3 > div:before {
		content: '3';
	}
.donaora_sections_header_4 > div:before {
		content: '4';
	}

/* end sezioni numerate*/
#donation-form label {
   /* display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
	line-height: 30px;
	padding-left: 0px;*/
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 20px;
	
}



#donation-form select, #donation-form textarea, #donation-form input[type="text"], #donation-form input[type="password"], #donation-form input[type="datetime"], #donation-form input[type="datetime-local"], #donation-form input[type="date"], #donation-form input[type="month"], #donation-form input[type="time"], #donation-form input[type="week"], #donation-form input[type="number"], #donation-form input[type="email"], #donation-form input[type="url"], #donation-form input[type="search"], #donation-form input[type="tel"], #donation-form input[type="color"]{
	font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border-color: #249BD2;
    width: 100%!important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] ,
#donation-form input[type="radio"], #donation-form input[type="checkbox"]{
    /*position: relative;
    margin-left: 20px !important;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    line-height: 30px;
    float: left;*/
    /* position: relative; */
    /* margin-left: 20px !important; */
    /* margin-top: 6px !important; */
    /* margin-right: 10px; */
	margin-top: 6px !important;
    width: 15px;
    height: 15px;
    line-height: 30px;
    /* float: left; */
	margin-left: -20px!important;
	position: absolute;
}
#donation_type{
	margin-bottom: 35px;
}

#donation_type .controls label.radio {
    display: inline-block;
    margin: 0 0px 0 0;
    padding-top: 0;
    line-height: 30px;
}

#donation_typeonetime-lbl{
	width: 50%;
}
.donaora_sections_container{
    display: inline-block;
    float: left;
	width: 100%;
}


#form_rd_amountpersonalizzato.input-append{
    font-size: inherit;
	margin-left: 20px;
}

#form_rd_amountpersonalizzato_scegli_text {
    font-size: 0.85em;
    position: absolute;
    width: 200px;
    top: -20px;
}

#donation-form #rd_amount_personalizzato {
    font-size: 16px;
    /* line-height: 40px; */
    border-radius: 0;
    border: 0px none;
    border-bottom: 2px solid #249BD2;
    padding: 0 12px;
    width: auto;
    text-align: center;
	box-shadow: none;
	display: inline-block;
	max-width: 150px;

}
.form_rd_amountpersonalizzato_euro_text {
    /* position: absolute; */
    width: 50px;
    /* top: 0px; */
    /* left: 160px; */
    font-size: 1.5em;
    color: #249BD2;
    display: inline-block;
}

.control-group .control-label{
	font-weight: bold !important;
}
.form-group .control-label{
	font-weight: bold !important;
}

#paymentoption{
	display: block;
	/*float: left;*/
	width: 100%;
}

#payment_method-box{
    float: left;
    width: 100%;
    display: block;
}
#donation-form .control-group.campaign_0 > label{
	    padding-left: 0px
}
#donation-form .form-group.campaign_0 > label{
	    padding-left: 0px
}
.required{display: none}

.control-group.campaign_0#field_CFTitolare, .control-group.campaign_0#field_iban,
.control-group.campaign_0#field_materiale_informativo, .control-group.campaign_0#field_newsletter,
.control-group.campaign_0#field_privacy
{
	width: 100%;
	margin-bottom: 0px
}
.control-group.campaign_0#field_materiale_informativo label, .control-group.campaign_0#field_newsletter label,
.control-group.campaign_0#field_privacy label{
	margin-top: 10px;
}

#field_materiale_informativo{
	margin-top: 60px;
}

@media (min-width: 768px){
	.control-group.campaign_0{
		width: 50%;
		float:left;
		padding: 0 15px;
	}
	.control-group.campaign_0#field_address2, .control-group.campaign_0#field_zip{
		width: 25%;
	}
	
	.form-group.campaign_0{
		width: 50%;
		float:left;
		padding: 0 15px;
	}
	.form-group.campaign_0#field_address2, .form-group.campaign_0#field_zip{
		width: 25%;
	}
}


@media (max-width: 767px){
	.control-group.campaign_0{
		width: 100%;
    	padding: 0 10px;		
	}
	
	.form-group.campaign_0{
		width: 100%;
    	padding: 0 10px;		
	}
}


.form-group.campaign_0#field_tipo_utente{
	width: 100%;
	padding-bottom: 1px;
	padding-left: 15px;
}
.form-group.campaign_0#field_tipo_utente #tipo_utente > ul {
	display: inline-block;
}
.form-group.campaign_0#field_tipo_utente #tipo_utente > ul:first-child {
	width: 50%;
}

.form-group .col-md-9, .form-group .col-md-3 {
	width: 100%;
  padding-left: 0px;
}


#tipo_utente> ul, #materiale_informativo > ul , #newsletter > ul, #privacy > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#field_materiale_informativo,
#field_newsletter,
#field_privacy{
	width: 100%!important;
}

#field_materiale_informativo > label.control-label,
#field_newsletter > label.control-label,
#field_privacy> label.control-label{
	display: none!important;
}



.form-actions {
    padding: 20px;
    background-color: transparent;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 55px;
	display: block;
    float: left;
    width: 100%;
}


.btn-arca-big {
    color: white;
    font-weight: normal;
    background-color: #2d9cd0 !important;
    border-color: #2d9cd0 !important;
    letter-spacing: 2px;
    font-size: 30px;
    padding: 10px 48px;
}

#donaora_disclaimer {
    font-size: 0.8em;
    color: #249BD2;
    text-align: center;
}
/**right column*/

	.donaora_rightcolumn_element {
		height: 70px;
		text-align: center;
		/*overflow:hidden;*/
	}
	
	.donaora_rightcolumn_element> a {
		height: 70px;
		width: 100%;
		margin: 0;
		text-align: center;
		display: table;
		/*outline:1px solid gray;*/
	}
	
	.donaora_rightcolumn_element> a> span {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	
	.donaora_rightcolumn_text {
		padding-right: 0;
	}
	
	.donaora_rightcolumn_text> a> span {
		background-color: #249BD2;
		color: white;
		padding: 2px 5px;
	}
	
	.donaora_rightcolumn_amounts {
		padding-left: 0;
	}
	
	.donaora_rightcolumn_amounts> a> span {
		color: gray;
		border-right: 1px solid rgba(128, 128, 128, 0.43);
		border-bottom: 1px solid rgba(128, 128, 128, 0.43);
	}
	
	.donaora_rightcolumn_text> a> span,
	.donaora_rightcolumn_amounts> a> span {
		height: 70px;
		font-size: 0.75em;
	}
	
	@media (max-width: 800px) {
		.donaora_rightcolumn_element,
		.donaora_rightcolumn_element a {
			height: 75px;
		}
		.donaora_rightcolumn_text span,
		.donaora_rightcolumn_amounts span {
			height: 75px;
			font-size: 17px;
		}
	}
	
	.lab-os_stripe {
		margin-left: 15px;
	}
	#tr_card_number, #tr_card_holder_name {
		padding-left: 15px;
	}
	#tr_cvv_code, #tr_exp_date {
		padding-left: 15px;
    width: 40%;
    float: left;
	}
	@media (max-width: 767px){
		#tr_exp_date, #tr_cvv_code {
	    width: 100%;
		}
	}
	#tr_exp_date .form-select {
		width: 45%!important;
	}
	

/****************************************/
			/*Slider Primo Piano*/
/****************************************/
#nsp-primopiano-container.nspMain { 
	overflow: hidden; 
	position: relative;
}
/* Pagination */
#nsp-primopiano-container .nspBotInterface,
#nsp-primopiano-container .nspTopInterface { 
	clear: both;
    float: right;
    margin: 0px 0;
    overflow: hidden;
    position: absolute;
    top: 35%;
    height: 50px;
    width: 100%;
    z-index: 1000;
}
.nspArtScroll1, .nspLinkScroll1 {
    clear: both;
    width: auto!important;
    margin: 0 50px;
    overflow: hidden;
}

/* 
	Interface - for different looking Top and Bottom interface use the following classes:  
	.nspTopInterface
	.nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
*/
#nsp-primopiano-container .nspPagination { 
	float: left;
	list-style-type: none!important; 
	margin: 5px 0 0 0!important; 
	padding: 0!important; 
}
#nsp-primopiano-container .nspPagination li { 
	background: #ccc;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	cursor:pointer; 
	float:left; 
	height: 14px; 
	margin: 1px 4px 0 0!important; 
	width: 14px; 
}
#nsp-primopiano-container .nspPagination li > a {
	background: transparent;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: block;
	height: 14px;
	overflow: hidden;
	padding: 0;
	text-indent:-999em; 
	width: 14px;
}

#nsp-primopiano-container .nspPagination li:hover,
#nsp-primopiano-container .nspPagination li.active { 
	background-color: #999;
}
#nsp-primopiano-container .nspNext,
#nsp-primopiano-container .nspPrev { 
    position: absolute;
    right: 0;
    z-index: 1;
    height: 45px!important;
    width: 45px!important;
    display: block;
    text-indent: 0!important;
    background: none!important;
    margin-top: 0px!important;
    cursor: pointer!important;
    background-color: #05529c!important;
    color: #FFFFFF!important;
    -webkit-border-radius: 100%!important;
    -moz-border-radius: 100%!important;
    border-radius: 100%!important;
	border: none;
}

#nsp-primopiano-container .nspPrev { 
	left: 0;
	display: none;
}

#nsp-primopiano-container .nspNext {
	top: 0;
	right: 10px;
}
#nsp-primopiano-container .nspNext:after {
    font-family: "FontAwesome";
    content: "\f0da";
    display: inline-block;
    position: absolute;
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    height: 45px;
    width: 40px;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    margin-left: 5px;
}
#nsp-primopiano-container .nspNext:before {
	content: none!important;
}

#nsp-primopiano-container .nspNext:hover,
#nsp-primopiano-container .nspPrev:hover { 
	border-color: none;	
}
#nsp-primopiano-container .nspPrev:hover:before {
	border-right-color: none;
}
#nsp-primopiano-container .nspNext:hover:before {
	border-left-color:none;
}

/* Articles layout */
#nsp-primopiano-container .nspArts { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden; 
	/*padding: 3px;*/
}
#nsp-primopiano-container .nspArtPage { 
	float: left; 
}
#nsp-primopiano-container .nspArt { 
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; 
	float:left;
	padding: 0px!important;
}
#nsp-primopiano-container .nspArt div { 
	overflow: hidden; 
}

#nsp-primopiano-container .nspArt img.nspImage { 
	border: none;
	display: block;
}
#nsp-primopiano-container .nspArt .nspImageWrapper {
	display: block;
	position: relative;
}
#nsp-primopiano-container .nspArt p.nspText { 
	display: block!important;
	margin: 0;
	padding: 0!important;
}
#nsp-primopiano-container .nspArt p.nspText a { }
#nsp-primopiano-container .nspArt p.nspText a:hover { }
#nsp-primopiano-container .nspArt .nspInfo { 
	display: block!important;
	font-size: 90%; 
}
#nsp-primopiano-container .nspArt .nspInfo a { }
#nsp-primopiano-container .nspArt .nspInfo a:hover { }
#nsp-primopiano-container .nspArt .nspInfo > .nsp-stars {
	padding: 0 10px 0 0!important;
}

/* Links layout */
#nsp-primopiano-container .nspLinks { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}
#nsp-primopiano-container .nspList { 
	float: left; 
}

/* positioning */
#nsp-primopiano-container .nspArts.left { 
	float: right; 
}
#nsp-primopiano-container .nspLinksWrap.left { 
	float: left;
}
#nsp-primopiano-container .nspArts.right { 
	float: left; 
}
#nsp-primopiano-container .nspLinksWrap.right { 
	float: right; 
}

/* make element unvisible */
#nsp-primopiano-container .nspMain .unvisible {  
	left: -9999px;  
	position: absolute; 
	top: auto; 
}

/*PRIMO PIANO*/

#nsp-primopiano-container .nspArts, .nspLinksWrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 0px;
    position: relative;
	}

#nsp-primopiano-container .box-primopiano{
	background-color: #05529c;
	margin-left: 15px;
    margin-right: 15px;
}
#nsp-primopiano-container .primopiano-imgbox{
	padding: 0px;
}
#nsp-primopiano-container .primopiano-textbox{
	background-color: #05529c;
	color: #FFFFFF;
}
#nsp-primopiano-container  a{
	color: #FFFFFF;
}
#nsp-primopiano-container  h4.primopiano-title{
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 50px 5px 0px;
}

#nsp-primopiano-container p.primopiano-text {
	color: #FFFFFF;
	font-size: 14px;
	padding-right: 50px;
}
@media only screen and (max-device-width: 480px) {
	
	#nsp-primopiano-container .nspArtScroll1, #nsp-primopiano-container.nspLinkScroll1 {
    margin: 0 0px;
	}
	#nsp-primopiano-container .nspNext, #nsp-primopiano-container .nspPrev {
		background-color: #FFFFFF!important;
    	color: #05529c!important;
	}
	#nsp-primopiano-container .nspNext:after {
    color: #05529c;
	}
	#nsp-primopiano-container .nspNext, #nsp-primopiano-container .nspPrev {
    right: 25px;
	top: 0px;
	}	
	#nsp-primopiano-container .nspBotInterface, #nsp-primopiano-container .nspTopInterface {
    clear: both;
    bottom: 5px;
    top: inherit;
	}
	
	#nsp-primopiano-container .primopiano-textbox{
		min-height: 210px;
	}
	#nsp-primopiano-container 	h4.primopiano-title{
		padding: 10px 0px 0px 0px;
	}
	#nsp-primopiano-container p.primopiano-text{
		font-size: 14px;
		padding: 0px 0px 10px 0px;
	}
}
@media only screen and (min-width:481px) and (max-width:767px){
	#nsp-primopiano-container .box-primopiano {
    margin-left: 0px;
    margin-right: 15px;
	}
	.nspArtScroll1, .nspLinkScroll1 {
    clear: both;
    width: auto!important;
    margin: 0 30px;
    overflow: hidden;
 	}
	#nsp-primopiano-container .nspNext, #nsp-primopiano-container .nspPrev {
    right: 10px;
	top: 0px;
	}	
	#nsp-primopiano-container .nspBotInterface, #nsp-primopiano-container .nspTopInterface {
    bottom: 5px;
    top: 35%;
	}

	#nsp-primopiano-container .primopiano-textbox{
		min-height: 120px;
	}
	#nsp-primopiano-container 	h4.primopiano-title{
		padding: 10px 0px 0px 0px;
		font-size: 15px;
	}
	#nsp-primopiano-container p.primopiano-text{
		font-size: 13px;
		padding: 0px 0px 10px 0px;
	}	
}
@media (min-width:768px) and (max-width:991px){
	#nsp-primopiano-container .nspNext {
		top: 0%;
		right: 10px;
	}
	#nsp-primopiano-container .nspBotInterface, #nsp-primopiano-container .nspTopInterface {
		top: 30%;
	}	
	#nsp-primopiano-container h4.primopiano-title{
		padding: 10px 50px 0px 0px;
		margin: 0px;
	}
	#nsp-primopiano-container p.primopiano-text{
		font-size: 14px;
		padding: 5px 50px 10px 0px;
		margin: 0px;
	}
	
	#nsp-primopiano-container .primopiano-imgbox{
		min-height: 180px;
	}

	#nsp-primopiano-container .primopiano-imgbox img {
    	min-height: 180px;
    	width: auto;
	}
}
@media (min-width:992px) and (max-width:1200px){
	#nsp-primopiano-container 	h4.primopiano-title{
		font-size: 18px;
		padding: 10px 50px 10px 0px;
	}
	#nsp-primopiano-container p.primopiano-text{
		font-size: 16px;
		line-height: 20px;
	}
	
}
@media (min-width:1201px){
	#nsp-primopiano-container h4.primopiano-title{
		font-size: 18px;
		padding: 10px 10px 10px 0px;
	}
	#nsp-primopiano-container p.primopiano-text{
		font-size: 16px;
		line-height: 20px;
		padding: 10px 10px 10px 0px;
	}
}
@media (min-width:1500px){
	#nsp-primopiano-container h4.primopiano-title{
		font-size: 16px;
		padding: 10px 10px 10px 0px;
		margin-bottom: 0px;
	}
	#nsp-primopiano-container p.primopiano-text{
		font-size: 15px;
		line-height: 18px;
		padding: 10px 10px 10px 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

/****************************************/
			/*Slider Storytelling*/
/****************************************/
.moduletable.row{
	margin: 0px 0px 50px 0px!important;
	padding: 0px;
}

#nsp-storytelling-container.nspMain { 
	overflow: hidden; 
	position: relative;
	
}
/* Pagination */
#nsp-storytelling-container .nspBotInterface,
#nsp-storytelling-container .nspTopInterface { 
	clear: both;
    float: right;
    margin: 0px 0;
    overflow: hidden;
    position: absolute;
    top: 35%;
    height: 50px;
    width: 100%;
    z-index: 1000;
}
/* 
	Interface - for different looking Top and Bottom interface use the following classes:  
	.nspTopInterface
	.nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
*/
#nsp-storytelling-container .nspPagination { 
	float: left;
	list-style-type: none!important; 
	margin: 5px 0 0 0!important; 
	padding: 0!important; 
}
#nsp-storytelling-container .nspPagination li { 
	background: #ccc;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	cursor:pointer; 
	float:left; 
	height: 14px; 
	margin: 1px 4px 0 0!important; 
	width: 14px; 
}
#nsp-storytelling-container .nspPagination li > a {
	background: transparent;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: block;
	height: 14px;
	overflow: hidden;
	padding: 0;
	text-indent:-999em; 
	width: 14px;
}

#nsp-storytelling-container .nspPagination li:hover,
#nsp-storytelling-container .nspPagination li.active { 
	background-color: #999;
}
#nsp-storytelling-container .nspNext,
#nsp-storytelling-container .nspPrev { 
	position: absolute;
    right: 0;
    z-index: 1;
    height: 45px!important;
    width: 45px!important;
    display: block;
    text-indent: 0!important;
    background: none!important;
    margin-top: 0px!important;
    cursor: pointer!important;
    background-color: #05529c!important;
    color: #FFFFFF!important;
    -webkit-border-radius: 100%!important;
    -moz-border-radius: 100%!important;
    border-radius: 100%!important;
    border: none;
}

#nsp-storytelling-container .nspPrev { 
	left: 0;
	display: none;
}

#nsp-storytelling-container .nspNext {
	top: 0;
	right: 10px;
}
#nsp-storytelling-container .nspNext:after {
    font-family: "FontAwesome";
    content: "\f0da";
    display: inline-block;
    position: absolute;
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    height: 45px;
    width: 40px;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    margin-left: 5px;
}
#nsp-storytelling-container .nspNext:before {
	content: none!important;
}

#nsp-storytelling-container .nspNext:hover,
#nsp-storytelling-container .nspPrev:hover { 
	border-color: none;	
}
#nsp-storytelling-container .nspPrev:hover:before {
	border-right-color: none;
}
#nsp-storytelling-container .nspNext:hover:before {
	border-left-color:none;
}

/* Articles layout */
#nsp-storytelling-container .nspArts { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden; 
	/*padding: 3px;*/
	padding: 0px!important;
}
#nsp-storytelling-container .nspArtPage { 
	float: left; 
}
#nsp-storytelling-container .nspArt { 
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; 
	float:left;
	padding: 0px 15px 0px 15px!important;
}
#nsp-storytelling-container .nspArt div { 
	overflow: hidden; 
}

#nsp-storytelling-container .nspArt img.nspImage { 
	border: none;
	display: block;
}
#nsp-storytelling-container .nspArt .nspImageWrapper {
	display: block;
	position: relative;
}
#nsp-storytelling-container .nspArt p.nspText { 
	display: block!important;
	margin: 0;
	padding: 0!important;
}
#nsp-storytelling-container .nspArt p.nspText a { }
#nsp-storytelling-container .nspArt p.nspText a:hover { }
#nsp-storytelling-container .nspArt .nspInfo { 
	display: block!important;
	font-size: 90%; 
}
#nsp-storytelling-container .nspArt .nspInfo a { }
#nsp-storytelling-container .nspArt .nspInfo a:hover { }
#nsp-storytelling-container .nspArt .nspInfo > .nsp-stars {
	padding: 0 10px 0 0!important;
}

/* Links layout */
#nsp-storytelling-container .nspLinks { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}
#nsp-storytelling-container .nspList { 
	float: left; 
}

/* positioning */
#nsp-storytelling-container .nspArts.left { 
	float: right; 
}
#nsp-storytelling-container .nspLinksWrap.left { 
	float: left;
}
#nsp-storytelling-container .nspArts.right { 
	float: left; 
}
#nsp-storytelling-container .nspLinksWrap.right { 
	float: right; 
}

/* make element unvisible */
#nsp-storytelling-container .nspMain .unvisible {  
	left: -9999px;  
	position: absolute; 
	top: auto; 
}

/**STORYTELLING*/

#nsp-storytelling-container .box-storytelling{
	background-color: #05529c;
	margin-right:0px;
    -webkit-transition: background-color 0.3s ease-out 0.3s;
    -moz-transition: background-color 0.3s ease-out 0.3s;
    -o-transition: background-color 0.3s ease-out 0.3s;
    transition: background-color 0.3s ease-out 0.3s;
	
}

#nsp-storytelling-container .box-storytelling:hover{
	background-color: #249bd2;	
}

#nsp-storytelling-container .storytelling-imgbox{
	padding: 0px;
}
#nsp-storytelling-container .storytelling-textbox{
	/*background-color: #05529c;*/
	color: #FFFFFF;
	padding: 0px;
	min-height: 120px;
}
#nsp-storytelling-container .storytelling-textbox a{ 
	color: #FFFFFF;
	letter-spacing: -0.2px;
	padding: 15px 15px 15px 15px;
	display: inline-block;
}
#nsp-storytelling-container  h4{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	min-height: 30px;
	text-transform: uppercase;
	line-height: 20px;
}

#nsp-storytelling-container p{
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 5px;
	margin: 0px;
	min-height: 55px;
}
@media only screen and (max-device-width: 480px) {
	#nsp-storytelling-container .nspArtScroll1, #nsp-storytelling-container .nspLinkScroll1 {
    margin: 0 0px;
	}
	#nsp-storytelling-container .nspArt{
		padding-bottom: 15px!important;
		width: 100%;
	}
	#nsp-storytelling-container .nspNext, #nsp-storytelling-container .nspPrev {
    right: 25px;
	}	
	#nsp-storytelling-container .nspBotInterface, #nsp-storytelling-container .nspTopInterface {
    clear: both;
    bottom: 0px;
    top: 35%;
	}
	#nsp-storytelling-container .storytelling-imgbox{
		max-height: 280px;
	}
	
	#nsp-storytelling-container .storytelling-textbox{
		min-height:80px;
	}
	#nsp-storytelling-container .storytelling-textbox a{ 
		padding: 20px 15px 20px 15px;
	}
	.ug-slider-wrapper .ug-button-videoplay.ug-type-square {
		width: 80px!important;
    	height: 59px!important;
    	background-position: 0px -59px!important;
    	background-size: cover;
	}
}
@media only screen and (min-width:481px) and (max-width:767px){
	#nsp-storytelling-container .nspArt{
		padding: 0px 15px 15px 15px!important;
	}
	#nsp-storytelling-container .nspNext, #nsp-storytelling-container .nspPrev {
    right: 10px;
	top: 0px;
	}	
	#nsp-storytelling-container .nspBotInterface, #nsp-storytelling-container .nspTopInterface {
    bottom: 5px;
    top: 35%;
	}

	#nsp-storytelling-container .storytelling-textbox{
		min-height: 90px;
	}	
	#nsp-storytelling-container .storytelling-imgbox {
		text-align: -webkit-center;
	}
	
}
@media (min-width:768px) and (max-width:991px){
	#nsp-storytelling-container .nspArt{
		padding: 0px 15px 0px 15px!important;
	}
	#nsp-storytelling-container .nspNext {
		top: 0%;
		right: 15px;
	}
	#nsp-storytelling-container .nspBotInterface, #nsp-storytelling-container .nspTopInterface {
		top: 30%;
	}	
	#nsp-storytelling-container .storytelling-textbox {
   	 min-height: 90px;
     }
	.video-pp  > .container-fluid {
		padding-left: 65px;
		padding-right: 65px;
	}
}
@media (min-width:992px) and (max-width:1200px){
	#nsp-storytelling-container .storytelling-textbox {
   	 min-height: 110px;
     }
	.video-pp  > .container-fluid {
	padding-left: 65px;
    padding-right: 65px;
	}
	
}
@media (min-width:1201px){
	#nsp-storytelling-container .storytelling-textbox {
    min-height: 90px;
	}
	.video-pp  > .container-fluid {
	padding-left: 65px;
    padding-right: 65px;
	}
}


/**VIDEO*/


.numeroni span{
	font-size: 55px !important;
}

.box-numeri-int{
	padding-left:15px !important;
	background: none !important;
}


/* ECCEZIONI TEMPORANEE PER NUMERI HOME PAGE 2022 */
/* dopo il deploy, sostituire le regole a quelle nelle righe da #2634 */
/*
.itemid-376 section.cosa-facciamo {
   background-image: url('/images/bkg-numeri2022.png');
}
@media screen and (max-width: 480px) {
   .itemid-376 section.cosa-facciamo {
      background-image: none;
   }
}*/