/* HTML5 Boilerplate CSS: h5bp.com/css */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif;color:#222}body{margin:0;font-size:1em;line-height:1.4}::-moz-selection{background:RGBA(90,106,176,1);color:#fff;text-shadow:none}::selection{background:RGBA(90,106,176,1);color:#fff;text-shadow:none}a{color:#00e}a:visited{color:#551a8b}a:hover{color:#06e}a:focus{outline:thin dotted}a:hover,a:active{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:bold}pre,code,kbd,samp{font-family:monospace,serif;_font-family:"courier new",monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}ul,ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;*margin-left:-7px;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*width:13px;*height:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}input:invalid,textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:black;padding:.2em 0}


html
{
	font: normal 14px/22px "Gafata", sans-serif;
	height:100%;
	width:100%;
	background:#fff;
}

header img
{
	display:none;
}

body
{
	margin: 0;
	padding: 0;
	width: auto;
	height: 100%;
	font-family: Gafata, sans-serif;
	-webkit-font-smoothing: antialiased;
	color:#1b1b1b;
	overflow: hidden;
}

.opl {
	position:fixed;
	top:100px;
	left:0px;
	z-index:99999;
}
.opl a {
	width:73px;
	height:56px;
	text-indent:-9999px;
	display:block;
	background:url('https://s3.amazonaws.com/onepagelove/one-page-love-award.png') no-repeat;
}


div.content{
	height: 100%;
	overflow-x:hidden;
	overflow-y:auto;
}

div.sharebox{
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 99999;
	width: 185px;
	height: 40px;
	padding: 5px 5px 5px 8px;
	overflow: hidden;
	background-color:RGBA(90,106,176,0.5);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    clip:rect(0px, 200px, 50px, 0px);
    -webkit-animation-duration: 2s;
	-webkit-animation-delay: 2s;
	-webkit-animation-iteration-count: 1;
}

div.sharebox:hover {
	height: 150px;
	clip:rect(0px, 220px, 220px, 0px);
}

div.share{
	position: fixed;
    margin-top:2px;
	width:185px;
	height: 200px;
	font-size: 14px;
	color: #fff;
}


div.about{
	max-width: 650px;
	width:90%;
	margin: 120px 20px 20px 53%;
	text-align:center;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
}

h1
{
	margin:0;
	font-family: Domine, serif;
	text-rendering: optimizeLegibility;
	font-size: 41px;
	color: #1b1b1b;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h2
{
	font-family: Gafata, sans-serif;
	margin:0;
	font-size:20px;
	color:#5a6ab0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}

p
{
	display:block;
	margin:20px auto;
	width:80%;
	font-size:16px;
	line-height:24px;
	opacity:0.8;
}

p a:link, p a:visited, p a
{
	color:#5a6ab0;
	text-decoration:none;
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

p a:hover,p.contact a
{
	color:#000;
	border-bottom:solid 1px #5a6ab0;
}

p a:active
{
	color:#1b1b1b;
	border-color:#000;
}

p.contact a:hover
{
	color:#5a6ab0;
	border:none;
}

p.quote
{
	margin:auto;
	font-family: Domine, serif;
	font-size: 20px;
	text-align: center;
	color: #1b1b1b;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
}

.footer
{
	display:inline-block;
	color:#777;
	margin:80px 10px 0 0;
	font-size:11px;
}

p.footer a:link, p.footer a:visited
{
	color:#1b1b1b;
	border:none;
}

a.footer:hover
{
	color:#000;
}

.buttons
{
	position: relative;
	width: 150px;
	left: 50%;
	margin-left: -75px;
}

.socialbuttons
{
	position: relative;
	float:left;
	top:4px;
	margin-left: 10px;
	width:40px;
	height:40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.socialbuttons:hover
{
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px;
-o-border-radius-bottomleft: 0px;

}

.socialbuttons:active
{
	filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.socialbuttons a
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration:none;
}


.linkedin {
	background: #0075ba url("../img/buttons.png") -10px -70px;
}
.linkedin:hover {
	background: #66acd7 url("../img/buttons.png") -10px -10px;
}
.twitter {
	background: #5fc6e6 url("../img/buttons.png") -70px -70px;
}
.twitter:hover {
	background: #9edcf1 url("../img/buttons.png") -70px -10px;
}
.facebook {
	background: #3b5997 url("../img/buttons.png") -130px -70px;
}
.facebook:hover {
	background: #879bc2 url("../img/buttons.png") -130px -10px;
}



/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-ms-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}


@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}


/* Media Queries */

@media screen and (max-width: 1024px) {

	html
	{
		background-position: 50% center;
	}

	div.about
	{
		margin: 120px 20px 20px 48%;
		max-width: 50%;

	}

}

@media screen and (max-width: 800px) {

	html
	{
	background-position: 50% center;
	}

	div.about
	{
		margin: 120px 20px 20px 48%;
		max-width: 50%;

	}
	div.sharebox{
		left:15px;
		bottom:15px;
	}
}

@media screen and (max-width: 480px) {

	html
	{
		border-radius:5px;
		background:#fff;
	}

	body
	{
		overflow: auto;
	}

	.opl {
		position:absolute;
		top:110px;
		left:0px;
		z-index:99999;
	}
	.opl a {
		width:73px;
		height:56px;
		text-indent:-9999px;
		display:block;
		background:url('https://s3.amazonaws.com/onepagelove/one-page-love-award.png') no-repeat;
	}

	header img
	{
		display:block;
		width:100%;
		height:auto;
		margin:20px 0 20px 0;
		border-bottom:solid 1px #1b1b1b;
	}
	div.content{
		height: auto;
	}


	div.sharebox{
		position: fixed;
  	  	top: 0px;
   		left: 0px;
		padding: 10px;
		width: 100%;
		height: 30px;
		background-color:#fff;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		clip:auto;
	}

	div.sharebox:hover{
		height: 30px;
		clip:auto;
	}

	div.share{
		top:0px;
		margin: -60px 0 0 0;
		padding: 0;
		width: 200px;
	}


	div.about
	{
		margin:0;
		width:auto;
		max-width: 480px;
	}

	div#backstretch
	{
		display: none;
	}

	h1
	{
		font-size:26px;
		letter-spacing: 2px;
	}

	h2
	{
		font-size:16px;
		letter-spacing: 0px;
	}

	p
	{
		width:90%;
	}
}


/*  Non-Semantic Helper Classes */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Print Styles */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don"t show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }


	header img
	{
		display:block;
		width:50%;
		height:auto;
		margin:20px 0 20px 0;
		border-bottom:solid 1px #1b1b1b;
	}
	div.content{

		height: auto;
		width:100%;
	}

	div.share
	{
		display: none;
	}

	div.about
	{
		margin:0;
		width:auto;
	}

	div.buttons
	{
		display: none;
	}
	div#backstretch
	{
		display: none;
	}

	h1
	{
		font-size:26px;
		letter-spacing: 2px;
	}

	h2
	{
		font-size:16px;
		letter-spacing: 0px;
	}

	p
	{
		width:100%;
	}


}
