body {
    font-family: "Nexa", Verdana, sans-serif;
}

.bg-light {
    background-color: rgba(197, 191, 178, 0.33);
}

.shadowtop {
    background-image: linear-gradient(180deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 6.2%);
}

/*.top {
    background: url("../images/icons/top-arrow.png") no-repeat center 50% rgb(199, 91, 18);
    transition: opacity 0.3s, visibility 0s 0.3s;
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 30px;
    text-indent: 100%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    visibility: visible;
    position: fixed;
    z-index: 10;
    opacity: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
}*/

h1 {
    line-height: 1;
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-weight: normal;
}

.h1 {
    line-height: 1;
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-weight: normal;
}

h2 {
    line-height: 1;
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-weight: normal;
}

.h2 {
    line-height: 1;
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-weight: normal;
}

h3 {
    line-height: 1;
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-weight: normal;
}

.h3 {
    line-height: 1;
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-weight: normal;
}

h4 {
    line-height: 1;
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-weight: normal;
}

.h4 {
    line-height: 1;
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-weight: normal;
}

h5 {
    line-height: 1;
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-weight: normal;
}

.h5 {
    line-height: 1;
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-weight: normal;
}

h6 {
    line-height: 1;
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-weight: normal;
}

.h6 {
    line-height: 1;
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-weight: normal;
}

h1 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.h1 {
    margin-top: 0px;
    margin-bottom: 20px;
}

h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}

h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

h4 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.h4 {
    margin-top: 0px;
    margin-bottom: 20px;
}

h5 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.h5 {
    margin-top: 0px;
    margin-bottom: 20px;
}

h6 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.h6 {
    margin-top: 0px;
    margin-bottom: 20px;
}

p {
    margin-top: 0px;
    margin-bottom: 20px;
}

.lead {
    margin-top: 0px;
    margin-bottom: 20px;
}

.navbar-nav > li > a {
    padding: 9px 15px;
    border-radius: 5px;
    color: rgb(64, 75, 85);
    font-family: "NexaSlabHeavyItalic", Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-right: 2px;
    opacity: 0.8;
}

.hero-devices.hero {
    height: inherit;
    padding-top: 100px;
    padding-bottom: 50px;
    min-height: 500px;
}

.top-bar {
    padding: 20px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    border-bottom-color: rgb(239, 241, 244);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    opacity: 1;
    background-color: rgb(199, 91, 18);
}

    .top-bar .contact-info .email a {
        color: rgb(255, 255, 255);
    }

.btn {
    padding: 11px 18px;
    border-radius: 4px;
    transition: 0.3s ease-out;
    text-align: center;
    color: rgb(255, 255, 255);
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 900;
    margin-right: 5px;
    margin-bottom: 7px;
    vertical-align: middle;
    display: inline-block;
    white-space: pre-line;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

a.btn {
    padding: 11px 18px;
    border-radius: 4px;
    transition: 0.3s ease-out;
    text-align: center;
    color: rgb(255, 255, 255);
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 900;
    margin-right: 5px;
    margin-bottom: 7px;
    vertical-align: middle;
    display: inline-block;
    white-space: pre-line;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.top-bar .schedule i {
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.top-bar .contact-info i {
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.text-primary {
    color: rgb(0, 79, 163);
}

.text-black {
    color: rgba(71, 71, 71, 1);
}

.btn-partnership {
    background-color: rgb(199, 91, 18);
}

a.btn-partnership.inverse {
    background-color: rgb(199, 91, 18);
}

.inverse a.btn-partnership {
    background-color: rgb(199, 91, 18);
}

.btn-partnership.btn {
    border: 3px solid rgb(199, 91, 18);
    border-image: none;
}

.btn-partnership:hover {
    background-color: rgb(164, 73, 12);
}

.btn-partnership.btn-nav:hover {
    background-color: rgb(164, 73, 12);
}

.btn-partnership:focus {
    background-color: rgb(164, 73, 12);
}

.btn-partnership.btn-nav:focus {
    background-color: rgb(164, 73, 12);
}

.btn-partnership.btn:hover {
    border: 3px solid rgb(164, 73, 12);
    border-image: none;
}

.btn-partnership.btn:focus {
    border: 3px solid rgb(164, 73, 12);
    border-image: none;
}

.btn-partnership.btn-shadow {
    box-shadow: 0px 4px 0px #893c08;
    -webkit-box-shadow: 0 4px 0 #893C08;
    -moz-box-shadow: 0 4px 0 #893C08;
}

.btn-partnership.btn-border {
    color: rgb(199, 91, 18);
}

a.btn-partnership.btn-border {
    color: rgb(199, 91, 18);
}

.features-block p {
    margin-bottom: 10px;
}

.clients img {
    margin: 10px 30px 0px;
    transition: 0.2s ease-in-out;
    display: inline-block;
    max-height: 128px;
    opacity: 0.55;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.clients h4 {
    font-weight: normal;
}

footer {
    background-position: center;
    min-height: 450px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
    background-image: url("../images/template/bg-footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.footermarkers {
    float: left;
    min-width: 25px;
}

#top-stripe a:link {
    color: rgb(255, 255, 255);
}

#top-stripe a:visited {
    color: rgb(255, 255, 255);
}

#top-stripe a:hover {
    color: rgb(255, 255, 255);
}

#top-stripe a:active {
    color: rgb(255, 255, 255);
}

.bg-dark {
    background-color: rgb(174, 167, 159);
}

.modal-content {
    color: rgb(105, 105, 110);
}

.modal-header {
    border-bottom-color: rgba(122, 122, 122, 1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.modal-footer {
    border-top-color: rgba(122, 122, 122, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

.p-t-sm {
    padding-top: 20px;
}

.p-b-sm {
    padding-bottom: 20px;
}

.vertical-center-abs {
    margin: 20%;
    top: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.vertical-center-rel {
    margin: 20%;
    top: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.f1.footer {
    text-align: left;
}

.f3.footer {
    text-align: left;
}

.f4.footer {
    text-align: left;
}

.f6.footer {
    text-align: left;
}

.form-container {
    background-color: #ECEAE6;
    z-index: 0;
}

.form-container h2 {
    color: #c75b12;
    font-size: 30px;
    margin-bottom: 20px;
}

.form-container legend {
    line-height: 33.6px;
}

.form-container .required {
    background-color: #c1dbdc;
    border: 1px solid #679c9a;
}

.form-container .input-validation-error {
    border: 1px solid #C00;
    background-color: #F99;
    color: #C00 !important;
}

    .form-container .input-validation-error::-webkit-input-placeholder {
        color: #C00 !important;
    }
    .form-container .input-validation-error::-moz-placeholder {
        color: #C00 !important;
    }
    .form-container .input-validation-error:-ms-input-placeholder {
        color: #C00 !important;
    }
    .form-container .input-validation-error:-moz-placeholder {
        color: #C00 !important;
    }
    
.form-container .btn-orange {
    color: #c75b12;
    border-color: #c75b12;
    background-color: #fff;
}

.form-container .btn-orange:hover {
    color: #fff;
    border-color: #c75b12;
    background-color: #c75b12;
}

.form-container .form-control {
    height: 40px;
    padding: 9px 16px;
    font-size: 14px;
}

.form-box {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    padding: 30px 20px 10px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.14);
    -wekbit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.14);
}

.form-spacer-horizontal-left {
    margin: 0 0 0 20px;
    height: 20px;
    border-left: 20px solid #FFF;
}

.form-spacer-horizontal-right {
    margin: 0 0 0 95%;
    height: 20px;
    border-left: 20px solid #FFF;
}

.form-spacer-vertical {
    float: left;
    margin: 15px -15px 0 -15px;
    width: 30px;
    border-top: 20px solid #FFF;
}

.alert {
    margin: 20px 0;
    padding: 5px 10px;
    border: 1px solid #C00;
    background: #F99;
    text-align: center;
}

.alertTitle {
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.alertError {
    margin: 0;
    color: #C00;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}