html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 600;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.2em;
    padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}


/** ==================================================
    Typography 
=======================================================*/

body,
button,
input,
select,
textarea,
code,
kbd,
pre,
samp {
    color: #000;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    clear: both;
    line-height: 1.4;
    font-weight: 600;
    color: #ad1a0d;
    font-family: 'Open Sans Condensed', sans-serif;
}

.sec-font,
.nivo-caption {
    font-family: 'Open Sans Condensed', sans-serif;
}


h1 {
    font-size: 40px;
    margin-bottom: 15px;
}

h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border: 0;
    margin: 35px 0 45px;
    padding: 0;
    position: relative;
    font-style: inherit;
    font-size: 28px;
    line-height: 1.5;
}

blockquote:after {
    content: "";
    width: 120px;
    height: 3px;
    margin: 15px auto 0;
    display: block;
}

blockquote:before {
    content: " ";
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote p {
    margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 1rem;
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote > :last-child {
    margin-bottom: 0;
}

address {
    font-style: italic;
    margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {}

pre {
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark,
ins {
    color: #a09a9c;
    padding: 0.125em 0.25em;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.lh-normal {
    line-height: 1.1;
}


/** =========================================
    Elements 
 ============================================ */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {}

hr {
    border-top: 1px solid #e2e2e2;
    height: 1px;
    margin: 0 0 1.75em;
}

ul,
ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 1.5em;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 600;
}

dd {
    margin: 0 0 1.75em;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table,
th,
td {
    border: 1px solid #d1d1d1;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    width: 100%;
}

caption,
th,
td {
    font-weight: inherit;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 600;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}

.text-white {
    color: #fff;
}

.lh-normal {
    line-height: 1;
}


/** ================================================ 
    Forms 
===================================================*/

::-webkit-input-placeholder {
    color: #bbbcbc;
}

:-moz-placeholder {
    color: #bbbcbc;
}

::-moz-placeholder {
    color: #bbbcbc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #bbbcbc;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #404041;
    border: 0;
    border-radius: 0;
    color: #f5f5f5;
    letter-spacing: 0.046875em;
    padding: 0.4em 2em 0.35em;
    font-size: 16px;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #000;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
button[type="submit"],
select {
    background-color: #f5f5f5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -khtml-border-radius: 0px;
    color: #bbbcbc;
    padding: 0.6em 0.5em 0.55em;
    border: 1px solid #bbbcbc;
    width: 100%;
    line-height: 1;
    font-size: 16px;
    outline: none;
}

textarea {
    min-height: 90px;
    padding: 10px;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #d2d8da;
    color: #1a1a1a;
    outline: 0;
}

label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

label span {
    color: #ff0040;
}


/** ==================================================
    Navigation 
======================================================*/


/** ===== Links ====== */

a,
a:hover {
    text-decoration: none;
}

a {
    color: #5a5254;
}

a:hover,
a:active {
    outline: 0;
}


/** ===================  Menus ====================*/


/** =========================================== 
    Alignments 
===============================================**/

.alignleft {
    float: left;
    margin: 0.375em 2em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 2em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 50px -100px 40px;
    max-width: 121%;
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}


/** ============================================= 
    Clearings 
==================================================*/

.clear:before,
.clear:after,
blockquote:before,
blockquote:after {
    content: "";
    display: table;
}

.clear:after,
blockquote:after {
    clear: both;
}


/** ============================================= 
    Widgets 
=================================================*/

.widget {
    margin-bottom: 20px;
    padding: 0;
}

.widget-area > :last-child,
.widget > :last-child {
    margin-bottom: 0;
}

.widget .widget-title:empty,
.widget .widget-title:empty:after,
.tag-links:empty {
    margin-bottom: 0;
    content: none;
}

.widget_categories,
.widget_archive,
.widget_meta,
.widget_recent_entries,
.widget_tag_cloud,
.widget_calendar,
.widget_recent_comments {}

.sidebar .widget {
    width: 100%;
    float: left;
}

.tagcloud {
    margin-top: 25px;
}


/*--- widget lists--*/

.shop-sidebar .box,
ul.shop-sidebar,
ul.shop-sidebar li,
.widget ul,
.widget ul li {
    width: 100%;
    float: left;
}

/*--- Search box ---*/

.widget_search {
    position: relative;
}

.sidebar .widget_search input[type="text"],
.sidebar .widget_search input[type="search"] {
    position: relative;
    padding: 12px 70px 12px 10px;
    border: 2px solid #e4e4e4;
    background: #ffffff;
    color: #3a3a3a;
    display: block;
    width: 100%;
    border-radius: 0;
    height: 50px;
}

.widget_search button {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 46px;
    width: 65px;
    text-align: center;
    display: block;
    padding: 0;
    color: #fff;
    border-radius: 0;
}


/*--- Calendar widget ---*/

.widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center;
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1.75em;
}

.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 600;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff;
}


/*--- Recent Posts widget ---*/

.widget.widget_recent_entries ul {
    margin-top: 10px;
}

.widget.widget_recent_entries ul li {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding: 0 0 20px 85px;
    position: relative;
}

.widget_recent_entries ul li figure {
    position: absolute;
    left: 0;
    top: 5px;
    width: 70px;
    height: 60px;
    background-color: #000;
}

.widget_recent_entries ul li figure a:hover img {
    opacity: 0.9;
}

.widget.widget_recent_entries ul li a {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.widget.widget_recent_entries ul li a:hover {
    background-color: transparent;
}

.widget.widget_recent_entries ul li a:before {
    content: none;
}

.widget_recent_entries .post-date {
    display: block;
    color: #8b8b8b;
    font-size: 13px;
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}


/*--- RSS widget ---*/

.widget_rss .rsswidget img {
    margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-size: 0.8125rem;
    font-style: normal;
    margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child:last-child {
    margin-bottom: 0;
}


/*--- Tag Cloud widget ---*/

.tagcloud a,
.tag-links a {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    display: inline-block;
    margin: 0 0.1875em 0.3em 0;
    padding: 0.4em 0.88em 0.35em;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    color: #b3b3b3;
}

.tagcloud a:hover,
.tagcloud a:focus,
.tag-links a:hover {
    color: #fff;
    outline: 0;
    background-color: #5a5254;
}

a,
.btn,
.image-effect img,
input[type="submit"],
button,
.cat .box .title {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.box-shadow,
.filtr-item:hover .wrap {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.btn {
    line-height: 1;
    padding: 0.78em 1.5em;
    font-size: 15px;
}

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

button.close {
    position: absolute;
    right: -25px;
    top: -25px;
    z-index: 5;
    width: 53px;
    height: 53px;
    text-align: center;
    font-size: 35px;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}


/*======================= Margin  =====================*/

p,
.content-wrap {
    margin: 0 0 1.8em;
}

p:last-of-type,
.mb-0 {
    margin-bottom: 0px;
}

.no-margin,
.no-gutter {
    margin: 0;
}


/*================== Padding =======================*/

.pri-pad {
    padding: 50px 0;
}

.pri-pad-b {
    padding-bottom: 50px;
}

.sec-pad {
    padding: 30px 0;
}

.sec-pad-b {
    padding-bottom: 30px;
}

.image-effect {
    display: block;
    overflow: hidden;
}

.image-effect:hover img,
.filtr-item:hover .image-effect img {
    transform: scale(1.05);
}


.rounded-crcl {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}


.cs-link {
    margin: 0;
    padding: 0;
}

.cs-link li {
    list-style: none;
}


.header {
    padding: 10px 0;
    background: #e5e4e4 url(../siteart/header-bg.jpg) repeat-x bottom;
}

footer {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 32px 0 28px;
    line-height: 1.35;
}

.footer-link li {
    display: inline-block;
}

.footer-link li + li:before {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    position: relative;
    left: -1px;
}

.footer-link li a {
    color: #fff;
    text-decoration: underline;
}

.navbar-default .navbar-collapse {
    background: #f02412 url(../siteart/menu-bg.jpg) repeat-x bottom;
    padding: 0;
    margin: 3px 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: 0;
    margin: 0;
    min-height: initial;
}

.navbar-brand {
    height: inherit;
    padding: 0;
}

ul.nav.navbar-nav {
    position: relative;
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.navbar-nav > li > a {
    padding: 18px 20px;
    position: relative;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    position: relative;
}

.navbar-default .navbar-nav > li > a:before,
.navbar-default .navbar-nav > li:last-child a:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.navbar-default .navbar-nav > li:last-child a:after {
    left: initial;
    right: 0;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav li.current-menu-item a {
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #d0190a url(../siteart/menu-hover.jpg) repeat-x;
    color: #fff;
}

.banner-slide {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-slide img {
    max-width: initial;
}

.nivoSlider {
    z-index: 1;
}

.banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 10;
}

.nivo-caption {
    left: initial;
    right: 25px;
    bottom: initial;
    top: 25px;
    padding: 20px;
    width: 475px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
}

.nivo-caption h2,
.nivo-caption h3 {
    color: #fff;
    margin: 0;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.nivo-caption h2 {
    font-size: 50px;
}

.nivo-caption h3 {
    font-weight: 300;
    font-size: 32px;
}

.slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-30%);
    }

    100% {
        transform: translateY(0%);
    }
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call {
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
}

.call span {
    margin-top: 7px;
    display: inline-block;
}

.call i {
    position: relative;
    right: -2px;
}

.call a {
    font-size: 28px;
    color: #f92513;
    margin-left: 10px;
}

.call a:hover {
    color: #000;
}

.primary-color,
.footer-link li a:hover {
    color: #b51b0e;
}

a.primary-color:hover {
    color: #000;
}

.cat {
    margin: 2px 0 3px;
    background: url(../siteart/cat-bg.jpg) no-repeat top center;
    height: 175px;
    position: relative;
    z-index: 2;
}

.cat .box {
    display: inline-block;
    vertical-align: top;
    margin: -58px 3px 0;
    position: relative;
    z-index: 1;
}

.cat .box .title {
    position: absolute;
    width: 100%;
    z-index: 2;
    height: auto;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    text-align: right;
    line-height: 1;
    color: #fff;
    padding: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

.cat .box a:hover .title {
    padding: 18px 10px;
}

.form-wrap {
    background: url(../siteart/form-bg.jpg) repeat-y top center;
}

.form-wrap .wrap {
    padding: 40px 45px 20px;
    display: flex;
    justify-content: space-between;
}

.form-wrap .form-group {
    margin: 0;
}

.form-wrap input[type="search"],
.form-wrap button[type="submit"],
.form-wrap input[type="submit"] {
    display: inline-block;
    border: 0;
    height: 47px;
}

.form-wrap input[type="search"],
.form-wrap input[type="text"] {
    width: 260px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.form-wrap button[type="submit"],
.form-wrap input[type="submit"] {
    width: 45px;
    background: #f92513 url(../siteart/search-btn.png) no-repeat center;
    text-indent: -9999px;
}

.form-wrap button[type="submit"]:hover,
.form-wrap input[type="submit"]:hover {
    background-color: #292929;
}

.form-wrap label {
    display: block;
    text-align: center;
    margin: 10px 0 0;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.main-content {
    background-color: #f2f2f2;
}

.main-content .top {
    padding: 40px;
}

.main-title {
    border-bottom: 1px solid #b51b0e;
    margin-bottom: 20px;
    padding-bottom: 18px;
    line-height: 1;
}

.sec-title {}

.nivo-controlNav {
    display: none;
}


/** ==================================================
    Inventory Styles 
======================================================*/
label span {
    color: #000000 !important;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 1196px !important;
    width: 100%;
}


/*-------------- responsive ---------*/

@media (max-width: 1199px) {
    .nivo-caption {
        width: 400px;
    }

    .nivo-caption h2 {
        font-size: 40px;
    }

    .nivo-caption h3 {
        font-size: 25px;
        line-height: 1.2;
    }

    .form-wrap input[type="search"] {
        width: 210px;
    }
}


@media (max-width: 991px) {

    body,
    button,
    input,
    select,
    textarea,
    code,
    kbd,
    pre,
    samp {
        font-size: 14px;
        line-height: 1.5;
    }

    a.logo {
        width: 200px;
    }

    .call a {
        font-size: 25px;
    }

    .nivo-caption h2,
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 28px;
    }

    .nivo-caption h3,
    h3 {
        font-size: 24px;
    }

    h4,
    .cat .box .title {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6,
    ul.nav.navbar-nav {
        font-size: 16px;
    }

    .navbar-nav > li > a {
        padding: 15px 20px;
    }

    .cat .box {
        width: 30%;
        margin-top: -35px;
    }

    .nivo-directionNav a {
        top: 35%;
        font-size: 80px;
    }

    .form-wrap .wrap {
        padding: 30px 25px 20px;
    }

    .form-wrap input[type="search"] {
        width: 160px;
    }

    .main-content .top {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        background: #f02412 url(../siteart/menu-bg.jpg);
        padding: 15px;
    }

    .navbar-toggle {
        border: 0;
        margin: 0;
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #000;
    }

    .header {
        padding: 10px 15px;
        margin-bottom: 3px;
    }

    a.logo {
        width: 100px;
    }

    .call {
        display: block;
        font-size: 13px;
        text-align: center;
    }

    .call a {
        font-size: 20px;
    }

    .call span {
        display: block;
        margin: 0;
    }

    .nivo-caption h2 {
        font-size: 28px;
    }

    .nivo-caption h3 {
        font-size: 20px;
    }

    .nivo-caption {
        width: 300px;
        top: initial;
        bottom: 20px;
        padding: 15px;
    }

    .container,
    .cat .col-sm-12 {
        padding: 0;
    }

    .row {
        margin: 0;
    }


    .cat {
        margin: 0;
        background: none;
        height: initial;
    }

    .cat .box {
        width: 31.85%;
        float: left;
        margin: 5px 0;
    }

    .cat .box:nth-child(2) {
        margin: 5px;
    }

    .cat .box .title {
        font-size: 16px;
    }

    .main-content .top {
        padding: 25px 0 0;
    }

    .main-title {
        margin-bottom: 15px;
        padding-bottom: 14px;
    }

    .form-wrap {
        padding: 30px 50px;
        position: relative;
        background: #cd0000;
        background: -moz-linear-gradient(left, #cd0000 0%, #6d0000 100%);
        background: -webkit-linear-gradient(left, #cd0000 0%, #6d0000 100%);
        background: linear-gradient(to right, #cd0000 0%, #6d0000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd0000', endColorstr='#6d0000', GradientType=1);
    }

    .form-wrap:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: url(../siteart/pattern.jpg) repeat-y top center;
        opacity: 0.2;
    }

    .form-wrap .row {
        position: relative;
        z-index: 2;
    }

    .form-wrap .wrap {
        padding: 0;
        display: block;
    }

    .form-wrap .form-group {
        text-align: center;
    }

    .form-wrap form {
        margin-bottom: 20px;
    }

    .form-wrap form:last-child {
        margin-bottom: 0;
    }

    .form-wrap input[type="search"] {
        width: 90%;
    }

    .form-wrap input[type="search"],
    .form-wrap button[type="submit"],
    .form-wrap input[type="submit"] {
        height: 40px;
    }

    .form-wrap button[type="submit"],
    .form-wrap input[type="submit"] {
        background-size: 25px;
    }

    .navbar-default .navbar-collapse {
        background: #5e5e5e;
        margin: 0;
        height: 100vh;
        position: absolute;
        z-index: 999;
        width: 100%;
        top: 45px;
    }

    ul.nav.navbar-nav {
        margin: 0;
    }

    .navbar-nav > li > a {
        padding: 10px 20px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background: #444444;
    }
}

@media (max-width: 480px) {
    .cat .box {
        width: 31.41%;
    }

    .cat .box .title {
        font-size: 12px;
    }

    .nivo-caption {
        width: 80%;
        right: 10px;
        bottom: 10px;
    }

    .nivo-caption h2 {
        font-size: 20px;
    }

    .nivo-caption h3 {
        font-size: 15px;
    }

    .nivo-directionNav a {
        top: 20%;
        font-size: 60px;
    }

    .form-wrap {
        padding: 20px 0px 25px;
    }

    .form-wrap input[type="search"] {
        width: 70%;
    }
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/*  Footer styles
------------------------------------------------*/

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999999;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
}

.divfooter {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
}


.nivo-caption {
    color: rgba(255, 255, 255, 1.00) !important;
    max-height: 220px;
    right: 0px;
    left: auto;
    margin-right: 15px;
    max-height: 220px;
}


.container {
    padding-right: 17px !important;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.phone-icon {
    display: inline-block;
    border: 0;
    max-width: 100%;
    height: auto;
}
