﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

/***** END RESET *****/

.big-h2 h2 {
	font-size: 40px;
    font-weight: 700;
    font-style: italic;
    color: #000;
    border-bottom: #b12a1c 3px solid;
    padding-bottom: 10px;
}


.body-left h1 {    
	font-size: 40px;
    font-weight: 700;
    font-style: italic;
    color: #000;
}


/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v16-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
        url('../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}


/* roboto-condensed-italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v16-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
        url('../fonts/roboto-condensed-v16-latin-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v16-latin-italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-condensed-v16-latin-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-condensed-v16-latin-italic.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}


/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v16-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
        url('../fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v16-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}


/* roboto-condensed-700italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v16-latin-700italic.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
        url('../fonts/roboto-condensed-v16-latin-700italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v16-latin-700italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-condensed-v16-latin-700italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-condensed-v16-latin-700italic.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}







body {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    font-size: 18px;

}




td {
    vertical-align: top;
}


/***** Global text link style *****/

a {
    text-decoration: none;
    color: #b12a1c;
    /*red*/
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

h1 {
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    color: #b12a1c;
    line-height: 1.5em;
    font-weight: normal;
}

h3 {
    font-weight: 400;
    font-size: 26px;
    font-style: italic;
    color: #b12a1c;
}

h4 {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    color: #000;
}

h5 {
    font-weight: 400;
    font-size: 20px;
    color: #b12a1c;
}

h6 {
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    color: #b12a1c;
}


p {
    /*margin-bottom:15px;*/
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.wrapper {
    width: 96%;
    margin: 0 auto;
    max-width: 1170px;
}


.wrapper-sml {
    width: 92%;
    margin: 0 auto;
    max-width: 1000px;
}

.wrapper-smler {
    width: 85%;
    margin: 0 auto;
    max-width: 800px;
}

/**SPANS**/
.topblue {
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
}

.center {
    text-align: center;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.small {
    font-weight: 400;
    font-size: 10px;
}

/**FORMS**/
input {
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 10px 0;

}

input[type=checkbox],
input[type=radio] {
    width: 30px;
}

form {
    vertical-align: top;
    margin: 0 auto;
}

.container {
    max-width: 1170px;
    width: 96%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
}

.container.body-content {

    background: none;
}

.sml-containter {
    width: 96%;
    max-width: 1070px;
    margin: 0 auto;
}

.wrapper {
    width: 96%;
    margin: 0 auto;
    max-width: 1170px;
}

.header {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.padit {
    padding: 2% 0;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

/*===================== 
               STYLES
=======================*/
#logo {
    float: left;
}

.top-bar {
    max-width: 100%;
    background: #fff;
}

.small-box {
    float: left;
    text-align: center;
    width: 33.33%;
    max-width: 100%;
    margin: 15px 0;
}

.small-box2 {
    float: left;
    text-align: center;
    width: 33.33%;
    max-width: 100%;
    margin-top: 60px;
}

/*===================== 
                BODY 
=======================*/
.body-wrapper {
    width: 1570px;
    max-width: 100%;
    margin: 0 auto;
}

.background-img {
    display: block;
    background: url(../siteart/slideshow/img1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
}

.space {
    padding: 60px 0;
}

.body-left {
    background-color: rgba(176, 42, 28, 0.9);
    /*red*/
    text-align: center;
    max-width: 60%;
    float: none;
    padding: 40px;
    -webkit-box-shadow: 0px 1px 19px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.54);
    margin: 0 auto;
}

.body-right {
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    text-align: center;
    max-width: 60%;
    float: none;
    padding: 40px;
    margin: 0 auto;
}

i {
    color: #b12a1c;
    /*red*/
}

.container.cf i {
    color: inherit !important
}

.white-background {
    padding: 45px;
    margin: 0 auto;
}

.inventoryPage .white-background {
    padding: 0 !important;
    margin: 0 !important;
}


/*===================== 
                TITLE 
=======================*/

.main-title h1 {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    color: #000;
    border-bottom: #b12a1c 3px solid;
    padding-bottom: 10px;
}

.center-text {
    text-align: center;
    padding: 20px 0;
}

.center-text h1 {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    color: #000;
    border-bottom: #b12a1c 3px solid;
    padding-bottom: 10px;
}

.center-text p {
    margin-bottom: 15px;
}

.padding-text {
    padding: 20px 0;
}

/*===================== 
                CATEGORY BOX 
=======================*/

.categorybox {
    float: left;
    width: 23%;
    margin: 0 0 0 0;
    box-sizing: border-box;
    height: 180px;
    margin: 1%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.categorybox .categorybox-title {
    text-align: center;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 28px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 0 0;
    text-transform: uppercase;
    z-index: 99;
}

.categorybox:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    transition: .3s all;
    display: block;
}

.categorybox:hover:after {
    opacity: 0.8;
    background: #b12a1c;
}

a .categorybox {
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover .categorybox {
    color: #000;
}

/*===================== 
                FOOTER 
=======================*/
.red-line {
    width: 100%;
    border-top: #b12a1c 5px solid;
    /*red*/
    background: #fff;
}

.footer-list {
    padding: 40px 0;
    width: 100%;
}

.footer-text {
    width: 25%;
    min-height: 114px;
    height: 210px;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
    margin: 10px auto;
    text-align: center;
    float: left;
    padding: 0;
}

.footer-text2 {
    width: 25%;
    min-height: 114px;
    height: 210px;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
    margin: 10px auto;
    text-align: center;
    float: left;
    padding: 0;
}

.footer-text2 img {
    display: inline-block;
}

.footer-list a {
    color: #000;
    text-decoration: underline;
}

.footer-list a:hover {
    color: #b12a1c;
    /*red*/
    text-decoration: none;
    font-weight: 700;
}

.footer {
    background: #000;
    padding: 20px 0;
}

.copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.copyright a:hover {
    color: #b12a1c !important;
    /*red*/
    text-decoration: underline;
}

.copyright a {
    color: #fff !important;
}

/*===================== 
                HOSTED CONTENT 
=======================*/
.hosted-content h3 {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 1.5em !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
    color: #fff !important;
}

.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    line-height: 1.5em !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.hosted-content .listings-wrapper .listings-list .listing-name {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.hs-btn {
    color: #ccc !important;
}


/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1170px) {
    .padit {
        padding: 20px 0;
    }


}

@media screen and (max-width: 1024px) {
    .footer-list {
        padding: 0;
    }

    .footer-text {
        width: 50%;
        padding-top: 20px;
    }

    .footer-text2 {
        width: 50%;
        padding-top: 20px;
    }

    .categorybox {
        width: 80%;
        float: none;
        margin: 10px auto;
        box-sizing: border-box;
    }

    .categorybox .categorybox-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) {
    .small-box2 {
        margin-top: 40px;
    }

    .body-left {
        padding: 20px
    }

    .body-right {
        padding: 20px
    }

}

@media screen and (max-width: 480px) {

    .small-box2 {
        margin-top: 25px;
    }

    .space {
        padding: 20px 0;
    }

    .footer-list {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .footer-text {
        width: 100%;
        padding-top: 0;
    }

    .footer-text2 {
        width: 100%;
        padding-top: 0;
        padding: 10px 0;
        height: auto;
    }

    .main-title h1 {
        text-align: center;
    }
}
