/* ---------------------------------------------------------------------------
 * --- Navbar
 * --------------------------------------------------------------------------- */
.header-logo {
    position: absolute;
    z-index: 100;
    border: 1px solid white;
    box-shadow: 1px 1px 2px #888888;
}
.header-bar {
    padding-left: 260px;
}
.navbar {
    margin-bottom: 0;
}
.secondary-navbar {
    height: 32px;
    padding: 5px 0 0 270px;
    background-color: #fff;
}
.secondary-navbar-link {
    float: left;
    margin: 0 10px;
    color: #888;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.navbar-background {
    position: absolute;
    width: 100%;
    height: 38px;
    background-color: #3e3f3a;
}
.flag-icon {
    margin-right: 5px;
}


/* ---------------------------------------------------------------------------
 * --- Page content
 * --------------------------------------------------------------------------- */
.page-content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.text-blockquote {
    color: gray;
}
a.disabled {
    color: #616161 !important;
    pointer-events: none;
}
.mt-0 {
    margin-top: 0;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-5 {
    margin-bottom: 5px;
}

/* ---------------------------------------------------------------------------
 * --- Index page
 * --------------------------------------------------------------------------- */
.index-welcome {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    padding: 5px 30px;
    background: rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.index-welcome > h1 {
    font-size: 28px;
    font-family: "Helvetica";
}
.index-welcome > h3 {
    margin-top: 5px;
    font-size: 16px;
    font-family: "Helvetica";
}
.index-keys-wrapper {
    margin-top: 450px;
    padding: 15px 40px;
    background-color: #fff;
    border-left: 8px solid #e8e8e8;
    border-right: 8px solid #e8e8e8;
}
.index-keys-header {
    color: #058202;
    font-family: "Helvetica";
}
.index-key {
    padding: 15px;
}
.index-key.second {
    border-left: 1px dotted;
    border-right: 1px dotted;
}
.index-key > p {
    margin-top: 10px;
}
.index-key-icon {
    display: block;
    font-size: 48px;
    text-align: center;
    color: #555;
}
.index-background {
    z-index: -100;
    background-image: url("/img/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 96px;
    margin: 0 auto;
    width: 100%;
    height: 700px;
}


/* ---------------------------------------------------------------------------
 * --- Credo page
 * --------------------------------------------------------------------------- */
.credo-header-container {
    height: 100px;
    margin-top: 200px;
    padding: 15px 40px;
    background: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */
}
.credo-header {
    color: #058202;
    font-family: "Helvetica";
}
.credo-wrapper {
    padding: 15px 40px;
    background-color: #fff;
    border-left: 8px solid #e8e8e8;
    border-right: 8px solid #e8e8e8;
}
.credo-wrapper > p {
    text-align: justify;
}
.credo-background {
    z-index: -100;
    background-image: url("/img/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 96px;
    margin: 0 auto;
    width: 100%;
    height: 700px;
}


/* ---------------------------------------------------------------------------
 * --- Services page
 * --------------------------------------------------------------------------- */
.services-header-container {
    height: 100px;
    margin-top: 200px;
    padding: 15px 40px;
    background: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */
}
.services-header {
    color: #058202;
    font-family: "Helvetica";
}
.services-wrapper {
    padding: 15px 40px;
    background-color: #fff;
    border-left: 8px solid #e8e8e8;
    border-right: 8px solid #e8e8e8;
}
.services-list-item {
    padding: 12px 24px;
}
.services-list-text {
    display: inline-block;
    font-weight: bold;
    margin: 8px 0 0 20px;
    vertical-align: top;
    color: #676767;
}
.services-key-icon {
    font-size: 30px;
    text-align: center;
    color: #676767;
}
.services-ordered-list {
    margin-left: 40px;
}


/* ---------------------------------------------------------------------------
 * --- Disclaimer page
 * --------------------------------------------------------------------------- */
.disclaimer-header-container {
    height: 100px;
    margin-top: 200px;
    padding: 15px 40px;
    background: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */
}
.disclaimer-header {
    color: #058202;
    font-family: "Helvetica";
}
.disclaimer-wrapper {
    padding: 15px 40px;
    background-color: #fff;
    border-left: 8px solid #e8e8e8;
    border-right: 8px solid #e8e8e8;
}
.disclaimer-wrapper > p {
    text-align: justify;
}


/* ---------------------------------------------------------------------------
 * --- Disclaimer page
 * --------------------------------------------------------------------------- */
.contact-header-container {
    height: 100px;
    margin-top: 200px;
    padding: 15px 40px;
    background: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */
}
.contact-header {
    color: #058202;
    font-family: "Helvetica";
}
.contact-wrapper {
    padding: 15px 40px;
    background-color: #fff;
    border-left: 8px solid #e8e8e8;
    border-right: 8px solid #e8e8e8;
}
.contact-wrapper > p {
    text-align: justify;
}
.contact-address {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}
.contact-map {
    display: inline-block;
}
.google-maps-iframe {
    width: 700px;
}


/* ---------------------------------------------------------------------------
 * --- Media queries
 * --------------------------------------------------------------------------- */
@media only screen and (max-width: 788px) {
    .header-logo {
        height: 62px;
    }
    .header-bar {
        padding-left: 25px;
    }
    .secondary-navbar {
        padding-left: 5px;
    }
    .page-background {
        top: 62px;
        height: 500px;
    }

    /* -- Index page -- */
    .index-welcome-wrapper {
        text-align: center;
    }
    .index-welcome {
        margin-top: 25px;
        background: rgba(255, 255, 255, 0.8);
    }
    .index-keys-wrapper {
        margin-top: 300px;
    }
    .index-key {
        border-top: 1px dotted;
    }
    .index-key.second {
        border-left: none;
        border-right: none;
    }

    /* -- Credo page -- */
    .credo-header-container {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 820px) {
    .contact-map {
        display: block;
    }
    .google-maps-iframe {
        width: 100% !important;
    }
}
@media only screen and (max-width: 886px) {
    .services-list-text {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .services-key-icon {
        display: block;
    }
    .services-ordered-list {
        margin-left: 10px;
        margin-top: 10px;
    }
}
