


		body {

			background: #000 url('../images/fs.png') top center fixed !important;
			background-size: cover;

			overflow-x:hidden;
			overflow-y:auto;
			margin:0;
			padding:0;

			color: #fff;
			font-family: 'Open Sans', sans-serif;
		}

		.navbutton {

			position: relative;
			top:10px;
			left:20px;
		}

		.aa {

			margin: 50px 20% 50px 20%;
			line-height: 25px;
			text-align: center;
		}

		.aa.dd {
			margin: 50px 5% 50px 5%;
		}

		.aa a {

			color: #fff;
			text-decoration: underline;
		}
		
		.aa p {

			margin: 0 15%; 
			opacity:0.7;
			font-size: 14px;
			letter-spacing: 1px;
			font-weight: normal;
		}

		.aa h2 {

			font-family: 'Karla', sans-serif;
			text-transform: uppercase;
			font-size: 20px;
  			font-weight: normal;
			letter-spacing: 2px;
		}


		.bb {

			margin: 0 5% 35px 5%;
			line-height: 24px;
			text-align: center;
			font-size: 14px;
			font-style: italic;
		}

		.bb blockquote {

			display: inline-block;
			font-family: Georgia, serif;
			font-size: 18px;
			font-style: italic;
			max-width: 450px;
			margin: 0.25em 0;
			padding: 0.25em 40px;
			line-height: 1.45;
			position: relative;
			color: #fff;
			border-left: none;
		}

		.bb blockquote:before {

			display: block;
			content: "\201C";
			font-size: 80px;
			position: absolute;
			left: 10px;
			top: -25px;
			color: #999;
		}

		.bb blockquote cite {
			color: #999999;
			font-size: 14px;
			display: block;
			margin-top: 5px;
		}
		 
		.bb blockquote cite:before {
			content: "\2014 \2009";
		}

		.bb p span {

			opacity:0.7;
			display: block;
			font-size: 12px;
		}

		.bb p.s {

			margin-top: 25px;
		}


		.cc {

			margin: 0 5% 25px 5%;
			line-height: 24px;
			text-align: center;
			font-size: 10px;
		}

		.cc p {

			opacity:0.7;
		}

		.cc input[type='submit'],
		.cc input[type='button'] {

			border: 1px solid #fff;
			background: transparent;
			
			width:180px; 
			line-height: 30px;
			color:#fff;
			font-size: 12px;

			outline: none;

			padding:4px 13px;
			box-sizing: border-box;

			transition: background 0.25s;
		}

		.cc input[type='submit']:active,
		.cc input[type='button']:active {

			background: #000;
			opacity: 1;
			vertical-align: top;
    		padding: 6px 13px 2px;
		}

		.cc input[type='email'],
		.cc input[type='text'],
		.cc input[type='search'] {

			border: none;
			background: black;

			width: 180px; 
			line-height: 34px;
			color:#888;
			font-size: 12px;
			text-align: center;

			margin: 40px 0 10px 0;
			outline:none;
			transition: background 1.5s;
			display: inline-block;
		}

		.cc input[type='email']:focus,
		.cc input[type='text']:focus 
		.cc input[type='search']:focus {

			background: #fff;
			text-indent: 5px;
		}

		.cc input[type='email']:focus::-webkit-input-placeholder,
		.cc input[type='text']:focus::-webkit-input-placeholder,
		.cc input[type='search']:focus::-webkit-input-placeholder   {

			color: transparent;
		}

		.cc input[type='email']:valid,
		.cc input[type='text']:valid,
		.cc input[type='search']:valid { 

			background: #fff;
		}

		.cc span,
		.cc a {

			display: inline-block;
			font-size: 12px;
			color: #fff;
			opacity: 0.75;
			margin-top: 50px;

			transition: opacity 0.4s;
		}

		.cc a:hover {

			opacity: 1;
		}

		.l {
			text-align: center;
			margin-top: 75px;
		}

		.mc4wp-form {
			
			margin-top: -1em !important;
		}

		.mc4wp-error {

			display: none !important;
		}

		.sm {

			text-align: center;
			margin: 60px 0;
		}

		.sm img {

			margin: 0 2px;
			width: 35px;
			opacity: 0.5;
			transition: opacity 0.4s;
		}

		.sm img:hover {

			opacity: 1;
		}

		@media screen and (max-width: 480px) {

			.aa {

				margin: 50px 10% 50px 10%;
			}


			.aa p {

				margin: 55px 0 0 0; 
			}

			.l {
			
				margin-top: 80px;
			}
		}

	
