﻿/*=====================
	Color information

	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-

=======================*/


/*=====================
	CSS reset/normalize
=======================*/


/**Correct `block` display not defined in IE 8/9.**/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}


/*=====================
		Fonts
=======================*/


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 10, 2015 */

@font-face {
    font-family: 'oswaldbold';
    src: url('../webfonts/oswald-bold-webfont.eot');
    src: url('../webfonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/oswald-bold-webfont.woff2') format('woff2'), url('../webfonts/oswald-bold-webfont.woff') format('woff'), url('../webfonts/oswald-bold-webfont.ttf') format('truetype'), url('../webfonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldlight';
    src: url('../webfonts/oswald-light-webfont.eot');
    src: url('../webfonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/oswald-light-webfont.woff2') format('woff2'), url('../webfonts/oswald-light-webfont.woff') format('woff'), url('../webfonts/oswald-light-webfont.ttf') format('truetype'), url('../webfonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldmedium';
    src: url('../webfonts/oswald-medium-webfont.eot');
    src: url('../webfonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/oswald-medium-webfont.woff2') format('woff2'), url('../webfonts/oswald-medium-webfont.woff') format('woff'), url('../webfonts/oswald-medium-webfont.ttf') format('truetype'), url('../webfonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswald_regularregular';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/oswald-regular-webfont.woff2') format('woff2'), url('../webfonts/oswald-regular-webfont.woff') format('woff'), url('../webfonts/oswald-regular-webfont.ttf') format('truetype'), url('../webfonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*=====================
	base styles
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'oswald_regularregular';
    margin: 0;
    padding: 0;
    background: #262626 url(../siteart/background.jpg) bottom center no-repeat fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    color: #000;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}


/* clear floats */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}


/*image replacement*/

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
    max-width: 100%;
}


/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'oswaldmedium';
    margin: 0;
    padding: 0 0 2% 0;
    font-weight: normal;
    line-height: 1.5em;
    color: #f36d24;
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-family: 'oswald_regularregular';
    padding: 0 0 2% 0;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
}

strong {
    font-family: 'oswaldbold';
    font-weight: normal;
}


/*=====================
	link styles
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    text-decoration: underline;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #f36d24;
}

.appbutton {}

.appbutton a {
    background: #38b749;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.appbutton a:hover {
    background: #262626;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}


/*=====================
	list styles
=======================*/

ul.list {
    margin: 0;
    padding: 0 0 5% 7%;
}

ul.list li {
    font-size: 16px;
}


/*=====================
	header styles
=======================*/

.topbar {
    background: #231f20;
    padding: 2px 0;
    font-size: 14px;
    color: #fff;
}

.topbar p {
    padding: 0 0 0 0;
}

.topbar i {
    margin-right: 5px;
}

.topbar ul {
    list-style: none;
}

.topbar ul li {
    float: left;
    padding: 7px 40px 7px 0;
}

.topbar ul li:last-child {
    float: right;
    padding: 7px 0 7px 0;
}

header {
    width: 100%;
    margin: 0;
    padding: 25px 0;
    background: url(../siteart/headerbg-diamond.jpg) center center repeat;
}

.headerwrap {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
}

.logo {
    float: left;
}

.address {
    text-align: right;
}

.address h2 {
    font-family: 'oswaldbold';
    padding: 0 0 5px 0;
    color: #000;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 34px;
}

.address p {
    font-family: 'oswaldmedium';
    font-size: 20px;
    padding: 0;
    color: #000;
    line-height: 26px;
}

.address span {
    color: #f36d24;
}


/*=====================
	nav styles
=======================*/


/* see menumaker.css for additional nav styles */


/*=====================
	content styles
=======================*/

.wrapper {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.diamond {
    background: #000 url(../siteart/metallic.jpg) top center no-repeat;
    border-left: #656565 1px solid;
    border-right: #656565 1px solid;
}


/*=====================
	slideshow styles
=======================*/

.slides {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    position: relative;
}

.jlg {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 999;
}

.cycle-slideshow {
    border: #000 1px solid;
}

.cycle-slideshow img {
    width: 100%;
}


/* pager */

.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    display: none;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
    color: #2885b3;
}

.cycle-pager > * {
    cursor: pointer;
}


/*=====================
	banner styles
=======================*/

.message {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 999;
    padding: 5% 0 0 63%;
}

.message p {
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 48px;
    font-family: 'oswaldbold';
}

.message p span {
    color: #f36d24;
}


/*=====================
	Form styles
=======================*/

#formpage {
    padding: 0 10px;
}

form {
    margin: 0 0 0;
}

label {
    display: block;
    font-size: 16px;
    padding-top: 2%;
    padding-bottom: 4px;
    width: 100%;
}

input {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    /*width: 98%;*/
    margin-bottom: 10px;
}

.box {
    width: 98%;
}

input:focus {
    border: #2885b3 solid 1px;
}

input.button {
    display: block;
    width: 50%;
    margin: 0 auto 5% auto;
    border: #a94c19 solid 1px;
    background-color: #f36d24;
    color: #fff;
    border-radius: 2px;
}

.button2 {
    display: block;
    width: 150px;
    padding: 10px;
    border: #a94c19 solid 1px;
    background-color: #d1d1d3;
    color: #000;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
}


input.button:hover {
    background-color: #a94c19;
    cursor: pointer;
}


.button2:hover {
    background-color: #c3c3c5;
    cursor: pointer;
    color: #000000;
}

select {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 102%;
}

textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}


/*=====================
	layout styles
=======================*/

.padit {
    padding: 2% 0;
}

.welcome {
    background: #fafafa;
    border-top: #ccc 2px solid;
}

.welcome .fa {
    color: #f36d24;
    margin: 0 10px
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    background: #f36d24;
    padding: 5px 0;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.ribbon {
    text-align: center;
    color: #fff;
    background: #38b749;
    border-bottom: #216c2b 5px solid;
    position: relative;
}

.ribbon h2 {
    color: #fff;
}

.quicklinks {
    background: #fff;
    text-align: center;
    padding: 0 0 20px 0;
    margin-top: 10px;
}

.quicklinks h3 {
    background: #000;
    line-height: 24px;
    padding: 10px 0 5px;
    ;
    color: #fff;
}

.quicklinks a {
    text-decoration: none;
}

.linkbox {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 185px;
    height: auto;
    position: relative;
}

.linkbox p {
    font-family: 'oswaldmedium';
    text-size: 20px;
    text-transform: uppercase;
}

.linkbox img {
    opacity: 1.0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.linkbox:hover img {
    opacity: 0.7;
}

a .linkbox {
    color: #000;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover .linkbox {
    color: #f36d24;
}

.sitemap {
    background: url(../siteart/escheresque_ste.png) repeat;
    color: #fff;
}

.sitemap p {
    line-height: 2em;
}

.sitemap i {
    font-size: 42px;
    margin-right: 20px;
}


/*--------Scrolling Inventory--------*/

.mobilecontainer {
    overflow: hidden;
    /* must have this property for mobile phones and tablet display! */
    width: 100%;
    margin: 0 auto;
    height: 92px;
    padding: 0;
}

iframe.banner {
    width: 100%;
    height: 92px;
}


/*  SECTIONS  */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 2.0%;
}

.col:first-child {
    margin-left: 0;
}

.hosted-content .col {
    margin: 0 0 0 0 !important;
}


/*  GROUPING  */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF TWELVE  */

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.5%;
}

.span_10_of_12 {
    width: 83%;
}

.span_9_of_12 {
    width: 74.5%;
}

.span_8_of_12 {
    width: 66%;
}

.span_7_of_12 {
    width: 57.5%;
}

.span_6_of_12 {
    width: 49%;
}

.span_5_of_12 {
    width: 40.5%;
}

.span_4_of_12 {
    width: 32%;
}

.span_3_of_12 {
    width: 23.5%;
}

.span_2_of_12 {
    width: 15%;
}

.span_1_of_12 {
    width: 6.5%;
}


/*  GRID OF FOUR  */

.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.5%;
}

.span_2_of_4 {
    width: 49%;
}

.span_1_of_4 {
    width: 23.5%;
}


/*  GRID OF THREE  */

.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 4% 0 4% 0%;
    }

    .span_1_of_4,
    .span_2_of_4,
    .span_3_of_4,
    .span_4_of_4 {
        width: 100%;
    }

    .span_3_of_3,
    .span_2_of_3,
    .span_1_of_3 {
        width: 100%;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }
}


/*=====================
	footer styles
=======================*/

.pagebottom {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #f36d24;
    padding: 30px 0;
    color: #fff;
}

.pagebottom p {
    color: #fff;
    font-size: 14px;
}

.pagebottom .fa {
    color: #fff;
    font-size: 48px;
    float: right;
}

.pagebottom a {
    color: #fff;
}

.pagebottom a:hover {
    color: #ffcd07;
}

footer {
    margin: 0 auto;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #fff;
    border-bottom: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #000;
}

.footertext {
    font-size: 11px;
    color: #fff;
}

.smallfootertext {
    font-size: 11px;
    color: #fff;
}

.divfooter {
    margin: 0 auto;
}


/*=====================
	faceted styles
=======================*/
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-listing-mobile .view-listing-details-link {
    color: #fff !important;
    background-color: #f36d24 !important;
}

.detail-content .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-additional-data .data-row .data-label {
    color: #fff !important;
    background-color: #f36d24 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #f36d24 !important;
    color: #fff !important;
    border: 1px solid #fff !important;

}

.detail-content .detail-main-body .main-detail-data .offer-btn {
    color: #fff !important;
    background-color: #f36d24 !important;
}

.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {
    border: 1px solid #f36d24 !important;
    color: #f36d24 !important;
}


.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {
    color: #fff !important;
    background-color: #f36d24 !important;
    border: 1px solid #f36d24 !important;
}



.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    color: #fff !important;
    background-color: #f36d24 !important;
}

.list-content .list-title .list-listings-count {
    color: #333 !important;
}

.detail-content .search-results {
    color: #f36d24 !important;
}

.paging-container .page-navs .list-page-nav {
    color: #fff !important;
    background-color: #f36d24 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
    color: #fff !important;
    background: #f36d24 !important;
}




/*=====================
	Responsive styles
=======================*/

@media screen and (max-width: 1000px) {
    .message {
        padding: 2% 0 0 55%;
    }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {
    .logo {
        float: none;
        text-align: center;
    }

    .address {
        text-align: center;
        padding-top: 20px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .message p {
        font-size: 38px;
    }
}

@media screen and (max-width: 600px) {
    .message p {
        font-size: 28px;
    }

    .arrowdown {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .slides {
        display: none;
    }

    .scrolling {
        border-top: #fff 10px solid;
    }

    .address h2 {
        font-size: 24px;
    }

    .address p {
        font-size: 16px;
    }

    .pagebottom {
        padding: 20px 0;
        text-align: center;
    }

    .divfooter {
        text-align: center;
    }
}

@media screen and (max-width: 414px) {}
