/* CSS Document */

@font-face {
	font-family: 'Ralewayregular';
	font-style: normal;
	font-weight: 400;
	src: local('Raleway'), local('Raleway-Regular'), url(../fonts/yQiAaD56cjx1AooMTSghGfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Ralewayregular';
	font-style: normal;
	font-weight: 400;
	src: local('Raleway'), local('Raleway-Regular'), url(../fonts/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
	font-family: 'ralewaylight';
	src: url('../fonts/raleway-light-webfont.eot');
	src: url('../fonts/raleway-light-webfontd41d.eot?#iefix')
	format('embedded-opentype'),
	url('../fonts/raleway-light-webfont.html') format('woff2'),
	url('../fonts/raleway-light-webfont.woff') format('woff'),
	url('../fonts/raleway-light-webfont.ttf') format('truetype'),
	url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
	font-family: ralewayregular;
}

#body {
	background: #282e39;
}
p {
	font-size: 13px;
}
#banner-home {
	/*background-image: url("../images/banner-bg.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	position: relative;*/
	background-image:url("../images/banner-bg-2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100%;
	opacity: 0;
}



.drone-logo {
	margin: 0 auto;
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	top: -83%;
}

.drone-img {
	max-width: 15%;
	width: 15%;
}

.drone-flying {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
}

.tagline {
	color: #FFCD00;
	font-size: 42px;
}

.tagline .letter {
  display: inline-block;
  line-height: 1em;
}

.social-icons {
	margin: 2% 0;
}
.social-icons i {
	color: #fff;
	margin-right: 1%;
	font-size: 20px;
}

/*
.download-icons-block {
	position: fixed;
	margin: 0 auto;
	z-index: 88 !important;
	text-align: center;
	width: 100%;
	bottom: 2%;
}
*/

.download-icons-block {
	position: fixed;
	margin: 0 auto;
	z-index: 88 !important;
	text-align: center;
	width: 100%;
	bottom: 2%;
}


.download-icon {
	width: 13% ;
	z-index: 88 !important;
}


.pg-vertical {
	overflow: hidden;
}
#header {
	background: #3d4252;
	padding: 0 !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

#header li {
	text-transform: uppercase;
}
#header li a {
	color: #fff !important;
	font-weight: bolder;
	font-size: 19px;
}
.navbar-brand, .navbar {
	padding: 0 !important;
}
.scroll-section {
	margin-top: 22% !important;
}
.dark-gray {
	color: #808088;
}
.heading {
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 2.5rem;
}
.videos-block {
	width: 100% !important;
}
#vid1 {
	margin-top: 2%;
	width: 100% !important;
	position: relative !important;
}

/*button.vjs-big-play-button {
	top: 45% !important;
	left: 45% !important;
}*/

.bg-gray {
	background: #515560;
	color: #fff;
	padding: 0.5%;
}

.small-video {
	width: 100% !important;
	position: relative !important;
	border: 1px solid #515560;
}

.m-t-5 {
	margin-top: 5%;
}

.m-t-3 {
	margin-top: 3%;
}

.transform-right {
	transform: translate(-2px, 0px) skew(-9deg, 0deg);;
}

.transform-left {
	transform: translate(2px, 0px) skew(9deg, 0deg);;
}

#footer {
	background: #3d4252;
	padding:0 0 1.6% 0;
	position: fixed;
	width: 100%;
	text-align: center;
	color: #fff;
	bottom: 0;
	left: 0;
}

#footer a {
	text-transform: uppercase;
	font-size: 10px;
}

#footer .title {
    font-size: 1.3em;
}

.fp-tableCell {
	position: relative !important;
}

.arrow-block {
	width: 100%;
	text-align: center;
	z-index: 999 !important;
}
.arrow i {
	background: #3D4252;
	z-index: 999 !important;
	padding: 0.5% !important;
}
.arrow a {
	color: #fff;
	z-index: 999 !important;
	font-size: 22px;
}
.arrow {
	text-align: center;
	position: absolute;
	margin: 0 auto;
	color: #fff;
	bottom: 3%;
	/*width: 100%;*/
	width:0;
	-webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
	z-index: 999 !important;
	left: 49.5%;
}

@-webkit-keyframes uparrow {
	0% { -webkit-transform: translateY(0); opacity: 0.6 }
	100% { -webkit-transform: translateY(-0.6em); opacity: 1 }
}
.sup { vertical-align: super; }


#loginwithfb {
	background-color: #3b5998;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
	padding: 6px;
	border-radius: 20px;
}

.form-control {
	font-size: 14px;
}

.navbar-light .navbar-toggler {
	background: #eaeaea;
	margin-top: 1%;
}


/*For pre-login */
.overlay-form {
	background: gray;
	position: absolute;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.pre-form {
	margin-top: 10%;
}
#preform {
	background: white;
	padding: 1%;
}
/*PRE_LOGIN END*/


