@charset "UTF-8";
/* CSS Document

Version: 1.0
Author: Terrance Morris @teranimo
Client: http://www.letter13.com/


*/


html {
	height: 100%;
}
body {
	margin: 0;
	color: #333;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	/*font-family: Helvetica,sans-serif;*/
    min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pw {
	width: 89%; /*background: teal;*/
	margin: 0 auto;
}
/* *, :after, :before {
    box-sizing: inherit;
} */ 


.intro .logo {
	top: 32px;
	left: 50px;
}
.abc {
	top: 32px;
	right: 13%;
	position: absolute;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
}
.down, .down::after, .intro .logo {
	position: absolute;
}
.intro .holder {
	max-width: 55%;
	text-shadow: 1px 1px 1px #000;
}
.intro.hero1 {
	background-position: 70% 50%;
	background-repeat: no-repeat;
	background-color: #656970;
	background-image: url(/m/skylow.jpg);
	background-size: cover;
}
.intro .main {
	padding-top: 21vh;
	padding-bottom: 12.75vh;
}
/*.intro .main {
    padding: 120px 20px 90px;
}*/

.main {
	/*width: 100%;*/
    max-width: 1200px;
	padding: 0 50px;
	margin: 0 auto;
}
.intro, .main {
	position: relative;
}
.intro {
	min-height: 100%;
}
.intro h1 {
	font-size: 52px;
	line-height: 50px;
	color: #ffffff;
	font-family: 'Khula', sans-serif;
	margin-bottom: 2px;
}
.intro p, .subscribe .h {
	margin: 4px 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7rem;
	color: #FDFD3A;
	text-transform: uppercase;
}
.hilo {
	min-height: 80px;
	margin-bottom: 0;
	background: #FDFDFD;
	padding: 28px 0 0 0; /*border-bottom: thin solid #333;*/
}
.hilo:nth-child(2n+1) {
	background: #ffffff;
}
.fifs, .difs {
	width: 48%;
	background: #f6f6f6;
	float: left;
	min-height: 64px;
	margin: 1%;
}
.fifs img {
	width: 100%;
}
.difs img {
	width: 100%;
}
.footer {
	background: #1D1F27;
	padding: 60px 0 25px;
	min-height: 180px;
	font-size: 13px;
}
/* ======================== 
the form stop
======================== */

input {
	font: 16px "Open Sans", Helvetica, Arial, Sans-serif;
	border-radius: 2px;
	box-shadow: 0 2px 2px #000;
}
.page {
	width: 500px;
	margin: 50px auto 0;
}
form input, form input:focus {
	padding: 10px 36px;
	border: 0;
	outline: 0;
	text-align: center;
}
form input[type="email"] {
	height: 48px;
	width: 100%;
 margin: .72rem 0;
	border-color: #586165;
	padding-left: 1rem;
	border: 1px solid #586165;
}
form input[type="submit"] {
	height: 40px;
	margin: 1rem 0;
	color: #F6FFFD;
	border: 1px solid #586165;
	padding: 0 2em;
	/*background-color: transparent;*/
  text-shadow: 0 2px 2px #333;
	box-shadow: inset 0 0 0 transparent;
	background: #508f9f;
	background: linear-gradient(to bottom, #508f9f 0%, #346976 100%);
	transition: all .3s ease-in-out;
}
form input[type="submit"]:hover, form input[type="submit"]:focus {
	box-shadow: inset 0 0 50px rgba(255,255,255, 0.3), 0 0 10px rgba(255,255,255, 0.1);
	color: white;
	margin-left: 10px;
}
/* Social Media Icons
----------------------------------------------- */
.socialIcons img {
	width: 48px;
}
a.socialIcons {
	margin-right: 5px; /* Increase the number to increase the space between the icons */
}
a.socialIcons:hover {
	opacity: .8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
a, a:focus, a:hover {
	text-decoration: none;
}
.down {
	bottom: -6px;
	left: 50%;
	width: 70px;
	height: 38px;
	border-radius: 36px 36px 0 0;
	background: #fff;
	margin-left: -35px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .3s ease-in;
	transition: transform .3s ease-in;
}
.down, .down::after, .intro .logo {
	position: absolute;
}
.btn, .down {
	text-align: center;
}
a {
	background-color: transparent;
	color: #39f;
}
.down svg {
	position: relative;
	-webkit-animation-name: arrowMove;
	animation-name: arrowMove;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
svg:not(:root) {
	overflow: hidden;
}
.arrow {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left:-20px;
}
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
}
 @-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
}
 60% {
-webkit-transform: translateY(-15px);
}
}
 @-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
}
 40% {
-moz-transform: translateY(-30px);
}
 60% {
-moz-transform: translateY(-15px);
}
}
 @-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0);
}
 40% {
-o-transform: translateY(-30px);
}
 60% {
-o-transform: translateY(-15px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
 40% {
transform: translateY(-30px);
}
 60% {
transform: translateY(-15px);
}
}
/* ======================== 
THE ANIMATO
======================== */

/* initially hide animatable objects */
.animatable {
	visibility: hidden;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}
/* show objects being animated */
.animato {
	visibility: visible;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
}
100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes fadeInUp {
 0% {
 opacity: 0;
 -moz-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @-o-keyframes fadeInUp {
 0% {
 opacity: 0;
 -o-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.animato.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
h2.fadeInUp {
	color: red;
	margin-top: 35px;
	border-right: red solid 3px;
	font-weight: 300;
}
.opine {
	margin: 0 0 48px;
	padding-bottom: 25px;
	border-bottom: thin dotted #333;
}
.opine-des {
	float: left;
	max-height: 234px;
	overflow: hidden;
	width: 29%;
	margin: 0 6% 0 0;
	text-align: center;
	background-color: #F4F9FF;
	border-radius: 2px;
}
.opine-text img {
	width: 100%;
}
.opine-text {
	/*background: #fefefe;background:#E1E1E1*/
	float: left;
	min-height: 120px;
	max-width: 62%;
}
.clrfx {
	clear: both;
}
#video_background {
	display: block;
	width: 100%;
	background: #000;
	background-size: cover;
	position: relative;
	z-index: 0;
}











/* ======================== 
the one stop
======================== */


@media screen and (max-width: 800px) {
.pw {
	width: 92%;
}

h2.fadeInUp { text-align: center; }

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
}
 @-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
}
 60% {
-webkit-transform: translateY(-15px);
}
}
 @-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
}
 40% {
-moz-transform: translateY(-30px);
}
 60% {
-moz-transform: translateY(-15px);
}
}
 @-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0);
}
 40% {
-o-transform: translateY(-30px);
}
 60% {
-o-transform: translateY(-15px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
 40% {
transform: translateY(-30px);
}
 60% {
transform: translateY(-15px);
}
}
.opine-des {
	float: none;
	height: 120px;
	width: 100%;
	margin: 0 0 5%;
}
.opine-text {
	background: #fefefe;
	float: none;
	max-width: 98%;
}
.fifs {
	width: 98%;
	float: none;
}
.gn {
	display: none;
}
}
