body {
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
	background: url(../images/background_02.jpg) repeat-x center top;
	-webkit-font-smoothing: antialiased;	 
}

.verticalCentered {
	position:absolute;	
	top: 230px;
	left: 50%;
	width: 600px;
	height: 280px;
	margin-left: -300px;
	margin-top: -140px;
	/* border:1px solid red; */
}

#fotopedialogo {
	width: 85%;
	max-width: 552px;
	height:auto;
}


strong {
	font-weight: 400;
	color:#36618a;

}

h2 {
	font-size:0.8em;
	line-height: 1.4em;
	font-weight: 300;
	margin: 1em 0 0 0;
	color: #1e3e5d;
	opacity: 0.8;	

	text-transform: uppercase;

	padding: 60px 0 20px 0;
}

h3 {
	font-size:0.8em;
	line-height: 1.4em;
	font-weight: 300;
	margin: 1em 0 0 0;
	color: #1e3e5d;
	opacity: 0.5;	
	text-transform: uppercase;
}


p {
	font-weight: 300;
	text-align: center;
	line-height: 1.4em;	
	color: #1e3e5d;
	opacity:0.8;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 1em 0 2em 0;
}

a {
	text-decoration: none;
}


a:link, a:visited, a:hover, a:active  {color:#1e3e5d;}

a:hover {
	text-decoration: underline;
}





a {
	text-decoration: none;
}


.CTAbutton {
	font-size:1em;
	font-weight: 300;
	color: #FFFFFF;
	background-color: #265380;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-color: #ccd3d7;
	padding: 14px 30px 18px 30px;
	margin: 0px auto;
	max-width: 260px;
	cursor: pointer; 
}

.CTAbutton a {
	color: #FFFFFF;
	opacity: 0.6;
}

.CTAbutton a:hover {
	font-weight: 300;
}




/* ----------------------------------  */

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 1529px 0; }
}

@-webkit-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 1529px 0; }
}

.animate { 
	animation: animatedBackground 20s linear infinite;
	-webkit-animation: animatedBackground 20s linear infinite;
}

/* ----------------------------------  */

/* minor responsive adjustments if needed */


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

	.hideOnSmallDevices {
		display: none;	
	}
	.hideOnMediumDevices {
		display: none;	
	}
	.verticalCentered {
		width: 300px;
		height: 240px;
		margin-left: -150px;
		margin-top: -120px;
	}
	h1 {
		font-size:2.5em;
	}
	.CTAbutton {
		font-size:0.8em;
		margin-left:20px;
		margin-right: 20px;
	}
	p {
		opacity:0.8;
		font-size: 0.7em;
		line-height: 1.6em;
		margin: 2em 1em 2em 1em;
	}			
}

}


@media only screen and (max-width: 820px) {
	.hideOnMediumDevices {
		display: none;	
	}
}


@media only screen and (min-width: 34em) {
}

@media only screen and (min-width: 54em) {
}

@media only screen and (min-width: 76em) {
}