@charset "utf-8";
/* CSS Document */
@font-face {
    font-family:'Raleway';
    src: url('../fonts/Raleway.eot');
	src: url('../fonts/Raleway.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Raleway.woff2') format('woff2'),
		url('../fonts/Raleway.woff') format('woff'),
		url('../fonts/Raleway.svg#Raleway') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Roboto';
    src: url('../fonts/Roboto.eot');
	src: url('../fonts/Roboto.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto.woff2') format('woff2'),
		url('../fonts/Roboto.woff') format('woff'),
		url('../fonts/Roboto.svg#Roboto') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}
html,body {
    font-family: 'Roboto';
    color: #333;}

a {color:#333;}
a:hover {
	color:#0084e1;
text-decoration:underline;}

ul, li { 
	list-style-type: none;
	margin:0;
	padding:0;
}

header {
	background-image: url(../img/img-home.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height:500px;}

h1, h2, h3, h4, h5, h6 {font-family:'Raleway'; }

h1 {
	text-transform: uppercase;
    margin-bottom: 34px;
    margin-top: 70px;
    font-size: 40px;}
h2 { font-size: 27px; }
h3 { font-size: 14px; font-weight: bold;}


p { line-height: 29px;}

legend  {
	border-bottom: 0;
	margin-bottom: 5px;}

.navbar {
	margin-bottom: 0px;}

.navbar-brand {
    height: 90px;
    padding: 5px 15px;
	z-index: 10;}
.navbar-default {
    background-color: transparent;
    border-color: transparent;}
.jumbotron {
	background-color: transparent;}
.well-white {
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;}
.well {
    margin-top: -70px;
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 9px 30px rgba(0, 0, 0, 0.2);} 
i.glyphicon  { font-size: x-large !important; }
span.glyphicon  { 
	font-size: large;
	margin-right: 10px;}
input[type="text"],
input[type="password"] {
	width: 70%;
	padding: 7px 5px;
	border-radius: 6px;
	border:1px solid #333;}
input[type="submit"] {
	padding: 5px 10px;
	background-color: #0047a1;}
input[type="submit"]:hover {background-color: #014BA0;} 

.btn-primary {border: 0;}

.bold {font-weight: 800;}

footer h6 {
	font-family:'Roboto';
	font-size:11px;
	color:#999;}
.copy {
	float:left;
	margin-right:10px;}
.language {
	float:right;
	color:#fff;}
.active {
	font-weight:bold;
	text-decoration:none;
	font-size:15px;}
.language a {
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;}
.language a:hover { 
	text-decoration:underline;
	color:#ffffff;
	}
.red {color:#f00;}

@media (max-width: 1366px) {
	body {font-size:13px;}
	header { min-height:280px;}
	h1 { 
		font-size:30px;
		margin-top:40px;
		margin-bottom:20px;}	
	h2 {font-size:20px;}
	p { line-height: 19px;}
	.well {
		padding:15px 20px;}
}