* {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	line-height: 1.5em;	
}

body {
	/*padding-top: 70px;*/
	/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	text-align: center;
	font-size: 20px;
	background: #FEFEFE url('../imgtpl/background.jpg');
	background-repeat: no-repeat;
	background-position: 0px 120px;
	background-attachment: fixed;
	/*background-size: cover;*/
}

a, input, button {
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}
div p {
	/*line-height: 2.5em;
	margin: 0.5em auto 0em;*/
}
div.row + p {
	margin-top: 0.5em;
}
div p.small {
	font-size: 0.67em;
	margin-top: 0.0em;
}
img {
	max-width: 100%;
}

header {
	height: 80px;
	margin-bottom: 2em;
	border-bottom: 1px solid #e4e6e7;
}
.logo {
    margin: 15px 0;
	float: left;
}

h1 {
    float: right;
    font-size: 1.8em;
    font-weight: 600;
}
h2 {
	font-size: 1.5em;
	margin: 1.5em auto 0.5em;	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: 1px solid #b4b6b7;
	border-bottom: 1px solid #b4b6b7;
	width: 750px;
}
h3 {
	font-size: 1.25em;
	margin: 1.5em auto 0.5em;	
}
h1 span, h2 span {
    color: #02589a;
}

.row {
	bordet-bottom: 1px solid #b6babc;
}


.footer {
    background: #f0f0f0;
    padding: 20px;
    overflow: hidden;
	text-align: justify;
    font-size: 10px;
}
.footer p {
    color: #98a3a8;
    margin-bottom: 0;
}
.footer .logo_footer {
    float: right;
}
.footer span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    margin-top: 15px;
    display: block;
}
.footer .inline_block {
    display: inline-block;
}
.footer .col-sm-12.col-md-8.col-lg-8 p {
    margin-left: 15px;
}
.footer .col-sm-12.col-md-8.col-lg-8 p.inline_block.no_margin_left {
    margin-left: 0;
}
.footer img {
	vertical-align: top;
}