/*
font-family:'Frutiger Neue W01 Thin';
font-family:'FrutigerLTW01-55Roman';
*/

html,
body {
  padding-top:30px;
	/*font-family:'FrutigerLTW01-55Roman';*/
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:1.3;
}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	/*font-family:'Frutiger Neue W01 Thin';*/
	font-weight:lighter;
	font-size:18px;
	font-weight:normal;
	margin:10px 0 5px 0;
	
}


.well {
	background-color:#fff;
}

.navbar-brand {
	float: left;
	padding:10px 20px 0 20px;
	font-size: 18px;
	line-height: 20px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ff1c22;
	border-color: #ff1c22;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	/*
	color: #454545;
	background-color: #d9d9d9;
	border-color: #d9d9d9;
	*/
}

.btn-icon {
	margin-right:5px;
}
.btn-arrow {
	color:#e3e3e3; 
	margin-right:5px;
}