body {
	font-family: "LatoWeb";
	padding-bottom: 80px;
	margin: 0;
}

address {
	font-size: 16px;
	text-align: left;
	text-shadow: none;
}

@media (max-width: 768px) {
	.col-xs-12 {
		  text-align: center;
	} 
	
	address {
		margin-top: 20px;
		text-align: center;
	}
}

.background {
	display: block;
	height: 40px;
	clear: both;
	background: transparent url('../images/bg3.png') repeat-x;
	margin-bottom: 20px;
}

.logo {
	display: block;
	margin: 25px 0 0 0;
}

.content {
	text-align: justify;
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.form-group {
	font-size: 14px;
}

.footer {
    background-image: -webkit-linear-gradient(top,#f8f8f8 0,#fff 100%);
    background-image: -o-linear-gradient(top,#f8f8f8 0,#fff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#fff));
    background-image: linear-gradient(to bottom,#f8f8f8 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8f8f8f8ff', endColorstr='#f8f8f8f2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;

    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);

	border-top: 1px solid #f2f2f2;
	
	padding: 10px 0;
}

.navbar-default {
	border-radius: 0;
	border-left: none;
	border-right: none;
}