@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic);

body {
	padding-top: 142px;
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
	background: #f5f5f5;
	color: #555555;
}

body.home {
	background: #fff;
}

button, input.btn {
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
}

.lead {
	font-size: 16px;
	line-height: 24px;
}

a {
    color: #ee7300;
}
.gare a {
	color: #4ba614;
}
a:focus { 
    outline: none; 
}
.btn + .btn {
	margin-left: 6px;
}

.input-xxxlarge {
    width: 90%;
}

.btn-file, .btn.fileupload-exists, .input-append > .uneditable-input {
	line-height: 25px;
}

.fileupload {
    margin-bottom: 0px;
}

.table {
    background-color: #fff;
}

.table-bordered {
  border: 1px solid #ddd;
}

hr {
	border-color: #DDDDDD transparent transparent;
}

a:hover, a:focus {
    color: #444;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
margin-left: 0px;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
   /* width: 980px;*/
}
#roundabout > li {
	/*width: 450px;
	height: 300px;*/
	width: 390px;
    height: 260px;
}
.navbar-inner {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #D4D4D4;
}

.navbar .btn, .navbar .btn-group {
    margin-top: 0px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: transparent;
	box-shadow: none;
}

.navbar .nav > li > a {
    color: #636363;
    float: none;
	margin: 15px 0;
    padding: 10px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
	font-size: 16px;
}

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"], .uneditable-input {
    border-radius: 4px 4px 4px 4px;
	border-color: #b5b5b5;
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    color: #777;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
	-moz-box-shadow: 1px 2px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 1px 2px  rgba(0, 0, 0, 0.1); 
	box-shadow: 1px 2px rgba(0, 0, 0, 0.1); 	
	margin-bottom: 15px;
}

#login input[type="text"] {
    height: 45px;
    line-height: 45px;	
}

label {
	color:#888;
}

form p {
    margin: 0 0 5px;
}

h3 {
	font-weight: 400;
}

ul {
	list-style-type: none;
	margin: 0;
}

#footer {
	background-color: #333;
	color: #999;
	font-size: 13px;
	font-weight: 400;
	padding: 10px 0;
	line-height: 30px;
}

#footer a {
	color: #ddd;
}


#pre-footer {
	background-color: #f1f1f1;
	border-top: 1px solid #ccc;
	padding: 25px 0 40px;
	font-weight: 600;
}

#pre-footer h3 {
	font-size: 14px;
	line-height: 16px;
}

.column a {
	font-size: 12px;
	color: #888;
	line-height: 16px;
	font-weight: 400;
}

.btn {
	-moz-box-shadow: 1px 2px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 1px 2px  rgba(0, 0, 0, 0.1); 
	box-shadow: 1px 2px rgba(0, 0, 0, 0.1); 
	margin-bottom: 2px;
}

.btn-big {
	font-size:18px;
	line-height: 25px;	
}

.navbar .nav > li > a.btn {
  color: #fff;
  text-shadow: none;
}

.btn-gray, .gare .btn-gray  {
  background-color: #b1b1b1;
  background-image: -moz-linear-gradient(top, #b1b1b1, #6f6f6f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1b1b1), to(#6f6f6f));
  background-image: -webkit-linear-gradient(top, #b1b1b1, #6f6f6f);
  background-image: -o-linear-gradient(top, #b1b1b1, #6f6f6f);
  background-image: linear-gradient(to bottom, #b1b1b1, #6f6f6f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1b1b1', endColorstr='#ff6f6f6f', GradientType=0);
  border-color: #8e8e8e #8e8e8e #6f6f6f;
  *background-color: #6f6f6f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *border: 0;
  color: #fff;
  text-shadow: none;  
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .btn-gray.disabled, .btn-gray[disabled], .navbar .nav > li > a.btn-gray:hover {
    background-color: #6f6f6f; color: #fff;
}

.btn-orange {
  background-color: #ff9300;
  background-image: -moz-linear-gradient(top, #ff9300, #e35f00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9300), to(#e35f00));
  background-image: -webkit-linear-gradient(top, #ff9300, #e35f00);
  background-image: -o-linear-gradient(top, #ff9300, #e35f00);
  background-image: linear-gradient(to bottom, #ff9300, #e35f00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9300', endColorstr='#ffe35f00', GradientType=0);
  border-color: #e35f00 #e35f00 #e35f00;
  *background-color: #e35f00;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *border: 0;
  color: #fff;
  text-shadow: none;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
    background-color: #e35f00; color: #fff;
}

.btn-blu {
  background-color: #3a8fc8;
  background-image: -moz-linear-gradient(top, #3a8fc8, #48b0f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a8fc8), to(#48b0f7));
  background-image: -webkit-linear-gradient(top, #3a8fc8, #48b0f7);
  background-image: -o-linear-gradient(top, #3a8fc8, #48b0f7);
  background-image: linear-gradient(to bottom, #3a8fc8, #48b0f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a8fc8', endColorstr='#ff48b0f7', GradientType=0);
  border-color: #0088cc #0088cc #0088cc;
  *background-color: #48b0f7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *border: 0;
  color: #fff;
  text-shadow: none;
}

.btn-blu:hover, .btn-blu:focus, .btn-blu:active, .btn-blu.active, .btn-blu.disabled, .btn-blu[disabled] {
    background-color: #48b0f7; color: #fff;
}

button#search {
  color: #fff;
  text-shadow: none;
  line-height: 25px;
}

.logo {
	background: transparent url(../img/planpact_logo.gif) no-repeat -13px 0;
	display: block;
	width: 235px;
	height: 80px;
	margin: 15px 0 0;
}

.logo_footer {
	background: transparent url(../img/planpact_logo_footer.gif) no-repeat -4px 0;
	display: block;
	width: 140px;
	height: 60px;
	margin: 0;
}

#main {
	padding: 30px 0;
}

h1, h2, h3, h4 {
    font-weight: 400;
	margin: 0 0 15px;
	line-height: 130%;
}

p {
    margin: 0 0 15px;
	line-height: 24px;
}

#sidebar .nav-tabs.nav-stacked {
    margin: 0 0 20px;
}

#sidebar .nav-tabs.nav-stacked > li > a {
    background: #fff;
	color: #555;
	font-size: 20px;
	padding: 12px 15px;
	margin: 0 20px 0 10px;
}

#sidebar .nav-tabs.nav-stacked > li > span {
	display: none;
	background: transparent url(../img/arrow-right.png) no-repeat right center;
}
.gare #sidebar .nav-tabs.nav-stacked > li > span {
	background: transparent url(../img/arrow-right-green.png) no-repeat right center;
}

#sidebar .nav-tabs.nav-stacked > li.active, #sidebar .nav-tabs.nav-stacked > li:hover {
  margin-bottom: 0px;
  position: relative;
}

#sidebar .nav-tabs.nav-stacked > li.active span {
  display: block;
  position: absolute;
  height: 56px;
  right: 0;
  width: 16px;
  top: 0;
}

#sidebar .nav-tabs.nav-stacked > li.active > a, #sidebar .nav-tabs.nav-stacked > li:hover > a {
  background-color: #ff9300;
  background-image: -moz-linear-gradient(top, #ff9300, #e35f00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9300), to(#e35f00));
  background-image: -webkit-linear-gradient(top, #ff9300, #e35f00);
  background-image: -o-linear-gradient(top, #ff9300, #e35f00);
  background-image: linear-gradient(to bottom, #ff9300, #e35f00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9300', endColorstr='#ffe35f00', GradientType=0);
  *background-color: #f07700; 
  color: #fff;
  margin: 0 15px 0 0;
  padding: 18px 25px;
  border: 0px; 
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;  
}

.gare #sidebar .nav-tabs.nav-stacked > li.active > a, .gare #sidebar .nav-tabs.nav-stacked > li:hover > a {
 background-color: #4ba614; 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
 background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
 background-image: -moz-linear-gradient(top, #4ba614, #008c00);
 background-image: -ms-linear-gradient(top, #4ba614, #008c00);
 background-image: -o-linear-gradient(top, #4ba614, #008c00);
 background-image: linear-gradient(to bottom, #4ba614, #008c00);
 background-repeat: repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
 *background-color: #4ba614;
}

#map {
	width: 100%;
	height: 300px;
	border-bottom: 1px solid #D4D4D4;
	max-width: none;
}

#map img {
    max-width: none; 
}

.orange {
	color: #ee7300;
}

.well {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(to bottom, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0);
  *background-color: #dedede;
  box-shadow: none;
  border: 1px solid #ccc;
  color: #666666;
  padding: 29px 29px 19px;
}

input.error, textarea.error, select.error {
    border-color: #953B39;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #D59392;
}

#login h3 {
	margin-bottom: 30px;
}

.modal-header {
  background-color: #ff9300;
  background-image: -moz-linear-gradient(top, #ff9300, #e35f00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9300), to(#e35f00));
  background-image: -webkit-linear-gradient(top, #ff9300, #e35f00);
  background-image: -o-linear-gradient(top, #ff9300, #e35f00);
  background-image: linear-gradient(to bottom, #ff9300, #e35f00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9300', endColorstr='#ffe35f00', GradientType=0);
  *background-color: #dedede;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  padding: 9px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;	
  color: #fff;
}
.modal-header h4 {
  margin: 0;
}
.modal-body {
    padding: 25px 20px 15px;
}

textarea.h200 {
	min-height: 200px !important; 
}

p.privacy {
    color: #888;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 20px;
}
p.check {
    color: #888;
}
p.help {
    color: #888;
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 20px;	
}

.well.orange {
  background-color: #ff9300;
  background-image: -moz-linear-gradient(top, #ff9300, #e35f00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9300), to(#e35f00));
  background-image: -webkit-linear-gradient(top, #ff9300, #e35f00);
  background-image: -o-linear-gradient(top, #ff9300, #e35f00);
  background-image: linear-gradient(to bottom, #ff9300, #e35f00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9300', endColorstr='#ffe35f00', GradientType=0);
  *background-color: #dedede;
  border-color: #e35f00 #e35f00 #e35f00;
}

.well.orange > * {
	color: #fff;
}

.well.white {
	background-color: #fff;
	background-image: none;
	border-color: #ddd;
	padding: 20px 20px 10px;
}

h4.etichetta {
  background-color: #cccccc;
  background-image: -moz-linear-gradient(top, #cccccc, #919191);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#919191));
  background-image: -webkit-linear-gradient(top, #cccccc, #919191);
  background-image: -o-linear-gradient(top, #cccccc, #919191);
  background-image: linear-gradient(to bottom, #cccccc, #919191);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ff919191', GradientType=0);
  *background-color: #919191;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; 
  text-align: center;
  margin: 0 10% 15px;
  position: relative;
}

h4.etichetta span {
  position: absolute;
  display: block;
  width: 36px;
  height: 12px;
  background: red;
  bottom: -12px;
  left: 45%;
  background: transparent url(../img/arrow-down.png) no-repeat center bottom;  
}
h4.etichetta.orange {
  background-color: #ff9300;
  background-image: -moz-linear-gradient(top, #ff9300, #e35f00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9300), to(#e35f00));
  background-image: -webkit-linear-gradient(top, #ff9300, #e35f00);
  background-image: -o-linear-gradient(top, #ff9300, #e35f00);
  background-image: linear-gradient(to bottom, #ff9300, #e35f00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9300', endColorstr='#ffe35f00', GradientType=0);
  *background-color: #e35f00;
}
h4.etichetta.green {
 background-color: #4ba614; 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
 background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
 background-image: -moz-linear-gradient(top, #4ba614, #008c00);
 background-image: -ms-linear-gradient(top, #4ba614, #008c00);
 background-image: -o-linear-gradient(top, #4ba614, #008c00);
 background-image: linear-gradient(to bottom, #4ba614, #008c00);
 background-repeat: repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
 *background-color: #4ba614;
}
h4.etichetta.orange span {
  background: transparent url(../img/arrow-down-orange.png) no-repeat center bottom;  
}
h4.etichetta.green span {
  background: transparent url(../img/arrow-down-green.png) no-repeat center bottom;  
}

h4.etichetta + div.well {
	margin-top: -25px;
}

h5.sectioncrowd {
	background-color: #3a8fc8;
	color: #fff;
	font-weight: normal;
	padding: 6px 10px;
	font-size: 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 	
}

h5.section {
	background-color: #f88700;
	color: #fff;
	font-weight: normal;
	padding: 6px 10px;
	font-size: 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 	
}

.gare h5.section {
	background-color: #4ba614;
}

h5.section a {
	color: #fff;
}

h5.section a:hover {
	text-decoration: none;
}

p.mt20 {
	margin-top: 20px;
}

span.circle {
	background: #ff9300;
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 30px;
	line-height: 30px;
}

.gare span.circle {
	background-color: #4ba614;
}

.white h4 {
	margin: 0 0 10px;
	color: #333;
}

.white h3 {
    line-height: 110%;
    margin: 0 0 25px;
}

.white .row-fluid:hover * {
	color: #f88700;
}
.gare .white .row-fluid:hover * {
	color: #4ba614;
}

.white .row-fluid:hover .circle {
	background: #eee;
}

.eta {
	margin-bottom: 10px;
	padding-left: 30px;
}

i.icon-square {
	color: #ff9300;
}	
.gare i.icon-square {
	background: #4ba614;
}

img.fotoprofilo, p.fotoprofilo img {
	border: 1px solid #ccc;
	max-width: 300px;
	padding: 4px;
	background: #fff;
}

#describe-yourself {
	line-height: 150%;
	font-size: 15px;
	height: 300px;
}

#projects {
	background: #fff;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.home #projects {
	border-top: 0px;
}

#projects .contents {
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	padding-bottom: 20px
}

.nav-pills > li > a {
	font-size: 18px;
	color: #777;
	padding: 15px 15px;
}

.nav.nav-pills {
    margin-bottom: 5px;
}

.nav-pills > li.active {
    position: relative;
}

.nav-pills > .active > a {
  background-color: #ff9300;
  background-image: -moz-linear-gradient(top, #ff9300, #e35f00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9300), to(#e35f00));
  background-image: -webkit-linear-gradient(top, #ff9300, #e35f00);
  background-image: -o-linear-gradient(top, #ff9300, #e35f00);
  background-image: linear-gradient(to bottom, #ff9300, #e35f00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9300', endColorstr='#ffe35f00', GradientType=0);
  *background-color: #ff9300;
  margin-bottom: 0px;
}

.nav-pills > .active.blu > a {
  background-color: #48b0f7;
  background-image: -moz-linear-gradient(top, #3a8fc8, #48b0f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a8fc8), to(#48b0f7));
  background-image: -webkit-linear-gradient(top, #3a8fc8, #48b0f7);
  background-image: -o-linear-gradient(top, #3a8fc8, #48b0f7);
  background-image: linear-gradient(to bottom, #3a8fc8, #48b0f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a8fc8', endColorstr='#ff48b0f7', GradientType=0);
  *background-color: #48b0f7;
  margin-bottom: 0px;
}

.gare .nav-pills > .active > a {
 background-color: #4ba614; 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
 background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
 background-image: -moz-linear-gradient(top, #4ba614, #008c00);
 background-image: -ms-linear-gradient(top, #4ba614, #008c00);
 background-image: -o-linear-gradient(top, #4ba614, #008c00);
 background-image: linear-gradient(to bottom, #4ba614, #008c00);
 background-repeat: repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
 *background-color: #4ba614;
}

.nav-pills > .active > span {
  position: absolute;
  display: block;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e56200;
}
.nav-pills > .active.blu > span {
    border-top: 12px solid #47aff5;
}

/* ------- PROJECT ------- */

.progetti > li {
	height: 100px;
	border: 1px solid #ddd;
	margin: 0 0.9% 10px 0;
	width: 47.9%;
	float: left;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.progetti li > a {
	float: left;
}

.progetti img {
	margin-right: 0px;
}

.progetti li > div {
	margin: 0 0 0 150px;
	height: 80px;
	position: relative;
	background: #fff;
	padding: 10px;
}

.progetti li:hover > div {
	background: #fff;
}

.progetti h5 {
	font-weight: normal;
	color: #ee7300;
	line-height: 110%;
	margin: 0;
}

.progetti li .user {
	font-size: 13px;
	display: none;
	color: #999;
	margin-bottom: 5px;
}

.progetti li:hover .user {
	display: block;
}

.progetti .project-stats {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 94%;
}

.progetti li .project-stats {
	display: block;
}
.progetti li:hover .project-stats {
	display: none;
}

.progetti .project-stats li {
	float: left;
	font-size: 10px;
	line-height: 13px;
	margin-right: 15px;
	color: #888;
}
.progetti .project-stats li:last-child {
	text-align: right;
	float: right;
	margin-right: 0;
}
.project-stats li strong {
	display: block;
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
.progetti.big > li {
	height: 200px;
	border: 1px solid #ddd;
	margin: 0 0 10px;
	width: 99.9%;
	float: left;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	position: relative;
}

.progetti.big li > div {
	margin: 0 0 0 310px;
	height: 180px;
	position: relative;
}
.progetti.big h3 {
	font-weight: normal;
	font-size: 22px;
	color: #ee7300;
	line-height: 110%;
	margin: 0 0 10px;
}
.progetti.big .category {
	position: absolute;	
	width: 280px;
	height: 20px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	bottom: 0;
	font-style: italic;
	text-align: right;
	padding: 5px 10px;
}
.progetti.big .owner {
	font-style: italic;
	color: #999999;
	font-size: 13px;
	margin: 0 0 10px;
}
.progetti.big .abstract, .progetti.big .description p, .progetti.big .abstract p {
	color: #999999;
	font-size: 13px;
	line-height: 140%;	
}

ul.progetti.progettisti {
	clear: both;
	overflow: hidden;
}
.progetti.progettisti > li {
	height: 150px;
	border: 1px solid #ddd;
	margin: 0 0 10px;
	width: 99.9%;
	float: left;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	position: relative;
}
.progetti.progettisti li > div {
	margin: 0 0 0 160px;
	height: 130px;
	position: relative;
}
.progetti.progettisti li > a > img {
	border-right: 1px solid #ddd;
}
.progetti.progettisti > li {
	margin: 0 0.9% 10px 0;
	width: 47.9%;
	float: left;
}

.big .project-stats li:nth-child(even) {
	border-right: 1px solid #f6b97f;
	padding-right: 10px;
	margin-right: 10px;
}
.gare .big .project-stats li:nth-child(even) {
	border-right: 1px solid #4ba614;
	padding-right: 10px;
	margin-right: 10px;
}
.project-stats li.icons > i {
	font-size: 16px;
	margin-top: 10px;
}
i.icon-ok-sign{
	color: #8ab018;
}
i.icon-remove-sign{
	color: #da0000;
}
i.icon-unlock, i.icon-lock{
	color: #222;
}

.progetti.big li .overlay, .progetti.big li .description, .progetti.big li .pulsanti {
	display:none;
}
/* HOVER */
.progetti.big li:hover .overlay {
	display:block;
	position: absolute;
	width: 300px;
	height: 200px;
	left: 0;
	top: 0;
    background: url(../img/project-hover.png) no-repeat center center rgba(238, 115, 0, 0.5) ;  	
}
.gare .progetti.big li:hover .overlay {
	background: url(../img/project-hover.png) no-repeat center center rgba(75, 166, 20, 0.5);
}
.progetti.big li:hover .category,
.progetti.big li:hover .abstract,
.progetti.big li:hover .owner
 {
	display:none;
}
.progetti.big li:hover .description  {
	display:block;
}
.navbar .nav.pull-right > li {
	margin-left: 5px;
}
.nav>li>a.btn-orange:hover {
	background-color: #e35f00;
}
.progetti.big li:hover .pulsanti {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	display: block;
	height: 30px;
}

.progetti a.image {
	width: 150px;
	height: 100px;
	float: left;
}

.progetti.big a.image {
	width: 300px;
	height: 200px;
}

.progetti.progettisti.big a.image {
	width: 150px;
	height: 150px;
}

/* --------------------------- */
.filters h3 {
	font-size: 18px;
}
.filters ul {
	margin-bottom: 20px;
}
.filters ul li {
	margin-bottom: 6px;
	font-size: 16px;
}

.filters .nav-pills > li {
    float: none;
	margin-bottom: 3px;
}

.filters .nav-pills > li > a {
    font-size: 18px;
    padding: 8px 12px;
}

.home .filters ul {
	margin-top: 18px;
}
#promo {
	padding: 20px 0 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;	
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffcccccc', GradientType=0);	
}
.home #promo {
	margin-bottom: 0px;
}
#promo .tab-content {
	padding: 0;	
}
#promo .tab-content ul li h4 {
	display: inline;
	font-size:20px;
}
#promo .tab-content ul li span.circle {
	display: inline-block;
	margin-right: 10px;
}
#promo .tab-content ul li {
	margin: 0 0 7px;	
}

.tab-content {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0;
    overflow: auto;
    padding: 18px 0 0;
}

.filter-added {
    background-color: #555;
    display: inline-block;
    padding: 5px 10px;
	color: #fff;
}
.filter-added:first-child {
    margin-left: 10px;
}
.filter-added .close {
    margin-left: 5px;
	color: #fff;
	text-shadow: none;
	font-size: 18px;
	opacity: 0.5;
	line-height: 30px;
}
.filtri {
	font-size: 18px;
	line-height: 30px;
}

.uneditable-input {
	margin-top: -1px;
}

/* roundabout */
ul#roundabout {
	margin: 0 auto;
}
#roundabout > li {
	overflow: hidden;
}
#roundabout > li a {
	position: relative;
	display: block;
	margin: 0 2px;
}
#roundabout > li a .project {
	position: absolute;
	height: 130px;
	box-sizing: border-box;
	padding: 15px;
	bottom: -70px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	transition: all 1s;
	-webkit-transition:  all 1s; /* Safari */  
}
#roundabout > li a:hover .project {
	bottom: 0;
}
#roundabout > li a .project h5 {
	margin: 0 0 5px;
	font-size: 1.2em;
	line-height: 110%;
	color: #EE7300;
	min-height: 40px;
	text-align: left;
}
#roundabout .project-stats {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
	padding: 0 15px 15px;
	box-sizing: border-box;
}
#roundabout .project-stats li {
    color: #fff;
    float: left;
    font-size: 0.8em;
    line-height: 140%;
	margin-right: 15px;
}
#roundabout li strong {
    font-size: 1.3em;
}
#roundabout .project-stats li:last-child {
    float: right;
    margin-right: 0;
    text-align: right;
}
#roundabout .project-stats li strong {
    color: #fff;
}
#roundabout .user {
    font-size: 1.2em;
	color: #fff;
	display: block;
	bottom: 50px;
	position: absolute;
}
.home #main h4.etichetta {
	width: 26%;
	margin: 0 auto -20px;
	z-index: 998;
}
.home #main {
	padding: 20px 0;
}

.status {
	margin-top: 5px;
}
.status i {
	margin: 2px;
}

.property, .members, .conditions, .crowd {
	border: 1px solid #ddd;
	background: #fff;
	padding: 2px;
	border-radius: 4px;
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 0;
	color: #555;
	font-size: 30px;
}
.property  {
	margin: 30px 0 0;
}

.property .etichetta, .members .etichetta, .crowd .etichetta {
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	padding: 50px 15px 10px;
}

.conditions .etichetta {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	padding: 5px;
	margin-bottom: 2px;
}
.conditions .dati {
	padding: 3px 5px;
	font-size: 14px;
}

.conditions .dati.active {
	background-color: #468847;
	color: #fff;
}

.property .etichetta, .conditions .etichetta {
  background-color: #ff9300;
  background-image: -moz-linear-gradient(top, #ff9300, #e35f00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9300), to(#e35f00));
  background-image: -webkit-linear-gradient(top, #ff9300, #e35f00);
  background-image: -o-linear-gradient(top, #ff9300, #e35f00);
  background-image: linear-gradient(to bottom, #ff9300, #e35f00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9300', endColorstr='#ffe35f00', GradientType=0);
  *background-color: #e35f00;
}
.crowd .etichetta {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #48b0f7, #3a8fc8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#48b0f7), to(#3a8fc8));
  background-image: -webkit-linear-gradient(top, #48b0f7, #3a8fc8);
  background-image: -o-linear-gradient(top, #48b0f7, #3a8fc8);
  background-image: linear-gradient(to bottom, #48b0f7, #3a8fc8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48b0f7', endColorstr='#ff3a8fc8', GradientType=0);
  *background-color: #3a8fc8;
}

.members .etichetta {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #b1b1b1, #6f6f6f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1b1b1), to(#6f6f6f));
  background-image: -webkit-linear-gradient(top, #b1b1b1, #6f6f6f);
  background-image: -o-linear-gradient(top, #b1b1b1, #6f6f6f);
  background-image: linear-gradient(to bottom, #b1b1b1, #6f6f6f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1b1b1', endColorstr='#ff6f6f6f', GradientType=0);
  *background-color: #6f6f6f;
}

.gare .property .etichetta, .gara .conditions .etichetta {
 background-color: #4ba614; 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
 background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
 background-image: -moz-linear-gradient(top, #4ba614, #008c00);
 background-image: -ms-linear-gradient(top, #4ba614, #008c00);
 background-image: -o-linear-gradient(top, #4ba614, #008c00);
 background-image: linear-gradient(to bottom, #4ba614, #008c00);
 background-repeat: repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
 *background-color: #4ba614;
}

.property .dati, .members .dati, .crowd .dati {
	padding-top: 25px;
	letter-spacing: -1px;
}
.dati span {
	clear: both;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;	
	display: block;
	margin-top: 6px;
}

#details, #idea {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #DDDDDD;
    padding-top: 30px;
	padding-bottom: 20px;
}

.box {
	border: 1px solid #ddd;
	background: #fff;
	padding: 2px;
	border-radius: 2px;
	moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0 0 20px;
}

.box > h4 {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #b1b1b1, #6f6f6f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1b1b1), to(#6f6f6f));
  background-image: -webkit-linear-gradient(top, #b1b1b1, #6f6f6f);
  background-image: -o-linear-gradient(top, #b1b1b1, #6f6f6f);
  background-image: linear-gradient(to bottom, #b1b1b1, #6f6f6f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1b1b1', endColorstr='#ff6f6f6f', GradientType=0);
  *background-color: #6f6f6f;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
.box > h4 > i {
	float: right;
}
.box > div.collapse {
  margin: 0 10px;
}
.box > div.collapse.in {
  margin: 10px;
}
.box > div.dati big {
  font-size: 32px;
  float: right;
  line-height: 32px;
}
.box.descrizione > div {
	padding: 10px;
}
.box.descrizione > div.modal {
	padding: 0px;
}
div.modal.fade.modal-proposta {
	position: absolute;
	top: 35%;
}
.box.descrizione > div > h5 {
	margin: 0 0 5px;
}
#memberlist ul li {
	border-bottom: 1px solid #ddd;
	padding: 2px 0;
	font-size: 12px;
}#planpact ul li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	font-size: 12px;
}
#planpact li h5 {
	margin: 0 0 2px;
	font-weight: normal;
	text-transform: uppercase;
}
#planpact li div {
	color: #999;
	line-height: 130%;
}
#gallery {
	width: 450px;
}
#proposte .buttons{
	margin: 10px 10px 0;
}
#proposte .nav-tabs {
    margin: 10px 0 0;
}
#esitovotazioni .nav-tabs {
    margin: 10px 0 0;
}
#proposte .nav-tabs > li:first-child, #esitovotazioni .nav-tabs > li:first-child {
    margin-left: 20px;
}
#proposte .tab-content, #esitovotazioni .tab-content  {
    padding: 20px 10px 10px;
}
.tab-pane .alert {
    margin: 0;
}
.proposta {
	padding: 5px 10px;
    border: 1px solid #ddd;
	background: #f4f4f4;
	margin-bottom: 7px;
}
.proposta h4 {
    margin: 0 0 5px;
}

.voto {
	float: right; 
	font-size: 11px;
}
.barra {
	width: 100px; 
	background: #ccc; 
	display: block; 
	height: 8px;
	position: relative;
}
.barra .si {
	height: 8px;
	float: left; 
	background-color: #5BB75B;
}
.barra .no {
	height: 8px;
	float: left; 
	background-color: #d52121;
}
.barra .quorum {
	background-color: #222;
	width: 1px;
	position: absolute;
	height: 12px;
	top: -2px;
}
.votanti {
	margin-top: 8px;
}
.dati { padding-bottom: 3px; }
.dati.collapse {
    padding-bottom: 0px;
}
.comment {
	background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #DDD;
	font-size: 13px;
	padding: 5px;
	line-height: 130%;
	margin-top: 2px;
}
.comment .comment_image {
	border: 1px solid #DDD;
	width: 50px;
	float: left;
}
.comment .comment_text {
    margin-left: 60px;
}
.comment .comment_info {
    margin-left: 60px;
	padding: 7px 0 1px;
	color: #999;
	font-size: 12px;
}
.add_comment {
	background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #DDD;
	padding: 5px;
	margin-top: 2px;
}
.add_comment form {
	margin-bottom: 0px;
}
.add_comment textarea {
	width: 99%;
	box-shadow: none;
	font-size: 13px;
	line-height: 130%;
	padding: 0.5%;
	min-height:70px;
	border-color: #ddd;
	margin-bottom: 5px;
}

.votante {
    position: relative;
	float:left;
	width: 52px;
	height: 52px;
	margin: 0 5px 5px 0;
	display: block;
}
.votante img {
    border: 1px solid #DDD;
}
.votante span {
	position: absolute;
	right: -5px;
    top: -5px;
	padding-left: 4px;
    padding-right: 4px;
	width: 12px;
	text-align: center;
}
.votante span.badge-success {
	background: #5BB75B;
}
.votante span.badge-important {
	background: #D52121;
}
#esito-voti {
    padding: 5px 0 0;
}
#contrari ul li {
    border-bottom: 1px solid #DDDDDD;
    padding: 12px 0;
}
#contrari ul li:first-child {
    padding-top: 0;
}
.user-contrario {
    margin-left: 70px;
}
.motivazione {
    font-size: 13px;
	line-height: 130%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.user-contrario .motivazione {
	margin-top: 0px;
	min-height: 30px;
}

.ui-autocomplete, .ui-front {
	z-index: 2000;
}
.ui-widget, .ui-widget input {
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
}
.ui-corner-all{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #D4D4D4;
	background: #ddd;
	color: #212121;
}
.ui-widget-content {
	border: 1px solid #b5b5b5;
	color: #777;
}

.ui-spinner.ui-widget-content {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ui-spinner-input {
	padding: 4px 8px;
	margin: 0;
	margin-right: 17px;
}

.alert-comment {
	margin: 2px 0;
}
.alert-padd {
	padding: 10px;
}
.modal.fade.in {
	top: 5%;
}

.project-images .uneditable-input {
	position: relative;
}

#analisi-progetti th, #analisi-progetti td {
	padding: 3px;
	font-size: 13px;
	color: #222;
}

#analisi-progetti tr.text-center th {
	text-align: center !important;
	background: #eee;
}

#analisi-progetti .alert {
	margin-bottom: 5px;
}

#analisi-progetti td.esito {
	padding: 6px;
}

#analisi-progetti .esito h5 {
	margin: 0 0 5px;
}

ul.lista li {
	width: 100%;
	overflow: hidden;
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
}

th.bbl, td.bbl {
	border-left: 4px solid #ddd;
}
th.bbr, td.bbr {
	border-right: 4px solid #ddd;
}

.table td a.btn {
	padding: 2px 6px;
}

.accordion-heading .accordion-toggle {
	background-color: #3a8fc8;
	color: #fff;
	border: 0;
}

.accordion-heading-crowd .accordion-toggle {
	background-color: red;
	color: #fff;
	border: 0;
	widget: 300px;
}

.panel {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
}

h4 > a {
	cursor: pointer;
}

.status-utente .alert {
	margin-bottom: 10px;
}

html[data-useragent*='MSIE 10.0'] .row-fluid input.span12,  
html[data-useragent*='MSIE 10.0'] .row-fluid input.span11 {
	min-height: 45px;
}

@media (max-width: 1024px) {
	.no-1024 {
		display: none;
	}		
	.progetti h5 {
		font-size: 13px;
	}
}

.list-cards {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-cards .card {
	box-sizing: border-box;
    width: 315px;
	padding-bottom: 100px;
    margin: 0 10px 10px 0;
	position: relative;
}
.list-cards .card:nth-child(3n+0) {
	margin-right: 0;
}
.list-cards .card .card_stats {
    position: absolute;
    bottom: 0;
	width: 100%;
	box-sizing: border-box;
	border-top: 2px solid whitesmoke;
}

.owl-carousel .card {
	border: 1px solid #ddd;
	margin: 0 5px;
}

.card {
	background-color: #fff;
}

.card_big .card_image {
	float: left;
	width: 340px;
}
.card_big .card_content_container {
	float: right;
	width: 770px;
}
.card_big .card_content_container .card_content {
    padding: 0 0 15px;
}
.card_big .card_content h3 {
    margin: 0 0 15px;
    font-size: 21px;
}

.card_image {
    min-height: 100px;
    background-color: #eee;
    overflow: hidden;
    position: relative;
}
.card_image img {
}
.card_content {
    padding: 15px;
    min-height: 100px;
}
.card_content h3 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 16px;
}
.card_content .user {
	font-size: 13px;
	display: block;
}
.card_stats {
    overflow: hidden;
    padding: 5px 15px 15px;
	font-size: 13px;
}
.card_stats .text-muted {
	opacity: 0.7;
	font-size: 11px;
	line-height: 13px;
	display: inline-block;
}
.card_stats .datascadenza {
    margin: 10px -10px -10px;
    padding: 5px 10px;
    background: whitesmoke;
}
.card_author {
    overflow: hidden;
    padding: 0 15px 15px;
	font-size: 13px;
}


/* Owl Carousel */
.carousel-external {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.owl-carousel .owl-nav {
	top: 50%;
	position: absolute;
	margin-top: -30px;
	width: 100%;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 56px;
	background: #ee7300;
	color: #fff;
	text-align: center;
	font-size: 40px;
}
.owl-carousel .owl-nav .owl-prev {
	left: -40px;
}
.owl-carousel .owl-nav .owl-next {
	right: -40px;
}

.owl-carousel .owl-nav .owl-prev.disabled {
	opacity: 0.1;
}
.owl-carousel .owl-nav .owl-next.disabled {
	opacity: 0.1;
}

.owl-carousel.show-nav-hover .owl-nav {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.owl-carousel.show-nav-hover .owl-nav .owl-prev {
	left: -20px;
}

.owl-carousel.show-nav-hover .owl-nav .owl-next {
	right: -20px;
}

.owl-carousel.show-nav-hover:hover .owl-nav {
	opacity: 1;
}

.owl-carousel.show-nav-title .owl-nav {
	top: 0;
	right: 0;
	margin-top: -45px;
	width: auto;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"], .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {
	font-size: 18px;
	background: transparent !important;
	width: 18px;
	font-size: 18px;
}

.owl-carousel.show-nav-title .owl-nav .owl-prev {
	left: -45px;
}

.owl-carousel.rounded-nav .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
	padding: 3px 7px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #999 !important;
	color: #999;
}

.owl-carousel.nav-bottom .owl-nav {
	position: static;
	margin: 0;
	padding: 0;
	width: auto;
}

.owl-carousel.nav-bottom .owl-nav .owl-prev, .owl-carousel.nav-bottom .owl-nav .owl-next {
	position: static;
}

.owl-carousel.nav-inside .owl-nav, .owl-carousel.nav-inside .owl-dots {
	bottom: 2px;
	margin-top: 10px;
	position: absolute;
	right: 6px;
}

.owl-carousel.full-width .owl-nav, .owl-carousel.big-nav .owl-nav {
	margin-top: -30px;
}

.owl-carousel.full-width .owl-nav [class*="owl-"], .owl-carousel.full-width .owl-nav [class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav [class*="owl-"], .owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {
	height: auto;
	padding: 20px 0;
}

.owl-carousel.full-width .owl-nav .owl-prev, .owl-carousel.big-nav .owl-nav .owl-prev {
	border-radius: 0 4px 4px 0;
}

.owl-carousel.full-width .owl-nav .owl-next, .owl-carousel.big-nav .owl-nav .owl-next {
	border-radius: 4px 0 0 4px;
}

.owl-carousel.top-border {
	border-top: 1px solid #DBDBDB;
	padding-top: 18px;
}

.span0 {
	min-height: 0 !important;
}
.tab-content.pt-0 {
	padding-top: 0;
}

.form-control {
	position: relative;
}
.form-control span.help-block.error {
	position: absolute;
    color: #fff;
    background-color: #cc0000;
    top: 8px;
    right: 2px;
    font-size: 12px;
    text-align: center;
    margin: 0 0 5px;
    border-radius: 4px;
    padding: 0 6px;
}
.i-b {
	display: inline-block;
}
.w-50 {
	width: 50%;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
}
#owl-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 2px;
	background: #fff;
}
#owl-slider.owl-theme .owl-dots .owl-dot.active span, #owl-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ee7300;
}
#owl-slider.owl-carousel .owl-nav .owl-next {
    right: 10px;
}
#owl-slider.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}
#owl-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
	font-size: 20px;
    margin: 0;
    padding: 0;
    background: #ee7300;
}

#owl-slider.owl-carousel .owl-nav .owl-prev, #owl-slider.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

#owl-slider .caption {
    position: absolute;
    top: 20%;
    z-index: 1;
	width: 100%;
	text-align: center;
}
#owl-slider .caption .title {
    font-size: 42px;
    line-height: 1;
	margin-bottom: 30px;
	color: #fff;
	background: rgba(238, 115, 0, 0.6);
	padding: 30px;
}
#owl-slider .caption .subtitle {
    font-size: 22px;
	line-height: 34px;
    margin: 0 auto 40px;
    padding: 30px;
	color: #fff;
	width: 70%;
	background: rgba(85, 85, 85, 0.6);
}

.title-nuovo{
	font-size: 42px;
    line-height: 1;
	margin-bottom: 30px;
	color: #fff;
	background: rgba(238, 115, 0, 0.6);
	padding: 30px;
	width:100%;
}

.text-inline {
    display: inline-block !important;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 0;
}
.addthis_sharing_toolbox {
    clear: both;
    margin: 15px 0 0;
}