@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSans-Regular.ttf');
}
html {
	font-family: OpenSans!important;
	background-color: #ffffff;
}

body {
	font-family: OpenSans;
	background-color: #ffffff;
}
.container {
	font-size: 14px;
}
.content {
	font-family: OpenSans;
	/*background-image: url("../images/Logo_Solo_rot.png");
	background-repeat: no-repeat;
	background-position: center center;*/
}
.buffer {
	height: 100%;
	width: 100%;
}
#L0 {
	background-image: url('../images/header_img2.jpg');
	background-position: 0px 80%;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	text-shadow: 0px 2px 5px #000000;
	height: 265px;
	padding: 65px;
}
#L1 {
	background-image: url('../images/header_img3.jpg');
	background-position: 0px 80%;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	text-shadow: 0px 2px 5px #000000;
	height: 265px;
	padding: 65px;
}
#L2 {
	background-image: url('../images/portas.jpg');
	background-position: 0px 80%;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	text-shadow: 0px 2px 5px #000000;
	height: 265px;
	padding: 65px;
}
.jumbotronHeader {
	font-size: 45px!important;;
}
.jumbotronText {
	font-size: 18px;
}
#jumboContainer {
	height: 265px;
	overflow: none;
	box-shadow:0px 4px 5px #999;
}
.footer {
	/*background-image: url('../images/footer.jpg');
	background-color: #191e1f;
	background-position: top;
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0px;
	width: 100%;
	color: #fff;*/
}
#sliderIcon {
	text-align: center;
	width: 100%;
}
.icon {
	font-size: 18px;
	color: #999;
	text-align: center;
}
.hideMe {
	display: none;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.vlogo {
	text-align: center;
	max-height: 194px;
	max-width: 132px;
}
.nav-tabs > li > a {
	color: #000000;
}
.footerSep {
	border-right: 1px solid #ddd;
	height: inherit;
}