body {
    font-family: 'Lato', arial, sans-serif;
}

.clearfix {
    clear: both;
}

.mt0 {
    margin-top: 0px;
}

.pt15 {
    padding-top: 15px;
}


.line-separator {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: white;
}

.header {
    position: fixed;
    width: 100%;
    height: 133px;
    top: 0px;
    background-color: rgba(255,255,255,.9);
    z-index:1;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,.25);
}

.header .logo-container {
    float: left;
    height: 100%;
    padding-top: 23px;
    padding-bottom: 20px;
    margin-left: 45px;
    margin-top: 15px;
    width: 270px;
}

.header.small-logo {
    height: 90px;
    background-color: white;
}

.header.small-logo .logo-container {
    height: 90px;
}

.header .logo-container img {
    /*width: 100%;*/
    height: 100%;
}

.header .menu {
    position: absolute;
    right: 45px;
    bottom: 35px;
}

.header.small-logo .menu {
    bottom: 18px;
    transition: bottom .15s;
}

.header .menu .menu-item {
    display: inline-block;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 10px;
}

.header .menu .menu-item a {
    color: #9d9d9d;
    text-decoration: none !important;
}

.header .menu .menu-item.active a {
    color: #d32c2c;
}

.header .menu .separator {
    display: inline-block;
    padding: 0px;
    border-left: solid black 1px;
    height: 14px;
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 10px;
}


.header .menu-control {
    display: none;
}

.header .call-container {
    float: right;
    margin-top: 10px;
    margin-right: 55px;
    font-size: 20px;
    color: #818181;
}


.header .call-container a {
    color: #818181;
    text-decoration: none !important;
}

.content-wrapper {
    margin-bottom: 428px;
}

.wrapper-white {
    position: relative;
    background-color: white;
    padding: 40px 0px;
    color: #818181;
}

.wrapper-red {
    position: relative;
    background-color: #d32c2c;
    padding: 40px 0px;
    color: white;
    font-size: 20px;
}

.wrapper-service-call {
    position: relative;
    background-color: #54868f;
    background-image: url("../images/service-call-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    color: white;
    font-size: 20px;
}

.wrapper-service-call .main-content {
    border: double white 8px;
    padding: 40px;
}

.wrapper-service-call h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 15px;
}

.wrapper-service-call h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    margin-bottom: 40px;
}

.wrapper-white h5 {
    color: #d32c2c;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.wrapper-white h3, .wrapper-light-gray h3 {
    color: #d32c2c;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    margin-top: 0px;
}

.wrapper-red h1 {
    font-family: 'Oswald', sans-serif;
    color: #303030;
    font-size: 32px;
    font-weight: bold;
}

.main-content {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.wrapper-red p, .wrapper-service-call p {
    font-size: 20px;
}

.main-content p {
    line-height: 26px;
}

.text-large {
    font-size: 20px;
}

.btn-white {
    display: inline-block;
    padding: 10px 25px;
    color: white !important;
    border: solid white 2px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    background-color: transparent;
    transition: background-color .2s;
    cursor: pointer;
}

.btn-white:hover {
    background-color: white;
    color: #d32c2c !important;
    transition: background-color .2s;
}

.btn-white i.fa {
    margin-left: 25px;
}

.button-container .btn-white {
    margin-top: 15px;
}

.home-page .button-container .btn-white {
    margin-top: 30%;
}

.wrapper-service-call .button-container .btn-white {
    margin-top: 40px;
    font-size: 20px;
    padding: 15px 25px;
}

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

.img-responsive.logo {
    margin-top: 15%;
}

.footer {
    position: fixed;
    background-color: #262626;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.footer .footer-content {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    color: #d6d6d6;
    font-size: 16px;
    line-height: 26px;
}

.footer .footer-content h4 {
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
}

.footer .footer-content .fa-ul li {
    margin-bottom: 5px;
}

.footer .footer-content .google-map iframe {
    width: 100%;
    height: 250px;
}

.footer .footer-copyright {
    position: relative;
    background-color: #1b1b1b;
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 12px;
}

.page-header {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    background-position: -539px 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-top: 195px;
    font-family: 'Oswald', sans-serif;
    color: white;
    text-align: center;
}

.page-header h1 {
    font-size: 47px;
    font-weight: bold;
    letter-spacing: 1px;
}

.office-furniture .page-header {
    background-image: url("../images/office-furniture-bg.jpg");
}

.office-furniture .wrapper-furniture {
    position: relative;
    background-color: #54868f;
    background-image: url("../images/office-furniture-bg2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
    color: white;
    font-size: 20px;
}

.office-furniture .wrapper-furniture h3 {
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
}

.office-furniture .wrapper-furniture h2 {
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
}

.office-furniture .wrapper-furniture p {
    font-size: 20px;
}

.wrapper-white-no-padding {
    position: relative;
    background-color: white;
}

.wrapper-white-no-padding .col-md-4, .wrapper-white-no-padding .col-md-6 {
    padding: 0px;
}

.wrapper-white-no-padding .text-block {
    position: relative;
    padding: 20px 40px;
}

.wrapper-white-no-padding .text-block h3 {
    font-family: 'Oswald', sans-serif;
    color: #d32c2c;
    font-size: 32px;
    font-weight: 600;
}

.wrapper-white-no-padding .text-block p {
    font-size: 20px;
    color: #818181;
}

.wrapper-light-gray {
    position: relative;
    background-color: #f6f6f6;
    padding: 40px 0px;
    color: #818181;
}

.wrapper-light-gray p {
    font-size: 20px;
    line-height: 28px;
}

.office-furniture .wrapper-light-gray .red-square {
    display: inline-block;
    background-color: #d32c2c;
    width: 202px;
    height: 202px;
    border-radius: 3px;
    line-height: 262px;
}

.office-furniture .wrapper-light-gray .red-square .fa {
    color: white;
    font-size: 100px;
}

.printer-repairs .page-header {
    background-image: url("../images/printer-repairs-bg.jpg");
}

.printer-repairs .wrapper-white h3 {
    margin-top: 0px;
}

.printer-repairs .wrapper-light-gray .main-content {
    width: 95%;
}

.wrapper-light-gray .circle-container {
    display: inline-block;
    width: 164px;
    height: 164px;
    border-radius: 150px;
    border: solid #c0c0c0 2px;
    font-size: 72px;
    line-height: 150px;
    color: #c0c0c0;
    transition: background-color .2s, border-color .2s, color .2s;
    margin-bottom: 10px;
}

.wrapper-light-gray .circle-container:hover {
    background-color: #d32c2c;
    border-color: #d32c2c;
    color: white;
    transition: background-color .2s, color .2s, border-color .2s;
}

.wrapper-light-gray h5 {
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #d32c2c;
    margin-bottom: 20px;
}

.printer-repairs .wrapper-red p {
    font-size: 22px;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 50%;
}

.wrapper-white-no-padding .table-cell.bg-image {
    background-size: cover;
    background-position: center center;
}

.wrapper-white-no-padding .table-cell h3 {
    margin-top: 0px;
}

.wrapper-red h3 {
    font-size: 32px;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wrapper-red h5 {
    font-size: 25px;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 38px;
    letter-spacing: 1px;
}

.printer-repairs .line-separator {
    width: 150px;
}

.wrapper-red .circle-container {
    display: inline-block;
    width: 57px;
    height: 57px;
    border-radius: 100px;
    border: solid white 2px;
    text-align: center;
    font-size: 24px;
    line-height: 52px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: background-color .2s, color .2s;
}

.wrapper-red .circle-container:hover {
    color: black;
    background-color: white;
    transition: background-color .2s, color .2s;
}

.office-supplies .page-header {
    background-image: url("../images/office-supplies-bg.jpg");
}

.office-supplies .line-separator {
    width: 400px;
    height: 2px;
    background-color: #d32c2c; 
}

.office-supplies .wrapper-light-gray h3 {
    margin-bottom: 0px;
}

.legal-supplies .page-header {
    background-image: url("../images/legal-supplies-bg.jpg");
}

.file-cabinets p {
    font-size: 20px;
    padding-bottom: 10px;
}

.file-cabinets p img {
    margin-right: 20px;
    margin-bottom: 20px;
}

.file-cabinets h1 {
    color: #303030;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.file-cabinets .main-content {
    padding-top: 100px;
}

.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    border: solid #e8e8e8 2px;
    color: #b0b0b0;
    font-size: 22px;
    border-radius: 100px;
    text-align: center;
    line-height: 51px;
    transition: background-color .2s;
    cursor: pointer;
}

.back-to-top:hover {
    background-color: #e8e8e8;
    transition: background-color .2s;
}

.contact-us .contact-us-map {
    position: relative;
    padding-top: 133px;
    height: 533px;
    background-color: white;
}

.contact-us .contact-us-map iframe {
    width: 100%;
    height: 400px;
}

.contact-us .table-cell {
    padding: 20px;
}

.contact-us .wrapper-white .main-content {
    width: 90%;
}

.contact-us form .control-label {
    font-weight: normal;
    font-size: 20px;
}

.contact-us form .control-label span {
    color: #790000;
}

.contact-us form .btn-white {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 25px;
}

.contact-us form .btn-white:hover {
    color: black !important;
}

.template-page .page-header {
    background-image: url("../images/office-furniture-bg.jpg");
}

.template-page .wrapper-light-gray {
    min-height: 600px;
}

.gallery .col-md-4 {
    margin-bottom: 20px;
}

/* DESKTOP */

@media (max-width: 1355px) {
    
    .header .logo-container {
        height: 113px;
        padding-top: 43px;
    }
    
    .header .menu {
        right: 15px;
    }
    
    .header.small-logo .logo-container {
        padding-top: 23px;
    }
    
}

@media (max-width: 1200px) {
    .header .logo-container {
        margin-left: 25px;
    }
    
    .header .menu .separator {
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .header .menu .menu-item {
        padding: 0px 5px;
    }
}

@media (max-width: 1065px) {
    .header .logo-container {
        margin-left: 10px;
    }
    
    .header .menu {
        right: 10px;
    }
    
}

@media (max-width: 1040px) {    
    .header, .header.small-logo {
        position: relative;
        height: auto !important;
        min-height: 184px;
        background-color: white;
    }
    
    .header .call-container {
        position: relative;
        margin: 0px auto;
        padding: 10px 0px;
        width: 100%;
        text-align: center;
        float: none;
    }
    
    .header .logo-container, .header.small-logo .logo-container {
        position: relative;
        float: none;
        margin: 0px;
        text-align: center;
        width: 100%;
        height: 123px;
        padding-top: 23px;
    }
    
    .header .menu, .header.small-logo .menu {
        position: relative;
        width: 90%;
        right: 0px;
        background-color: white;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        bottom: 15px;
        display: none;
    }
    
    .header .menu .menu-item {
        display: block;
    }
    
    .header .menu .separator {
        display: block;
        margin: 10px 0px;
        height: auto;
        border-left: 0px;
        border-bottom: solid lightgrey 1px;
    }
    
    .header .menu-control {
        position: absolute;
        display: block;
        top: 82px;
        left: 20px;
        cursor: pointer;
    }
    
    .page-header {
        background-size: 1000px;
        background-position: center center;
        height: 115px;
        padding-top: 10px;
    }
    
    .content-wrapper {
        margin-bottom: 0px;
    }
    
    .footer {
        position: relative;
    }

    .table-cell {
        float: left;
        width: 100%;
        display: inline;
    }
    
    .page-header h1 {
        font-size: 24px;
        padding-top: 14px;
    }
    
    .office-supplies .wrapper-white-no-padding .text-block {
        width: 80%;
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .file-cabinets .main-content {
        padding-top: 0px
    }
    
    .file-cabinets .main-content p img {
        display: block;
        float: none !important;
    }
    
    .contact-us .contact-us-map {
        padding-top: 0px;
        height: 400px;
    }
}