#error404{
	background: url('../img/mikael-kristenson.jpg') no-repeat center center; 
	background-size:cover;
	/*background-size: 100%;*/
	opacity: 0.8;
	min-height: 100vh;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);

}
#error404 h1{
	text-shadow: 0px 0px 16px rgba(255, 255, 255, 1);
	color: white;
	font-weight: bold;
}
#error404 h3{
	color: white;
	font-weight: bold;
}
#error404 a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#error50x{
	background: url('../img/kiven-zhao.jpg') no-repeat center center; 
	background-size:cover;
	opacity: 0.8;
	min-height: 100vh;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
}
#error50x h1{
	text-shadow: 0px 0px 16px rgba(255, 255, 255, 1);
	color: black;
	font-weight: bold;
}
#error50x h3{
	color: black;
	font-weight: bold;
}
#error50x a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#subscribe-success{
	background: url('../img/courtney-prather.jpg') no-repeat center center; 
	background-size:cover;
	opacity: 0.8;
	min-height: 100vh;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
}
#subscribe-success h1{
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	color: #029acf;
	font-weight: bold;
}
#subscribe-success h3{
	color: #029acf;
	font-weight: bold;
}
#subscribe-success a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#subscribe-email-exist-db{
	background: url('../img/abigail-keenan.jpg') no-repeat center center; 
	background-size:cover;
	opacity: 0.8;
	min-height: 100vh;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
}
#subscribe-email-exist-db h1{
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	color: white;
	font-weight: bold;
}
#subscribe-email-exist-db h3{
	color: white;
	font-weight: bold;
}
#subscribe-email-exist-db a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#subscribe-no-email{
	background: url('../img/shttefan.jpg') no-repeat center center; 
	background-size:cover;
	opacity: 0.8;
	min-height: 100vh;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
}
#subscribe-no-email h1{
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	color: white;
	font-weight: bold;
}
#subscribe-no-email h3{
	color: white;
	font-weight: bold;
}
#subscribe-no-email a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.btn:hover{
	opacity: 0.7;
}

/* Page showManuelSortMod
* Module : search-sort-annonce;
*/
.checkbox_sort_mod{
	transform: scale(2);
}