
body {
    background-color: rgba(0, 0, 0, 0.77);
    color: #fff;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 100%;
    width: 100%;
}
html {
    height: 100%;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 35px;
    text-transform: uppercase;
}
p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 25px;
}
@media (min-width: 767px) {
p {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 35px;
}
}
a {
    color: #28c3ab;
    transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus {
    color: #176e61;
    text-decoration: none;
}
.light {
    font-weight: 400;
}
.navbar {
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}
.navbar-brand {
    font-size: 18px;
    font-weight: 700;
}
.navbar-brand:focus {
    outline: 0 none;
}
.navbar-custom a {
    color: #fff;
}
.navbar-custom .nav li a {
    transition: background 0.3s ease-in-out 0s;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
    background-color: rgba(255, 255, 255, 0.2);
    outline: 0 none;
}
.navbar-toggle {
    color: #fff;
    font-size: 16px;
    padding: 4px 6px;
}
.navbar-toggle:focus, .navbar-toggle:active {
    outline: 0 none;
}
@media (min-width: 767px) {
.navbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 0 none;
    letter-spacing: 1px;
    padding: 20px 0;
    transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
}
.top-nav-collapse {
    background-color: #000;
    padding: 0;
}
.navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
}
.intro {
    background: url("../img/intro-bg.jpg") no-repeat fixed center bottom / cover #000;
    color: #fff;
    display: table;
    height: auto;
    padding: 100px 0;
    text-align: center;
    width: 100%;
}
.intro-body {
    display: table-cell;
    vertical-align: middle;
}
.brand-heading {
    font-size: 40px;
}
.intro-text {
    font-size: 18px;
}
@media (min-width: 767px) {
.intro {
    height: 100%;
    padding: 0;
}
.brand-heading {
    font-size: 100px;
}
.intro-text {
    font-size: 25px;
}
}
.btn-circle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 35px;
    color: #fff;
    font-size: 40px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    transition: background 0.3s ease-in-out 0s;
    width: 70px;
}
.btn-circle:hover, .btn-circle:focus {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    color: #fff;
    outline: 0 none;
}
.page-scroll .btn-circle i.animated {
    transition-duration: 1s;
    transition-property: -moz-transform;
}
.page-scroll .btn-circle:hover i.animated {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: linear;
}
@keyframes pulse {
50% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
.content-section {
    padding-top: 100px;
}
.download-section {
    background: url("../img/3-1.jpg") no-repeat fixed center center / cover #000;
    color: #fff;
    padding: 50px 0;
    width: 100%;
}
#map {
    height: 200px;
    margin-top: 100px;
    width: 100%;
}
@media (min-width: 767px) {
.content-section {
    padding-top: 60px;
}
.download-section {
    padding: 100px 0;
}
#map {
    height: 310px;
    margin-top: 250px;
}
}
.btn {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.btn-default {
    background-color: transparent;
    border: 1px solid #28c3ab;
    color: #28c3ab;
}
.btn-default:hover, .btn-default:focus {
    background-color: #28c3ab;
    border: 1px solid #28c3ab;
    color: #000;
    outline: 0 none;
}
.btn-huge {
    font-size: 26px;
    padding: 25px;
}
.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 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    text-shadow: none;
}
img::-moz-selection {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
body {
}
