﻿body {
    font-family: 'Nexa', Verdana, sans-serif;
}

.bg-light {
    background-color: rgba(197, 191, 178, 0.33);
}

.shadowtop {
    background-image: -webkit-linear-gradient(270deg,rgba(222,222,222,1.00) 0%,rgba(255,255,255,1.00) 6.20%);
    background-image: linear-gradient(180deg,rgba(222,222,222,1.00) 0%,rgba(255,255,255,1.00) 6.20%);
}

.top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #c75b12 url("/images/icons/top-arrow.png") no-repeat center 50%;
    visibility: visible;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'NexaSlabHeavyItalic', Verdana, sans-serif;
    font-weight: normal;
    line-height: 1;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p, .lead {
    margin-top: 0;
    margin-bottom: 20px;
}

.navbar-nav > li > a {
    font-family: 'NexaSlabHeavyItalic', Verdana, sans-serif;
    color: #404B55;
    font-size: 15px;
    font-weight: normal;
    opacity: 0.8;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 2px;
}

.hero.hero-devices {
    height: inherit;
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.top-bar {
    padding: 20px;
    background-color: #c75b12;
    border-bottom: 1px solid #EFF1F4;
    color: #ffffff;
    font-size: 14px;
    opacity: 1.0;
}

    .top-bar .contact-info .email a {
        color: #ffffff;
    }

.btn,
a.btn {
    display: inline-block;
    color: #ffffff;
    padding: 11px 18px;
    margin-bottom: 7px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: normal;
    vertical-align: middle;
    white-space: pre-line;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top-bar .schedule i,
.top-bar .contact-info i {
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.text-primary {
    color: #004fa3;
}

.text-black {
    color: rgba(71,71,71,1.00);
}

.btn-partnership,
a.inverse.btn-partnership,
.inverse a.btn-partnership {
    background-color: #c75b12;
}

.btn.btn-partnership {
    border: 3px solid #c75b12;
}

.btn-partnership:hover,
.btn-nav.btn-partnership:hover,
.btn-partnership:focus,
.btn-nav.btn-partnership:focus {
    background-color: #A4490C;
}

.btn.btn-partnership:hover,
.btn.btn-partnership:focus {
    border: 3px solid #A4490C;
}

.btn-shadow.btn-partnership {
    -webkit-box-shadow: 0 4px 0 #893C08;
    -moz-box-shadow: 0 4px 0 #893C08;
    box-shadow: 0 4px 0 #893C08;
}

.btn-border.btn-partnership,
a.btn-border.btn-partnership {
    color: #c75b12;
}

.features-block p {
    margin-bottom: 10px;
}

.clients img {
    display: inline-block;
    max-height: 128px;
    margin: 10px 30px 0;
    opacity: 0.55;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.clients h4 {
    font-weight: normal;
}

.footer {
    background-image: url(../images/wide/bg-footer.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1.00);
}

.footermarkers {
    min-width: 25px;
    float: left;
}

#top-stripe a:link {
    color: #fff;
}

#top-stripe a:visited {
    color: #fff;
}

#top-stripe a:hover {
    color: #fff;
}

#top-stripe a:active {
    color: #fff;
}

.bg-dark {
    background-color: #aea79f;
}

.modal-content {
    color: #69696E;
}

.modal-header {
    border-bottom: 1px solid rgba(122,122,122,1.00);
}

.modal-footer {
    border-top: 1px solid rgba(122,122,122,1.00);
}

.p-t-sm {
    padding-top: 20px;
}

.p-b-sm {
    padding-bottom: 20px;
}

.vertical-center-abs, .vertical-center-rel {
    top: 20%;
    margin: 20%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer.f1, .footer.f3, .footer.f4, .footer.f6 {
    text-align: left;
}

.alert {
    color: #C00;
    background-color: #fff;
}

.required {
    background-color: #CCCCCC !important;
}

.input-validation-error {
    color: #C66 !important;
    background-color: #FBC7C6 !important;
}
