﻿/* BEGIN RESET */

* {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-style: normal;
    -webkit-text-size-adjust: none;
	box-sizing: border-box;
}

body {overflow-x: hidden; line-height: 1.4; font-family: 'Roboto Condensed', sans-serif;}

ol,
ul,
li {
    list-style: none;
    font-size: 15px;
    line-height: 25px;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

h1 {
    font-size: 40px;
	line-height: 1.2;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    text-transform: uppercase;
}

h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5px;
}

h4 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
}

p {
    font-size: 18px;
    line-height: 28px;
}

a {
    text-decoration: none;
	transition: all .2s ease-in-out;
}


/* BASIC STYLES */

#contentwrap {
    width: 93%;
    margin: 0px auto;
}

#pagewrap {
    width: 75%;
    margin: 20px auto;
}


/* HEADER */

#topbar {
    background: #545454;
    background: -webkit-linear-gradient(#545454, #484848);
    background: -o-linear-gradient(#545454, #484848);
    background: -moz-linear-gradient(#545454, #484848);
    background: linear-gradient(#545454, #484848);
    color: #fff;
    padding: 10px 0;
    text-align: right;
}

#topbar a {
    color: #fff;
}

#topbar img {
    width: 1.25%;
    vertical-align: middle;
    margin: 0 .1%;
}

header {
    padding: 5px 0px;
}

.logo {
    float: left;
    width: 28%;
    z-index: 99;
    position: relative;
}

.logo img {
    width: 100%;
	max-width: 115px;
}

.headerright {
    float: right;
    width: 70%;
    text-align: right;
    margin-top: 3.8%;
}


/* CONTENT STYLES */

#servicemain {
    width: 100%;
}

#servicemain img {
    width: 100%;
}

#main_mobile {
    display: none;
}

#main {
    width: 100%;
}

#main img {
    width: 100%;
	background: #000;
}

#searchwrap {
    position: absolute;
    top: 180px;
    left: 50px;
    width: 39.5%;
    padding: 40px 0 0;
    color: #fff;
}

.searchfield {
    width: 100%;
    margin: 1% 0;
    color: #000;
}

#searchwrap input {
    background: #fff;
    color: #000;
    padding: 8px 10px;
    width: 100%;
    margin: 5px auto;
}

#searchwrap select {
    background: #fff;
    color: #000;
    padding: 8px 10px;
    width: 99.5%;
    margin: 5px auto;
}

.submit {
    width: 100%;
    margin: 1% 0;
}

#searchwrap input.button,
#searchwrap input.button:focus {
    background: #545454;
    background: -webkit-linear-gradient(#545454, #484848);
    background: -o-linear-gradient(#545454, #484848);
    background: -moz-linear-gradient(#545454, #484848);
    background: linear-gradient(#545454, #484848);
    width: 100%;
    margin: 10px auto;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
	cursor: pointer;
    text-transform: uppercase;
	transition: all .2s ease-in-out;
}

#searchwrap input.button:hover {
    background: #014a82;
    color: #fff;
}

.pagemain {
    width: 100%;
}

.pagemain img {
    width: 100%;
}

.pagetext {
    float: left;
    width: 46%;
}

.pageright {
    float: right;
    width: 45%;
}

.pageright img {
    width: 100%;
    margin-top: 10px;
}

.btn {
    background: #014a82;
    background: -webkit-linear-gradient(#014a82, #024d86);
    background: -o-linear-gradient(#014a82, #024d86);
    background: -moz-linear-gradient(#014a82, #024d86);
    background: linear-gradient(#014a82, #024d86);
    font-size: 20px;
    font-weight: 700;
    background: #014a82;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto 0;
    text-align: center;
}

.btn:hover {
    background: #545454;
    background: -webkit-linear-gradient(#545454, #484848);
    background: -o-linear-gradient(#545454, #484848);
    background: -moz-linear-gradient(#545454, #484848);
    background: linear-gradient(#545454, #484848);
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    color: #000 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.leftpage {
    float: left;
    width: 50%;
}

.rightpage {
    float: right;
    width: 45%;
}

.rightpage a {
    color: #000;
}

.rightpage a:hover {
    color: #014a82;
}


/* INVENTORY LANDING LAYOUT */

.inv-imgs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin: 3% auto;
}

.inv-imgs figure {
    width: calc(20% - 2em);
    display: inline-block;
    text-align: center;
    margin: 1em;
    color: #000;
	position: relative;
}

.inv-imgs a {display: flex; align-items: center;}

figure img {
    width: 100%;
	height: auto;
}

.inv-imgs figcaption {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-shadow: 1px 1px 1px #000;
    padding: 0 10%;
    line-height: 1.2;
    background: rgba(0, 0, 0, .15);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inv-imgs figure:hover figcaption {
    background: rgba(0, 0, 0, .05);
	transition: .3s ease-in-out all;
}

img.brighten {
    opacity: 1;
    position: relative;
}

img.brighten:hover {
    opacity: 1;
}

.hosted-content input[type=text] {
    background: #fff !important;
}


/* ICON BUTTONS */

.homeinventory {
    width: 23%;
    margin: 2% 1% 1%;
    float: left;
}

.homeinventory img {
    width: 100%;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.hovereffect span.info {
    display: inline-block;
    margin: 0% auto;
    background: #545454;
    background: -webkit-linear-gradient(#545454, #484848);
    background: -o-linear-gradient(#545454, #484848);
    background: -moz-linear-gradient(#545454, #484848);
    background: linear-gradient(#545454, #484848);
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    color: #fff;
    line-height: 60px;
}


/* FORM */

.formfield {
    display: inline-block;
    width: 49.85%;
}

.column_7 {
    display: inline-block;
    width: 12%;
    text-align: center;
}

#formpage {
    vertical-align: top;
}

#formpage div {
    vertical-align: top;
    padding: 5px 5px;
}

#formpage input {
    padding: 6px 5px;
    border: 1px solid #8e8d8d;
    color: #8e8d8d;
    font-size: 14px;
}

#formpage textarea {
    padding: 6px 5px;
    border: 1px solid #8e8d8d;
    color: #8e8d8d;
    font-size: 14px;
}


/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */

#formpage select {
    border: 1px solid #8e8d8d;
    color: #8e8d8d;
    vertical-align: middle;
    font-size: 14px;
    line-height: normal;
    padding: 5px;
    width: 100%;
}

#formpage input {
    width: 100%;
}

#formpage input.larger {
    width: 100%;
}

#formpage textarea {
    width: 100%;
    height: 85px;
}

#formpage input.checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px !important;
    height: 13px;
    display: inline;
    background-color: #fff;
}

#formpage input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}


/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
    background: #FFF;
    color: #000;
    border: 1px solid #014a82;
    outline-style: none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}

#formpage input.button,
#formpage input.button:focus {
    width: 340px;
    margin: 0;
    padding: 10px 0;
    background: #014a82;
    border: 2px #014a82 solid;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

#formpage input.button:hover {
    background: -webkit-linear-gradient(#545454, #484848);
    background: -o-linear-gradient(#545454, #484848);
    background: -moz-linear-gradient(#545454, #484848);
    background: linear-gradient(#545454, #484848);
    color: #fff;
    text-shadow: none;
    border: 2px #545454 solid;
}


/* for plain text next to an input field, if not using a table structure */

#formpage label.basic {
    color: #212121;
    font-size: 13px;
    text-align: left;
}

#formpage label.checkbox {
    /*  color:#212121;*/
    font-size: 13px;
    text-align: left;
    display: inline;
    padding: 0;
}


/*control the Captcha */

.captcha {
    width: 330px;
    margin: 1em 0 0;
}

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: left !important;
    line-height: normal !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
    font-size: 14px;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}


/*  SCROLLING INVENTORY */

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin: 3% auto .5%;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/* FOOTER */

footer {
    background: #545454;
    background: -webkit-linear-gradient(#545454, #484848);
    background: -o-linear-gradient(#545454, #484848);
    background: -moz-linear-gradient(#545454, #484848);
    background: linear-gradient(#545454, #484848);
    color: #fff;
    padding: 30px 0;
}

footer a {
    color: #fff!important;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.three_column {
    display: inline-block;
    width: auto;
    vertical-align: top;
	padding: 0 2%;
}

.three_column img {
    width: 8%;
    vertical-align: middle;
    margin-right: .5%;
}

.footerright {
    float: right;
    width: 30%;
	text-align: right;
}

.footerright img {
    width: 100%;
	max-width: 150px;
}

.line {
    width: 100%;
    border-top: 1px solid #fff;
    margin: 20px auto 0;
    padding: 20px 0 0;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    font-size: 13px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: underline;
    font-size: 13px;
}

.footertext {
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-size: 13px;
    color: #fff;
}

.divfooter {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

/************************************************ Responsive Styles **/

@media screen and (max-width: 1730px) {
    #searchwrap {
        top: 225px;
        left: 30px;
        width: 40%;
        padding: 20px 0 0;
    }
    #searchwrap input.button,
    #searchwrap input.button:focus {
        margin: 0px auto;
        padding: 8px 0;
        font-size: 12px;
		transition: all .2s ease-in-out;
    }
    #searchwrap input {
        padding: 5px 0 5px 5px;
        width: 100%;
        margin: 5px auto;
    }
    .inv-imgs figure {
        width: calc(25% - 2em);
    }
    .inv-imgs figcaption {
        font-size: 20px;
    }
}

@media screen and (max-width: 1480px) {
    h1 {
        font-size: 30px;
    }
    #pagewrap {
        width: 90%;
    }
    .headerright {
        margin-top: 1.5%;
    }
    #searchwrap {
        top: 220px;
    }
    .formfield {
        width: 47%;
    }
    .hovereffect span.info {
        font-size: 24px;
        line-height: 40px;
    }
	.inv-imgs figure {
        width: calc(33.33% - 2em);
    }
}

@media screen and (max-width: 1280px) {
    h3 {
        font-size: 16px;
    }
    #topbar img {
        width: 2%;
    }
    .logo {
        width: 32%;
    }
    .headerright {
        width: 68%;
    }
    #searchwrap {
        top: 215px;
        left: 25px;
        width: 40%;
    }
    #searchwrap input.button,
    #searchwrap input.button:focus {
        margin: 0px auto;
        padding: 3px 0;
        font-size: 10px;
    }
    #searchwrap input {
        padding: 1px 0 1px 3px;
        width: 100%;
        margin: 3px auto;
    }
     ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 10px;
    }
     ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 10px;
    }
     :-ms-input-placeholder {
        /* IE 10+ */
        font-size: 10px;
    }
     :-moz-placeholder {
        /* Firefox 18- */
        font-size: 10px;
    }
    .pagetext {
        width: 60%;
    }
    .pageright {
        width: 35%;
    }
    .hovereffect span.info {
        font-size: 18px;
        line-height: 40px;
    }
    .three_column {
        width: 30%;
    }
    .footerright {
        float: none;
        width: 40%;
    }
    .divfooter {
        width: 100%;
        margin: 0 auto;
    }
	.inv-imgs figure {
        width: calc(50% - 1em);
		margin: .5em;
    }
}

@media screen and (max-width: 900px) {
    h1 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
    #topbar img {
        width: 2.5%;
    }
    .logo {
        width: 60%;
    }
    .headerright {
        width: 40%;
    }
    .column_7 {
        width: 30%;
    }
    #main_mobile {
        display: block;
    }
    #main_mobile img {
        width: 100%;
    }
    #searchwrap {
        position: relative;
        width: 100%;
        top: -5px;
        left: 0;
        background: url(../siteart/searchbg.jpg);
        padding: 20px 0;
    }
    #searchwrap input {
        background: #fff;
        color: #000;
        padding: 10px;
        width: 100%;
        margin: 5px auto;
    }
    #searchwrap input.button,
    #searchwrap input.button:focus {
        width: 100%;
        font-size: 14px;
        padding: 5px 0;
    }
    #main {
        display: none;
    }
    .hovereffect span.info {
        font-size: 15px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 786px) and (max-width: 1000px) {
    .has-search-bar {
        width: calc(65% - .75%) !important;
        float: left;
    }
}

@media screen and (max-width: 780px) {
    h2 {
        font-size: 22px;
    }
    p {
        font-size: 16px;
        line-height: 24px;
    }
    #topbar {
        font-size: 14px;
    }
    #topbar img {
        width: 2%;
    }
    .logo {
        width: 80%;
    }
    .headerright {
        width: 15%;
        padding-right: 10px;
    }
    .homeinventory {
        width: 48%;
    }
    .pagetext {
        float: none;
        width: 100%;
    }
    .pageright {
        float: none;
        width: 100%;
    }
    .btn {
        font-size: 18px;
    }
    .formfield {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .leftpage {
        float: none;
        width: 100%;
    }
    #formpage input.button,
    #formpage input.button:focus {
        width: 100%;
    }
    .captcha {
        width: 95%;
    }
    .rightpage {
        float: none;
        width: 100%;
    }
    .three_column {
        width: 48%;
        margin-bottom: 10px;
    }
    .three_column img {
        width: 7%;
    }
    .footerright {
        float: none;
        width: 100%;
    }
    .footerright img {
        width: 70%;
    }
}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 16px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    #topbar img, .three_column img {
        width: 7%;
    }	
    .logo {
        float: none;
        width: 100%;
    }
    .headerright {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .homeinventory {
        float: none;
        width: 100%;
        margin: 2% auto 5%;
    }
    .column_7 {
        width: 43%;
    }
    .btn {
        font-size: 14px;
    }
    .three_column {
        display: block;
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footerright img {
        width: 100%;
    }
}