body {
	background-image: url('/images/bg_inprago.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
}
h1 {
	font-size: 20px;:
}

img {
	border: none;
}

a {color:white;text-decoration:none}

a:hover {text-decoration:underline}

.title-content {
	width: 100%;
	max-width: 1300px;
	margin: 0px auto 0px;
}

.head {
	float:right;
	padding-top:200px;
}
	
.logo {
	float: right;
}

.flag {
	float:left;
	padding-left: 240px;
}

.company {
	clear: right;
	float: right;
	font-size: 24px;
	text-align: right;
	margin-top: 50px;
	margin-right: 20px;
}

.address {
	clear: right;
	float: right;
	font-size: 24px;
	text-align: right;
	margin-right: 20px;
}

.web-title {
	min-height: 800px;
	color: white;
	background-color: rgba(0, 0, 0, 0);
	text-overflow: ellipsis;
	font-family: 'Oswald', sans-serif;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
}
.shadow_ie {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

.block-one {
	clear: both;
	max-width: 1400px;
	overflow: hidden;
	background: #FFF none repeat scroll 0% 0%;
	margin: 0px auto;
	font-family: 'Lato', sans-serif;
}

.block-three {
	clear: both;
	max-width: 1400px;
	overflow: hidden;
	background: #C0C0C0 none repeat scroll 0% 0%;
	margin: 0px auto;
	font-family: 'Lato', sans-serif;
}

.block-four {
	clear: both;
	max-width: 1400px;
	overflow: hidden;
	background: #B4DFFA none repeat scroll 0% 0%;
	margin: 0px auto;
	font-family: 'Lato', sans-serif;
}

.post-content {
	width: 100%;
	max-width: 900px;
	margin: 40px auto 40px;
	float: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	text-align: justify;
}

.img-content {
	width: 100%;
	max-width: 900px;
	margin: 40px auto 40px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
}

.img-content img {
	border: 1px solid #000;
	margin: 0 10px 0;
}

.block-footer {
	max-width: 1400px;
	overflow: hidden;
	background-image: url('/bg_inprago.jpg');
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	margin: 0px auto;
}

.footer-container {
	overflow: hidden;
	color:white;
	background-color: #315EB0;
	height: 140px;
}

.footer-content {
	width: 100%;
	max-width: 900px;
	margin: 10px auto 10px;
	float: none;
	font-size: 12px;
	line-height: 20px;
	height: 100%;
}

.top {
	float:right;
}

p.first:first-letter {font-size:3em;float:left;font-weight:bold;padding:10px 10px 5px 5px}

@media only screen and (max-width: 900px) {

body {
	background-image: url('/images/bg_inprago_mb.jpg');
	background-color: #C0C0C0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
}


p {padding:15px;}

.post-content {
	width: 100%;
	margin: 40px auto 40px;
	padding: 0 5px 0;
	float: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	text-align: justify;
}

.footer-container {
	overflow: hidden;
	color:white;
	background-color: #315EB0;
	padding: 15px;
	height: 270px;
}

.logo {
	float: right;
	width:320px;
}

}