* {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing:    border-box;
  	box-sizing:         border-box;
}

html {
  height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;
	margin: 0;
	padding-bottom: 4rem;
	min-height: 100%;
}

a {
	text-decoration: none;
}

h1 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 60px;
	color: #cc9900;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
}

h2 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 45px;
	text-align: center;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 40px;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

#content .calendar {
	margin: 40px 0;
	text-align: center;
}

#content form {
	width: 300px;
	margin: 0 auto;
	position: relative;
	z-index: 111;
}

#content form fieldset {
	border: 5px solid #f7f7f7;
	padding: 0;
}

#content form input {
	background: #faffbd;
	color: #474749;
	border: 1px solid #c0c0c0;
	font-size: 16px;
	padding: 5px 10px;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 45px;
}

#content form input:last-child {
	border-top: 0;
}

#content form button {
	background: #333;
	color: #fff;
	border: 1px solid #c0c0c0;
	margin: 0 auto;
	margin-top: 10px;
	display: block;
	padding: 5px 10px;
	width: 288px;
	height: 45px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}

footer {
	width: 100%;
	clear: both;
	padding-bottom: 5px;
	background: #fff;
	position: fixed;
	bottom: 0;
}

footer .logo {
	position: absolute;
	right: 30px;
	bottom: 65px;
	display: none;
}

footer .logo img {
	max-width: 105px;
}

footer ul {
	padding: 0;
	margin: 0;
}

footer ul li {
	color: #a1a1a1;
	font-size: 16px;
	width: 25%;
	float: left;
	list-style: none;
	text-align: center;
	padding-top: 5px;
}

footer ul li span {
	font-size: 12px;
	width: 100%;
	display: block;
	border-right: 1px solid #d9d9d9;
	margin-bottom: 5px;
}

footer ul li:nth-child(1) {
	border-top: 10px solid #db4a37;
}

footer ul li:nth-child(2) {
	border-top: 10px solid #f7cb38;
}

footer ul li:nth-child(3) {
	border-top: 10px solid #42b449;
}

footer ul li:nth-child(4) {
	border-top: 10px solid #7090c8;
}

footer ul li:last-child span {
	border: 0;
}

/* common classes */
.red {color: #ff0000;}
.bold {font-weight: bold;}
.hidden {display: none;}
.mbot {margin-bottom: 20px;}
.center {text-align: center;}

/* RESPONSIVE STYLES */
@media only screen and (min-width: 660px), projection and (min-width: 660px) {

	h1 {
		font-size: 82px;
	}

	footer .logo {
		display: block;
	}

	footer ul li span {
		font-size: 16px;
	}
}