﻿.wrap {
    width: 100%;
}

.header-info-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #282828;
    color: #282828;
    z-index: -1;
    padding-top: 5px;
    padding-bottom: 5px;
}

p.contact {
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-default {
    background: none;
    border: none;
    padding-top: 15px;
    color: black;
}

#logo {
    font-size: 42px;
}

.navbar-default > div.container {
    padding-left: 15px;
    padding-right: 15px;
}

div.services {
    width: 100%;
}

    div.services h3 {
        font-weight: bold;
        font-size: 16px;
        margin: 0;
        width: 100%;
        padding: 20px 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #FFF;
        transition: all 0.18s ease;
        background-color: #3BA9FE;
        background: rgba(59, 169, 254, 0.78);
    }

        div.services h3 img {
            line-height: normal;
            display: block;
            margin-bottom: 15px;
            width: 100%;
        }

.item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.appointment-container {
    position: relative;
}

.appointment-text {
    max-width: 60%;
}

.appointment {
    font-size: 16px;
    color: #626262;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    border: 3px solid #3BA9FE;
    padding: 7px 27px;
}

    .appointment:hover, .appointment:focus {
        color: #fff;
        background: #3BA9FE;
    }

.appointment-absolute {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.gray-content-wrapper {
    background-color: #f7f6f6;
}

.section {
    margin-bottom: 40px;
}

.main_section {
    padding-top: 40px;
}

.content {
    padding: 60px 0;
}

.footer-wrapper, .header-wrapper {
    background-color: #282828;
    width: 100%;
    color: white;
}

    .footer-wrapper .container, .header-wrapper .container {
        padding-top: 12px;
    }

.border-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #aaaaaa;
}


.column {
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .footer-text {
        text-align: center !important;
    }
}

.navbar {
    margin-bottom: 0px;
    background-color: white;
    border: none;
    color: black;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background: none;
    color: black;
    font-family: Oxygen, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #656565;
    font-family: Oxygen, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: black;
    }

.navbar-inverse .navbar-brand {
    color: black;
    font-weight: bold;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -30px;
    }
}

.navbar-brand:hover, .navbar-brand:focus {
    color: black !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: white;
    color: black;
}

.btn-more {
    font-size: 16px;
    color: white;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none;
    background-color: #3BA9FE;
    border: 3px solid #3BA9FE;
    padding: 7px 27px;
}

    .btn-more:hover, .btn-more:focus {
        background-color: black;
        border-color: black;
        color: white;
    }

.title {
    font-size: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #282828;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

img.main-image {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.img-left {
    float: left;
    margin: 5px 20px 20px 0;
}

.quote {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.2em;
    padding-top: 0;
    border-width: 3px;
    margin: 0 0 17px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #dddddd;
}

aside div {
    padding-left: 15px;
}

.service-title {
    margin-top: 0px;
}

p {
    margin-bottom: 20px;
}

body {
    font-size: 16px;
}

.video {
    width: 100%;
    height: 400px;
}

.video-title {
    padding-bottom: 50px !important;
}

p.img-caption {
    margin-top: 15px;
    margin-bottom: 0px;
}

section.video_center {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 20px auto 0px auto;
}

iframe.youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure figcaption {
    text-align: center;
    font-style: italic;
}

.figcaption-margin-bottom {
    margin-bottom: 60px;
}

.navbar-inverse .navbar-toggle {
    background-color: #333;
    border-color: #333;
}

div.video_div_azteca {
    width: 607px;
    margin: 30px auto;
}

div.video_div {
    width: 420px;
    margin: 30px auto;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.img-sections-main {
        width: 100%;
    }

.contact-info {
    text-align: center;
}

@media (min-width: 1200px) {
    img.logo {
        max-width: 300px;
    }
}

@media (max-width: 1199px) {
    img.logo {
        bottom: -20px;
        position: absolute;
    }
}

@media (max-width: 992px) {
    img.logo {
        position: relative;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    img.logo {
        max-width: 300px;
        margin-bottom: 30px;
    }
}

@media (max-width: 405px) {
    img.logo {
        max-width: 250px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    h1, h2, h3, h4, h5, h6, p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-more {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 810px) {
    
    .appointment-absolute {
        right: 25px;
    }
}

.caption-white {
    color: white;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #3BA9FE;
}