@font-face {
	font-family: 'Moon Light';
	src: url(../images/moon-light.otf) format('opentype'), 
	     url(../images/moon-light.ttf)  format('truetype');
}

@font-face {
	font-family: 'Moon Bold';
	src: url(../images/moon-bold.otf) format('opentype'), 
	     url(../images/moon-bold.ttf)  format('truetype');
}

@import url('https://fonts.googleapis.com/css?family=Barlow');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Roboto:300');

body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    color: #fff;
    font-size: 16;
    background-color: #212830;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Moon Light,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: #fff;
    font-size: 17px !important;
    line-height: 1.5;
    letter-spacing: 1.2px;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.light {
    font-weight: 300;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Moon Light,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
    letter-spacing: 2px !important;
    font-size: 14px !important;
}

.navbar-custom .navbar-brand {
    font-size: 20px !important;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(0,0,0,.4) !important;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(0,0,0,.4) !important;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    
    #brand-heading {
        font-size: 20px !important;
        font-family: Moon Bold !important;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-image: url(../images/planet.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
    font-family: Moon Light !important;
    font-weight: 300 !important;
    letter-spacing: 6px;
}

.intro .intro-body .intro-text {
    font-family: Moon Light !important;
    font-weight: 200 !important;
    font-style: normal !important;
    letter-spacing: 3px;
}

#brand-heading {
        font-size: 120px !important;
        font-family: Moon Light !important;
        font-weight: 300 !important;
        letter-spacing: 6px;
    }

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 40px;
        font-family: Moon Light !important;
        font-weight: 300 !important;
        letter-spacing: 6px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
        font-family: 'Moon Light', sans-serif !important;
    }
}

@media(min-width: 768px) and (max-width: 992px) {

    #about {
        margin-bottom: 30px;
    }
    
    #box {
        padding-bottom: 30px !important;
    }
    
    #box-btn {
        min-width: 26%;
        padding-bottom: 20px;
    }
    
    #material-box {
        padding-bottom: 30px;
    }
    
}

@media(max-width: 768px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    
    #intro-cont {
        padding-top: 120px;
    }

    .intro .intro-body .brand-heading {
        font-size: 40px !important;
        font-family: Moon Light !important;
        font-weight: 300 !important;
        letter-spacing: 6px;
    }

    .intro .intro-body .intro-text {
        font-size: max(1em, 12px);
        font-family: 'Moon Light', sans-serif !important;
    }
    
    #brand-heading {
        font-size: 60px !important;
        font-family: Moon Light !important;
        font-weight: 300 !important;
        letter-spacing: 6px;
    }
    
    #intro-text {
        font-size: 20px !important;
        font-family: Moon Light !important;
        font-weight: 300 !important;
        letter-spacing: 6px;
    }
    
    #arrow-down, #arrow-down:hover, #arrow-down:focus {
        /*padding: 100px, 0px, 0px, 0px !important;*/
        background: transparent;
        border-radius: 0px !important;
        margin-top: 130px !important;
        width: 70px;
        height: 70px;
        margin-top: 15px;
        padding: 7px 16px;
        font-size: 40px;
        color: #fff;
        background: 0 0;
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
    
    #arrow-down-icon, #arrow-down-cion:hover, #arrow-down-icon:focus {
        padding: 0px, 0px, 0px, 0px !important;
    }
    
    #about {
        padding: 100px 15px 100px 15px !important
    }
    
    #learn-more {
        margin-top: 100px !important;
        width: 100%;
        height: 40%;
    }
    
    #learn-more h2 {
        padding-top: 90px;
    }
    
    #learn-more .btn {
        min-width: 26%;
        padding: 15px 15px;
        
    }
    
    #box-btn {
        min-width: 26%;
        padding: 5px 15px;
    }
    
    #learn-more .h2 {
        margin: 50px !important;
    }
    
    .navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(0,0,0,.4) !important;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(0,0,0,.4) !important;
}

.navbar {
        padding: 10px;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Moon Light,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: rgba(0,0,0,.7);;
    letter-spacing: 2px !important;
    font-size: 14px !important;
}

.navbar-fixed-top > .container > .navbar-header > .navbar-brand > .light {
    padding: 0px 0px 0px 5px !important;
}

}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border-radius: 0px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: transparent;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    color: #fff;
    background-image: url(../images/planet.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: 'Moon Light', sans-serif !important;
    font-weight: 300;
    letter-spacing: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #fff;
    background-color: rgba(0,0,0,.3);
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.intro > .intro-body > .container > .row > .col-md-12 > .page-scroll > .fa-arrow-down {
    text-align: center;
}

.intro > .intro-body > .container > .row > .col-md-12 > .page-scroll {
    border-color: rgba(255, 253, 253, 0.01);
    border-width: 0px 0px 0px 0px;
}

#about {
    background: #212830;
}

#download {
    background: rgba(33, 40, 48, 0.84);
}

.intro > .intro-body > .container > .row > .col-md-12 > .page-scroll > .fa-arrow-down {
    text-align: initial;
}

.intro > .intro-body > .container > .row > .col-md-12 > .page-scroll {
    border-color: rgba(255, 253, 253, 0.01);
    border-width: 0px 0px 0px 0px;
}

#about {
    background: #212830;
}

#download {
    background: rgba(33, 40, 48, 0.84);
}

#download > .download-section > .container > .col-lg-12 > .btn-default {
    border-color: #ffffff;
}

.intro > .intro-body {
    background-image: url(../images/planet.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.intro > .intro-body > .container > .row > .col-md-12 > .page-scroll > .fa-arrow-down {
    text-align: initial;
}

.intro > .intro-body > .container > .row > .col-md-12 > .page-scroll {
    border-color: rgba(255, 253, 253, 0.01);
    border-width: 0px 0px 0px 0px;
}

#about {
    background: #212830;
}

#download {
    background: rgba(33, 40, 48, 0.84);
}

#download > .download-section > .container > .col-lg-12 > .btn-default {
    border-color: #ffffff;
}

#contact > .row > .col-lg-12 > p > a {
    color: #ffffff;
}

#contact {
    padding: 150px 15px 15
    0px 15px;
}

#about {
    padding: 100px 15px 0px 15px;
}

#download {
    padding: 0px 0px 0px 0px !important;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#about > .row > .col-lg-12 > p {
    padding: 0px 0px 20px 0px;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#about > .row > .col-lg-12 > p {
    padding: 0px 0px 20px 0px;
}

#about > .row > .col-lg-12 > h2 {
    margin: 0px 0px 55px 0px;
}

#icon {
    color: #fff;
    background: #4862fb !important;
}

#box {
    background: #17191a;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#about > .row > .col-lg-12 > p {
    padding: 0px 0px 20px 0px;
}

#about > .row > .col-lg-12 > h2 {
    margin: 0px 0px 55px 0px;
}

#about > .container > .row > #material-box > .box > .box-icon > #icon {
    border-radius: 50px 50px 50px 50px;
    padding: 0px 0px 0px 0px;
}

#about > .container > .row > #material-box > .box > .info > .text-center {
    padding: 20px 0px 0px 0px;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#about > .row > .col-lg-12 > p {
    padding: 0px 0px 20px 0px;
}

#about > .row > .col-lg-12 > h2 {
    margin: 0px 0px 55px 0px;
}

#about > .container > .row > #material-box > .box > .box-icon > #icon {
    border-radius: 50px 50px 50px 50px;
    padding: 0px 0px 0px 0px;
}

#about > .container > .row > #material-box > .box > .info > .text-center {
    padding: 20px 0px 0px 0px;
}

.navbar-fixed-top > .container > .navbar-header > .navbar-brand > .light {
    padding: 0px 0px 0px 5px;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#about > .row > .col-lg-12 > p {
    padding: 0px 0px 20px 0px;
}

#about > .row > .col-lg-12 > h2 {
    margin: 0px 0px 55px 0px;
}

#about > .container > .row > #material-box > .box > .box-icon > #icon {
    border-radius: 50px 50px 50px 50px;
    padding: 0px 0px 0px 0px;
}

#about > .container > .row > #material-box > .box > .info > .text-center {
    padding: 20px 0px 0px 0px;
}

.navbar-fixed-top > .container > .navbar-header > .navbar-brand > .light {
    padding: 0px 0px 0px 5px;
}

#box-btn {
    background: #4862fb;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#about > .row > .col-lg-12 > p {
    padding: 0px 0px 20px 0px;
}

#about > .row > .col-lg-12 > h2 {
    margin: 0px 0px 55px 0px;
}

#about > .container > .row > #material-box > .box > .box-icon > #icon {
    border-radius: 50px 50px 50px 50px;
    padding: 0px 0px 0px 0px;
}

#about > .container > .row > #material-box > .box > .info > .text-center {
    padding: 20px 0px 0px 0px;
}

.navbar-fixed-top > .container > .navbar-header > .navbar-brand > .light {
    padding: 0px 0px 0px 5px;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#about > .row > .col-lg-12 > p {
    padding: 0px 0px 20px 0px;
}

#about > .row > .col-lg-12 > h2 {
    margin: 0px 0px 55px 0px;
}

#about > .container > .row > #material-box > .box > .box-icon > #icon {
    border-radius: 50px 50px 50px 50px;
    padding: 0px 0px 0px 0px;
}

#about > .container > .row > #material-box > .box > .info > .text-center {
    padding: 20px 0px 0px 0px;
}

.navbar-fixed-top > .container > .navbar-header > .navbar-brand > .light {
    padding: 0px 0px 0px 5px;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#about > .row > .col-lg-12 > p {
    padding: 0px 0px 20px 0px;
}

#about > .row > .col-lg-12 > h2 {
    margin: 0px 0px 55px 0px;
}

#about > .container > .row > #material-box > .box > .box-icon > #icon {
    border-radius: 50px 50px 50px 50px;
    padding: 0px 0px 0px 0px;
}

#about > .container > .row > #material-box > .box > .info > .text-center {
    padding: 20px 0px 0px 0px;
}

.navbar-fixed-top > .container > .navbar-header > .navbar-brand > .light {
    padding: 0px 0px 0px 5px;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#about > .row > .col-lg-12 > p {
    padding: 0px 0px 20px 0px;
}

#about > .row > .col-lg-12 > h2 {
    margin: 0px 0px 55px 0px;
}

#about > .container > .row > #material-box > .box > .box-icon > #icon {
    border-radius: 50px 50px 50px 50px;
    padding: 0px 0px 0px 0px;
}

#about > .container > .row > #material-box > .box > .info > .text-center {
    padding: 20px 0px 0px 0px;
}

.navbar-fixed-top > .container > .navbar-header > .navbar-brand > .light {
    padding: 0px 0px 0px 5px;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#about > .row > .col-lg-12 > p {
    padding: 0px 0px 20px 0px;
}

#about > .row > .col-lg-12 > h2 {
    margin: 0px 0px 55px 0px;
}

#about > .container > .row > #material-box > .box > .box-icon > #icon {
    border-radius: 50px 50px 50px 50px;
    padding: 0px 0px 0px 0px;
}

#about > .container > .row > #material-box > .box > .info > .text-center {
    padding: 20px 0px 0px 0px;
}

.navbar-fixed-top > .container > .navbar-header > .navbar-brand > .light {
    padding: 0px 0px 0px 5px;
}

footer {
    padding: 0px 0px 100px 0px !important;
    background-color: #131516;
}

footer p {
    margin: 0;
    vertical-align: middle;
    padding: 0px 0px 100px 0px;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px !important;
}

#about > .row > .col-lg-12 > p {
    padding: 0px 0px 20px 0px;
}

#about > .row > .col-lg-12 > h2 {
    margin: 0px 0px 55px 0px;
}

#about > .container > .row > #material-box > .box > .box-icon > #icon {
    border-radius: 50px 50px 50px 50px;
    padding: 0px 0px 0px 0px;
}

#about > .container > .row > #material-box > .box > .info > .text-center {
    padding: 20px 0px 0px 0px;
}

.navbar-fixed-top > .container > .navbar-header > .navbar-brand > .light {
    padding: 0px 0px 0px 5px;
}

footer {
    padding: 50px 0px 50px 0px !important;
}

#contact {
    padding: 120px 15px 100px 15px !important;
}

#download {
    padding: 0px 0px 0px 0px;
}

#about {
    padding: 100px 15px -100px 15px;
}

#about > .row > .col-lg-12 > p {
    padding: 0px 0px 20px 0px;
}

#about > .row > .col-lg-12 > h2 {
    margin: 0px 0px 55px 0px;
}

#about > .container > .row > #material-box > .box > .box-icon > #icon {
    border-radius: 50px 50px 50px 50px;
    padding: 0px 0px 0px 0px;
}

#about > .container > .row > #material-box > .box > .info > .text-center {
    padding: 20px 0px 0px 0px;
}

.navbar-fixed-top > .container > .navbar-header > .navbar-brand > .light {
    padding: 0px 0px 0px 5px;
}

footer {
    padding: 50px 0px 50px 0px !important;
}

#contact {
    padding: 100px 15px 100px 15px;
}

.material-box .box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}
.material-box .box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.material-box .box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.material-box .info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.material-box .info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}
.material-box .info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.material-box .info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}