/*

Template Name: Superawesome
Template Demo: http://awerest.com/demo/superawesome
Author: Awerest
Author website: http://awerest.com
Description: Retina Bootstrap App Landing Page For MODX
Tags: Responsive, Mobile First, Retina, Bootstrap 3, Landing Page, One Page, App, iOS, iPhone, iPad, Agency, Clean, Creative, Minimal, Multi-Purpose

Version: 2.0

---------------

Table of Contents:

1) Main styling
2) Typography
3) Intro
4) Features, Gallery and Contact
5) Terms and Privacy
6) Footer
7) Preloader
8) Back to top button

---------------

/* ==== 1) Main styles ==== */

::selection {
	background: #000;
	color: #ffffff;
}

::-moz-selection {
	background: #563d7c;
	color: #ffffff;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

.reveal-up {
	opacity: 0;
	transform: translate3d(0, 48px, 0);
	transition: opacity 0.8s ease, transform 0.8s ease;
	will-change: opacity, transform;
}

.reveal-up.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.reveal-delay-1 {
	transition-delay: 0.12s;
}

.reveal-delay-2 {
	transition-delay: 0.22s;
}

.reveal-delay-3 {
	transition-delay: 0.32s;
}

.device-shot {
	filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.12));
}

.feature-phones-crop {
	overflow: hidden;
}

.feature-phones-image {
	max-width: none;
	width: 122%;
	margin-left: -11%;
	margin-top: -1%;
}

.hero-device-crop {
	overflow: hidden;
}

.hero-device-image {
	max-width: none;
	width: 108%;
	margin-left: -4%;
	margin-top: -2%;
}

@media (prefers-reduced-motion: reduce) {
	.reveal-up,
	.reveal-delay-1,
	.reveal-delay-2,
	.reveal-delay-3 {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.separator {
	border-bottom: 2px solid #f1f2f3;
}

.margin15 {
	margin-top: 15%;
}

.margin-15 {
	margin-bottom: 15%;
}

.margin10 {
	margin-top: 10%;
}

.margin-10 {
	margin-bottom: 10%;
}

.margin5 {
	margin-top: 5%;
}

.margin-5 {
	margin-bottom: 5%;
}

/* ==== 2) Typography ==== */

p {
	color: #25272B;
	margin: 25px 0;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 50px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -2px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	color: #25272B;
	font-size: 50px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -2px;
	-webkit-text-stroke: 0.01em;
}

@media (max-width: 568px) {

	h1,
	h2 {
		font-size: 38px;
		letter-spacing: -1px;
	}
}

h3 {
	font-family: 'Open Sans', sans-serif;
	color: #25272B;
	font-size: 21px;
	font-weight: 200;
	line-height: 1;
	margin: 15px 0 7px 0;
	-webkit-text-stroke: 0.03em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 21px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 1px;
	-webkit-text-stroke: 0.01em;
}

h3 a {
	-webkit-text-stroke: 0.03em;
}

span {
	color: #000000;
}

a {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* ==== 3) Intro ==== */

.btn-awesome {
	background: rgba(255, 255, 255, 0.4;
			color: #fff;
			border: 0;
			border-radius: 0px;
			padding: 8px 16px;
			-webkit-transition: 0.3s ease;
			-moz-transition: 0.3s ease;
			-ms-transition: 0.3s ease;
			-o-transition: 0.3s ease;
			transition: 0.3s ease;
	}

	.btn-awesome:hover {
		background: rgba(255, 255, 255, 0.3);
		color: #000 !important;
	}

	.float {
		-webkit-animation-name: floatingx;
		-webkit-animation-duration: 4s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-name: floating;
		-moz-animation-duration: 4s;
		-moz-animation-iteration-count: infinite;
		-moz-animation-timing-function: ease-in-out;
	}

	@-webkit-keyframes floatingx {
		from {
			-webkit-transform: translate(0, 0px);
		}

		50% {
			-webkit-transform: translate(0, 20px);
		}

		to {
			-webkit-transform: translate(0, -0px);
		}
	}

	@-moz-keyframes floating {
		from {
			-moz-transform:translate(0, 0px);
		}

		50% {
			-moz-transform:translate(0, 20px);
		}

		to {
			-moz-transform: translate(0, -0px);
		}
	}

	.scaling {
		-webkit-animation-name: scalex;
		-webkit-animation-duration: 3s;
		-webkit-animation-iteration-count:infinite;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-name: scale;
		-moz-animation-duration: 3s;
		-moz-animation-iteration-count: infinite;
		-moz-animation-timing-function: ease-in-out;
	}

	@-webkit-keyframes scalex {
		from {
			-webkit-transform: scale(0.9);
		}

		50% {
			-webkit-transform: scale(1.0);
		}

		to {
			-webkit-transform: scale(0.9);
		}
	}

	@-moz-keyframes scale {
		from {
			-moz-transform: scale(0.9);
		}

		50% {
			-moz-transform: scale(1.0);
		}

		to {
			-moz-transform: scale(0.9);
		}
	}

	/* ==== 4) Features, Gallery and Contact ==== */

	#features, #contact, #testimonials {
		background: #ffffff;
	}

	#team {
		background: #f5f5f5;
	}

	#gallery .col-lg-3, #gallery .col-lg-4, #gallery .col-lg-6, #gallery .col-lg-12,
	#gallery .col-md-3, #gallery .col-md-4, #gallery .col-md-6, #gallery .col-md-12,
	#gallery .col-sm-3, #gallery .col-sm-4, #gallery .col-sm-6, #gallery .col-sm-12,
	#gallery .col-sx-3, #gallery .col-sx-4, #gallery .col-sx-6, #gallery .col-sx-12 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#features .col-lg-12 img {
		border-bottom: 1px solid #f1f2f3;
	}

	.thumbnail {
		padding: 0px;
		border: none;
		border-radius: 0;
		cursor: url('../img/cursor.cur'), crosshair;
		cursor: url('../img/cursor.png') 30 30, crosshair;
	}

	a.thumbnail {
		background: #000;
	}

	.thumbnail img {
		background: #000;
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}

	.thumbnail img:hover {
		opacity: .95;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		filter: gray;
		-webkit-filter: grayscale(50%);
	}

	blockquote {
		margin: 0;
		border-left: 2px solid #f1f2f3;
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}

	blockquote:hover {
		border-left: 2px solid #563d7c;
	}

	.form-control, .form-control:focus {
		color: #25272B;
		border: 0;
		outline: none;
		resize: none;
		background: #eeeff2;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
	}

	.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		border: 0;
	}

	@media (min-width: 768px) {
		.form-group {
			display: inline-block;
		}
	}

	.form-group, label {
		font-weight: 400;
		line-height: 1.2;
	}

	.honeypot {
		display: none !important;
	}

	.message {
		display: none;
	}

	#form-alert {
		padding: 5px 15px 5px 15px;
		margin: 15px 0 0 0;
	}

	form .btn {
		display: inline-block;
		margin: 0;
	}

	form .btn {
		color: #fff;
		-webkit-transition: all .1s linear;
		-moz-transition: all .1s linear;
		-transition: all .1s linear;
		background-color: #000;
	}

	form .btn:hover {
		background: #000;
		color: #fff;
	}

	form .btn:focus {
		background: #000;
		color: #fff;
		outline: 0px auto transparent;
		outline-offset: -2px;
	}

	.flowuplabels .fl_wrap {
		height: 45px;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.flowuplabels .fl_label {
		top: 12px;
		position: absolute;
		z-index: 3;
		-webkit-transition: all .1s linear;
		-moz-transition: all .1s linear;
		-transition: all .1s linear;
	}

	.flowuplabels .fl_input {
		background: none;
		border: none;
		border-bottom: 2px solid #f1f2f3;
		border-radius: 0;
		padding: 13px 0 0 0;
		z-index: 2;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.flowuplabels .fl_wrap.focused .fl_label,
	.flowuplabels .fl_wrap.populated .fl_label {
		top: -5px;
		font-size: 12px;
	}

	.flowuplabels .fl_wrap.focused .fl_label {
		color: #563d7c;
	}

	/* ==== 5) Terms and Privacy ==== */

	#terms {
		text-align: center;
	}

	#terms a {
		color: #fff;
	}

	.modal-header {
		border: none;
	}

	.modal-header h3 {
		font-family: 'Open Sans', sans-serif;
		color: #25272B;
		font-size: 49px;
		line-height: 48px;
		font-weight: 300;
		letter-spacing: -2px;
		-webkit-text-stroke: 0.005em;
	}

	.modal-content {
		border: none;
		border-radius: 0px;
		box-shadow: none;
	}

	.modal-backdrop.in {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

	.close {
		font-size: 26px;
		text-shadow: none;
		opacity: .5;
		filter: alpha(opacity=50);
		position: absolute;
		right: 10px;
		top: 5px;
	}

	/* ==== 6) Footer ==== */

	.footer {
		background: #25272B;
		text-align: center;
	}

	.footer p {
		color: #fff;
		font-style: italic;
		margin-top: 0;
	}

	.footer i {
		color: #fff;
		padding: 10px;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.footer i:hover {
		opacity: .6;
		filter: alpha(opacity=60);
	}

	/* ==== 7) Preloader ==== */

	#preloader {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000000;
		z-index: 9999;
		position: fixed;
	}

	#status {
		width: 200px;
		height: 200px;
		position: absolute;
		left: 50%;
		top: 50%;
		background-image: url(../img/preload.gif);
		background-repeat: no-repeat;
		background-position: center;
		margin: -100px 0 0 -100px;
	}

	/* ==== 8) Back to top button ==== */

	.go-top {
		position: fixed;
		bottom: 1em;
		right: 1em;
		display: inline-flex;
		align-items: center;
		gap: 0.35em;
		text-decoration: none;
		color: #fff;
		background: rgba(0, 0, 0, 0.3);
		font-size: 13px;
		padding: 1em;
		border-radius: 999px;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s ease, background 0.2s ease;
		z-index: 50;
	}

	.go-top.is-visible {
		opacity: 1;
		pointer-events: auto;
	}

	.go-top i {
		font-size: 18px;
	}

	.go-top:hover {
		background: rgba(0, 0, 0, 0.4);
		color: #fff;
	}
