.post > p {
    font-size: 17px;
    line-height: 35px;
}

.online_supports p {
    font-size: 17px;
    line-height: 35px;
}

.online_supports li {
    font-size: 17px;
    line-height: 35px;
}

/*@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic,900);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);*/
body {
    background: #fff;
    color: #3c3c3c;
    font-size: 18px;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.regular {
    padding: 64px 16px;
}

@media all and (max-width: 732px) {
    .regular {
        padding: 32px 16px;
    }
}

.hero {
    padding-bottom: 64px;
    position: relative;
    margin-top: -21px;
}

.hero .hero-background {
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
}

.hero .hero-background .overlay {
    height: 700px;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.hero header,
.hero article {
    padding: 64px 16px;
    max-width: 732px;
    margin: 0 auto;
    z-index: 2;
}

.hero header {
    color: #fff;
    position: relative;
    text-align: center;
}

.hero header h1 {
    margin-top: 200px;
}

.hero header h2 {
    font-style: italic;
    -webkit-font-smoothing: antialiased;
}

.hero .meta {
    position: absolute;
    width: 700px;
    left: 50%;
    margin: 0 0 0 -350px;
    bottom: 32px;
    z-index: 5;
    text-align: center;
}

.hero .meta .avatar, .hero .meta .name, .hero .meta .length, .hero .meta .date {
    display: block;
    text-align: center;
}

.hero .meta .name {
    color: #fff;
    margin: 5px 0;
    font-style: italic;
    font-size: 18px;
    text-transform: normal;
    -webkit-font-smoothing: antialiased;
}

.hero .meta img {
    display: inline-block;
}

.hero .meta .date {
    color: #fff;
    margin-top: 10px;
    -webkit-font-smoothing: antialiased;
}

section header .meta .author {
    float: left;
}

section header .meta img {
    float: left;
    margin-right: 12px;
}

section header .meta a {
    display: block;
}

section header .meta .date {
    margin-top: 8px;
    float: right;
}

footer.article-footer {
    background: #fafafa;
    padding: 32px 0;
}

.block .meta {
    margin: 5px 0 0;
}

footer.page {
    background: #fff;
    padding: 64px 0;
    text-align: center;
}

footer.page p.copyright {
    font-weight: 900;
    font-size: 14px;
}

footer.page p.tribute {
    color: #b8b8b8;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5em;
}

.section-things {
    background: #f2f2f2;
}

.section-things section header {
    padding: 64px 0 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    z-index: 2;
}

.read-more {
    margin-top: 96px;
    text-align: center;
    display: block;
    color: #b8b8b8;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5em;
}

.read-more a {
    color: #445566;
}

input.giant {
    font-size: 60px;
    font-weight: 300;
    color: #3c3c3c;
    box-shadow: none;
    border: none;
    border-radius: 0;
    height: 96px;
    margin-bottom: 32px;
    margin-left: -5px;
    padding: 0px;
    letter-spacing: -.03em;
    outline: none;
}

input.giant:focus, input.giant:active {
    outline: none;
    box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

h6 em {
    color: #b8b8b8;
    font-style: normal;
}

.services p {
    font-size: 14px;
}

article.content p {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 32px;
}

article.content p > a {
    color: #3c3c3c;
    text-decoration: none;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    position: relative;
    white-space: nowrap;
}

article.content p > a:after {
    display: block;
    position: absolute;
    width: 100%;
    border-top: 1px solid #000;
    content: "";
    bottom: 0.1em;
    left: 0;
    z-index: -1;
}

article.content blockquote {
    border: none;
    padding: 0;
    margin: 0;
    margin: 0 0 96px;
    text-align: center;
    padding-top: 64px;
    position: relative;
}

article.content blockquote p {
    font-size: 28px;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
}

article.content blockquote:before {
    content: '';
    width: 80px;
    height: 6px;
    background: #ddd;
    top: 32px;
    left: 50%;
    position: absolute;
    margin-left: -40px;
}

article.content ul, article.content ol {
    margin-bottom: 32px;
}

article.content li {
    margin-bottom: 16px;
}

article.content li:last-child {
    margin-bottom: 0;
}

article.content img {
    margin-top: 10px;
    max-width: 100%;
    text-align: center;
}

article.content img.yank-left {
    max-width: 30%;
    float: left;
    margin-left: -15%;
    margin-right: 32px;
}

article.content img.yank-right {
    max-width: 30%;
    float: right;
    margin-right: -15%;
    margin-left: 32px;
}

article.content img.oversized {
    margin: 0 -15% 0 -15%;
    max-width: 130%;
}

article.content p.caption {
    font-style: italic;
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
}

article.content iframe {
    margin-bottom: 32px;
}

.block {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.block h3 {
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 5px;
    line-height: 1.5;
}

.block p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin: 0;
}

.block a {
    color: #3c3c3c;
}

.block a:hover, .block a:focus {
    text-decoration: none;
}

.block img {
    max-width: 100%;
}

.block img.small-image {
    border: 1px solid rgba(0, 0, 0, 0.05);
    float: right;
    margin: 3px 0 0 32px;
}

.block img.large-image {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
}

.meta {
    color: #b8b8b8;
    font-size: 12px;
    margin: 0 0 64px;
}

.meta a {
    color: #005566;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.meta .date {
    color: #3c3c3c;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
}

code {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 16px;
}

.centered {
    text-align: center;
}

.gallery header {
    padding: 64px 0 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    z-index: 2;
}

.gallery-images {
    padding: 10px;
}

.gallery-images img {
    vertical-align: bottom;
    opacity: 0;
}

.navbar-redwood {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    min-height: 60px;
}

.navbar-redwood .nav {
    color: #b8b8b8;
    font-size: 12px;
    overflow: hidden;
}

.navbar-redwood .nav a {
    color: #b8b8b8;
    letter-spacing: .1em;
    margin-left: 32px;
    padding: 20px 0;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
}

.navbar-redwood .nav a:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #b8b8b8;
    content: '';
    transition: all 100ms ease;
    opacity: 0;
}

.navbar-redwood .nav a:hover, .navbar-redwood .nav a:focus {
    background: transparent;
}

.navbar-redwood .nav a:hover:before, .navbar-redwood .nav a:focus:before {
    opacity: 1;
    bottom: 0;
}

.navbar-redwood .nav .active a {
    color: #3c3c3c;
    font-weight: bold;
    position: relative;
}

.navbar-redwood .nav .active a:before {
    bottom: 0;
    height: 2px;
    background: #3c3c3c;
    opacity: 1;
}

.navbar-redwood .navbar-brand {
    color: #3c3c3c;
    font-weight: 900;
    font-size: 32px;
    height: 60px;
    padding: 20px 15px;
    letter-spacing: -.05em;
}

.navbar-redwood .navbar-form {
    margin-top: 13px;
}

.navbar-redwood .search {
    border-radius: 32px;
    font-size: 14px;
    width: 180px;
    display: block;
    transition: width 220ms ease;
}

.navbar-redwood .search.grow {
    width: 300px;
}

.navbar-toggle {
    background: #eee;
    margin-top: 12px;
}

.navbar-toggle .icon-bar {
    background: #aaa;
}

.tags {
    display: block;
    margin: 0 0 32px;
    padding: 32px 0 0;
    list-style: none;
}

.tags li {
    display: inline-block;
    margin-right: 10px;
}

.tags a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.05);
    color: #445566;
    cursor: pointer;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 2px;
}

.tiles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 64px;
}

.tiles .item {
    background: #fff;
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.2);
    padding: 30px;
    height: 300px;
    width: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    margin: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.tiles .item:hover {
    text-decoration: none;
}

.tiles .item .image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.tiles .item .caption {
    text-align: center;
    box-shadow: 0px 0px 50px 100px rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.75);
    color: #3c3c3c;
    font-weight: 300;
    margin: 0;
    opacity: 0;
    transition: all .15s;
}

.tiles .item:hover .caption {
    opacity: 1;
}

img[data-action="zoom"] {
    cursor: pointer;
    cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    transition: all 300ms;
}

img.zoom-img {
    cursor: pointer;
    cursor: -moz-zoom-out;
}

.zoom-overlay {
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default;
}

.navbar-redwood .navbar-brand {
    background: #3d9fe1 url(../assets/img/logo.html) no-repeat center;
    width: 150px;
    background-size: contain;
    height: 80px;
    position: relative;
}

.navbar-redwood {
    border: 0;
}

.navbar-redwood .navbar-brand:before {
    content: '';
    position: absolute;
    border: 40px solid transparent;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-left-color: #3d9fe1;
}

.banner {
    background: url(../assets/img/banner.html)
}

.navbar-redwood .navbar-brand:after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 10px;
    height: 100%;
    background: #3d9fe1;
}

.disclaimer {
    font-size: 18px;
    line-height: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

/*# sourceMappingURL=redwood.css.map */

footer {
    background: url(../assets/img/footer.html) no-repeat center top;
    background-size: cover;
    padding: 40px 0 100px;
}

footer .col-md-4 > h2 {
    margin-bottom: 32px;
    font-size: 25px;
    line-height: 1.2em;
    color: #ffffff;
}

footer .list-group-item {
    background: transparent;
}

.hr-white {
    border-top: 1px solid rgba(255, 255, 255, .5);
}

footer .list-group-flush .list-group-item {
    padding: 9px;
    color: #afafaf;
}

.product-service h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    margin-left: 15px;
    padding: 5px 22px;
    color: #fff;
    font-size: 18px;
    background: #dc3545;
}

.products .desc {
    font-size: 14px;
    opacity: 0.7;
}

.products .scale-9 {
    transform: scale(0.9);
    box-shadow: 0 1px 6px #a3a3a3;
}

.hp_banner {
    height: 400px;
    background: #f5f5f5;
}

.hp_banner h1 {
    color: #3d9fe1;
    float: left;
    font: 700 35px/50px "Roboto", sans-serif;
    margin: 0;
    padding: 0 0 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    width: 100%;
}

.hp_banner h3 span {
    float: left;
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    color: #555555;
}

.hp_banner h3 a {
    color: #3d9fe1;
    font: 700 60px/60px "Roboto", sans-serif;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hp_banner img {
    float: right;
    margin: 30px 0;
}

.hp_banner h6 {
    color: #555555;
    float: left;
    font: 300 18px/30px "Roboto", sans-serif;
    margin: 0;
    padding: 5px 0px;
    width: 100%;
    text-transform: capitalize;
}

.hp_banner h4 {
    color: #555555;
    float: left;
    font: 500 22px/30px "Roboto", sans-serif;
    margin: 0;
    padding: 10px 0 0;
    text-transform: capitalize;
    width: 100%;
}

.call_now {
    margin: 0;
    padding: 0;
    width: 100% !important;
    background: #3d9fe1 !important;
}

.call_now .text-white {
    color: #ffffff;
    float: left;
    margin: 0;
    text-transform: uppercase;
    float: left;
    font-size: 26px;
    line-height: 50px;
    font-weight: 300;
}

.call_now a {
    font: 700 30px/50px 'Roboto', sans-serif !important;
    color: #ffffff;
    letter-spacing: 1px;
}

.text-white img {
    margin: 6px 15px 0px 0px;
    float: left;
    padding: 0px;
    text-transform: uppercase;
}

.online_supports h2 {
    float: left;
    margin: 0;
    padding: 0px;
    width: 100%;
    color: #3d9fe1;
    text-transform: capitalize;
}

.online_supports p {
    float: left;
    margin: 0;
    padding: 0px;
    width: 100%;
    color: #555555;
}

.section-hp-printer-support .disclaimer {
    background: rgba(61, 159, 225, 0.8) !important;
    bottom: 0 !important;
    float: left;
    margin: 0;
    padding: 15px 20px !important;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    padding: 10px;
}

.dropdown-toggle::after {
    position: relative;
    top: 3px;
}


@media all and (max-width: 767px) {
    .navbar-dark .navbar-toggler {
        margin-right: 15px;
    }

    footer h2 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}


@media all and (max-width: 732px) {
    .special {
        margin-bottom: 64px;
    }

    .special small {
        display: block;
        color: #b8b8b8;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .5em;
        margin-bottom: 10px;
    }

    section header h1 {
        line-height: 1;
        margin-bottom: 32px;
    }

    section header h2 {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 64px;
    }
}


