body,
button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

body {
    -webkit-font-smoothing: antialiased;
    color: #444;
}

body.navbar-open {
    left: 0;
    position: fixed;
    right: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .container {
        padding-left: 92px;
        padding-right: 92px;
    }
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-family: 'Teko', sans-serif;
    margin-top: 0;
}

.h1,
h1 {
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.h2,
h2 {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 5px;
}

.h3,
h3 {
    font-size: 26px;
}

p {
    margin-bottom: 20px;
}

a:active,
button:active,
.btn:active,
a:focus,
button:focus,
.btn:focus,
a:active:focus,
button:active:focus,
.btn:active:focus,
a.active:focus,
button.active:focus,
.btn.active:focus {
    outline: none;
}

a:active,
button:active,
.btn:active,
a:focus,
button:focus,
.btn:focus,
a:active:focus,
button:active:focus,
.btn:active:focus,
a.active:focus,
button.active:focus,
.btn.active:focus {
    outline: none;
}

a {
    color: #0788C7;
}

a:focus,
a:hover {
    color: #056696;
    text-decoration: none;
}

.img-center {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.img-center img {
    bottom: -999px;
    left: -999px;
    margin: auto;
    position: absolute;
    right: -999px;
    top: -999px;
    width: 100%;
}

.list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.list a {
    display: block;
    line-height: 1.4;
    padding-bottom: 2px;
    padding-top: 2px;
}

@media (min-width: 320px) {
    .list {
        font-size: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .list li {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
        vertical-align: top;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .list li {
        width: 33.3334%;
    }
}

.ratings {
    font-size: 0;
    line-height: 1;
    text-shadow: none;
    unicode-bidi: bidi-override;
}

.ratings .star {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    padding: 0px 1px;
}

.ratings .star:before {
    content: "\f005";
    color: #999;
}

.ratings .star.active:before {
    content: "\f005";
    color: #FFD100;
    unicode-bidi: bidi-override;
}

.accordions {
    background: #fff;
    border: 1px solid #979797;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 30px 5px 30px;
    margin: 0 auto;
    max-width: 802px;
}

.accordion-body {
    display: none;
    overflow: hidden;
}

.accordion {
    padding-right: 43px;
    padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
}

.accordion + .accordion {
    border-top: 1px solid #E6E6E6;
}

.accordion .h3 {
    cursor: pointer;
}

.accordion .fa {
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
}

.accordion.active {
    padding-bottom: 0;
}

.accordion.active .accordion-body {
    display: block;
}

@media (max-width: 767px) {
    body {
        padding-top: 70px;
    }

    #header-container .navbar {
        background: #333;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 998;
    }

    .navbar-toggle {
        float: left;
        margin-left: 5px;
        margin-top: 16px;
    }

    .navbar-toggle .icon-bar {
        -moz-transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s, -moz-transform 0.25s ease;
        transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s;
        transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s, -moz-transform 0.25s ease;
        background: #fff;
        height: 4px;
        position: relative;
        top: 0;
        width: 26px;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

    .navbar-toggle.toggle .icon-bar {
        -moz-transition: top 0.25s ease, opacity 0.25s, transform 0.25s ease 0.15s, -moz-transform 0.25s ease 0.15s;
        transition: top 0.25s ease, opacity 0.25s, transform 0.25s ease 0.15s;
        transition: top 0.25s ease, opacity 0.25s, transform 0.25s ease 0.15s, -moz-transform 0.25s ease 0.15s;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .navbar-toggle.toggle .icon-bar:first-child,
  .navbar-toggle.toggle .icon-bar:last-child {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .navbar-toggle.toggle .icon-bar:first-child {
        top: 8px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggle.toggle .icon-bar:last-child {
        top: -8px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@media (min-width: 768px) {
    #header-container {
        background: #333;
        padding-top: 50px;
    }

    .navbar {
        position: static;
    }
}

.schedule-service {
    background: #006BB6;
    font-family: 'Teko', sans-serif;
    left: 0;
    line-height: 1.25;
    padding-top: 11px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.schedule-service,
.schedule-service a {
    color: #fff;
}

.schedule-service .btn,
.schedule-service .phone {
    font-family: 'Open Sans', sans-serif;
}

.schedule-service .btn {
    text-transform: none;
}

.schedule-service .phone {
    color: #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 1;
    vertical-align: middle;
}

@media (max-width: 479px) {
    .schedule-service {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .schedule-service {
        font-size: 34px;
        padding-bottom: 15px;
        text-align: center;
    }

    .schedule-service .pull-right {
        float: none !important;
    }

    .schedule-service .phone {
        display: block;
    }
}

@media (min-width: 768px) {
    .schedule-service {
        font-size: 24px;
        padding-bottom: 9px;
        top: 0;
    }

    .schedule-service .btn {
        margin-top: -2px;
    }

    .schedule-service .phone {
        margin-left: 19px;
        margin-top: -4px;
    }
}

.navbar {
    border: none;
    margin-bottom: 0;
}

.navbar-brand {
    height: auto;
}

@media (max-width: 767px) {
    .navbar-brand {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .navbar-brand > img {
        height: 41px;
        margin-left: 6px;
    }
}

@media (min-width: 768px) {
    .navbar-brand {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-brand > img {
        height: 42px;
    }
}

#navbar .nav > li.active,
#navbar .nav > li > a:focus,
#navbar .nav > li > a:hover {
    background: transparent;
    border-bottom: 1px solid #EF3E42;
}

#navbar .nav > li > a {
    color: #fff;
    line-height: 1.125;
}

@media (max-width: 767px) {
    #navbar {
        background: #2B2B2B;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 71px;
        z-index: 999;
    }

    #navbar .nav > li.active > a,
  #navbar .nav > li > a:hover {
        background: #fff;
        color: #0788C7;
    }

    #navbar .nav > li > a {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    #navbar {
        margin-top: 16px;
    }

    #navbar .navbar-nav > li > a {
        padding: 9px 10px;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 71px;
    }

    .cta-bar {
        -moz-transition: opacity 0.20s ease 0.05s, bottom 0.25s ease;
        transition: opacity 0.20s ease 0.05s, bottom 0.25s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: url(/assets/64288f79/images/cta-bar.png) no-repeat center;
        -moz-background-size: cover;
        background-size: cover;
        color: #fff;
        line-height: 1;
        padding: 12px 10px 10px 87px;
        position: relative;
    }

    .cta-bar .icon {
        bottom: 0;
        max-height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .cta-bar .title {
        font-family: 'Teko', sans-serif;
        font-weight: normal;
        display: block;
        font-size: 18px;
        text-transform: uppercase;
    }

    .cta-bar .phone {
        color: #fff;
        display: block;
        font-size: 30px;
        font-weight: bold;
    }

    .cta-bar.to-bottom {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 998;
    }

    .cta-bar.opacity {
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
        bottom: -80px;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@media (min-width: 768px) {
    .cta-bar {
        display: none;
    }
}

.btn {
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.35;
    padding: 5px 12px;
}

.btn-lg {
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    padding: 17px 27px;
}

.btn-default {
    -moz-box-shadow: 0 6px 10px 0 rgba(0, 39, 66, 0.5);
    box-shadow: 0 6px 10px 0 rgba(0, 39, 66, 0.5);
}

.btn-default,
.btn-default:focus,
.btn-default:hover {
    border-color: #EF3E42;
    color: #fff;
}

.btn-default,
.btn-default:focus {
    background: #EF3E42;
}

.btn-default:hover {
    background: #e71318;
}

.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.btn-default:active:hover,
.btn-default.active:hover {
    background-image: -moz-linear-gradient(top, #BA141A 0%, #EC1C24 100%);
    background-image: linear-gradient(to bottom, #BA141A 0%, #EC1C24 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba141a', endColorstr='#ffec1c24', GradientType=0);
    border-color: #EC1C24;
    color: #fff;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #4D5AB3;
    color: #fff;
}

.btn-primary,
.btn-primary:focus {
    background-image: -moz-linear-gradient(top, #4D5AB3 0%, #222D77 100%);
    background-image: linear-gradient(to bottom, #4D5AB3 0%, #222D77 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d5ab3', endColorstr='#ff222d77', GradientType=0);
}

.btn-primary:hover {
    background-image: -moz-linear-gradient(top, #222D77 0%, #4D5AB3 100%);
    background-image: linear-gradient(to bottom, #222D77 0%, #4D5AB3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222d77', endColorstr='#ff4d5ab3', GradientType=0);
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:active:hover,
.btn-primary.active:hover {
    background-image: -moz-linear-gradient(top, #222D77 0%, #4D5AB3 100%);
    background-image: linear-gradient(to bottom, #222D77 0%, #4D5AB3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222d77', endColorstr='#ff4d5ab3', GradientType=0);
    border-color: #4D5AB3;
    color: #fff;
}

.form-group {
    margin-bottom: 10px;
}

label {
    font-family: 'Teko', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.form-control {
    border-color: #D8D8D8;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    height: 42px;
    line-height: 1.35;
    padding-top: 8px;
    padding-bottom: 8px;
}

.input-lg {
    font-size: 18px;
    height: 58px;
    padding-top: 18px;
    padding-bottom: 18px;
}

textarea.form-control {
    min-height: 80px;
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5);
    height: 16px;
    margin-right: 5px;
    margin-top: 0;
    position: relative;
    top: 2px;
    width: 16px;
}

input[type=checkbox]::-ms-expand,
input[type=radio]::-ms-expand {
    display: none;
}

input[type=checkbox]:active,
input[type=radio]:active,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=checkbox].active:focus,
input[type=radio].active:focus,
input[type=checkbox]:active:focus,
input[type=radio]:active:focus {
    outline: none;
}

input[type=checkbox]:before,
input[type=radio]:before {
    -moz-transition: background 0.15s ease;
    transition: background 0.15s ease;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 8px;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    background: #444;
}

.form-control.error,
input[type=checkbox].error,
input[type=radio].error {
    border-color: #BF2222 !important;
}

.form-control.success,
input[type=checkbox].success,
input[type=radio].success {
    border-color: #70BE22 !important;
}

@media (max-width: 767px) {
    .page {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media (min-width: 768px) {
    .page {
        padding-bottom: 36px;
        padding-top: 30px;
    }
}

.badge-secure {
    margin-bottom: 20px;
    margin-top: 30px;
}

.badge-secure > img {
    vertical-align: top;
}

.badge-secure > img + img {
    margin-left: 14px;
}

@media (max-width: 991px) {
    .badge-secure {
        text-align: center;
    }
}

.true-trust {
    margin-top: 12px;
    width: 96px;
}

.comodo-secure {
    width: 83px;
}

.schedule-available {
    background-image: -moz-linear-gradient(top, #00A4DC 0%, #006BB6 100%);
    background-image: linear-gradient(to bottom, #00A4DC 0%, #006BB6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a4dc', endColorstr='#ff006bb6', GradientType=0);
    -moz-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.5);
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 15px 20px 18px 100px;
    position: relative;
    text-align: right;
    text-shadow: none;
}

.schedule-available .icon {
    left: 12px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 70px;
}

.schedule-available p {
    text-align: left;
}

.schedule-available .available {
    background: #EF3E42;
    -moz-border-radius: 15px 30px 0 15px;
    border-radius: 15px 30px 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    left: -95px;
    line-height: 1;
    padding: 8px 11px;
    position: absolute;
    top: 6px;
}

.schedule-available .phone {
    background: #fff;
    -moz-border-radius: 36px 18px 18px 0;
    border-radius: 36px 18px 18px 0;
    color: #006BB6;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

@media (max-width: 479px) {
    .schedule-available .icon {
        margin-top: -58px;
    }

    .schedule-available .phone {
        font-size: 16px;
        padding: 10px 22px 10px 39px;
    }
}

@media (min-width: 480px) {
    .schedule-available .icon {
        margin-top: -30px;
    }

    .schedule-available .phone {
        font-size: 30px;
        padding: 3px 22px 3px 39px;
    }
}

@media (min-width: 992px) {
    .schedule-available {
        max-width: 470px;
    }
}

.call-today-header {
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin-bottom: 18px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.call-today-header:before {
    background-image: -moz-linear-gradient(top, #f97277 0%, #ef3e42 100%);
    background-image: linear-gradient(to bottom, #f97277 0%, #ef3e42 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff97277', endColorstr='#ffef3e42', GradientType=0);
    border: 1px solid #F87177;
    -moz-box-shadow: inset 0 -4px 2px 0 #D24248;
    box-shadow: inset 0 -4px 2px 0 #D24248;
    content: "";
    height: 205px;
    right: -30px;
    left: -295px;
    position: absolute;
    z-index: -1;
}

@media (max-width: 991px) and (min-width: 496px) {
    .call-today-header:before {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        bottom: 40px;
        left: 0;
        right: 0;
    }
}

@media (min-width: 992px) {
    .call-today-header:before {
        bottom: 0;
        -ms-transform: rotate(-23deg);
        -moz-transform: rotate(-23deg);
        transform: rotate(-23deg);
    }
}

@media (max-width: 479px) {
    .call-today-header {
        padding-bottom: 20px;
    }

    .call-today-header:before {
        -ms-transform: rotate(-16deg);
        -moz-transform: rotate(-16deg);
        transform: rotate(-16deg);
        bottom: 21px;
    }
}

.call-today {
    background-image: -moz-linear-gradient(top, #00A4DC 0%, #006BB6 100%);
    background-image: linear-gradient(to bottom, #00A4DC 0%, #006BB6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a4dc', endColorstr='#ff006bb6', GradientType=0);
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-bottom: 15px;
    text-align: center;
}

.call-today .h3 {
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 30px 20px 23px;
    text-transform: uppercase;
}

.call-today .fa {
    background-image: -moz-linear-gradient(top, #00a4dc 0%, #006bb6 100%);
    background-image: linear-gradient(to bottom, #00a4dc 0%, #006bb6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a4dc', endColorstr='#ff006bb6', GradientType=0);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 44px;
    height: 76px;
    line-height: 80px;
    margin: 0 auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 74px;
}

.call-today .logo {
    height: 52px;
    position: relative;
}

.call-today .phone {
    font-family: 'Teko', sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

@media (max-width: 991px) {
    .call-today {
        margin-top: 25px;
    }

    .call-today .h3 {
        font-size: 50px;
    }

    .call-today .logo {
        margin-bottom: 15px;
    }

    .call-today .phone {
        display: block;
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .call-today .h3 {
        font-size: 40px;
    }

    .call-today .logo {
        left: -4px;
        margin-bottom: 10px;
    }

    .call-today .phone {
        font-size: 34px;
    }
}

@media (min-width: 1200px) {
    .call-today .logo {
        left: -22px;
    }
}

.talk-to-expert {
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.talk-to-expert .title {
    background-image: -moz-linear-gradient(top, #f97277 0%, #ef3e42 100%);
    background-image: linear-gradient(to bottom, #f97277 0%, #ef3e42 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff97277', endColorstr='#ffef3e42', GradientType=0);
    display: block;
    position: relative;
}

.talk-to-expert .title:before {
    content: "";
    position: absolute;
    z-index: -1;
}

.talk-to-expert .fa {
    color: #B3B3B3;
    font-size: 44px;
}

.talk-to-expert .phone {
    background-image: -moz-linear-gradient(top, #00a4dc 0%, #006bb6 100%);
    background-image: linear-gradient(to bottom, #00a4dc 0%, #006bb6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a4dc', endColorstr='#ff006bb6', GradientType=0);
    color: #fff;
    display: block;
    position: relative;
}

.talk-to-expert .phone:before {
    content: "";
    position: absolute;
}

@media (max-width: 1199px) {
    .talk-to-expert {
        -moz-box-shadow: inset 0 0 8px 3px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 8px 3px rgba(0, 0, 0, 0.3);
        font-size: 34px;
    }

    .talk-to-expert .title,
  .talk-to-expert .phone {
        width: 100%;
    }

    .talk-to-expert .title {
        line-height: 1;
        padding: 18px 0 15px;
    }

    .talk-to-expert .title:before {
        border: 50px solid #ef3e42;
        border-bottom: none;
        border-top-width: 22px;
        border-right-color: transparent;
        border-left-color: transparent;
        bottom: -22px;
        left: 50%;
        margin-left: -50px;
    }

    .talk-to-expert .fa {
        bottom: -10px;
        line-height: 40px;
        margin-top: 25px;
        position: relative;
    }

    .talk-to-expert .phone {
        font-size: 50px;
        line-height: 1.2;
        padding: 28px 0 0;
    }

    .talk-to-expert .phone:before {
        border: 50px solid #fff;
        border-bottom: none;
        border-top-width: 22px;
        border-right-color: transparent;
        border-left-color: transparent;
        left: 50%;
        margin-left: -50px;
        top: 0;
    }
}

@media (min-width: 1200px) {
    .talk-to-expert {
        -moz-box-shadow: inset -3px 0 8px 0 rgba(0, 0, 0, 0.3);
        box-shadow: inset -3px 0 8px 0 rgba(0, 0, 0, 0.3);
        font-size: 24px;
    }

    .talk-to-expert .title,
  .talk-to-expert .phone {
        height: 80px;
    }

    .talk-to-expert .title {
        float: left;
        padding: 24px 37px 0 26px;
    }

    .talk-to-expert .title:before {
        background-repeat: repeat-x;
        background-image: -moz-linear-gradient(322deg, #f97277, #ef3e42);
        background-image: linear-gradient(128deg, #f97277, #ef3e42);
        -ms-transform: rotate(62deg) skewX(34deg);
        -moz-transform: rotate(62deg) skewX(34deg);
        transform: rotate(62deg) skewX(34deg);
        height: 56px;
        right: -16px;
        margin-top: -23px;
        top: 50%;
        width: 56px;
    }

    .talk-to-expert .fa {
        line-height: 80px;
        margin-left: 15px;
    }

    .talk-to-expert .phone {
        float: right;
        font-size: 40px;
        padding: 15px 32px 0 48px;
    }

    .talk-to-expert .phone:before {
        border: 30px solid #fff;
        border-bottom-color: transparent;
        border-left-width: 18px;
        border-right: none;
        border-top-color: transparent;
        left: 0;
        margin-top: -30px;
        top: 50%;
    }
}

.home .talk-to-expert {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .home .talk-to-expert .title,
  .home .talk-to-expert .phone {
        height: 100px;
        width: 44.5%;
    }

    .home .talk-to-expert .title {
        font-size: 40px;
        padding-right: 70px;
        text-align: right;
    }

    .home .talk-to-expert .phone {
        font-size: 60px;
        padding-left: 70px;
        text-align: left;
    }

    .home .talk-to-expert .fa {
        height: 100px;
        line-height: 108px;
    }
}

.home {
    padding: 0;
}

.home .zipcodes .h2,
.home .cities .h2 {
    text-align: left;
}

.home .zipcodes {
    border-top: 1px solid #E6E6E6;
    margin-bottom: 0;
    margin-top: 60px;
    padding-bottom: 43px;
    padding-top: 51px;
}

.home .cities {
    border-top: 1px solid #E6E6E6;
    margin-top: 0;
    padding-bottom: 43px;
    padding-top: 51px;
}

.home + #footer-container {
    margin-top: 0;
}

.banner-home {
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.3) 44%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.3) 44%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#4d000000', GradientType=0);
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    overflow: hidden;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-home .h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.05;
}

.banner-home .h1 span {
    color: #EF3E42;
}

.banner-home .free-quote {
    background-image: -moz-linear-gradient(top, #00A4DC 0%, #006BB6 100%);
    background-image: linear-gradient(to bottom, #00A4DC 0%, #006BB6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a4dc', endColorstr='#ff006bb6', GradientType=0);
    -moz-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.5);
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #444;
    text-shadow: none;
}

.banner-home .free-quote .h3 {
    margin-bottom: 15px;
}

.banner-home .free-quote label {
    -moz-box-shadow: 0 6px 10px 0 #004C80;
    box-shadow: 0 6px 10px 0 #004C80;
}

.banner-home .bg {
    margin: auto;
    position: absolute;
    top: 0;
    z-index: -1;
}

@media (max-width: 991px) {
    .banner-home {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .banner-home .free-quote {
        margin-bottom: 45px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .banner-home {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .banner-home {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media (max-width: 479px) {
    .banner-home .free-quote {
        padding: 15px;
    }
}

@media (min-width: 480px) {
    .banner-home .free-quote {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .banner-home .bg {
        height: 100%;
        left: -9999px;
        right: -9999px;
    }
}

@media (min-width: 992px) {
    .banner-home {
        padding-bottom: 60px;
        padding-top: 102px;
    }
}

.service-in {
    margin-bottom: -22px;
    overflow: hidden;
    padding-bottom: 22px;
    position: relative;
    z-index: 1;
}

.service-in .bg {
    bottom: 0;
    left: -9999px;
    margin: 0 auto;
    max-height: 685px;
    position: absolute;
    right: -9999px;
    z-index: -1;
}

#business-container {
    background: #FAFAFA url(/assets/64288f79/images/pattern2.png) left top;
    -moz-background-size: 17px 9px;
    background-size: 17px 9px;
    position: relative;
}

#business-container:before {
    background: url(/assets/64288f79/images/business-before.png) no-repeat center;
    -moz-background-size: auto 20px;
    background-size: auto 20px;
    height: 20px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
}

#business-container .h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

@media (max-width: 767px) {
    #business-container {
        padding-bottom: 38px;
        padding-top: 65px;
    }
}

@media (min-width: 768px) {
    #business-container {
        padding-bottom: 100px;
        padding-top: 80px;
    }
}

.service-img {
    -moz-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.5);
    height: 140px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .service-img {
        float: left;
        height: 170px;
        margin-bottom: 20px;
        margin-right: 30px;
        width: 225px;
    }

    .service-img img {
        height: 100%;
        max-width: none;
        width: auto;
    }
}

.service {
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #444;
    display: block;
    padding: 15px;
    text-align: center;
}

.service p {
    margin-bottom: 0;
}

.service:hover {
    color: inherit;
}

.service .service-img {
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .service .service-img {
        float: none;
        margin-right: 0;
        width: 100%;
    }
}

.home .service {
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

.home .service .service-title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 4px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .home .service .service-img img {
        height: auto;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .home .service {
        margin-bottom: 45px;
    }
}

@media (min-width: 1200px) {
    .home .service .service-img {
        float: left;
        height: 140px;
        margin-right: 32px;
        width: 219px;
    }
}

@media (max-width: 767px) {
    .service {
        margin-bottom: 15px;
    }
}

.zipcodes .list li,
.cities .list li {
    font-size: 14px;
}

.zipcodes {
    margin-bottom: 20px;
}

.cities {
    margin-top: 22px;
}

.hr {
    border-color: #E6E6E6;
    position: relative;
}

.hr:before,
.hr:after {
    content: "";
    position: absolute;
}

.hr:before {
    border: 50px solid #E6E6E6;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-width: 20px;
    margin-left: -50px;
    left: 50%;
}

.hr:after {
    border: 50px solid #fff;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-width: 20px;
    margin-left: -50px;
    margin-top: -1px;
    left: 50%;
}

@media (min-width: 768px) {
    .zipcodes .list li {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .zipcodes .list li {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .zipcodes .list li {
        width: 16.6667%;
    }
}

.form-message {
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 10px;
    padding: 11px 20px 11px 62px;
    position: relative;
}

.form-message .fa {
    font-size: 26px;
    position: absolute;
    left: 19px;
    margin-top: -13px;
    top: 50%;
}

.form-message p {
    margin-bottom: 0;
}

.form-message.success {
    background: #70BE22;
}

#form-contact {
    background: #006BB6;
    padding: 15px;
}

#form-contact .h2 {
    color: #fff;
    font-size: 38px;
    line-height: 1.05;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
}

#form-contact label {
    color: #fff;
}

#form-contact .btn {
    margin-top: 15px;
}

#footer-container {
    background: #444 url(/assets/64288f79/images/pattern.png) left top;
    -moz-background-size: 17px 9px;
    background-size: 17px 9px;
    font-size: 14px;
    line-height: 1.6;
}

#footer-container,
#footer-container a {
    color: #fff;
}

#footer-container p {
    line-height: inherit;
    margin-bottom: 0;
}

#footer-container .sitemap {
    font-size: 0;
}

#footer-container .sitemap span,
#footer-container .sitemap a {
    font-size: 14px;
}

#footer-container .sitemap span {
    margin-right: 5px;
}

#footer-container .sitemap a + a:before {
    content: ",";
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 5px;
}

@media (max-width: 767px) {
    #footer-container {
        padding: 25px 0;
        text-align: center;
    }

    #footer-container .sitemap {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    #footer-container {
        margin-top: 40px;
        padding: 50px 0;
    }
}

.payment-options {
    font-size: 0;
    margin-left: -1px;
    margin-right: -1px;
}

.payment-options img {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 2.5px 5px;
    width: 50px;
}

@media (max-width: 767px) {
    .payment-options {
        margin-top: 25px;
    }
}

.widget {
    position: relative;
}

.widget:before {
    border-color: transparent;
    border-width: 50px;
    border-style: solid;
    border-bottom: none;
    border-top-width: 20px;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -20px;
    content: "";
    margin-left: -50px;
    left: 50%;
    position: absolute;
    z-index: 1;
}

.widget .h2 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.free-quote {
    background: #006BB6;
    padding: 15px;
}

.free-quote .h3 {
    color: #fff;
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .free-quote {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .col-md-8 .free-quote {
        position: absolute;
        right: -288px;
        top: 167px;
    }
}

@media (min-width: 1200px) {
    .col-md-8 .free-quote {
        right: -355px;
    }
}

.form-quote ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.form-quote label {
    background-image: -moz-linear-gradient(top, #fefefe 0%, #f1f1f1 100%);
    background-image: linear-gradient(to bottom, #fefefe 0%, #f1f1f1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff1f1f1', GradientType=0);
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    padding: 14px 15px;
    text-transform: none;
    margin-bottom: 10px;
    width: 100%;
}

.form-quote label:hover {
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #fefefe 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #fefefe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#fffefefe', GradientType=0);
}

.form-quote .btn {
    margin-top: 5px;
}

.awards {
    background: #F6F6F7;
    padding-bottom: 51px;
    padding-top: 60px;
}

.awards:before {
    border-top-color: #f6f6f7;
}

.awards ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.awards .badge {
    background: #fff;
    border: 1px solid #E6E6E6;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    padding: 20px;
}

.awards img {
    height: 120px;
}

@media (max-width: 767px) {
    .awards li + li {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .awards ul {
        font-size: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .awards li {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        padding-left: 15px;
        padding-right: 15px;
        vertical-align: middle;
        width: 33.3334%;
    }
}

body .services {
    background: url(/assets/64288f79/images/services.jpg) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
    padding-bottom: 56px;
    padding-top: 81px;
    text-align: center;
}

body .services:before {
    border-top-color: #005fa3;
}

body .services,
body .services a {
    color: #fff;
}

@media (min-width: 768px) {
    body .services .btn {
        margin-top: 30px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

.reviews {
    background: #444 url(/assets/64288f79/images/pattern.png) left top;
    -moz-background-size: 17px 9px;
    background-size: 17px 9px;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 60px;
    margin-bottom: 70px;
}

.reviews ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
}

.reviews li {
    font-size: 14px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .reviews .coupons ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .reviews .coupons li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .reviews li {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        position: relative;
        vertical-align: top;
        width: 50%;
    }

    .reviews li:before,
  .reviews li:after {
        border-style: solid;
        border-bottom-color: transparent;
        border-right: none;
        border-top-color: transparent;
        content: "";
        position: absolute;
        top: 50%;
        z-index: 1;
    }

    .reviews li:before {
        border-width: 50px;
        border-left-color: #979797;
        border-left-width: 20px;
        margin-top: -50px;
        right: -20px;
    }

    .reviews li:after {
        border-width: 74px;
        border-left-width: 30px;
        border-left-color: #F0F0F0;
        margin-top: -74px;
        right: -19px;
    }

    .reviews li:nth-child(2n) .review {
        border-left: none;
    }

    .reviews li:nth-child(2n):before,
  .reviews li:nth-child(2n):after {
        display: none;
    }

    .reviews .coupons li:before,
  .reviews .coupons li:after {
        display: none;
    }
}

@media (min-width: 992px) {
    .reviews .coupons li {
        width: 100%;
    }
}

.reviews .review,
.reviews .coupon {
    height: 158px;
}

.reviews .review {
    background: #F0F0F0;
    border: 1px solid #979797;
    -moz-box-shadow: inset 0 1px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 8px 0 rgba(0, 0, 0, 0.3);
    color: #4A4A4A;
    padding: 19px 16px;
    text-align: center;
}

.reviews .ratings {
    margin-bottom: 10px;
}

.reviews .ratings .star {
    font-size: 21px;
}

.reviews .logo {
    height: 50px;
    margin-bottom: 15px;
}

.reviews .logo:before,
.reviews .logo img {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.reviews .logo img {
    width: 100px;
}

.reviews .logo:before {
    content: "";
    height: 100%;
}

.coupons {
    font-size: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.coupon {
    background: url(/assets/64288f79/images/coupon.png) no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    font-size: 0;
    font-weight: bold;
    height: 140px;
    line-height: 1.15;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
}

.coupon > span {
    color: #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    line-height: 1.25;
    margin-top: -30px;
    vertical-align: middle;
}

.coupon > span span {
    bottom: 40px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: underline;
    text-transform: none;
}

.coupon:before {
    content: "";
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 100%;
    vertical-align: middle;
}

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

.customer-reviews {
    color: #fff;
    margin-bottom: -22px;
    overflow: hidden;
    padding-bottom: 22px;
    padding-top: 70px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.customer-reviews blockquote {
    border: none;
    font-size: 16px;
    margin: 0;
    line-height: 1.45;
    padding: 0;
}

.customer-reviews .author-image {
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    height: 45px;
    margin: 0 auto 6px;
    width: 45px;
}

.customer-reviews .author-image img {
    max-width: 100%;
}

.customer-reviews .author-name {
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    line-height: 1.25;
}

.customer-reviews .slides {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

.customer-reviews .slide {
    outline: none;
}

.customer-reviews .slide + .slide {
    display: none;
}

.customer-reviews .slide + .slick-slide {
    display: block;
}

.customer-reviews .slick-arrow {
    background: transparent;
    border: none;
    color: #EF3E42;
    font-size: 60px;
    position: absolute;
    top: 0;
}

.customer-reviews .slick-next {
    right: -15px;
}

.customer-reviews .slick-prev {
    left: -15px;
}

.customer-reviews .bg {
    bottom: 0;
    top: 0;
    left: -9999px;
    margin: 0 auto;
    position: absolute;
    right: -9999px;
    z-index: -1;
}

@media (max-width: 991px) {
    .customer-reviews blockquote {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .customer-reviews {
        padding-top: 40px;
    }
    .btn.btn-lg.contact-quote-button {
        width: 100%;
    }
}

@media (max-width: 495px) {
    .customer-reviews {
        height: 586px;
    }

    .customer-reviews .bg {
        display: none;
    }

    .customer-reviews .bg-xs {
        display: block;
        max-width: 100%;
    }
}

@media (min-width: 496px) {
    .customer-reviews {
        height: 401px;
    }

    .customer-reviews .bg {
        max-height: 100%;
    }

    .customer-reviews .bg-xs {
        display: none;
    }
}

.business-hour {
    background: #006BB6;
    color: #fff;
    font-size: 14px;
    padding: 20px;
}

.business-hour .h2 {
    text-transform: uppercase;
}

.business-hour ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: -20px;
    margin-right: -20px;
}

.business-hour li {
    line-height: 2.4;
    padding-left: 20px;
    padding-right: 20px;
}

.business-hour li + li {
    margin-top: 9px;
}

.business-hour li.active {
    background: #2C2C2C;
    border-left: 5px solid #EF3E42;
    padding-left: 15px;
}

.business-hour li.active .day {
    color: #fff;
}

.business-hour li.active:after {
    content: "Open Now";
    color: #EF3E42;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    float: right;
    font-family: 'Teko', sans-serif;
    font-weight: bold;
    vertical-align: middle;
}

.business-hour .day {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 18px;
    font-weight: bold;
    width: 53px;
}

@media (max-width: 991px) {
    .business-hour li.active:after {
        font-size: 12px;
        margin-right: -7px;
        margin-top: 8px;
    }
}

@media (min-width: 992px) {
    .business-hour li.active:after {
        font-size: 14px;
        margin-top: 6px;
    }
}

.facts {
    background: #fff;
    color: #4A4A4A;
    padding: 20px;
}

.facts .h2 {
    color: #333;
    text-transform: uppercase;
}

.facts .table {
    margin-bottom: 0;
}

.facts .table > tbody > tr > th,
.facts .table > tbody > tr > td {
    border-top: none;
    font-size: 14px;
    line-height: 1.25;
    padding: 11px;
}

.facts .table > tbody > tr > th {
    padding-left: 10px;
    padding-right: 5px;
}

.facts .table > tbody > tr > td {
    padding-left: 5px;
    padding-right: 10px;
}

.facts .table tr + tr {
    border-top: 1px solid #EBEBEB;
}

.facts .table th {
    white-space: nowrap;
}

.facts .table a {
    color: #115FEE;
    font-size: 14px;
    word-break: break-all;
}

@media (max-width: 1199px) {
    .facts .table + .table {
        border-top: 1px solid #EBEBEB;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .facts .table {
        font-size: 0;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        vertical-align: top;
        width: 48%;
    }

    .facts .table + .table {
        float: right;
    }
}

@media (min-width: 1200px) {
    .facts .table {
        font-size: 0;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        max-width: 100%;
        vertical-align: top;
        width: 100%;
        float: left;
    }
    .facts .table tr {
        width: 46%;
        float: left;
        margin-right: 2%;
    }

}

.faq {
    background: #006BB6;
    padding-top: 60px;
}

.faq:before {
    border-top-color: #006BB6;
}

.faq .h2 {
    color: #fff;
}

@media (max-width: 767px) {
    .faq {
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .faq {
        padding-bottom: 70px;
    }
}

.brands {
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}

.brands ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
}

.brands li {
    padding-left: 10px;
    padding-right: 10px;
}

.brands .logo {
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 80px;
    margin: 0 auto;
    width: 159px;
}

.brands .logo img {
    padding-bottom: 17px;
    padding-top: 17px;
    height: 100%;
    width: auto;
}

@media (max-width: 1199px) {
    .brands li {
        margin-bottom: 25px;
    }

    .brands .btn {
        margin-top: 35px;
    }
}

@media (min-width: 768px) {
    .brands li {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        vertical-align: middle;
        width: 33.3334%;
    }
}

@media (min-width: 1200px) {
    .brands li {
        width: 16.6667%;
    }

    .brands .btn {
        margin-top: 60px;
    }
}
