body {
	font-family: 'Lato', sans-serif;
	overflow: hidden;
	overflow-y: scroll;
	font-size:16px;
	color: #000;
}
p { margin: 0 0 10px; }
/*=====================
2-General Styles
======================*/
.lt-ie9 .animated {
	opacity: 1 !important;
	-webkit-animation: none !important;
	animation: none !important;
	transform: none !important;
}
section{ padding: 50px 0 60px 0; }
img {
	max-width: 100%;
	height: auto;
}
ul{	margin:0;}
a { outline: none !important; color:#fff; }
a:hover{color: #000 !important;}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	margin:10px 0;
	font-weight:bold;
}
h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 26px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.btn-default{
	background:#46505c;
	color:#fff;
}
.btn{
	padding:8px 40px;
    background: rgba(45,45,45,1);
	border-radius:5px;
	font-weight:bold;
    text-align: center;
    border:1px solid #333333;
	text-transform:inherit;
    font-size: 16px;
    position: relative;
    font-family: arial;
    font-weight: bold;
    box-shadow: inset 0px 1px 0px #a7a7a7,inset 0 -1px 2px #090b0d;
    text-shadow: 1px 1px #000000;
}
.btn-tranparent{
	border:1px solid #7cbf1d;
	border-radius:3px;
	text-decoration:none !important;
}
.btn-white{
	background:#fff;
	color:#707070;
}
.btn-wide{
	width:100%;
}
.btn-md{
	width:30%;
}
.btn:hover{
	text-shadow:1px 1px rgba(0,0,0,0.2);
	border-color:#000;
	border-color:rgba(0,0,0,0.2);
    background: #fff;
    color: #000 !important;
}
.text-extralight{
	font-weight:100 !important;
}
.text-light{
	font-weight:300 !important;
}
.text-semibold{
	font-weight:600 !important;
}
.text-bold{
	font-weight:700 !important;
}
.text-extrabold{
	font-weight:800 !important;
}
.text-uppercase{
	text-transform:uppercase !important;	
}
.text-lowercase{
	text-transform:lowercase !important;	
}
/*===============================================
Form Styling
=================================================*/
form{
	margin-bottom:30px;
}
form .btn{
	padding-top:10px;
	padding-bottom:10px;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="password"],textarea{
	width:100%;
	border:none;
	height:41px;
	padding:12px;
	text-transform:inherit;
    margin-bottom: 10px;
    background-color: #fff;
    color: #000;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
    border-radius: 5px;
    border: 2px solid #1e1e1e;
}
input[type="text"].tranparent,input[type="tel"].tranparent,input[type="email"].tranparent,input[type="password"].tranparent,textarea.tranparent{
	background:none;
	border:1px solid #7cbf1d;
	color:#7cbf1d;
}
textarea{
	height:180px;
	padding:25px 35px;
}
label{
	color:#8e9297;
}
label.tranparent{
	color:#8e9297;
}
/*==============================================
Spacing Helping Classes
===============================================*/
.mb-10{ margin-bottom:10px;}
.mb-15{ margin-bottom:15px;}
.mb-20{ margin-bottom:20px;}
.mb-25{ margin-bottom:25px;}
.mb-30{ margin-bottom:30px;}
.mb-35{ margin-bottom:35px;}
.mb-40{ margin-bottom:40px;}
.mb-45{ margin-bottom:45px;}
.mb-50{ margin-bottom:50px;}
.mb-55{ margin-bottom:55px;}
.mb-60{ margin-bottom:60px;}
.mb-65{ margin-bottom:65px;}
.mb-70{ margin-bottom:70px;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-25{ margin-top:25px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-45{ margin-top:45px;}
.mt-50{ margin-top:50px;}
.mt-55{ margin-top:55px;}
.mt-60{ margin-top:60px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:70px;}

/*==========================
parallax
==========================*/

.parallax {
	overflow: hidden;
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	height: 100%;
	width: 100%;
	color: #fff;
	padding: 0;
	background:#78e2dc;
}
.overlay {
	background: rgba(50,58,69,0.95);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.parallax_inner {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height:250px;
}
.parallax_one { background-image: url(../demo-data/bg4.jpg); }
.parallax_two { background-image: url(../demo-data/bg2.jpg); }
/*=======MAin=======*/
.hype header a img{max-width: 165px;}
.hype header a {margin-right: 33px;}
.hype header{font-size: 18px;}
.hype .features .fa {
    height: 72px;
    width: 72px;
    line-height: 68px;
    text-align: center;
    font-size: 28px;
    border-radius: 50%;
    border: 3px solid #000;
    margin-top: 13px;
}
.hype .feature .pad{padding-left: 92px;}
.hype .feature h5{margin-bottom: 0;}
.hype .feature p{color: rgb(148, 148, 148);}
.hype .feature span{position: relative; display: block; margin-bottom: 25px;}
.hype .feature span:after{
    content: '';
    position: absolute;
    left: 0;
    bottom:-13px;
    width: 90%;
    height: 1px;
    background:  rgb(148, 148, 148);
}
.hype .promo .parallax_inner{padding-bottom: 0;}
.hype .promo.style2 .pos{position: relative;}
.hype .promo.style2 {padding-bottom: 120px; background: #f5f5f5;}
.hype .promo.style2 figure{
    position: absolute;
    right: 0;
    bottom: -112px;
}
.hype .subscribe input{width: 70%; float: left; border-radius: 4px 0 0 4px;}
.hype .subscribe button{
    width: 30%;
    border-radius:0 4px 4px 0;
    background-color: #2d2d2d;
    background: -webkit-linear-gradient(#2d2d2d,#030303);
    background: -moz-linear-gradient(#2d2d2d,#030303);
    background: -ms-linear-gradient(#2d2d2d,#030303);
    background: -o-linear-gradient(#2d2d2d,#030303);
    background: linear-gradient(#2d2d2d,#030303);
    box-shadow: inset 0px 1px 0px #464646,inset 0 -1px 2px #000000;
    text-shadow: 1px 1px #000000;
    border: 1px solid #333333;
    color: #fff;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    float: left;
}
.hype .subscribe .notify{max-width: 350px; margin: auto; margin-top: 65px;}
.hype .socials{background:url(../demo-data/BG3.png) no-repeat; }
.hype .socials ul{padding: 0;}
.hype .socials li{display: inline-block;}
.hype .socials li:after{
    content: '/';
    color: #4C5353;
    font-weight: 900;
    font-size: 40px;
    padding: 0 30px;
}
.hype .socials li:last-child:after{display: none;}
.hype .socials li .fa{
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 28px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-top: 13px;
    color: #fff;
}
.hype footer span{color: #fff;}
.hype footer{background: #000000; color: #a9a9a9; font-size: 18px; padding: 20px 0;}
/*=========================
Responsive
==========================*/
/*===Break Point===*/
@media (max-width: 1199px) {
}
/*===Break Point===*/
@media (max-width: 990px) {
    .hype .promo.style1 figure{margin-top: 130px;}
    .hype .promo.style2 figure{display: none;}
    .hype .promo.style2{padding-bottom: 50px; text-align: center;}
}
/*===Break Point===*/
@media (max-width: 767px) {
    .hype header figure,.hype .promo.style1 figure{ display: none; }
    .hype header .container{margin-top: 0;}
    .hype .promo.style1 .item{text-align: left !important; margin: 0 0 70px 0;}
    .hype .promo.style1 .container{margin-top: 0;}
    .hype .promo figure{margin-bottom: 30px;}
}
/*===Break Point===*/
@media (max-width: 600px) {
    h1{font-size: 30px;}
    .hype header a img{max-width: 128px;}
    .hype header a{margin-right: 20px;}
    .hype .socials li::after{display: none;}
    .hype .socials li{margin: 0 5px;}
}
/*===Break Point===*/
@media (max-width: 360px) {
}