.carousel{
	margin-bottom:0px;
}

.img-responsive{
	margin: 0 auto;
}
.input-xs {
    border-radius: 2px;
    font-size: 11px;
    height: 22px;
    line-height: 1.0;
    padding: 5px 10px;
}

body{
	padding-bottom:0px;
}
.navbar-inverse
{
	background-color:#444;
	border:none;
}
.navbar-brand{
	padding-top:7px;
	padding-bottom:7px;
}
.navbar-nav{
	float:right;
}
.navbar-nav > li  {
    margin-top:25px;
}
.navbar-nav > li > a {
    line-height: 20px;
    

    padding-top:7px;
    padding-bottom:0px;
}
.navbar-nav > li.active > a{
	    border-bottom:4px solid #af944b;
	    background-color:transparent !important;
	   

} 
.navbar-header > a
{
	line-height:50px;
}

.label{
	padding-bottom:0.2em;
	
}
.btn-ea2014 {
    background-color: #495883;
    border-color: #7281a9;
    color: #eee;
}
.btn-ea2014:hover {
    color: #8b93cf;
}

.text-justify{
	text-align:justify;
}


/*
.btn-primary
{
	background-color:#5C7B27;
	border:1px solid #5C7B27;
	
}
.btn-primary:hover
{
	background-color:#80a245;
	border:1px solid #80a245;
}


.btn-success
{
	background-color:#5C7B27;
	border:1px solid #5C7B27;
}
.btn-success:hover
{
	background-color:#80a245;
	border:1px solid #80a245;
}*/


.btn-primary
{
	background-color:#7A273A;
	border:1px solid #7A273A;
	
}
.btn-primary:hover
{
	background-color:#A1455A;
	border:1px solid #A1455A;
}
.btn-primary:focus
{
	background-color:#7A273A;
border:1px solid #A1455A;
}

/* bottone richiedi contatto */
.btn-contatto
{
	background-color:#7A273A;
	border:1px solid #7A273A;
	color:#fff;
	text-transform: uppercase;
}
.btn-contatto:focus
{
	background-color:#7A273A;
	border:1px solid #7A273A;
	color:#fff;
}
.btn-contatto:hover
{
	background-color:#A1455A;
	border:1px solid #A1455A;
	color:#fff;
}



/* bottone vedi scheda */
.btn-vedischeda{
	background-color:#fff;
	border:1px solid #333;
	color:#333;
	width:132px;
	margin-bottom:10px;
}
.btn-vedischeda:hover{
	background-color:#fff;
	border:1px solid #7A273A;
	color:#7A273A;
}

/* bottone vedi scheda */
.btn-mim{
	background-color:#fff;
	/*border:1px solid #333;
	color:#333;
	*/
	width:132px;
	margin-bottom:10px;
	opacity: 0.4;
	
}
.btn-mim:hover{
	background-color:#fff;
	opacity: 1;

	
}

/* bottone leggi tutto */
.btn-leggitutto{
	background-color:#fff;
	border:1px solid #7A273A;
	color:#7A273A;
	width:132px;
	margin-bottom:10px;
}
.btn-leggitutto:hover{
	background-color:#7A273A;
	border:1px solid #7A273A;
	color:#fff;
}

/* bottone leggi tutto INVERSO per sfondo oro */
.btn-details{
	background-color:#927538;
	color:#fff !important;
	font-weight:normal !important;
	

}
.btn-details:hover{
	background-color:#444;

	color:#C2A362 !important;
}


 #filter_listing_page .form-control
{
	
	font-size: 12px;
	color:#222;
}
/*aggiungo icona treno e bus*/
.fa-train:before {
  content: "\f238";
}
.fa-bus:before {
  content: "\f207";
}

.alert-nofound{
	background-color:#c2a362;
	color:#fff;
	padding:5px;
}
input:required {
	border-color:#8b0000;
}
textarea:required{
	border-color:#8b0000;
}

