* {
	margin:0;
	padding:0;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
}

html,body { height:100%; }

body {
	padding: 0px;
	background:#fefefe;
	color: #2a2a2a;
	font: 300 14px 'helvetica',sans-serif;
	line-height: 1.5;
	padding-left: 2em;
	padding-right: 2em;
}


img {  }

img.logo {
	z-index: 1;
	width: 60px;
	height: auto;
}

.logo a:link, .logo a:visited, .logo a:active {
	opacity: 1;
    transition: 0.4s ease;
}

.logo a:hover {
	opacity: 0.7;
    transition: 0.4s ease;
}


div.full { width: 100%; height: 100%; }

div.wrap {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
}
	
div.helper {
    display: block;
    height: 30%;
    vertical-align: middle;
}

div.icon {
	display: block;
	text-align: center;
	vertical-align: middle;
	border: 0px solid #aa0000;
	padding-bottom: 10px;
}

div.main {
	display: block;
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
}

.intro {
	margin: 0 auto;
	max-width: 720px;
	padding-bottom: 30px;
}

.intro p {
	text-align: center;
	margin-bottom: 10px;
}

div.gallery {
	margin: 0 auto;
	text-align: center;
}

div.text {
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 350px;
	border: 0px solid #aa0000;
}

.footer {
	margin: 30px 0;
	max-width: 720px;
	padding-bottom: 30px;
}

	.footer p {
		color: #afafaf;
		font-size: 12px;
		text-align: center;	
	}

.cl { clear: both; }


h1 {
	font-family: 'helvetica', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	padding-bottom: 5px;
}

p {
	line-height:1.6em;
}

p.links { padding-top: 5px; color: #aaa; }

.quiet {
	color: #afafaf;
	display: block;
	margin-top: 5px;
}

span.sp { padding-left: 5px; padding-right: 5px; }

i.sp {padding-right: 2px;}

ul, li {
	font: inherit;
}

li:before { 
    content: '\b7\a0'; /* \b7 is a middot, \a0 is a space */
}
li {
    list-style:none;
    text-indent:0.5em; /* helps make it look more like it's a bullet. */
}

a:link { color:#2a2a2a; text-decoration:none; }
a:hover { color:#1a1a1a; text-decoration:none; }
a:visited { color:#2a2a2a; text-decoration:none; }
a:active { color:#2a2a2a; text-decoration:none; }

.button-container {
	display: block;
	margin-top: 30px;
}

.button {
    background: #4d78a5;
    border: 0;
    border-radius: 5px;
    color: #fff !important;
    display: block;
	font-weight: 700;
    margin: 0 auto;
    max-width: 320px;
    padding: 15px 25px;
    text-align: center;
    transition: 0.4s ease;
  }

  .button:hover {
    background: #4a4a4a;
  }


img.directory-sample {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

@media only screen and (max-device-width: 480px) {
	img.directory-sample {
		width: 100%;
	}
}