/* CSS Document */


/* Add copyright in fluid-content*/
.copyright{
	color:#808080;
	font-size:12px;
	margin-top:22px;
	margin-bottom:12px;
	margin-right:0px;
	margin-left:0px;
}


/* Add copyright out of fluid-content*/
.copyrightOnPhoto{
	color:#FFFFFF;
	font-size:12px;
	position:relative;
	bottom:27px;
	margin-bottom:0px;
	margin-right:17px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

.footer{
	height:50px;
	max-width:1200px;
	position:relative;
	bottom:0px;
	background-color:rgba(255,255,255,0.5);
}


.boxFooter{
	margin-bottom:20px;
}

.information{
	margin-top:25px;
	border-top:#808080;
	border-top-style:solid;
	border-top-width:1px;	
	padding-top:20px;
}

.iconInformation{
	width:20px;
	height:20px;
	margin-top:7px; 
	margin-bottom:16px;
	vertical-align:middle;
}

.titleInformation{
	font-size:22px;
	color:#808080;
	margin-left:12px;
	font-weight:bold;
}

.textInformation{
	color:#808080;
	font-size:16px;
}

.linkFooter{
	color:#808080;
	text-decoration:underline;
}

.linkFooter:hover{
	color:#404040;
	text-decoration:underline;
}

@media (min-width: 768px) { 

	.copyright{
		color:#808080;
		font-size:12px;
		margin-top:22px;
		margin-bottom:20px;
		margin-right:0px;
		margin-left:0px;
	}
	
	.boxFooter{
		margin-bottom:0px;
	}
	
	.information{
		margin-top:25px;
		border-top:#808080;
		border-top-style:solid;
		border-top-width:1px;	
		padding-top:20px;
	}
	
	.iconInformation{
		width:20px;
		height:20px;
		margin-top:7px; 
		margin-bottom:16px;
		vertical-align:middle;
	}
	
	.textInformation{
		color:#808080;
		font-size:14px;
	}
}
