@charset "UTF-8";

/*Basic */

	body {
		background: #fff;
		background-attachment: fixed;
		background-image: url("overlay.png") , url("../images/banner.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		color: #666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: 400;
		line-height: 2em;
		}

	a {
		color: #f32853;
		text-decoration: none;
	}

		a:hover {
			color: #ff4f74;
		}

	p {
		margin: 1.5em 0 0em 0;
	}

	h1, h2, h3, h4, h5, h6 {
			font-weight: 700;
			line-height: 1em;
			margin: 0 0 0 0;
			text-transform: uppercase;
		}

/* Banner */
	#banner {
			padding: 15% 0 0 0;
			line-height: 1.75;
			text-align: center;
		}

		#banner :last-child {
				margin-bottom: 0;
			}

			#banner h2 {
				color: #ffffff;
				display: inline-block;
				font-size: 3.5em;
				line-height: 1.35;
				margin-bottom: 0.5em;
			}

			#banner p {
				color: #ccc;
				font-size: 1.5em;
				margin-bottom: 3.75em;
				text-transform: uppercase;
			}
		}

/* List */


	ul {
		list-style: disc;
		margin: 0 0 0em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			
/* Button */

	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s linear, color 0.2s  ease-in-out;
		-webkit-transition: background-color 0.2s linear, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s linear, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s linear, color 0.2s ease-in-out;
		transition: background-color 0.2s linear, color 0.2s ease-in-out;
		background-color: #323037;
		border-radius: 4px;
		border: 0;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 3.15em;
		line-height: 3.25em;
		padding: 0 2.2em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		.button.big {
			font-size: 1.35em;
		}


		.button.special {
			background-color: #f32853;
			color: #ffffff !important;
		}

			.button.special:hover {
				background-color: #ff4f74;
			}

/* Header */

	#header {
		background-color: #fff;
		border-bottom: solid 1px rgba(144, 144, 144, 0.25);
		box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.05);
		color: #484848;
		cursor: default;
		font-size: 1.25em;
		height: 4.5em;
		left: 0;
		line-height: 4.4em;
		position: fixed;
		text-transform: uppercase;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			color: #484848;
			font-weight: 400;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
		}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			/*right: 1.25em;*/
			top: 0;
			vertical-align: middle;
		}
.right{
	right: 1.25em;
}

.left{
	left: 1.25em;
}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding-left: 0;
			}

				#header nav > ul > li {
					border-radius: 4px;
					display: inline-block;
					margin-left: 2.5em;
					padding-left: 0;
				}

					#header nav > ul > li a {
						-moz-transition: color 0.2s ease-in-out;
						-webkit-transition: color 0.2s ease-in-out;
						-o-transition: color 0.2s ease-in-out;
						-ms-transition: color 0.2s ease-in-out;
						transition: color 0.2s ease-in-out;
						color: #666;
						display: inline-block;
						text-decoration: none;
					}

						#header nav > ul > li a:hover {
							color: #484848;
						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

					#header nav > ul > li .button {
						border-color: rgba(144, 144, 144, 0.25);
						box-shadow: none;
						height: 3em;
						line-height: 2.9em;
						margin-bottom: 0;
						padding: 0 1.5em;
						position: relative;
						top: -0.075em;
						vertical-align: middle;
					}

		#header .container {
			position: relative;
		}

			#header .container h1 {
				left: 0;
			}

			#header .container nav {
				right: 0;
			}

		#header.alt {
			background-color: transparent;
			border: 0;
			box-shadow: none;
			height: 3.25em;
			line-height: 3.25em;
			position: absolute;
		}

			#header.alt h1 {
				color: #ffffff;
				left: 2.5em;
				top: 2em;
			}

				#header.alt h1 a {
					color: #ffffff;
				}

			#header.alt nav {
				right: 2em;
				top: 2em;
			}

				#header.alt nav a {
					color: #ddd;
				}

					#header.alt nav a:active, #header.alt nav a:hover {
						color: #ff4f74;
					}

			#header.alt .button {
				border-color: rgba(255, 255, 255, 0.5);
				color: #ffffff !important;
			}