@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

/*--------- DEFAULT STARTER VALUES --------------*/

html,
button,
input,
select,
textarea {
    color: #222;
}

html,
body {
    height: 100%;
}

body {
    font-family: "lato", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.btn,
.panel {
    border-radius: 0;
}

.fa {
    color: #66143E;
}

.banner {
    text-align: center;
}

.title-text {
    text-transform: uppercase;
}

/*--------- TOP NAV --------------*/
.asap-logo-top {
    padding: 0 0 0 15px;
}
@media (max-width: 767px) {
    .asap-logo-top {
        /*padding-left: 15px;*/
        padding-left: 0;
    }
}
@media (max-width: 992px) {
    .asap-logo-top {
        padding-left: 15px;
    }
}

.opaque-navbar {
    background-color: rgba(102, 20, 62, 0.6);
    height: 90px;
    transition: all 0.75s ease;
}

.opaque-navbar.opaque {
    background-color: rgba(102, 20, 62, 1);
    height: 65px;
}

@media (min-width: 768px) {
    .opaque-navbar {
        height: 105px;
    }

    .opaque-navbar.opaque {
        height: 65px;
    }
}

.opaque-navbar .nav-logo {
    transition: all 0.75s ease;
    height: 50px;
}

.opaque-navbar.opaque .nav-logo {
    height: 40px;
}

@media (min-width: 768px) {
    .opaque-navbar .nav-logo {
        transition: all 0.75s ease;
        height: 60px;
    }

    .opaque-navbar.opaque .nav-logo {
        height: 45px;
    }
}

.opaque-navbar .navbar-nav {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 19px;
    transition: all 0.75s ease;
}

@media (max-width: 767px) {
    .opaque-navbar .navbar-nav {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .opaque-navbar .navbar-nav {
        padding-top: 50px;
        transition: all 0.75s ease;
    }

    .opaque-navbar.opaque .navbar-nav {
        padding-top: 7px;
    }
}

.opaque-navbar .navbar-toggle {
    margin-top: 8px;
    margin-bottom: 19px;
    transition: all 0.75s ease;
}

.opaque-navbar.opaque .navbar-toggle {
    margin-top: 1px;
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    .opaque-navbar .navbar-brand {
        height: 60px;
        padding-top: 13px;
        transition: all 0.75s ease;
    }

    .opaque-navbar.opaque .navbar-brand {
        height: 65px;
        padding-top: 1px;
    }
}

.nav > li > a:active,
.nav > li > a:hover {
    /*background: rgba(255, 255, 255, 0.15);*/
    background: rgba(102, 20, 62, 1);
    color: #ffffff;
}
@media (min-width: 768px) {
    .nav > li > a:active,
    .nav > li > a:hover {
        background: rgba(255, 255, 255, 0.15);
    }
}


.nav > li > a:focus {
    /*background: none;*/
}

.nav .open > a {
    background: none;
}

.nav .open > a:focus,
.nav .open > a:hover {
    background: rgba(102, 20, 62, 1);
    color: #fff;
}

@media (min-width: 768px) {
    .nav .open > a:focus,
    .nav .open > a:hover {
        background: rgba(255, 255, 255, 0.15);
    }
}
.dropdown-menu .open a:focus,
.dropdown-menu .open a:hover {
    background: rgba(102, 20, 62, 1);
    color: #ffffff;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 0;
}
@media (min-width: 768px) {

    .navbar-nav > li > .dropdown-menu {
        margin-left: -1px;
    }
}

.navbar-nav > li > .dropdown-menu li {

}

ul.dropdown-menu {
    background-color: #fff;
    border-radius: 0;
}

.navbar-nav .dropdown-menu > li > a {
    padding: 15px;
    font-size: 19px;
}

.dropdown-menu > li > a:hover {
    background: rgba(102, 20, 62, 1);
    color: #ffffff;

}

.asap-nav a {
    color: #ffffff;
    background-color: transparent;
}

.opaque-navbar .navbar-header {
    padding-top: 16px;
    margin-left: 10px;
    transition: all 0.75s ease;
}

.opaque-navbar.opaque .navbar-header {
    padding-top: 10px;
}

@media (max-width: 767px) {

    .navbar-brand > img {
        padding-left: 15px;
    }

    .navbar-collapse {
        background-color: #fff;
    }

    /*.asap-logo-top {*/
        /*padding-left: 15px;*/
    /*}*/

    .asap-nav a {
        color: #333;
        background-color: transparent;
    }
}

/* -- PANEL BAR  ---- */

.asap-logo {
    margin-top: 30px;
    margin-bottom: 60px;
}

.intro-icons {
    padding-bottom: 25px;
    margin-left: 30px;
    margin-right: 30px;
}

/*------------------ PAGE SECTIONS --------------*/

.page-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-section-first {
    padding-top: 60px;
}

.page-section-last {
    padding-bottom: 60px;
}

.highlight {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.inverse {
    background: #66143e;
}

.inverse p,
.inverse h3 {
    color: #ccc;
}

.inverse h2,
.inverse .fa {
    color: #fff;
}

.inverse h3 {
    color: #888;
}

@media (max-width: 767px) {
    .mobile-starter-strip {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* -------- FRONT SPLASH -------- */

.para-panel-main {
    margin-top: 220px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
    width: auto;
    background-color: rgba(102, 20, 62, 0.6);
}

/* ------------------ MAIN BODY PANEL -------------- */

.title-block {
    margin-bottom: 30px;
}

/* --------- ADDRESS ------------*/

.address-panel {
    margin-top: 90px;
    background: rgba(255, 255, 255, 0.92);
    border: #eee solid 1px;
}

.address {
    font-size: 18px;
    line-height: 2;
    margin-top: 18px;
    text-align: center;
}

@media (max-width: 767px) {
    .address-panel {
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .address {
        margin-bottom: 30px;
    }
}

/* --------- CONTACT ------------*/

.contact-panel {
    background: rgba(255, 255, 255, 0.92);
    border: #eee solid 1px;

}

.contact-panel .panel-body {
    padding: 5px 20px 20px;
}

.contact-panel .input-lg {
    padding: 10px 32px 0 0;
}

.contact-panel .btn-default {
    background-color: #66143e;
    border: none;
    color: #fff;
}

.contact-panel .btn-default:hover {
    background-color: #551837;
}

.contact-panel .contact-title {
    padding: 0 0 0 0;
    margin: 16px 0 0 0;
}

.contact-panel .fa {
    color: #66143e;
}

.contact-panel .form-input {
    background: none;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-top: 16px;
}

.contact-panel .form-input:active,
.contact-panel .form-input:focus {
    background: none;
    border-bottom: 3px solid #66143e;
}

.contact-panel .form-btn {
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact-panel .panel-danger {
    margin-top: 25px;
}

.contact-panel .panel-danger .panel-body {
    padding: 15px 15px 0;
}

/* ---------------- reCAPTCHA -------------*/

.recaptcha-loc {
    margin-top: 16px;
    margin-left: 0;
}

/*---------- TRAVEL -------------*/

.travel-icons h2 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.travel-icons h3 {
    margin-bottom: 40px;
    margin-top: 40px;
}

/* -------- PROCESS PANEL -------- */

.process-title {
    padding-bottom: 35px;
}

.process-icons {
    padding-bottom: 25px;
}

.service i {
    font-size: 70px;
    vertical-align: middle;
    line-height: 100px;
}

/* ---------- TESTIMONIAL PANEL ------------ */

.testimonial-panel {
    color: #fff;
    height: 360px;
}

@media (max-width: 767px) {
    .testimonial-panel {
        height: 480px;
    }
}

/* ------------- ICONS -------------- */

.batch {
    font-family: "Batch";
    font-size: 50px;
    line-height: 1;
    color: #fff;
    display: inline-block;
}

.batch-portfolio {
    font-family: "Batch";
    font-size: 50px;
    line-height: 1;
    color: #66143e;
    display: inline-block;
}

.inverse .batch-portfolio {
    color: #FFFFFF;

}

.bold-link, .bold-link h2 {
    color: #ffffff;
    text-decoration: none;
}

.bold-link:hover, .bold-link h2:hover {
    color: #ddd;
    text-decoration: none;
/ / font-weight: bolder;
}

/* ------------ FOOTER ---------*/

.footer {
    color: #bbb;
    /*background-color: #2f2f2f;*/
    background-color: #222222;
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center;
}
@media (min-width: 992px) {
    .footer {
        text-align: left;
    }
}

.footer .footer-col {
    margin-bottom: 30px;
    border-left: 1px solid #333;
}

.footer h3 {
    margin-bottom: 15px;
}

.footer hr {
    border-top: 1px solid #333;
    margin-top: 5px;
    margin-bottom: 15px;
}

.footer p {
    margin-bottom: 15px;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.footer a:hover {
    text-shadow: 0 0 1px #fff;
}

.footer-right {
    float: right;
}

.footer .fa {
    color: #fff;
    margin-bottom: -15px;
}

.footer .fa-stack-1x {
    color: #222;
}

/* ---------- ZOOM IMAGE LINKS ---------- */

.zoom {
    overflow: hidden;
    margin: 0 auto 60px;
}

.zoom img {
    max-width: 100%;
    border: 10px solid #fff;
    margin-bottom: 60px;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    .zoom img {
        /*float: left;*/
        /*width: 100%;*/
        border: 10px solid #fff;
        margin: 0 auto 60px;
    }
}

@media (min-width: 768px) {
    .zoom {
        float: left;
        width: 100%;
    }

    .zoom:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

#map {
    height: 350px;
}

/* ------------ MISC ---------*/

.white-stack {
    margin-top: 30px;
}

.white-stack > .fa-base {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
}

.white-stack:hover > .fa-base {
    color: rgba(255, 255, 255, 1);
}

.white-stack > .fa-cover {
    color: #66133D;
}

.columns {
    column-count: 3;
    column-gap: 50px;
    column-rule: 1px solid #ccc;
}

.modal-xl {
    width: 96%;
}

.title-box {
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 90px;
    margin-bottom: 45px;
    padding: 20px 30px 30px;
    color: #66143E;
}

@media (max-width: 767px) {
    .title-box {
        margin-top: 85px;
    }
}

.services .steps .process-icons a:hover,
.services .steps .process-icons a:focus {
    text-decoration: none;
}

.services .steps .process-icons a {
    padding-top: 35px;
    padding-bottom: 25px;
    background: #66143E;
    transition: 1s ease;
}

.services .steps .process-icons a:hover {
    background: #fff;
}

.services .steps .process-icons a h3,
.services .steps .process-icons a i {
    color: #fff;
    transition: 1s ease;
}

.services .steps .process-icons:hover a h3,
.services .steps .process-icons:hover a i {
    color: #66143E;
}

.service {
    text-align: center;
}

.service small {
    font-size: 12px;
    font-weight: bold
}

.service i {
    text-align: center;
    margin-right: 15px;
    vertical-align: middle;
}

.service .text {
    color: #767676
}

.progress {
    border-radius: 0;
}

.progress-bar-asap-web {
    background-color: #66143E;
}

.progress-striped .progress-bar-asap-web {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/* ------------ responsive ---------*/



@media (max-width: 992px) {
    .recaptcha-loc {
        text-align: center;
    }

    .g-recaptcha-block {
        display: inline-block;
    }

    .form-btn {
        margin-top: 0px;
    }

    .para-panel-main {
        margin-top: 180px;
    }

    /*.asap-logo-top {*/
        /*padding-left: 15px;*/
    /*}*/

    .columns {
        column-count: 2;
    }

    .center-spacing {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    /*.footer {*/
        /*text-align: center;*/
    /*}*/

    .footer-right {
        float: none;
        text-align: center;
    }

    .page-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .g-recaptcha-block {
        margin-top: 10px;
    }

    .para-panel-main {
        margin-top: 76px;
    }

    .contact-panel {
        margin-left: 1px;
        margin-right: 1px;
    }

    /*.asap-logo-top {*/
        /*padding-left: 0;*/
    /*}*/

    .columns {
        column-count: 1;
    }
}

@media (max-device-width: 480px) {
    .service {
        margin-top: 10px;
    }
}
