/*

Template Name: Superawesome
Template Demo: http://awerest.com/demo/superawesome
Purchase: http://themeforest.net/item/superawesome-retina-bootstrap-3-app-landing-page/3597882?ref=awerest
Author: Awerest
Author website: http://awerest.com
Tags: Responsive, Mobile First, Retina, Bootstrap 3, One Page, Multi-Purpose, Landing Page, App, Clean, Creative, Minimal, Business, White, Modern

Version: 2.5

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

Table of Contents:

1) General
2) Typography
3) Backgrounds and buttons
4) Dividers
5) Intro & CTA
6) Features, gallery & pricing
7) Contact
8) Preloader

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

/* ==== 1) General ==== */

@-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 {
	background: #fff;
	overflow-x: hidden;
	margin: 0;
	text-rendering: geometricPrecision;
}

section {
	position: relative;
	overflow: hidden;
}

.img-responsive {
	display: inline-block;
}

.no-margin, .no-margin:hover {
	margin: 0 !important;
}
footer {background:#233140;}
footer * {color:#cedbe2 !important}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.navbar-custom {transition: padding .3s;border: none;border-radius:0;background:#233140;margin:0}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:3000;
}
.navbar a {outline: none;}
/* ==== 2) Typography ==== */

.light {
	color: #fff;
}

p {
	font-family: 'Open Sans', sans-serif;
	color: #4b5569;
	font-weight: 300;
	margin: 0 0 15px 0;
	font-size:16px;
}

p:last-child {
	margin: 0;
}

h1, h2, h3, h4 {
	color: #4b5569;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 42px;
/*	letter-spacing: -2px; */
}

h2 {
	font-size: 36px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	h1 {
		font-size: 36px;
		letter-spacing: -1px;
	}
	h2 {
		font-size: 30px;
		letter-spacing: 0;
	}
	#top .btn {font-size: 10px;padding: 10px;margin: 3px;width: 100%;}
}

@media (max-width: 568px) {
	h1 {
		font-size: 30px;
		letter-spacing: 0;
	}
	h2 {
		font-size: 24px;
		letter-spacing: 0;
	}
}

h3 {
	font-size: 19px;
}

a {
	color: #4b5569;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover, a:focus, a:active, a:active:focus {
	color: #96a0af;
	text-decoration: none;
}

/* ==== 3) Backgrounds and buttons ==== */

.white-bg {
	background: #fff;
}

.light-bg {
	background: #edf2f5;
}

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
/*	background: rgba(0, 0, 0, .3); 
	color: #fff;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	padding: 14px 25px;
	margin: 15px 0 0 0;
	border-radius: 25px !important;
	border: 1px solid transparent;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn:hover {
	background: rgba(0, 0, 0, .5);
}

.btn-ghost, .btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active, .btn-ghost:active:focus {
	background: rgba(255, 255, 255, .3);
	color: #fff;
}

.btn-ghost:hover {
	background: rgba(255, 255, 255, .5);
	color: #fff;
}

/* ==== 4) Dividers ==== */

hr {
	border-top: 1px solid #edf2f5;
	margin-top: 15px;
	margin-bottom: 15px;
}

.divide-xs {
	padding-top: 15px;
	padding-bottom: 15px;
}

.divide-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

.divide-md {
	padding-top: 45px;
	padding-bottom: 45px;
}

.divide-lg {
	padding-top: 60px;
	padding-bottom: 60px;
}

.divide-xl {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width: 768px) {
	.divide-xs {
		padding-top: 7px;
		padding-bottom: 8px;
	}
	.divide-sm {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.divide-md {
		padding-top: 22px;
		padding-bottom: 23px;
	}
	.divide-lg {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.divide-xl {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

/* ==== 5) Intro & CTA ==== */

/* Set the height of hero/intro, set image background */

.hero {
	background-image: url("../img/protect-bg.jpg");
	background-position: center;
/*	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover; */
	background-repeat:no-repeat;
	height: 710px;
}

.video-hero {
	height: 710px;
}

/* Set the height of intro on smaller screens */

@media (max-width: 620px) {
	.hero, .video-hero {
		height: 600px;
	}
}

@media (max-width: 480px) {
	.hero, .video-hero {
		height: 500px;
	}
}

/* Background video */

.video-hero {
	background: #4b5564;
	overflow: hidden;
}

#big-video-wrap {
	position: absolute;
	overflow: hidden;
}

/* Position content in center of intro element */

.float-content {
	position: absolute;
	width: 100%;
	top: 25%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.float-content {
		top: 35%;
	}
}

@media (max-width: 567px) {
	.float-content {
		top: 45%;
	}
}

/* Stick to bottom featured intro image */

.sticky-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
}

/* Video/Image overlay */

.section-overlay {
	background: rgba(75, 85, 100, .9);
	position: absolute;
	width: 100%;
	height: 100%;
}

/* Call-to-action section */

.cta {
	background-image: url("../img/protect-bg.jpg");
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

/* ==== 6) Features, gallery & pricing ==== */

/* When the image is off grid on left side */

.img-offgrid-left {
	position: absolute;
	bottom: -1px;
	right: 51%;
}

/* When the image is off grid on right side */

.img-offgrid-right {
	position: absolute;
	bottom: -1px;
	left: 51%;
}

/* Put image back in center under content on small screens */

@media (max-width: 767px) {
	.img-offgrid-left {
		position: relative;
		right: 0;
	}
	.img-offgrid-right {
		position: relative;
		left: 0;
	}
}

/* Pricing table box */

.pricing-table {
	padding: 30px 15px;
}

.pricing-table h1 {
	font-size: 58px;
}

/* Gallery thumbnails and lightbox */

.gallery-thumb {
	background: #000;
	position: relative;
}

.plus::before {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: height 0.5s ease-in-out, -webkit-transform 0.4s;
	-moz-transition: height 0.5s ease-in-out, -moz-transform 0.4s;
	transition: height 0.5s ease-in-out, transform 0.4s;
	-webkit-transform: translateY(50%) rotate(180deg);
	-moz-transform: translateY(50%) rotate(180deg);
	transform: translateY(50%) rotate(180deg);
}

.plus::after {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: width 0.5s ease-in-out, -webkit-transform 0.4s;
	-moz-transition: width 0.5s ease-in-out, -moz-transform 0.4s;
	transition: width 0.5s ease-in-out, transform 0.4s;
	-webkit-transform: translateX(50%) rotate(-180deg);
	-moz-transform: translateX(50%) rotate(-180deg);
	transform: translateX(50%) rotate(-180deg);
}

.gallery-thumb:hover .plus::before {
	height: 60px;
	width: 1px;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}

.gallery-thumb:hover .plus::after {
	height: 1px;
	width: 60px;
	-webkit-transform: translateX(-50%) rotate(0deg);
	-moz-transform: translateX(-50%) rotate(0deg);
	transform: translateX(-50%) rotate(0deg);
}

.container-fluid .col-sm-3 {
	padding: 0;
}

.modal-backdrop.in {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #000;
}

.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.ekko-lightbox .modal-header {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	border: 0;
}

.ekko-lightbox .modal-header .close {
	font-size: 42px;
	font-weight: 100;
	color: #fff;
	text-shadow: none;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	float: none;
}

.ekko-lightbox .modal-header .close:hover {
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
	filter: alpha(opacity=80);
}

.ekko-lightbox .modal-body {
	padding: 0;
}

/* ==== 7) Contact ==== */

@media (min-width: 768px) {
	.form-group {
		display: inline-block;
	}
	.sticky + section {padding-top:50px}
}

.honeypot {
	display: none !important;
}

/* Send button */

form .btn, form .btn:hover, form .btn:focus, form .btn:active:focus {
	background: rgba(150, 160, 175, .8);
	margin-top: 30px;
}

form .btn:hover {
	background: rgba(150, 160, 175, 1);
	margin-top: 30px;
}

/* Success and error message box */

.message {
	display: none;
}

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

.alert-danger {
	background: #ffaa00;
	border-width: 0;
	border-radius: 0;
	color: #fff;
}

.alert-success {
	background: #7dc800;
	border-width: 0;
	border-radius: 0;
	color: #fff;
}

/* Form animated labels */

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

.flowuplabels .fl_label {
	position: absolute;
	color: #96a0af;
	font-weight: 300;
	line-height: 1.2;
	padding: 8px;
	left: 30px;
	top: 5px;
	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: #edf2f5;
	color: #96a0af;
	font-weight: 300;
	padding: 0 0 0 20px;
	height: 43px;
	width: 100%;
	border: none;
	border-radius: 25px;
	z-index: 2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label ,
.flowuplabels .fl_wrap.populated-forced .fl_label{
	font-size: 12px;
	color: #96a0af;
	top: -25px;
}

.flowuplabels .fl_wrap.focused .fl_label {
	color: #96a0af;
}

/* ==== 8) Preloader ==== */

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

.dots {
	background: #fff;
	position: absolute;
	width: 110px;
	height: 110px;
	padding: 0;
	margin: 0;
	top: 50%;
	left: 50%;
	right: 0;
	list-style-type: none;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-filter: blur(4px) contrast(10);
}

.dot {
	transform-origin: 50% -20px;
	position: absolute;
	top: 75px;
	left: 45px;
}

.dot-gfx {
	background: black;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}

@keyframes dot-one {
	0% { transform: rotate(0); }
	70% { transform: rotate(720deg); }
	100% { transform: rotate(720deg); }
}

@-webkit-keyframes dot-one {
	0% { transform: rotate(0); }
	70% { transform: rotate(720deg); }
	100% { transform: rotate(720deg); }
}

.dot:nth-child(1) {
	transform: rotate(0);
	animation: dot-one 4.5s infinite ease-in-out;
	-webkit-animation: dot-one 4.5s infinite ease-in-out;
}

@keyframes dot-two {
	0% { transform: rotate(0); }
	77% { transform: rotate(720deg); }
	100% { transform: rotate(720deg); }
}

@-webkit-keyframes dot-two {
	0% { transform: rotate(0); }
	77% { transform: rotate(720deg); }
	100% { transform: rotate(720deg); }
}

.dot:nth-child(2) {
	transform: rotate(0);
	animation: dot-two 4.5s infinite ease-in-out;
	-webkit-animation: dot-two 4.5s infinite ease-in-out;
}

@keyframes dot-three {
	0% { transform: rotate(0); }
	85% { transform: rotate(720deg); }
	100% { transform: rotate(720deg); }
}

@-webkit-keyframes dot-three {
	0% { transform: rotate(0); }
	85% { transform: rotate(720deg); }
	100% { transform: rotate(720deg); }
}

.dot:nth-child(3) {
	transform: rotate(0);
	animation: dot-three 4.5s infinite ease-in-out;
	-webkit-animation: dot-three 4.5s infinite ease-in-out;
}

@keyframes dot-four {
	0% { transform: rotate(0); }
	92% { transform: rotate(720deg); }
	100% { transform: rotate(720deg); }
}

@-webkit-keyframes dot-four {
	0% { transform: rotate(0); }
	92% { transform: rotate(720deg); }
	100% { transform: rotate(720deg); }
}

.dot:nth-child(4) {
	transform: rotate(0);
	animation: dot-four 4.5s infinite ease-in-out;
	-webkit-animation: dot-four 4.5s infinite ease-in-out;
}

@keyframes dot-five {
	0% { transform: rotate(0); }
	100% { transform: rotate(720deg); }
	100% { transform: rotate(720deg); }
}

@-webkit-keyframes dot-five {
	0% { transform: rotate(0); }
	100% { transform: rotate(720deg); }
	100% { transform: rotate(720deg); }
}

.dot:nth-child(5) {
	transform: rotate(0);
	animation: dot-five 4.5s ease-in-out infinite;
	-webkit-animation: dot-five 4.5s ease-in-out infinite;
}