/*!
	* Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
	* Code licensed under the Apache License v2.0.
	* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 100;
	line-height: 1.2;
	color: inherit;
}

b, strong {
	font-weight: 300;
}
.bold{
	font-weight: 300;
}
.red{
	color: #D90000;
}
.blue{
	color: #7EB8E6;
}
hr.blue{
	border-top: 1px solid #7EB8E6;
}
hr.red{
	border-top: 1px solid #D90000;
}
ol, ul {
	list-style-type: none;
}
span{
	display: block;
	margin-bottom: 10px;
}
.full {
	background: url(../img/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
    background-color: #D7D7D7;
    height:50px;
}
.footer img{
	height: 50px;
	width: auto;
}
.text-footer{
	vertical-align: middle;
	line-height: 50px;
}