.btn, h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}
.feedback {
    position: fixed;
    right: 15%;
    bottom: 0;
    width: 320px;
}
.feedback a {
    z-index: 1031;
    display: block;
    width: 200px;
    text-align: center;
    background: rgba(50, 50, 50, .5);
    border-left: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    border-top: 1px solid #a1a1a1;
    padding: 5px;
    float: right;
    cursor: pointer;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
}
.feedback .form {
    clear: both;
    width: 320px;
    background: #fff;
    display: none;
    outline: #a1a1a1 solid 1px;
}
.feedback .form span {
    font-weight: 700;
    font-size: 20px;
}
.feedback .form textarea {
    height: 170px;
    padding: 5px;
}
body, html {
    height: 100%}
.feedback .status {
    font-size: 16px;
}
.brand {
    color: #c00000;
    font-size: 20px!important;
}
.brand span {
    color: #365516!important;
    font-size: 30px!important;
}
.navbar-brand>img {
    display: inline!important;
    position: relative;
    top: -10px;
    vertical-align: top;
}
.intro .intro-body .brand-heading .brand {
    font-size: 50px!important;
    color: #c00000!important;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
}
.intro .intro-body .brand-heading .brand span {
    font-size: 80px!important;
}
.navbar-custom.top-nav-collapse a {
    color: #fff!important;
}
.navbar-custom.top-nav-collapse a.brand, a.navbar-brand {
    color: #c00000!important;
}
.about-section {
    width: 100%;
    padding: 250px 0;
    background-color: #AAD1D8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #333;
}
.features-section, .reading-section {
    width: 100%;
    padding: 250px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    color: #333;
}
.features-section {
    background-color: #FFFFF6;
    background-size: cover;
    -o-background-size: cover;
}
.reading-section {
    background-color: #FACB47;
    background-size: cover;
    -o-background-size: cover;
}
.experience-section, .quote-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    padding: 150px 0;
}
.experience-section {
    background-color: #A0D36E;
    background-size: cover;
    -o-background-size: cover;
    color: #333;
}
.quote-section {
    background-color: #BF5054;
    background-size: cover;
    -o-background-size: cover;
    color: #eee;
}
.demo-section {
    width: 100%;
    padding: 150px 0;
    background-color: #AAD1D8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #333;
}
.img-feature {
    width: 35%;
    margin-bottom: 30px;
}
.intro, body, html {
    width: 100%}
.quote-name {
    font-weight: 700;
    font-variant: small-caps;
    font-style: italic;
    font-size: larger;
}
.quote-place {
    font-weight: 400;
    font-style: italic;
    font-size: smaller;
}
input[type=text], input[type=tel], input[type=time], input[type=url], input[type=color], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #fefefc;
    font-family: inherit;
    border: 1px solid #ccc;
    box-shadow: none;
    color: rgba(0, 0, 0, .75);
    display: block;
    font-size: 1.2em;
    margin: 0 0 1rem;
    padding: 1em;
    height: 3em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .15s linear;
}
.btn-default {
    border: 2px solid #333;
    color: #333;
    background-color: transparent;
}
.btn-default:focus, .btn-default:hover {
    border: 1px solid #FACB47;
    outline: 0;
    color: #000;
    background-color: #FACB47;
}
.btn-danger, .btn-success, .btn-primary {
    padding: 10px!important;
    margin-top: 4px;
}
.btn-danger:focus, .btn-danger:hover {
    border: 1px solid #dc3545;
    outline: 0;
    color: #000;
    background-color: #dc3545!important;
}
.btn-success:focus, .btn-success:hover {
    border: 1px solid #28a745;
    outline: 0;
    color: #000;
    background-color: #28a745!important;
}
.btn-primary:focus, .btn-primary:hover {
    border: 1px solid #2e6da4;
    outline: 0;
    background-color: #0d6efd!important;
}

.btn-warning {
    padding: 10px !important;
    margin-top: 4px;
}

    .btn-warning:focus {
        border: 1px solid #eea236;
        outline: 0;
        color: #000;
        background-color: #eea236 !important;
    }

    .btn-warning:focus, .btn-warning:hover {
        border: 1px solid #28a745;
        outline: 0;
        color: #000;
        background-color: #eea236 !important;
    }


.intro-body-row {
    background-color: rgba(0, 0, 0, .15);
    color: #fff;
    border-radius: 50px;
}
@media (min-width:300px) {
    .navbar-custom, .navbar-custom.top-nav-collapse {
    background: #ccc!important;
    border-bottom: 5px double #333!important;
}
.intro .intro-body .brand-heading .brand {
    font-size: 20px!important;
    color: #c00000!important;
    position: relative;
    top: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
}
.intro .intro-body .brand-heading .brand span {
    font-size: 50px!important;
}
}@media (min-width:750px) {
    .navbar-custom, .navbar-custom.top-nav-collapse {
    background: #ccc!important;
    border-bottom: 5px double #333!important;
}
.intro .intro-body .brand-heading .brand {
    font-size: 50px!important;
    color: #c00000!important;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
}
.intro .intro-body .brand-heading .brand span {
    font-size: 80px!important;
}
}body {
    font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #AAD1D8;
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}
.btn, .navbar-custom, h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    font-weight: 700;
    letter-spacing: 1px;
}
p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}
@media (min-width:768px) {
    p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
}
}a {
    xcolor: #BF5054;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:focus, a:hover {
    text-decoration: none;
    xcolor: #fff;
}
.light {
    font-weight: 400;
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    text-transforms: uppercase;
    background-color: #000;
}
.navbar-custom .navbar-toggle {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    font-size: 12px;
}
.navbar-custom .nav li a:active, .navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
    background-color: transparent;
    outline: 0;
}
.navbar-custom .navbar-toggle:active, .navbar-custom .navbar-toggle:focus {
    outline: 0;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
}
.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 {
    color: rgba(255, 255, 255, .8);
}
.navbar-custom .nav li.active {
    outline: 0;
}
.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
}
@media (min-width:768px) {
    .navbar-custom {
    padding: 20px 0;
    border-bottom: none!important;
    letter-spacing: 1px;
    background: 0 0!important;
    -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.top-nav-collapse {
    padding: 0;
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
}.intro {
    display: table;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-body .brand-heading {
    font-size: 40px;
}
.intro .intro-body .intro-text {
    font-size: 18px;
}
@media (min-width:768px) {
    .intro {
    height: 100%;
    padding: 0;
}
.intro .intro-body .brand-heading {
    font-size: 100px;
}
.intro .intro-body .intro-text {
    font-size: 26px;
}
}.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    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:focus, .btn-circle:hover {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}
.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, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
}@-moz-keyframes pulse {
    0, 100% {
    -moz-transform: scale(1);
    transform: scale(1);
}
50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
}.content-section {
    padding-top: 100px;
}
.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) center center no-repeat #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-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 {
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0;
}
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;
}
}footer {
    padding: 50px 0;
}
footer p {
    margin: 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;
}