html {
	width: 100%;
	overflow-x: hidden;
}
body {
	width: 100%;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	background: url(../images/broken_noise.jpg) repeat top left;
	color: #ccc;
	font-size: 16px;
}
h1 {
	margin: 0;
}
h1 span {
	display: none !important;
}
h2, h3 {
	color: #71a0ca;
}
#infos {
	margin-top: 30px;
}
.infos a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	-o-box-shadow: 0 0 10px #999;
	-sand-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-sand-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.infos a:hover img {
	opacity: 0.9;
}	
.infos h2 {
	color: #fff;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 20px;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 2;
}
a {
	color: #fff;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-sand-transition: all ease 0.2s;
	transition: all ease 0.2s;
	font-weight: 400;
}
a:hover {
	color: #f9170c;
	text-decoration: none;
	font-weight: 400;
}
.navbar-nav {
	margin-right: 0px;
}
@media only screen and (max-width: 935px){
	.navbar-brand {
		height: 80px !important;
	}
	.navbar-brand img {
		height: 25px;
		margin-top: 10px;
	}	
}
@media only screen and (max-width: 766px){
	.navbar-brand {
		height: 80px !important;
	}
	.navbar-brand img {
		height: 30px;
		margin-top: 10px;
	}	
}
@media only screen and (max-width: 360px){
	.navbar-brand {
		height: 80px !important;
	}
	.navbar-brand img {
		height: 25px;
		margin-top: 10px;
	}	
}
.navbar-fixed-top .navbar-collapse {
	max-height: 100% !important;
}
.navbar-default {
	background: #fff;
	border: none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-o-border-radius: 0 0 0 0;
	-sand-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	-o-box-shadow: 0 0 10px #333;
	-sand-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
	z-index: 9999;
	margin-bottom: 40px;
}
.navbar-brand {
	height: auto;
}
.navbar-nav > li {
	cursor: pointer;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	-sand-transition: all ease 0.2s;
}
.navbar-default .navbar-nav > li > a {
	line-height: 50px;
	color: #303030;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-default .navbar-nav > li:hover a {
	color: #2d5da8;
}
.navbar-toggle {
	margin-top: 22px;
	margin-right: 22px;
	margin-bottom: 0;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #2d5da8;
}
.footer {
	background: url(../images/broken_noise.png) repeat top left;
	padding: 40px 20px 30px;
	text-align: center;
}
.infos {
	padding: 40px 0 30px;
}
.fa {
	font-size: 24px !important;
	margin-right: 20px;
	width: 35px;
	position: relative;
	top: -1px;
	text-align: center;
}
