
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

html,
body {
	color: #676767;
    /*font-family: 'Gudea', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a,
a:visited {
	color: rgba(244, 89, 27, 1);
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	border-bottom: 1px solid;
	outline: 0;
	transition: all .4s ease;
}

.button {

}

.button,
.button:visited {
	background: none;
	border-radius: 4px;
	border: 1px solid #93989d;
	display: inline-block;
    font-weight: 400;
	color: #93989d;
	padding: 1em 2em 1.25rem;
    text-transform: uppercase;
}

.button:hover {
	background: #fff;
	color: #CB4D1B;
	transition: all .4s ease;
}

.button:active {
    background: #fff;
}

.call-to-action .button {
	border-color: #fff;
	color: #fff;
	padding: 1em 2em;
	text-transform: uppercase;
}

.call-to-action .button:hover {
	color: #CB4D1B;
}

.button.linkedIn:hover {
	background: #1C87BD;
	border-color: #1C87BD;
}

.button.facebook:hover {
	background: #4C67A1;
	border-color: #4C67A1;
}

.button.twitter:hover {
	background: #1AB2E8;
	border-color: #1AB2E8;
}

.button.github{
    text-transform: lowercase;
}

.button.github:hover {
	background: #3585E8;
	border-color: #3585E8;
}

.social-buttons .button {
	font-weight: normal;
	margin: .5em;
	padding: 1em;
}

.social-buttons .button:hover {
	color: #fff;
}

/* ==========================================================================
   Typography
   ========================================================================== */


/* icons */

@font-face {
	font-family: 'icomoon';
	src:url('/includes/fonts/icons/icomoon.eot?-dqv23s');
	src:url('/includes/fonts/icons/icomoon.eot?#iefix-dqv23s') format('embedded-opentype'),
    url('/includes/fonts/icons/icomoon.svg?-dqv23s#icomoon') format('svg'),
	url('/includes/fonts/icons/icomoon.woff?-dqv23s') format('woff'),
	url('/includes/fonts/icons/icomoon.ttf?-dqv23s') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 2em;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

.icon:before {
	content: attr(data-icon);
	display: block;
	float: left;
	font-family: 'icomoon';
	font-size: 1.5em;
	line-height: 0.9em;
	margin: 0 10px 0 0;
}

.mission .icon:before {
	xborder: 2px solid #FFFFFF;
	border-radius: 100%;
	color: #AAADAF;
	display: inline-block;
	float: none;
	font-size: 5em;
	height: 80px;
	margin: 0.3em auto;
	xpadding: 0.6em;
	width: 80px;
}

.pagetitle {
	color: #AAADAF;
	display: block;
    font-family: 'Gudea', sans-serif;
	font-size: 3em;
	letter-spacing: -1px;
	margin: 0;
	text-align: center;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* ==========================================================================
   Header
   ========================================================================== */

.side-nav {
	background: none repeat scroll 0 0 #444444;
	height: 100%;
	position: fixed;
	z-index: 100;
}

.header {
	text-align: right;
}

.menu {
	display: none;
}

#site-menu {
	color: #FFFFFF;
	font-size: 1.5em;
	padding: .5em 1em;
	position: fixed;
		right: 0;
		top: 0;
	z-index: 5;
}

#pull {
	color: #FFFFFF;
	display: inline-block;
}

/* video background */

.video_wrapper {
	/*height: 100%;*/
	/*overflow: hidden;*/
	/*position: relative;*/
	/*top: 0px;*/
	/*right: 0px;*/
	/*width: 100%;*/
	/*z-index: -1;*/
}

#video_background {
	height: auto;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: auto;
	z-index: -999;
	-webkit-backface-visibility: hidden;
}

#video_pattern {
	background-image: url(/images/video-screenshot.jpg);
	height: 100%;
	opacity: 0.8;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}

.next {
	margin: 3em auto;
	text-align: center;
}

.arrow {
	display: inline-block;
	font-size: 2em;
	margin-top: 0;
	transition: margin-top .3s ease;
}

.arrow:hover {
	border: 0;
	color: #fff;
	margin-top: 10px;
	text-decoration: none;
	transition: all .4s ease;
}

.arrow.icon:before {
	color: rgba(255, 255, 255, .4);
}

.arrow.icon:hover:before {
	color: #fff;
	font-size: 1.8em;
	transition: all .4s ease;
}

/* ==========================================================================
   Content
   ========================================================================== */
.logo {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 100%;
	color: #DC3C00;
	display: inline-block;
	font-family: 'Gudea', sans-serif;
	font-size: 4em;
	height: 130px;
	line-height: 1em;
	margin: 0 auto 50px;
	overflow: hidden;
	xpadding: .8em 0.5em;
	text-align: center;
	text-decoration: none;
	width: 130px;
}

.logo img {
	margin-left: -10px;
	margin-top: 0;
	transition: all .4s ease;
}

.logo:hover img {
	margin-top: -20px;
	transition: all .4s ease;
}

.wrapper {

	margin: 0 auto;
	overflow: hidden;
	max-width: 1140px;
	position: relative;
	z-index: 2;
}

.overlay:before {
	background: rgba(244, 89, 27, 0.8);
	xbackground: rgba(254, 68, 68, .8);
	xbackground: rgba(46, 101, 190, .8);
	xbackground: rgba(21, 112, 166, .8);
	xbackground: rgba(0, 200, 215, .8);
	xbackground: rgba(220, 60, 0, .8);
	content: "";
	display: block;
	height: 100%;
    min-height: 100%;
	position: absolute;
		left: 0;
		top: 0;
	width: 100%;
	z-index: 0;
}

.overlay {
	position: relative;
	z-index: 2;
}


.sub-header {
	color: #fff;
	/*font-family: 'Josefin Sans', sans-serif;*/
    font-family: 'Raleway', sans-serif;
	/*font-weight: 300;*/
    font-weight: 100;
    padding-bottom: 3em;
}

.sub-header .wrapper {
    padding: 10em 3em 1em;
	position: relative;
	z-index: 1;
}

.sub-header h1 {
    font-size: 2.2em;
	line-height: 1;
	text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
}

.sub-header h1 span {
    /*font-family: 'Josefin Sans',sans-serif;*/
    font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.sub-header strong {
	display: block;
    font-size: 1.5em;
	font-weight: 300;
}

.content {
	background: #fff;
}

.content .wrapper {
	overflow: auto;
	padding: 5em 1em 0;
	position: relative;
	z-index: 1;
}

.content h1 {
    font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.content p {
	color: rgba(38, 38, 38, 0.7);
    font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6em;
}

.info {
    margin: 0 auto;
    padding: 3em 1em 5em;
    width: 80%;
}

.info img {
    border-radius: 100%;
    float: left;
    margin-right: 30px;
}

.figure {
	text-align: left;
}

.skills {
	list-style: none;
}

.skills li {
	display: inline-block;
}

.mission {
	xbackground: url(https://www.simple.com/img/landing/instant-bg2875150398.jpg) no-repeat fixed center 0  / cover;
	border-top: 1px solid #eee;
	color: #AAADAF;
	position: relative;
}

.mission .wrapper {
	padding: 0 0 2em;
}

.mission p {
	color: inherit;
}

.mission ul {
	list-style: none;
	text-align: center;
}

.column {
	display: inline-block;
	width: 33%;
}

.column h3 {
    font-family: 'Raleway', sans-serif;
	font-size: 1.6em;
	margin-bottom: 1em;
	text-align: center;
}

.column p {
	padding: 0 1em 0 0;
}

.mission .icon {
	display: block;
	text-align: center;
}

.column {
	overflow: hidden;
		-webkit-perspective: 1000;
		-moz-perspective: 1000;
		-o-perspective: 1000;
	perspective: 1000;
}

.column,
.front,
.back {
	height: 280px;
	width: 320px;
}

.flipper {
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	position: relative;
}

.front,
.back {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 2em 1em;
		-webkit-transition: 0.6s;
		-webkit-transform-style: preserve-3d;

		-moz-transition: 0.6s;
		-moz-transform-style: preserve-3d;

		-o-transition: 0.6s;
		-o-transform-style: preserve-3d;

		-ms-transition: 0.6s;
		-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
		top: 0;
		left: 0;
}

.back {
	padding-top: 6em;
		-webkit-transform: rotateY(-180deg);
		-moz-transform: rotateY(-180deg);
		-o-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.column:hover .back,
.column.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.column:hover .front,
.column.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.front {
	z-index: 2;
}

.social-buttons {
    /*background: #B7B5B2;*/
    background: #AFAFAF;
    position: relative;
	text-align: center;
    z-index: 5;
}

.social-buttons h2 {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    padding-top: 1em;
    text-transform: uppercase;
}

.social-buttons .button {
    color: #fff;
    border-color: #fff;
    font-size: .8em;
}

.work.overlay:before {
	background: rgba(65, 69, 79, .92);
}

.work .wrapper {
	color: #fff;
	padding: 4em 0;
}

.work em,
.work strong {
	/*font-family: 'Josefin Sans',sans-serif;*/
	font-size: 2em;
	font-style: normal;
	text-transform: uppercase;
}

.work strong {
	display: block;
	font-weight: 700;
	margin: 1em 0;
	text-align: right;
}

.twitter-feed ul {
	padding: 0;
	text-align: center;
}

.twitter-feed li {
	display: inline-block;
	list-style: none outside none;
	margin: 1em;
	padding: 1em;
	vertical-align: top;
	width: 28%;
}

.user {
	display: block;
	margin: 1em 0;
}

.user img {
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}

.user span,
.user span span {
	color: #FFFFFF;
	font-size: 0.85em;
}

.user span:nth-of-type(2) {
	color: #ACB0BF;
	display: block;
}

.tweet {
	font-size: 1.2em;
	margin-left: 10px;
	text-align: left;
}

.timePosted {
	display: none;
}

.code {
	background: url("/images/global/background-js.png") repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
	border-top: 1px solid #EEEEEE;
	color: #AAADAF;
	padding: 10em 0;
	position: relative;
}

.code.overlay:before {
	background: rgba(57, 57, 57, 0.85);
}

.browser {
	display: inline-block;
	width: 400px;
}

.display {
	margin: 0 auto;
	width: 380px;
}

/* ==========================================================================
   Blog include
   ========================================================================== */

.blog {
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		-webkit-column-fill: auto;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
	column-count: 2;
	column-fill: auto;
	column-gap: 10px;
	list-style: none;
	padding: 0;
}

.blog .wrapper {
	padding: 0;
}

.blog li {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
	column-break-inside: avoid;
	width: auto;
}

.blog li a {
	border: 1px solid #D4D5D6;
	display: inline-block;
	margin: 1em;
	padding: 2em;
	text-align: center;
}

.blog li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.blog .title {
    font-family: 'Raleway', sans-serif;
	font-size: 2.5em;
	margin-bottom: .5em;
}

.post-meta {
	color: #C5C7C9;
	float: left;
	margin-bottom: 2em;
	padding: 1em;
}

.blog-content {
	clear: both;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
	background: #333;
}

.footer .wrapper {
	padding: 1em 0;
}

.fb-like {
	float: left;
	width: 40%;
}

#copyright {
	color: #777777;
	float: right;
	font-family: verdana;
	font-size: 0.7em;
	text-align: right;
	width: 40%;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/* ==========================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

nav li {
	list-style: none;
}

.img_left, .img_right,
.img_full {
	border: 1px solid #dfdfdf;
	padding: .25em;
}

.img_left {
	float: left;
	margin: 0 1em 1em 0;
}

.img_right {
	float: right;
	margin: 0 0 1em 1em;
}

.img_full {
	display: block;
	max-width: 100%;
}

.message_wrapper {
	margin: 0 auto;
	max-width: 800px;
	width: 90%;
}

.user_message {
	background: #f6f6f6;
	border: 1px solid #dddddd;
	margin-top: 2.5em;
	padding: 1em;
}

.user_message h1 {
	margin-top: 0;
}

.pagination {
	border-radius: 3px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.pagination li {
	display: inline;
}

.pagination li:first-child a {
	border-left-width: 1px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	border-radius: 0 3px 3px 0;
}

.pagination li.active a {
	color: #999;
	cursor: default;
}

.pagination a {
	border: 1px solid #dddddd;
	border-left-width: 0;
	float: left;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}

.pagination a:hover, .pagination .active a {
	background-color: #f5f5f5;
}

.no_results {
	background: #f2f2f2;
	border: 1px solid #cfcfcf;
	color: #777;
	padding: .7em;
	text-align: center;
}

body, input, textarea, button {

}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Josefin Sans',sans-serif;*/
    font-family: 'Raleway', sans-serif;
	font-weight: 100;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
	margin-top: 0;
}

#update_browser {
	background-color: #f2dede;
	border-bottom: 1px solid #eed3d7;
	color: #b94a48;
	margin: 0;
	padding: 0;
}

#update_browser p {
	margin: 0 auto;
	padding: 1em;
	width: 90%;
}

#update_browser a {
	color: #b94a48;
}

label {
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: 500;
	margin: 0.75em 0 0;
}

fieldset {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	padding: 1em;
}

fieldset legend + label {
	margin-top: 0;
}

legend {
	font-weight: bold;
	padding: .25em;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #555;
	margin: 0.3em 0 0.3em 0;
	outline: none;
	padding: .5em;
	-webkit-transition: border-color 0.15s linear, background 0.15s linear;
	-moz-transition: border-color 0.15s linear, background 0.15s linear;
	-o-transition: border-color 0.15s linear, background 0.15s linear;
	transition: border-color 0.15s linear, background 0.15s linear;
	width: 100%;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled],
select[disabled] {
	cursor: not-allowed;
	opacity: .8;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
	background: #f8f8f8;
}

input[type=text]:focus,
textarea:focus {
	background: #fafafa;
	border-color: #b3b3b3;
	outline: none;
}

.error::-webkit-input-placeholder {
	color: #b94a48;
	opacity: .5;
}

.error:-moz-placeholder {
	color: #b94a48;
	opacity: .5;
}

select {
	height: 2em;
	line-height: 2em;
}

textarea {
	resize: vertical;
}

input[type=submit] {
	background: #e6e6e6;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
	background: -webkit-linear-gradient(#ffffff, #e6e6e6);
	background: -moz-linear-gradient(#ffffff, #e6e6e6);
	background: -o-linear-gradient(#ffffff, #e6e6e6);
	background: linear-gradient(#ffffff, #e6e6e6);
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #666;
	margin-top: 1em;
	padding: 0.5em 1em;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}

input[type=submit]:hover {
	background: #dedede;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #e6e6e6));
	background: -webkit-linear-gradient(#f7f7f7, #e6e6e6);
	background: -moz-linear-gradient(#f7f7f7, #e6e6e6);
	background: -o-linear-gradient(#f7f7f7, #e6e6e6);
	background: linear-gradient(#f7f7f7, #e6e6e6);
}

input[type=submit]:active {
	background: #d9d9d9;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(#e6e6e6, #f2f2f2);
	background: -moz-linear-gradient(#e6e6e6, #f2f2f2);
	background: -o-linear-gradient(#e6e6e6, #f2f2f2);
	background: linear-gradient(#e6e6e6, #f2f2f2);
}

input[type="text"].error,
input[type="password"].error,
input[type="date"].error,
input[type="datetime"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="time"].error,
input[type="url"].error,
textarea.error,
label.error {
	background: #fff;
	border-color: #b94a48;
	color: #b94a48;
}

label.error {
	display: block;
	margin: 0.1em 0 1.25em;
}

input.error:focus,
textarea.error:focus {
	border-color: #b94a48;
}

.notification {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	margin: 1em 0;
	padding: .75em;
}

.notification.notification-success {
	background: rgba(70, 136, 71, 0.1);
	border-color: #468847;
	color: #3d773e;
}

.notification.notification-error {
	background: rgba(185, 74, 72, 0.1);
	border-color: #b94a48;
	color: #a74240;
}

.notification.notification-info {
	background: rgba(58, 135, 173, 0.1);
	border-color: #3a87ad;
	color: #34789a;
}

.notification.notification-warning {
	background: rgba(192, 152, 83, 0.1);
	border-color: #c09853;
	color: #b78c43;
}

.faded {
	opacity: .5;
}

#loader {
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-ms-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	background-color: transparent;
	border: 3px solid;
	border-radius: 50%;
	border-right-color: transparent;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	color: #555;
	display: block;
	height: 10px;
	position: relative;
	width: 10px;
}

#loader:after {
	border: 4px solid transparent;
	border-left-color: inherit;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: -50%;
	top: -50%;
	width: 0;
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	to {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes spin {
	to {
		-ms-transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: black !important;
		filter: none !important;
		-ms-filter: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	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;
	}
}

/* Media queries */
@media all and (max-width: 640px) {
    .sub-header .wrapper {
        padding: 10em 2em 1em;
    }

    .sub-header h1 {
        font-size: 1.8em;
    }

}

@media all and (max-width: 480px) {
    .content .wrapper {
        padding: 2em 2em 0;
    }

    .content h1 {
        font-size: 25px;
        line-height: 1.5;
    }

    .sub-header .wrapper {
        padding: 3em 2em 1em;
    }

    .call-to-action .button {
        display: block;
        font-size: .8em;
    }

    .sub-header .button {
        /*display: block;*/
    }

    .info {
        padding: 3em 1em 5em;
        width: 90%;
    }

    .info img {
        display: block;
        float: none !important;
        margin: 0 auto;
    }

    .social-buttons .button {
        margin: .5em .2em;
    }

    .social-buttons .button span {
        display: none;
    }

    .social-buttons .icon:before {
        margin: 0;
    }

}
