/*
 Default stylesheet
 V1.0.0
 Last update 03-12-2013
*/


/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Signika+Negative:400,700,300,600);


/* General */
body,
input { font-family: "Signika Negative", "Calibri", Sans-serif; }
body { font-size: 18px; line-height: 36px; background: url('http://www.ajax-wallpapers.nl/wp-content/gallery/oktober-2013/afca-cbs-logo.jpg'); background-size:cover ;no-repeat top center ; }

footer { margin: 10% auto 0; position: relative; color: #FFF; width: 300px; text-align: center; background: rgba(255, 255, 255, 0.65) }


/* Headers */
h1 { font-size: 26px; color: white; }
h2 { font-size: 24px; line-height: 32px; }


/* Links */
a { color: #ed1c24; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Divs */
.wrapper { margin: 50px auto 0; width: 768px; }
.wrapper.content { margin: 0 auto; }


#container { padding: 50px 0; background: rgba(255, 255, 255, 0.65); }


/* Images */
#logo { margin: 0 0 25px 0; width: 125px; }


/* Inputs */
input { margin: 10px 0 0 0; font-size: 16px; }
input[type="email"] { padding: 11px 15px; width: 80%; border: 1px solid #a5a5a5; }
input[type="submit"] { padding: 10px 15px; color: #FFF; background: #ed1c24; border: 1px solid #9b101a; cursor: pointer; }

span.count {background: green;padding:5px; margin: 0px 0 0 -10px; -webkit-border-radius: 180px; -moz-border-radius: 180px; border-radius: 180px; font-size:8px}
span.small {font-size: 10px; color: black;}

/* Live validation */
.LV_validation_message { display: none; height: 0px; }
.LV_invalid_field { border: 1px solid red !important; background-color: #FFD9D9; }

@media screen and (max-width: 760px) {
	.wrapper {
		width: 95%;
		margin: 20px auto;
		padding: 10px;
	}
}
