@charset "utf-8";

/***** BEGIN RESET *****/
* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    -webkit-text-size-adjust: none;
    background: #0f0f10;
    overflow-x: hidden;
    color: #000;
    line-height: 1 !important;
    font-family: 'Montserrat', sans-serif;
}

/*============================
ALL PAGES
============================*/
ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

.wrap {
    width: 95%;
    margin: 0 auto;
    max-width: 1400px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

/***** END RESET *****/
/*====================hover easing style

-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;

======================================*/
/*============================
HEADER
============================*/
header {
    width: 100%;
    float: left;
    background: url("../siteart/black-diamond.jpg");
    background-size: cover;
    border-top: 6px solid #014091;
    border-bottom: 2px solid #014091;
    z-index: 2;
    position: relative;
}


.tophead {
    width: 100%;
    float: left;
}

.blueangle {
    width: 0;
    height: 0;
    border-right: 40px solid #014091;
    border-bottom: 40px solid transparent;
    float: right;
}

.topblue {
    width: 65%;
    float: right;
    padding-right: 5%;
    box-sizing: border-box;
    background: #014091;
    height: 40px;
}

.topblue h3 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    height: 50px;
    font-weight: 600;
    letter-spacing: 3px;
}

.topblue h3 a {
    color: #fff !important;
    text-decoration: none;
}

.margs {
    margin: 0 20px;
}

.middlehead {
    width: 100%;
    float: left;
}

.mainlogo {
    width: 300px;padding-top: 10px;
}

.mainlogo img {
    width: 100%;max-width: 100%;
    margin-top: -38px;
    position: relative;
    z-index: 3;
}

.topblue h3 a:hover {
    text-decoration: underline;
}

header .wrap {display: flex;align-items: flex-end;padding-bottom: 10px;}

/*============================
SLIDESHOW
============================*/
.slide-contain {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.cycle-slideshow {
    width: 100%;
    overflow: hidden;
    float: left;
    display: block;
}

.cycle-slideshow img {
    display: block;
    width: 100%;
    float: left
}

/* pager */
.pager {
    text-align: center;
    width: 100%;
    margin: -50px 0 -2px;
    position: relative;
    z-index: 999;
    float: left;
}

.pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.pager span.cycle-pager-active {
    color: #000;
}

.pager > * {
    cursor: pointer;
}

.slidearrow {
    width: 100%;
    float: left;
}

.slidearrow img {
    width: 100%;
    float: left;
}


.slide-contain img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*============================
WELCOME SECTION
============================*/
.welcomesection {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0;
}

.welcomesection h3 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 18px;
    letter-spacing: 9px;
}

.welcomesection h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #014091;
    font-size: 50px;
    letter-spacing: 5px;
    font-style: italic;
    margin-bottom: 30px;
}

.welcomesection p {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 30px;
}

.margtop {
    width: 100%;
    float: left;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    margin-bottom: -50px;
}

.road {
    width: 100%;
    float: left;
    height: 400px;
    background: url("../siteart/road.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

/*============================
CTAS
============================*/
.ctas {
    width: 100%;
    float: left;
    border-top: 5px solid #014091;
    border-bottom: 5px solid #014091;
}

.cta {
    width: 25%;
    float: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.overlay {
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, .40);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.overlay h3 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    background: rgba(1, 64, 145, .700);
    padding: 20px 0;
    box-sizing: border-box;
    margin: 120px 0;
    letter-spacing: 2px-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#about {
    background: url("../siteart/About Us Tab.jpg");
    background-size: cover;
    border-right: 2px solid #fff;
    box-sizing: border-box;
}

#inventory {
    background: url("../siteart/Inventory1.jpg");
    background-size: cover;
    border-right: 2px solid #fff;
    box-sizing: border-box;
}

#appraisals {
    background: url("../siteart/IMG_70312.jpg");
    background-size: cover;
    border-right: 2px solid #fff;
    box-sizing: border-box;
}

#contact {
    background: url("../siteart/Contact Us Tab.jpg");
    background-size: cover;
}

.homemap {
    width: 100%;
    float: left;
}

.cta:hover .overlay {
    background: rgba(0, 0, 0, .0);
}

.cta:hover .overlay h3 {
    padding: 140px 0;
    margin: 0px 0;
}

/*============================
FOOTER
============================*/
footer {
    width: 100%;
    float: left;
    background: url("../siteart/black-diamond.jpg");
    background-size: cover;
    border-top: 6px solid #014091;
}

.topfoot {
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, .50);
    border-bottom: 1px solid #aaa;
	font-size:12px;
}

.footnavwrap {
    width: 95%;
    margin: 0 auto;
    max-width: 1100px;
}

.topfoot h3 {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
}

.topfoot h3 a {
    padding: 20px 38px;
    float: left;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.footlogo {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.footlogo img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 400px;
}

.bottomfoot {
    width: 100%;
    float: left;
    background: #0f0f10;
    padding: 15px 0;
}

.bottomfoot p {
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 8px;
    padding: 3px 0;
}

.topfoot h3 a:hover {
    background: #014091;
}

/*============================
SUB PAGES
============================*/
.appraisalsubtitle {
    width: 100%;
    float: left;
    background: url("../siteart/IMG_7031.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.inventorysubtitle {
    width: 100%;
    float: left;
    background: url("../siteart/Inventory1.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.aboutsubtitle {
    width: 100%;
    float: left;
    background: url("../siteart/About Us Tab.JPG");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.contactsubtitle {
    width: 100%;
    float: left;
    background: url("../siteart/Contact Us Tab.JPG");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.appraisalsubtitle h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    padding: 80px 0 130px
}

.inventorysubtitle h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    padding: 80px 0 130px
}

.aboutsubtitle h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    padding: 80px 0 130px
}

.contactsubtitle h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    padding: 80px 0 130px
}

.subtitle {
    width: 100%;
    float: left;
    background: url("../siteart/road.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.titleoverlay {
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, .50);
}

.subtitle h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    padding: 80px 0 130px
}

.subpages {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0;
}

.subpages p {
    font-size: 18px;
    line-height: 30px;
}

.center {
    text-align: center;
}

.submargtop {
    width: 100%;
    float: left;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.hosted-content .red,
.hosted-content .redtext,
.hosted-content .field-validation-error {
    font-size: 14px
}

.mapinfo {
    width: 350px;
    float: left;
}

.submap {
    width: calc(100% - 350px);
    float: left;
}

.breaker {
    width: 100%;
    float: left;
    margin: 40px 0;
    border-top: 1px solid #aaa;
}

/*==================================
FORMS
==================================*/
#quotes {
    width: 100%;
    display: block;
    margin: 20px auto;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

#quotes tbody {
    width: 100%;
    float: left;
}

#quotes tr {
    width: 49%;
    float: left;
    margin-right: 1%;
}

#quotes .two {
    width: 49% !important;
    margin-right: 0 !important;
    margin-left: 1% !important;
}

#quotes td {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 10px !important;
}

#quotes td p {
    font-size: 14px;
}

.fulltd h2 {
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-stretch: condensed;
    margin-bottom: 5px;
    margin-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.fulltd2 {
    width: 100% !important;
    float: none !important;
    max-width: 500px !important;
    display: block !important;
    margin: 0 auto !important;
}

#quotes input {
    padding: 12px 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #B4B4B4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 12px;
}

#quotes textarea {
    padding: 12px 10px;
    border: 1px solid #b4b4b4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 12px;
    background: #fff;
    box-sizing: border-box;
}

#quotes .CaptchaMessagePanel {
    color: #000;
}

#quotes .CaptchaWhatsThisPanel a {
    color: #000;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#quotes select {
    padding: 12px 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #B4B4B4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 12px;
    width: 100%;
}

#quotes input {
    width: 100%;
}

#quotes input.larger {
    width: 100%;
}

#quotes textarea {
    width: 100%;
    height: 85px;
}

#quotes input.checkbox {
    padding: 0;
    border: 0;
    margin: 5px 10px 5px 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff;
}

#quotes p {
    text-align: left;
    width: auto;
}

#quotes input.radio {
    padding: 0;
    border: 0;
    margin: 0 3px 0 15px;
    width: 15px;
    height: 15px;
    display: inline;
}

#quotes h4 {
    font-size: 18px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 20px;
}

#quotes input:focus,
#quotes textarea:focus,
#quotes select:focus {}

#quotes input.radio:focus,
#quotes input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}

#quotes input.button,
#quotes input.button:focus {
    width: 300px;
    margin: 0;
    padding: 20px 5px;
    background: #014091;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px;
    border-bottom: none !important;
    line-height: 14px;
    letter-spacing: 3px;
    text-align: center;
    border: 0 !important;
    -webkit-appearance: none;
    color: #fff;
    margin-top: 10px;
}

#quotes input.button:hover {
    background: #212d49;
}

#quotes label.basic {
    color: #212121;
    font-size: 13px;
    text-align: left;
}

#quotes label.checkbox {
    /*  color:#212121;*/
    font-size: 13px;
    text-align: left;
    display: inline;
    padding: 0;
}

#quotes .fulltd {
    width: 100% !important;
    margin-right: 0;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/* .faceted-search-content .selected-facets-container .selected-facet {
    background: #014091 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link {
    background: #014091 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover {
    background: black !important;
}

.list-content .list-title .list-listings-count {
    color: #014091 !important;
} */

/*==============================================
================================================
RESPONSIVE
================================================
==============================================*/
@media screen and (max-width: 1270px) {
    .topblue h3 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .margs {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1070px) {
    .tophead {
        display: none;
    }

    .mainlogo img {
        margin-top: 5px;
        max-width: 250px;
    }

    .mainlogo {
        width: 250px;
    }
}

@media screen and (max-width: 1150px) {
    .footnavwrap {
        max-width: 603px;
    }

    .topfoot h3 a {
        padding: 20px 11px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .footlogo img {
        max-width: 300px;
    }

    .mapinfo {
        width: 100%;
    }

    .mapinfo h2 {
        text-align: center;
    }

    .mapinfo p {
        text-align: center;
        margin-bottom: 20px;
    }

    .submap {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .cta {
        width: 50%;
    }

    #about {
        border-bottom: 2px solid #fff;
    }

    #inventory {
        border-bottom: 2px solid #fff;
    }
}

@media screen and (max-width: 700px) {
    .welcomesection h1 {
        font-size: 35px;
    }

    .margtop {
        margin-top: -30px;
        margin-bottom: -30px;
    }

    .road {
        height: 200px;
    }
}

@media screen and (max-width: 700px) {
    .footnavwrap {
        max-width: 350px;
    }

    .topfoot h3 a {
        padding: 15px 4px;
        font-size: 9px;
    }
}

@media screen and (max-width: 550px) {
    .bottomfoot p {
        width: 100%;
        text-align: center !important;
    }

    .footlogo img {
        max-width: 250px;
    }

    .subtitle h1 {
        font-size: 35px;
        padding: 50px 0 100px;
    }

    .subpages p {
        font-size: 16px;
        line-height: 25px;
    }

    .welcomesection p {
        font-size: 16px;
        line-height: 25px;
    }

    #quotes tr {
        width: 100%;
        margin-right: 0;
    }

    #quotes .two {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .road {
        background-attachment: local;
    }

    .subtitle {
        background-attachment: local;
    }

    #quotes input.button,
    #quotes input.button:focus {
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 1160px) {
	.topfoot {padding: 10px 0;}
	    .topfoot h3 a {
        padding: 10px 0;
        font-size: 14px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .mainlogo img {
        margin-top: 5px;
        max-width: 200px;
    }

    .mainlogo {
        width: 200px;
    }

    .cta {
        width: 100%;
    }

    #about {
        border-bottom: 2px solid #fff;
        border-right: none
    }

    #inventory {
        border-bottom: 2px solid #fff;
        border-right: none
    }

    #appraisals {
        border-bottom: 2px solid #fff;
        border-right: none
    }
	
	
	
	.footlogo img {max-width: 250px; width:100%;}
}




@media screen and (max-width: 370px) {


	header .wrap {flex-wrap:wrap;}
	.mainlogo{flex-basis: 100%;width:100%;}
	
	#menu-button {flex-basis: 100%;}
	#menu-button a,.mainlogo img {width:100%;}
	.mainlogo img {max-width:100%;}
}