@-ms-viewport       {
    width: device-width;
}
@-webkit-viewport   {
    width: device-width;
}
@-moz-viewport      {
    width: device-width; 
}
@-ms-viewport       {
    width: device-width;
}
@-o-viewport        {
    width: device-width;
}
@viewport           { 
    width: device-width;
}
h1 {
	font-size: 48px;
    color: #fff;
}
.cover {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.middle {
    top: 100px;
    clear: both;
    position: relative;
}
/* * * * PRELOADER * * * */
.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: lightblue;
    z-index: 9999999;
    color: #fff;
}
.content-load{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
}
.full{
    border: 5px solid #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: 30px;
	left: 50%;
	margin: -15px 0 0 -15px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 30px;
	-webkit-animation: pulse 1s ease-out;
	-moz-animation: pulse 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
    animation: pulse 1s ease-out;
	animation-iteration-count: infinite;
}
@-moz-keyframes pulse{
    0%{
	    -moz-transform: scale(0);
		opacity: 0.0;
	}
	25%{
	    -moz-transform: scale(0);
		opacity: 0.1;
	}
	50%{
	    -moz-transform: scale(0.1);
		opacity: 0.3;
	}
	75%{
	    -moz-transform: scale(0.5);
		opacity: 0.5;
	}
	100%{
	    -moz-transform: scale(1);
		opacity: 0.0;
	}
}
@-webkit-keyframes "pulse"{
    0%{
	    -webkit-transform: scale(0);
		opacity: 0.0;
	}
	25%{
	    -webkit-transform: scale(0);
		opacity: 0.1;
	}
	50%{
	    -webkit-transform: scale(0.1);
		opacity: 0.3;
	}
	75%{
	    -webkit-transform: scale(0.5);
		opacity: 0.5;
	}
	100%{
	    -webkit-transform: scale(1);
		opacity: 0.0;
	}
}
@keyframes pulse{
    0%{
	    transform: scale(0);
		opacity: 0.0;
	}
	25%{
	    transform: scale(0);
		opacity: 0.1;
	}
	50%{
	    transform: scale(0.1);
		opacity: 0.3;
	}
	75%{
	    transform: scale(0.5);
		opacity: 0.5;
	}
	100%{
	    transform: scale(1);
		opacity: 0.0;
	}
}

/* * * * NAVIGATION * * * */
.navbar{
    position: relative;
    border: medium none;
    color: #fff;
    font-size: 18px;
    transition: .2s;
    margin-bottom: 0;
    max-height: 70px;
}
.navbar.scroll{
    min-height: 50px !important;
    position: relative;
    background-color: #333;
}
.navbar-default{
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease 0s;
}
.navbar-default.scroll{
    background-color: transparent !imporrtant;
    border-bottom: 1px solid #555;
    max-height: 50px;
}
.navbar.scroll .navbar-nav>li>a {
    line-height: 50px;
}
.navbar.scroll .navbar-brand {
    line-height: 50px;
    padding: 0;
    vertical-align: middle;
}
.navbar.scroll .navbar-header{
    line-height: 50px;
    padding: 0;
}
.navbar.scroll .navbar-fixed-top{
    line-height: 50px;
    padding: 0;
}
.navbar-toggle.pull-left {
    margin-left: 15px;  
}
.nav-pills > li{
    height: 50px;
}
.collapse.in{
    background-color: rgba(0,0,0,0.8);
}
.navbar-collapse{
    float: left;
	left: 50%;
    list-style: outside none none;
    margin: 0;
    padding: 0;

}
.nav > li > a:focus{
   background-color: transparent;
   color: #fff;   
}
.navbar-collapse ul a{
	font-size: 14px;
	letter-spacing: 0 !important;
    text-transform: uppercase;
}
.navbar-brand {
    height: 70px;
    line-height: 70px;
    padding: 0;
    vertical-align: middle;
}
.navbar-toggle{
    line-height: 70px;
    vertical-align: middle;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: aqua;
}
.navbar-default .navbar-nav > .active > a{
    background-color: transparent;
    color: aquamarine;
}
.navbar-default .navbar-nav > .active > a:hover{
    background-color: transparent;
    color: aquamarine;
}
.navbar-nav > li > a {
    line-height: 70px;
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-nav li a {
    color: #CCC;
    font-family: "Open Sans",sans-serif;
}
.navbar-inverse{
    background-color: transparent;   
}
.navbar-nav li a:hover {
    background-color: #373737;
}
.navbar-toggle {
    background-color: aliceblue;
}
.navbar-toggle:hover {
    background-color: #000;
}
.navbar-nav {
    margin: 0;
}

/* home section */
.header{
    background: rgba(0, 0, 0, 0) url("img/32.jpg") no-repeat fixed 100% 100% / cover ;
    
}
.hero-image {
    display: table;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hero-content {
    display: table-cell;
    vertical-align: middle;
}
/* * TYPING * */
.col-md-8 h1{
    font-size: 35px;
    font-style: italic;
    color: #fff !important;
    font-weight: 300;
    line-height: 1.3;
    margin-left: -5px;
}
#typed{
    position: relative;
    font-size: 40px;
    color: bisque;
    width: 100%;
}
.typed-cursor{
    opacity: 1;
    font-size: 40px;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* * * SOCIAL * * */
footer {
    background: #202020;
    bottom: 0;
    position: relative;
    color: #ffffff;
    border-bottom: 10px solid #ffffff;
    padding-top: 30px;
}
footer i{
    color: aquamarine;
}
.social {
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.social ul {
    margin: 0;
    padding: 5px;
}
.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}
.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social .fa-facebook:hover { /* round facebook icon*/
    background: #4060A5;
}
.social .fa-twitter:hover { /* round twitter icon*/
    background: #00ABE3;
}
.social .fa-instagram:hover { /* round instagram icon*/
    background: #375989;
}
footer p {
    line-height: 20px;
    font-size: 15px;
    text-align: center;
}
.icon{
    position: absolute;
    font-size: 30px;
}