.text-youtube {
  color: #DB2824;
}

.text-twitter {
  color: #1DA1F2;
}

.text-black,
.text-black a {
  color: #2D2D2D;
}

.text-red,
.text-red a {
  color: #CC1D1D;
}

.text-blue,
.text-blue a {
  color: #336DAE;
}

i.text-color{
	color:#136480;
	margin-right: 8px;
}

a.contatti{
	color: #404040;
}


header.title {
    height: 300px;
}

.filters li{
	width:100%;
	text-align:left;
}

.filters li.active {
    border-bottom: 0;
}

.filters li.active span{
    border-bottom: 2px solid #1a8bb3;
}

h3.categorie{
	text-align:left;
}

.filters li span.badge.badge-info{
	background-color: #1a8bb3;
	margin-left:10px;
}

.filters li.active span.badge.badge-info{
    border-bottom: 0;
}

.google-maps {
  position: relative;
  padding-bottom: 30%; /* Definisco l'aspect ratio*/
  height: 0;
  overflow: hidden;
}
.google-maps > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.francia,
.background-image-holder.news { 
    background-size: initial !important;
	background-repeat: no-repeat !important;
}

.feature {
    margin-top: 24px !important;
}

.feature.rete i {
    color: inherit;
}
div[class^='dip-'],
div[class*=' dip-']{
	text-align:left !important;
}

.column-projects.installatori .project {
    height: inherit !important;
}

ul.menu li.active a{
	color: #58BBE3;
	font-weight: bold !important;
}

.vedi-tutti{
	text-align: center !important;
}

.sidebar-widget li a span {
    color: #428bca;
}

.send-form{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #1a8bb3;
    border-radius: 25px;
    color: #1a8bb3;
    display: inline-block;
    font-family: "Raleway","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    max-width: 205px;
    min-width: 155px;
    padding: 14px 28px 13px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.send-form:hover{
	background:#1a8bb3;
	color:#fff;
}