/*

Theme Name: Superawesome
Theme Demo: http://awerest.com/demo/superawesome
Author: Awerest
Author website: http://awerest.com
Description: Superawesome is clean, onepage and minimal HTML5 & CSS3 MODx landing page theme designed for app or product presentation
Tags: MODX, Responsive, Mobile First, Retina, Bootstrap 3, Landing Page, One Page, App, iOS, iPhone, iPad, Agency, Clean, Creative, Minimal, Multi-Purpose

Version: 1.0

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

Table of Contents:

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

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

*/

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

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

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

::selection {
	background: #003e69;
	color:#ffffff;
}

::-moz-selection {
	background: #003e69;
	color:#ffffff;
}

.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: #4c5961;
	margin: 18px 0;
}

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

h2 {
	font-family: 'Open Sans', sans-serif;
	color: #4c5961;
	font-size: 30px;
	line-height: 150%;
	font-weight: 300;
	letter-spacing: 1px;
    
}

@media (max-width: 768px) {
    h1, h2 {
		font-size: 38px;
		letter-spacing: 20px;
	}
}

h3 {
    font-family: 'Open Sans', sans-serif;
    color: #4c5961;
    font-size: 21px;
    font-weight: 200;
    line-height: 1;
    margin: 15px 0 7px 0;
    

}

span {
	color: #003e69;
}

a {
	color: #003e69;
}

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

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

.btn-awesome {
	background: #9bbdd3;
	color: #fff;
	font-size: 18px;
  font-weight: 900;
	border: 0;
	border-radius: 40;
	padding: 8px 20px;
	-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: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: floating;
	-moz-animation-duration: 3s;
	-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);}    
}

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

@-webkit-keyframes scalingx {
	from {-webkit-transform: scale(0.9);}
	50% {-webkit-transform: scale(1.0);}
	to {-webkit-transform: scale(0.9);}
}
	
@-moz-keyframes scaling {
	from {-moz-transform: scale(0.9);}
	50% {-moz-transform: scale(1.0);}
	to {-moz-transform: scale(0.9);}
}

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

#features {
    background: #ffffff;
}

#team {
    background: #f5f5f5;
}

#testimonials {
    background: #ffffff;
}

#contact {
    background: #ffffff;
}

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

.fluid-width-video-wrapper {
    margin-top: 10%;
    margin-bottom: 10%;
}

.thumbnail {
    padding: 0;
	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 #003e69;
}

.form-control, .form-control:focus {
    color: #25272B;
	border: 0;
	outline: none;box
	resize: none;
	background: #eeeff2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
    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: 568px) {
	.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 {
	background: #9bbdd3;
	color: #fff;
	border-radius: 40px;
	font-size: 18px;
  font-weight: 900;
  padding: 8px 20px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
    -o-transition: all .1s linear;
	transition: all .1s linear;
}

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

form .btn:focus {
	background: #9bbdd3;
	color: #fff;
	outline: 0 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;
    -o-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: #003e69;
}

.alert li {
	list-style: none;
	display: inline-block;
}

.alert-danger {
	border-width: 1px;
	border-radius: 0;
	color: #b94a48;
}

.alert-danger p {
	color: inherit;
    margin: 0;
}

.alert-succes {
	border-width: 1px;
	border-radius: 0;
	color: #468847;
}

/* ==== 5) Modals ==== */

.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: 0;
	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) Ending and Footer ==== */

#ending {
    text-align: center;
}

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

.footer p {
	color: #40464A;
	
	margin-top: 0;
}

.footer i {
	color: #40464A;
	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 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #003e69;
	z-index: 9999;
	position: fixed;
    visibility: visible;
}

#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;
	text-decoration: none;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	font-size: 13px;
	padding: 1em;
    visibility: visible;
}

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